<! —
install.packages(“tm”) install.packages(“tidytext”) install.packages(“plotly”) install.packages(“wordcloud”) install.packages(“RColorBrewer”) install.packages(“dplyr”) install.packages(“wordcloud2”) install.packages(“syuzhet”) install.packages(“magrittr”) install.packages(“stringr”) install.packages(“twitteR”) —>

library(syuzhet)
library(wordcloud)
## Loading required package: RColorBrewer
library(plotly)
## Loading required package: ggplot2
## 
## Attaching package: 'plotly'
## The following object is masked from 'package:ggplot2':
## 
##     last_plot
## The following object is masked from 'package:stats':
## 
##     filter
## The following object is masked from 'package:graphics':
## 
##     layout
library(tm)
## Loading required package: NLP
## 
## Attaching package: 'NLP'
## The following object is masked from 'package:ggplot2':
## 
##     annotate
library(tidytext)
library(dplyr)
## 
## Attaching package: 'dplyr'
## The following objects are masked from 'package:stats':
## 
##     filter, lag
## The following objects are masked from 'package:base':
## 
##     intersect, setdiff, setequal, union
library(RColorBrewer)
library(ggplot2)
library(magrittr)
library(stringr)
library(twitteR)
## 
## Attaching package: 'twitteR'
## The following objects are masked from 'package:dplyr':
## 
##     id, location

SETUP CREDENTIALS.

API_KEY <- "AVkKX52SdvJHVkL8FKkiWx1Zl"
API_SECRET_KEY <- "rX4kXD8LJbeNa8p19MCQvEIjhNXLa5gyBBeAhorC3C2dCpgh1Y"
ACCESS_TOKEN <-  "1595206858142121986-NZNHhytlvCoFo7eAFlNomofNthZLFk"
ACCESS_SECRET <-  "K7qSpHI15utrwDkoI3OwOHHg6IlwKT5RO0QQXwgvhcdIu"
setup_twitter_oauth(consumer_key = API_KEY,
                    consumer_secret = API_SECRET_KEY,
                    access_token = ACCESS_TOKEN,
                    access_secret = ACCESS_SECRET)
## [1] "Using direct authentication"

EXTRACTING TWEETS.

trending_Tweets <- searchTwitter("#SpotifyWrapped -filter:retweets", n=10000, 
                                 lang="en", since="2022-11-22", 
                                 until="2022-11-29", retryOnRateLimit = 120)
trending_Tweets
## [[1]]
## [1] "heliosk_: Can’t wait for my #SpotifyWrapped top 5 genre to just all be reiterations of pop 💕"
## 
## [[2]]
## [1] "m4ac1: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[3]]
## [1] "bottomindenial: I predict my top genre will be rap. #SpotifyWrapped"
## 
## [[4]]
## [1] "CliffosPin: I predict my top podcast will be Pod Meets World  #SpotifyWrapped"
## 
## [[5]]
## [1] "TreeshVille: I predict my most played song will be  That Girl😭 #SpotifyWrapped"
## 
## [[6]]
## [1] "bottomindenial: I predict my most played song will be Through The Wire (Kanye West) #SpotifyWrapped"
## 
## [[7]]
## [1] "carolinetpwk: I predict my top genre will be Pop #SpotifyWrapped"
## 
## [[8]]
## [1] "carolinetpwk: I predict my most played song will be I Burned LA Down \n#SpotifyWrapped"
## 
## [[9]]
## [1] "Gabhy1522: I predict my top genre will be Kpop💎💙 #SpotifyWrapped"
## 
## [[10]]
## [1] "CliffosPin: I predict my top artist will be Taylor Swift. #SpotifyWrapped"
## 
## [[11]]
## [1] "LupitaVee713: I predict my top artist will be Justin Bieber #SpotifyWrapped"
## 
## [[12]]
## [1] "ckyp_: My #SpotifyWrapped in 2022 will flex between LoFi beats, to early 2000s Jay-Z, to T-Swift and Sunmi (courtesy of the gorlfren)"
## 
## [[13]]
## [1] "sariashi: I predict my top artist will be @Eiffel65Band #SpotifyWrapped"
## 
## [[14]]
## [1] "warnerofvere: we don’t talk about bruno va a estar en mi top 5, no me escondo\n#SpotifyWrapped https://t.co/OcGBB8WgEz"
## 
## [[15]]
## [1] "SUPERR1CHKIDS: I predict my top artist will be tyler the creator #SpotifyWrapped"
## 
## [[16]]
## [1] "Seb_Dharma: I predict my top artist will be Sebastian Yatra #SpotifyWrapped"
## 
## [[17]]
## [1] "stpbcksillygirl: I predict my most played song will be Never Goodbye nct dreamm #SpotifyWrapped"
## 
## [[18]]
## [1] "kali_heartbeat: I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped it’s between shawn mendes or borassca"
## 
## [[19]]
## [1] "hackwithClark: Hack\n\nWhat is the issue with your account? Send a DM to Get it fixed or Recovered !!!\n\n#Round #Robinhood #Acorns… https://t.co/M9bcBporhP"
## 
## [[20]]
## [1] "SUPERR1CHKIDS: I predict my top genre will be rap #SpotifyWrapped"
## 
## [[21]]
## [1] "emilyirizarry02: i swear if brown noise is in my top artist in the #SpotifyWrapped like im sorry i needed help sleeping 😪😪"
## 
## [[22]]
## [1] "CliffosPin: I predict my top genre will be pop? Or pop adjacent. #SpotifyWrapped"
## 
## [[23]]
## [1] "MLBONFAX: #SpotifyWrapped just dropped https://t.co/rqaTL1bcHD"
## 
## [[24]]
## [1] "ArtisticXP_: I’m real nervous for my Spotify wrapped this year😅 my music was all over the place #SpotifyWrapped"
## 
## [[25]]
## [1] "SUPERR1CHKIDS: I predict my most played song will be monks by frank ocean #SpotifyWrapped"
## 
## [[26]]
## [1] "guzuiz: my #SpotifyWrapped when it comes out is just gonna be these two https://t.co/oykbMjoBbn"
## 
## [[27]]
## [1] "thecherrieberry: I think this will be the year that my top 5 artists change drastically #SpotifyWrapped"
## 
## [[28]]
## [1] "CliffosPin: I predict my most played song will be 'I Think He Knows' - Taylor Swift #SpotifyWrapped"
## 
## [[29]]
## [1] "kristenmurdock: I predict my top artist will be [well it better be @taylorswift13 or I’m gonna be real upset] #SpotifyWrapped"
## 
## [[30]]
## [1] "Mr_BalIoonhands: I predict my top artist will be [Jacques Brel] #SpotifyWrapped"
## 
## [[31]]
## [1] "ItsnotuK: I predict my top artist will be @JIDsv for sure #SpotifyWrapped"
## 
## [[32]]
## [1] "vivis_so: I predict my top podcast will be distractable  #SpotifyWrapped"
## 
## [[33]]
## [1] "equalssign: my #SpotifyWrapped: 2022 was an interesting year..you didn't let hate paralyze your mind a total of 10613 times"
## 
## [[34]]
## [1] "LandoBurdette: I predict my top artist will be [Rod Wave] #SpotifyWrapped"
## 
## [[35]]
## [1] "vivis_so: I predict my top artist will be Lucy #SpotifyWrapped"
## 
## [[36]]
## [1] "childerolandusa: Sabrina Carpenter Space\nhttps://t.co/bLRQ6C7rCb\n#sabrinacarpenter #SpotifyWrapped"
## 
## [[37]]
## [1] "marileezafari: I just want my damn #SpotifyWrapped already. Give it to me, you cowards."
## 
## [[38]]
## [1] "vivis_so: I predict my top genre will be probably kpop #SpotifyWrapped"
## 
## [[39]]
## [1] "vivis_so: I predict my most played song will be 소녀 소녀 by loonas haseul #SpotifyWrapped"
## 
## [[40]]
## [1] "saymynamegabi: I predict my top artist will be Beyoncé #SpotifyWrapped"
## 
## [[41]]
## [1] "massiveballscb: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[42]]
## [1] "wnwgalleria: My one and only Chevron Amethyst earrings. 😍 #CyberMonday #SpotifyWrapped #beadedjewelry #handmadegifts #lizzo https://t.co/Xx3sFlXtwb"
## 
## [[43]]
## [1] "vv3spa: I predict my top artist will be [weird al yankovic] #SpotifyWrapped"
## 
## [[44]]
## [1] "vv3spa: I predict my top genre will be [rock] #SpotifyWrapped"
## 
## [[45]]
## [1] "PaintWaterChug: just drank milk #awesome #badass #dope #swag #rad #SpotifyWrapped #cool #nice"
## 
## [[46]]
## [1] "vv3spa: I predict my most played song will be [pancreas] #SpotifyWrapped"
## 
## [[47]]
## [1] "apriljeanapril: I predict my top genre will be Pop #SpotifyWrapped"
## 
## [[48]]
## [1] "TheC0baltBlu3: Why tf y'all posting \"I hope (artist) is my #1 on #SpotifyWrapped?\nThat shit ain't for two days and everyone's post… https://t.co/6to5HmhJoz"
## 
## [[49]]
## [1] "apriljeanapril: I predict my top podcast will be Anything Goes with Emma Chamberlain #SpotifyWrapped"
## 
## [[50]]
## [1] "AParedeOrtis: I predict my most played song will be A Que le Tiramos #SpotifyWrapped"
## 
## [[51]]
## [1] "GoldenDreams50: I predict my top podcast will be louder with crowder #SpotifyWrapped"
## 
## [[52]]
## [1] "slimytrain: I predict my top podcast will be ... nothing! #SpotifyWrapped"
## 
## [[53]]
## [1] "HackwithFred: HTML is getting better😆🤪\nJust but a hint of my website😂\n#100DaysOfCode \n#100daysofcodechallenge\n#codeHive2022… https://t.co/AiKFbUHBD4"
## 
## [[54]]
## [1] "BraydenMeechan1: I predict my top artist will be billie eilish  #SpotifyWrapped"
## 
## [[55]]
## [1] "SunbeaM_GSW: Yo, can  #SpotifyWrapped drop already?"
## 
## [[56]]
## [1] "deathisbac1001: I predict my top artist will be XXXTENTACION #SpotifyWrapped"
## 
## [[57]]
## [1] "Meateater89: I predict my top podcast will be Archetypes\n #SpotifyWrapped"
## 
## [[58]]
## [1] "agustdxk: I predict my top artist will be @badomenscult #SpotifyWrapped"
## 
## [[59]]
## [1] "apriljeanapril: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[60]]
## [1] "OncoDancing: I predict my most played song will be [probably something by crosses?] #SpotifyWrapped"
## 
## [[61]]
## [1] "sunnasg_: I predict my top artist will be [the weeknd] #SpotifyWrapped"
## 
## [[62]]
## [1] "BraydenMeechan1: I predict my top genre will be pop #SpotifyWrapped"
## 
## [[63]]
## [1] "macedodouglas13: I predict my top artist will be m #SpotifyWrapped I KNOW HER Mariah Carey @MariahCarey MARIAH CAREY"
## 
## [[64]]
## [1] "slimytrain: I predict my top artist will be Raleigh Keegan #SpotifyWrapped"
## 
## [[65]]
## [1] "Josefa98167895: would you make a great career online and become a millionaire by 2022. \ntake this free test and find out how you ca… https://t.co/Ff8jSw6lUX"
## 
## [[66]]
## [1] "deathisbac1001: I predict my most played song will be True Love by X &amp; YE #SpotifyWrapped"
## 
## [[67]]
## [1] "DBakerOutdoors: Slow hunts usually have incredible sunsets...\n#outdoors #nature #wildlife #hunting #duckhunting #duckhunter… https://t.co/XQwS63Djqc"
## 
## [[68]]
## [1] "itsoliveyalll: #SpotifyWrapped PLEASEEEE"
## 
## [[69]]
## [1] "apriljeanapril: I predict my most played song will be Jump Then Fall (Taylor’s Version) #SpotifyWrapped"
## 
## [[70]]
## [1] "BraydenMeechan1: I predict my most played song will be happier than ever #SpotifyWrapped"
## 
## [[71]]
## [1] "slimytrain: I predict my top genre will be country. #SpotifyWrapped"
## 
## [[72]]
## [1] "rotnsick: my top artist will be @machinegunkelly 100% , no questions asked.  #SpotifyWrapped"
## 
## [[73]]
## [1] "Darlyn_twt: I predict my most played song will be obviously Yet To Come 🔥 #SpotifyWrapped"
## 
## [[74]]
## [1] "MikyleK: I predict my most played song will be \"Understand\" - Hippo Campus #Hippocampus @thehalocline #SpotifyWrapped https://t.co/7G3gskB2Jm"
## 
## [[75]]
## [1] "pnwlife77: I predict my top artist will be  @MorganWallen #SpotifyWrapped"
## 
## [[76]]
## [1] "slimytrain: I predict my most played song will be All I Want for Christmas is You by Mariah Carey #SpotifyWrapped"
## 
## [[77]]
## [1] "roxyposie: cant predict my # 1 song this year #SpotifyWrapped"
## 
## [[78]]
## [1] "savestheday91: I predict my top artist will be Andrew Garfield 😅 #SpotifyWrapped https://t.co/zOpGilmdfr"
## 
## [[79]]
## [1] "dhiyaulzz: I predict my top artist will be [ BLACKPINK ] #SpotifyWrapped"
## 
## [[80]]
## [1] "macedodouglas13: I predict my most played song will be Carly Rae Jepsen - Talking to Yourself #SpotifyWrapped"
## 
## [[81]]
## [1] "nicolasmavr: I predict my top artist will be [Eleni Foureira] #SpotifyWrapped"
## 
## [[82]]
## [1] "dhiyaulzz: I predict my top genre will be [ kpop ] #SpotifyWrapped"
## 
## [[83]]
## [1] "ladyofdaycourt: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[84]]
## [1] "nicolasmavr: I predict my top genre will be [Pop] #SpotifyWrapped"
## 
## [[85]]
## [1] "dhiyaulzz: I predict my most played song will be [pink venom/shutdown] #SpotifyWrapped"
## 
## [[86]]
## [1] "QueenpinClark: https://t.co/835vHrEQt5\nWe live 😎💯\n#truecrimecommuity #RedVelvet #AnkitGupta𓃵 #BSC #DonaldTrump #dolar… https://t.co/z3AbVHwojb"
## 
## [[87]]
## [1] "drsweetnlowe: I predict my top artist will be American rock band my chemical romance @MCRofficial #SpotifyWrapped"
## 
## [[88]]
## [1] "Enigma_Soul01: My #SpotifyWrapped is going to be a very bizarre mix of deathcore, vocaloid/j pop, game soundtracks and synthwave https://t.co/4Ed10YwzXt"
## 
## [[89]]
## [1] "nicolasmavr: I predict my most played song will be [El Telephone] #SpotifyWrapped"
## 
## [[90]]
## [1] "__mallorym: Idk how much longer I can wait please drop #SpotifyWrapped"
## 
## [[91]]
## [1] "savestheday91: I listened to too much Tick Tick Boom and Moulin Rouge for it to be anything else. \n\nI predict my top genre will be… https://t.co/dZeQajgbKY"
## 
## [[92]]
## [1] "hsreid: i predict my top artist will be taylor swift. #spotifywrapped"
## 
## [[93]]
## [1] "drsweetnlowe: I predict my top podcast will be obviously @AMorbidPodcast  #SpotifyWrapped"
## 
## [[94]]
## [1] "phaniehcr: I predict my top artist will be @jose_madero 💛\n#SpotifyWrapped"
## 
## [[95]]
## [1] "Imerikalozano: I predict my top genre will be Rap #SpotifyWrapped"
## 
## [[96]]
## [1] "Boston_Box: I predict my most played song will be ABOUT DAMN TIME #SpotifyWrapped"
## 
## [[97]]
## [1] "Imerikalozano: I predict my most played song will be fall in love #SpotifyWrapped"
## 
## [[98]]
## [1] "drsweetnlowe: I predict my most played song will be Famous Last Words #SpotifyWrapped"
## 
## [[99]]
## [1] "tasteimmortalty: I predict my top artist will be ice nine kills #SpotifyWrapped"
## 
## [[100]]
## [1] "bbunniev: My 6 months VS my all-time \nWhich y’all prefer?? \n(Some of these would never be in the same room 😂)\n#SpotifyWrapped… https://t.co/EcZza0tkJP"
## 
## [[101]]
## [1] "LifeonArisTwo: #wip trying to do more energetic scenes and illustrations #art #characterdesign #illustration #blackart… https://t.co/9WLSJ3wMZY"
## 
## [[102]]
## [1] "tasteimmortalty: I predict my top genre will be metalcore 🤓 #SpotifyWrapped"
## 
## [[103]]
## [1] "QueenCityBird: I predict my top podcast will be #Archetypes without a doubt. #ArchetypesWithMeghan #ArchetypesOnSpotify… https://t.co/W3SOd7TLIe"
## 
## [[104]]
## [1] "scrapxmusic: JUST DROPPED A FIRE TRACK “6TH SENSE” RUN IT UP 🔥🔥\n\nhttps://t.co/xP2zy1Csuc\n\n#artist #Producer #underground #rap… https://t.co/AcJUuqywM9"
## 
## [[105]]
## [1] "tasteimmortalty: I predict my most played song will be the greatest story ever told #SpotifyWrapped"
## 
## [[106]]
## [1] "Pazanato: it's almost #SpotifyWrapped time https://t.co/eeirWrraxn"
## 
## [[107]]
## [1] "angela2k1: I predict my top artist will be @taylorswift13 #SpotifyWrapped"
## 
## [[108]]
## [1] "ApolloViet: I predict my top podcast will be The Tim Dillon Show #SpotifyWrapped"
## 
## [[109]]
## [1] "omgsihyuna: I predict my top podcast will be UNHhhh #SpotifyWrapped"
## 
## [[110]]
## [1] "Boeing74: I predict my top artist will be [@taylorswift13 ] #SpotifyWrapped"
## 
## [[111]]
## [1] "SUN34TR: I predict my most played song will be pretty boy by the nbhd #SpotifyWrapped"
## 
## [[112]]
## [1] "allieemackeyy: I predict my top artist will be [Taylor Swift] #SpotifyWrapped"
## 
## [[113]]
## [1] "Halo_JJ: I predict @tvgirlz ‘s not allowed, indie, @bbnomula , @snyplease #SpotifyWrapped https://t.co/pyc8oygKlu"
## 
## [[114]]
## [1] "jimmy_plz_help: ,@MrBeast \nDay 692 of asking @MrBeast to give me $10,000 so that I can buy a new car\n\n#Mrbeast                     … https://t.co/yVJlp9rCNB"
## 
## [[115]]
## [1] "allieemackeyy: I predict my top genre will be [Country] #SpotifyWrapped"
## 
## [[116]]
## [1] "omgsihyuna: I predict my top artist will be weeekly #SpotifyWrapped"
## 
## [[117]]
## [1] "omgsihyuna: I predict my top genre will be bubblegumpussypop #SpotifyWrapped"
## 
## [[118]]
## [1] "TheDFSguys_: Good amount of value to work with on this slate, let’s kill it. Full lineup for the main slate @ 7PM EST. 🔥🔥 \n~Luca… https://t.co/Cp47ehdi98"
## 
## [[119]]
## [1] "theitaliamoon: New Twitter ✨\n#SpotifyWrapped #乌鲁木齐 #FIFAWorldCupQatar2022 #new #RedVelvetBirthdayParty #mommy https://t.co/Vpox5S0mQT"
## 
## [[120]]
## [1] "ScarboroughTWTC: Eventually the 'cOoL kIdS' will make fun of this trend, but they're just mad my music festival crushes theirs.… https://t.co/rHNjDVjL90"
## 
## [[121]]
## [1] "omgsihyuna: I predict my most played song will be top secret by weeekly #SpotifyWrapped"
## 
## [[122]]
## [1] "LZZYHALE666: I predict my top artist will be [Halestorm @LZZYHALE ] #SpotifyWrapped"
## 
## [[123]]
## [1] "SengokuSeju: I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped Emo rap"
## 
## [[124]]
## [1] "franefig: Next year my #SpotifyWrapped is going to be 99% Daisy Jones and The Six"
## 
## [[125]]
## [1] "LZZYHALE666: I predict my top genre will be [Rock] #SpotifyWrapped"
## 
## [[126]]
## [1] "stupidlylogic: I predict my top podcast will be therapist gecko LMAO #SpotifyWrapped"
## 
## [[127]]
## [1] "klausthorne: provável que seja assim: \nartista = lana • taylor • nicki • beyoncé • avril\nsingle = break my soul • 2 be loved • w… https://t.co/Zvh3cBaVjl"
## 
## [[128]]
## [1] "ToiletMonster31: I predict my most played song will be RUN BTS #SpotifyWrapped"
## 
## [[129]]
## [1] "SengokuSeju: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped 1000 blunts, rain dance, escape plan, or psychosocial"
## 
## [[130]]
## [1] "JahblessAzubui2: https://t.co/EFzouNL0PD\n\n A Village Burial Vlog\n\nCheck out another amazing video.. village vlog. You will get to en… https://t.co/lYRFdNWATS"
## 
## [[131]]
## [1] "DazedSkiezTTV: Come Get Good And Rant W/ Us! https://t.co/zkNinczALo\n\n#VALORANT #gold #silver #youtubegaming #gamer #LiveStream… https://t.co/XNAav4Gjez"
## 
## [[132]]
## [1] "ojoanemile: @Naija_PR See your answer!!! #SpotifyWrapped #RedVelvet #9ja #music https://t.co/aL4TJL7Z91"
## 
## [[133]]
## [1] "SolimanRacha: \"The easiest thing to be in the world is you. The most difficult thing to be is what other people want you to be.\"… https://t.co/bmqqFedrin"
## 
## [[134]]
## [1] "ToiletMonster31: I predict my top artist will BANGTAN MUTHAFCKIN SONYEODAN #SpotifyWrapped"
## 
## [[135]]
## [1] "LZZYHALE666: I predict my most played song will be [Masterpiece @MIWband @ChrisMotionless ] #SpotifyWrapped"
## 
## [[136]]
## [1] "iamochayan: I predict my top podcast will be @ToonsThatCurse #SpotifyWrapped"
## 
## [[137]]
## [1] "theboyzbrainrot: I predict my top podcast will be The Darker Side of Life or Chug Jug with You #SpotifyWrapped"
## 
## [[138]]
## [1] "RickTheBuilda: Cooking on the grill is a year round activity. Even if it’s 38 degrees. Change my mind. #changemymind #NewEngland… https://t.co/jppgZH9Q8j"
## 
## [[139]]
## [1] "josephcup18: About 5 finger strolls I think I got some decent stuff #Love #F4F #S4S #SpotifyWrapped"
## 
## [[140]]
## [1] "KevWatchedAFilm: I predict my top artist will be AJR #SpotifyWrapped"
## 
## [[141]]
## [1] "BTTG161: Forget about your #SpotifyWrapped.\n\nListen to Markin' Out.\n\n#WWE #WWERaw #WWENXT #SmackDown #AEW #AEWDynamite… https://t.co/H5FryomsO2"
## 
## [[142]]
## [1] "stupidlylogic: I predict my top artist will be maybe see plus @seeplusband #SpotifyWrapped"
## 
## [[143]]
## [1] "2viccruz: I Predict My Top Artist Will Be \n1 Olivia Rodrigo \n2 Conan Gray\n3 Sabrina Carpenter\n4 Dove Cameron\n5 Shawn Mendes\n #SpotifyWrapped"
## 
## [[144]]
## [1] "ToiletMonster31: I predict my top genre will be KPOP OBVI #SpotifyWrapped"
## 
## [[145]]
## [1] "alopez1197: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped @RSprachrohr without a doubt"
## 
## [[146]]
## [1] "xime_nh: @Spotify #SpotifyWrapped i'm so excited for that"
## 
## [[147]]
## [1] "iamochayan: I predict my top artist will be @AriLennox #SpotifyWrapped"
## 
## [[148]]
## [1] "Tkubo_afro: I predict my top artist will be [#SnoopnDogg] #SpotifyWrapped"
## 
## [[149]]
## [1] "marynherfangirl: WHEN #SpotifyWrapped"
## 
## [[150]]
## [1] "Tkubo_afro: I predict my top genre will be [Disco] #SpotifyWrapped"
## 
## [[151]]
## [1] "iamochayan: I predict my most played song will be That’s Final by @aint_afraid or Waste My Time by @AriLennox #SpotifyWrapped"
## 
## [[152]]
## [1] "theboyzbrainrot: I predict my top artist will be NCT 127 #SpotifyWrapped"
## 
## [[153]]
## [1] "stupidlylogic: I predict my top genre will be vocaloid lmao #SpotifyWrapped"
## 
## [[154]]
## [1] "mxdnight_rxin: I predict my top artist will be Taylor Swift  #SpotifyWrapped"
## 
## [[155]]
## [1] "Tkubo_afro: I predict my most played song will be [sexyback by Justin Timberlake] #SpotifyWrapped"
## 
## [[156]]
## [1] "punzbaby: I predict my top podcast will be BANTER #SpotifyWrapped"
## 
## [[157]]
## [1] "theboyzbrainrot: I predict my top genre will be Kpop. 😐 #SpotifyWrapped"
## 
## [[158]]
## [1] "chrisderespino_: I predict my top podcast will be [who tf listens to podcasts] #SpotifyWrapped"
## 
## [[159]]
## [1] "theboyzbrainrot: I predict my most played song will be Feel My Rhythm by Red Velvet 🤭#SpotifyWrapped"
## 
## [[160]]
## [1] "Boston_Box: I predict my top podcast will be And the Runner Up Is... #SpotifyWrapped"
## 
## [[161]]
## [1] "user42069666420: I predict my top podcast will be unreleased music that ppl illegally uploaded in podcast form #SpotifyWrapped"
## 
## [[162]]
## [1] "TheeAstroDot: #TheeAstroDot #ArmyWarrant #SpotifyWrapped #RedVelvet \n\nCheck out TheeAstroDot's video! #TikTok https://t.co/IhKAzXHgJc"
## 
## [[163]]
## [1] "chrisderespino_: I predict my top artist will be [Taylor Alison Swift] #SpotifyWrapped"
## 
## [[164]]
## [1] "ShutUp_AJ: I predict my most played song will be 6666 - four fists. Or, maybe, darker still - @parkwayofficial\n\n#SpotifyWrapped"
## 
## [[165]]
## [1] "chrisderespino_: I predict my top genre will be [FAG POP] #SpotifyWrapped"
## 
## [[166]]
## [1] "VaginaPlug: I predict my top genre will be Indica  #SpotifyWrapped"
## 
## [[167]]
## [1] "user42069666420: I predict my top artist will be conan gray  #SpotifyWrapped"
## 
## [[168]]
## [1] "chrisderespino_: I predict my most played song will be [right where you left me OR break my soul] #SpotifyWrapped"
## 
## [[169]]
## [1] "Boston_Box: I predict my top artist will be Barbra Streisand.  #SpotifyWrapped"
## 
## [[170]]
## [1] "user42069666420: I predict my top genre will be modern rock #SpotifyWrapped"
## 
## [[171]]
## [1] "aroc88: I also enjoy seeing these #SpotifyWrapped https://t.co/f0zRSvUYjo"
## 
## [[172]]
## [1] "user42069666420: I predict my most played song will be family line #SpotifyWrapped"
## 
## [[173]]
## [1] "nickipinkprink: I predict my top podcast will be [Inner monologue olivia neill] #SpotifyWrapped"
## 
## [[174]]
## [1] "migos_kilosfit: The Hawmiees #migos #kilos #fit #SpotifyWrapped #gains #motivational #gymbrand #gym #gear https://t.co/ZhRsc09kbQ"
## 
## [[175]]
## [1] "m0hs1n1: live rn come join ! https://t.co/iAf1dVqejm #SpotifyWrapped #MW2 #CallofDuty"
## 
## [[176]]
## [1] "mal_aki_01: If you don't sleep before people that snore in their sleep. Forgerr abourr it💔😂 #RedVelvet #SpotifyWrapped… https://t.co/vEaVsMqjYs"
## 
## [[177]]
## [1] "taylahcabello: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[178]]
## [1] "EmiMulligan: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped prob drugs you should try some of not"
## 
## [[179]]
## [1] "SwiftieJess19XX: I predict my top artist will be @machinegunkelly  #SpotifyWrapped"
## 
## [[180]]
## [1] "M6_6_06: I predict my most played song will be One Up by Central Cee #SpotifyWrapped"
## 
## [[181]]
## [1] "doctordave: Prediction– My #SpotifyWrapped :\n\n1. Song with a hard guitar solo I had to practice\n2. \"Question?\" by Taylor Swift… https://t.co/vkWwzH9xJ8"
## 
## [[182]]
## [1] "nickipinkprink: I predict my top artist will be [Taylor Swift] #SpotifyWrapped"
## 
## [[183]]
## [1] "Boston_Box: I predict my top genre will be Pop.  #SpotifyWrapped Pop"
## 
## [[184]]
## [1] "Marshyism: I predict my top podcast will be [Morbid] #SpotifyWrapped"
## 
## [[185]]
## [1] "taylahcabello: I predict my top genre will be Pop #SpotifyWrapped"
## 
## [[186]]
## [1] "Izzeythedon: Retweet Biko 🥹🤲🏾 @petiteback_ @Oyinriri26 @chaneldior1017 @wizkidayo @sakpo0007_ @DinahDanladi1 @Emmanuel12544… https://t.co/UeoHmo5w1Q"
## 
## [[187]]
## [1] "EmiMulligan: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped this charming man ngl"
## 
## [[188]]
## [1] "nickipinkprink: I predict my top genre will be [pop] #SpotifyWrapped"
## 
## [[189]]
## [1] "taylahcabello: I predict my most played song will be Vigilante Shit #SpotifyWrapped"
## 
## [[190]]
## [1] "M6_6_06: I predict my top artist will be Drake #SpotifyWrapped"
## 
## [[191]]
## [1] "nickipinkprink: I predict my most played song will be [mariners apartment complex] #SpotifyWrapped"
## 
## [[192]]
## [1] "andybidibidis_: Can @YouTube make their version of #SpotifyWrapped?"
## 
## [[193]]
## [1] "Big_46_2: I predict my top podcast will be The Album Years by Steven Wilson and Tim Bowness #SpotifyWrapped"
## 
## [[194]]
## [1] "imisspurpIed: me doing this prediction as if i dont already know my top artist is arctic monkeys LOL #SpotifyWrapped"
## 
## [[195]]
## [1] "francisco_b22: I predict my most played song will be [safira by sirkazzio] #SpotifyWrapped"
## 
## [[196]]
## [1] "raul_ipina: #SpotifyWrapped  this was mine in 2020 https://t.co/IV3d8JkkkS"
## 
## [[197]]
## [1] "AuthorMrE: Can’t remember if I announced the trailer on here 🤔 Here it is anyway!\n\n😺Lots of Meows in The Little Tales of Alexa… https://t.co/tF5KRzuNa2"
## 
## [[198]]
## [1] "catbat0: I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped"
## 
## [[199]]
## [1] "Darlyn_twt: I predict my most played song will be obviously Yet To Come  #SpotifyWrapped"
## 
## [[200]]
## [1] "nikkieeli: When is Spotify going to let me see my #SpotifyWrapped I need it to tell me I’m obsessed with Taylor swift, even though I already know"
## 
## [[201]]
## [1] "LaurieFinlayson: This wouldn’t be half bad, would it? There’s a few surprises too!\n\nI guess it’s a sneak peek at my #SpotifyWrapped,… https://t.co/o0TNaKEf69"
## 
## [[202]]
## [1] "catbat0: I predict my top artist will be [mother mother? or mcr] #SpotifyWrapped"
## 
## [[203]]
## [1] "OlmecPrince: Add me on snap onesimo_m #SpotifyWrapped"
## 
## [[204]]
## [1] "thepencilbaber_: JB BARBERING SALON - \nKUMASI MOSHIE ZONGO \nLink up for the best cut --- \n0560990713// 0594053088\n\nthepencilbarber_… https://t.co/nChG8uBsT6"
## 
## [[205]]
## [1] "Big_46_2: I predict my top artist will be Nine Inch Nails #SpotifyWrapped"
## 
## [[206]]
## [1] "catbat0: I predict my top genre will be [alternative rock] #SpotifyWrapped"
## 
## [[207]]
## [1] "Roooowwws: #SpotifyWrapped should be s national holiday"
## 
## [[208]]
## [1] "leisakimone: I predict my top podcast will be something @DiscoveryID  #SpotifyWrapped"
## 
## [[209]]
## [1] "briiii_lyn: I predict my most played song will be That’s why they call it the blues #SpotifyWrapped"
## 
## [[210]]
## [1] "catbat0: I predict my most played song will be [bitchboy by the oozes] #SpotifyWrapped"
## 
## [[211]]
## [1] "mariasofiamenez: I predict my most played song will be 21 by Gracie Abrams #SpotifyWrapped"
## 
## [[212]]
## [1] "BronxBombrs: It’s almost time #SpotifyWrapped https://t.co/qlivn1val1"
## 
## [[213]]
## [1] "briiii_lyn: I predict my top genre will be rock/alternative #SpotifyWrapped"
## 
## [[214]]
## [1] "briiii_lyn: I predict my top artist will be @eltonofficial  #SpotifyWrapped"
## 
## [[215]]
## [1] "skyebro_: I predict my top genre will be phonk or alternative 🤲#SpotifyWrapped"
## 
## [[216]]
## [1] "leisakimone: I predict my top artist will be @Drake  #SpotifyWrapped"
## 
## [[217]]
## [1] "baddispositioon: Yees 🤍 #SpotifyWrapped https://t.co/RAS9h6Ky4F"
## 
## [[218]]
## [1] "cowsupremacyy: I predict my top artist will be Mitski #SpotifyWrapped"
## 
## [[219]]
## [1] "Heyyoongiah: I predict my top artist will be BTS #SpotifyWrapped"
## 
## [[220]]
## [1] "astrid_belova: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped \nProbably twice"
## 
## [[221]]
## [1] "Hansumbunnie: @the_kingslife This Will End like Eifi Airdrop Where None Of Us Got Our Tokens &amp; Even De Ones  Bought With Huge Sum… https://t.co/uNIm8XQaNI"
## 
## [[222]]
## [1] "Georgia_1037: I predict my top artist will be either @5SOS or @taylorswift13 #SpotifyWrapped but i can’t decide who"
## 
## [[223]]
## [1] "cowsupremacyy: I predict my most played song will be Build God Then We’ll Talk 🙈🙈🙈 #SpotifyWrapped"
## 
## [[224]]
## [1] "WeezYbloomix: I predict my most played song will be [Alien Superstar by Beyonce] #SpotifyWrapped"
## 
## [[225]]
## [1] "astrid_belova: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped \nIllusion or cheers"
## 
## [[226]]
## [1] "KateLoganBeauty: So, it will soon be time for #SpotifyWrapped and as it has been a VERY stressy year think i might have leaned on Re… https://t.co/RCROgD3GcE"
## 
## [[227]]
## [1] "fixed_surebet: Congratulations more winnings to be recorded #CyberMonday #ZehMer #COP27 #SpotifyWrapped https://t.co/ma5IL0wA4h"
## 
## [[228]]
## [1] "College_IRL_: Taking care of yourself shouldn’t be a second thought. Self-care starts now! #college #collegelife #selfcare… https://t.co/Xxy5pCqRFf"
## 
## [[229]]
## [1] "wafflemak: predictions for my #SpotifyWrapped top artists: @strayfromdapath @scenequeenrocks and @ddlovato"
## 
## [[230]]
## [1] "goldrushstan13: I predict my top podcast will be Happiest Podcast on Earth #SpotifyWrapped"
## 
## [[231]]
## [1] "itmecatalina: put my spotify into insta fest to try to get a hint to what my #SpotifyWrapped might look like and oh my god what i… https://t.co/ewWIPgkjzq"
## 
## [[232]]
## [1] "metobomerng: I predict my most played song will be litterally any babytron song #SpotifyWrapped"
## 
## [[233]]
## [1] "goldrushstan13: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[234]]
## [1] "maroeteez: #SpotifyWrapped IS ON FRIDAY??"
## 
## [[235]]
## [1] "WeezYbloomix: I predict my top artist will be [Beyonce] #SpotifyWrapped"
## 
## [[236]]
## [1] "allremixes: I predict my top artist will be Red Hot Chili Peppers #SpotifyWrapped"
## 
## [[237]]
## [1] "ADelphinius: Boycott Apple 4 wanting 2 suppress free Speach R the owners of the company American? The Galaxy Phone is just as go… https://t.co/Tm56msTXLl"
## 
## [[238]]
## [1] "goldrushstan13: I predict my top genre will be bedroom pop #SpotifyWrapped"
## 
## [[239]]
## [1] "maryavliss: I predict my most played song will be RunBts by BTS  #SpotifyWrapped"
## 
## [[240]]
## [1] "goldrushstan13: I predict my most played song will be The Archer by Taylor Swift #SpotifyWrapped"
## 
## [[241]]
## [1] "PrettySophieK: I predict my top genre will be: is 90’s sadcore indie folk a genre? #SpotifyWrapped"
## 
## [[242]]
## [1] "heartpotters: I predict my top artist will be [maya hawke] #SpotifyWrapped"
## 
## [[243]]
## [1] "04_jerrr: Im so excited for my 2022  #SpotifyWrapped"
## 
## [[244]]
## [1] "allremixes: I predict my most played song will be Jesus Christ Pose #SpotifyWrapped"
## 
## [[245]]
## [1] "heartpotters: I predict my most played song will be [thérèse or nothing new] #SpotifyWrapped"
## 
## [[246]]
## [1] "SMPingForTheSMP: My top podcast better be The Magnus Archives or I’m switching to Amazon music #SpotifyWrapped"
## 
## [[247]]
## [1] "Essential_Mark: #SpotifyWrapped \nI genuinely don’t mind. Also- I’ve had Sprouts on all year and happy 😃 with that https://t.co/wEro7bKbAZ"
## 
## [[248]]
## [1] "svndayclub: I predict my most played song will be [Cause for Concern by Lovejoy] #SpotifyWrapped"
## 
## [[249]]
## [1] "deareadernovia: elon musk cerrar twitter aus de neymar cristiano ronaldo mundial fifa i need a sugar daddy or a sugar mommy i need… https://t.co/ccP30uEVja"
## 
## [[250]]
## [1] "OurPodFather: I predict my most played song will be Spitting off the edge of the world - Yeah Yeah Yeahs #SpotifyWrapped"
## 
## [[251]]
## [1] "Jm76Mendoza: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[252]]
## [1] "caitinlv: I predict my most played song will be Last Train Home by the Pat Metheny Group, my most played artist will be Def L… https://t.co/8N5a4tfxid"
## 
## [[253]]
## [1] "voltaire_marie: I predict my top podcast will be [#Archetypes ] \n#ArchetypesWithMeghan\n#SpotifyWrapped"
## 
## [[254]]
## [1] "YourBoyGavo: I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped country"
## 
## [[255]]
## [1] "heyyouguys18: I predict my most played song will be big parade #SpotifyWrapped"
## 
## [[256]]
## [1] "sav_anna2: we all already know taylor will be my top artist but like i can’t wait for spotify to tell me that #SpotifyWrapped"
## 
## [[257]]
## [1] "CodeNameRetro1: I predict my most played song will be Late, by Kanye West! #SpotifyWrapped"
## 
## [[258]]
## [1] "Luevermore: I predict my top artist will be Taylooor swiffffft #SpotifyWrapped"
## 
## [[259]]
## [1] "j2dat419: I predict my top artist will be Eminem, duh 😂🤷🐐 #SpotifyWrapped"
## 
## [[260]]
## [1] "majabxrger: #SpotifyWrapped cannot come any slower 💀 i need it NOW. https://t.co/TV8nqUnBXS"
## 
## [[261]]
## [1] "vanessitarv: I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped"
## 
## [[262]]
## [1] "Luevermore: I predict my most played song will be block me out  #SpotifyWrapped"
## 
## [[263]]
## [1] "ShaySetura22: I predict my most played song will be [Super Freaky Girl] #SpotifyWrapped"
## 
## [[264]]
## [1] "mischiefhale: I predict my top podcast will be [@AMorbidPodcast] #SpotifyWrapped"
## 
## [[265]]
## [1] "yankeegoomba: I predict my top artist will be black midi #SpotifyWrapped"
## 
## [[266]]
## [1] "StellaArcticFox: I predict my most played song will be \nHurt by Oliver Tree\n#SpotifyWrapped \n\nthis thing is interesting"
## 
## [[267]]
## [1] "Person123432123: I predict my top artist will be Lemon Demon (@neilcic)#SpotifyWrapped"
## 
## [[268]]
## [1] "_lucaaraujoo: I predict my top artist will be Lana Del Rey  #SpotifyWrapped"
## 
## [[269]]
## [1] "cannacutie24: I don’t want to jinx nothing but it’s like I can see every one in my TL from the 🍃 community! High everyone can you… https://t.co/lzXSltpb09"
## 
## [[270]]
## [1] "jackeelantern: When is #SpotifyWrapped gonna dropppppp?!!!!!!!"
## 
## [[271]]
## [1] "biza_sarah: Since when does @POTUS \"let protesters speak for themselves?\"\n\nWeak.\n#CCP #SpotifyWrapped #乌鲁木齐… https://t.co/9UL7elBPQj"
## 
## [[272]]
## [1] "yankeegoomba: I predict my top genre will be experimental rock or some bullshit #SpotifyWrapped"
## 
## [[273]]
## [1] "wild_flowa: I predict my most played song will be Disconnected by 5sos #SpotifyWrapped"
## 
## [[274]]
## [1] "purityempire: I predict my top artist will be Van Halen #SpotifyWrapped"
## 
## [[275]]
## [1] "tenderyv: i predict my top artist will be taylor swift #SpotifyWrapped"
## 
## [[276]]
## [1] "mischiefhale: I predict my top artist will be [@MissioMusic  or @Stray_Kids] #SpotifyWrapped"
## 
## [[277]]
## [1] "RawwwMoney: I predict my top artist will be @BigThirty375 #SpotifyWrapped"
## 
## [[278]]
## [1] "parttimeobiwan: I predict my top artist will be Akina Nakamori. Without a doubt. Lol. #SpotifyWrapped"
## 
## [[279]]
## [1] "_lucaaraujoo: I predict my most played song will be Low Blow by honeymoan #SpotifyWrapped"
## 
## [[280]]
## [1] "anavitxt: I predict my top artist will be @Beyonce or @rosalia this I'm not sure wanna see the result #SpotifyWrapped"
## 
## [[281]]
## [1] "sovadashopee: I predict my top artist will be @DojaCat #SpotifyWrapped"
## 
## [[282]]
## [1] "yankeegoomba: I predict my most played song will be Dethroned or chondro #SpotifyWrapped"
## 
## [[283]]
## [1] "VRoyTheGOAT: man we need more von music #SpotifyWrapped boutta be out n im already knowing durk boutta be my most listened to artist this year💀"
## 
## [[284]]
## [1] "mischiefhale: I predict my most played song will be [Does Anybody Love Me @MissioMusic] #SpotifyWrapped"
## 
## [[285]]
## [1] "Iawrencenovia: elon musk cerrar twitter aus de neymar cristiano ronaldo mundial fifa i need a sugar daddy or a sugar mommy i need… https://t.co/lyjTBr8syi"
## 
## [[286]]
## [1] "WeezYbloomix: I predict my top podcast will be [Archetypes with Meghan] #SpotifyWrapped"
## 
## [[287]]
## [1] "STATEOFTEAR: mary on a cross by ghost is going to be number one because it’s NUMBER ONE IN MY HEART!!!! WORDDD  #SpotifyWrapped https://t.co/gI4Tt4L2rV"
## 
## [[288]]
## [1] "Person123432123: I predict my most played song will be [Eyewishes/Bystanding] #SpotifyWrapped"
## 
## [[289]]
## [1] "le0xrd: Ma quando esce spotify wrapped ?\n\n#SpotifyWrapped #spotifywrapped2022 #ita"
## 
## [[290]]
## [1] "angie959262342: me pretending to be \"surprised\" when seeing BTS as my n.o 1# most played artist on my #SpotifyWrapped https://t.co/SjJzdRJK5q"
## 
## [[291]]
## [1] "17dinogasm: #HOT by @pledis_17  will take #1 spot in my #SpotifyWrapped 2022 \n\n#SEVENTEEN \n#세븐틴 \n\nhttps://t.co/fX2hWwhYxu"
## 
## [[292]]
## [1] "SilentlyDark69: I predict my top artist will be [#MichaelJackson] #SpotifyWrapped"
## 
## [[293]]
## [1] "goldenxcoacoac: I predict my top artist will be taylor swift 🥰 #SpotifyWrapped"
## 
## [[294]]
## [1] "anavitxt: I predict my top genre will be pop, as usual #SpotifyWrapped"
## 
## [[295]]
## [1] "FalconAlbane: I predict my top artist will be Leslie Cheung 张国荣 #SpotifyWrapped"
## 
## [[296]]
## [1] "kerongbb: Dog chose his onlin gender #SpotifyWrapped #RedVelvet https://t.co/rN1U4k6t6M"
## 
## [[297]]
## [1] "anavitxt: I predict my most played song will be despechá by @rosalia #SpotifyWrapped"
## 
## [[298]]
## [1] "i6jxnini: I predict my most played song will be [cute by rosalia lol #SpotifyWrapped"
## 
## [[299]]
## [1] "iKay_Mo: I predict my top artist will be Eminem #SpotifyWrapped"
## 
## [[300]]
## [1] "McLushy: Anyone who complained about not getting @taylorswift13 tickets better show their @Spotify Wrapped or Fest results s… https://t.co/JQojxpllhq"
## 
## [[301]]
## [1] "onlycarolknows: I predict my top artist will be taylor swift #SpotifyWrapped"
## 
## [[302]]
## [1] "i6jxnini: I predict my top artist will be rosalía #SpotifyWrapped"
## 
## [[303]]
## [1] "AkiraCoded: I predict my top artist will be Alex G #SpotifyWrapped"
## 
## [[304]]
## [1] "dmillerwats: I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped #ArchetypesWithMeghan"
## 
## [[305]]
## [1] "MoomooPtpt: I predict my most played song will be Waiting by Woodz #SpotifyWrapped"
## 
## [[306]]
## [1] "ZanAycicek: Don't miss the opportunities for amazon discounts https://t.co/0iXgMZVOGI\n\n#SpotifyWrapped #GiftGalaxy #TOP100MostHandsomeFaces"
## 
## [[307]]
## [1] "ShaySetura22: I predict my top artist will be [Beyoncé] #SpotifyWrapped"
## 
## [[308]]
## [1] "onlycarolknows: I predict my most played song will be vent'anni #SpotifyWrapped"
## 
## [[309]]
## [1] "AkiraCoded: I predict my most played song will be Mary - Alex G #SpotifyWrapped"
## 
## [[310]]
## [1] "salemified: I predict my top podcast will be distractible, I really didn't listen to any other podcast this year #SpotifyWrapped"
## 
## [[311]]
## [1] "IsaacLarrier: I predict my top artist will be Beach House #SpotifyWrapped"
## 
## [[312]]
## [1] "iKay_Mo: I predict my most played song will be Rich Flex by Drake &amp; 21 Savage #SpotifyWrapped"
## 
## [[313]]
## [1] "PinstripeSZN99: Can’t wait to see what my top artists and songs look like on  #SpotifyWrapped"
## 
## [[314]]
## [1] "salemified: I predict my top artist will be Chloe moriondo @kidzwithbugz probably #SpotifyWrapped"
## 
## [[315]]
## [1] "MeghanSchrag: I predict my top artist will be probably fucking John Powell #SpotifyWrapped"
## 
## [[316]]
## [1] "vanessajaye: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped Beyoncé"
## 
## [[317]]
## [1] "mature_13: I predict my top artist will be [@ladygaga] #SpotifyWrapped"
## 
## [[318]]
## [1] "whyidontsmilee: my top artist this year will be joywave. it has to be. it will be @joywave . #SpotifyWrapped"
## 
## [[319]]
## [1] "YoursTrulySofia: I predict my most played song will be [Make up sex] #SpotifyWrapped"
## 
## [[320]]
## [1] "Alice_Targaryen: Yo idc about Christmas I care about #SpotifyWrapped . That’s the real holiday for me"
## 
## [[321]]
## [1] "Justfordogshop1: Dog Toys Chew Cleaning Teeth-Molar Toothbrush 🪥 \n\n#SpotifyWrapped #FIFAWorldCup #RedVelvet #Dog #dogs #pet #pets… https://t.co/E9yZmpACmE"
## 
## [[322]]
## [1] "Leanel_Hell: #SpotifyWrapped PREDICTIONS: top artist mitski, top song violence by frank iero"
## 
## [[323]]
## [1] "manox_eth: @Spotify is probably the only company I actually want to give my data to. \n\n#SpotifyWrapped"
## 
## [[324]]
## [1] "jzfallows: I predict my most played song will be something by Taylor Swift!! #SpotifyWrapped"
## 
## [[325]]
## [1] "mature_13: I predict my most played song will be [Applause - Lady gaga] #SpotifyWrapped"
## 
## [[326]]
## [1] "elysespeaches: I predict my most played song will be Sit Pissers by Lord Aethelstan #SpotifyWrapped"
## 
## [[327]]
## [1] "Sheisty12Big: I predict my top artist will be [21 Savage] #SpotifyWrapped"
## 
## [[328]]
## [1] "Ade197303: I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped #ArchetypesWithMeghan"
## 
## [[329]]
## [1] "theCOURTsystem: I’m literally all over dear lorddd #instafest #SpotifyWrapped https://t.co/YbKJ0edamp"
## 
## [[330]]
## [1] "marissacrenwlge: ok ahead of #SpotifyWrapped , here's my best bet at my top 5 for this year:\nTaylor Swift\nHarry Styles\nBeyonce\nFlore… https://t.co/C18gzJXsWY"
## 
## [[331]]
## [1] "DROWNINGZLESSON: I predict my top podcast will be very really good  #SpotifyWrapped"
## 
## [[332]]
## [1] "lyOness_pride: I predict my top artist will be [@OnlyOneOf_twt] #SpotifyWrapped"
## 
## [[333]]
## [1] "ShirellHill3: I predict my top podcast will be [Archetypes] #SpotifyWrapped"
## 
## [[334]]
## [1] "DROWNINGZLESSON: I predict my top artist will be my chemical romance #SpotifyWrapped"
## 
## [[335]]
## [1] "Sheisty12Big: I predict my top genre will be [Rap] #SpotifyWrapped"
## 
## [[336]]
## [1] "Lottedek_: I predict my top artist will be Sufjan Stevens #SpotifyWrapped"
## 
## [[337]]
## [1] "njnic23: Since #SpotifyWrapped is too busy teasing us on main… the way this is too accurate… https://t.co/1Yljx1Lrmg"
## 
## [[338]]
## [1] "MetronomeGh: Songtitle- #indecisive\nproduced by @MetronomeGh\nMixed and mastered by @astirbeats \n#FIFAWorldCup #SpotifyWrapped… https://t.co/yQdQuVFIlB"
## 
## [[339]]
## [1] "K_Rinou: I predict my top podcast will be #Archetypes #SpotifyWrapped"
## 
## [[340]]
## [1] "sdmc_004: I predict my top artist will be\n–  Taylor Swift\n– Chase Atlantic\n– The Weeknd\n– Harry Styles\n– Billie Eilish\n– One… https://t.co/FnjAfLnbwE"
## 
## [[341]]
## [1] "DROWNINGZLESSON: I predict my top genre will be rock or something idk #SpotifyWrapped"
## 
## [[342]]
## [1] "Youngfolarge: 50 jeez back to back daily dropping new tapes. #RedVelvet #30BG #Wizkid #SpotifyWrapped"
## 
## [[343]]
## [1] "cascoded67: I predict my top artist will be @boburnham #SpotifyWrapped\nif im wrong then i failed my New Year’s resolution"
## 
## [[344]]
## [1] "Arvinthehuman: I predict my top artist will be Natalia Lafourcade #SpotifyWrapped"
## 
## [[345]]
## [1] "AmymKimble: I predict my top podcast will be #Archetypes #SpotifyWrapped"
## 
## [[346]]
## [1] "DROWNINGZLESSON: I predict my most played song will be drowning lessons #SpotifyWrapped"
## 
## [[347]]
## [1] "aeagle624: I predict my top podcast will be @tillnpodcast #SpotifyWrapped"
## 
## [[348]]
## [1] "mabfx3: My instafest is already embarassing so I can imagine my #SpotifyWrapped will be even worst 🫠"
## 
## [[349]]
## [1] "_useryoongi: I predict my most played song will be DPR IAN - No Blueberries #SpotifyWrapped"
## 
## [[350]]
## [1] "Sheisty12Big: I predict my most played song will be [Shotta Flow 6] #SpotifyWrapped"
## 
## [[351]]
## [1] "MMcn03062875: I predict my top podcast will be [Archetype] #SpotifyWrapped"
## 
## [[352]]
## [1] "ClassyLady_24: Are y’all still eating Thanksgiving leftovers? #SpotifyWrapped #PollOfTheDay"
## 
## [[353]]
## [1] "BonnieAuntea: I predict my top podcast will be #ArchetypesWithMeghan #SpotifyWrapped"
## 
## [[354]]
## [1] "FRY1N6_P4N: I predict my top podcast will be [Min indre dialog] #SpotifyWrapped"
## 
## [[355]]
## [1] "b0dypaint: I predict my most played song will be Lover, You Should've Come Over #SpotifyWrapped"
## 
## [[356]]
## [1] "Lauracoder12: Who wants Experience Artist..?HMU!\nLike/ Retweet \nHelp/Support/ \nFollow each other \n#supportsmallstreamers… https://t.co/qWKrcbXCeC"
## 
## [[357]]
## [1] "JawshieTheShark: I predict my top artist will be one of these three, Huey Lewis and the News, Oingo Boingo, or Electric Light Orchestra #SpotifyWrapped"
## 
## [[358]]
## [1] "vkemp01: I predict my top podcast will be #Archetypes on #SpotifyWrapped"
## 
## [[359]]
## [1] "AlohaScoobyDoo: I’m watching Inside The Criminal Mind on Netflix, and I think they used a picture of Ross Lynch as Dahmer instead o… https://t.co/ALOdqLylGD"
## 
## [[360]]
## [1] "Arti767_: I predict my most played song will be Another Love by Tom Odell #SpotifyWrapped"
## 
## [[361]]
## [1] "ShaySetura22: I predict my top podcast will be [Archetypes] #SpotifyWrapped"
## 
## [[362]]
## [1] "_maroonmoon: I predict my top artist will be [keem or peggy] #SpotifyWrapped"
## 
## [[363]]
## [1] "vanessajaye: I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped Meghan’s Archetypes"
## 
## [[364]]
## [1] "GirlTema: I predict my top podcast will be Archetypes #SpotifyWrapped\n#Archetypes #ArchetypesWithMeghan"
## 
## [[365]]
## [1] "holidaygrl1225: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[366]]
## [1] "rissalutions: I predict my top podcast will be [Archetypes by Meghan Markle] #SpotifyWrapped"
## 
## [[367]]
## [1] "JAMIESDARLIN: nearly the lgbt communities favourite time of year x #SpotifyWrapped https://t.co/4lCJdlWhRw"
## 
## [[368]]
## [1] "AndyUTorres: I predict my top podcast will be \"Cosas\" by @robertomtzTV  and JacoboWong --  @MrPablor  #SpotifyWrapped"
## 
## [[369]]
## [1] "miggon: I predict my most played song will be \"New Delhi Freight Train\" by Terry Allen #SpotifyWrapped"
## 
## [[370]]
## [1] "jakedashed: I predict my most played song will be Future Perfect (Pass The MIC) #SpotifyWrapped https://t.co/mwOmVi23Fo"
## 
## [[371]]
## [1] "vanessajaye: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped. Cuff It"
## 
## [[372]]
## [1] "vixltoon: I predict my top artist will be Paramore OR Apink #SpotifyWrapped"
## 
## [[373]]
## [1] "Jdemonallthaway: Ig mutuals drop it down below 👇 #igmutuals #foryoupage #Instagram不具合 #SpotifyWrapped #RedVelvet #البرازيل_ِسويسرا… https://t.co/l4vQpEy7Hl"
## 
## [[374]]
## [1] "iKay_Mo: I predict my top genre will be Hip Hop #SpotifyWrapped"
## 
## [[375]]
## [1] "leighsmanipink: I predict my most played song will be Not My Job by Flo #SpotifyWrapped"
## 
## [[376]]
## [1] "Youngfolarge: Believe it.  Am better than @davido  #SpotifyWrapped #30BG"
## 
## [[377]]
## [1] "vixltoon: I predict my top genre will be K-pop #SpotifyWrapped"
## 
## [[378]]
## [1] "sayilysally: I predict my most played song will be \"Vincent\" by Don McLean #SpotifyWrapped"
## 
## [[379]]
## [1] "sandrablunt1958: I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped #archetypesonspotify"
## 
## [[380]]
## [1] "iwouldntaskyouu: I predict my most played song will be El doctor - paliza #SpotifyWrapped"
## 
## [[381]]
## [1] "Julie_lmao13: I predict my most played song will be *checks my Spotify stats* Telecaster B Boy by Wonderlands X Showtime #SpotifyWrapped"
## 
## [[382]]
## [1] "brownskinkage1: Anbu black ops sucks #NARUTO #SpotifyWrapped #البرازيل_ِسويسرا #tiktok #ميقا #BRASUI https://t.co/HWu3i5yybi"
## 
## [[383]]
## [1] "linifiles: I predict my top artist will be ROSALÍA or NewJeans #SpotifyWrapped"
## 
## [[384]]
## [1] "Vijoelante: In preperation of #SpotifyWrapped I hearby present my \"Favorites\" playlist.\n\nWarning, it's over 200 songs long :)\n\nhttps://t.co/Zac9moyC4T"
## 
## [[385]]
## [1] "28Sabs: when i didn't top this number i fucked up #SpotifyWrapped https://t.co/LSBYwdiag2"
## 
## [[386]]
## [1] "1ElectricMag: Make sure this Friday you tag us in your #SpotifyWrapped results"
## 
## [[387]]
## [1] "linifiles: I predict my top genre will be (probably) K-Pop #SpotifyWrapped"
## 
## [[388]]
## [1] "Starstrux3: I predict my top podcast will be Sonic Symbilism #SpotifyWrapped"
## 
## [[389]]
## [1] "tgzerosugar: I predict my most played song will be Testing or I Love U by the chainsmokers #SpotifyWrapped"
## 
## [[390]]
## [1] "josephh__m: I think my top artist will be Quadeca no cyappp, either Quad, bbno$ or Yung Gravy 🫡 #SpotifyWrapped"
## 
## [[391]]
## [1] "noeyedgirI: I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped"
## 
## [[392]]
## [1] "crzygrnflashes: I predict my top genre will be pop??? #SpotifyWrapped"
## 
## [[393]]
## [1] "ilyj913: I predict my top artist will be ITZY #SpotifyWrapped"
## 
## [[394]]
## [1] "noeyedgirI: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped"
## 
## [[395]]
## [1] "daddymyershere: I predict my top artist will be Green Day 😍😍😍😍😜😜😜 #SpotifyWrapped"
## 
## [[396]]
## [1] "noeyedgirI: I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped"
## 
## [[397]]
## [1] "linifiles: I predict my most played song will be Hurt by NewJeans #SpotifyWrapped"
## 
## [[398]]
## [1] "noeyedgirI: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[399]]
## [1] "RaulLop76366986: I predict my most played song will be First Class by Jack Harlow #SpotifyWrapped"
## 
## [[400]]
## [1] "MdollarBetts: NHL FREEPLAY #cash #SpotifyWrapped #RedVelvet #SportsGambling #bettingpicks https://t.co/PriIuKTnph"
## 
## [[401]]
## [1] "R_jeonko22: Goooooooooo jungkook \nSo. proud ❤💜🥵🔥😭😭😭😭Congratulations to my beloved child And there are still other achievements… https://t.co/2OuHnGewBy"
## 
## [[402]]
## [1] "Starstrux3: I predict my most played song will be It’s In Our Hand #SpotifyWrapped"
## 
## [[403]]
## [1] "crzygrnflashes: I predict my most played song will be ni idea tal vez duvet??? #SpotifyWrapped"
## 
## [[404]]
## [1] "ilyj913: I predict my top genre will be kpop girl group #SpotifyWrapped"
## 
## [[405]]
## [1] "davieskeller9: I’m given $1,000 today cause I know people will need money for Christmas 🎄 follow @davieskeller9 and dm me for the… https://t.co/dDO7x1weQE"
## 
## [[406]]
## [1] "akselineemeli: I predict my most played song will be [Location, Dave] #SpotifyWrapped"
## 
## [[407]]
## [1] "WAHBamboo: Name another top 5 on a artists spotify that is so radicaly different to their other stuff. imagine listening to Ca… https://t.co/8Vc6Cw4d6K"
## 
## [[408]]
## [1] "HatcherSophie: I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped getting curios with JVN"
## 
## [[409]]
## [1] "AshDaAries: I predict my top artist will be Tyler The Creator #SpotifyWrapped"
## 
## [[410]]
## [1] "KEYNGofBOSTON: Letitia Wright, Pharrell Williams, and LeKeith Stanfield should play Diana Ross, Smokey Robinson, and Marvin Gaye r… https://t.co/9JFmQmPVhU"
## 
## [[411]]
## [1] "giovancreano11: Not a bad lineup #SpotifyWrapped  #instafestapp https://t.co/cNp9wZKdBU"
## 
## [[412]]
## [1] "ilyjunniee: I predict my top genre will be dance pop as always #SpotifyWrapped"
## 
## [[413]]
## [1] "ilyj913: I predict my most played song will be Sneakers 👀 #SpotifyWrapped"
## 
## [[414]]
## [1] "dio82_: I predict my top artist will be Arctic Monkeys #SpotifyWrapped"
## 
## [[415]]
## [1] "KaosCryptid: If in my #SpotifyWrapped it comes back to say my most played song is Why Do I by @SetItOff or Ride by… https://t.co/zFyOXp479o"
## 
## [[416]]
## [1] "CestEliza: I predict my most played song will be Variations on a Cloud by Miracle Musical #SpotifyWrapped"
## 
## [[417]]
## [1] "nikitavance: If Nicki Minaj isn't my top artist then my wrapped is broken and I'll be demanding a new one asap #SpotifyWrapped"
## 
## [[418]]
## [1] "AshDaAries: I predict my most played song will be New Magic Wand #SpotifyWrapped"
## 
## [[419]]
## [1] "Starstrux3: I predict my top genre will be Dance Pop #SpotifyWrapped"
## 
## [[420]]
## [1] "lttlfreakmattie: I've got absolutely no clue what my most played song will be  #SpotifyWrapped"
## 
## [[421]]
## [1] "Kxtxerinne: For all the girls in the inland empire , california area 📍❤️✨ tap in with love #CyberMonday #SpotifyWrapped https://t.co/3RrrjfcPvj"
## 
## [[422]]
## [1] "sourtaem: #SpotifyWrapped is already looking at me sideways, we both know half my list will just be taemin"
## 
## [[423]]
## [1] "sock_footed: I predict my most played song will be Nico and the Niners #SpotifyWrapped"
## 
## [[424]]
## [1] "dio82_: I predict my top genre will be Alt Rock #SpotifyWrapped"
## 
## [[425]]
## [1] "supafly1974: #StocksToBuy $COSM up 53% and still climbing! Easy money! #stockmarket #NASDAQ #SpotifyWrapped #RedVelvet #AMC #CNBC #FoxNews"
## 
## [[426]]
## [1] "Avr9teen: My top artist is probably going to be Tyler the creator💀#SpotifyWrapped"
## 
## [[427]]
## [1] "dio82_: I predict my most played song will be Hello You #SpotifyWrapped"
## 
## [[428]]
## [1] "styleofjvo: I predict my top artist will be [Johnny Orlando]  #SpotifyWrapped"
## 
## [[429]]
## [1] "forsiwoo: I predict my top podcast will be Learn Korean with David even though i didn’t know i followed that podcast 😭#SpotifyWrapped"
## 
## [[430]]
## [1] "lorenshtarkey: my Spotify wrapped is about to be so fucked up cause I was on the aux at my old nut ass job #SpotifyWrapped"
## 
## [[431]]
## [1] "fanxieturt: if cinderella by cidergirl isn’t my top song on my #SpotifyWrapped I’m gonna riot"
## 
## [[432]]
## [1] "kindagoldrush: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[433]]
## [1] "sound_saint1: Poison rose is my new single and I’ll be dropping it soon so keep your hopes high @jonmosesvocals @NkanyeziKubheka… https://t.co/LKNgtBTTZ4"
## 
## [[434]]
## [1] "cewulidgabxyau9: Military perps used Soap odor chemical as they saw me using the kitchen\n\nMy occipital lobe, aorta were hit with… https://t.co/n6krjBcAiq"
## 
## [[435]]
## [1] "MadisonTrudeau: I predict my top artist will be joji #SpotifyWrapped"
## 
## [[436]]
## [1] "mjeaster1000: I predict my top podcast will be [DRAMA MAMA @benoftheweek] #SpotifyWrapped"
## 
## [[437]]
## [1] "KaosCryptid: I predict my top artist will be either @thewonderyears, @withconfidence_ , or @HotMulligan.\n\n#SpotifyWrapped"
## 
## [[438]]
## [1] "kindagoldrush: I predict my top genre will be Pop #SpotifyWrapped"
## 
## [[439]]
## [1] "franklin48205: 💪🏿💪🏿💪🏿 appreciate all the positive feedback and ears 🚀🚀🚀 #tapin if you not hip here goes the link #SpotifyWrapped… https://t.co/IqgBYflUVt"
## 
## [[440]]
## [1] "funkyenderboy: i predict my most played song will be i don’t want to set the world on fire by the ink spots because i looped it to… https://t.co/3Yw3Ya9SKS"
## 
## [[441]]
## [1] "mjeaster1000: I predict my most played song will be [Betty (Get Money) By @yunggravy] #SpotifyWrapped"
## 
## [[442]]
## [1] "CheriflyTwitch: I am genuinely afraid to see my #SpotifyWrapped because I listen to so much Celtic Meditation at work, Metal on the… https://t.co/tsKfHXdPnm"
## 
## [[443]]
## [1] "oddeyegirIs: I predict my top artist will be Red Velvet #SpotifyWrapped"
## 
## [[444]]
## [1] "GamingTherap1st: #1 Therapist in the Warzone! \n\nLive now!!\n\nhttps://t.co/Vg0tPJpSY8\n\n#SpotifyWrapped #twitch #CallofDutyWarzone2 #streamer"
## 
## [[445]]
## [1] "kindagoldrush: I predict my most played song will be Better Man (Taylor’s Version) #SpotifyWrapped"
## 
## [[446]]
## [1] "ganjagoblinnn: I predict my most played song will be Love by Keyshia Cole #SpotifyWrapped"
## 
## [[447]]
## [1] "mjeaster1000: I predict my top genre will be [pop] #SpotifyWrapped"
## 
## [[448]]
## [1] "katelafraise: I predict my top genre will be ... pop ? Rock ?  Idk  #SpotifyWrapped"
## 
## [[449]]
## [1] "multiskpopstan: Will Kpop be #1 again this year 🤡🤡 #SpotifyWrapped https://t.co/wlHV7c9bac"
## 
## [[450]]
## [1] "m0shim0nster: I predict my most played song will be ZOMBIE SONG NIGHTCORE 😭😭😭😭😭😭😭😭😭😭 i really wish i was joking #SpotifyWrapped"
## 
## [[451]]
## [1] "TheFakeMaalikM: I predict my top podcast will be The Dan LeBatard Show with Stu Gotz #SpotifyWrapped\n@LeBatardShow https://t.co/A0DvUYfc5U"
## 
## [[452]]
## [1] "29jonn: I predict my top artist will be Dreamcatcher #SpotifyWrapped"
## 
## [[453]]
## [1] "mjeaster1000: I predict my top artist will be [Yung Gravy] #SpotifyWrapped"
## 
## [[454]]
## [1] "carlabradley89: I predict my most played song will be @UMO 's \"That Life\" #SpotifyWrapped"
## 
## [[455]]
## [1] "29jonn: I predict my top genre will be Idol Rock #SpotifyWrapped"
## 
## [[456]]
## [1] "Sapphiredrogon: I predict my top genre will be Rock Ballads #SpotifyWrapped"
## 
## [[457]]
## [1] "squiliamfancy: What if this is Spotify with #SpotifyWrapped https://t.co/NzP4wmETLP"
## 
## [[458]]
## [1] "lttlfreakmattie: I predict my top genre will be any  pop genre #SpotifyWrapped"
## 
## [[459]]
## [1] "AndroidZNerd: Which One Is Better #SpotifyWrapped #RedVelvet #البرازيل_ِسويسرا"
## 
## [[460]]
## [1] "skellyrizzy: I predict my top genre will be dreamo #SpotifyWrapped"
## 
## [[461]]
## [1] "eatkelpeveryday: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[462]]
## [1] "29jonn: I predict my most played song will be VISION by Dreamcatcher #SpotifyWrapped"
## 
## [[463]]
## [1] "PSMartiniFest: I predict my most played song will be We Fell in Love in October #SpotifyWrapped"
## 
## [[464]]
## [1] "lttlfreakmattie: I predict my top artist will be 1. 1d, 2. harry, 3. louis #SpotifyWrapped"
## 
## [[465]]
## [1] "y_swiftie13: I predict my top podcast will be @the13TSpodcast #SpotifyWrapped"
## 
## [[466]]
## [1] "Sapphiredrogon: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[467]]
## [1] "skellyrizzy: I predict my top artist will be either twenty one pilots or waterparks #SpotifyWrapped"
## 
## [[468]]
## [1] "D_Dandridge1: @GmacCash Always gotta do too much, like damn bro… I couldn’t just have her ??? 😒 I’m telling momma.… https://t.co/LlnGfWzliL"
## 
## [[469]]
## [1] "Ruby12325: iPhone 4SRemember the old cell phone #SpotifyWrapped https://t.co/CvjvPMtwIv"
## 
## [[470]]
## [1] "efffortlessley: #SpotifyWrapped WHWRE THE FUCK IS IT YOU STIPUD SLUTS"
## 
## [[471]]
## [1] "Mattie_TweetBox: I predict my top artist will be [Dean Lewis] #SpotifyWrapped"
## 
## [[472]]
## [1] "CanineDeBoii: I predict my top podcast will be: probably @donutmedia's Past Gas #SpotifyWrapped"
## 
## [[473]]
## [1] "alvaromurgui: I predict my top artist will be [Shawn Mendes / Morat] #SpotifyWrapped"
## 
## [[474]]
## [1] "y_swiftie13: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[475]]
## [1] "skellyrizzy: I predict my top podcast will be @SLUMBERPODCAST  because i am a normal stable person aha #SpotifyWrapped"
## 
## [[476]]
## [1] "lttlfreakmattie: I predict my top podcast will be [either @GoodInfluenceGS or reisenreisen] #SpotifyWrapped"
## 
## [[477]]
## [1] "lemon_chief_: I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped"
## 
## [[478]]
## [1] "swuidge: me finding out taylor swift is my top artist #SpotifyWrapped https://t.co/Rz0AY9SMP0"
## 
## [[479]]
## [1] "Mattie_TweetBox: I predict my most played song will be [All Dean Lrwis Songs] #SpotifyWrapped"
## 
## [[480]]
## [1] "CanineDeBoii: I predict my top artist will be: obviously gonna be @RufusDuSol #SpotifyWrapped"
## 
## [[481]]
## [1] "kithyook: I predict my most played song will be [i think i'm okay by @machinegunkelly feat. @travisbarker &amp; @yungblud] #SpotifyWrapped"
## 
## [[482]]
## [1] "y_swiftie13: I predict my top genre will be Pop #SpotifyWrapped"
## 
## [[483]]
## [1] "britlikesnaps: I don’t need to see my Spotify Wrapped I listened to the same artist on repeat all year @iamkinnship #SpotifyWrapped"
## 
## [[484]]
## [1] "TheFakeMaalikM: I predict my top artist will be Pusha T #SpotifyWrapped\n@PUSHA_T https://t.co/cvjVprw9We"
## 
## [[485]]
## [1] "Sapphiredrogon: I predict my top podcast will be Murder, Mystery and Makeup #SpotifyWrapped"
## 
## [[486]]
## [1] "alvaromurgui: I predict my top genre will be [Pop] #SpotifyWrapped"
## 
## [[487]]
## [1] "obitchuaryx: Apple Music users on #SpotifyWrapped day every year. https://t.co/7MGiLvOlxo"
## 
## [[488]]
## [1] "CelestialKitte3: I predict my most played song will be Screensaver #SpotifyWrapped\ninfact its not a prediction i know for a fact"
## 
## [[489]]
## [1] "jdurugo: Me pretending to be shocked when Drake is my #1 artist on Wrapped #SpotifyWrapped https://t.co/EemJqCNA1j"
## 
## [[490]]
## [1] "alvaromurgui: I predict my most played song will be [Bzrp Session con Quevedo] #SpotifyWrapped"
## 
## [[491]]
## [1] "mojo1404: I predict my top artist will be Corpse cause I will never apologize for having good taste  #SpotifyWrapped"
## 
## [[492]]
## [1] "CanineDeBoii: I predict my top genre will be: again, idk, probably rock or electric #SpotifyWrapped"
## 
## [[493]]
## [1] "AdnovacMcr: I predict there is a disemboweled body stuffed into an employee locker at a 7/11 in Utah #SpotifyWrapped"
## 
## [[494]]
## [1] "Jazzgoesindie: I predict my top podcast will be @banter #SpotifyWrapped"
## 
## [[495]]
## [1] "cookem_fr: I predict my top podcast will be [i aint going to spotify for a podcast] #SpotifyWrapped"
## 
## [[496]]
## [1] "CanineDeBoii: I predict my most played song will be: uhhh honestly idk #SpotifyWrapped"
## 
## [[497]]
## [1] "Jazzgoesindie: I predict my top genre will be DSMP #SpotifyWrapped"
## 
## [[498]]
## [1] "MsSandoval15: It's almost that time of year where @Spotify starts threatening to highlight our mental instabilities with #SpotifyWrapped and I'm not ready"
## 
## [[499]]
## [1] "mojo1404: I predict my most played song will be a corpse song cause I’m a creature of habit #SpotifyWrapped"
## 
## [[500]]
## [1] "tadeuwu: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped"
## 
## [[501]]
## [1] "cookem_fr: I predict my top artist will be [XXXTENTACION] #SpotifyWrapped"
## 
## [[502]]
## [1] "Epicnes66127354: I predict my top genre will be those goofy ahh sex sounds #SpotifyWrapped"
## 
## [[503]]
## [1] "m0shim0nster: I predict my top artist will be bôa orr aphex twin or duster &amp;or errrr toby fox #SpotifyWrapped"
## 
## [[504]]
## [1] "tadeuwu: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[505]]
## [1] "xCrymzn: If my top song this year isn't Telephone I will eat my computer #SpotifyWrapped"
## 
## [[506]]
## [1] "TheLexGabrielle: I predict my most played song will be either CHURCH GIRL or “Outside” by Bryson Tiller #SpotifyWrapped"
## 
## [[507]]
## [1] "S1LVERH0UND: I predict my top artist will be Hypnosis Microphone. This isn’t even a prediction. I only listen to hypmic on Spotify. #SpotifyWrapped"
## 
## [[508]]
## [1] "cookem_fr: I predict my top genre will be [Melodic Rap] #SpotifyWrapped"
## 
## [[509]]
## [1] "Jazzgoesindie: I predict my top artist will be @lovejoy or @LewisCapaldi #SpotifyWrapped"
## 
## [[510]]
## [1] "cookem_fr: I predict my most played song will be [Valenslime] #SpotifyWrapped"
## 
## [[511]]
## [1] "JordanWillis18: I predict my top artist will be @Architectsuk [fill in top artist prediction] #SpotifyWrapped"
## 
## [[512]]
## [1] "kbankks_: If #iloveyou is not on your playlist,aje you are on a long thing.\nGo stream/download.👉https://t.co/ery0hoW48D… https://t.co/imBeTq7tyR"
## 
## [[513]]
## [1] "SchlegelBagel05: I predict my most played song will be Bad Day or White Lie! #SpotifyWrapped"
## 
## [[514]]
## [1] "Jazzgoesindie: I predict my most played song will be Sex Sells by @lovejoy #SpotifyWrapped"
## 
## [[515]]
## [1] "The5LPodcast: As a African American what are the pros and cons of going to a pwi? Tune in on our podcast we had a great discussio… https://t.co/X2hewsstvU"
## 
## [[516]]
## [1] "RP23005965: give this a like if you’re excited for #SpotifyWrapped"
## 
## [[517]]
## [1] "mads_was_taken: I predict my top artist will be Taylor swift #SpotifyWrapped"
## 
## [[518]]
## [1] "obvioushartley: I predict my top artist will be @findingfletcher #SpotifyWrapped"
## 
## [[519]]
## [1] "Mvne16: I predict my most played album will be [Dawn FM] #SpotifyWrapped"
## 
## [[520]]
## [1] "charxstyles_: anyone have tips on how to look more fem masc or fem masc outfit ideas?:,) (I’m gonna put random tags so ppl can se… https://t.co/hEXyj14xjb"
## 
## [[521]]
## [1] "retinarn: I hope we all have that self-awareness to realize sometimes we make mistakes, and that's totally okay:)\n\nMay Allah… https://t.co/e5sqjjsAOD"
## 
## [[522]]
## [1] "addie__ramsdell: @Spotify WHY TF DID U DELETE MY PLAYLIST IM SO UPSET #SpotifyWrapped"
## 
## [[523]]
## [1] "Koin_AI: Tim Cook is in the process of ruining the company Steve Jobs built.\n\nCause of death: wokeness. $aapl $tsla\n\n#Apple… https://t.co/Nd4YescNnR"
## 
## [[524]]
## [1] "SchlegelBagel05: I predict my top artist will be Charlotte Sands #SpotifyWrapped"
## 
## [[525]]
## [1] "katelafraise: I predict my top artist will be Taylor Swift 🕰️  #SpotifyWrapped"
## 
## [[526]]
## [1] "michaela_gelb_: I predict my top podcast will be ‘The Office Ladies’ cause I haven’t listened to any other ones pretty much 🤷🏼‍♀️ #SpotifyWrapped"
## 
## [[527]]
## [1] "clownguttz: Studying a new art style so.. #art #artist #oc #ocart #artstyle #trending #viral #explore #explorepage #timeline… https://t.co/d6HOBfj8nP"
## 
## [[528]]
## [1] "ttotheyx: I predict my top artist will be NIKI 🫶🏻  #SpotifyWrapped"
## 
## [[529]]
## [1] "liquorsquick: I predict my most played song will be either something from Ariana Grande or midnights #SpotifyWrapped"
## 
## [[530]]
## [1] "TheFakeMaalikM: I predict my top genre will be RAP 🎤 #SpotifyWrapped"
## 
## [[531]]
## [1] "ttotheyx: I predict my top genre will be KPOP #SpotifyWrapped"
## 
## [[532]]
## [1] "mediocrebitch47: Y’all don’t judge my #SpotifyWrapped too harshly there was a period of like a week were I listened to Meant to be Y… https://t.co/hTdWvoKFak"
## 
## [[533]]
## [1] "_OMOBOY: The last part for me...........You gerrit? ✌\n\n     Like and Retweet.😌\n\nOsun Oyetola Lagos Delete Aregbe Innoson Chi… https://t.co/3LI79VEJVv"
## 
## [[534]]
## [1] "BruceBullu: This is Ghana Black Stars ✨🔥 ... How many people noticed this today. Coach Otto Addo and his boys are good!… https://t.co/My97PqgqXR"
## 
## [[535]]
## [1] "ttotheyx: I predict my most played song will be Oceans &amp; Engines by NIKI #SpotifyWrapped FOR SURE LIKE I KNOW IT 🫵🏼 IT BETTER BE"
## 
## [[536]]
## [1] "Florianzii: I predict my top podcast will be non-existantent. I don't listen to podcasfs 😘 #SpotifyWrapped"
## 
## [[537]]
## [1] "Danielklss: I predict my top artist will be @ladygaga  💖 #SpotifyWrapped"
## 
## [[538]]
## [1] "TheFakeMaalikM: I predict my most played song will be Let The Smokers Shine The Coupes #SpotifyWrapped\n@PUSHA_T"
## 
## [[539]]
## [1] "zxawakening: I predict my top artist will be [Lil Mosey] #SpotifyWrapped"
## 
## [[540]]
## [1] "michaela_gelb_: I predict my top artist will be ‘The 1975’?? I think #SpotifyWrapped"
## 
## [[541]]
## [1] "InkAndHoney1: Ink and Honey... Little Eyes...\n.\n.\n.\n.\n.\n.\n.\n#SpotifyWrapped #harrystylesperu #FIFAWorldCupQatar2022 #Qatar2022… https://t.co/6jhAsu96oe"
## 
## [[542]]
## [1] "madrigrober: I predict my top artist will be Nobuo Uematsu #SpotifyWrapped"
## 
## [[543]]
## [1] "wonsangbeloved: I predict my most played song will be a twice song #SpotifyWrapped"
## 
## [[544]]
## [1] "iluvtaylor17: I predict my most played song will be You Belong With Me (taylor's version) #SpotifyWrapped"
## 
## [[545]]
## [1] "itz_notaldo: I predict my top artist will be Logic or juice WRLD #SpotifyWrapped"
## 
## [[546]]
## [1] "adrinbooks: I predict my top artist will be [kyotto, duki or muse] #SpotifyWrapped"
## 
## [[547]]
## [1] "Patrick31370308: Looking for excellent quality shipping container home house plans, designs buildings and any type of architectural… https://t.co/IcVUZoaB7h"
## 
## [[548]]
## [1] "zxawakening: I predict my most played song will be [Blue Strips by Lil Skies] #SpotifyWrapped"
## 
## [[549]]
## [1] "Ccubby17: I feel like it’s a mini deep dive into a person conscience #SpotifyWrapped https://t.co/UbT8JrmdfM"
## 
## [[550]]
## [1] "Florianzii: I predict my most played song will be either Boy Bi (by Mad Tsui), or any Beth Crowley song  #SpotifyWrapped"
## 
## [[551]]
## [1] "rayleennotfound: I predict my top podcast will be [Banter] #SpotifyWrapped"
## 
## [[552]]
## [1] "Danielklss: I predict my most played song will be  TT by Twice  #SpotifyWrapped"
## 
## [[553]]
## [1] "realbanjar: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped"
## 
## [[554]]
## [1] "dontviewmypg: Don’t watch if you under 18!!!\n\nKid flys off ride! \n\n#viral #viralvideo #sensitive #news #news24 #dontwatch… https://t.co/Yi7ltN0IPz"
## 
## [[555]]
## [1] "rayleennotfound: I predict my top artist will be [BTS] #SpotifyWrapped"
## 
## [[556]]
## [1] "realbanjar: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[557]]
## [1] "salonedesserts: I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped is archetypewithmeghan"
## 
## [[558]]
## [1] "adrinbooks: I predict my top genre will be [rock or metalcore] #SpotifyWrapped"
## 
## [[559]]
## [1] "michaela_gelb_: I predict my top genre will be ‘Pop’ cause I love me basic bitch music 😇 #SpotifyWrapped"
## 
## [[560]]
## [1] "iluvtaylor17: I predict my top podcast will be Saving Grace #SpotifyWrapped"
## 
## [[561]]
## [1] "rayleennotfound: I predict my top genre will be [K-Pop] #SpotifyWrapped"
## 
## [[562]]
## [1] "gumgumangel: I predict my top artist will be Silvana Estrada #SpotifyWrapped"
## 
## [[563]]
## [1] "adrinbooks: I predict my most played song will be [my own-kyotto ] #SpotifyWrapped"
## 
## [[564]]
## [1] "Florianzii: I predict my top artist will be uhhh, maybe beth crowley?? #SpotifyWrapped"
## 
## [[565]]
## [1] "iluvtaylor17: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[566]]
## [1] "rayleennotfound: I predict my most played song will be [Permission to Dance by BTS] #SpotifyWrapped"
## 
## [[567]]
## [1] "Boppinpop123: I predict my top podcast will be [the sync]#SpotifyWrapped"
## 
## [[568]]
## [1] "iluvtaylor17: I predict my top genre will be pop #SpotifyWrapped"
## 
## [[569]]
## [1] "ohwell_10_: I predict my top artist will be ATEEZ #SpotifyWrapped"
## 
## [[570]]
## [1] "JoshuaR15493426: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped and my top artist will be either Tr… https://t.co/z709GxSZsp"
## 
## [[571]]
## [1] "GregoryMarc95: I predict my most played song will be [Death By A Thousand Cuts by Bullet For My Valentine] #SpotifyWrapped"
## 
## [[572]]
## [1] "fetusrrysimp: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[573]]
## [1] "OSchleppi: I predict my top artist will be Harry MF  Styles #SpotifyWrapped"
## 
## [[574]]
## [1] "Night_somewhere: It is almost time for my favorite holiday \n#SpotifyWrapped"
## 
## [[575]]
## [1] "thanawithanh: Not even surprised that Taylor is on top hahaha I can’t wait for the #SpotifyWrapped now https://t.co/CSpZW1Gpur"
## 
## [[576]]
## [1] "gumgumangel: I predict my top genre will be J-pop. #SpotifyWrapped"
## 
## [[577]]
## [1] "91DEARLOUIS: I predict my top artist will be taylor swift #SpotifyWrapped"
## 
## [[578]]
## [1] "ohwell_10_: I predict my top genre will be kpop #SpotifyWrapped"
## 
## [[579]]
## [1] "michaela_gelb_: I predict my most played song will be ‘Boyfriends’ by Harry Styles #SpotifyWrapped 🤔"
## 
## [[580]]
## [1] "OSchleppi: I predict my top genre will be Pop #SpotifyWrapped"
## 
## [[581]]
## [1] "Boppinpop123: I predict my top artist will be [xxxtentacion ] #SpotifyWrapped"
## 
## [[582]]
## [1] "Karla_perez41: I predict my top artist will be [Billie Eilish ] #SpotifyWrapped"
## 
## [[583]]
## [1] "madrigrober: I predict my top genre will be dubstep #SpotifyWrapped"
## 
## [[584]]
## [1] "KrisE_bz: I predict my top artist will be Ariana Grande #SpotifyWrapped https://t.co/acBogCZv3E"
## 
## [[585]]
## [1] "follentoken: it’s almost here.  #SpotifyWrapped"
## 
## [[586]]
## [1] "OSchleppi: I predict my most played song will be [Golden By Harry Styles ] #SpotifyWrapped"
## 
## [[587]]
## [1] "madrigrober: I predict my most played song will be Advent: One-Winged Angel #SpotifyWrapped https://t.co/6yP5ghPLUq"
## 
## [[588]]
## [1] "Utd_Emily: Can’t lie its gonna be the most exciting day of the year when Spotify Wrapped drops #SpotifyWrapped"
## 
## [[589]]
## [1] "marsisdying: @hankgreen why is drinking blood considered cannibalism but drinking piss isn’t \n\n#SpotifyWrapped #FIFAWorldCup… https://t.co/qMVp7Bffav"
## 
## [[590]]
## [1] "gumgumangel: I predict my most played song will be Sabré olvidar by Silvana Estrada #SpotifyWrapped"
## 
## [[591]]
## [1] "JoshuaR15493426: I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped will definitely be rap"
## 
## [[592]]
## [1] "Virtopia: I predict my top artist will be @iamluckydaye #SpotifyWrapped"
## 
## [[593]]
## [1] "Boppinpop123: I predict my top genre will be [rap] #SpotifyWrapped"
## 
## [[594]]
## [1] "bgsexy16: Yours for Christmas https://t.co/0h2TEwE0Fv via @YouTube #Nashville #SavanahGa #SpotifyWrapped #california… https://t.co/tiIcKXmyvr"
## 
## [[595]]
## [1] "JoshuaR15493426: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped will be 90 Proof by Smino"
## 
## [[596]]
## [1] "Boppinpop123: I predict my most played song will be [Jocelyn Flores] #SpotifyWrapped"
## 
## [[597]]
## [1] "SidoHikami: Listen \n\nI already know what my most played song is gonna be Spotify \n\nIf it’s anything else; y’all are liars and f… https://t.co/UqeG9PjMpU"
## 
## [[598]]
## [1] "thecozylorain: I predict my top podcast will be 'ask pastor John' by @desiringGod  #SpotifyWrapped"
## 
## [[599]]
## [1] "purevvs: I predict my top artist will be @Polo_Capalot  #SpotifyWrapped"
## 
## [[600]]
## [1] "nouisfinity28: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[601]]
## [1] "selslovr: I predict my most played song will be Calm Down remix by Selena Gomez and Rema #SpotifyWrapped"
## 
## [[602]]
## [1] "hugzforgrian: I predict my top podcast will be  distractables for sure #SpotifyWrapped"
## 
## [[603]]
## [1] "SybilleColombe: Pls don’t judge me when All Too Well (10-minute version) is one of my top most played songs. #SpotifyWrapped"
## 
## [[604]]
## [1] "childerolandusa: Sabrina Carpenter Don't Want It Back\nhttps://t.co/0yjmh8ZDha\n#sabrinacarpenter #SpotifyWrapped"
## 
## [[605]]
## [1] "nouisfinity28: I predict my most played song will be Midnight Rain by Taylor Swift or Bigger Than Me by Louis Tomlinson #SpotifyWrapped"
## 
## [[606]]
## [1] "oApZ_Official: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[607]]
## [1] "annikaxkerstin: I predict my top artist will be 5 Seconds Of Summer #SpotifyWrapped"
## 
## [[608]]
## [1] "Florianzii: I predict my top genre will be either pop or indie #SpotifyWrapped"
## 
## [[609]]
## [1] "SmokedSalt: I predict my top podcast will be Archetype with Meghan #SpotifyWrapped"
## 
## [[610]]
## [1] "racheljoy23: I predict my most played song will be My Frankenstein by Kody Kavitha, from Dead End Paranormal Park #SpotifyWrapped"
## 
## [[611]]
## [1] "phermida99: last 4 weeks #SpotifyWrapped https://t.co/0IpKa8GLwX"
## 
## [[612]]
## [1] "LindsTS19: I predict my top artist will be Taylor Swift duh #SpotifyWrapped"
## 
## [[613]]
## [1] "iced_cilantro: I predict my top genre will be [The Real Slim Shady - Eminem] #SpotifyWrapped"
## 
## [[614]]
## [1] "shesamerihann: I predict my top artist will be Wallows or Harry Styles #SpotifyWrapped"
## 
## [[615]]
## [1] "michaelbellu4: I can’t wait for #SpotifyWrapped"
## 
## [[616]]
## [1] "GivenLungile2: Mara guys have you heard deep piano😩😤🔥 fuck❗♥️ #podcastandchillwithmacg MacG Limpopo Mr Smeg Mbali #FIFAWorldCup… https://t.co/iXxX4GhH2r"
## 
## [[617]]
## [1] "Hillbilly762: I predict my top podcast will be @bigdandbubba #SpotifyWrapped"
## 
## [[618]]
## [1] "courtkneelyn: I predict my top artist will be Dr. Taylor Allison Swift #SpotifyWrapped"
## 
## [[619]]
## [1] "softymak: I predict my most played song will be HaaAakkKKK!!! #SpotifyWrapped"
## 
## [[620]]
## [1] "eunchaeria: me waiting for #SpotifyWrapped  when i already know my top songs and artists"
## 
## [[621]]
## [1] "addieislame: I predict my top artist will be [ @KALIUCHIS ] #SpotifyWrapped"
## 
## [[622]]
## [1] "Djskip_litk: ✌🏽👋🏽❤️follow me on all social sites @Djskip_litk  #Favorite #dj #SpotifyWrapped #RedVelvet https://t.co/ABoZn8gZbN"
## 
## [[623]]
## [1] "courtkneelyn: I predict my most played song will be vigilante shit. No doubt in my mind #SpotifyWrapped"
## 
## [[624]]
## [1] "thecozylorain: i predict my most played song will be 'carousel' by @5SOS #SpotifyWrapped"
## 
## [[625]]
## [1] "MaximilianoPl18: I predict my most played song will be less than zero by the weeknd #SpotifyWrapped"
## 
## [[626]]
## [1] "pabstblue_lover: I predict my top podcast will be POLITICO Playbook Daily Briefing #SpotifyWrapped"
## 
## [[627]]
## [1] "shesamerihann: I predict my top genre will be pop only because I listened it a lot of Rina Sawayama, Charli xcx and Harry Styles this year #SpotifyWrapped"
## 
## [[628]]
## [1] "Hillbilly762: I predict my top genre will be country #SpotifyWrapped"
## 
## [[629]]
## [1] "LimbuLbina: (Gentleman )I predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[630]]
## [1] "sidneyfmelb: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped"
## 
## [[631]]
## [1] "Rhi5SOS: I predict my top artist will be The Chainsmokers #SpotifyWrapped https://t.co/r8LR4BYjAv"
## 
## [[632]]
## [1] "FedericaFaggia7: Justin Bieber is my #SpotifyWrapped"
## 
## [[633]]
## [1] "KutulloManthat2: Dont know im getting impatient with wanting to get my  #SpotifyWrapped"
## 
## [[634]]
## [1] "sleepymilk_: I predict my most played song will be Bet U Wanna #SpotifyWrapped"
## 
## [[635]]
## [1] "MandieIRL: I predict my top podcast will be [#TriforcePodcast] @YogscastLewis #SpotifyWrapped"
## 
## [[636]]
## [1] "dietheverhack: My #SpotifyWrapped predictions ⬇️⬇️⬇️"
## 
## [[637]]
## [1] "uponreason: SALE - Orange OR15H 15W Guitar Valve Amplifier Head - Official Orange Cover https://t.co/DmsEtZnnj8 #england… https://t.co/bYIWZL69DB"
## 
## [[638]]
## [1] "mathllnd: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[639]]
## [1] "HackwithFred: Snapchat? Twitter? Instagram? Facebook? WhatsApp??\nText me now for Snapchat account hack  guaranteed #snap… https://t.co/wmFPZa6aW2"
## 
## [[640]]
## [1] "hrtspandas: i just want the little icon  #SpotifyWrapped"
## 
## [[641]]
## [1] "yoongurtmoon: I predict my most played song will be [paradise by @BTS_twt] #SpotifyWrapped"
## 
## [[642]]
## [1] "focusonbts__: I predict my top artist will be BTS #SpotifyWrapped"
## 
## [[643]]
## [1] "Quapsins: I predict my most played song will be [Ghost - Nelward] #SpotifyWrapped"
## 
## [[644]]
## [1] "auditoraddict: i predict my top artist will be [Mitski] #SpotifyWrapped \n\nbecause yk"
## 
## [[645]]
## [1] "focusonbts__: I predict my top genre will be K-POP #SpotifyWrapped"
## 
## [[646]]
## [1] "humancallum: I predict my top artist will be Red Velvet (las pasteles mis ídolas) #SpotifyWrapped"
## 
## [[647]]
## [1] "Bidoofisgod3: I predict my top artist will be Queen (the band not the dead lady) #SpotifyWrapped"
## 
## [[648]]
## [1] "focusonbts__: I predict my most played song will be RUN BTS #SpotifyWrapped"
## 
## [[649]]
## [1] "shesamerihann: I predict my most played song will be Music For a Sushi Restaurant by Harry Styles #SpotifyWrapped"
## 
## [[650]]
## [1] "haddadwlt74: Sorry I Tooted, It Came Out Of My Brass shirt:\n#DominosCyberMonday #Ronaldo #Uruguay\n#HughFreeze #GivingTuesday… https://t.co/BdEXQlNYbE"
## 
## [[651]]
## [1] "TheAmericoSousa: I predict my top genre will be Christian Rock #SpotifyWrapped"
## 
## [[652]]
## [1] "NatiRivers: @Megasnooop #SpotifyWrapped yearly tradition"
## 
## [[653]]
## [1] "BRlGHTESTBLUE: #SpotifyWrapped  CMONNN WHERE ARE YOU https://t.co/6SFrNoIMFB"
## 
## [[654]]
## [1] "humancallum: I predict my top genre will be Kpop (es que si, rolas hay) #SpotifyWrapped"
## 
## [[655]]
## [1] "Bidoofisgod3: I predict my most played song will be bohemian rhapsody #SpotifyWrapped"
## 
## [[656]]
## [1] "pettytrashmouth: I predict my most played song will be something from hsmtmts im not even kidding #SpotifyWrapped"
## 
## [[657]]
## [1] "MandieIRL: I predict my top genre will be [either French pop or the normal pop punk] #SpotifyWrapped"
## 
## [[658]]
## [1] "yokiothesquid: I predict my most played song will be \"Love Will Tear Us Apart\" by Joy Division #SpotifyWrapped"
## 
## [[659]]
## [1] "IsheBarry: I will setup your gohighlevel website cobiro website reireply sales funnel https://t.co/ZrBeboyDf5\n#Apple… https://t.co/JlzBL5u85u"
## 
## [[660]]
## [1] "itsemmaella: I predict my top podcast will be [one of the ASMR podcasts I listen to before bed; or Jane Austen’s Persuasion] #SpotifyWrapped"
## 
## [[661]]
## [1] "Rhi5SOS: I predict my top genre will be pop #SpotifyWrapped"
## 
## [[662]]
## [1] "Raulgz93: I predict my most played song will be EN EL COCHE - @Aitanax  #SpotifyWrapped"
## 
## [[663]]
## [1] "humancallum: I predict my most played song will be GWSN - Night Aviation (The Interpretation of Dreams) (La misma del año pasado… https://t.co/v7dqtpXQR9"
## 
## [[664]]
## [1] "kms_kali: I predict my top artist will be T Swizzle duhhhh #SpotifyWrapped"
## 
## [[665]]
## [1] "getphysicool: I predict my most played song will be [Cold Heart Remix] #SpotifyWrapped https://t.co/Ha9qD0DYdW"
## 
## [[666]]
## [1] "HackwithFred: Inbox let's Spy on your partner Snapchat account\nFeel free Hacking is easy\nText me now for Snapchat account hack  g… https://t.co/Wr5BA9TIWI"
## 
## [[667]]
## [1] "lovesartists3: I predict my top genre will be pop #SpotifyWrapped"
## 
## [[668]]
## [1] "lovesartists3: I predict my most played song will be Anti Hero #SpotifyWrapped"
## 
## [[669]]
## [1] "LarsonEvans: replying to this with #SpotifyWrapped because imagine it gets more traction. would be a bit funny that. hilarious actually"
## 
## [[670]]
## [1] "TheAmericoSousa: I predict my top podcast will be Hotel #SpotifyWrapped"
## 
## [[671]]
## [1] "temProudPeasant: Is this how we teach our kids how to love and accept themselves? Objectifying the body sexually is unhealthy and is… https://t.co/TUo0lmbZq0"
## 
## [[672]]
## [1] "Zenon56140617: I predict my most played song will be sdp interlude #SpotifyWrapped"
## 
## [[673]]
## [1] "getphysicool: I predict my top podcast will be [At Your Service @service95 ] #SpotifyWrapped https://t.co/ySrQ1JHN2K"
## 
## [[674]]
## [1] "loreG_0404: I predict my top artist will be bad bunny as always #SpotifyWrapped"
## 
## [[675]]
## [1] "MandieIRL: I predict my top artist will be [Demi Lovato?] Her newest album is really good ok #SpotifyWrapped"
## 
## [[676]]
## [1] "TheAmericoSousa: I predict my top artist will be Skillet #SpotifyWrapped"
## 
## [[677]]
## [1] "ralauw: I predict my most played song will be Don’t You Forget by @LouisYorkMusic #SpotifyWrapped"
## 
## [[678]]
## [1] "tiredjean: I predict my top artist will be @fayewebsters #SpotifyWrapped"
## 
## [[679]]
## [1] "itsemmaella: I predict my top artist will be [I have no confidence in this one but potentially MW or TS] #SpotifyWrapped"
## 
## [[680]]
## [1] "loreG_0404: I predict my top genre will be reggaeton #SpotifyWrapped"
## 
## [[681]]
## [1] "_KingKole: Cognac\n #Atlanta #SpotifyWrapped #BatonRouge #BayouClassic https://t.co/9qr7kgi4is"
## 
## [[682]]
## [1] "al_squared99: i already know what’s coming 😭 #SpotifyWrapped https://t.co/H9rF9q6HZm"
## 
## [[683]]
## [1] "TheAmericoSousa: I predict my most played song will be Standing in the Storm #SpotifyWrapped"
## 
## [[684]]
## [1] "Jaeighgallagher: So proud of my #baeighs 🖤 I love you all. #jaeighgallagher #streammymusic #indiemusic #13kstreams #forthebest… https://t.co/TlhjRDuTfq"
## 
## [[685]]
## [1] "kaedecrochet: mines is going to be Paris hilton and glee, I feel it in my bones\n#SpotifyWrapped"
## 
## [[686]]
## [1] "Chor_les: I predict my top podcast will be [Joe Rogan Podcast] #SpotifyWrapped"
## 
## [[687]]
## [1] "Rhi5SOS: I predict my most played song will be Me Myself &amp; i by @5SOS #SpotifyWrapped"
## 
## [[688]]
## [1] "getphysicool: I predict my top artist will be Dua Lipa or Taylor Swift #SpotifyWrapped"
## 
## [[689]]
## [1] "blackghoulette: why the FUCK is #SpotifyWrapped trending"
## 
## [[690]]
## [1] "KAIAXGIFFORD: I predict my top artist will be @Santandave1 #SpotifyWrapped"
## 
## [[691]]
## [1] "tiredjean: I predict my most played song will be Atlanta or Room Temp by Faye Webster #SpotifyWrapped"
## 
## [[692]]
## [1] "Chor_les: I predict my top artist will be [Slipkot] #SpotifyWrapped"
## 
## [[693]]
## [1] "krimmydawg: me seeing the same 5 artists on my spotify wrapped that are there every year…. #SpotifyWrapped https://t.co/gJlMvQKwnF"
## 
## [[694]]
## [1] "elfeliebhaber: I predict my top artist will be 5sos 🙏🙏🙏🙏🙏🙏 #SpotifyWrapped"
## 
## [[695]]
## [1] "Seraa: I predict my top podcast will be #Archetypes🤞(in my defence if it isn’t, the podcast only came in August 2022 &amp; I’d… https://t.co/c6XCgRV6dQ"
## 
## [[696]]
## [1] "KAIAXGIFFORD: I predict my top genre will be rap/ hip hop #SpotifyWrapped"
## 
## [[697]]
## [1] "remb_16: I predict my most played song will be spin by @sawyernunes #SpotifyWrapped"
## 
## [[698]]
## [1] "MandieIRL: I predict my most played song will be [World's Smallest Violin, AJR] #SpotifyWrapped"
## 
## [[699]]
## [1] "ilem_ilem3: Hypoglycemia (low blood sugar) is worse than hyperglycemia (high blood sugar) eventho both can lead to devastating… https://t.co/ulpJ9qhn06"
## 
## [[700]]
## [1] "KayPopKraze: I predict my top artist will be EXO #SpotifyWrapped https://t.co/GEVMgpZ7Cn"
## 
## [[701]]
## [1] "elfeliebhaber: I predict my top genre will be pop LMAO #SpotifyWrapped"
## 
## [[702]]
## [1] "CA_Cart28: I predict my top artist will be Harry Styles #SpotifyWrapped"
## 
## [[703]]
## [1] "itsemmaella: I predict my top genre will be Country or Contemporary Country (again)\n#SpotifyWrapped"
## 
## [[704]]
## [1] "getphysicool: I predict my top genre will be [Pop] #SpotifyWrapped https://t.co/xaHrCS2I2Q"
## 
## [[705]]
## [1] "elfeliebhaber: I predict my most played song will be  you don't go to parties by 5sos 🙏 #SpotifyWrapped"
## 
## [[706]]
## [1] "KAIAXGIFFORD: I predict my most played song will be Last Last by Burna Boy  #SpotifyWrapped"
## 
## [[707]]
## [1] "single4tay: I predict my most played song will be “All Too Well (Taylor’s Version) (Ten Minutes Version) (From The Vault)” #SpotifyWrapped"
## 
## [[708]]
## [1] "mrlouque75: I predict my top artist will be @ladygaga #SpotifyWrapped"
## 
## [[709]]
## [1] "POVPODCAST_: 🔥WHAT WOULD YOU RATE THIS EPISODE?!🔥 #SpotifyWrapped #FIFAWorldCupQatar2022 #RedVelvet #spotifypodcasts #podcast… https://t.co/qDz59Df0ue"
## 
## [[710]]
## [1] "lanarose_r1: i want my spotify wrapped so bad #SpotifyWrapped"
## 
## [[711]]
## [1] "YoBoyOatmeal: I predict my top podcast will be nah #SpotifyWrapped"
## 
## [[712]]
## [1] "nicolagrxce: I predict my most played song will be Love is a Game by Adele #SpotifyWrapped"
## 
## [[713]]
## [1] "SYMB1988: @Freeethon To the moon #SpotifyWrapped #kudus #Dame Deborah James"
## 
## [[714]]
## [1] "YoBoyOatmeal: I predict my top artist will be Lorde 😏#SpotifyWrapped"
## 
## [[715]]
## [1] "KayPopKraze: I predict my top genre will be k-pop #SpotifyWrapped https://t.co/TMSHH3D5zB"
## 
## [[716]]
## [1] "TheChrisRand: I predict my top artist will be [Ariana Grande] #SpotifyWrapped"
## 
## [[717]]
## [1] "YoBoyOatmeal: I predict my top genre will be POP BABYYYYYY WOOOO #SpotifyWrapped"
## 
## [[718]]
## [1] "itsemmaella: I predict my most played song will be \nThis Bar \n#SpotifyWrapped"
## 
## [[719]]
## [1] "Chaos__Idiot: I predict my most played song will be Tot musica by ado. I played that way to many times #SpotifyWrapped"
## 
## [[720]]
## [1] "MinaACypert: next couple of days. \n\nThank you in advance!!\n\n#viral #Trending #SpotifyWrapped #community #blog #blogger"
## 
## [[721]]
## [1] "YoBoyOatmeal: I predict my most played song will be live and let die by Paul McCartney  #SpotifyWrapped"
## 
## [[722]]
## [1] "rean_angelo: Excited for #SpotifyWrapped as my free annual mental health report 😍"
## 
## [[723]]
## [1] "FromNazWithLove: I predict my top genre will be #Afrobeats - #SpotifyWrapped"
## 
## [[724]]
## [1] "mine_m0nster: I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped indie"
## 
## [[725]]
## [1] "jamiestelling: I predict my most played song will be 'Witching Hour' #SpotifyWrapped  by In This Moment  lol"
## 
## [[726]]
## [1] "KayPopKraze: I predict my most played song will be BTBT by B.I  #SpotifyWrapped https://t.co/Fb9W052qGI"
## 
## [[727]]
## [1] "txm_mybeloved: i predict my most played song will be any deftones song #SpotifyWrapped"
## 
## [[728]]
## [1] "mine_m0nster: I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped hail satan podcast lol"
## 
## [[729]]
## [1] "solacedusoleil: I predict my top artist will be Beyoncé #SpotifyWrapped"
## 
## [[730]]
## [1] "Wilbah_4057: I predict my top podcast will be MORBIDDDDD (Morbid: A true crime podcast) #SpotifyWrapped"
## 
## [[731]]
## [1] "fredrickwass: Bitcoin oscillates in an upwards fashion, always setting a new hi-low. \n\nThat's it, no need to make theories up.… https://t.co/ktyYE2yXuq"
## 
## [[732]]
## [1] "kmskenzz: I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped \n\nits gonna be whatever drakes genre… https://t.co/cr3BKaLClZ"
## 
## [[733]]
## [1] "emperor_svc: My @Spotify Wrapped is approved! Happy New Year. 🙏🏻🙌🏻🎉🍾🥂\n\n#SpotifyWrapped"
## 
## [[734]]
## [1] "summer_0_d: I predict my top podcast will be duolingo french @duolingo  #SpotifyWrapped"
## 
## [[735]]
## [1] "Wilbah_4057: I predict my top artist will be LOVEJOY. #SpotifyWrapped"
## 
## [[736]]
## [1] "guessurallmine: I predict my top genre will be pop #SpotifyWrapped"
## 
## [[737]]
## [1] "MelAnnGro: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[738]]
## [1] "itzlyssa_xo: I predict my top podcast will be anything goes with emma chamberlain #SpotifyWrapped"
## 
## [[739]]
## [1] "SkylersRevenge: I predict my top podcast will be Nick and Charlie by Alice Oseman #SpotifyWrapped"
## 
## [[740]]
## [1] "arthurguim: I predict my top artist will be @ladygaga #SpotifyWrapped"
## 
## [[741]]
## [1] "guessurallmine: I predict my most played song will be as it was by harry styles #SpotifyWrapped"
## 
## [[742]]
## [1] "Wilbah_4057: I predict my top genre will be it’s either going to be dreamsmp or rock- #SpotifyWrapped"
## 
## [[743]]
## [1] "Viviennehyene: I swear to fucking god if my top podcast is the Grapes of Wrath im going to kill myself #SpotifyWrapped"
## 
## [[744]]
## [1] "summer_0_d: I predict my top artist will be arctic monkeys #SpotifyWrapped"
## 
## [[745]]
## [1] "Ridhogrowinup: #SpotifyWrapped Is a measurement to show how hipster you are; and I can’t wait to get mine.\nBliss #1"
## 
## [[746]]
## [1] "KayleighForde1: I predict my top podcast will be Crime Junkie #SpotifyWrapped"
## 
## [[747]]
## [1] "Wilbah_4057: I predict my most played song will be The Fall by Lovejoy 🫡 #SpotifyWrapped"
## 
## [[748]]
## [1] "SkylersRevenge: I predict my top artist will be Steve Lacy #SpotifyWrapped"
## 
## [[749]]
## [1] "ShanChan_37: I predict my top podcast will be #archetypesonspotify #SpotifyWrapped"
## 
## [[750]]
## [1] "stimk33: I predict my most played song will be All Too Well 10 Minute Version. #SpotifyWrapped"
## 
## [[751]]
## [1] "sarah_12605: I predict my top artist will be [fill in top artist prediction] harry styles fr #SpotifyWrapped"
## 
## [[752]]
## [1] "GustaveDeresse: Also... no #SpotifyWrapped    for me. Though I wonder if #YouTube does something similar— I haven't been paying pro… https://t.co/6ZEjiYFLiB"
## 
## [[753]]
## [1] "Mark_Hanson17: @CFBPlayoff do the right thing and put Ohio State in the playoff!!!!! #SpotifyWrapped #RedVelvet #ghanablackstars… https://t.co/kXAufI6y9r"
## 
## [[754]]
## [1] "QuotesfromtheP: “You will earn the respect of all men if you begin by earning the respect of yourself.”\n-Musonius Rufus… https://t.co/trKtmGoqF8"
## 
## [[755]]
## [1] "sarah_12605: I predict my top genre will be [fill in top genre prediction] is pop #SpotifyWrapped"
## 
## [[756]]
## [1] "KayleighForde1: I predict my top genre will be Pop #SpotifyWrapped"
## 
## [[757]]
## [1] "fixed_surebet: SPORT BETTING IS THE FASTEST WAYS OF MAKE MONEY AND IT ALSO THE FASTEST WAY TO LOOSE ALL YOUR MONEY ONLY IF YOU CHO… https://t.co/dJETwpypF2"
## 
## [[758]]
## [1] "summer_0_d: I predict my top genre will be indie rock #SpotifyWrapped"
## 
## [[759]]
## [1] "sarah_12605: I predict my most played song will be [fill in top song prediction] id either harry styles, taylor swift, or one direction #SpotifyWrapped"
## 
## [[760]]
## [1] "senkozuu: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped"
## 
## [[761]]
## [1] "SkylersRevenge: I predict my top genre will be Indie Rock #SpotifyWrapped"
## 
## [[762]]
## [1] "otbjules: I predict my top artist will be Louis Tomlinson #SpotifyWrapped"
## 
## [[763]]
## [1] "solacedusoleil: I predict my top podcast will be WIRED Science #SpotifyWrapped"
## 
## [[764]]
## [1] "KayleighForde1: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[765]]
## [1] "1905steven: I predict my top podcast will be [50+2] #SpotifyWrapped"
## 
## [[766]]
## [1] "summer_0_d: I predict my most played song will be there better be a mirror ball #SpotifyWrapped"
## 
## [[767]]
## [1] "otbjules: I predict my top genre will be Pop #SpotifyWrapped"
## 
## [[768]]
## [1] "AvishaiLindenb1: I predict my most played song will be Bad Romance by Lady Gaga #SpotifyWrapped"
## 
## [[769]]
## [1] "jesse_gambrah: I predict my top artist will be [Black sherif 😌🤞🏻] #SpotifyWrapped"
## 
## [[770]]
## [1] "1905steven: I predict my top artist will be [Travis Scott] #SpotifyWrapped"
## 
## [[771]]
## [1] "LulRedZazi: I need some i miss you, I love you, I’m sorry money. 😩😩\n\n#SpotifyWrapped #FIFAWorldCupQatar2022 #FYP"
## 
## [[772]]
## [1] "_ANOBRAIN: I predict my most played song will be Wintering #SpotifyWrapped"
## 
## [[773]]
## [1] "KayleighForde1: I predict my most played song will be Music For a Sushi Restaurant - Harry Styles #SpotifyWrapped"
## 
## [[774]]
## [1] "sgfgmilf: I predict my top artist will be 5sos #SpotifyWrapped"
## 
## [[775]]
## [1] "1905steven: I predict my top genre will be [rap] #SpotifyWrapped"
## 
## [[776]]
## [1] "satelliites: I predict my top artist will be Kanye West #SpotifyWrapped"
## 
## [[777]]
## [1] "AvishaiLindenb1: I predict my top genre will be Pop #SpotifyWrapped"
## 
## [[778]]
## [1] "iblamedrake: I predict my most played song will be Demons by drake #SpotifyWrapped https://t.co/fxTf3yhbwu"
## 
## [[779]]
## [1] "sogoldencarli: I predict my top genre will be indie rock or something w indie in it hehehe #SpotifyWrapped"
## 
## [[780]]
## [1] "sgfgmilf: I predict my most played song will be Drive #SpotifyWrapped"
## 
## [[781]]
## [1] "summer_0_d: Spotify just tagged me on twitter, wow... #SpotifyWrapped \nThe predictions are arctic monkeys, a lot of italian mus… https://t.co/xEnA8IMemM"
## 
## [[782]]
## [1] "AvishaiLindenb1: I predict my top artist will be Taylor Swift, Lady Gaga, or Camila Cabello. #SpotifyWrapped"
## 
## [[783]]
## [1] "1905steven: I predict my most played song will be [Kendrick Lamar - N95] #SpotifyWrapped"
## 
## [[784]]
## [1] "Unknoxnn__: I predict my top artist will be [unotheactivist] #SpotifyWrapped"
## 
## [[785]]
## [1] "satelliites: I predict my most played song will be Love My Way #SpotifyWrapped"
## 
## [[786]]
## [1] "otbjules: I predict my most played song will be Only The Brave #SpotifyWrapped"
## 
## [[787]]
## [1] "flxnt_: Please please please do something like #SpotifyWrapped I need to see how much I lost this year @phantom"
## 
## [[788]]
## [1] "esanghelo: I predict my most played song will be Easy on Me  or Hold my Hand #SpotifyWrapped"
## 
## [[789]]
## [1] "wibblytoes: guys it’s official i am famous i have one whole follower! i have grown my family, time to get the chop!… https://t.co/hyGurPVC0U"
## 
## [[790]]
## [1] "pugsly6338: I know my top artist will be either  wumpscut or @walkthemoon for the third year in a row... fourth year... i have… https://t.co/cSQoSe0d4k"
## 
## [[791]]
## [1] "Unknoxnn__: I predict my top genre will be [rap] #SpotifyWrapped"
## 
## [[792]]
## [1] "gh0stinthewaIIs: I predict my top genre will be indie or alternative 😟 #SpotifyWrapped"
## 
## [[793]]
## [1] "Unknoxnn__: I predict my most played song will be [met gala by vjacob] #SpotifyWrapped"
## 
## [[794]]
## [1] "radiodreading: I predict my top artist will be Muse or Centimillimental #SpotifyWrapped"
## 
## [[795]]
## [1] "AvishaiLindenb1: I predict my top podcast will be @KimKardashian's The System #SpotifyWrapped"
## 
## [[796]]
## [1] "NintendoCuber: I predict my top artist will be @paradisefears Best band of all time! #SpotifyWrapped"
## 
## [[797]]
## [1] "NeonBLK3: CHILL - EP \n#RnB #RedVelvet #Trending #music #SpotifyWrapped\nhttps://t.co/K6IRhsvftY"
## 
## [[798]]
## [1] "Swiftie_jazzy: I predict my top artist will be @taylorswift13  100% #SpotifyWrapped"
## 
## [[799]]
## [1] "fixed_surebet: I DONT DO PAY AFTER SERVICES BECAUSE I KNOW THE VALUE OF MY GAME*. \n\nIf you dont have the money for fixed games don… https://t.co/BvAyewe9o9"
## 
## [[800]]
## [1] "B1ngusB: Honestly, my song prolly finna be this, Ill have it on loop and forget ab it 😭#SpotifyWrapped https://t.co/G2XMCoCshb"
## 
## [[801]]
## [1] "thederpymanboii: I predict my top artist will be Hyper Potions #SpotifyWrapped"
## 
## [[802]]
## [1] "HackwithFred: Inbox let's Spy on your partner Snapchat account\nFeel free Hacking is easy\nText me now for Snapchat account hack  g… https://t.co/7MwnKk6oSv"
## 
## [[803]]
## [1] "DaBacon7: BUY TWO GET ONE FREE OFF ENTIRE SITE THROUGH FRIDAY ONLY!! Go shop today @creations_label 🔥🔥❤️❤️ FOLLOW LIKE COMMEN… https://t.co/UDaeX6oGB2"
## 
## [[804]]
## [1] "stewperb: I just knowww Let’s Get It will be on my #SpotifyWrapped"
## 
## [[805]]
## [1] "DJNPR04: This Is My First #SpotifyWrapped 😄 🤩 https://t.co/H5yNb3CyWs https://t.co/6oPtFniqOp"
## 
## [[806]]
## [1] "Wirehead2000: I predict my top artist will be Harry Styles #SpotifyWrapped"
## 
## [[807]]
## [1] "Swiftie_jazzy: I predict my top genre will be pop #SpotifyWrapped"
## 
## [[808]]
## [1] "cosmic_loser_: I predict my most played song will be [Saviour Complex - Phoebe Bridgers] #SpotifyWrapped"
## 
## [[809]]
## [1] "Swiftie_jazzy: I predict my most played song will be gorgeous by Taylor swift #SpotifyWrapped"
## 
## [[810]]
## [1] "sayylem: I predict my top artist will be my chemical romance like let’s be serious #SpotifyWrapped"
## 
## [[811]]
## [1] "meatloaf369296: I predict my top artist will 100% be [arctic monkeys] #SpotifyWrapped"
## 
## [[812]]
## [1] "yeahhhN1ghtfall: I predict my top podcast will be Impaulsive #SpotifyWrapped"
## 
## [[813]]
## [1] "VivaLaSasha: I predict my top podcast will be …@RingerVerse House of R, no doubt. It has been a beautiful year with Mal &amp; Jo 💚 #SpotifyWrapped"
## 
## [[814]]
## [1] "ANGShots: I predict my top artist will be 6LACK (@6LACK) #SpotifyWrapped"
## 
## [[815]]
## [1] "yeahhhN1ghtfall: I predict my top artist will be baby keem #SpotifyWrapped"
## 
## [[816]]
## [1] "juschase: My everything entrepreneur on music and merch support #SpotifyWrapped #RedVelvet #ghanablackstars… https://t.co/fMboVUmbuK"
## 
## [[817]]
## [1] "Dinnymuthoni: Perfect summary of the day …\nRoad trip / photo shoot 🏁📍\n\n#roadtrip #SpotifyWrapped #StarAcademy #Indigo #ImACeleb… https://t.co/dB1itu3Fu8"
## 
## [[818]]
## [1] "miscmartyrdom: I predict my top artist will be CORPSE #SpotifyWrapped"
## 
## [[819]]
## [1] "HackwithFred: Am available Inbox now for help and guide on how to recover your Account\n#hacking #hacked #facebookdown #whatsapp… https://t.co/GEg8hXsYlY"
## 
## [[820]]
## [1] "yeahhhN1ghtfall: I predict my top genre will be rap #SpotifyWrapped"
## 
## [[821]]
## [1] "seaneneh: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[822]]
## [1] "EliteDaily: Here’s how to get your @Spotify Instafest concert lineup so you can start daydreaming about your ideal festival. 🎡… https://t.co/ElWINUoK0p"
## 
## [[823]]
## [1] "skzjuicyboi: I predict my top artist will be BTS and if i’m wrong then dethrone me as an army #SpotifyWrapped"
## 
## [[824]]
## [1] "Gracie_Days: I predict my top genre will be probably modern rock ! #SpotifyWrapped https://t.co/fRkTfzCGEZ"
## 
## [[825]]
## [1] "yeahhhN1ghtfall: I predict my most played song will be honest by baby keem #SpotifyWrapped"
## 
## [[826]]
## [1] "phantom9073: I predict my most played song will be Bloody Valentine #SpotifyWrapped"
## 
## [[827]]
## [1] "FromNazWithLove: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped\n\nBuga (Lo Lo Lo ) by… https://t.co/YHMbopR15k"
## 
## [[828]]
## [1] "Smt1Drelated: I predict my top podcast will be...\nthe one i listen to while reading that talk ab greek mythology but i can't reme… https://t.co/E6YeY81VaH"
## 
## [[829]]
## [1] "Smt1Drelated: I predict my top artist will be...\neither Taylor or Louis \n#SpotifyWrapped"
## 
## [[830]]
## [1] "7kquaso: Did this Better than Sheamus 🔥 #SpotifyWrapped https://t.co/vu742dG5Il"
## 
## [[831]]
## [1] "Smt1Drelated: I predict my top genre will be pop \n#SpotifyWrapped"
## 
## [[832]]
## [1] "Smt1Drelated: I predict my most played song will be...\ni think maybe ready for it? or some onder reputation song #SpotifyWrapped"
## 
## [[833]]
## [1] "beyondjikook: I predict my top artist will be BTS #SpotifyWrapped"
## 
## [[834]]
## [1] "Ohok20160600: I predict my top genre will be music for people who get no bitches #SpotifyWrapped"
## 
## [[835]]
## [1] "Marc53295108: GIVE US SPIDER-MAN 4! #SpiderMan4 #SpotifyWrapped https://t.co/lRQRGZvjKm"
## 
## [[836]]
## [1] "vaishnavi_ot7: According to the Scotsman Spotify stopped collection our data on 30th October....and dreamers was released on 20th… https://t.co/V3AIxDCnQ1"
## 
## [[837]]
## [1] "luksidee: My 2 years old daughter said \"hey Google play baby shark\" Google now played something else 😂 , my daughter then tol… https://t.co/97Lv8VvC7u"
## 
## [[838]]
## [1] "beyondjikook: I predict my most played song will be 2 minus 1\n#SpotifyWrapped"
## 
## [[839]]
## [1] "solacedusoleil: I predict my most played song will be CUFF IT #SpotifyWrapped"
## 
## [[840]]
## [1] "perfectlycosmic: I predict my top podcast will be #ArchetypesWithMeghan \n#SpotifyWrapped"
## 
## [[841]]
## [1] "EARLYHOOKUP: I predict my top artist will be Beyonce #SpotifyWrapped"
## 
## [[842]]
## [1] "basil067: Ask @nike @Jumpman23 about the Covington connection.1985 changed the shoe game and history \n\n#nikeairmax #nike… https://t.co/pJJBW1QcR1"
## 
## [[843]]
## [1] "NeonBLK3: CHILL - EP \n#RnB #RedVelvet #Trending #music #SpotifyWrapped\nhttps://t.co/K6IRhsNoI6"
## 
## [[844]]
## [1] "enzomarajjjjj: I predict my top podcast will be [Sibling Rivalry] #SpotifyWrapped"
## 
## [[845]]
## [1] "liquorsquick: I predict my top podcast will be nothing #SpotifyWrapped"
## 
## [[846]]
## [1] "KOTORevan93: I predict my most played song this year will be “I Still Believe You’re Good” by @newsboys #SpotifyWrapped"
## 
## [[847]]
## [1] "FlooQuill194: I predict my top artist will be @xtina #SpotifyWrapped"
## 
## [[848]]
## [1] "urbooye: Can’t wait for #SpotifyWrapped to call me a fag 5 times"
## 
## [[849]]
## [1] "facelessGh0stly: I predict my most played song will be Shinunoga E-Wa #SpotifyWrapped"
## 
## [[850]]
## [1] "enzomarajjjjj: I predict my top artist will be [Nicki Minaj] #SpotifyWrapped"
## 
## [[851]]
## [1] "FlooQuill194: I predict my top genre will be Latin Pop #SpotifyWrapped"
## 
## [[852]]
## [1] "BorowikMateusz: I predict my most played song will be \"Koszulka\" #SpotifyWrapped"
## 
## [[853]]
## [1] "Phoenix96278002: I predict my top genre will be Pop. I know it is. I know it. Or indie something.\n#SpotifyWrapped"
## 
## [[854]]
## [1] "BxbaTea4: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped\nI think since I saw Vienna was… https://t.co/LNAYibecXz"
## 
## [[855]]
## [1] "thunderousknigh: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[856]]
## [1] "TheSophiaAlexis: I predict my top artist will be [@bigtimerush ] #SpotifyWrapped #BTRParalyzed #13YearsOfBigTimeRush"
## 
## [[857]]
## [1] "enzomarajjjjj: I predict my top genre will be [DanceHall] #SpotifyWrapped"
## 
## [[858]]
## [1] "FlooQuill194: I predict my most played song will be Me Porto Bonito by Bad Bunny #SpotifyWrapped"
## 
## [[859]]
## [1] "enzomarajjjjj: I predict my most played song will be [Do We Have A Problem?] #SpotifyWrapped"
## 
## [[860]]
## [1] "CH8KED: I will make my #SpotifyWrapped my personality trait and I don't care"
## 
## [[861]]
## [1] "BxbaTea4: I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped\nIndie but let’s hope it’s not what I think it is 💀"
## 
## [[862]]
## [1] "JrHyun_soft: I predict my most played song will be LOVE DIVE by IVE #SpotifyWrapped"
## 
## [[863]]
## [1] "420laura69: I predict my most played song will be [something by Phoebe ] #SpotifyWrapped"
## 
## [[864]]
## [1] "mbab_2001: I predict my top artist will be [💜 @BTS_twt 💜] #SpotifyWrapped #SpotifyWrapped2022 #Spotify #BTS #BTSARMY #ARMY"
## 
## [[865]]
## [1] "crypto_gold_XX: Upcoming twitter space don’t forget ❤️ #SpotifyWrapped #btc #Etherium #shibainu #shib #memecoin #altcoin… https://t.co/PJXjPe9ncE"
## 
## [[866]]
## [1] "BxbaTea4: I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped I don’t know lol"
## 
## [[867]]
## [1] "B505Matt: New youtube video out now \n\nhttps://t.co/E3xS9XDQD2\n\n#SpotifyWrapped #ContentCreator #FIFAWorldCupQatar2022… https://t.co/LzROARac5D"
## 
## [[868]]
## [1] "MarajStarships: I predict my top artist will be [@nickiminaj] #SpotifyWrapped"
## 
## [[869]]
## [1] "BxbaTea4: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped I don’t know actually probably LoveJoy"
## 
## [[870]]
## [1] "WeMadeItOut: I predict my top podcast will be The Sleepy Bookshelf #SpotifyWrapped"
## 
## [[871]]
## [1] "the_new_wavee: Read more about what I did wrong and right in my blog post! #indiemusic #music #pop #Spotify #SpotifyWrapped… https://t.co/hSlVGCWBZb"
## 
## [[872]]
## [1] "_elladenicola: I predict my top artist will be  Harry Styles #SpotifyWrapped"
## 
## [[873]]
## [1] "fixed_surebet: This channel we don’t say what we can’t do, so if you know you are here to recover all you have lost, better go for… https://t.co/I5Ny2snFC8"
## 
## [[874]]
## [1] "mbab_2001: I predict my top genre will be [#KPOP] #SpotifyWrapped #SpotifyWrapped2022 #Spotify"
## 
## [[875]]
## [1] "420laura69: I predict my top genre will be [pop] #SpotifyWrapped"
## 
## [[876]]
## [1] "_elladenicola: I predict my most played song will be Little Freak #SpotifyWrapped"
## 
## [[877]]
## [1] "SmokedSalt: I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped Archetype #ArchetypewithMeghan"
## 
## [[878]]
## [1] "420laura69: I predict my top artist will be [the beatles ?] #SpotifyWrapped"
## 
## [[879]]
## [1] "button401: I predict my top podcast will be Archetypes #SpotifyWrapped"
## 
## [[880]]
## [1] "sojuspplr: I predict my top genre will be Pop #SpotifyWrapped"
## 
## [[881]]
## [1] "StephensVlogsYT: I predict my top genre will be [Grime] #SpotifyWrapped"
## 
## [[882]]
## [1] "mbab_2001: I predict my most played song will be [#RunBTS by @BTS_twt] #SpotifyWrapped #SpotifyWrapped2022 #Spotify"
## 
## [[883]]
## [1] "JackAegon: Really need to work on my self😵‍💫 #SpotifyWrapped #Depresion #BNB #Cryptocurency"
## 
## [[884]]
## [1] "sojuspplr: I predict my top artist will be One Direction or Stray Kids #SpotifyWrapped"
## 
## [[885]]
## [1] "MayorSilent: Just got my #SpotifyWrapped from #silenthill \n\nI'd go to this fest if they have a first aid tent! https://t.co/jax9fhH3dK"
## 
## [[886]]
## [1] "ionfwthissocial: I predict my top podcast will be What's Good #SpotifyWrapped"
## 
## [[887]]
## [1] "AheadfullofBTS: I predict my top artist will be [BTS] #SpotifyWrapped"
## 
## [[888]]
## [1] "ionfwthissocial: I predict my top artist will be Yeat #SpotifyWrapped"
## 
## [[889]]
## [1] "LisRodriguez06: I predict my top genre will be K-POP  #SpotifyWrapped"
## 
## [[890]]
## [1] "jamesmeowrriott: i just want it now pls #SpotifyWrapped"
## 
## [[891]]
## [1] "ionfwthissocial: I predict my top genre will be Hip-Hop #SpotifyWrapped"
## 
## [[892]]
## [1] "foxycasper: I predict my top artist will be the garden #SpotifyWrapped"
## 
## [[893]]
## [1] "KerriOlorcain: Heres mine #instafest #SpotifyWrapped https://t.co/XmvNYT3yad"
## 
## [[894]]
## [1] "AheadfullofBTS: I predict my most played song will be [Black Swan] #SpotifyWrapped"
## 
## [[895]]
## [1] "yeehawnatalie: my #SpotifyWrapped predictions. artist: taylor (duh), genre: dance pop, song: Brother by Madds Buckley (don’t ask),… https://t.co/F0CDVbH6od"
## 
## [[896]]
## [1] "JonnieLamour: Matching energy is why everybody miserable. \n\nYou don't clean dirt with dirt. \n\n#SpotifyWrapped #FIFAWorldCupQatar2022 #thecontrarian"
## 
## [[897]]
## [1] "ionfwthissocial: I predict my most played song will be Geek High #SpotifyWrapped"
## 
## [[898]]
## [1] "WeMadeItOut: I predict my top artist will be taylor swift  #SpotifyWrapped"
## 
## [[899]]
## [1] "ConanSmith96: I predict my top artist will be [Little Mix] #SpotifyWrapped"
## 
## [[900]]
## [1] "let_alpha_write: I predict my top podcast will be @SincerelyAccra  #SpotifyWrapped"
## 
## [[901]]
## [1] "ana_manizales: I predict my most played song will be [little freak by Harry styles]  #SpotifyWrapped"
## 
## [[902]]
## [1] "mybanisters: I predict my most played song will be Arcadia 😭 #SpotifyWrapped"
## 
## [[903]]
## [1] "Dashint0n: Can’t wait to be read by #SpotifyWrapped 🙃🙃🙃"
## 
## [[904]]
## [1] "iced_cilantro: Annual reminder to throw that SZA playlist on repeat to get the baddies to slide up on your #SpotifyWrapped"
## 
## [[905]]
## [1] "WeMadeItOut: I predict my top genre will be 90's Alternative/Indie #SpotifyWrapped"
## 
## [[906]]
## [1] "kendoIlroy: my spotify wrap to me\n\n#SpotifyWrapped \n\nhttps://t.co/J5JdMbZRkr"
## 
## [[907]]
## [1] "ConanSmith96: I predict my most played song will be [Heartbreak Anthem by Little Mix] #SpotifyWrapped"
## 
## [[908]]
## [1] "QViolet_97: The fact that #SpotifyWrapped is trending and it's not even out yet is driving me insane. I just wanna see how a we… https://t.co/d1oenhnhvt"
## 
## [[909]]
## [1] "brvothcantsleep: I predict my top podcast will be [@TheYard] #SpotifyWrapped"
## 
## [[910]]
## [1] "helllyh_: I genuinely don't have a fricking idea about how is going to be my Spotify wrapped. I'm genuinely scared.… https://t.co/i599LBIaBY"
## 
## [[911]]
## [1] "let_alpha_write: I predict my top genre will be Soul #SpotifyWrapped"
## 
## [[912]]
## [1] "frappucinarry: I predict my top artist will be Harry Styles #SpotifyWrapped"
## 
## [[913]]
## [1] "STARCL0UDD: A sketch I did of my new oc 🥳\n#illustrationart #SpotifyWrapped https://t.co/XWGT2axFak"
## 
## [[914]]
## [1] "rainberrykmm: I predict my most played song will be Little freak by Harry Styles #SpotifyWrapped"
## 
## [[915]]
## [1] "HannahLovesLIV1: I predict my most played song will be brutal #SpotifyWrapped"
## 
## [[916]]
## [1] "maddiefan2974: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[917]]
## [1] "brvothcantsleep: I predict my top artist will be [Mitski] #SpotifyWrapped"
## 
## [[918]]
## [1] "chaneklix: I predict my top artist will be #StrayKids #SpotifyWrapped"
## 
## [[919]]
## [1] "kaitill_: I predict my top podcast will be @CrimeJunkiePod no questions asked. That podcast keeps me sane while doing stock at work 🤣 #SpotifyWrapped"
## 
## [[920]]
## [1] "brvothcantsleep: I predict my top genre will be [indie rock] #SpotifyWrapped"
## 
## [[921]]
## [1] "rainberrykmm: I predict my top genre will be pop #SpotifyWrapped"
## 
## [[922]]
## [1] "AnthonyBragger: I predict my top artist will be [Paul McCartney ] #SpotifyWrapped"
## 
## [[923]]
## [1] "HannahLovesLIV1: I predict my top genre will be pop #SpotifyWrapped"
## 
## [[924]]
## [1] "Doctor0fTerror: I predict my top artist will be powerwolf or she wants revenge #SpotifyWrapped"
## 
## [[925]]
## [1] "minpjmz: I predict my most played song will be Butter #SpotifyWrapped"
## 
## [[926]]
## [1] "rainberrykmm: I predict my top artist will be Harry Styles  #SpotifyWrapped"
## 
## [[927]]
## [1] "Sav_angel07: I predict my top artist will be 5 seconds of summer #SpotifyWrapped"
## 
## [[928]]
## [1] "chaneklix: I predict my most played song will be Maniac #StrayKids #SpotifyWrapped"
## 
## [[929]]
## [1] "zachisgr8ness: I predict my top artist will be [Juice Drizzy or #FreeSlime ] #SpotifyWrapped"
## 
## [[930]]
## [1] "akaur0: It's almost that time of year! #SpotifyWrapped https://t.co/YKDiGfUQfr"
## 
## [[931]]
## [1] "Ace_Cyber_: Let me help you recover that your Hacked , Instagram, Twitter Pinterest, Gmail, Snapchat etc....\n#facebookdown… https://t.co/3M6g13gKss"
## 
## [[932]]
## [1] "HannahLovesLIV1: I predict my top artist will be Olivia Rodrigo!! #SpotifyWrapped"
## 
## [[933]]
## [1] "Doctor0fTerror: I predict my top podcast will be kasvoton podcast #SpotifyWrapped"
## 
## [[934]]
## [1] "loverofjaya: I predict my top artist will be either taylor swift, harry styles or 5sos #SpotifyWrapped"
## 
## [[935]]
## [1] "zachisgr8ness: I predict my top genre will be [definitely melodic trap, emo trap, alternative trap] #SpotifyWrapped"
## 
## [[936]]
## [1] "caitnottaken: I predict my most played song will be The Way I Loved You by Taylor Swift #SpotifyWrapped"
## 
## [[937]]
## [1] "brvothcantsleep: I predict my most played song will be [First Love / Late Spring - Mitski] #SpotifyWrapped"
## 
## [[938]]
## [1] "the_new_wavee: Read more about my experience in my blog post! \n#indie #music #indieartist #independent #producer #musicpromotion… https://t.co/FgHiyohmGV"
## 
## [[939]]
## [1] "minpjmz: I predict my top genre will be K-Pop #SpotifyWrapped"
## 
## [[940]]
## [1] "chatterboxnat: I predict my top podcast will be [woman evolve podcast] #SpotifyWrapped"
## 
## [[941]]
## [1] "zachisgr8ness: I predict my most played song will be [Dirty Soda by Juice Wrld] prolly #SpotifyWrapped"
## 
## [[942]]
## [1] "talkativetess: I predict my most played song will be Hippo in the Water by Mom Jeans @momjeansca #SpotifyWrapped"
## 
## [[943]]
## [1] "minpjmz: I predict my top artist will be BTS #SpotifyWrapped"
## 
## [[944]]
## [1] "robot_rocker: I predict my top podcast will be something nuts about prepping for the apocalypse #SpotifyWrapped"
## 
## [[945]]
## [1] "kerry_marie17: I predict my most played song will be Taylor Swift #SpotifyWrapped"
## 
## [[946]]
## [1] "minpjmz: I predict my top podcast will be The Fellas Podcast #SpotifyWrapped"
## 
## [[947]]
## [1] "romanadebruyne: I predict my top genre will be rock #SpotifyWrapped"
## 
## [[948]]
## [1] "etherialf4iry: #SpotifyWrapped gotta come NIW im going crazy"
## 
## [[949]]
## [1] "MrsGabbyGecko: I predict my most played song will be Skin of Your Teeth Demi Lovato?? #SpotifyWrapped"
## 
## [[950]]
## [1] "slmanbero: Furinno Turn-S-Tube 3-Tier Compact Multipurpose Shelf Display Rack with Square Tube, Columbia Walnut/Black… https://t.co/NSnPz4Ti6F"
## 
## [[951]]
## [1] "atb__william: My #SpotifyWrapped top song stepping up to accept her crown: https://t.co/HjzsyiF6w9 https://t.co/6HBnII5PXa"
## 
## [[952]]
## [1] "Brandy_Sade: I predict my top artist will be Ari Lennox #SpotifyWrapped"
## 
## [[953]]
## [1] "havingIived: I predict my top podcast will be [fill in top podcast prediction] i dont listen to podcasts im not a nerd #SpotifyWrapped"
## 
## [[954]]
## [1] "bwtchdmbdyasoul: I predict my top genre will be indie pop #SpotifyWrapped"
## 
## [[955]]
## [1] "LyndaN: I predict my most played song will be Another Lifetime by St. Lucia #SpotifyWrapped \n\nhttps://t.co/OsPbsNBcSS"
## 
## [[956]]
## [1] "yeoreumzzz: CAN THIS STOP TRENDING I KEEP ON GETTING SCARED ITS DROPPED 😭😭 #SpotifyWrapped"
## 
## [[957]]
## [1] "MrsGabbyGecko: I predict my top genre will be Pop #SpotifyWrapped"
## 
## [[958]]
## [1] "LIFEWITHNUANCE: I predict my most played song will be Comedy or Oh Bo or Art is Dead or Words, Words, Words\n#SpotifyWrapped\n#1 bo stan"
## 
## [[959]]
## [1] "Jessemckenzie06: I predict my top podcast will be chuckle sandwich #SpotifyWrapped"
## 
## [[960]]
## [1] "SquadRises: I predict my top genre will be Emo #SpotifyWrapped"
## 
## [[961]]
## [1] "Jesse_Jones_92: I predict my most played song will be goosebumps by Travis Scott #SpotifyWrapped"
## 
## [[962]]
## [1] "BaraketZaine: I predict my most played song will be [pipe down by drake] #SpotifyWrapped"
## 
## [[963]]
## [1] "GandalfVRC: I predict my top artist will be [Ozzy Osborne}#SpotifyWrapped"
## 
## [[964]]
## [1] "MrsGabbyGecko: I predict my top artist will be Taylor Swift?? Or Demi Lovato? It’s a toss up. #SpotifyWrapped"
## 
## [[965]]
## [1] "Brandy_Sade: I predict my top genre will be R&amp;B #SpotifyWrapped"
## 
## [[966]]
## [1] "klarissaaan: I predict my most played song will be El Apagon by Bad Bunny #SpotifyWrapped"
## 
## [[967]]
## [1] "4unouis: I predict my top artist will be louis tomlinson #SpotifyWrapped"
## 
## [[968]]
## [1] "MrsGabbyGecko: I predict my top podcast will be @newheightshow  #SpotifyWrapped"
## 
## [[969]]
## [1] "Mineko12208: I predict my top artist will be BTS!\n@BTS_twt #SpotifyWrapped"
## 
## [[970]]
## [1] "aethumus: I predict my most played song will be Devil Trigger #SpotifyWrapped"
## 
## [[971]]
## [1] "karanicedric: Your mistakes are temporary. Once you acquire the skill, you’re free forever.\n\n#FIFAWorldCupQatar2022 #Apple… https://t.co/Uv4nOQciZg"
## 
## [[972]]
## [1] "WorthmoreBiz: A good man leaves an Inheritance to the next generation. #NextGeneration #SpotifyWrapped"
## 
## [[973]]
## [1] "Brandy_Sade: I predict my most played song will be [Night Drive by Ari Lennox] #SpotifyWrapped"
## 
## [[974]]
## [1] "HackwithFred: If your Roblox got Hacked inbox now for guide on how to recover your Account\n#hacked #Roblox #5G #Hackingtime… https://t.co/kanpi00zHG"
## 
## [[975]]
## [1] "plutinjordan_23: January 15 the shadow is back #mma #mma2023 \n#SpotifyWrapped #Qatar2022 #harrystylesperu #ufc #UFC283 #ล็อคกี้แฟน… https://t.co/nSfZLuTmTe"
## 
## [[976]]
## [1] "CiscoYork: My #SpotifyWrapped this Friday https://t.co/weugla1YTr"
## 
## [[977]]
## [1] "chatterboxnat: I guarantee my #SpotifyWrapped song will be taboo by sevyn streeter. 😎"
## 
## [[978]]
## [1] "LIFEWITHNUANCE: I predict my top genre will be Pop #SpotifyWrapped"
## 
## [[979]]
## [1] "geasylagos: I predict my top artist will be @MacMiller  #SpotifyWrapped"
## 
## [[980]]
## [1] "Mineko12208: I predict my top genre will be R&amp;B/K-R&amp;B.\n#SpotifyWrapped"
## 
## [[981]]
## [1] "charlnorris: me happy to see #SpotifyWrapped trending but realising it hasn’t even been announced yet 💔 https://t.co/5wSAXoroJb"
## 
## [[982]]
## [1] "ghoulia_irl: Tfw u don’t have a Spotify wrapped cuz u stopped using Spotify n only use musi now #SpotifyWrapped https://t.co/svXDkMlFZ4"
## 
## [[983]]
## [1] "LIFEWITHNUANCE: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[984]]
## [1] "MaSSaPowerHour: RRRAP IT UP! (Vinyl Tear Down) by: MaSSa Power 🤩👊\n\n#massapower #DistroKid #Towerofbabelsymphony #HeavyMetal… https://t.co/m1lujeACdO"
## 
## [[985]]
## [1] "Glasgow_Live: #SpotifyWrapped 2022: Release date and why the last two months of the year are not included in results\nhttps://t.co/IInad2M3e1"
## 
## [[986]]
## [1] "belovedcentral: I predict my top artist will be ATEEZ #SpotifyWrapped (expected tbf ngl-)"
## 
## [[987]]
## [1] "AgunobiBethel: CSC | NFTs Beyond Art — Utility &amp; The True Value of NFTs\n\nhttps://t.co/e4sRyE8LRh\n\nReally interested in knowing abo… https://t.co/ry78RI67l5"
## 
## [[988]]
## [1] "aethumus: I predict my top artist will be Graeme Cornies #SpotifyWrapped"
## 
## [[989]]
## [1] "geasylagos: I predict my most played song will be Cracker Island by @gorillaz  #SpotifyWrapped"
## 
## [[990]]
## [1] "t3ddyhyuck66: I predict my top artist will be nct 127 #SpotifyWrapped"
## 
## [[991]]
## [1] "TechnicolorNick: I predict my top podcast will be Chuckle Sandwich #SpotifyWrapped"
## 
## [[992]]
## [1] "letterstoesme: Disturbed #SpotifyWrapped #music https://t.co/MFHAWHw1g9"
## 
## [[993]]
## [1] "Mineko12208: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped\n\nTo be honest, I'm not sure hahaha."
## 
## [[994]]
## [1] "ArjooX: I predict my top artist will be Kanye West or MF DOOM #SpotifyWrapped"
## 
## [[995]]
## [1] "taemqa: I predict my top podcast will be [podcasts don’t work in Kazakhstan] #SpotifyWrapped"
## 
## [[996]]
## [1] "ltlivbells: I predict my top artist will be Kanye or Abba  #SpotifyWrapped"
## 
## [[997]]
## [1] "Prissyamor: I predict my top genre will be rap #SpotifyWrapped"
## 
## [[998]]
## [1] "venomaesthetic: I predict my top artist will be Ghost #SpotifyWrapped"
## 
## [[999]]
## [1] "aethumus: I predict my top podcast will be Freaky Folklore #SpotifyWrapped"
## 
## [[1000]]
## [1] "ArjooX: I predict my top genre will be hip hop #SpotifyWrapped"
## 
## [[1001]]
## [1] "venomaesthetic: I predict my top podcast will be GOONS #SpotifyWrapped"
## 
## [[1002]]
## [1] "Prissyamor: I predict my most played song will be Vulture Island by @rob49up #SpotifyWrapped"
## 
## [[1003]]
## [1] "islandboee: Yall still streaming super freaky girl? 👀\n\n#NickiMinaj #SuperFreakyGirl #SpotifyWrapped"
## 
## [[1004]]
## [1] "taemqa: I predict my top artist will be [Taylor Swift] #SpotifyWrapped"
## 
## [[1005]]
## [1] "ArjooX: I predict my most played song will be Life of the Party #SpotifyWrapped"
## 
## [[1006]]
## [1] "The0_Capsicle: I predict my top podcast will be 365 days with mxmtoon cause it's the only one I listen to 😭 #SpotifyWrapped"
## 
## [[1007]]
## [1] "45slur: i'm gonna get bullied once spotify wrapped comes out #SpotifyWrapped"
## 
## [[1008]]
## [1] "aethumus: I predict my top genre will be Rock #SpotifyWrapped"
## 
## [[1009]]
## [1] "Lian_zhrrr: I predict my most played song will be [illusion by aespa] #aespa #SpotifyWrapped"
## 
## [[1010]]
## [1] "ltlivbells: I predict my most played song will be Devil In A New Dress #SpotifyWrapped"
## 
## [[1011]]
## [1] "kennypowell55: Kenny Ray Powell former Death House Captain at Holmesberg Prison, PA ***... https://t.co/uaNuApc7a3 via @YouTube… https://t.co/TSx0zl15H7"
## 
## [[1012]]
## [1] "taemqa: I predict my top genre will be [K-POP] #SpotifyWrapped"
## 
## [[1013]]
## [1] "HarkomsV: Never stop promoting your store. Drop your URL for promotion. #shopifydesign #dropshipping #SpotifyWrapped… https://t.co/whsveiFA4q"
## 
## [[1014]]
## [1] "havingIived: I predict my top artist will be frank ocean prolly #SpotifyWrapped"
## 
## [[1015]]
## [1] "soundsgoodBOS: @bearsintrees will be wrapping up their U.S. invasion in Somerville next Saturday. Grab tickets to see them at… https://t.co/Br1b1T0Xzl"
## 
## [[1016]]
## [1] "austin_imoru: Somebody should help me out, WHY WOULD RENO DEFEND TINUBU? What kind of game is he playing?\n\nDELETE | CHICAGO | APC… https://t.co/WrqYrydEZx"
## 
## [[1017]]
## [1] "taemqa: I predict my most played song will be [The Astronaut - JIN ] #SpotifyWrapped"
## 
## [[1018]]
## [1] "LEVlTATETHEHYPE: What if @Eminem  put a hit on Mac Miller so that he could be the only known as M&amp;M? Plus that diss by Mac when he s… https://t.co/6v1ezlgqVe"
## 
## [[1019]]
## [1] "AskoDsc: I predict my top genre will be [UrbanPop] #SpotifyWrapped"
## 
## [[1020]]
## [1] "WhoisDenim: I predict my top artist will be Tyler the creator #SpotifyWrapped"
## 
## [[1021]]
## [1] "AnneHe70044514: I predict my top podcast will be Anything Goes #SpotifyWrapped"
## 
## [[1022]]
## [1] "havingIived: I predict my most played song will be self control #SpotifyWrapped"
## 
## [[1023]]
## [1] "_ellielou97: Not okay with the fact that my top song is gonna be Twinkle Twinkle Little Star tbh #SpotifyWrapped"
## 
## [[1024]]
## [1] "venomaesthetic: I predict my most played song will be Cirice by Ghost #SpotifyWrapped"
## 
## [[1025]]
## [1] "finnisajedi: I can’t wait to see how my family mucked up my #SpotifyWrapped 🥲"
## 
## [[1026]]
## [1] "peachyverse: Yes I'm excited but worried about how my mom accidentally using my Spotify on google mini many times will affect my… https://t.co/KXsT5xLE1R"
## 
## [[1027]]
## [1] "kgmtskii: I predict my most played song will be [Future Perfect by ENHYPEN] #SpotifyWrapped"
## 
## [[1028]]
## [1] "AnneHe70044514: I predict my top artist will be Harry Styles #SpotifyWrapped"
## 
## [[1029]]
## [1] "beewitc: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[1030]]
## [1] "qquinny_: I predict my most played song will be Break From Toronto, This Side of Paradise, or Anti Hero :) #SpotifyWrapped"
## 
## [[1031]]
## [1] "silviaseee: I predict my top podcast will be witchcraft qualcosa  #SpotifyWrapped"
## 
## [[1032]]
## [1] "AnneHe70044514: I predict my top genre will be Pop #SpotifyWrapped"
## 
## [[1033]]
## [1] "CeasarTowers: Ngl, my #SpotifyWrapped is gonna be a mess, it always is. I have such cringe taste in music but Idc anymore lol\nThi… https://t.co/D4kWAkwaoI"
## 
## [[1034]]
## [1] "Atlantic__Azure: Spotify better not rry it in this year's Wrapped #SpotifyWrapped https://t.co/utBsxmlGUY"
## 
## [[1035]]
## [1] "HalfBloodPJP: #SpotifyWrapped I need to see this asap. 🥹"
## 
## [[1036]]
## [1] "PMercier31: I predict my top genre will be Rock #SpotifyWrapped"
## 
## [[1037]]
## [1] "AnneHe70044514: I predict my most played song will be Smoke Slow #SpotifyWrapped"
## 
## [[1038]]
## [1] "xxzoeyxx51: i predict my top artist will be taylor swift  #SpotifyWrapped"
## 
## [[1039]]
## [1] "hijabigaming: @TtvGamegrinderz @GroundedTheGame Come tune in🫣❤️✨\n\nPlaying Grounded🪲🐝🐞\n#SpotifyWrapped #ContentCreator… https://t.co/m0NeUZIdr2"
## 
## [[1040]]
## [1] "PMercier31: I predict my most played song will be Judas by Fozzy #SpotifyWrapped"
## 
## [[1041]]
## [1] "bubblegumx2020: Here's the longer, first version of Dumptruck, the workout track.\n#edm #workout #SpotifyWrapped https://t.co/iSwOcVXzhS"
## 
## [[1042]]
## [1] "gebrandonkyw: What if people pronounced other store names the same way they pronounced Aldi?\n\nWalmarts\nTargets\nDollars General\nIG… https://t.co/8RMpjzPM9i"
## 
## [[1043]]
## [1] "silviaseee: I predict my top artist will be @PanicAtTheDisco 💋 #SpotifyWrapped"
## 
## [[1044]]
## [1] "Army7_Ahgase7: @ShikhaTheStar @Cheerfulcynthy @chartdata Exactly thank you.They must have missed the YOUR part or doesn't know what #SpotifyWrapped is."
## 
## [[1045]]
## [1] "arisvideodiary: I predict my top podcast will be Guilty Pleasures #SpotifyWrapped"
## 
## [[1046]]
## [1] "newpackrunna: I predict my top artist will be [Lil Uzi Vert] #SpotifyWrapped"
## 
## [[1047]]
## [1] "arisvideodiary: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[1048]]
## [1] "let_alpha_write: Everyone waiting for @Spotify wrapped like...\n\n#SpotifyWrapped https://t.co/t7iHtGonuK"
## 
## [[1049]]
## [1] "RyutoSetsujin: I predict my top artist will be flo milli lmao #SpotifyWrapped"
## 
## [[1050]]
## [1] "xyenoh_: I predict my top artist will be @JIDsv #SpotifyWrapped\n\nLol I'm pretty sure. I'd say @coastcontra too but their fre… https://t.co/Y3afW5jVt8"
## 
## [[1051]]
## [1] "sa1httam: I will personally release #SpotifyWrapped this year. spotify are taking too long"
## 
## [[1052]]
## [1] "SpotifyAU: Being the best person ever WOULD definitely affect your Wrapped.\n\n#SpotifyWrapped https://t.co/NwUAZ0mLuo"
## 
## [[1053]]
## [1] "jeviendemercure: I predict my top artist will be mansfield tya / orelsan / sexy sushi #SpotifyWrapped"
## 
## [[1054]]
## [1] "darius_monk: Everyone contact your local GOP and MAKE THEM BALLOT HARVEST WHERE LEGAL!\n#MAGA #2A #gas #gasprices #economy #vote… https://t.co/qHjD64QqN4"
## 
## [[1055]]
## [1] "silviaseee: I predict my top genre will be modern rock palese pt2 #SpotifyWrapped"
## 
## [[1056]]
## [1] "emoblkthot: GIRL #SpotifyWrapped"
## 
## [[1057]]
## [1] "newpackrunna: I predict my most played song will be [FOR FUN] #SpotifyWrapped"
## 
## [[1058]]
## [1] "HackwithFred: Have a lost account you want to recover but don't know how?\nInbox now for guide on how to recover your account imme… https://t.co/MIfKmydVVG"
## 
## [[1059]]
## [1] "itsjustkeel: I predict my top artist will be [Taylor Swift] #SpotifyWrapped"
## 
## [[1060]]
## [1] "silviaseee: I predict my most played song will be House of Memories palese #SpotifyWrapped"
## 
## [[1061]]
## [1] "Iamdstar1: Abi you wanna linkup I gat d liquor make we hookup 🔥🎻 #SpotifyWrapped Trybemusic"
## 
## [[1062]]
## [1] "LiNailah: I predict my top podcast will be The Command Zone #SpotifyWrapped"
## 
## [[1063]]
## [1] "WolfiedaA: SO EXCITED FOR  #SpotifyWrapped"
## 
## [[1064]]
## [1] "itsjustkeel: I predict my top genre will be [wgatever genre Taylor Swift is. Dance pop?] #SpotifyWrapped"
## 
## [[1065]]
## [1] "WolfiedaAqua: SO EXCITED FOR  #SpotifyWrapped"
## 
## [[1066]]
## [1] "LiNailah: I predict my top artist will be Powerwolf #SpotifyWrapped"
## 
## [[1067]]
## [1] "SLX_13_: Ngl I kinda switched to YouTube Music and downloaded MP3s for a good chunk of the year. My #SpotifyWrapped will have a few gaps in it 😅"
## 
## [[1068]]
## [1] "itsjustkeel: I predict my most played song will be [All Too Well (10 minute version) (Taylor’s Version)] #SpotifyWrapped"
## 
## [[1069]]
## [1] "Coolgirlk22: I predict my top artist will be [Meghan Markle, the Duchess of Sussex] #SpotifyWrapped"
## 
## [[1070]]
## [1] "NidgeOCE: I predict my top podcast will be [FPS - Friends Per Second Podcast] #SpotifyWrapped"
## 
## [[1071]]
## [1] "LiNailah: I predict my top genre will be Power Metal #SpotifyWrapped"
## 
## [[1072]]
## [1] "_sirisaiah: I predict my top genre will be Indie Poptimism #SpotifyWrapped"
## 
## [[1073]]
## [1] "VillimanMagee: For you anime fans this be the best 3 day break of your life #LISA #aimer #SpotifyWrapped  #hikaru https://t.co/ormmUw2XSG"
## 
## [[1074]]
## [1] "Morgandy: I predict my top artist will be BTS #SpotifyWrapped"
## 
## [[1075]]
## [1] "_sirisaiah: I predict my top podcast will be Genius Bar @geniusbarcast #SpotifyWrapped"
## 
## [[1076]]
## [1] "Morgandy: I predict my top genre will be K-pop #SpotifyWrapped"
## 
## [[1077]]
## [1] "Cosmopalitan: I predict my top artist will be Sabrina Carpenter or Paramore? #SpotifyWrapped"
## 
## [[1078]]
## [1] "niskuik: It’s about that time #SpotifyWrapped https://t.co/kNqkYsJX8p"
## 
## [[1079]]
## [1] "READY2MIX: Classic distraction from government #oligarchy pals that own the #msm \n\nLook over there!\n\nRe focus the #plebs… https://t.co/zcuttHRv0Y"
## 
## [[1080]]
## [1] "abby21898184: I predict my top artist will be [Tate Mcrae] #SpotifyWrapped"
## 
## [[1081]]
## [1] "_sirisaiah: I predict my top artist will be Twin Shadow #SpotifyWrapped"
## 
## [[1082]]
## [1] "lifeofciel: I predict my top artist will be Saba 😮‍💨#SpotifyWrapped"
## 
## [[1083]]
## [1] "Morgandy: I predict my most played song will be Idol by BTS #SpotifyWrapped"
## 
## [[1084]]
## [1] "HarkomsV: @patfkauffman Are u store owner. Drop ur website URL here for promotion, never stop promoting your store.… https://t.co/uWdXrILLGx"
## 
## [[1085]]
## [1] "ItsTiDALL: I predict my top artist will be [@matthwatson] #SpotifyWrapped"
## 
## [[1086]]
## [1] "pizzaaaqueeen: #SpotifyWrapped is the one thing I’m keeping myself on this rock for lmao x"
## 
## [[1087]]
## [1] "GLuck354: I predict my most played song will be Of The Abyss Lorna Shore [fill in top song prediction] #SpotifyWrapped"
## 
## [[1088]]
## [1] "softservehoseok: Jhope i think akkajsnd \n\npredict my top artist will be [fill in top artist prediction] #SpotifyWrapped"
## 
## [[1089]]
## [1] "ariwlll: I predict my top podcast will be las flipantes aventuras de pablo lechuga #SpotifyWrapped"
## 
## [[1090]]
## [1] "_sirisaiah: I predict my most played song will be Not the One by Gibbz #SpotifyWrapped"
## 
## [[1091]]
## [1] "RiendzYT: Go check it out!!!\n#SpotifyWrapped #Rihanna #kudus \n\nhttps://t.co/UCoy4Bkn2k"
## 
## [[1092]]
## [1] "em_enchanted13: #SpotifyWrapped predictions https://t.co/0bOKJcD2LX"
## 
## [[1093]]
## [1] "abby21898184: I predict my most played song will be [ill be good by Jaymes young ] #SpotifyWrapped"
## 
## [[1094]]
## [1] "Abu_sardiq: Insha Allah it’s over between me and sapa\n#FIFAWorldCupQatar2022 #SpotifyWrapped #hookup #delete"
## 
## [[1095]]
## [1] "softservehoseok: Bts pop period  \n\npredict my top genre will be [fill in top genre prediction] #SpotifyWrapped"
## 
## [[1096]]
## [1] "triffiths: Can’t wait to recieve my #SpotifyWrapped playlist this year and re-listen to all the music I’m now sick of because… https://t.co/16dGrhnhQK"
## 
## [[1097]]
## [1] "ariwlll: I predict my top artist will be Slipknot #SpotifyWrapped"
## 
## [[1098]]
## [1] "Cosmopalitan: I predict my top genre will be POP 🫠🫠 #SpotifyWrapped"
## 
## [[1099]]
## [1] "sophs_moran: I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped mmmm a mixed of kpop, pop, rock, gaming etc?"
## 
## [[1100]]
## [1] "imagingpdx: PLEASE RETWEET 🚨🚨🚨 #AdoptDontShop #AdoptMePets #foster #fosteringsaveslives #RescueDogs #SpotifyWrapped … https://t.co/DtYckU2cJO"
## 
## [[1101]]
## [1] "harperthejay: All I know is that @TessaViolet's YES MOM will be my #1 played song. I wouldn't be surprised if I was one of the mo… https://t.co/tOIsXNSOyF"
## 
## [[1102]]
## [1] "ariwlll: I predict my top genre will be Nu Metal #SpotifyWrapped"
## 
## [[1103]]
## [1] "fischylchips: I predict my most played song will be The Greatest #SpotifyWrapped"
## 
## [[1104]]
## [1] "screaminglip: I predict my top podcast will be @AMorbidPodcast without a doubt. My long commutes are totally worth it cus I of them! \n#SpotifyWrapped"
## 
## [[1105]]
## [1] "Cosmopalitan: I predict my most played song will be Alien by Sabrina Carpenter  #SpotifyWrapped"
## 
## [[1106]]
## [1] "softservehoseok: Yet to come will be that song Maybe \n\nI predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[1107]]
## [1] "The0_Capsicle: I predict my top artist will be Ricky Montgomery or Taylor Swift #SpotifyWrapped"
## 
## [[1108]]
## [1] "ISwag93: #SpotifyWrapped First time seeing it!! So excitedd!!!"
## 
## [[1109]]
## [1] "ariwlll: I predict my most played song will be Spit It Out #SpotifyWrapped"
## 
## [[1110]]
## [1] "crainfly1: @ckay_yo heart #covervideo by silver boy and Crainfly____ #freestylecover #SpotifyWrapped https://t.co/3RRIaj2xeH"
## 
## [[1111]]
## [1] "astoldbyalahni: say what you want about me. I refuse to be embarrassed #instafest #SpotifyWrapped https://t.co/dg7yIgdHVY"
## 
## [[1112]]
## [1] "The0_Capsicle: I predict my top genre will be indie or pop?? I dunno #SpotifyWrapped"
## 
## [[1113]]
## [1] "ABaldwin636: I predict my top artist will be @PalayeRoyale #SpotifyWrapped"
## 
## [[1114]]
## [1] "fischylchips: I predict my top artist will be Louis Tomlinson #SpotifyWrapped"
## 
## [[1115]]
## [1] "kennedytcooper: Why is #SpotifyWrapped trending if it hasn't actually been released yet? You people are sick. SICK !!"
## 
## [[1116]]
## [1] "teeyup_: I predict my top genre will be these fucking nuts idiot ass losers #SpotifyWrapped"
## 
## [[1117]]
## [1] "LetMeSimpNPeace: I predict my top artist will be [Bring Me The Horizon] #SpotifyWrapped now to wait and see if I’m right"
## 
## [[1118]]
## [1] "The0_Capsicle: I predict my most played song will be Mr Loverman 💀 #SpotifyWrapped"
## 
## [[1119]]
## [1] "Jeniferium: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[1120]]
## [1] "ManSpiiduh: High Key this might be the first year John Mayer isn’t on my most played this year 😭😭😭 #SpotifyWrapped"
## 
## [[1121]]
## [1] "OlajumokeSings: Guess this is good way to say good night from here 🥰 \n\nTININITANANA is now on Apple Music 💃\nLink up in my bio☝️\n\nMo… https://t.co/GMqSMK5Vco"
## 
## [[1122]]
## [1] "earnedabel: I predict my top artist will be The Weeknd #SpotifyWrapped"
## 
## [[1123]]
## [1] "denlightful: I predict my most played song will be fue mejor #SpotifyWrapped"
## 
## [[1124]]
## [1] "meg_interrupted: I predict my top artist will be FLETCHER #SpotifyWrapped"
## 
## [[1125]]
## [1] "_daviidjc_: I predict my most played song will be Tuyo #SpotifyWrapped"
## 
## [[1126]]
## [1] "originalnicoleg: @jonathanvswan Trumpler = conman grifter liar criminal sociopathic 8 yr old - once and always. #TrumpCrimeFamily… https://t.co/4D6SYiWuWX"
## 
## [[1127]]
## [1] "Ravener182: I predict my top genre will be [Rock]🎧 😎🎵 #SpotifyWrapped https://t.co/1Obh6JlzVV"
## 
## [[1128]]
## [1] "JRman99: I predict my top artist will be @poppy #SpotifyWrapped"
## 
## [[1129]]
## [1] "mollycej: i will not be able to eat, sleep OR breathe peacefully until spotify wrapped is released #SpotifyWrapped https://t.co/Of6XQepi8L"
## 
## [[1130]]
## [1] "phil_a_cardwell: I predict my top podcast will be @SappeninPod #SpotifyWrapped"
## 
## [[1131]]
## [1] "BruhITzMisael: I predict my most played song will be [Glimpse of us by joji] #SpotifyWrapped"
## 
## [[1132]]
## [1] "denlightful: I predict my top artist will be @KAYTRANADA #SpotifyWrapped"
## 
## [[1133]]
## [1] "WikkedBlissy: I predict my most played song will be Policy of Truth  #SpotifyWrapped"
## 
## [[1134]]
## [1] "Nessa_Smackable: Check out ProlificNessaa's video! #TikTok https://t.co/7pi6jFZdJq #SpotifyWrapped"
## 
## [[1135]]
## [1] "dwaeofficial: One day, I’ll have my very own urban music festival… being thrown in my hometown 🌃 &amp; the homeland🇵🇭… but for now, e… https://t.co/MVUaCllICH"
## 
## [[1136]]
## [1] "projectingx: I predict my top artist will be  YBN Nahmir #SpotifyWrapped"
## 
## [[1137]]
## [1] "annabtww: I need my #SpotifyWrapped right now I’m too impatient"
## 
## [[1138]]
## [1] "phil_a_cardwell: I predict my top artist will be @HoldingAbsence #SpotifyWrapped"
## 
## [[1139]]
## [1] "TheYeetmaster22: I predict my top genre will be [Hip-Hop] #SpotifyWrapped"
## 
## [[1140]]
## [1] "staryeol98: I predict my top podcast will be anime out of context #SpotifyWrapped"
## 
## [[1141]]
## [1] "a_a_ronofficial: Check me out! New things will be coming very soon! #SpotifyWrapped #edm #Producers  https://t.co/CsJ5WjIKW2"
## 
## [[1142]]
## [1] "Iqvenderhazes: I predict my top artist will be taylor swift #SpotifyWrapped"
## 
## [[1143]]
## [1] "lucylee: I predict my top podcast will be  Archetypes #SpotifyWrapped"
## 
## [[1144]]
## [1] "projectingx: I predict my top genre will be Korean Country Rap #SpotifyWrapped"
## 
## [[1145]]
## [1] "thatgayguyjosh: I predict my top artist will be @britneyspears #SpotifyWrapped"
## 
## [[1146]]
## [1] "staryeol98: I predict my top artist will be exo #SpotifyWrapped"
## 
## [[1147]]
## [1] "Iqvenderhazes: I predict my top genre will be dance pop #SpotifyWrapped"
## 
## [[1148]]
## [1] "Newsmacoll: Apple has threatened to remove Twitter \nfrom the App Store, according to Elon \nMusk. #Ronaldo #SpotifyWrapped… https://t.co/ZTRFjZlTti"
## 
## [[1149]]
## [1] "EberhardyPayton: I predict my top podcast will be [The Pat McAfee show 2.0] #SpotifyWrapped"
## 
## [[1150]]
## [1] "staryeol98: I predict my top genre will be kpop #SpotifyWrapped"
## 
## [[1151]]
## [1] "meg_interrupted: I predict my top genre will be Pop #SpotifyWrapped"
## 
## [[1152]]
## [1] "Iqvenderhazes: I predict my most played song will be message in a bottle #SpotifyWrapped"
## 
## [[1153]]
## [1] "TheYeetmaster22: I predict my top artist will be [Emkay] #SpotifyWrapped"
## 
## [[1154]]
## [1] "projectingx: I predict my most played song will be Fortnite Rap Battle by Nerdout #SpotifyWrapped"
## 
## [[1155]]
## [1] "staryeol98: I predict my most played song will be peaches #SpotifyWrapped"
## 
## [[1156]]
## [1] "rainbowmisandry: I predict my most played song will be DM by fromis_9 #SpotifyWrapped"
## 
## [[1157]]
## [1] "SopranosWorld: “Here’s my #SpotifyWrapped”\n\nMe: https://t.co/UJNoJOFwJF"
## 
## [[1158]]
## [1] "CarterSwigert: I predict my most played song will be All the Small Things By Blink-182 #SpotifyWrapped"
## 
## [[1159]]
## [1] "vinceXbeans: @philconcerts #SpotifyWrapped Predictions:\n\nTop Song: Talk that talk\nTop Artist: TWICE\nTop Album: #BETWEEN1and2 \nTop Genre: Pop"
## 
## [[1160]]
## [1] "KamakshiGanduri: I predict my top genre will be Pop or Country #SpotifyWrapped"
## 
## [[1161]]
## [1] "celestialbinchh: I predict my top artist will be @djotime #SpotifyWrapped \nTop podcast will probably be @MBMBaM again\nTop genre is a… https://t.co/4OYIHkMMHo"
## 
## [[1162]]
## [1] "meg_interrupted: I predict my most played song will be Burning Bridges by Sigrid #SpotifyWrapped"
## 
## [[1163]]
## [1] "Plopperingo: If I had to guess my top song, it'd probably be something like Caravan, I remember listening to that song for two w… https://t.co/MgDE3WJs4x"
## 
## [[1164]]
## [1] "HorridGameplay: If you head to my channel I have a charity going for #SoldierSuicide #soldiers #veterans #twitch #live #mw2… https://t.co/laufhpgRWo"
## 
## [[1165]]
## [1] "thatgayguyjosh: I predict my top genre will be Pop #SpotifyWrapped"
## 
## [[1166]]
## [1] "KamakshiGanduri: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[1167]]
## [1] "phil_a_cardwell: I predict my top genre will be a sub genre of metal #SpotifyWrapped"
## 
## [[1168]]
## [1] "matlaelawr: We are considering recording our own music going foward. Bo Mrapper ba Pitori. #FIFAWorldCupQatar2022… https://t.co/ooTjw1rPvi"
## 
## [[1169]]
## [1] "f1x_1t_fel1x: I predict my top artist will be @GretaVanFleet (hopefully) #SpotifyWrapped"
## 
## [[1170]]
## [1] "thatgayguyjosh: I predict my most played song will be Hold Me Closer by @eltonofficial &amp; @britneyspears #SpotifyWrapped"
## 
## [[1171]]
## [1] "TheYeetmaster22: I predict my top podcast will be [Distractible] #SpotifyWrapped"
## 
## [[1172]]
## [1] "HackwithFred: For all Hacking Services\n#BigData #Analytics #DataScience #AI #MachineLearning #IoT #PyTorch #Python #RStats… https://t.co/JpcXwpjSIx"
## 
## [[1173]]
## [1] "KamakshiGanduri: I predict my most played song will be Lavender Haze - Taylor Swift #SpotifyWrapped"
## 
## [[1174]]
## [1] "bellawazowsk: I predict my top artist will be Ghost. #SpotifyWrapped"
## 
## [[1175]]
## [1] "thesickrosevamp: I predict my top podcast will be @PWEpod 💪😎#SpotifyWrapped"
## 
## [[1176]]
## [1] "Nsrt_Usrnm: I predict my top podcast will be “A D8 With Fate” #SpotifyWrapped"
## 
## [[1177]]
## [1] "Frothy_boy: &amp; yeah, on subsequent posts, I then understood I was supposed to edit of the text in [ ] ..doh🤦‍♂️\nMy choice is the… https://t.co/nPLlBtx2t2"
## 
## [[1178]]
## [1] "macush_: Share n listen cuz it don’t cost u no paper unless u a mf hatrr💜 #deutschland #SpotifyWrapped #hiphopde #Germany https://t.co/1CD6k2ItlU"
## 
## [[1179]]
## [1] "EberhardyPayton: I predict my top artist will be [Pop Smoke] #SpotifyWrapped"
## 
## [[1180]]
## [1] "EberhardyPayton: I predict my top genre will be [Rap] #SpotifyWrapped"
## 
## [[1181]]
## [1] "jihansluv: I predict my most played song will be Attention by NewJeans #SpotifyWrapped"
## 
## [[1182]]
## [1] "Nsrt_Usrnm: I predict my top artist will be “Melanie Martinez”  #SpotifyWrapped"
## 
## [[1183]]
## [1] "EberhardyPayton: I predict my most played song will be [Ahh ha] #SpotifyWrapped"
## 
## [[1184]]
## [1] "curlyfuqnae: I predict my top genre will be Anime #SpotifyWrapped"
## 
## [[1185]]
## [1] "_ortxa: I predict my top artist will be  The Kid Laroi #SpotifyWrapped"
## 
## [[1186]]
## [1] "OfficialBacon37: I predict my top podcast will be @ChuckleSandwich #SpotifyWrapped"
## 
## [[1187]]
## [1] "definitelydevv: I predict my top podcast will be none #SpotifyWrapped"
## 
## [[1188]]
## [1] "avalon_jewelz: I predict my top artist will be Harry styles for sure #SpotifyWrapped"
## 
## [[1189]]
## [1] "Jenxrmm: I predict my top artist will be TAYLOR ALISON SWIFT  #SpotifyWrapped"
## 
## [[1190]]
## [1] "phil_a_cardwell: I predict my most played song will be @burytomorrow Death (Ever Colder) 🤔 #SpotifyWrapped"
## 
## [[1191]]
## [1] "TheYeetmaster22: I predict my most played song will be [Music box remix/cover by APAngryPiggy] #SpotifyWrapped"
## 
## [[1192]]
## [1] "definitelydevv: I predict my top artist will be brakence #SpotifyWrapped"
## 
## [[1193]]
## [1] "Kyan__223: I predict my most played song will be we major by kanye west #SpotifyWrapped"
## 
## [[1194]]
## [1] "curlyfuqnae: I predict my top artist will be Gen Hoshino #SpotifyWrapped"
## 
## [[1195]]
## [1] "OfficialBacon37: I predict my most played song will be space song #SpotifyWrapped"
## 
## [[1196]]
## [1] "Nsrt_Usrnm: I predict my top genre will be “Pop” #SpotifyWrapped"
## 
## [[1197]]
## [1] "PizzaX: This year’s #SpotifyWrapped is a little too accurate https://t.co/bzY4iSjxES"
## 
## [[1198]]
## [1] "YAMADA52137629: I would like you to take up the Japanese idol group, king &amp; prince.  Their new song Tsukiyomi is on the verge of be… https://t.co/EK8kUuEcdH"
## 
## [[1199]]
## [1] "_ortxa: I predict my most played song will be not sober by laroi polo g and stunna gambino #SpotifyWrapped"
## 
## [[1200]]
## [1] "lizdotgov: I predict my top artist will be.... #SpotifyWrapped https://t.co/cfWGx9U4Ot"
## 
## [[1201]]
## [1] "ariskyy_: I predict my most played song will be You Right by @DojaCat @theweeknd #SpotifyWrapped"
## 
## [[1202]]
## [1] "definitelydevv: I predict my top genre will be antipop/hyperpop #SpotifyWrapped"
## 
## [[1203]]
## [1] "Nsrt_Usrnm: I predict my most played song will be “The Red Means I Love You”#SpotifyWrapped"
## 
## [[1204]]
## [1] "MuseArtCo_: This is what I look like patiently waiting for my #SpotifyWrapped list to come out…\n\n#museartco #Digital… https://t.co/amdhhubyVB"
## 
## [[1205]]
## [1] "bostonguy924: This is what I removed from one of my patient’s coochie today.  Being an OBGYN has its ups and downs. But this is o… https://t.co/JoH48zXIgC"
## 
## [[1206]]
## [1] "heyyou_md: I predict my most played song will be Fever from Dua Lipa ft. Angèle #SpotifyWrapped"
## 
## [[1207]]
## [1] "kenjiharimaily: I already know the top podcast is gunna be serial #SpotifyWrapped"
## 
## [[1208]]
## [1] "effeot: #SpotifyWrapped i listen to good music so im not scared"
## 
## [[1209]]
## [1] "therebelbunny: I predict my most played song will be 1985 - Bo Burnham #SpotifyWrapped"
## 
## [[1210]]
## [1] "definitelydevv: I predict my most played song will be venus fly trap by brakence #SpotifyWrapped"
## 
## [[1211]]
## [1] "DoughBoyMOIST: I predict my most played song will be Toxic or Blurry Nights by BoyWithUke #SpotifyWrapped"
## 
## [[1212]]
## [1] "tpops111: I predict my top genre will be rock #SpotifyWrapped"
## 
## [[1213]]
## [1] "Lacheln___: If Asake no dey your #SpotifyWrapped what are you even listening to????"
## 
## [[1214]]
## [1] "Megan_OnTwitt3r: I predict my top genre will be, I have no fucking clue because everything I listen to is very different #SpotifyWrapped"
## 
## [[1215]]
## [1] "amooloona: @teamogaram I predict my most played song will be [fill in top song prediction] #SpotifyWrapped https://t.co/b4dI1F1nnZ"
## 
## [[1216]]
## [1] "Guackiki: I predict my top artist will be [Gorillaz or we riot ] #SpotifyWrapped"
## 
## [[1217]]
## [1] "kenjiharimaily: My top artist probably gunna be txt, Billie eilish, the neighborhood, and cigarettes after sex, and bts and that’s it 💀#SpotifyWrapped"
## 
## [[1218]]
## [1] "kraydragon: COME OUT ALREADY WAAAAAAAAH (it will all be Will wood) #SpotifyWrapped"
## 
## [[1219]]
## [1] "JadeC1412: I predict my most played song will be space man by the legend. @SamRyderMusic #SpotifyWrapped"
## 
## [[1220]]
## [1] "GHOSTXIUK: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped\n\nFica aqui a dúvida entre:\nStray Ki… https://t.co/JoQsCajSyE"
## 
## [[1221]]
## [1] "rayray_twt: As we wait for the anticipated Spotify Wrapped, I realized after seeing people \"instafest\" photos that there are pe… https://t.co/hh0GuIFjcv"
## 
## [[1222]]
## [1] "tpops111: I predict my most played song will be Roslyn by Bon Iver #SpotifyWrapped"
## 
## [[1223]]
## [1] "Novaboogaloo: Most played song prediction: Green Green Grass, Overkill or Ad Infinitum #SpotifyWrapped"
## 
## [[1224]]
## [1] "Megan_OnTwitt3r: I predict my top artist will be probably gorillaz or weezer idk #SpotifyWrapped"
## 
## [[1225]]
## [1] "Britt_Z: Lot of the P-Funk. \n#SpotifyWrapped"
## 
## [[1226]]
## [1] "EsnyMorgan: I predict my top podcast will be acho que de true crime #SpotifyWrapped"
## 
## [[1227]]
## [1] "Caddieoops: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[1228]]
## [1] "Megan_OnTwitt3r: I predict my most played song will be whitewoods beachwalk, like every other year #SpotifyWrapped"
## 
## [[1229]]
## [1] "Pantherheart13: I predict my top artist will be Slipknot, if it's not, I quit #SpotifyWrapped"
## 
## [[1230]]
## [1] "raveisnotacrime: I predict my top podcast will be\n\ni don’t listen to podcasts tbh #SpotifyWrapped"
## 
## [[1231]]
## [1] "trobediscanon: I dont want it to be but my top genres gonna be dream smp isnt it #SpotifyWrapped"
## 
## [[1232]]
## [1] "namutambowataka: I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped archetype with Meghan"
## 
## [[1233]]
## [1] "Afroreal1: I predict my top artist will be [Beyoncé] #SpotifyWrapped"
## 
## [[1234]]
## [1] "iloooo666: I predict my top podcast will be an unreleased lana song #SpotifyWrapped"
## 
## [[1235]]
## [1] "lilginapamish: when #SpotifyWrapped I just laugh because it's funny to see I listened to the same three songs 482662728 times 🤣🤣 https://t.co/NzyXNN8IVy"
## 
## [[1236]]
## [1] "Pantherheart13: I predict my top podcast will be You're Wrong About by Sarah Marshall because I listened to one episode and haven't… https://t.co/25AftkqWKu"
## 
## [[1237]]
## [1] "EsnyMorgan: I predict my top artist will be a loirinha esse ano  #SpotifyWrapped"
## 
## [[1238]]
## [1] "GHOSTXIUK: I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped\n\nNenhuma surpresa que vai ser kpop"
## 
## [[1239]]
## [1] "raveisnotacrime: I predict my top artist will be\n\nthe legend himself, HARDWELL! 🖤🔥#SpotifyWrapped"
## 
## [[1240]]
## [1] "Afroreal1: I predict my top genre will be [pop (as always)] #SpotifyWrapped"
## 
## [[1241]]
## [1] "iloooo666: I predict my top artist will be billie duh #SpotifyWrapped"
## 
## [[1242]]
## [1] "xNeivax: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[1243]]
## [1] "myiwilife: if you’re like us and waiting anxiously for your #SpotifyWrapped to drop… this is your reminder to take your supplements !!!"
## 
## [[1244]]
## [1] "EsnyMorgan: I predict my top genre will be pop como todo ano #SpotifyWrapped"
## 
## [[1245]]
## [1] "iloooo666: I predict my top genre will be pop or rock #SpotifyWrapped"
## 
## [[1246]]
## [1] "Afroreal1: I predict my most played song will be [either 5am or maybe Cuff It] #SpotifyWrapped"
## 
## [[1247]]
## [1] "raveisnotacrime: I predict my top genre will be\n\nit’s gotta be bigroom or techno #SpotifyWrapped"
## 
## [[1248]]
## [1] "NolanKelley16: I predict my top artist will be [Omar Apollo] #SpotifyWrapped"
## 
## [[1249]]
## [1] "iloooo666: I predict my most played song will prolly be season of the witch or when i was older 🙏🙏#SpotifyWrapped"
## 
## [[1250]]
## [1] "jaeiuyang: IM SO SCARED #SpotifyWrapped"
## 
## [[1251]]
## [1] "EsnyMorgan: I predict my most played song will be provavelmente o cover do maneskin de if i can dream #SpotifyWrapped"
## 
## [[1252]]
## [1] "Connorbankey: I predict my top artist will be @thebeatles #SpotifyWrapped"
## 
## [[1253]]
## [1] "missbambidoll: money shot #CyberMonday #SpotifyWrapped https://t.co/aBfTT7wA0x"
## 
## [[1254]]
## [1] "GHOSTXIUK: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped\nLove me or leave me - DAY6"
## 
## [[1255]]
## [1] "raveisnotacrime: I predict my most played song will be uh\n\nHardwell - Into The Unknown\n\n#SpotifyWrapped"
## 
## [[1256]]
## [1] "eileenofeire: I predict my top artist will be Bad Omens #SpotifyWrapped"
## 
## [[1257]]
## [1] "Darker_diamonds: I predict my top genre will be Indie Pop or smth #SpotifyWrapped"
## 
## [[1258]]
## [1] "liztakeit: lovedive #1 spot secured on my spotify wrapped  #SpotifyWrapped"
## 
## [[1259]]
## [1] "Silenciaga_: I predict my most played song will be [Live Fast Die Numb - Iann Dior] #SpotifyWrapped"
## 
## [[1260]]
## [1] "ughsheshere: will be checking back in on thursday to see if it’s out yet #SpotifyWrapped"
## 
## [[1261]]
## [1] "eileenofeire: I predict my top genre will be metalcore #SpotifyWrapped"
## 
## [[1262]]
## [1] "RockstarRhidoy: This shoulder pass 😎 Ronaldo\n#PORURU #Portugal #FIFAWorldCupQatar2022 #FIFAWorldCup #BRASUI #SpotifyWrapped https://t.co/MiSbYjeLe5"
## 
## [[1263]]
## [1] "DarkLion2704: I predict my top artist will be System of a Down #SpotifyWrapped"
## 
## [[1264]]
## [1] "UnoUno90604608: I predict my top artist will be @surfacesmusic #SpotifyWrapped"
## 
## [[1265]]
## [1] "DarkLion2704: I predict my top genre will be Heavy Metal #SpotifyWrapped"
## 
## [[1266]]
## [1] "liabyte: imagine getting HER on your #SpotifyWrapped 💀💀 embarrassinggg https://t.co/DiFdtSFad6"
## 
## [[1267]]
## [1] "Darker_diamonds: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[1268]]
## [1] "eileenofeire: I predict my most played song will be The Death of Peace of Mind, Bad Omens #SpotifyWrapped"
## 
## [[1269]]
## [1] "_tfish: I predict my most played song will be Family Ties #SpotifyWrapped"
## 
## [[1270]]
## [1] "Rafaela53949671: STREAM WARRIOR NUN \n#Wandinha #Wandinha #TheCrown #SegundaDetremuraSDV #RedVelvet #SpotifyWrapped #ฟุตบอลโลก2022… https://t.co/gotbXAY3s5"
## 
## [[1271]]
## [1] "DarkLion2704: I predict my most played song will be One by Metallica #SpotifyWrapped"
## 
## [[1272]]
## [1] "enhyskiescafe: I predict my top artist will be [BTS] #SpotifyWrapped"
## 
## [[1273]]
## [1] "FattahMagazine: Nature 📸\n\n#ouarzazate #photography #photo #SpotifyWrapped #BRASUI #Qatar2022 #乌鲁木齐 #kudus https://t.co/3zVg0VPSY9"
## 
## [[1274]]
## [1] "BlueKyndra: I predict my top artist will be twenty one pilots  #SpotifyWrapped"
## 
## [[1275]]
## [1] "enhyskiescafe: I predict my top genre will be [K-pop] #SpotifyWrapped"
## 
## [[1276]]
## [1] "12Ice_2: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[1277]]
## [1] "teayuji_: I predict my top artist will be Leanna Firestone #SpotifyWrapped"
## 
## [[1278]]
## [1] "AleximoYT: I predict my most played song will be - tbh, I’m really not sure! Maybe Dakara? Or Haru Dorobo… I’m not sure!! #SpotifyWrapped"
## 
## [[1279]]
## [1] "enhyskiescafe: I predict my most played song will be [Dreamers by Jungkook] #SpotifyWrapped"
## 
## [[1280]]
## [1] "Vulturnia: I predict my top artist will be [Daughter] #SpotifyWrapped\n\nif its not daughter im gonna be so mad"
## 
## [[1281]]
## [1] "PearVoz: i predict my top artist will be your best friend jippy honestly. that or it being between freddie dredd or bbno$ fo… https://t.co/KmrXWG3zgV"
## 
## [[1282]]
## [1] "ilovefaouziato1: I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped"
## 
## [[1283]]
## [1] "ilovefaouziato1: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped"
## 
## [[1284]]
## [1] "gnfzay: I predict my top artist will be mitski #SpotifyWrapped"
## 
## [[1285]]
## [1] "evandertweets: I predict my top genre will be Alt Pop  #SpotifyWrapped"
## 
## [[1286]]
## [1] "thatonemush: I predict my most played song will be [life by the sea] #SpotifyWrapped"
## 
## [[1287]]
## [1] "lusgathewise: I predict my top genre will be [Rock/Metal] #SpotifyWrapped"
## 
## [[1288]]
## [1] "pipebomb404: I already know @Logic301 bout to be top on my #SpotifyWrapped when it drops. Vinyl Days was just that damn fucking good dude"
## 
## [[1289]]
## [1] "gnfzay: I predict my most played song will be among us in real life #SpotifyWrapped"
## 
## [[1290]]
## [1] "ilovefaouziato1: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[1291]]
## [1] "BEQYpng: I predict my top artist will be Taylor Swift. If its not then I have no clue who else it could be hahah #SpotifyWrapped"
## 
## [[1292]]
## [1] "AleximoYT: I predict my top artist will be Yorushika #SpotifyWrapped"
## 
## [[1293]]
## [1] "WinxForeverPod: It’s embarrassing but I predict my top podcast will be… #WinxForeverPodcast 😅🤭 #SpotifyWrapped"
## 
## [[1294]]
## [1] "G_M_Dlamini: After the goal has been credited to Bruno Fernandes \n#FIFAWorldCupQatar2022 \n#SpotifyWrapped https://t.co/RstozwJfTV"
## 
## [[1295]]
## [1] "lusgathewise: I predict my most played song will be [Save Your Tears]\n\ntenho quase certeza\n\n#SpotifyWrapped"
## 
## [[1296]]
## [1] "evandertweets: I predict my most played song will be “Crypt” by Roderick Porter #SpotifyWrapped"
## 
## [[1297]]
## [1] "AmyMitc82310834: And me too....#LipSyncBattle #LLCoolJ\n#IlovetherealMilliVanilli  #SpotifyWrapped #freedummers #FluClan… https://t.co/ObKq0oqMbz"
## 
## [[1298]]
## [1] "Stantonio_A: I predict my most played song will be Cherry by @findingfletcher. It's been in my head the whole year! #SpotifyWrapped"
## 
## [[1299]]
## [1] "em_enchanted13: I predict my top podcast will be 12 Hour Sound Machines (no loops or fades): Brown Noise Sound Machine (12 hours) #SpotifyWrapped"
## 
## [[1300]]
## [1] "erasehrhead: already know my top artist this year will be ghost, but we can all pretend to be surprised #SpotifyWrapped"
## 
## [[1301]]
## [1] "katwithclaws: I’m worried that my #SpotifyWrapped will be way too revealing because the only time I open Spotify is when I’m alone in the car"
## 
## [[1302]]
## [1] "wormholeef: when is she coming #SpotifyWrapped"
## 
## [[1303]]
## [1] "HarkomsV: @lexfridman A lot of store owners are not making sales on their products/services Websites. Drop ur website URL her… https://t.co/xDbSIZ3j2j"
## 
## [[1304]]
## [1] "dubuqiqi: I predict my top podcast will be livrariaemcasa #SpotifyWrapped"
## 
## [[1305]]
## [1] "ZanAycicek: Click here not to miss the special Amazon discounts for November https://t.co/Nk8ap4jc9x\n\n#SpotifyWrapped #GiftGalaxy Hot 100"
## 
## [[1306]]
## [1] "Squish815: I'd predict this but it's so obvious it's pointless #SpotifyWrapped"
## 
## [[1307]]
## [1] "eddygotsalsa: I predict my top artist will be Drake or Kendrick Lamar tbh #SpotifyWrapped"
## 
## [[1308]]
## [1] "luvinn_jess: I predict my most played song will be Ghost of You by 5sos 🥳#SpotifyWrapped"
## 
## [[1309]]
## [1] "dubuqiqi: I predict my top artist will be taylor swift  #SpotifyWrapped"
## 
## [[1310]]
## [1] "HarkomsV: @elonmusk A lot of store owners are not making sales on their products/services Websites. Drop ur website URL here… https://t.co/TikK7G1rjG"
## 
## [[1311]]
## [1] "delforcee01: I predict my most played song will be [Chris Brown, Addicted (feat. lil Baby)] #SpotifyWrapped"
## 
## [[1312]]
## [1] "madsdalorian: my top artist is going to be ghost no doubt about that #SpotifyWrapped"
## 
## [[1313]]
## [1] "mgateszie: I predict my top artist will be [Avenged Sevenfold] #SpotifyWrapped"
## 
## [[1314]]
## [1] "jesrenee1487: I predict my top podcast will be @AMorbidPodcast #SpotifyWrapped"
## 
## [[1315]]
## [1] "_cinnamoncat: I predict my top artist will be BTS #SpotifyWrapped"
## 
## [[1316]]
## [1] "emidowntheline: i predict my most played song will be grace by jeff buckley #SpotifyWrapped"
## 
## [[1317]]
## [1] "dubuqiqi: I predict my top genre will be pop #SpotifyWrapped"
## 
## [[1318]]
## [1] "swiftienette17: I predict my most played song will be boy x #SpotifyWrapped"
## 
## [[1319]]
## [1] "tvgirIfan: I predict my top artist will be Playboi Carti #SpotifyWrapped"
## 
## [[1320]]
## [1] "evandertweets: I predict my top artist will be @mothercain  #SpotifyWrapped"
## 
## [[1321]]
## [1] "eddygotsalsa: I predict my most played song will be 90 Proof by @smino #SpotifyWrapped"
## 
## [[1322]]
## [1] "Dragoneggy: I predict my top artist will be [Post Malone] #SpotifyWrapped"
## 
## [[1323]]
## [1] "dubuqiqi: I predict my most played song will be pink venom #SpotifyWrapped"
## 
## [[1324]]
## [1] "mgateszie: I predict my top genre will be [Metal] #SpotifyWrapped"
## 
## [[1325]]
## [1] "gojonifficent: I predict my most played song will be https://t.co/oraZLwGLq8\n #SpotifyWrapped"
## 
## [[1326]]
## [1] "awayfrommyg: i predict my top artist will be alice in chains 🤨 #SpotifyWrapped"
## 
## [[1327]]
## [1] "Dragoneggy: I predict my top genre will be [Melodic HipHop] #SpotifyWrapped"
## 
## [[1328]]
## [1] "sadlebyyy: almost time to out myself for listening to an unhealthy amount of red vox again #SpotifyWrapped"
## 
## [[1329]]
## [1] "cyberzeroer: Anyone else not got their #SpotifyWrapped  yet?\nno? just me?\nok :,)"
## 
## [[1330]]
## [1] "em_enchanted13: I predict my top artist will be Dr. Taylor Alison Swift, aka the music industry #SpotifyWrapped"
## 
## [[1331]]
## [1] "tvgirIfan: I predict my top genre will be Rap/ Hip Hop #SpotifyWrapped"
## 
## [[1332]]
## [1] "mgateszie: I predict my most played song will be [A Little Piece Of Heaven] #SpotifyWrapped"
## 
## [[1333]]
## [1] "FreddersF14: I predict my top artist will be [Powerwolf] #SpotifyWrapped"
## 
## [[1334]]
## [1] "Dragoneggy: I predict my most played song will be I Like You #SpotifyWrapped"
## 
## [[1335]]
## [1] "jesrenee1487: I predict my top artist will be anything kpop or afrobeats #SpotifyWrapped"
## 
## [[1336]]
## [1] "FreddersF14: I predict my top genre will be [Power Metal] #SpotifyWrapped"
## 
## [[1337]]
## [1] "GingerSwizz: I predict my top artist will be [This has to be either Avril or Taylor]  #SpotifyWrapped"
## 
## [[1338]]
## [1] "GeneralPedroArt: Here's my fest! You better give me yours, cause I'm attending! ✨💖\n\n#instafest #SpotifyFestival #SpotifyWrapped https://t.co/5TNMJIyndg"
## 
## [[1339]]
## [1] "Pttyslim: a.vega_ follow my TikTok 🥺\n#SpotifyWrapped    #TikTok https://t.co/hfLYBV7mEs"
## 
## [[1340]]
## [1] "Stantonio_A: I predict my top artist will be @ladygaga like it is every year 😘 #SpotifyWrapped"
## 
## [[1341]]
## [1] "DemaraDrknguard: I predict my top genre will be [Video Game] #SpotifyWrapped"
## 
## [[1342]]
## [1] "FreddersF14: I predict my most played song will be [Faster Than The Flame] #SpotifyWrapped"
## 
## [[1343]]
## [1] "tvgirIfan: I predict my most played song will be Earth, The Oldest Computer #SpotifyWrapped"
## 
## [[1344]]
## [1] "WeStay08: I predict my top artist will be #StrayKids #SpotifyWrapped"
## 
## [[1345]]
## [1] "BriannaRob13: Pretty sure that Harry Styles and 1D will be on my #SpotifyWrapped"
## 
## [[1346]]
## [1] "Swampgobl1n: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped \n\n@sabaton  will probably be the top one  for me"
## 
## [[1347]]
## [1] "em_enchanted13: I predict my top genre will be Dance Pop #SpotifyWrapped"
## 
## [[1348]]
## [1] "couponblender: Can I use Hobby Lobby App For Purchases?\n\nYes. There is a customized app available for smartphones. More info here:… https://t.co/Vp4ag0doU3"
## 
## [[1349]]
## [1] "MarxusScott: @DJKASTONE #SpotifyWrapped splashin ft KOOLAID HARRISBURG UPCOMING RAPPER https://t.co/VyJSW9w8A4"
## 
## [[1350]]
## [1] "scarzonreplay: it's that time of the year again and we still dgaf about ur ugly babies &lt;3 #SpotifyWrapped https://t.co/lLfFv1bmwN"
## 
## [[1351]]
## [1] "GingerSwizz: I predict my top genre will be [Pop for sure] #SpotifyWrapped"
## 
## [[1352]]
## [1] "bernabasagre: I swear the past few days the first thing I do when I wake up is check if #SpotifyWrapped is out 😭"
## 
## [[1353]]
## [1] "WeStay08: I predict my top genre will be K-POP #SpotifyWrapped"
## 
## [[1354]]
## [1] "_Adamisneat: @PSYKEYstr I predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[1355]]
## [1] "golden__ariana: i predict my most played song will be \ni know the end by @phoebe_bridgers #SpotifyWrapped 🩻🌙🛰🗡\npatiently waiting fo… https://t.co/EC43lrLfWa"
## 
## [[1356]]
## [1] "madalenaaaa: I predict my top artist will be Taylor Swift  #SpotifyWrapped"
## 
## [[1357]]
## [1] "L3m0nL1l4c: watch dream smp be in my genres again because of the amount of toby fox i've been listening to #SpotifyWrapped"
## 
## [[1358]]
## [1] "PitchesOfficial: I predict my top artist will be @ThatSubUrban or @iamblackbear #SpotifyWrapped"
## 
## [[1359]]
## [1] "GingerSwizz: I predict my most played song will be [Karma by Taylor] Y'all if this is true I'll beat Nostradamus #SpotifyWrapped"
## 
## [[1360]]
## [1] "HimanshuT4200: New car Kia #SpotifyWrapped\nFor more - subscribe my channel - https://t.co/ksWEso0Gen https://t.co/8rhMfxDEgM"
## 
## [[1361]]
## [1] "Dmcity619: I predict my top podcast will be @dicedeathpod its got to b lol #SpotifyWrapped"
## 
## [[1362]]
## [1] "Jamdungghal: I predict my top podcast will be [#Archetypes top podcast prediction] #SpotifyWrapped"
## 
## [[1363]]
## [1] "2L2Q_JGMan: I predict my top podcast will be @solomonster Sounds Off #SpotifyWrapped"
## 
## [[1364]]
## [1] "IbraLile: Oh No 😢 \n#magic #magictricks #magician #funnyvideo #pranks #ilshorts #ล็อคกี้แฟน #ล็อคกี้แฟน #SpotifyWrapped #GFvip https://t.co/Zgx7HtwzWM"
## 
## [[1365]]
## [1] "Swampgobl1n: I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped \n\nRock music in some form or another"
## 
## [[1366]]
## [1] "B14091993: I predict my top artist will be #Ateez or #GOT7 #SpotifyWrapped"
## 
## [[1367]]
## [1] "Dmcity619: I predict my most played song will be we don't talk about Bruno, cover by punk rock factory #SpotifyWrapped"
## 
## [[1368]]
## [1] "_Adamisneat: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped"
## 
## [[1369]]
## [1] "bens0nnn: I predict my top artist will be [The Kid LAROI] #SpotifyWrapped"
## 
## [[1370]]
## [1] "Swampgobl1n: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped \n\n1.Zu Ende… https://t.co/vBt64SnhJH"
## 
## [[1371]]
## [1] "delforcee01: I predict my top artist will be [Chris brown] #SpotifyWrapped"
## 
## [[1372]]
## [1] "LizzyLizz_xo: My #SpotifyWrapped is going to be wack this year because I spent most of my time on my work phone. 😭 lol https://t.co/tMiHLQ4hQn"
## 
## [[1373]]
## [1] "bens0nnn: I predict my most played song will be [Hate The Other Side - Juice WRLD ft The Kid LAROI &amp; Polo G] #SpotifyWrapped"
## 
## [[1374]]
## [1] "teenage_wh0r3: I predict my most played song will be drain you prob cuz that song was always #1 on my repeated 💀 #SpotifyWrapped"
## 
## [[1375]]
## [1] "comphetforBTS: My top podcast will be that  one  migraine  relief  frequency  thing  I'm  gonna  be  honest #SpotifyWrapped"
## 
## [[1376]]
## [1] "denebolia: i predict my most played song will be oh yeah by @ark_woods  and @dev_lemons 😌 #SpotifyWrapped"
## 
## [[1377]]
## [1] "apriliaspar: I predict my top artist will be The 1975 #SpotifyWrapped"
## 
## [[1378]]
## [1] "eggrollsfromu: what even is this\n#SpotifyWrapped"
## 
## [[1379]]
## [1] "DemaraDrknguard: I predict my most played song will be [OMNIS LACRIMA] #SpotifyWrapped"
## 
## [[1380]]
## [1] "abe_schonfeld: I predict my top artist will be Illenium #SpotifyWrapped"
## 
## [[1381]]
## [1] "apriliaspar: I predict my top genre will be Pop \n #SpotifyWrapped"
## 
## [[1382]]
## [1] "BrookeKriner: Waiting for my  #SpotifyWrapped"
## 
## [[1383]]
## [1] "PitchesOfficial: I predict my top genre will be either punk rock or whatever genre @ThatSubUrban s music is..lol  #SpotifyWrapped"
## 
## [[1384]]
## [1] "apriliaspar: I predict my most played song will be Happiness #SpotifyWrapped"
## 
## [[1385]]
## [1] "eden_anapple: I predict my top artist will be probably Harry styles ngl  #SpotifyWrapped"
## 
## [[1386]]
## [1] "vernesa27292271: I predict my top podcast will be [Archetypes top podcast prediction] #SpotifyWrapped"
## 
## [[1387]]
## [1] "feverdreamhuddy: I predict my top podcast will be -  none because I rarely watch anything related to podcasts and I only use spotify… https://t.co/IGaRqF4sqA"
## 
## [[1388]]
## [1] "wallsxagustd: I predict my top artist will be [BTS] #SpotifyWrapped"
## 
## [[1389]]
## [1] "PewPewChar: I predict my most played song will be ✨HeatWaves✨ #SpotifyWrapped"
## 
## [[1390]]
## [1] "WeStay08: I predict my most played song will be #StrayKids #Maniac #SpotifyWrapped"
## 
## [[1391]]
## [1] "kkalechip: I predict my top artist will be twice or enha #SpotifyWrapped"
## 
## [[1392]]
## [1] "jpeg2thehead: my icebergify \n#SpotifyWrapped https://t.co/FVTuuaawH3"
## 
## [[1393]]
## [1] "eden_anapple: I predict my top genre will be pop 💀 I'm basic #SpotifyWrapped"
## 
## [[1394]]
## [1] "kuonesh: I predict my most played song will be [last goodbye @7RU7H ] #SpotifyWrapped"
## 
## [[1395]]
## [1] "h34rtstopp3d: I predict my top artist will be [waterparks] #SpotifyWrapped"
## 
## [[1396]]
## [1] "didphoebe: @chartdata anything by phoebe bridgers\ngay\nphoebe bridgers\n#SpotifyWrapped"
## 
## [[1397]]
## [1] "anarchytater: I predict my most played song will be First Class by Jack Harlow bc I’m autistic and it tickled my brain in such a… https://t.co/A5CPVs8THV"
## 
## [[1398]]
## [1] "vernesa27292271: I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped"
## 
## [[1399]]
## [1] "kkalechip: I predict my top genre will be kpop :') #SpotifyWrapped"
## 
## [[1400]]
## [1] "h34rtstopp3d: I predict my top genre will be [pop] #SpotifyWrapped"
## 
## [[1401]]
## [1] "PhattieBlaise: I predict my top artist will be [ Rod Wave ] #SpotifyWrapped"
## 
## [[1402]]
## [1] "wallsxagustd: I predict my most played song will be [As it was or glimpse of us] #SpotifyWrapped"
## 
## [[1403]]
## [1] "ki222urheart: where tf is it #SpotifyWrapped https://t.co/auRG0UogVX"
## 
## [[1404]]
## [1] "feverdreamhuddy: I predict my top artist will be either mgk,yungblud,huddy,nessa or jxdn #SpotifyWrapped"
## 
## [[1405]]
## [1] "h34rtstopp3d: i predict my most played song will be [fuzzy by waterparks] 💗 #SpotifyWrapped"
## 
## [[1406]]
## [1] "MoneyBagSports1: Monday Night Football Hot Take: \nhttps://t.co/r2m9MpC0HU\n@BeerlyFootball @br_betting @NFL @SlinginFball @nflrums… https://t.co/lkMnNjvazy"
## 
## [[1407]]
## [1] "TBYOFTEN: I predict my most played song will be [Less Than Zero] #SpotifyWrapped"
## 
## [[1408]]
## [1] "DeeClose1: @Spotify @megalodon_k I predict my top podcast will be [Archetypes] #SpotifyWrapped"
## 
## [[1409]]
## [1] "t4tkawoshin: I predict my top artist will be lana del rey  #SpotifyWrapped"
## 
## [[1410]]
## [1] "flowers_the_guy: I predict my top artist will be MF DOOM #SpotifyWrapped"
## 
## [[1411]]
## [1] "kylieagang: Patiently waiting for my #SpotifyWrapped as if I don’t already know that the 10 minute version of All Too Well is g… https://t.co/Sts2l3aNnp"
## 
## [[1412]]
## [1] "em_enchanted13: I predict my most played song will be All Too Well (10 Minute Version) (Taylor’s Version) (From The Vault) by Taylor Swift #SpotifyWrapped"
## 
## [[1413]]
## [1] "feverdreamhuddy: I predict my top genre will be pop punk very easily lmao  #SpotifyWrapped"
## 
## [[1414]]
## [1] "t4tkawoshin: I predict my top genre will be indie rock #SpotifyWrapped"
## 
## [[1415]]
## [1] "usernotanyname: I predict my top podcast will be def my sleep music podcast #SpotifyWrapped"
## 
## [[1416]]
## [1] "t4tkawoshin: I predict my most played song will be i want you to love me by fiona apple #SpotifyWrapped"
## 
## [[1417]]
## [1] "SwiftCheck13: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[1418]]
## [1] "yunhotriever24: I predict my top podcast will be any @thedivestudios podcast 🫶🫶🫶🫶🫶🫶🫶 #SpotifyWrapped"
## 
## [[1419]]
## [1] "usernotanyname: I predict my top artist will be either harry styles or louis tomlinson or one direction again #SpotifyWrapped"
## 
## [[1420]]
## [1] "brktrend: 【Trends Tag】 #DominosCyberMonday #GivingTuesday #PMSOverreactionMonday #PORURU #SpotifyWrapped"
## 
## [[1421]]
## [1] "feverdreamhuddy: I predict my most played song will be either dying on the inside,attihay or tired of California #SpotifyWrapped"
## 
## [[1422]]
## [1] "TaptrickD: #SpotifyWrapped #GFvip #nsfwtwt \nShow Up \nShow Love https://t.co/z9jc6eQ6Dr"
## 
## [[1423]]
## [1] "BallKaan2: Give my playlist a listen: Party time https://t.co/Yvld001shA \n🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥\n… Hey …. It’s BALL … I’ve been… https://t.co/8q3vIKyTMI"
## 
## [[1424]]
## [1] "PIIKOK: I predict my top artist will be Bjork #SpotifyWrapped"
## 
## [[1425]]
## [1] "PARANOIDJULES: I predict my most played song will be HER or Molly by chase Atlantic  #SpotifyWrapped"
## 
## [[1426]]
## [1] "wtxnewsusa: It’s okay to like some policies from the left and some from the right - This is not a zero sum politics #SpotifyWrapped #FedDay"
## 
## [[1427]]
## [1] "PIIKOK: I predict my top genre will be Art Pop #SpotifyWrapped"
## 
## [[1428]]
## [1] "eyemusing: I predict my top podcast will be probably @TheBSidesPod #SpotifyWrapped"
## 
## [[1429]]
## [1] "rmzz08: I predict my top artist will be Digga D #SpotifyWrapped"
## 
## [[1430]]
## [1] "usernotanyname: I predict my top genre will be prolly pop #SpotifyWrapped"
## 
## [[1431]]
## [1] "lothani: I predict my top genre will be K-POP #SpotifyWrapped"
## 
## [[1432]]
## [1] "bell_allens: Just shot a lot of content just to realize I don’t like how the sun is hitting in any of my content except one. 🫠… https://t.co/fOfVmdM9FI"
## 
## [[1433]]
## [1] "Swatsniper_716: I predict my most played song will be [star shopping] #SpotifyWrapped"
## 
## [[1434]]
## [1] "mocellosag: I predict my most played song will be una super chunga. #SpotifyWrapped"
## 
## [[1435]]
## [1] "usernotanyname: I predict my most played song will be uhhh something by harry styles #SpotifyWrapped"
## 
## [[1436]]
## [1] "martaftgerard: I predict my most played song will be Destino o Casualidad de @MelendiOficial  #SpotifyWrapped"
## 
## [[1437]]
## [1] "yunhotriever24: I predict my top artist will be @ATEEZofficial 🤭🤭🤭#SpotifyWrapped"
## 
## [[1438]]
## [1] "online_rhino: I predict my top artist will be @slipknot #SpotifyWrapped"
## 
## [[1439]]
## [1] "eyemusing: I predict my top artist will be probably Carly Rae Jepsen if I ruined my Wrapped this year… or Britney (that time I… https://t.co/rerh8CHqIZ"
## 
## [[1440]]
## [1] "martibeenfly: I predict my most played song will be Tell the Vision by Kanye West\n#SpotifyWrapped"
## 
## [[1441]]
## [1] "thisisedel_xo: 3 days until #SpotifyWrapped"
## 
## [[1442]]
## [1] "thee_LuiRemix: Oh and #SpotifyWrapped"
## 
## [[1443]]
## [1] "V1rus_Alert: I predict my top podcast will be [The Magnus Archives] #SpotifyWrapped"
## 
## [[1444]]
## [1] "EmmaJac28300283: Anyone interested for free trials or paid subscriptions. Contact me on WhatsApp or text me in personal messanger. W… https://t.co/7hGyKH5lwp"
## 
## [[1445]]
## [1] "V1rus_Alert: I predict my top artist will be [The Stupendium or The Mechanisms] #SpotifyWrapped"
## 
## [[1446]]
## [1] "aquarianweekly: Hm… lots more Apple Music peeps than expected… keep #voting! #SpotifyWrapped"
## 
## [[1447]]
## [1] "AshaWasHere: I predict my top artist will be Camellia definitely I KNOW IT #SpotifyWrapped"
## 
## [[1448]]
## [1] "DoinsSport: Messi should kindly apologize to Mexican and the world in general, this kind of act is unfair for him been a worldl… https://t.co/x1HG3YgPDY"
## 
## [[1449]]
## [1] "eyemusing: I predict my top genre will be pft! Idk indie pop? #SpotifyWrapped"
## 
## [[1450]]
## [1] "Felix_Onyenugwu: Which music streaming app do you prefer?\n\n#SpotifyWrapped #boomplay #music"
## 
## [[1451]]
## [1] "DerivJay12: Check this out! https://t.co/1cz0bp3stn\n#NFT #SpotifyWrapped #Crypto"
## 
## [[1452]]
## [1] "BLACKM0SS: I predict my top genre will be Pop #SpotifyWrapped"
## 
## [[1453]]
## [1] "V1rus_Alert: I predict my top genre will be [Folk-Punk or Jazz] #SpotifyWrapped"
## 
## [[1454]]
## [1] "harpersversion: I predict my top podcast will be who tf listens to podcasts on spotify #SpotifyWrapped"
## 
## [[1455]]
## [1] "idlmdylm: I predict my most played song will be Child by Mark #SpotifyWrapped"
## 
## [[1456]]
## [1] "HayleyR90286123: I predict my top artist will be [Halsey] #SpotifyWrapped"
## 
## [[1457]]
## [1] "NavInkling: I predict my top podcast will be I don't listen to podcasts #SpotifyWrapped"
## 
## [[1458]]
## [1] "365WHISTLE: • I predict my most played song will be LOVE DIVE\n\n• I predict my top genre will be K-Pop (💀)\n\n• I predict my top a… https://t.co/a9kmL06xDI"
## 
## [[1459]]
## [1] "amyphxm: I predict my top artist will be Illenium LMAO #SpotifyWrapped"
## 
## [[1460]]
## [1] "BLACKM0SS: I predict my most played song will be Black Moss #SpotifyWrapped"
## 
## [[1461]]
## [1] "troysweater: I predict my top artist will be radiohead 😂 #SpotifyWrapped"
## 
## [[1462]]
## [1] "harpersversion: I predict my top artist will be TAYLOR SWIFT #SpotifyWrapped"
## 
## [[1463]]
## [1] "Mrjimsmith1234: @JannyJanis I heard there are a lot of pedophiles there #SpotifyWrapped"
## 
## [[1464]]
## [1] "eyemusing: I predict my most played song will be “Magic” by French Horn Rebellion, That’s Nice, and Patterns #SpotifyWrapped"
## 
## [[1465]]
## [1] "NavInkling: I predict my top artist will be BTS #SpotifyWrapped"
## 
## [[1466]]
## [1] "Peteywee337_: It feel like the holidays #CyberMonday #RedVelvet #SpotifyWrapped"
## 
## [[1467]]
## [1] "GiuliaMazzaPh: Thank you @Eminem !🖤\n\n#eminem #video #notafraid #quote #song #misic #21creator #foryou #thankyou #reborn… https://t.co/aYg62zyL4E"
## 
## [[1468]]
## [1] "ActorAngelina: I predict my top podcast will be only listened to one this year and i cant remember which #SpotifyWrapped"
## 
## [[1469]]
## [1] "NavInkling: I predict my top genre will be K-Pop  #SpotifyWrapped"
## 
## [[1470]]
## [1] "amooloona: I predict my most played song will be Lovers Rock by TV Girl #SpotifyWrapped"
## 
## [[1471]]
## [1] "Dali_lama8: Check out Bbyrnedavis2.0's video! #TikTok https://t.co/TJ52vCK0Gi #games #CyberMonday #SpotifyWrapped #RedVelvet… https://t.co/SjTWhE3qGU"
## 
## [[1472]]
## [1] "ReginaMundi7: #iPhone  #GivingTuesday  #TimCook  #cupheadshow  #SpotifyWrapped \nAdvanced Targeting &amp; Global Reach\nReach a 96% of… https://t.co/LcP3FFMQYz"
## 
## [[1473]]
## [1] "nessamartins97: Acredito firmemente que vai ser o @marcotellesbt\nI predict my top artist will be [fill in top artist prediction] #SpotifyWrapped"
## 
## [[1474]]
## [1] "ActorAngelina: I predict my top genre will be Whatever genre chloes been doing #SpotifyWrapped"
## 
## [[1475]]
## [1] "undercoverbri: I predict my top artist will be the one and only ✨ @MacMiller ✨ #SpotifyWrapped"
## 
## [[1476]]
## [1] "harpersversion: I predict my top genre will be Pop or K-Pop #SpotifyWrapped"
## 
## [[1477]]
## [1] "farhan__mehmood: How do i check my  #SpotifyWrapped"
## 
## [[1478]]
## [1] "NavInkling: I predict my most played song will be Numb Little Bug by Em Beihold #SpotifyWrapped"
## 
## [[1479]]
## [1] "ActorAngelina: I predict my top artist will be Chloe Moriondo #SpotifyWrapped"
## 
## [[1480]]
## [1] "HayleyR90286123: I predict my most played song will be [So Good by @halsey ] #SpotifyWrapped"
## 
## [[1481]]
## [1] "erinkoleary: How is this gonna put me on blast before my #SpotifyWrapped even comes out https://t.co/p87LCPhoED"
## 
## [[1482]]
## [1] "nessamartins97: Aposto em: mais do que tudo da @Thamiresgarciav\nI predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[1483]]
## [1] "RoninStarted: I predict my most played song will be starwalkin #SpotifyWrapped"
## 
## [[1484]]
## [1] "wingobingus: Balls or nuts #DonaldTrump #SpotifyWrapped #CyberMonday #البرازيل_ِسويسرا"
## 
## [[1485]]
## [1] "foundeasily: I predict my top artist will be @lucydacus\n #SpotifyWrapped"
## 
## [[1486]]
## [1] "harpersversion: I predict my most played song will be Midnight Rain #SpotifyWrapped"
## 
## [[1487]]
## [1] "martyw82: I predict my top podcast will be [@TheWeeklyPlanet] #SpotifyWrapped"
## 
## [[1488]]
## [1] "ActorAngelina: I predict my most played song will be Post Party Trauma  #SpotifyWrapped"
## 
## [[1489]]
## [1] "DM8315: #SpotifyWrapped is nearly here.\n\nI could probably predict what's going to be on it, but it's always a fun time regardless :)"
## 
## [[1490]]
## [1] "margmak: I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped podcasts"
## 
## [[1491]]
## [1] "thetinysilva: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[1492]]
## [1] "1Informer2: Hello Sir Can you're team Comeup Translate option here Like Facebook  Thank You 🌹… https://t.co/xN5568IlYI"
## 
## [[1493]]
## [1] "HectorDMS: I predict my top podcast will be [I don't listen to podcasts] #SpotifyWrapped"
## 
## [[1494]]
## [1] "idkitsnicole: can’t wait to see bad bunny as my top artist again 🤭 #SpotifyWrapped"
## 
## [[1495]]
## [1] "kplayfest: Me when I see I’m in the top 1% of listeners for Seventeen - JA \n#SpotifyWrapped https://t.co/jy05Ed97hD"
## 
## [[1496]]
## [1] "thetinysilva: I predict my top genre will be pop #SpotifyWrapped"
## 
## [[1497]]
## [1] "sh0rtest_str4w: i predict my top artist will be metallica #SpotifyWrapped"
## 
## [[1498]]
## [1] "PIIKOK: I predict my most played song will be Atopos by Bjork #SpotifyWrapped"
## 
## [[1499]]
## [1] "sirensinb: I predict my top podcast will be swell shenanigans #SpotifyWrapped"
## 
## [[1500]]
## [1] "DulljshhA: I predict my top artist will be UnoTheActivist #SpotifyWrapped"
## 
## [[1501]]
## [1] "sirensinb: I predict my top artist will be gfriend #SpotifyWrapped"
## 
## [[1502]]
## [1] "jeenonamit: I’m not sharing my #SpotifyWrapped, that shit’s between me and god"
## 
## [[1503]]
## [1] "phantomghafa: I predict my top podcast will be Are &amp; Be? that's the one i Remember listening to #SpotifyWrapped"
## 
## [[1504]]
## [1] "thea__25: HURRY UP SPOTIFY WRAPPED @Spotify #SpotifyWrapped"
## 
## [[1505]]
## [1] "thetinysilva: I predict my most played song will be no body, no crime #SpotifyWrapped"
## 
## [[1506]]
## [1] "LVJYadmirer: I predict my top genre will be dsmp bro TAKE IT OFFF  #SpotifyWrapped"
## 
## [[1507]]
## [1] "martyw82: I predict my top artist will be [@HansZimmer] #SpotifyWrapped"
## 
## [[1508]]
## [1] "HectorDMS: I predict my top artist will be [@twentyonepilots mis papis] #SpotifyWrapped"
## 
## [[1509]]
## [1] "gowonning: I predict my top artist will be  loona #SpotifyWrapped"
## 
## [[1510]]
## [1] "sirensinb: I predict my top genre will be k-pop #SpotifyWrapped"
## 
## [[1511]]
## [1] "phantomghafa: I predict my top artist will be Rina Sawayama no Doubts #SpotifyWrapped"
## 
## [[1512]]
## [1] "Melissa_Wasser: I am honored at this three day lineup!!! Can't wait for the #SpotifyWrapped this year! 🥰 #instafest https://t.co/FfScbjMYub"
## 
## [[1513]]
## [1] "Haifinphoto: I predict my top artist will be Eva Shaw and Kris the Spirit #SpotifyWrapped"
## 
## [[1514]]
## [1] "neeeloys: I predict my top artist will be [fill in top artist prediction] tinatanong pa ba yan? keme #SpotifyWrapped"
## 
## [[1515]]
## [1] "HectorDMS: I predict my top genre will be [Pop or Alternative] #SpotifyWrapped"
## 
## [[1516]]
## [1] "whatthe_hayls: I look forward to #SpotifyWrapped way too much for someone that listens to the same 3 artists on repeat nonstop"
## 
## [[1517]]
## [1] "drachenovska: I predict my top podcast will be [Archetypes] #SpotifyWrapped"
## 
## [[1518]]
## [1] "phantomghafa: I predict my top genre will be unfortunately pop #SpotifyWrapped"
## 
## [[1519]]
## [1] "curtainfarewell: I predict my top artist will be Nightcord at 25 or Vivid Bad Squad #SpotifyWrapped"
## 
## [[1520]]
## [1] "ya_SKZ731: I predict my top podcast will be Rotten Mango #SpotifyWrapped"
## 
## [[1521]]
## [1] "phantomghafa: I predict my most played song will be Imagining by Rina Sawayama #SpotifyWrapped"
## 
## [[1522]]
## [1] "HectorDMS: I predict my most played song will be [Shy Away] #SpotifyWrapped"
## 
## [[1523]]
## [1] "SplinterRatio: I predict my top artist will be [@DukiSSJ] #SpotifyWrapped"
## 
## [[1524]]
## [1] "drachenovska: I predict my top artist will be [Meghan Markle, the Duchess of Sussex] #SpotifyWrapped"
## 
## [[1525]]
## [1] "Ms_KatW: I predict my top artist will be Ricky Martin or Harry Styles. #SpotifyWrapped"
## 
## [[1526]]
## [1] "HarkomsV: @laurenboebert @elonmusk A lot of store owners are not making sales on their products/services Websites. Drop ur we… https://t.co/uwvziJnzEo"
## 
## [[1527]]
## [1] "StuffFromBlock3: I predict my most played song will be Filter by Jimin. It's the first song on my sleepytime playlist. #SpotifyWrapped"
## 
## [[1528]]
## [1] "RagingWhormoans: I predict my top artist will be #OnlyOneOf #SpotifyWrapped"
## 
## [[1529]]
## [1] "Tarrah_Danielle: I predict my top artist will be @machinegunkelly #SpotifyWrapped"
## 
## [[1530]]
## [1] "sirensinb: I predict my most played song will be bop bop! #SpotifyWrapped"
## 
## [[1531]]
## [1] "kayladon9: I predict my top podcast will be This Changes Everything by @JeffGuentherLPC and @imsararice #SpotifyWrapped"
## 
## [[1532]]
## [1] "neeeloys: I predict my most played song will be [words by f.r david or 2 minus 1 by svt] #SpotifyWrapped"
## 
## [[1533]]
## [1] "simona_bargagli: I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped I really don’t know this one, may… https://t.co/rUBWjozO5B"
## 
## [[1534]]
## [1] "devilmidwinter: I predict my most played song will be [happier - olivia rodrigo] #SpotifyWrapped"
## 
## [[1535]]
## [1] "ya_SKZ731: I predict my top artist will be @Stray_Kids #SpotifyWrapped"
## 
## [[1536]]
## [1] "curtainfarewell: I predict my most played song will be Unfriendly Hater or Shine a Light(reprise) #SpotifyWrapped"
## 
## [[1537]]
## [1] "MikPikRik: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[1538]]
## [1] "ya_SKZ731: I predict my top genre will be K-POP #SpotifyWrapped"
## 
## [[1539]]
## [1] "Ms_KatW: I predict my most played song will be As It Was or A Veces Bien Y A Veces Mal. #SpotifyWrapped"
## 
## [[1540]]
## [1] "Jamdungghal: I predict my top podcast will be [#Archetypes] #SpotifyWrapped"
## 
## [[1541]]
## [1] "wowyolotv: I predict my top artist will be Drake #SpotifyWrapped"
## 
## [[1542]]
## [1] "Robert_scott30: Create delightful customer experiences. Have a delightful time doing it. that's where #HubSpot came in\nlearn more 👇… https://t.co/OmrgBXpB0h"
## 
## [[1543]]
## [1] "salimishmael_: Yeah I love this #instafestapp thingy. A festival and a half by #Spotify. Now we wait for #SpotifyWrapped https://t.co/nKkOp9eBD9"
## 
## [[1544]]
## [1] "JosszzoL: I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped"
## 
## [[1545]]
## [1] "HarkomsV: A lot of store owners are not making sales on their products/services Websites. Drop ur website URL here for promot… https://t.co/vV8VHLepH9"
## 
## [[1546]]
## [1] "simona_bargagli: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped Taylor Swift"
## 
## [[1547]]
## [1] "BonnieAuntea: I predict my top podcast will be #Archetypes  #SpotifyWrapped"
## 
## [[1548]]
## [1] "TinaDarwell: ❄️Love how these turned out😍 Link in bio to purchase #SpotifyWrapped #CyberMonday #christmas2022 #christmasnails… https://t.co/dEhFkjF0MQ"
## 
## [[1549]]
## [1] "TonicForg: Somehow #SpotifyWrapped got me worried"
## 
## [[1550]]
## [1] "SirHotLaps: I predict my most played song will be Attention by NewJeans #SpotifyWrapped"
## 
## [[1551]]
## [1] "KaosBunny: cant wait to see dsmp on my spotify wrapped for the 3rd year in a row\n\n#SpotifyWrapped"
## 
## [[1552]]
## [1] "ya_SKZ731: I predict my most played song will be [Red Lights by @Stray_Kids] #SpotifyWrapped"
## 
## [[1553]]
## [1] "rocketenginee: “free thinkers” waiting for their #SpotifyWrapped https://t.co/I1pRqDnxTs"
## 
## [[1554]]
## [1] "cardigron: I predict my top artist will be Taylor Swift  #SpotifyWrapped no one else is even coming close"
## 
## [[1555]]
## [1] "Albas_Fortune: I predict my most played song will be  Bad Habits by Steve Lacy #SpotifyWrapped"
## 
## [[1556]]
## [1] "simona_bargagli: I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped boy band or pop"
## 
## [[1557]]
## [1] "LM_woomy: I predict my top podcast will be I DONT LISTEN TO PODCASTS :P #SpotifyWrapped"
## 
## [[1558]]
## [1] "EpinardGuard: I predict my most played song will be Yakety Sax #SpotifyWrapped"
## 
## [[1559]]
## [1] "ihopeudrownmore: I predict my top artist will be deftones #SpotifyWrapped"
## 
## [[1560]]
## [1] "simona_bargagli: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped keep drinking by Harry Styles"
## 
## [[1561]]
## [1] "sarahbethismyl1: I’ll get some random artist I listened to once as my #1 or artists I don’t listen to but did in 2020 like the last two years #SpotifyWrapped"
## 
## [[1562]]
## [1] "emotrash_wuff: Bruh I'm scared to see my #SpotifyWrapped when it comes up. it's just gonna be a sad song after another and once it… https://t.co/uBhZuqpn8D"
## 
## [[1563]]
## [1] "di_shun_meh_die: I predict my top artist will be #ATEEZ @ATEEZofficial #SpotifyWrapped https://t.co/0uKWz9GVCx"
## 
## [[1564]]
## [1] "cardigron: I predict my top genre will be pop 😋 #SpotifyWrapped"
## 
## [[1565]]
## [1] "maemaedc: I predict my top artist will be @dustinlynch #SpotifyWrapped"
## 
## [[1566]]
## [1] "nikfinite: I predict my top podcast will be Always Sunny Podcast (sorry Dissect) #SpotifyWrapped"
## 
## [[1567]]
## [1] "MoonlightsCoven: I predict my top artist will be [ariana grande] #SpotifyWrapped"
## 
## [[1568]]
## [1] "margmak: I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped #ArchetypesWithMeghan #archetypesonspotify #Archetypes"
## 
## [[1569]]
## [1] "cardigron: I predict my most played song will be August  #SpotifyWrapped I had a MASSIVE august phase in June where I literall… https://t.co/N2m7AEssh2"
## 
## [[1570]]
## [1] "macks_page: saying it rn my top artist is either gonna be the wrecks OR bmth. but im 90% sure it's gonna be the wrecks #SpotifyWrapped"
## 
## [[1571]]
## [1] "LM_woomy: I predict my top artist will be beyoncé #SpotifyWrapped"
## 
## [[1572]]
## [1] "Uwusukuru: @Google, how can i learn to trust again?\n#LateLateShow #LateNightTwitter #LateNights #SpotifyWrapped #sadcatdance #thinking #thoughts"
## 
## [[1573]]
## [1] "CALIFORNIAW0RLD: I predict my top genre will be dark trap #SpotifyWrapped"
## 
## [[1574]]
## [1] "kurzedificio: I predict my top artist will be Mamamoo #SpotifyWrapped"
## 
## [[1575]]
## [1] "LM_woomy: I predict my top genre will be rap #SpotifyWrapped \n\nor whatever it’s called is it called rap or hip hop &amp; r&amp;b"
## 
## [[1576]]
## [1] "xamitexmusic: The music has chosen me and as I continue to give it my all I can't do this alone I want you to be with me, to pray… https://t.co/SEsRmXW5XG"
## 
## [[1577]]
## [1] "nikfinite: I predict my top artist will be Ichiko Aoba #SpotifyWrapped"
## 
## [[1578]]
## [1] "MoonlightsCoven: I predict my most played song will be [tek it - cafune] #SpotifyWrapped"
## 
## [[1579]]
## [1] "maemaedc: I predict my top genre will be Country #SpotifyWrapped"
## 
## [[1580]]
## [1] "starsrsocool: I predict my top podcast will be tondemo wonderz 💀💀💀#SpotifyWrapped"
## 
## [[1581]]
## [1] "musubigarbage: I predict my top artist will be Joji (it is i already know im not ashamed) #SpotifyWrapped"
## 
## [[1582]]
## [1] "CALIFORNIAW0RLD: I predict my most played song will be OMFG by lil peep #SpotifyWrapped"
## 
## [[1583]]
## [1] "Startup_Canada: @Spotify We're predicting our top podcasts will be the Startup Canada Podcast and the Startup Women Podcast - which… https://t.co/vLnIALgydK"
## 
## [[1584]]
## [1] "DIEGUIRRI_89: All the time 🤴🏼👸🏼 #SpotifyWrapped https://t.co/ii3ODGtaI9"
## 
## [[1585]]
## [1] "NosleepPodcast: Will the @NosleepPodcast top your #SpotifyWrapped list this year? \n\n@Spotify is just one of the many places you can… https://t.co/JYMoZnCXz4"
## 
## [[1586]]
## [1] "Samantha_lilac: I am so curious this year #SpotifyWrapped"
## 
## [[1587]]
## [1] "shiemisss: I predict my most played song will be— \nI want to see my wrapped but I want to see TJ’s even more \n\n#SpotifyWrapped"
## 
## [[1588]]
## [1] "therealparis23: Last moment to shine ✨ \n\nDon’t miss out on this last event of the semester. \n\nYoung Invincibles is providing the op… https://t.co/0WxOJ5pKFk"
## 
## [[1589]]
## [1] "LM_woomy: I predict my most played song will be CHURCH GIRL by beyoncé #SpotifyWrapped"
## 
## [[1590]]
## [1] "starsrsocool: I predict my top artist will be taylor lana or conan  #SpotifyWrapped"
## 
## [[1591]]
## [1] "nikfinite: I predict my most played song will be The Heart Part 5 #SpotifyWrapped"
## 
## [[1592]]
## [1] "neverlastinline: I predict my top artist will be @fredagainagain1  #SpotifyWrapped"
## 
## [[1593]]
## [1] "Kinga_Ninurta: Black History Month or #SpotifyWrapped ???? https://t.co/RnWE7UhKmK"
## 
## [[1594]]
## [1] "starsrsocool: I predict my top genre will be rock?? #SpotifyWrapped"
## 
## [[1595]]
## [1] "itsvdanni: I predict my top artist will be [stray kids or ariana grande] #SpotifyWrapped"
## 
## [[1596]]
## [1] "gwyx6: I predict my top genre will be either dsmp or pop  #SpotifyWrapped"
## 
## [[1597]]
## [1] "maemaedc: I predict my most played song will be  @cberrymusic Whiskey Take It Easy #SpotifyWrapped"
## 
## [[1598]]
## [1] "starsrsocool: I think my most played song will be something from conan fr #SpotifyWrapped (im doing the spotify thinf)"
## 
## [[1599]]
## [1] "sncaffee: I predict my top podcast will be @athletessweat (this is what I get for being a supportive friend who doesn’t liste… https://t.co/Yn5BCHBAPn"
## 
## [[1600]]
## [1] "GapsFNT: Selling wildcat skin code for 30$ #FortniteChapter3Season4         #FortniteChapter4 #FortniteChrome #Fortnite… https://t.co/wDqqlL8AAv"
## 
## [[1601]]
## [1] "FevenA: @megdex ooooo me too\n\n#SpotifyWrapped"
## 
## [[1602]]
## [1] "sapphohyunjin: I predict my top artist will be @Stray_Kids #SpotifyWrapped"
## 
## [[1603]]
## [1] "cewulidgabxyau9: US agents perps pump ethanol, nano-aerosol which can be heated via #EMF\n\nIt's 29°C but my room is blasting with hea… https://t.co/8LY0PNuXDu"
## 
## [[1604]]
## [1] "TeeRexradio: How bout these #gasprices #SpotifyWrapped #CyberMonday #RedVelvetBirthdayParty #WorldCup2022 #Rexontheradio https://t.co/sjJAuQYf0s"
## 
## [[1605]]
## [1] "GeorgeColuccia: I predict my top genre will be #blackmetal #SpotifyWrapped"
## 
## [[1606]]
## [1] "sapphohyunjin: I predict my top genre will be K-Pop #SpotifyWrapped"
## 
## [[1607]]
## [1] "ZellBellArt: Calling it now. My #SpotifyWrapped will have EDM as my top genre and the top song will be Everything Goes on by Porter Robinson."
## 
## [[1608]]
## [1] "baekseongseung: I predict my most played song will be “Under the Skin” by &amp;TEAM! #SpotifyWrapped"
## 
## [[1609]]
## [1] "Lurifodase: I predict my top genre will be Indie Pop #SpotifyWrapped"
## 
## [[1610]]
## [1] "sapphohyunjin: I predict my most played song will be Maniac by @Stray_Kids #SpotifyWrapped"
## 
## [[1611]]
## [1] "UncleHerpes: THIS IS ALL I NEED TO KNOW\n\nNO WEED FOR THIS CLOWN \n\nWE MUST CURE HERPES \n\n#testosterone #testicles #herpes… https://t.co/saxaPkVUNH"
## 
## [[1612]]
## [1] "etherealheartt: I predict my top podcast will be Jay shetty #SpotifyWrapped"
## 
## [[1613]]
## [1] "5w1tchGaming: I predict my top podcast will be @dungeonsanddads  #SpotifyWrapped wooooooo"
## 
## [[1614]]
## [1] "Lurifodase: Threadzinha que o spotify disponibilizou\n\nI predict my most played song will be Francis Forever #SpotifyWrapped"
## 
## [[1615]]
## [1] "itsvdanni: I predict my top genre will be [edm or kpop lmao] #SpotifyWrapped"
## 
## [[1616]]
## [1] "HarkomsV: A lot of store owners are not making sales on their products/services Websites. Drop ur website URL here for promot… https://t.co/uoCyHZw20K"
## 
## [[1617]]
## [1] "Uwusukuru: I fixed you and you broke me, guess\nthats the thing i deserved after all...\n#nsfwtwt #nsfwtw #nsfwart #NSFWRP… https://t.co/r55axELNXq"
## 
## [[1618]]
## [1] "swiftwonders: i just want my #SpotifyWrapped already omg"
## 
## [[1619]]
## [1] "etherealheartt: I predict my top artist will be justin bieber #SpotifyWrapped"
## 
## [[1620]]
## [1] "m1dn1ght5_13: I predict my top artist will be TAYLOR SWIFT OFC #SpotifyWrapped"
## 
## [[1621]]
## [1] "5w1tchGaming: I predict my top artist will be AAAAAAAAAAAAAAAAAAAAAAAAAAAGH REX ORANGE JUMPSUIT #SpotifyWrapped"
## 
## [[1622]]
## [1] "etherealheartt: I predict my top genre will be dance #SpotifyWrapped"
## 
## [[1623]]
## [1] "itsvdanni: I predict my most played song will be [Get it Shawty by Lloyd] #SpotifyWrapped"
## 
## [[1624]]
## [1] "mkaRocki: #SpotifyWrapped is trending but it’s not out yet. Y’all gonna stop playing with me. 🤣"
## 
## [[1625]]
## [1] "etherealheartt: I predict my most played song will be can't be myself by justin bieber #SpotifyWrapped"
## 
## [[1626]]
## [1] "Bezvard: ik for a fact HOUSTONFORNICATION is my #1 in spotify wrapped #SpotifyWrapped"
## 
## [[1627]]
## [1] "makelessharries: I predict my most played song will be As It Was, duh #SpotifyWrapped"
## 
## [[1628]]
## [1] "_darklikemysoul: I predict my top artist will be N25 hands down, if not imma kms #SpotifyWrapped"
## 
## [[1629]]
## [1] "trivialtony: I predict my top artist will be The Beatles. #SpotifyWrapped"
## 
## [[1630]]
## [1] "Grace_Costags: I predict my top artist will be Zeds Dead #SpotifyWrapped"
## 
## [[1631]]
## [1] "enchantlwt: I predict my most played song will be [cardigan] #SpotifyWrapped"
## 
## [[1632]]
## [1] "Nami_501: I know who my top artist will be (Taylor Swift obviously), but I'm curious as to Wich song will be my most played #SpotifyWrapped"
## 
## [[1633]]
## [1] "trivialtony: I predict my top genre will be Classic Rock. #SpotifyWrapped"
## 
## [[1634]]
## [1] "sncaffee: I predict my most played song will be Want Me by @babyqueen or Tell Your Story - Extended by @derivakat #SpotifyWrapped"
## 
## [[1635]]
## [1] "alloeium: WHERE IS IT #SpotifyWrapped"
## 
## [[1636]]
## [1] "inezwil: I predict my top podcast will be Archetypes] #SpotifyWrapped"
## 
## [[1637]]
## [1] "Grace_Costags: I predict my top genre will be EDM obviously #SpotifyWrapped"
## 
## [[1638]]
## [1] "fxckoklahoma: my #SpotifyWrapped this year is just going to tell me in colour how depressed i actually am"
## 
## [[1639]]
## [1] "_darklikemysoul: I predict my most played song will be BITTER CHOCO DECORATION #SpotifyWrapped"
## 
## [[1640]]
## [1] "I_need_theatre: I predict my top artist will be Beyoncé\n#SpotifyWrapped"
## 
## [[1641]]
## [1] "augustlore: I predict my most played song will be false god #SpotifyWrapped"
## 
## [[1642]]
## [1] "MormanCalorie: I predict my top artist will be One Direction #SpotifyWrapped"
## 
## [[1643]]
## [1] "Grace_Costags: I predict my most played song will be Think of You by Zeds Dead or Screamsaver VIP Subtronics  #SpotifyWrapped"
## 
## [[1644]]
## [1] "augustlore: I predict my top artist will be taylor swift #SpotifyWrapped"
## 
## [[1645]]
## [1] "trivialtony: I predict my most played song will be Hello It's Me by Todd Rundgren. #SpotifyWrapped"
## 
## [[1646]]
## [1] "HarkomsV: @PierrePoilievre A lot of store owners are not making sales on their products/services Websites. Drop ur website UR… https://t.co/JAelaiaJvj"
## 
## [[1647]]
## [1] "2blaqofficial1: What do you guys think #SpotifyWrapped #CyberMonday https://t.co/zrSkpJXiwW"
## 
## [[1648]]
## [1] "RosieHoranx: I predict my most played song will be fine line #SpotifyWrapped"
## 
## [[1649]]
## [1] "loveforitadori: I predict my top artist will be [Brent faiyaz ] #SpotifyWrapped"
## 
## [[1650]]
## [1] "fandeaitanaaax: I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped\npop"
## 
## [[1651]]
## [1] "krissybeeean: I predict/hope my top artist will be @sanbenito #SpotifyWrapped ☀️❤️"
## 
## [[1652]]
## [1] "MormanCalorie: I predict my top genre will be Pop #SpotifyWrapped"
## 
## [[1653]]
## [1] "melc91: Waiting #SpotifyWrapped just to see the holy trinity at the first places https://t.co/Cv1bQdzdyN"
## 
## [[1654]]
## [1] "BootsPerkins: Check out DNR Monster. Type him in your googler and enjoy. #SpotifyWrapped #Spotify #iTunes #CyberMonday #NewMusic"
## 
## [[1655]]
## [1] "kayladon9: I predict my most played song will be Northern Attitude by @NoahKahan #SpotifyWrapped"
## 
## [[1656]]
## [1] "I_need_theatre: I predict my top genre will be Hip hop or Pop lol. #SpotifyWrapped"
## 
## [[1657]]
## [1] "OakenHooHoo: I predict my top artist will be probably demondice but as of recently i’ve like fell out of demondice so i’m rootin… https://t.co/XglKp8dr77"
## 
## [[1658]]
## [1] "MormanCalorie: I predict my most played song will be No Control #SpotifyWrapped"
## 
## [[1659]]
## [1] "namutambowataka: I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped archetype"
## 
## [[1660]]
## [1] "loveforitadori: I predict my top genre will be [rap or pop] #SpotifyWrapped"
## 
## [[1661]]
## [1] "briesglcw: I predict my most played song will be rwylm from everymore #SpotifyWrapped"
## 
## [[1662]]
## [1] "PenThePenguin_: I predict my top podcast will be [R/Slash] #SpotifyWrapped @rslashyt"
## 
## [[1663]]
## [1] "juanduenas_: I predict my top podcast will be [fill in top podcast prediction] lol none I only listen on road trips over three days #SpotifyWrapped"
## 
## [[1664]]
## [1] "fandeaitanaaax: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped\nEn el coche"
## 
## [[1665]]
## [1] "0xWaldoVision: I predict my most played song will be Prettiest Problem By Asian Doll #SpotifyWrapped @AsianDaBrattt"
## 
## [[1666]]
## [1] "iamaudreyp: I predict my top genre will be [soul] #SpotifyWrapped"
## 
## [[1667]]
## [1] "WalterGarre: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped Pelotuda o Mimos son Mimos"
## 
## [[1668]]
## [1] "fandeaitanaaax: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped\nAitana :))"
## 
## [[1669]]
## [1] "loveforitadori: I predict my most played song will be [new magic wand-tyler the creator] #SpotifyWrapped"
## 
## [[1670]]
## [1] "I_need_theatre: I predict my most played song will be Church Girl \n#SpotifyWrapped"
## 
## [[1671]]
## [1] "Jace98127644: Damn #SpotifyWrapped https://t.co/YobnvVQ7MM"
## 
## [[1672]]
## [1] "clshields1980: I predict my top artist will be @thebeatles #SpotifyWrapped"
## 
## [[1673]]
## [1] "PenThePenguin_: I predict my top artist will be [The Kid Laroi] #SpotifyWrapped @thekidlaroi"
## 
## [[1674]]
## [1] "Neziy_: I predict my top artist will be [Kendrick Lamar] #SpotifyWrapped"
## 
## [[1675]]
## [1] "bravefortzu: @PALLOMmp3 it would be a lie if he's on my #SpotifyWrapped"
## 
## [[1676]]
## [1] "lexicozartt: I predict my top artist will be don toliver of course 😝 #SpotifyWrapped"
## 
## [[1677]]
## [1] "juanduenas_: I predict my top artist will be [fill in top artist prediction]  maybe ETHEL CAIN. @mothercain #SpotifyWrapped"
## 
## [[1678]]
## [1] "fem_yeq: I predict my most played song will be [Industry Baby] #SpotifyWrapped"
## 
## [[1679]]
## [1] "ZoomSlay28: I predict my top artist will be [Juice Wrld] #SpotifyWrapped"
## 
## [[1680]]
## [1] "NanaAkwan: Whenever we are in a public transport and the driver uses an unknown road, we remove our earpiece to see the road c… https://t.co/L5bCGADHqT"
## 
## [[1681]]
## [1] "PenThePenguin_: I predict my top genre will be [Rap] #SpotifyWrapped"
## 
## [[1682]]
## [1] "RealFlexiAfrica: Ghana 🇬🇭 has played two (2) games so far. Both games have been listed by FIFA as contenders of Game of the Tourname… https://t.co/dyLE71TSXl"
## 
## [[1683]]
## [1] "bigtimedogs: I predict my top artist will be @thestrokes #SpotifyWrapped"
## 
## [[1684]]
## [1] "Trojan0026: I predict my most played song will be Night Witches by @sabaton  #SpotifyWrapped"
## 
## [[1685]]
## [1] "Magicalharvest1: I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped #OneTreeHill podcast"
## 
## [[1686]]
## [1] "iGuessItsBlake: I predict my top podcast will be [Supermegacast] #SpotifyWrapped"
## 
## [[1687]]
## [1] "juanduenas_: I predict my top genre will be [fill in top genre prediction] pop rock !! I think #SpotifyWrapped"
## 
## [[1688]]
## [1] "PenThePenguin_: I predict my most played song will be [Doom - JuiceWrld or Without You - TheKidLaroi] #SpotifyWrapped"
## 
## [[1689]]
## [1] "SharkieSkittle: I predict my top artist will be [100 gecs] #SpotifyWrapped"
## 
## [[1690]]
## [1] "OakenHooHoo: I predict my top genre will be [fill in top genre prediction]  i have no idea #SpotifyWrapped"
## 
## [[1691]]
## [1] "ZoomSlay28: I predict my most played song will be [I’m Still- Juice Wrld] #SpotifyWrapped"
## 
## [[1692]]
## [1] "iGuessItsBlake: I predict my top artist will be [joji] #SpotifyWrapped"
## 
## [[1693]]
## [1] "SharkieSkittle: I predict my most played song will be [hand crushed by a mallet] #SpotifyWrapped"
## 
## [[1694]]
## [1] "Magicalharvest1: I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped #pop"
## 
## [[1695]]
## [1] "pskeedesign: Are looking for an eye-catching typography t-shirt custom t-shirt design, and bulk t-shirt design for Amazon, Shopi… https://t.co/wScDeg0UtZ"
## 
## [[1696]]
## [1] "WakandriaJones: I predict my top podcast will be The Read or The Blanime Podcast #SpotifyWrapped"
## 
## [[1697]]
## [1] "Anzy_aa: What can I say I like my OSTs 😎 \n#SpotifyWrapped https://t.co/Qf66VMmQTB"
## 
## [[1698]]
## [1] "SharkieSkittle: I predict my top genre will be [electronic] #SpotifyWrapped"
## 
## [[1699]]
## [1] "juanduenas_: I predict my most played song will be [fill in top song prediction] tennis new song I’m listening every day #SpotifyWrapped"
## 
## [[1700]]
## [1] "happyy08: #iyigeceler #GeceyeNotum #YeniProfilResmi #Qatar2022 #Messi #shorts #short #SpotifyWrapped #GERESP #YouTube… https://t.co/2tP2TyvbFC"
## 
## [[1701]]
## [1] "OakenHooHoo: I predict my most played song will be #SpotifyWrapped probably like nelward or something"
## 
## [[1702]]
## [1] "jaimelozc09: I predict my most played song will be [Nightclub love @matthewmaltese] #SpotifyWrapped"
## 
## [[1703]]
## [1] "melc91: Waiting for #SpotifyWrapped as if I didn't already know who will be at the first place.. https://t.co/gXzIBmvXAn"
## 
## [[1704]]
## [1] "CPLD_music: The way I just KNOW Sleep With Me is going to be my most listened to podcast on #SpotifyWrapped 💀 (lighthearted)"
## 
## [[1705]]
## [1] "Magicalharvest1: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped #HarryStyles"
## 
## [[1706]]
## [1] "iGuessItsBlake: I predict my top genre will be [alternative rock] #SpotifyWrapped"
## 
## [[1707]]
## [1] "Dannica32000657: I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped what the hell is a podcast? Proba… https://t.co/mtu5C8MWWe"
## 
## [[1708]]
## [1] "S_vannn: I predict my top artist will be [Taylor Swift] #SpotifyWrapped ☺️"
## 
## [[1709]]
## [1] "michaelbergla: I predict my top artist will be Nas #SpotifyWrapped"
## 
## [[1710]]
## [1] "DKZENJOYER: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped lucy it will be lucy"
## 
## [[1711]]
## [1] "VlCT0RYSTAR: how did we get here podcast #notsponsored #SpotifyWrapped"
## 
## [[1712]]
## [1] "sofiapease4: I predict my top artist will be taylor. #SpotifyWrapped"
## 
## [[1713]]
## [1] "michaelbergla: I predict my most played song will be Diet Coke- Pusha T #SpotifyWrapped"
## 
## [[1714]]
## [1] "garffan985: I predict my top podcast will be emergency podcast or stephanie soo #SpotifyWrapped"
## 
## [[1715]]
## [1] "theslayence: I predict my top artist will be [Taylor Swift] #SpotifyWrapped"
## 
## [[1716]]
## [1] "Dannica32000657: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped Taylor come now"
## 
## [[1717]]
## [1] "jaimelozc09: I predict my top artist will be [@Imaginedragons] #SpotifyWrapped"
## 
## [[1718]]
## [1] "Magicalharvest1: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped #AsItWas"
## 
## [[1719]]
## [1] "ACNH_kitty44: I predict my most played song will be The Gazette - Reilia #SpotifyWrapped"
## 
## [[1720]]
## [1] "iGuessItsBlake: I predict my most played song will be [hurt feelings, by mac miller] #SpotifyWrapped"
## 
## [[1721]]
## [1] "Dannica32000657: I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped POP BITCH"
## 
## [[1722]]
## [1] "WakandriaJones: I predict my top artist will be Beyonce #SpotifyWrapped"
## 
## [[1723]]
## [1] "sofiapease4: I predict my top genre will be pop idk #SpotifyWrapped"
## 
## [[1724]]
## [1] "goro_pancakes: I predict my top artist will be whoever tf does the persona songs. Ignoring the fact that I’ve only been listening… https://t.co/XOMTNwVYNz"
## 
## [[1725]]
## [1] "Luisfavicii: I predict my top genre will be  Metal #SpotifyWrapped"
## 
## [[1726]]
## [1] "Dannica32000657: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped I’m positive Taylor swift is th… https://t.co/VMSDdQLxN9"
## 
## [[1727]]
## [1] "Magicalharvest1: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[1728]]
## [1] "offmalibu: I predict my top genre will be pop #SpotifyWrapped"
## 
## [[1729]]
## [1] "ACNH_kitty44: I predict my top genre will be Nu-Metal #SpotifyWrapped"
## 
## [[1730]]
## [1] "rma2saucy: I already know my top artist will be Chris Brown #SpotifyWrapped"
## 
## [[1731]]
## [1] "iammandurr: I predict my top podcast will be [pod meets world] #SpotifyWrapped"
## 
## [[1732]]
## [1] "sofiapease4: I predict my most played song will be it has to be new year’s day or gold rush tbh #SpotifyWrapped"
## 
## [[1733]]
## [1] "JerseyKidPicks: #SpotifyWrapped \n\n#CyberMonday is booming &amp; my deal is best !\n\n         https://t.co/Hv9QSNse0K\n\n#FanDuel… https://t.co/0Sk8hEcBD7"
## 
## [[1734]]
## [1] "florasiac: I predict my top podcast will be Lone Lobos @Xolo_Mariduena #SpotifyWrapped"
## 
## [[1735]]
## [1] "247MzansUpdates: Mbali istore #Betway apple #UthandoNesithembu #SpotifyWrapped #FIFAWorldCupQatar2022 \n\nComing up on The Queen this… https://t.co/oDuhx3sTZH"
## 
## [[1736]]
## [1] "PoppyUpdate: Will @Poppy be on your #SpotifyWrapped this year? 👀💚"
## 
## [[1737]]
## [1] "tiaTiahTT: I predict my top artist will be #TaylorSwift 😂 it always is 🤷🏼‍♀️ #SpotifyWrapped"
## 
## [[1738]]
## [1] "iammandurr: I predict my top artist will be [carly rae jepsen] #SpotifyWrapped"
## 
## [[1739]]
## [1] "ACNH_kitty44: I predict my top artist will be Linkin Park #SpotifyWrapped"
## 
## [[1740]]
## [1] "garffan985: I predict my top artist will be TYLER THE CREATOR!!!!!! #SpotifyWrapped"
## 
## [[1741]]
## [1] "tyunkngomhrt: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[1742]]
## [1] "SkierBen: Ski Bum Diaries: the prequel (Behind the Scenes) #Vlog #documentary https://t.co/qkVkm47BEQ via @YouTube #WorldCup2022 #SpotifyWrapped"
## 
## [[1743]]
## [1] "iammandurr: I predict my top genre will be [dance pop always] #SpotifyWrapped"
## 
## [[1744]]
## [1] "WakandriaJones: I predict my top genre will be R&amp;B #SpotifyWrapped"
## 
## [[1745]]
## [1] "_thloVer: I predict my top artist will be [#bts] #SpotifyWrapped"
## 
## [[1746]]
## [1] "DeeClose1: @Spotify I listened to podcast at every opportunity, my podcast of the year #Archetypes #DontBelieveTheType it’s no… https://t.co/EMC6FJOl8e"
## 
## [[1747]]
## [1] "urluvnabi: I predict my top artist will be [TOMORROW X TOGETHER ] #SpotifyWrapped"
## 
## [[1748]]
## [1] "florasiac: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[1749]]
## [1] "garffan985: I predict my top genre will be hip hop/ rap #SpotifyWrapped"
## 
## [[1750]]
## [1] "iammandurr: I predict my most played song will be [cuff it by beyonce?] #SpotifyWrapped"
## 
## [[1751]]
## [1] "tyunkngomhrt: I predict my top genre will be pop #SpotifyWrapped"
## 
## [[1752]]
## [1] "florasiac: I predict my top genre will be pop #SpotifyWrapped"
## 
## [[1753]]
## [1] "WakandriaJones: I predict my most played song will be Mine by Alex Isley  #SpotifyWrapped"
## 
## [[1754]]
## [1] "shyawaycd: I predict my most played song will be my blood by twenty one pilots hehe #SpotifyWrapped"
## 
## [[1755]]
## [1] "_thloVer: I predict my top genre will be [pop or pl hip-hop] #SpotifyWrapped"
## 
## [[1756]]
## [1] "KenedyRemontada: I predict my top genre will Hip-Hop/ Rap #SpotifyWrapped"
## 
## [[1757]]
## [1] "florasiac: I predict my most played song will be Paris by taylor swift #SpotifyWrapped"
## 
## [[1758]]
## [1] "DidntAskBro7: I predict my top artist will be the big stepper guy #SpotifyWrapped"
## 
## [[1759]]
## [1] "garffan985: I predict my most played song will be pigs or tron cat #SpotifyWrapped"
## 
## [[1760]]
## [1] "tyunkngomhrt: I predict my most played song will be All Too Well 10 Minute Versión #SpotifyWrapped"
## 
## [[1761]]
## [1] "KosimaBiz: December never reach una don dey hot...😂😂🤣hot kids...New video coming soon..😂😂🤣🤣💯#kosimadestaga #SpotifyWrapped… https://t.co/7dJ1gFNZLV"
## 
## [[1762]]
## [1] "DailyTaxMemes: Ran this in advance of #SpotifyWrapped. I'm a cross between an aging, pathetic GenX hanging on to the glory days an… https://t.co/Seu9PPetUw"
## 
## [[1763]]
## [1] "_thloVer: I predict my most played song will be [pied piper by bts] #SpotifyWrapped"
## 
## [[1764]]
## [1] "ChiSIammaJamma: I predict my top artist will be JID #SpotifyWrapped"
## 
## [[1765]]
## [1] "isayrandomshiit: I predict my top artist will be [fill in top artist prediction] Lemon Demon #SpotifyWrapped"
## 
## [[1766]]
## [1] "ToywMe1: Don't underestimate the value of someone who smiles every time they see you ♡\n\n#CyberMonday #CyberMonday2022… https://t.co/FcqhkfD3dz"
## 
## [[1767]]
## [1] "urluvnabi: I predict my top genre will be [KPOP] #SpotifyWrapped"
## 
## [[1768]]
## [1] "DidntAskBro7: I predict my most played song will be What’s Good - Tyler the Creator #SpotifyWrapped"
## 
## [[1769]]
## [1] "2Chipmunks43: I predict my top podcast will be @FBPpodcast #SpotifyWrapped"
## 
## [[1770]]
## [1] "KenedyRemontada: I predict my top artist will be Eminem #SpotifyWrapped"
## 
## [[1771]]
## [1] "ChiSIammaJamma: I predict my most played song will be Kody Blu 31 #SpotifyWrapped"
## 
## [[1772]]
## [1] "urluvnabi: I predict my top podcast will be [@thedivestudios get real.] #SpotifyWrapped"
## 
## [[1773]]
## [1] "nuttelaspread: I predict my top artist will be BTS #SpotifyWrapped"
## 
## [[1774]]
## [1] "1CrowdedTable: I predict my top podcast will be Anatomy of Murder  #SpotifyWrapped"
## 
## [[1775]]
## [1] "Rubao112: I predict my most played song will be Bota na buceta remastered #SpotifyWrapped"
## 
## [[1776]]
## [1] "Syphtolo: I predict my top podcast will be NA #SpotifyWrapped"
## 
## [[1777]]
## [1] "nuttelaspread: I predict my top genre will be K-Pop #SpotifyWrapped"
## 
## [[1778]]
## [1] "soaked_nbleach: why is #SpotifyWrapped trending. I thought it came out I got excited"
## 
## [[1779]]
## [1] "JaredOnYT: you are going to see the impact Renaissance had on me when #SpotifyWrapped drops https://t.co/9DBTTlktME"
## 
## [[1780]]
## [1] "TBFINDS: 🚨Y’all go grab your $1 makeup sponge 😱 it’s a good one too\n👉🏼 https://t.co/RsWZstGpik\n#SpotifyWrapped #RedVelvet… https://t.co/ihNMTQ8xyq"
## 
## [[1781]]
## [1] "KenedyRemontada: I predict my most played song will be Soldier - Eminem #SpotifyWrapped"
## 
## [[1782]]
## [1] "Syphtolo: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[1783]]
## [1] "j1annamar1a: I predict my most played song will be LATE  NIGHT TALKING BY HARRY STYLES #SpotifyWrapped"
## 
## [[1784]]
## [1] "zoobee_zaba: Inspirational quote of the day :\n\nLife isn't a leaf without air✨\n\n#RedVelvet #CyberMonday #SpotifyWrapped… https://t.co/R934tusRyW"
## 
## [[1785]]
## [1] "Gratych: I predict my top genre will be either K-pop or J-Pop #SpotifyWrapped"
## 
## [[1786]]
## [1] "LitzyBrown1: Marriage! This generation though🤔\nGroom Publicly Humiliates Bride By Playing Video Of Her Cheating With Brother In-… https://t.co/zwkqwdtbEb"
## 
## [[1787]]
## [1] "kvnq_teeza: SomeDay , I’m gon sell out shows too🙏🏼🙏🏼\n\n#SpotifyWrapped #WizkidFC #Davido #AppleMusicLive #30BG… https://t.co/h0pmfLGzjt"
## 
## [[1788]]
## [1] "Syphtolo: I predict my top genre will be Pop #SpotifyWrapped"
## 
## [[1789]]
## [1] "EgoStreams: I predict my top artist will be David Bowie #SpotifyWrapped"
## 
## [[1790]]
## [1] "justastargirl9: I predict my top genre will be Pop, Rock, or Eurovision #SpotifyWrapped \n\nI don't even pay attention to genres...."
## 
## [[1791]]
## [1] "Apollo_Knightt: I predict my most played song will be something from Bo burnham or AJR lmao #SpotifyWrapped"
## 
## [[1792]]
## [1] "DolefulLions: Doleful Lions -The Last Four Years #LoFi #IndiePop #SpotifyWrapped #BedroomPop https://t.co/E6JYjyVMPE"
## 
## [[1793]]
## [1] "KellyHart147: I predict my top artist will be [Salt-N-Pepa] #SpotifyWrapped"
## 
## [[1794]]
## [1] "nuttelaspread: I predict my most played song will be Out of Time #SpotifyWrapped"
## 
## [[1795]]
## [1] "wipeyman: #SpotifyWrapped predictions\n\nDrake\nBoldy\nCurren$y\nNudy\nCudi\n\nCouple guesses tho i think I’ll go 3/5"
## 
## [[1796]]
## [1] "itsmeraymel: I predict my top artist will be BLACK PINK #SpotifyWrapped"
## 
## [[1797]]
## [1] "Ollie_loves_fr: I predict my top artist will be Hozier #SpotifyWrapped"
## 
## [[1798]]
## [1] "ImnotRichard6: If I don’t get 12 followers soon my aunt is gonna take away my puppy 🙁😭 please help me get to 12 followers 😭😭… https://t.co/CFHlEI9A21"
## 
## [[1799]]
## [1] "Syphtolo: I predict my most played song will be All too well (Ten Minute Version) (Taylor’s Version) (From the Vault) #SpotifyWrapped"
## 
## [[1800]]
## [1] "Apollo_Knightt: I predict my top genre will be French Pop, regular pop... maybe country involved. #SpotifyWrapped"
## 
## [[1801]]
## [1] "jashinko: I predict my top artist will be yeat or babytron #SpotifyWrapped"
## 
## [[1802]]
## [1] "Ollie_loves_fr: I predict my top genre will be Bedroom Rock #SpotifyWrapped"
## 
## [[1803]]
## [1] "xephas_official: On it @Spotify #SpotifyWrapped 🙂🥳 https://t.co/xTwL6PCisK"
## 
## [[1804]]
## [1] "IdealGameroom: I predict my most played song will be Critical Acclaim by Avenged Sevenfold [] #SpotifyWrapped"
## 
## [[1805]]
## [1] "LitzyBrown1: Marriage! This generation though🤔\nGroom Publicly Humiliates Bride By Playing Video Of Her Cheating With Brother In-… https://t.co/mVy3teDUWx"
## 
## [[1806]]
## [1] "itsmeraymel: I predict my most played song will be PINK VEMOM #SpotifyWrapped"
## 
## [[1807]]
## [1] "ysuftloverr: I predict my top podcast will be Anything Goes :) #SpotifyWrapped"
## 
## [[1808]]
## [1] "Drownincheddar: I predict my top artist will be [ @iamkillbill] most def  #SpotifyWrapped"
## 
## [[1809]]
## [1] "Ollie_loves_fr: I predict my most played song will be Work song by @Hozier  #SpotifyWrapped"
## 
## [[1810]]
## [1] "jashinko: I predict my top genre will be rap #SpotifyWrapped"
## 
## [[1811]]
## [1] "edetedemakpan: 💸💵💴💶💷₦💰\nGOD OF MONEY LOCATE ME THIS WEEK. \nGOD OF DOLLARS. \nGOD OF POUNDS.\nGOD OF EURO. \nGOD OF RAND. \nGOD OF YEN.… https://t.co/4RvPPNWYTI"
## 
## [[1812]]
## [1] "udbparanoidtoo: I predict my top artist will be Taylor #SpotifyWrapped"
## 
## [[1813]]
## [1] "ysuftloverr: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[1814]]
## [1] "SimplyChaotic26: I predict my top artist will be Twenty One Pilots #SpotifyWrapped"
## 
## [[1815]]
## [1] "Smvvth: I predict my top artist will be [#SMVVTH] #SpotifyWrapped"
## 
## [[1816]]
## [1] "jvjmjx: I predict my most played song will be [Kanye West - Gold Digger ft. Jamie Foxx] #SpotifyWrapped"
## 
## [[1817]]
## [1] "jashinko: I predict my most played song will be money so big by yeat #SpotifyWrapped"
## 
## [[1818]]
## [1] "offmalibu: I predict my most played song will be Thousand Miles by The Kid LAROI #SpotifyWrapped"
## 
## [[1819]]
## [1] "ysuftloverr: I predict my top genre will be  pop #SpotifyWrapped"
## 
## [[1820]]
## [1] "sativ4grl: I predict my most played song will be Touch by @keshimusic #SpotifyWrapped"
## 
## [[1821]]
## [1] "itsdreqa: I predict my most played song will be something from tick tick boom #SpotifyWrapped"
## 
## [[1822]]
## [1] "monosmoon: I predict my top artist will be [BTS] #SpotifyWrapped"
## 
## [[1823]]
## [1] "CptLongD: Ok now This Us A FUNNY STREAM 🤣🤣🤣 #SpotifyWrapped #CyberMonday #乌鲁木齐 #RedVelvetBirthdayParty #WorldCup2022 # https://t.co/xoUJT2Lc4C"
## 
## [[1824]]
## [1] "Darker_diamonds: I predict my most played song will be Soft Boy (Wilbur Soot) #SpotifyWrapped"
## 
## [[1825]]
## [1] "tw_porn_on_here: IK ITS AT MIDTAGE BUT IN WHAT TIME ZONE? BC ITS 10pm FOR ME RN (GMT) SO IS IT LIKE EST, BST TIMES PLS SOMEONE SAY #SpotifyWrapped"
## 
## [[1826]]
## [1] "monosmoon: I predict my top genre will be [K-Pop] #SpotifyWrapped"
## 
## [[1827]]
## [1] "kaffienatedkat: I predict my top genre will be indie #SpotifyWrapped"
## 
## [[1828]]
## [1] "PauPalauVidal: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[1829]]
## [1] "tonisrage: I predict my most played song will be [yes indeed] #SpotifyWrapped"
## 
## [[1830]]
## [1] "monosmoon: I predict my most played song will be [Outro: Tear] #SpotifyWrapped"
## 
## [[1831]]
## [1] "ysuftloverr: I predict my most played song will be I knew by Lizzy mcalpine :) #SpotifyWrapped"
## 
## [[1832]]
## [1] "Blxndkidz: the only thing that keeps me alive when shit gets rough is looking forward to next years #SpotifyWrapped to see if im based or cringe"
## 
## [[1833]]
## [1] "Beast_Dank: I predict my top podcast will be Trash Taste podcast #SpotifyWrapped"
## 
## [[1834]]
## [1] "kaffienatedkat: I predict my top artist will be penelope scott #SpotifyWrapped"
## 
## [[1835]]
## [1] "AlshababRadio: 🔷 The occ-upation forces stormed the clinic where Al-Harhi is located in the town of Beit Ummar, north of Hebron.… https://t.co/SpB77GMLv7"
## 
## [[1836]]
## [1] "offmalibu: I predict my top artist will be Justin Bieber #SpotifyWrapped"
## 
## [[1837]]
## [1] "JaireLockdown: I predict my top artist will be Tyler, the Creator #SpotifyWrapped"
## 
## [[1838]]
## [1] "imDudsz_: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[1839]]
## [1] "Insider747: 45+ of the very best Cyber Monday phone deals available now\nhttps://t.co/YWYK2b13Gm\n#CyberMonday #SpotifyWrapped"
## 
## [[1840]]
## [1] "VABG__: I predict my top artist will be Lovejoy or Panic! #SpotifyWrapped"
## 
## [[1841]]
## [1] "Brandisandre: I predict my most played song will be [Zimzalabim by Red Velvet] #SpotifyWrapped"
## 
## [[1842]]
## [1] "thafckora: I predict my most played song will be boys dont cry #SpotifyWrapped"
## 
## [[1843]]
## [1] "Nakasanga: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[1844]]
## [1] "Beast_Dank: I predict my top artist will be Frank ocean #SpotifyWrapped"
## 
## [[1845]]
## [1] "indianafantum: @thezarprogram Ya see theres no comparing two legends. Socrates and plato, kobe and shaq, otis toole and henry lee… https://t.co/HFETpjujML"
## 
## [[1846]]
## [1] "VABG__: I predict my top genre will be Indie #SpotifyWrapped"
## 
## [[1847]]
## [1] "balthazar_and: I predict my most played song will be Something Wicked by @starsetonline  #SpotifyWrapped"
## 
## [[1848]]
## [1] "exhawkyx: I predict my most played song will be Take Me Out by Franz Ferdinand #SpotifyWrapped"
## 
## [[1849]]
## [1] "Beast_Dank: I predict my top genre will be Hip-hop #SpotifyWrapped"
## 
## [[1850]]
## [1] "joanammel: I predict my top artist will be [katey Perry] #SpotifyWrapped"
## 
## [[1851]]
## [1] "VABG__: I predict my most played song will be Privately Owned Spiral Galaxy #SpotifyWrapped"
## 
## [[1852]]
## [1] "juIiansands: I predict my top artist will be [kanye] #SpotifyWrapped"
## 
## [[1853]]
## [1] "intake444: I predict my top artist will be\nlucki \n#SpotifyWrapped"
## 
## [[1854]]
## [1] "juIiansands: I predict my most played song will be [jamba] #SpotifyWrapped"
## 
## [[1855]]
## [1] "Beast_Dank: I predict my most played song will be in my room by frank ocean #SpotifyWrapped"
## 
## [[1856]]
## [1] "anseonii: My Spotify wrapped for 2021 was so sad I was heartbroken LMAO #SpotifyWrapped"
## 
## [[1857]]
## [1] "InfernalAmigops: can we get our #spotifywrapped yet? i wanna know how disappointing my year in music was."
## 
## [[1858]]
## [1] "intake444: I predict my top genre will be \nplugg\n#SpotifyWrapped"
## 
## [[1859]]
## [1] "arshpatel123: I predict my top artist will be [@lilbaby4PF ] #SpotifyWrapped"
## 
## [[1860]]
## [1] "TheOffi14494401: I predict my top artist will be 21 Savage #SpotifyWrapped"
## 
## [[1861]]
## [1] "balthazar_and: I predict my top artist will be @daywavemusic #SpotifyWrapped"
## 
## [[1862]]
## [1] "reellita: I predict my top artist will be @sanbenito #SpotifyWrapped ♥️♥️♥️♥️♥️"
## 
## [[1863]]
## [1] "bageItower: My #SpotifyWrapped predications…\n\nNumber 1 artist being the Taylor Swift\nNumber 1 song is In My Mind by Lyn Lapid… https://t.co/dHZayxh4tP"
## 
## [[1864]]
## [1] "Damain_cyber: Inbox for all account retrievals.\n locked/lost accounts with ease,#gmailhack #gmaildown #hacked #Hacking… https://t.co/QUpWER8YiF"
## 
## [[1865]]
## [1] "cyclops2022: I predict my top genre will be [Indie rock ] #SpotifyWrapped"
## 
## [[1866]]
## [1] "joanammel: I predict my top genre will be [theme songs] #SpotifyWrapped"
## 
## [[1867]]
## [1] "intake444: I predict my most played song will be mellotron - weiland\n#SpotifyWrapped"
## 
## [[1868]]
## [1] "Apollo_Knightt: I predict my top artist will be  more than damn likely, AJR, Alec Benjamin, GIMS, and a few others #SpotifyWrapped"
## 
## [[1869]]
## [1] "Stay_Vicious20: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[1870]]
## [1] "arshpatel123: I predict my top genre will be [RAP] #SpotifyWrapped"
## 
## [[1871]]
## [1] "TheOffi14494401: I predict my top genre will be Rap #SpotifyWrapped"
## 
## [[1872]]
## [1] "reellita: I predict my top genre will be Latin/Raggaeton #SpotifyWrapped\n\nNon giudicatemi"
## 
## [[1873]]
## [1] "Stay_Vicious20: I predict my top genre will be Metal #SpotifyWrapped"
## 
## [[1874]]
## [1] "arshpatel123: I predict my most played song will be [NEVER SLEEP @beatsbynav @trvisXX @lilbaby4PF ] #SpotifyWrapped"
## 
## [[1875]]
## [1] "ZanAycicek: Don't miss the opportunities for amazon discounts https://t.co/0iXgN0cRII\n\n#SpotifyWrapped #GiftGalaxy Respect for Iranian Women"
## 
## [[1876]]
## [1] "0_Dantess_0: I predict my most played song will be [Out of time - The Weekend] #SpotifyWrapped \n\nSi, será"
## 
## [[1877]]
## [1] "Stay_Vicious20: I predict my most played song will be Master of Puppets #SpotifyWrapped"
## 
## [[1878]]
## [1] "scrivzLJ: I predict my top artist will be AJR #SpotifyWrapped"
## 
## [[1879]]
## [1] "joanammel: I predict my most played song will be [turn down for what] #SpotifyWrapped"
## 
## [[1880]]
## [1] "LilMamaNat_: #SpotifyWrapped Yall really got me waiting , I know I slacked on my hours of Benito but I still wanna know 👀 https://t.co/JZFDmdCsSl"
## 
## [[1881]]
## [1] "maryondeeznuts: I predict my top podcast will be Stories with Sapphire #SpotifyWrapped"
## 
## [[1882]]
## [1] "Christine_meow: I predict my top podcast will be [I don’t listen to podcasts lol] #SpotifyWrapped"
## 
## [[1883]]
## [1] "TheOffi14494401: I predict my most played song will be MIA #SpotifyWrapped"
## 
## [[1884]]
## [1] "ytmlab6_23: maybe #SpotifyWrapped https://t.co/PftZzd79T3"
## 
## [[1885]]
## [1] "Christine_meow: I predict my top artist will be [Taylor Swift] #SpotifyWrapped"
## 
## [[1886]]
## [1] "KR0WNNN: aggressively listening to my 2021 wrapped as I wait for  #SpotifyWrapped 2022"
## 
## [[1887]]
## [1] "CeleneElric: I predict my top podcast will be Distractable lol #SpotifyWrapped"
## 
## [[1888]]
## [1] "maryondeeznuts: I predict my top artist will be Ghost #SpotifyWrapped"
## 
## [[1889]]
## [1] "reellita: I predict my most played song will be Moth To A Flame #SpotifyWrapped"
## 
## [[1890]]
## [1] "maryondeeznuts: I predict my top genre will be rock #SpotifyWrapped"
## 
## [[1891]]
## [1] "Christine_meow: I predict my top genre will be [POP] #SpotifyWrapped"
## 
## [[1892]]
## [1] "VikkiCh21052435: I predict my most played song will be Utopia by Ateez or Cyberpunk by Ateez #SpotifyWrapped"
## 
## [[1893]]
## [1] "asmogotti: I predict my top genre will be electropop #SpotifyWrapped"
## 
## [[1894]]
## [1] "CeleneElric: I predict my top artist will be Lovejoy lol #SpotifyWrapped"
## 
## [[1895]]
## [1] "maureenroseama1: I predict my top genre will be [fill in top genre prediction] pop #SpotifyWrapped"
## 
## [[1896]]
## [1] "C_to_the_: How Black Women Made Themselves Obsolete https://t.co/gsU1gzcSQE You’re transactions are being declined because of… https://t.co/yfRDdqgFi6"
## 
## [[1897]]
## [1] "SplatoonPeru: I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped"
## 
## [[1898]]
## [1] "Christine_meow: I predict my most played song will be [Right Where you left me] #SpotifyWrapped"
## 
## [[1899]]
## [1] "EkoClubNigeria: Follow Eko Club on all socials for more facts like this.\n\n#eko #lagos #blessings #RedVelvet #SpotifyWrapped… https://t.co/MyvBcR3Yjg"
## 
## [[1900]]
## [1] "glamroclc: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[1901]]
## [1] "SplatoonPeru: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped"
## 
## [[1902]]
## [1] "SplatoonPeru: I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped"
## 
## [[1903]]
## [1] "SplatoonPeru: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[1904]]
## [1] "maureenroseama1: I predict my top artist will be [fill in top artist prediction] pink #SpotifyWrapped"
## 
## [[1905]]
## [1] "CeleneElric: I predict my top genre will be Indie Rock lol #SpotifyWrapped"
## 
## [[1906]]
## [1] "shregg4PF: I predict my top artist will be Kanye West #SpotifyWrapped"
## 
## [[1907]]
## [1] "shosplecolupus: I predict my top artist will @InnerWav #SpotifyWrapped"
## 
## [[1908]]
## [1] "bytheshannynkt: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped\n\nOutside of Town by Azwel ✨"
## 
## [[1909]]
## [1] "anna__holcombe: I predict my top artist will be @taylorswift13 #SpotifyWrapped"
## 
## [[1910]]
## [1] "Swatsniper_716: BRO RELEASE #SpotifyWrapped ALREADY 😭😭😭"
## 
## [[1911]]
## [1] "maryondeeznuts: I predict my most played song will be Rats #SpotifyWrapped 😎😎"
## 
## [[1912]]
## [1] "jvjmjx: I predict my top artist will be [Kanye West] #SpotifyWrapped"
## 
## [[1913]]
## [1] "EllieLennie2491: I predict my most played song will be [You’ll Understand When You’re Older] #SpotifyWrapped\n(because that song was… https://t.co/2T8NhJuZnt"
## 
## [[1914]]
## [1] "iluvcharlixcx21: I predict my top genre will be Pop #SpotifyWrapped"
## 
## [[1915]]
## [1] "maureenroseama1: I predict my most played song will be [fill in top song prediction] pink all I know  so far #SpotifyWrapped"
## 
## [[1916]]
## [1] "aloisi_tribe: I predict my most played song will be Golden #SpotifyWrapped"
## 
## [[1917]]
## [1] "dacool661: I predict my top genre will be [FABLOO] #SpotifyWrapped"
## 
## [[1918]]
## [1] "pinkbxbie: I predict my top artist will be Lubalin #SpotifyWrapped"
## 
## [[1919]]
## [1] "lxvvie: I predict my top artist will be @NeckDeepUK for a five year streak🤞 #SpotifyWrapped"
## 
## [[1920]]
## [1] "darla65201189: I predict my most played song will be [Mary on a cross - GHOST] #SpotifyWrapped"
## 
## [[1921]]
## [1] "iluvcharlixcx21: I predict my top artist will be Charli XCX #SpotifyWrapped"
## 
## [[1922]]
## [1] "ItsKatnissxxx: Thanks, Spotify. \n\n#SpotifyWrapped https://t.co/jK8seQUa4h"
## 
## [[1923]]
## [1] "anna__holcombe: I predict my most played song will be lover by @taylorswift13 #SpotifyWrapped"
## 
## [[1924]]
## [1] "J4KHz: I predict my most played song will be Pyrex by Sean Price #SpotifyWrapped"
## 
## [[1925]]
## [1] "CeleneElric: I predict my most played song will be Perfume by Lovejoy lol #SpotifyWrapped"
## 
## [[1926]]
## [1] "LostBakaTV: I predict my top artist will be Five Finger Death Punch! #SpotifyWrapped"
## 
## [[1927]]
## [1] "bek_zepeda: I predict my top artist will be [My Chemical Romance ] #SpotifyWrapped"
## 
## [[1928]]
## [1] "lesser_afim: I predict my top podcast will be Form of Therapy #SpotifyWrapped"
## 
## [[1929]]
## [1] "_edgelxrd_: I predict my top artist will be either @savefacenj @MCRofficial or @thewonderyears #SpotifyWrapped"
## 
## [[1930]]
## [1] "0_SteveKosie: I predict my top artist will be @KiDCuDi #SpotifyWrapped"
## 
## [[1931]]
## [1] "xephas_official: I predict my most played song will be [---] #SpotifyWrapped"
## 
## [[1932]]
## [1] "lesser_afim: I predict my top artist will be Brave Girls #SpotifyWrapped"
## 
## [[1933]]
## [1] "ducklingsissy: I predict my top artist will be [Ghost] #SpotifyWrapped"
## 
## [[1934]]
## [1] "fvcknuts: PLEASE I CANT WAIT ANY LONGER #SpotifyWrapped I NEED IT https://t.co/cSNS5Wj9yx"
## 
## [[1935]]
## [1] "bek_zepeda: I predict my top genre will be [ rock ] #SpotifyWrapped"
## 
## [[1936]]
## [1] "imkrissuela: I bet New Jeans will dominate my #SpotifyWrapped"
## 
## [[1937]]
## [1] "lesser_afim: I predict my top genre will be Korean Pop / Girl Group Pop #SpotifyWrapped"
## 
## [[1938]]
## [1] "ducklingsissy: I predict my top genre will be [Rock] #SpotifyWrapped"
## 
## [[1939]]
## [1] "retroflordia: I wish there was better options for software on cell phones..... @kilohead #SpotifyWrapped #WorldCup2022 https://t.co/cqc6jTSpZz"
## 
## [[1940]]
## [1] "sapphicforlwt: I predict my top podcast will be probably the trypod #SpotifyWrapped"
## 
## [[1941]]
## [1] "aloisi_tribe: I predict my top artist will be Harry Styles #SpotifyWrapped"
## 
## [[1942]]
## [1] "Iegallylisa: I predict my top podcast will be busy yet pretty #SpotifyWrapped"
## 
## [[1943]]
## [1] "lesser_afim: I predict my most played song will be Thank You by Brave Girls #SpotifyWrapped"
## 
## [[1944]]
## [1] "huachen_zhu: I predict my top artist will be The Neighbourhood #SpotifyWrapped"
## 
## [[1945]]
## [1] "_edgelxrd_: I predict my most played song will be Bury Me Tonight by @savefacenj  #SpotifyWrapped"
## 
## [[1946]]
## [1] "Iegallylisa: I predict my top artist will be either The Weeknd or Lisa #SpotifyWrapped"
## 
## [[1947]]
## [1] "bek_zepeda: I predict my most played song will be [I Feel So] #SpotifyWrapped"
## 
## [[1948]]
## [1] "sapphicforlwt: I predict my top artist will be Louis Tomlinson 100% #SpotifyWrapped"
## 
## [[1949]]
## [1] "enslashy: I predict my top artist will be [David Bowie ] #SpotifyWrapped"
## 
## [[1950]]
## [1] "Gionosai: I predict my top podcast will be [The Pete Quinones Show] #SpotifyWrapped"
## 
## [[1951]]
## [1] "huachen_zhu: I predict my top genre will be Indie #SpotifyWrapped"
## 
## [[1952]]
## [1] "charlotte_luve: I wish you guys more happiness and reasons to smile #Chioma \n#SpotifyWrapped https://t.co/JjCOsBfEbz"
## 
## [[1953]]
## [1] "aloisi_tribe: I predict my top genre will be indie pop #SpotifyWrapped"
## 
## [[1954]]
## [1] "madeleineisswag: I predict my top artist will be [the weeknd] #SpotifyWrapped"
## 
## [[1955]]
## [1] "gingercat02: Where is #SpotifyWrapped ?? The gays are waiting!!!!!"
## 
## [[1956]]
## [1] "cammirry: I predict my top podcast will be anything goes with emma (my favorite podcast in the entire world) #SpotifyWrapped"
## 
## [[1957]]
## [1] "thecapguy24: Regret loneliness, embrace oversharing  w/#SpotifyWrapped"
## 
## [[1958]]
## [1] "sapphicforlwt: I predict my top genre will be pop / indie  #SpotifyWrapped"
## 
## [[1959]]
## [1] "madeleineisswag: I predict my most played song will be [out of time by the weeknd] #SpotifyWrapped"
## 
## [[1960]]
## [1] "bellaboolovesj: I predict my top artist will be Mac Miller tbh #SpotifyWrapped"
## 
## [[1961]]
## [1] "ducklingsissy: I predict my most played song will be [Kiss The Go-Goat] #SpotifyWrapped"
## 
## [[1962]]
## [1] "sapphicforlwt: I predict my most played song will be kill my mind #SpotifyWrapped"
## 
## [[1963]]
## [1] "huachen_zhu: I predict my most played song will be Reflections- The Neighbourhood #SpotifyWrapped"
## 
## [[1964]]
## [1] "Iegallylisa: I predict my most played song will be heartless, maybe  #SpotifyWrapped"
## 
## [[1965]]
## [1] "SmoodiWolf: I predict my most played song will be In the Dark by Purple Disco Machine #SpotifyWrapped"
## 
## [[1966]]
## [1] "butterflynbuds: #SpotifyWrapped if you see this please sign! https://t.co/ZEkMgXRUBS #SaveFateTheWinxSaga"
## 
## [[1967]]
## [1] "___joffrey: IMPATIENT #SpotifyWrapped"
## 
## [[1968]]
## [1] "emstunning: I predict my top artist will be [Taylor Swift] for sure. 🤷🏻‍♀️ #SpotifyWrapped"
## 
## [[1969]]
## [1] "cammirry: I predict my top artist will be taylor swift or 5sos (my favs &lt;3) #SpotifyWrapped"
## 
## [[1970]]
## [1] "Luisfavicii: I predict my top artist will be Slipknot  #SpotifyWrapped"
## 
## [[1971]]
## [1] "Seraa: I predict my top podcast will be #Archetypes #SpotifyWrapped https://t.co/ezPXz8w0qr"
## 
## [[1972]]
## [1] "Master_monke: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped\n\nI’ll let u guys do that"
## 
## [[1973]]
## [1] "Gionosai: I predict my top artist will be [@EarthWindFire] #EarthWindandFire #SpotifyWrapped https://t.co/EsR5RFLZ71"
## 
## [[1974]]
## [1] "jademelody_: I predict my top artist will be @Louis_Tomlinson #SpotifyWrapped"
## 
## [[1975]]
## [1] "PassyAlyssa: #SpotifyWrapped  I know Gee and BTS are here for sure..."
## 
## [[1976]]
## [1] "CatLoversAsso: This cat gadget can get from this shop. https://t.co/Cxz0KJzy6y\nFree Shipping on order upto $70\n#SpotifyWrapped… https://t.co/boLTvBFtMQ"
## 
## [[1977]]
## [1] "TigerOffcial: I predict my top artist will be [The Move] #SpotifyWrapped"
## 
## [[1978]]
## [1] "aluthordanvers: I predict my top artist will be definitely taylor swift #SpotifyWrapped"
## 
## [[1979]]
## [1] "Master_monke: I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped\n\nRnb"
## 
## [[1980]]
## [1] "kamehamiltn: drop #SpotifyWrapped"
## 
## [[1981]]
## [1] "cammirry: I predict my top genre will be pop (i’m a basic bitch ik) #SpotifyWrapped"
## 
## [[1982]]
## [1] "Master_monke: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped\n\nPrivilege or out of time"
## 
## [[1983]]
## [1] "kevinswillliams: I predict my top artist will be once again and for the 5th year in a row : ARIANA GRANDE ( surprise )  #SpotifyWrapped"
## 
## [[1984]]
## [1] "tressaburns22: I predict my top artist will be [taylor swift] #SpotifyWrapped"
## 
## [[1985]]
## [1] "konpietokoo: I predict my most played song will be super tuna SHJIBDFO #SpotifyWrapped"
## 
## [[1986]]
## [1] "say_number33: I predict my top artist will be @BlindChannelFIN #SpotifyWrapped"
## 
## [[1987]]
## [1] "cammirry: I predict my most played song will be  fine line by harry styles (it was a rough year) #SpotifyWrapped"
## 
## [[1988]]
## [1] "aisuruuuuuuu: uhh idk for podcasts, maybe 36 questions or true crime #SpotifyWrapped"
## 
## [[1989]]
## [1] "floverjoon: I predict my top artist will be MITSKI 💪💪💪💪💪 #SpotifyWrapped"
## 
## [[1990]]
## [1] "say_number33: I predict my top genre will be Eurovision #SpotifyWrapped"
## 
## [[1991]]
## [1] "soyguiacarmona: I predict my top genre will be sad indie pop and progressive rock #SpotifyWrapped"
## 
## [[1992]]
## [1] "LilVeroodletwt: My #SpotifyWrapped will be a bunch of anime openings and all the men's heart strings I played with, although lets b… https://t.co/4cpyq8V6f5"
## 
## [[1993]]
## [1] "fr_simone_m: You don't want to miss this #Advent retreat for catholic #singles and #Married | Sun 4th- Sat 10th, Dec. 2022 | 9PM… https://t.co/6N02ZCpZ0y"
## 
## [[1994]]
## [1] "DiegoSerafimm: @Spotify OMG I am so excited for the\n#SpotifyWrapped tomorrow 🥹 https://t.co/xzMxF6l1Ry"
## 
## [[1995]]
## [1] "ImnotRichard6: My #SpotifyWrapped is literally all BTS 😭😭 follow for BTS memes! #BTSARMY"
## 
## [[1996]]
## [1] "Scotsman_Games: I predict my top artist will be @Metallica #SpotifyWrapped"
## 
## [[1997]]
## [1] "JayLando22: Precursor to #spotifywrapped ? I know is based on my listening but I cannot help but be very excited looking at thi… https://t.co/ZzGnzLVQ6V"
## 
## [[1998]]
## [1] "Gionosai: I predict my top genre will be [Soul] #SpotifyWrapped https://t.co/4jT0iTVMzs"
## 
## [[1999]]
## [1] "aisuruuuuuuu: my top genre’s indie pop. no debating #SpotifyWrapped"
## 
## [[2000]]
## [1] "N4TTYNIGGAC: A Soulja story been written ✍️📝#NWA #FIFAWorldCupQatar2022 #thug #SpotifyWrapped"
## 
## [[2001]]
## [1] "wavyrebecca: I predict my top podcast will be The Group Chat Podcast #SpotifyWrapped"
## 
## [[2002]]
## [1] "queers4yoongi: I predict my top artist will be j-hope 🥹 #SpotifyWrapped"
## 
## [[2003]]
## [1] "vidddit: I predict my most played song will be Please Do Not Lean #SpotifyWrapped"
## 
## [[2004]]
## [1] "Sheadra: I predict my top podcast will be [Gemischtes Hack] #SpotifyWrapped"
## 
## [[2005]]
## [1] "Cool_Clay: NEW MUSIC 🔥🔥\nMID-NIGHT FLOWS 🏹\n\nhttps://t.co/EbSriYOLTS\n\n#RafaelLeao #Delete #Puleng #shameless #CristianoRonaldo… https://t.co/jA3PnXW7Rk"
## 
## [[2006]]
## [1] "harrry91: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[2007]]
## [1] "Scotsman_Games: I predict my most played song will be  Until It Sleeps By @Metallica #SpotifyWrapped"
## 
## [[2008]]
## [1] "cozykarlnap: I predict my top podcast will be distractable #SpotifyWrapped"
## 
## [[2009]]
## [1] "marizpov: my wrapped this year, basically #SpotifyWrapped https://t.co/AJ647czyVK"
## 
## [[2010]]
## [1] "kariheartstae: I predict my top artist will be BTS #SpotifyWrapped 🫶🏼💜"
## 
## [[2011]]
## [1] "sapdnf: I predict my top podcast will Banter. #SpotifyWrapped"
## 
## [[2012]]
## [1] "aisuruuuuuuu: i predict my most played song will be a mitski song probably, maybe me and my husband from the beginning of the year #SpotifyWrapped"
## 
## [[2013]]
## [1] "TintinMinecraft: I predict my top podcast will be Banter #SpotifyWrapped"
## 
## [[2014]]
## [1] "GreekGirl2012: @elonmusk  I know you think Twitter is extremely important 🙄 but my child is 29 and homeless in Denver and did not… https://t.co/rfa6evNM2z"
## 
## [[2015]]
## [1] "arianatoratcore: I predict my top artist will be @Tinashe  #SpotifyWrapped"
## 
## [[2016]]
## [1] "w3ird_fanatic: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped NCT"
## 
## [[2017]]
## [1] "Sheadra: I predict my top artist will be [Taylor Swift] #SpotifyWrapped"
## 
## [[2018]]
## [1] "cozykarlnap: I predict my top artist will be bo burnham #SpotifyWrapped"
## 
## [[2019]]
## [1] "TintinMinecraft: I predict my top genre will be Indie #SpotifyWrapped"
## 
## [[2020]]
## [1] "queers4yoongi: I predict my most played song will be More - j-hope #SpotifyWrapped"
## 
## [[2021]]
## [1] "unstablebih: #SpotifyWrapped is a gay holiday"
## 
## [[2022]]
## [1] "BlitzerTweets: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[2023]]
## [1] "_belleamor_: I predict my top artist will be [@sanbenito ] 😍😘❤️🫶🏽 #SpotifyWrapped"
## 
## [[2024]]
## [1] "BluSilurus: When my #SpotifyWrapped comes out I’m gonna aim to draw something for each of my top 5 songs (even if I’ve already… https://t.co/Tf0rvZnUAk"
## 
## [[2025]]
## [1] "w3ird_fanatic: I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped definitely pop"
## 
## [[2026]]
## [1] "NlGHTLOCK: I predict my top artist will be [the bravery] #SpotifyWrapped"
## 
## [[2027]]
## [1] "TintinMinecraft: I predict my top artist will be LoveJoy #SpotifyWrapped"
## 
## [[2028]]
## [1] "joanammel: I predict my top podcast will be [#ArchetypesWithMeghan ] #SpotifyWrapped"
## 
## [[2029]]
## [1] "Sheadra: I predict my most played song will be [All Too Well (10 Minute Version) (Taylor's Version)] #SpotifyWrapped"
## 
## [[2030]]
## [1] "amaroscuro: I predict my top artist will be Linkin Park or Il Divo #SpotifyWrapped"
## 
## [[2031]]
## [1] "cozykarlnap: I predict my most played song will be family line #SpotifyWrapped"
## 
## [[2032]]
## [1] "_DrNichols: #SpotifyWrapped .@tim_cook .@munilong “Ed Lover” has put “DJ Akademiks” on blast for calling OG rappers “dusty” wee… https://t.co/0ddbguDmg2"
## 
## [[2033]]
## [1] "Ijir0VT: I predict my top artist will be [AmaLee] #SpotifyWrapped"
## 
## [[2034]]
## [1] "mi_aps2002: I predict my top artist will be Bad Bunny #SpotifyWrapped"
## 
## [[2035]]
## [1] "w3ird_fanatic: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped Scardy cat(DPR Ian), ilomilo(Bi… https://t.co/mGjHsM2njl"
## 
## [[2036]]
## [1] "jun10ie: I predict my top genre will be k-indie #SpotifyWrapped"
## 
## [[2037]]
## [1] "dlibskzh: I predict my top artist will be Stray Kids #SpotifyWrapped"
## 
## [[2038]]
## [1] "BRH_KK: I predict my top podcast will be goomba podcast #SpotifyWrapped"
## 
## [[2039]]
## [1] "_alex_elena_: I predict my most played song will be 3:15 by Bazzi  #SpotifyWrapped"
## 
## [[2040]]
## [1] "ItHadtoBeYou_: Last 6 months vs All time. Miss Swift always on top.\n#instafest \n\n(while I wait for #SpotifyWrapped ) https://t.co/eaw80PcD9K"
## 
## [[2041]]
## [1] "TintinMinecraft: I predict my most played song will be\nsleeping on trains by James Marriott #SpotifyWrapped"
## 
## [[2042]]
## [1] "say_number33: I predict my most played song will be Terra by @tanxugueiras #SpotifyWrapped"
## 
## [[2043]]
## [1] "CatLoversAsso: Lovely cat in our house. They are adorable.\n\n#SpotifyWrapped #RedVelvet #CyberMonday #CatsOnTwitter #catlove… https://t.co/0abnVh5D2D"
## 
## [[2044]]
## [1] "NovakEveryday: Bts vs taylor swift in fortnite who wins? #TaylorSwift #BTSARMY #JungkookInQatar #ticketmasterisoverparty… https://t.co/BoOh0Vkq79"
## 
## [[2045]]
## [1] "BRH_KK: I predict my top artist will be Kendrick Lamar #SpotifyWrapped"
## 
## [[2046]]
## [1] "eliizabxthann: I predict my top artist will be Lady Gaga 🤭 #SpotifyWrapped"
## 
## [[2047]]
## [1] "vijay_thakur083: Good morning\nGuys 🌺\n\n#UPSC\n#CyberMonday\n#SpotifyWrapped #FIFAWorldCupQatar2022 # https://t.co/iuwYXYuHN5"
## 
## [[2048]]
## [1] "e4bluesc: Can’t wait for my #SpotifyWrapped. I think I listened more than last year. \n\nI’m surprised @Spotify doesn’t reward… https://t.co/TiEM5wc3rG"
## 
## [[2049]]
## [1] "NOAKES_ISMS: https://t.co/pD0WkFHEvP\n#instafest \nKeeping myself busy whilst waiting for #SpotifyWrapped 2022. https://t.co/eKktIdJLXW"
## 
## [[2050]]
## [1] "adriiananana: I predict my most played song will be Rain Day 🙏🏻  #SpotifyWrapped"
## 
## [[2051]]
## [1] "ykthat1fangirl: I predict my most played song will be [misfit biscuit] #SpotifyWrapped"
## 
## [[2052]]
## [1] "dlibskzh: I predict my most played song will be MANIAC by Stray Kids #SpotifyWrapped"
## 
## [[2053]]
## [1] "BRH_KK: I predict my top genre will be rap #SpotifyWrapped"
## 
## [[2054]]
## [1] "deepumi5: Getting ahead on my homework so I don't have to do much later: ❎\nGetting ahead on my homework so I can look at ever… https://t.co/IANLdVDKVh"
## 
## [[2055]]
## [1] "BrwnSugarSalmon: I predict my top artist will be [The Weeknd] #SpotifyWrapped"
## 
## [[2056]]
## [1] "thebrookeriley: I predict my top podcast will be either talk it off or the kate and abbie show but I haven't listened to many podca… https://t.co/JbY0S5pzWS"
## 
## [[2057]]
## [1] "Stefan27_Swifty: I predict my top podcast will be House of Halliwell #SpotifyWrapped"
## 
## [[2058]]
## [1] "BRH_KK: I predict my most played song will be Dead End by @iamRav #SpotifyWrapped"
## 
## [[2059]]
## [1] "VihaanChennare1: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped  Kendrick Lamar"
## 
## [[2060]]
## [1] "ichor__ambrosia: I predict my top podcast will be @DistractiblePod #SpotifyWrapped"
## 
## [[2061]]
## [1] "BrwnSugarSalmon: I predict my top genre will be [Pop] #SpotifyWrapped"
## 
## [[2062]]
## [1] "DeeClose1: I predict my top podcast will be [Archetypes] #SpotifyWrapped"
## 
## [[2063]]
## [1] "stovecookcowboy: I predict my top podcast will be supermegacast #SpotifyWrapped"
## 
## [[2064]]
## [1] "Niuvenis: My top artist is obviously gonna be @Grimezsz #SpotifyWrapped"
## 
## [[2065]]
## [1] "GoredSpencer: me if my Spotify Wrapped doesnt have MCR or any metal artist on it #SpotifyWrapped https://t.co/sTiNrHGmW3"
## 
## [[2066]]
## [1] "kindredaquarian: Officially predicting now that my top song of the year is gonna be the 1 by Taylor Swift, girls….. 😬#SpotifyWrapped"
## 
## [[2067]]
## [1] "rxaul7: I predict my top artist will be Lana Del Rey #SpotifyWrapped"
## 
## [[2068]]
## [1] "LIBRASGR0OVE: I predict my top artist will be UMI #SpotifyWrapped https://t.co/23tFeUkaPO"
## 
## [[2069]]
## [1] "ThatJustinPeery: I predict my top artist will be #FatherJohnMisty #SpotifyWrapped"
## 
## [[2070]]
## [1] "irishyanks: I predict my most played song will be 30/90! #SpotifyWrapped"
## 
## [[2071]]
## [1] "lovestorystreet: I predict my top artist will be taylor swift #SpotifyWrapped"
## 
## [[2072]]
## [1] "thebrookeriley: I predict my top artist will be Starset #SpotifyWrapped"
## 
## [[2073]]
## [1] "whoopsalldeoxys: I predict my most played song will be Twisted Transistor or an Uplift Spice song #SpotifyWrapped"
## 
## [[2074]]
## [1] "Gionosai: I predict my most played song will be [‘Through the Fire’ by Chaka Khan] #SpotifyWrapped"
## 
## [[2075]]
## [1] "ber_damien: I predict my top artist will be [sleepy hallow ] #SpotifyWrapped"
## 
## [[2076]]
## [1] "patriciaashman: I predict my top podcast will be [Archetypes with Meghan]#SpotifyWrapped"
## 
## [[2077]]
## [1] "BrwnSugarSalmon: I predict my most played song will be [Sacrifice by The Weeknd] #SpotifyWrapped"
## 
## [[2078]]
## [1] "ZiemniakTerroru: I predict my most played song will be Lay all your love on me #SpotifyWrapped"
## 
## [[2079]]
## [1] "iforgot_28: I predict my top podcast will be @ATWWDpodcast  #SpotifyWrapped"
## 
## [[2080]]
## [1] "Stefan27_Swifty: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[2081]]
## [1] "PetePete2112: I predict my most played song will be Matt Hancock is a cunt by The People of The UK #SpotifyWrapped"
## 
## [[2082]]
## [1] "BeccaFarrugia: Can’t wait to see just how much the recent dive into my emo past has thrown off this year’s #SpotifyWrapped https://t.co/7V1JUpxsIX"
## 
## [[2083]]
## [1] "Motema71632882: I predict my top podcast will be #ArchetypesWithMeghan #SpotifyWrapped"
## 
## [[2084]]
## [1] "soyguiacarmona: I predict my top artist will be Parcels #SpotifyWrapped"
## 
## [[2085]]
## [1] "petttylabelle: My #SpotifyWrapped will essentially be https://t.co/TLhjCxGSxm"
## 
## [[2086]]
## [1] "adelineyo_: Spotify is teasing Spotify warped too much like an artist who went viral on Tiktok from their song’s teaser. They’r… https://t.co/uao7Ds047a"
## 
## [[2087]]
## [1] "iforgot_28: I predict my top artist will be @Louis_Tomlinson #SpotifyWrapped"
## 
## [[2088]]
## [1] "ConspiraciesACC: Low IQ Slaves \n\n#COVIDTest #COVID #COVID19 #coronavirus #Monkeypox #Monkeypoxvirus #CovidVaccine #China… https://t.co/GTfexEwILT"
## 
## [[2089]]
## [1] "stovecookcowboy: I predict my top artist will be tyler the creator #SpotifyWrapped"
## 
## [[2090]]
## [1] "JaJaFaRah1: I predict my top podcast will be [Archetypes] #SpotifyWrapped"
## 
## [[2091]]
## [1] "Stefan27_Swifty: I predict my top genre will be pop/country/kpop #SpotifyWrapped"
## 
## [[2092]]
## [1] "thebrookeriley: I predict my top genre will be Rock/alternative rock #SpotifyWrapped"
## 
## [[2093]]
## [1] "__LUC1AN: I predict my top artist will be cavetown #SpotifyWrapped"
## 
## [[2094]]
## [1] "Shmotzknot: I predict my top artist will be [Slipknot] #SpotifyWrapped"
## 
## [[2095]]
## [1] "rxaul7: I predict my most played song will be Cinnamon Girl #SpotifyWrapped"
## 
## [[2096]]
## [1] "soyguiacarmona: I predict my most played song will be ‘What I Want’ from MUNA #SpotifyWrapped"
## 
## [[2097]]
## [1] "stovecookcowboy: I predict my top genre will be alternative rock/ hip hop #SpotifyWrapped"
## 
## [[2098]]
## [1] "LIBRASGR0OVE: I predict my top genre will be R&amp;B #SpotifyWrapped"
## 
## [[2099]]
## [1] "snowiisa: I predict my top artist will be LOONA #SpotifyWrapped"
## 
## [[2100]]
## [1] "EarlTheSeventh: I predict my top artist will be Frank Sinatra #SpotifyWrapped"
## 
## [[2101]]
## [1] "Stefan27_Swifty: I predict my most played song will be Willow #SpotifyWrapped"
## 
## [[2102]]
## [1] "cojqul: I predict my top artist will be The Weeknd  #SpotifyWrapped"
## 
## [[2103]]
## [1] "MFroggii: I predict my top artist will be Twenty One Pilots lmao #SpotifyWrapped"
## 
## [[2104]]
## [1] "_tklmnop: I predict my top artist will be @burnaboy by a milestone #SpotifyWrapped"
## 
## [[2105]]
## [1] "thebrookeriley: I predict my most played song will be Diving Bell by Starset #SpotifyWrapped"
## 
## [[2106]]
## [1] "f23157: I predict my top podcast will be [emperors of rome Or rebuilding the renaissance] #SpotifyWrapped"
## 
## [[2107]]
## [1] "strwboi_: I predict my most played song will be heated 🤭 #SpotifyWrapped"
## 
## [[2108]]
## [1] "momoringzap: I predict my most played song will be [Twice - Talk that Talk] #SpotifyWrapped"
## 
## [[2109]]
## [1] "TheIroncane: I predict my most played song will be  Mid Range Strike #SpotifyWrapped"
## 
## [[2110]]
## [1] "secondoenjoyer: I predict my top artist will be [panicking cuz how tf should i KNOW] #SpotifyWrapped"
## 
## [[2111]]
## [1] "DiegoSerafimm: Mariah Carey is in the area and tomorrow we will have #SpotifyWrapped https://t.co/SBYh3SpHb1"
## 
## [[2112]]
## [1] "minstarlost: I predict my most played song will be 3racha de 3racha #SpotifyWrapped"
## 
## [[2113]]
## [1] "Bernnzzz: I predict my top artist will be The Weeknd #SpotifyWrapped"
## 
## [[2114]]
## [1] "stovecookcowboy: I predict my most played song will be for whom the bell tolls by metallica #SpotifyWrapped"
## 
## [[2115]]
## [1] "geeking_around_: Read the manga-inspired comic Castle Lugbúrz on GlobalComix\n\nhttps://t.co/iVk9d1YdXr\n\n#globalcomix #webcomic… https://t.co/wjwFz94fCE"
## 
## [[2116]]
## [1] "sadnessandbeans: I predict my top artist will be Lovejoy #SpotifyWrapped"
## 
## [[2117]]
## [1] "vwolfmusic: I predict my top genre will be EDM #SpotifyWrapped"
## 
## [[2118]]
## [1] "BILLIESSHEART: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped  SANTA TELL ME !!!"
## 
## [[2119]]
## [1] "iforgot_28: I predict my top genre will be Indie Pop #SpotifyWrapped"
## 
## [[2120]]
## [1] "ireland__skye: I predict my top artist will be…. Taylor Swift there’s literally no other option #SpotifyWrapped"
## 
## [[2121]]
## [1] "ThatCreepyGoat: I predict my top genre will be metal #SpotifyWrapped"
## 
## [[2122]]
## [1] "f23157: I predict my top artist will be [hozier] #SpotifyWrapped"
## 
## [[2123]]
## [1] "erikadcharts: I predict my top artist will be [Erika Divinity] #SpotifyWrapped"
## 
## [[2124]]
## [1] "Bernnzzz: I predict my top genre will be Hip Hop &amp; Rap #SpotifyWrapped"
## 
## [[2125]]
## [1] "sadnessandbeans: I predict my most played song will be Hayloft ll #SpotifyWrapped"
## 
## [[2126]]
## [1] "avatron4: I predict my top artist will be Taylor Swift. DUHHHHH #SpotifyWrapped"
## 
## [[2127]]
## [1] "imsnoot: I predict my most played song will be Sneaky Snitch #SpotifyWrapped"
## 
## [[2128]]
## [1] "EarlTheSeventh: I predict my most played song will be the winner takes it all by ABBA #SpotifyWrapped"
## 
## [[2129]]
## [1] "karkopolo: I predict my top podcast will be #ArchetypesWithMeghan !!! #SpotifyWrapped"
## 
## [[2130]]
## [1] "f23157: I predict my top genre will be [folk ? post-punk? kpop ?] #SpotifyWrapped"
## 
## [[2131]]
## [1] "iforgot_28: I predict my most played song will be End Of Beginning by Djo #SpotifyWrapped"
## 
## [[2132]]
## [1] "NlNACRlEDP0WER: I predict my most played song will be [all too well ten minute version taylor’s version from the vault] #SpotifyWrapped"
## 
## [[2133]]
## [1] "ly_sosaa: I predict my most played song will be [Ride by King Von] #SpotifyWrapped"
## 
## [[2134]]
## [1] "latenightslay: me waiting for spotify wrapped to drop #SpotifyWrapped https://t.co/VG0fYdnMAw"
## 
## [[2135]]
## [1] "AlshababRadio: 🔴Watch/ More than 30 Isra*eli military jeeps stormed Beit Ummar in Hebron.\n#PORURU #SpotifyWrapped Uruguay https://t.co/mYErde6hjS"
## 
## [[2136]]
## [1] "cameronjosephhh: I predict my most played song will be [Get a Room] #SpotifyWrapped"
## 
## [[2137]]
## [1] "Persona5Royal_: I predict my top artist will be MARINA #SpotifyWrapped"
## 
## [[2138]]
## [1] "Bernnzzz: I predict my most played song will be Out of Time #SpotifyWrapped"
## 
## [[2139]]
## [1] "xamitexmusic: Next year will be super for me \nhttps://t.co/snlt7KsNu4\n\n #SpotifyWrapped"
## 
## [[2140]]
## [1] "sadnessandbeans: I predict my top genre will be Indie #SpotifyWrapped"
## 
## [[2141]]
## [1] "bundloofjoy: Can't wait to show off how annoying my music taste is #SpotifyWrapped"
## 
## [[2142]]
## [1] "cimfla9: I predict my top artist will be The Weeknd #SpotifyWrapped"
## 
## [[2143]]
## [1] "f23157: I predict my most played song will be [shrike by hozier ] #SpotifyWrapped"
## 
## [[2144]]
## [1] "kwandarine: I predict my top podcast will be [nah porque no escucho podcasts] #SpotifyWrapped"
## 
## [[2145]]
## [1] "zaneyrxnf: I predict my most played song will be The Cleveland Show #SpotifyWrapped"
## 
## [[2146]]
## [1] "Rafael_Ferreras: I predict my top artist will be Bad Bunny again 😌\n#SpotifyWrapped"
## 
## [[2147]]
## [1] "noah_wizzy: Either Maniac by @Stray_Kids or Pink Benom by @BLACKPINK \n\nI predict my most played song will be [fill in top song… https://t.co/0nahrE6mgA"
## 
## [[2148]]
## [1] "MyCheri: I predict my most played song will be money trees or wow freestyle #SpotifyWrapped gotta be one of them since it’s my alarm to get up 😩😅😅"
## 
## [[2149]]
## [1] "junkafunktron: My top artist this year is gonna be @TWooodley \n\n#SpotifyWrapped"
## 
## [[2150]]
## [1] "notnicogv: GUYS #SpotifyWrapped IS HEREA https://t.co/CEkAxc3TQ6"
## 
## [[2151]]
## [1] "kwandarine: I predict my top artist will be [DPR IAN] #SpotifyWrapped"
## 
## [[2152]]
## [1] "keydonjoe: display at your polling unit where you registered*\n*This information is very helpful, useful and vital, so those wh… https://t.co/SIFVdgwSnc"
## 
## [[2153]]
## [1] "_bewtyfort_: I predict my top podcast will be Sky Podcast #SpotifyWrapped"
## 
## [[2154]]
## [1] "justusmaddo: I will never escape the grasps of Hamilton #instafest #SpotifyWrapped https://t.co/V1NSVCpvIG"
## 
## [[2155]]
## [1] "inxrilxcy: I predict my top artist will be steve lacy #SpotifyWrapped"
## 
## [[2156]]
## [1] "HarrisonYork3: I predict my top artist will be Kordhell #SpotifyWrapped"
## 
## [[2157]]
## [1] "ethanbogardd: I predict my top artist will be audrey nuna❤️‍🔥 #SpotifyWrapped"
## 
## [[2158]]
## [1] "ColdestLilac: #SpotifyWrapped something with starset probably"
## 
## [[2159]]
## [1] "Seraa: @Spotify I listened to one podcast at every opportunity, my podcast of the year #Archetypes #DontBelieveTheType it’… https://t.co/FSOrYq7Jkz"
## 
## [[2160]]
## [1] "HarrisonYork3: I predict my most played song will be Help Urself or Worth Nothing #SpotifyWrapped"
## 
## [[2161]]
## [1] "T8tumz: Jumping in the Warzone \n#CallofDutyWarzone2 #FIFAWorldCupQatar2022 #SpotifyWrapped \n\nhttps://t.co/KbZRIA0GsB https://t.co/VAQM30i66b"
## 
## [[2162]]
## [1] "Fromthevill: i live for #SpotifyWrapped"
## 
## [[2163]]
## [1] "_bewtyfort_: I predict my top artist will be BTS #SpotifyWrapped"
## 
## [[2164]]
## [1] "ethanbogardd: I predict my most played song will be girlfriend by hemlocke springs❤️‍🔥 #SpotifyWrapped"
## 
## [[2165]]
## [1] "ludacribs: I predict my top genre will be POP…. Again #SpotifyWrapped"
## 
## [[2166]]
## [1] "_kcnvrmnd: I predict my most played song will be something by @Thundercat #SpotifyWrapped"
## 
## [[2167]]
## [1] "Manna__14: I predict my top artist will be @twentyonepilots hands down 😬#SpotifyWrapped"
## 
## [[2168]]
## [1] "be11arodrigues: We already know my top artists are going to be Ariana and the Glee Cast💅🏽 #SpotifyWrapped"
## 
## [[2169]]
## [1] "_Lewis_Jamieson: I predict my top podcast will be JaackMaate's Happy Hour #SpotifyWrapped"
## 
## [[2170]]
## [1] "KBreadsticks: I predict my top genre will be either kpop or lo-fi #SpotifyWrapped 🥖✨❤️"
## 
## [[2171]]
## [1] "dreamsofcheol: I predict my top artist will be @pledis_17 #SpotifyWrapped"
## 
## [[2172]]
## [1] "LurkerMedia: I predict my most played song will be 2 hours of fart noises #SpotifyWrapped"
## 
## [[2173]]
## [1] "alfred_makura: I predict my top artist will be [@kendricklamar] #SpotifyWrapped"
## 
## [[2174]]
## [1] "chaeyeonshooter: I predict my most played song will be [glitch ] #SpotifyWrapped"
## 
## [[2175]]
## [1] "kwandarine: I predict my most played song will be [Merry go - DPR IAN] #SpotifyWrapped"
## 
## [[2176]]
## [1] "ludacribs: I predict my top artist will be STEVE LACY #SpotifyWrapped"
## 
## [[2177]]
## [1] "charlotte_luve: One day I'll find my own man ❤️💯\n#Chioma \n#SpotifyWrapped https://t.co/HqGtBvbgJr"
## 
## [[2178]]
## [1] "_bewtyfort_: I predict my top genre will be K-Pop #SpotifyWrapped"
## 
## [[2179]]
## [1] "GBO26: I predict my most played song will be Choose Me by @bandmaid #SpotifyWrapped"
## 
## [[2180]]
## [1] "bigfinish: Me, waiting for my #SpotifyWrapped results, knowing full well it'll be a whole bunch of Big Finish #DoctorWho stori… https://t.co/MQVm2ZoKAJ"
## 
## [[2181]]
## [1] "ska834: What’s with @Rogers refusing to print out my past bills? You don’t have a problem taking the payment each month but… https://t.co/ID4kbwfQ4y"
## 
## [[2182]]
## [1] "senorcool87: I predict my most played song will be Lucid Dreams #SpotifyWrapped"
## 
## [[2183]]
## [1] "independentalto: I predict my top artist will be (i’m hoping anyways) either maggie rogers, taylor swift, or joy oladokun… https://t.co/4h9sWlWptW"
## 
## [[2184]]
## [1] "_Lewis_Jamieson: I predict my top genre will be Classic Rock #SpotifyWrapped"
## 
## [[2185]]
## [1] "kydkahlil: This is for my Homie @Ribera420  keep your head up fam and for my homie @Hippie_of_Love Rest In Power!!… https://t.co/Y0CoPrOrO1"
## 
## [[2186]]
## [1] "thegenzmystic: The Backfire Effect 🔥: when you present evidence disproving a persons belief, but instead of mentally adjusting, th… https://t.co/vRFszNNk0X"
## 
## [[2187]]
## [1] "ludacribs: I predict my most played song will be Bad Habit or SOLOSOLO X NO CASH 😂😂 #SpotifyWrapped"
## 
## [[2188]]
## [1] "mcgkel: I can’t wait for my #SpotifyWrapped to tell me that 20+ of my top 100 songs of the year are by @haileywhitters"
## 
## [[2189]]
## [1] "_bewtyfort_: I predict my most played song will be Yet to Come by BTS #SpotifyWrapped"
## 
## [[2190]]
## [1] "TheGroupieApp: ARTISTS that should be on your #SpotifyWrapped Pt. 2… redveil (@redveil)‼️\n\nSpotify Playlist 👉… https://t.co/Ca174xhBhv"
## 
## [[2191]]
## [1] "Lizzie_1924: I predict my most played song will be either teeth or wildflower by @5sos #SpotifyWrapped"
## 
## [[2192]]
## [1] "redmigacha: I predict my most played song will not be new romantics sadly #SpotifyWrapped"
## 
## [[2193]]
## [1] "_Lewis_Jamieson: I predict my most played song will be Dreaming - Smallpools #SpotifyWrapped"
## 
## [[2194]]
## [1] "TheGroupieApp: ARTISTS that should be on your #SpotifyWrapped Pt. 1… Joey Valence &amp; Brae (@JoeyValence) 🤘\n\nSpotify Playlist 👉… https://t.co/KRW5dPSlgw"
## 
## [[2195]]
## [1] "seungminsice: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped\nIt’ll most definitely be stray kids"
## 
## [[2196]]
## [1] "Panquequinha__: I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped"
## 
## [[2197]]
## [1] "seungminsice: I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped\nOh it’ll for sure be kpop"
## 
## [[2198]]
## [1] "Panquequinha__: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped"
## 
## [[2199]]
## [1] "Panquequinha__: I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped"
## 
## [[2200]]
## [1] "Mireille_Mirela: I predict my top artist will be Lenni-Kim #SpotifyWrapped"
## 
## [[2201]]
## [1] "sdbobatea: We’ve got your seasonal favorite! #peppermint #SpotifyWrapped  #peppermintmocha #SanDiego https://t.co/jGrElYrHoM"
## 
## [[2202]]
## [1] "seungminsice: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped\nMaybe it’ll be Hair Cut by Xdinary Heroes"
## 
## [[2203]]
## [1] "jissell_97: I predict my most played song will be [My Life- JCole ] #SpotifyWrapped"
## 
## [[2204]]
## [1] "ludacribs: Waiting patiently for my #SpotifyWrapped"
## 
## [[2205]]
## [1] "gs3OO: i predict my most played song will be cousin tito by rx papi #SpotifyWrapped"
## 
## [[2206]]
## [1] "Panquequinha__: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[2207]]
## [1] "_Lewis_Jamieson: I predict my top artist will be David Bowie #SpotifyWrapped"
## 
## [[2208]]
## [1] "AlshababRadio: ⭕️ * The Red Crescent: a serious injury with live bullets to the chest and the leg during the occupation forces’ at… https://t.co/fcOBsC7YKB"
## 
## [[2209]]
## [1] "Onepcorn: I predict my top artist will be Imagine Dragons #SpotifyWrapped"
## 
## [[2210]]
## [1] "lukaaaaaaaa_a: I predict my top genre will be indie #SpotifyWrapped"
## 
## [[2211]]
## [1] "horny_bi_top: It’s almost time for @Spotify to tell me how gay I really am with their  #SpotifyWrapped https://t.co/h7VOfnF9a1"
## 
## [[2212]]
## [1] "GBO26: I predict my top artist will be @bandmaid #SpotifyWrapped"
## 
## [[2213]]
## [1] "margiabelle: I predict my top podcast will be [PodPah] #SpotifyWrapped"
## 
## [[2214]]
## [1] "lukaaaaaaaa_a: I predict my top artist will be girl in red #SpotifyWrapped"
## 
## [[2215]]
## [1] "BrainEX9: MAKE GOD CROWN OUR EFFORT 🥺🥺🥺🥺🥺🥺🥺🥺🥺THIS GUY DON TRY NO BE SMO … @Olamide #SpotifyWrapped #CyberMonday #WorldCup2022… https://t.co/hnDDHgDN8X"
## 
## [[2216]]
## [1] "MadBunny___: I predict my top artist will be NCT 127 #SpotifyWrapped"
## 
## [[2217]]
## [1] "mike___diamond: I really dont know what my #SpotifyWrapped will look like! working at the bar  i had to put music on every day and… https://t.co/DornRYLKvF"
## 
## [[2218]]
## [1] "TomanyJames: I predict my top artist will be Dro Kenji #SpotifyWrapped"
## 
## [[2219]]
## [1] "lukaaaaaaaa_a: I predict my most played song will be Body and Mind , girl in red #SpotifyWrapped"
## 
## [[2220]]
## [1] "meluvseunbi: I predict my most played song will be either wa da da, fearless or after like #SpotifyWrapped"
## 
## [[2221]]
## [1] "adam_ughh: I don’t care about knowing you have no taste #SpotifyWrapped https://t.co/vSQnXAylYg"
## 
## [[2222]]
## [1] "margiabelle: I predict my top artist will be [SEVENTEEN] #SpotifyWrapped"
## 
## [[2223]]
## [1] "MadBunny___: I predict my top genre will be K-pop boyband #SpotifyWrapped"
## 
## [[2224]]
## [1] "Ramboletswork: HIGHLIGHTED ARTIST of the Week SPENCER WAYNE🏆 @Spotify #ramboletswork #musicshow #artistoftheweek #spencerwayne… https://t.co/JPL5GIKJgC"
## 
## [[2225]]
## [1] "TomanyJames: I predict my top genre will be rap #SpotifyWrapped"
## 
## [[2226]]
## [1] "meluvseunbi: I predict my top genre will be kpop lol #SpotifyWrapped"
## 
## [[2227]]
## [1] "naaddinz: I see everyone cant wait for #SpotifyWrapped too, i thought i was the only one 😢💔💔"
## 
## [[2228]]
## [1] "CallumWatkinss: I predict my most played song will be [Juice Wrld - Scared of love] #SpotifyWrapped"
## 
## [[2229]]
## [1] "ToningByTeddy: Teddy Tip-FOCUS \n\nYou should pay more attention to your blessings than you do to your problems! \n\n#SpotifyWrapped… https://t.co/9sFHzG51AT"
## 
## [[2230]]
## [1] "JMAN_iAm: #CyberMondayAmazon #CyberMonday #SpotifyWrapped \n\n$10 in #bitcoin is waiting for you! To claim, use this link to si… https://t.co/rtFMeoj30U"
## 
## [[2231]]
## [1] "jiminko18192336: I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped"
## 
## [[2232]]
## [1] "jiminko18192336: @bts_bighit predict my top artist will be [fill in top artist prediction] #SpotifyWrapped"
## 
## [[2233]]
## [1] "meluvseunbi: I predict my top artist will be Twice tbh #SpotifyWrapped"
## 
## [[2234]]
## [1] "spitealone_: I predict my most played song will be atopos by björk #SpotifyWrapped"
## 
## [[2235]]
## [1] "TomanyJames: I predict my most played song will be Prick by Glaive #SpotifyWrapped"
## 
## [[2236]]
## [1] "margiabelle: I predict my top genre will be [italian trap music] #SpotifyWrapped"
## 
## [[2237]]
## [1] "donramon___: What if #baleciaga had gone after a specific race or group of people? \n\nI guarantee you that all celebrities would… https://t.co/LCS2H8hEJt"
## 
## [[2238]]
## [1] "thervdhood: I predict my top artist will be @taylorswift13 #SpotifyWrapped"
## 
## [[2239]]
## [1] "blossominseo: I predict my top artist will be DRIPPIN #SpotifyWrapped"
## 
## [[2240]]
## [1] "jiminko18192336: Kpop I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped"
## 
## [[2241]]
## [1] "jiminko18192336: Yet to Come I predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[2242]]
## [1] "milkybunk: I predict my most played song will be [NEW MAGIC WAND] #SpotifyWrapped"
## 
## [[2243]]
## [1] "Arcadegutzzz: I predict that my most played song will be like, are you satisfied by marina #SpotifyWrapped"
## 
## [[2244]]
## [1] "SerenityOracle1: Snow White Agate Point #agate #crystalsforsale #crystalshop #crystalhealing https://t.co/qQ31T5AHZm via @YouTube… https://t.co/b9EoKoHi7I"
## 
## [[2245]]
## [1] "thejonsternator: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[2246]]
## [1] "margiabelle: I predict my most played song will be [RunBTS] #SpotifyWrapped"
## 
## [[2247]]
## [1] "amaroscuro: I predict my top genre will be Pop Punk or Alternative Metal #SpotifyWrapped\n\n(Pop punk is probably more likely tho… https://t.co/fGGbVL9bzh"
## 
## [[2248]]
## [1] "MadBunny___: I predict my most played song will be Horizon by WayV #SpotifyWrapped"
## 
## [[2249]]
## [1] "nudaearthangel: Check out KING MENACE 👑⚡️'s video! #TikTok #SpotifyWrapped #CyberMonday #WorldCup2022  https://t.co/toi81YTWGL"
## 
## [[2250]]
## [1] "PLAN3T_ZOOM: #SpotifyWrapped is the most wonderful time of the year"
## 
## [[2251]]
## [1] "blossominseo: I predict my most played song will be Villain by DRIPPIN #SpotifyWrapped"
## 
## [[2252]]
## [1] "FCBbot: 🔴 Nuevo vídeo oficial del @FCBarcelona_es:\nWill the #SpotifyWrapped guesses of Oshoala and Geyse be as good as thei… https://t.co/jwuN0K8ySd"
## 
## [[2253]]
## [1] "VictorD39626666: @renoomokri who is bankrolling you? #CyberMondayAmazon #SpotifyWrapped #gntmgr #kudus #PoliticsToday https://t.co/FrjE8cDD8s"
## 
## [[2254]]
## [1] "iamstargazing: I bet my playlist is so chaotic like the year that 2022 is #SpotifyWrapped"
## 
## [[2255]]
## [1] "mcxcurls: I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped"
## 
## [[2256]]
## [1] "TriciaOrgana: i think taylor swift and blackpink will be my top two artists, but i can't stop me by twice will be my top song. #SpotifyWrapped"
## 
## [[2257]]
## [1] "mcxcurls: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[2258]]
## [1] "mcxcurls: I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped"
## 
## [[2259]]
## [1] "WEAPONISEDWORDS: I predict my top genre will be pop😭 #SpotifyWrapped"
## 
## [[2260]]
## [1] "kloopmusic69: I predict my top artist will be @nighttempo hopefully 🤞 #SpotifyWrapped"
## 
## [[2261]]
## [1] "gomezupdateseur: My predictions for my top 3 Artists on #SpotifyWrapped \n1. Selena Gomez\n2. Taylor Swift\n3. Sabrina Carpenter or Olivia Rodrigo"
## 
## [[2262]]
## [1] "mcxcurls: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped"
## 
## [[2263]]
## [1] "bookwhitey: Ridin To Heaven Dirty https://t.co/GhcbIVBVjx via @TrippyDaKid and Me! #SpotifyWrapped #CyberMondayAmazon… https://t.co/amA4ArKmy1"
## 
## [[2264]]
## [1] "monteirolari13: I predict my most played song will be Getaway Car #SpotifyWrapped"
## 
## [[2265]]
## [1] "WEAPONISEDWORDS: I predict my top artist will be 5 SECONDS OF SUMMER #SpotifyWrapped"
## 
## [[2266]]
## [1] "WEAPONISEDWORDS: I predict my most played song will be EMOTIONS BY 5SOS #SpotifyWrapped"
## 
## [[2267]]
## [1] "ian_abalos98: I predict my top podcast will be [\"@WTA_insider\"] #SpotifyWrapped"
## 
## [[2268]]
## [1] "RexatyXD: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped rush hour juice wrld snippet"
## 
## [[2269]]
## [1] "ZeroThunder1738: I predict my top artist will be [Juice WRLD] #SpotifyWrapped"
## 
## [[2270]]
## [1] "geo_pahpi: Give me doggy style abeg \n\nPortugal #SpotifyWrapped #FIFAWorldCupQatar2022 #คุณชายตอนจบ #kudus #kudus #Ukraine… https://t.co/ZlbdUFutC0"
## 
## [[2271]]
## [1] "starkeybestie: I predict my top artist will be [Olivia Rodrigo] #SpotifyWrapped 😭😭😭😭"
## 
## [[2272]]
## [1] "chichard41: Don’t need no #SpotifyWrapped to know that this was on repeat for me https://t.co/57W3ove2ty"
## 
## [[2273]]
## [1] "amaroscuro: I predict my most played song will be [What do you want from me? - Bad Omens] #SpotifyWrapped"
## 
## [[2274]]
## [1] "Tusharverma549: In which college year you are? \n#SpotifyWrapped #WhatsApp #CyberMonday"
## 
## [[2275]]
## [1] "smnsinistertoit: I predict my top genre will be something either incredibly sad or funky beats #SpotifyWrapped"
## 
## [[2276]]
## [1] "ElimzzTV_: I predict my top podcast will be Nas Daily Podcast #SpotifyWrapped"
## 
## [[2277]]
## [1] "liv_laugh_lovee: I predict my most played song will be Sparks by The Dø #SpotifyWrapped"
## 
## [[2278]]
## [1] "CArmstrongGFS: CYBER MONDAY – NATIONAL BRAND DAY – NATIONAL FRENCH TOAST DAY – RED PLANET DAY – CHANUKAH\n\nIts the holidays! And I… https://t.co/YJ4uKYVwzj"
## 
## [[2279]]
## [1] "kloopmusic69: I predict my most played song will be out of tike by @theweeknd. I was obsessed with that song for the first half o… https://t.co/zXURVi5UWo"
## 
## [[2280]]
## [1] "PhoneAccess01: I'm ready to listen to the new #SpotifyWrapped with my Cheap premium headphones !link in bio!\nReady to listen to #theneighborhood on repeat"
## 
## [[2281]]
## [1] "grissomsladybug: I predict my top podcast will be Either Side of Nhill. #SpotifyWrapped"
## 
## [[2282]]
## [1] "ian_abalos98: I predict my top genre will be [\"Dance Pop\"] #SpotifyWrapped"
## 
## [[2283]]
## [1] "Neptune_Leo22: Can't wait for spotify to tell me how gay i am #SpotifyWrapped https://t.co/UkbJZd0fG9"
## 
## [[2284]]
## [1] "_QueenET_: alright let’s see if I’m right #SpotifyWrapped https://t.co/nA6tmrmWyc"
## 
## [[2285]]
## [1] "grissomsladybug: I predict my top genre will be Rock. #SpotifyWrapped"
## 
## [[2286]]
## [1] "JaredsEmpire: I predict my top genre will be draaaaaaainnnnnnnnnn gangggggggggg #SpotifyWrapped https://t.co/bRTboPWuiF"
## 
## [[2287]]
## [1] "grissomsladybug: I predict my top artist will be Foo Fighters. #SpotifyWrapped"
## 
## [[2288]]
## [1] "NEW_SONGS_DA1LY: Published on YouTube: WILLOW definitely knows what’s on her #SpotifyWrapped. https://t.co/vmtZwJoJc9"
## 
## [[2289]]
## [1] "ElimzzTV_: I predict my top artist will be The Kid LAROI #SpotifyWrapped"
## 
## [[2290]]
## [1] "ian_abalos98: I predict my top artist will be [@SheldRiley] #SpotifyWrapped"
## 
## [[2291]]
## [1] "padme9876: I predict my most played song will be —&gt; Segurísimo sale All Too Well 10 min #SpotifyWrapped"
## 
## [[2292]]
## [1] "ElimzzTV_: I predict my top genre will be Pop #SpotifyWrapped"
## 
## [[2293]]
## [1] "grissomsladybug: I predict my most played song will be I Am A River. Foo Fighters. #SpotifyWrapped"
## 
## [[2294]]
## [1] "StaydangerousFP: Billboard cover I designed for @Tsu_Surf up in New York 👌 \n\n#Freesurf #Freethewave #SpotifyWrapped https://t.co/NjcB2adxoy"
## 
## [[2295]]
## [1] "Ootorvic: I predict my most played song will be I heard you’re married #SpotifyWrapped"
## 
## [[2296]]
## [1] "shootytodope: I predict my top artist will be @kanyewest #SpotifyWrapped"
## 
## [[2297]]
## [1] "aman_tweets5: IT TAKES BRAINS TO RUN A BUSINESS, IT TAKES BALLS TO START ONE.\n\n#SpotifyWrapped"
## 
## [[2298]]
## [1] "SmokaToka420: I predict my most played song will be\n [fill in top song prediction]\n\n100% my most played song this year!… https://t.co/shi5gNVunl"
## 
## [[2299]]
## [1] "ian_abalos98: I predict my most played song will be [\"Not The Same\" by @SheldRiley] #SpotifyWrapped"
## 
## [[2300]]
## [1] "PerfectDilemma2: I predict my most played song will be SF9 - Summer Breeze #SpotifyWrapped"
## 
## [[2301]]
## [1] "TheLastAesir: @elonmusk @BillyM2k You forgot one\n\n🇨🇳 \n\nhttps://t.co/bq17dwKUV6\n\n#ChinaProtests #SpotifyWrapped #CyberMondayAmazon… https://t.co/8296NVIpVm"
## 
## [[2302]]
## [1] "L1vingdxadgirl: I predict my most played song will be either something from corpse or Delilah Bonn  #SpotifyWrapped"
## 
## [[2303]]
## [1] "pugmartin14: Guys big plea, share share share….. my pug Martin has fucked off, probably on the sesh somewhere, responds with to… https://t.co/tS3Wj685kb"
## 
## [[2304]]
## [1] "Boishaw: Go listen with +8,000 others #Bless #SpotifyWrapped https://t.co/HVB7OexNda"
## 
## [[2305]]
## [1] "nagireocidio: I predict my top genre will be [Rock(?] #SpotifyWrapped"
## 
## [[2306]]
## [1] "theadultmatilda: ok,, #SpotifyWrapped #1 song prediction! i think it's probably yuck by charli xcx. or maybe lightbeamers by fka twi… https://t.co/C3W7UgdIbM"
## 
## [[2307]]
## [1] "nagireocidio: I predict my top artist will be [Depeche Mode] #SpotifyWrapped"
## 
## [[2308]]
## [1] "FandomEmpress11: I predict my top genre will be  Indie or alternative rock, as that’s what I mainly listen to #SpotifyWrapped"
## 
## [[2309]]
## [1] "LilBlueDucky: I predict my top artist will be [Taylor Swift ] #SpotifyWrapped"
## 
## [[2310]]
## [1] "ElimzzTV_: I predict my most played song will be Best For Me - The Kid LAROI #SpotifyWrapped"
## 
## [[2311]]
## [1] "L1vingdxadgirl: I predict my top podcast will be distractible  #SpotifyWrapped"
## 
## [[2312]]
## [1] "burefan723: I predict my top artist will be @zaynmalik #SpotifyWrapped"
## 
## [[2313]]
## [1] "nagireocidio: I predict my most played song will be [How Soon is Now? - The Smiths] #SpotifyWrapped"
## 
## [[2314]]
## [1] "startdying1: I predict my most played song will be [talk by yeat] #SpotifyWrapped"
## 
## [[2315]]
## [1] "lozzakins: I predict my top artist will be Lady Gaga #SpotifyWrapped"
## 
## [[2316]]
## [1] "applecrumblin: me when someone asks who my number one artist is knowing damn well it’s rex orange county #SpotifyWrapped https://t.co/Yp2GEaROsO"
## 
## [[2317]]
## [1] "OlguisSantillan: @DearSusyloveDi1 @dimash_official es espectacular! \n#DimashUniqueVoice para escuchar 24/7 \n#SpotifyWrapped\nTHE STOR… https://t.co/k6DpoOsXzM"
## 
## [[2318]]
## [1] "AnirudhMusicFvr: Just waiting for #SpotifyWrapped to check how many people's list Rockstar @anirudhofficial is gonna top! 🤏😎\n\nCommen… https://t.co/ulNVlMZT1y"
## 
## [[2319]]
## [1] "ok_mydude: when is #SpotifyWrapped dropping? i need a visual representation of how gay, depressed and horny i've been this year"
## 
## [[2320]]
## [1] "SAVAGE_KAT_SA: Here’s an some new music for you… I Wrote This SAVAGE KAT\n#hiphop #SpotifyWrapped\nhttps://t.co/zcEOMQ2g0D"
## 
## [[2321]]
## [1] "TheGroupieApp: ARTISTS that should be on your #SpotifyWrapped (a thread) 🎶"
## 
## [[2322]]
## [1] "homesicktown: prediction for my #SpotifyWrapped https://t.co/6pXY8r7WzA"
## 
## [[2323]]
## [1] "YCMC_PRODUCTION: *When she says breakfast in bed* this's Exactly what she meant. 👌\n#SpotifyWrapped #CyberMondayAmazon https://t.co/Ri8cYBljTe"
## 
## [[2324]]
## [1] "mo2the: I predict my most played song will be Blast Off by @silksonic @brunomars #andersonpaak #SpotifyWrapped https://t.co/qU1ehpyqc1"
## 
## [[2325]]
## [1] "howlingfantogs: I predict my most played song will be True Romance by @ToveLo\n#SpotifyWrapped"
## 
## [[2326]]
## [1] "annenothere: I predict my top artist will be [taylor swift] #SpotifyWrapped"
## 
## [[2327]]
## [1] "whatisgooding: Now, this is what I call brotherly love! 😂👏🏽 #DJKhaled #Diddy #BadBoy #Bday #BirthdayBoy #HipHopEd #BirthdayGift… https://t.co/IaXoVBQYH1"
## 
## [[2328]]
## [1] "ikidnapthestars: I predict my top artist will undoubtedly be @halsey again lol #SpotifyWrapped"
## 
## [[2329]]
## [1] "lozzakins: I predict my most played song will be Poltergeist, Corpse #SpotifyWrapped"
## 
## [[2330]]
## [1] "JhonnieDarko: I predict my most played song will be Static Dress -  Sweet. #SpotifyWrapped"
## 
## [[2331]]
## [1] "annenothere: I predict my top genre will be [indie] #SpotifyWrapped"
## 
## [[2332]]
## [1] "dehrlich25: I predict my top artist will be champagne papi  #SpotifyWrapped"
## 
## [[2333]]
## [1] "SabrinaY2k: Feet pics $15 #SpotifyWrapped #feetfethish"
## 
## [[2334]]
## [1] "jlmsupremacyx: my predictions for #SpotifyWrapped https://t.co/XFLXsGQt3J"
## 
## [[2335]]
## [1] "annenothere: I predict my most played song will be [the idea of growing old - features ] #SpotifyWrapped"
## 
## [[2336]]
## [1] "RayPhantom98: I predict my most played song will be something by corpse or beach bunny #SpotifyWrapped"
## 
## [[2337]]
## [1] "techfunnell: We do ethical hacking 🇺🇸#SpotifyWrapped #instagram #youtube #twitter #tiktok #love #instagood #follow #like… https://t.co/DqRdDiF3rU"
## 
## [[2338]]
## [1] "Rachousame: I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped #ArchetypesWithMeghan"
## 
## [[2339]]
## [1] "Sabahattin1985: I predict my top genre will be [Arabesk] #SpotifyWrapped"
## 
## [[2340]]
## [1] "TrentAr94633264: @wednesdayaddams @netflix Hello, are you feeling bored? Or not feeling okay?\n\nIf yes, kindly click the link below t… https://t.co/GompFDI6hF"
## 
## [[2341]]
## [1] "KcNxtdoor: Link In My Bio‼️\n.\n.\n.\n#music #rap #playlist #Toosii #JCole #latenight #latenightvibe #NewMusic #SpotifyWrapped https://t.co/fheMAxS8H6"
## 
## [[2342]]
## [1] "btharris93: Every year without fail. #SpotifyWrapped https://t.co/CHhHxqh8Vr"
## 
## [[2343]]
## [1] "howlingfantogs: I predict my top artist will be @conangray #SpotifyWrapped"
## 
## [[2344]]
## [1] "IncorrectTakes: @SQPHlE I predict @SQPHlE's most played will be [Midnight Rain] #SpotifyWrapped https://t.co/z7dhAT8Oh2"
## 
## [[2345]]
## [1] "Jimweave: I predict my top podcast will be [the @xdannyxbrownx show] #SpotifyWrapped"
## 
## [[2346]]
## [1] "SeraphToons: Watch as my top artist ends up being JVLA 🤭 #SpotifyWrapped"
## 
## [[2347]]
## [1] "natashasoojung: i hope mitski isn't my top artist for this years spotify wrapped ..\nim not the person i was when i was in the 0.05%… https://t.co/XA0rFWB8J8"
## 
## [[2348]]
## [1] "yvesgleek: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[2349]]
## [1] "Loganzpr: #SpotifyWrapped gonna need to give it a shot sometime to show you all what i listen to, lol"
## 
## [[2350]]
## [1] "jobijosimp: I predict my top artist will be [TAYTAYYYY] #SpotifyWrapped"
## 
## [[2351]]
## [1] "RayPhantom98: I predict my top genre will be   DSMP or rock or indie #SpotifyWrapped"
## 
## [[2352]]
## [1] "ollie_ellio: i. just. want. my. damn. #SpotifyWrapped"
## 
## [[2353]]
## [1] "TrentAr94633264: @iamcardib Hello, are you feeling bored? Or not feeling okay?\n\nIf yes, kindly click the link below to be happy… https://t.co/89IvQS9Llk"
## 
## [[2354]]
## [1] "hAidEr__aLie: Me to #traitorBajwa \n#คุณชายตอนจบ #مطار_الملك_سلمان #SpotifyWrapped #Freedom #Pakistani https://t.co/1ie0LDkfSq"
## 
## [[2355]]
## [1] "m1lkbabyy: I predict my top artist will be weezer #SpotifyWrapped"
## 
## [[2356]]
## [1] "lingstahle: I predict my most played song will be Summer Renaissance - BEYONCÉ #SpotifyWrapped"
## 
## [[2357]]
## [1] "causeursodark: I predict my top artist will be arctic monkeys #SpotifyWrapped"
## 
## [[2358]]
## [1] "Jimweave: I predict my top artist will be [@zackfox ] #SpotifyWrapped"
## 
## [[2359]]
## [1] "TrentAr94633264: Hello, are you feeling bored? Or not feeling okay?\n\nIf yes, kindly click the link below to be happy… https://t.co/iDoGIrtqy1"
## 
## [[2360]]
## [1] "DollyDemeli: I predict my most played song will be [JoySpin] #SpotifyWrapped"
## 
## [[2361]]
## [1] "Invent_pedia: \"Nature always look out for the preservation of the universe\"\n       ~ Robert Boyle\n#innovation #SpotifyWrapped… https://t.co/N1x9PdNmof"
## 
## [[2362]]
## [1] "Jimweave: I predict my top genre will be [Rap] #SpotifyWrapped"
## 
## [[2363]]
## [1] "marika_donne: I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped"
## 
## [[2364]]
## [1] "marika_donne: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped"
## 
## [[2365]]
## [1] "emma17992722: I predict my top artist will be @Harry_Styles or @taylorswift13 #SpotifyWrapped"
## 
## [[2366]]
## [1] "marika_donne: I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped"
## 
## [[2367]]
## [1] "YourBirthCertif: I predict my most played song will be a beatles funny :) #SpotifyWrapped"
## 
## [[2368]]
## [1] "lilgoshey: Spotify Wrapped 2022 be like:\n#SpotifyWrapped https://t.co/5kmBtqdfzO"
## 
## [[2369]]
## [1] "lavendervioIets: I predict my most played song will be right where you left me by Taylor Swift #SpotifyWrapped"
## 
## [[2370]]
## [1] "LaurenChristyy: I predict my top genre will be KPOP #SpotifyWrapped"
## 
## [[2371]]
## [1] "marika_donne: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[2372]]
## [1] "BensonTedd3: I predict my top podcast will be @WVFRM and @SafetyThirdPod #SpotifyWrapped"
## 
## [[2373]]
## [1] "smooney9: I predict my top artist will be @Shinedown #SpotifyWrapped"
## 
## [[2374]]
## [1] "LaurenChristyy: I predict my most played song will be “Everything Goes On” by Porter Robinson #SpotifyWrapped"
## 
## [[2375]]
## [1] "Bolts_pog: I predict my top genre will be [Metalcore] #SpotifyWrapped"
## 
## [[2376]]
## [1] "jas_afia: bro, ik the staff at Spotify is under MAD PRESSURE about #SpotifyWrapped 😭😭 \n\nalso let’s hope the designers don’t m… https://t.co/DSn5m9IA54"
## 
## [[2377]]
## [1] "daneen_g2645: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[2378]]
## [1] "Otakustar13: I wonder how my #SpotifyWrapped will be like this year? 🤔 who knows 🤔 https://t.co/haw0gwaVjC https://t.co/TAdnuXrtIC"
## 
## [[2379]]
## [1] "BensonTedd3: I predict my top artist will be No Burnham or Taylor Swift #SpotifyWrapped"
## 
## [[2380]]
## [1] "spuffysmixtape: I predict my top artist will be either taylor swift or ozzy osbourne #SpotifyWrapped"
## 
## [[2381]]
## [1] "Uwusukuru: You Spotify account can tell me more about if we connect or not than anything else. FACTS\n#SpotifyWrapped #nsfwtwt… https://t.co/lqL9iae6Oo"
## 
## [[2382]]
## [1] "makdde_: I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped el amor de mi visa uwu o tomás va a morir idk"
## 
## [[2383]]
## [1] "RayPhantom98: I predict my top artist will be beach bunny or corpse #SpotifyWrapped   I’ll reply below when it comes out what I got"
## 
## [[2384]]
## [1] "daneen_g2645: I predict my top genre will be Dance Pop #SpotifyWrapped"
## 
## [[2385]]
## [1] "AanaMoren0: Can't wait for this year's #SpotifyWrapped #JosephQuinn #JoeQuinn https://t.co/HXYQ95CO7C"
## 
## [[2386]]
## [1] "MsTheestallion: I predict my top artist will be [Megan Thee Stallion🫶🏽] #SpotifyWrapped https://t.co/8OaRTlmcJq"
## 
## [[2387]]
## [1] "Stakich_inc: Our royal jelly capsules will assist you in enhancing your general health, boosting your immunity.\nBuy Now:… https://t.co/nvAmkFFhfW"
## 
## [[2388]]
## [1] "makdde_: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped @dref_kun @Imaginedragons @sushitrash no se"
## 
## [[2389]]
## [1] "ukrainehelpuk: Please Donate to 'Feed The Children' Our goal is to help those families and children in desperate need of help. Lin… https://t.co/ZmwNsl1UBu"
## 
## [[2390]]
## [1] "n0t_dominique: Burna definitely gonna appear a few times in my #SpotifyWrapped … the way I had It’s Plenty on repeat 😩"
## 
## [[2391]]
## [1] "jisungtnkr: my top artist will be blackpink and my top genre will be either indie pop, kpop or pop #SpotifyWrapped"
## 
## [[2392]]
## [1] "gummywurmmy: I predict my most played song will be Michael in the Bathroom #SpotifyWrapped"
## 
## [[2393]]
## [1] "percysimpp: #SpotifyWrapped stream!! https://t.co/TTFDkFBuax"
## 
## [[2394]]
## [1] "daneen_g2645: I predict my most played song will be Treacherous (Taylor’s version) #SpotifyWrapped"
## 
## [[2395]]
## [1] "rinkrat8383: I predict my most played song will be freefall or devil like me by rks #SpotifyWrapped"
## 
## [[2396]]
## [1] "livvi78: I predict my top artist will be Lady Gaga fourth times a charm #SpotifyWrapped"
## 
## [[2397]]
## [1] "gummywurmmy: I predict my top podcast will be rslash #SpotifyWrapped"
## 
## [[2398]]
## [1] "btscuresdeprsn: I predict my most played song will be Ojitos Lindos by bad bunny 🤌😭🤌✨✨ #SpotifyWrapped  #BadBunny https://t.co/NgTWUTZ4dh"
## 
## [[2399]]
## [1] "_Backtrackz: First Video? Comment other ideas.. #vlog #YouTube #youtubeshorts #games #gamingcommunity #gaming #SpotifyWrapped #Birmingham"
## 
## [[2400]]
## [1] "sbrsimp: I predict my top genre will be  the sound of sbr men whimpering #SpotifyWrapped"
## 
## [[2401]]
## [1] "Abiadeking1: Don't forget to like &amp; subscribe please\nhttps://t.co/kT2osip7Ye\n#FIFAWorldCupQatar2022 #SpotifyWrapped #CyberMondayAmazon #WorldCup2022"
## 
## [[2402]]
## [1] "AlfWilsonn: I predict my top artist will be Rex Orange County #SpotifyWrapped"
## 
## [[2403]]
## [1] "berrytpwk: my festival gave me a good idea on how my #SpotifyWrapped will look https://t.co/2xgV1HqJoW"
## 
## [[2404]]
## [1] "r4pIin3: I predict my top artist will be clearly [BTS] #SpotifyWrapped 👁👄👁"
## 
## [[2405]]
## [1] "Sabahattin1985: I predict my top artist will be [Bergen] #SpotifyWrapped"
## 
## [[2406]]
## [1] "Uwusukuru: Date idea:\nWe watching some Psycopath and Serialkiller documentarys on Netflix\n#nsfwtwt #nsfwxRolePlay #Dateidea… https://t.co/kvBhNDOcy1"
## 
## [[2407]]
## [1] "brittanywhose: @Spotify show me my #SpotifyWrapped wrapped and I won’t unleash these two on you https://t.co/Lapmx4Y8GT"
## 
## [[2408]]
## [1] "gaymergeek26: I'm quite excited for my #SpotifyWrapped this year https://t.co/nyH1sDi1wc"
## 
## [[2409]]
## [1] "zorijaramillo: DROP IT RIGHT NOW #SpotifyWrapped https://t.co/xGwQPGmneT"
## 
## [[2410]]
## [1] "makdde_: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped en volá alguna del @saatiroo o @dref_kun 💘"
## 
## [[2411]]
## [1] "Sabahattin1985: I predict my most played song will be [Seni Kalbimden Kovdum] #SpotifyWrapped"
## 
## [[2412]]
## [1] "mennaw3alena: I predict my top podcast will be [my internal monologue of course] #SpotifyWrapped"
## 
## [[2413]]
## [1] "sxllout17: tyler def gonna be my top 1 artist this year  #SpotifyWrapped"
## 
## [[2414]]
## [1] "jemjemid: I predict my most played song will be the town inside me 100% #SpotifyWrapped"
## 
## [[2415]]
## [1] "girIaIm1ghty: i predict my most played song/top artist will be charli xcx and/or phoebe bridgers and I only have my bf to thank lol #SpotifyWrapped"
## 
## [[2416]]
## [1] "Welman_B: I predict my most played song will be Suspicious Minds by Elvis Presley #SpotifyWrapped"
## 
## [[2417]]
## [1] "SashaaNatashaa: I predict my top artist will be @dannyelfman #SpotifyWrapped\n\nNo doubt."
## 
## [[2418]]
## [1] "jisungtnkr: i think my most listened to song is gonna either: be sorry i love u - stray kids\nhard to love - blackpink\n #SpotifyWrapped"
## 
## [[2419]]
## [1] "sbrsimp: I predict my most played song will be diego brando moaning in my ear as i i tighten my grip around his shaft and he… https://t.co/PfYdc0OYgr"
## 
## [[2420]]
## [1] "AlfWilsonn: I predict my most played song will be keep it up by Rex Orange County #SpotifyWrapped"
## 
## [[2421]]
## [1] "Besldjuu: I predict my top artist will be Chase Atlantic 😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍#SpotifyWrapped"
## 
## [[2422]]
## [1] "ii_love_bowee: I seek strength, not to be greater than other, but to fight my greatest enemy, the doubts within myself.… https://t.co/F7sVrlK2Il"
## 
## [[2423]]
## [1] "heelpatrickmc: I predict my most played song will be Circle in the Sand! #SpotifyWrapped"
## 
## [[2424]]
## [1] "ayush03d: Joining the #instafest trend until the #SpotifyWrapped 2022 comes\n\nhttps://t.co/nS9fQiuNx0 https://t.co/vDw1YTYp6Q"
## 
## [[2425]]
## [1] "Welman_B: I predict my top artist will be Elvis Presley #SpotifyWrapped"
## 
## [[2426]]
## [1] "eipuriru_desu: I predict my most played song will be Mutter by Rammstein #SpotifyWrapped"
## 
## [[2427]]
## [1] "cedanewsgh: Blindspot mix 47 Afrofusion by DJ Ricky Augustine https://t.co/8TcMPnprQE\n#cedanews #SpotifyWrapped"
## 
## [[2428]]
## [1] "mennaw3alena: I predict my top artist will be [Mitski] #SpotifyWrapped"
## 
## [[2429]]
## [1] "EmobunnyE: I predict my top podcast will be nothing, I don’t listen to podcasts #SpotifyWrapped"
## 
## [[2430]]
## [1] "paridiecoole: I predict my top podcast will be BANTER. #SpotifyWrapped"
## 
## [[2431]]
## [1] "SonnysBBQ: We predict our most played song will be about BBQ 🎵  #SpotifyWrapped https://t.co/3VKB2SiU25"
## 
## [[2432]]
## [1] "paridiecoole: I predict my top artist will be cigarettes after sex #SpotifyWrapped"
## 
## [[2433]]
## [1] "StayClassyJM: Excited for my annual psych evaluation #SpotifyWrapped"
## 
## [[2434]]
## [1] "mennaw3alena: I predict my top genre will be [Losing my sanity] #SpotifyWrapped"
## 
## [[2435]]
## [1] "AccademicWriter: Dm and chart with an expert before placing an order \n#SpotifyWrapped #CyberMondayAmazon #kudus #AcademicTwitter… https://t.co/4jXgSQAHIt"
## 
## [[2436]]
## [1] "tmth421: I predict my top podcast will be [@MyFavMurder] #SpotifyWrapped"
## 
## [[2437]]
## [1] "EmobunnyE: I predict my top artist will be BTS #SpotifyWrapped"
## 
## [[2438]]
## [1] "wiktoria419: I predict my most played song will be Easy Lover by @elliegoulding #SpotifyWrapped"
## 
## [[2439]]
## [1] "57b9j4fcqh: #SpotifyWrapped 4 BIG GUYS"
## 
## [[2440]]
## [1] "paridiecoole: I predict my top genre will be i dont know #SpotifyWrapped"
## 
## [[2441]]
## [1] "ronimiah_bd: I love those who can smile in trouble ☺️\n#ronimiah #freelancer #entrepreneur #PicOfTheDay #photography #nature… https://t.co/543168Yerf"
## 
## [[2442]]
## [1] "notmfpumkinduh: I predict my top artist better be Joji #SpotifyWrapped"
## 
## [[2443]]
## [1] "Cakinator_: I predict my top podcast will be @deadlockpw #SpotifyWrapped"
## 
## [[2444]]
## [1] "EmobunnyE: I predict my top genre will be K-Pop #SpotifyWrapped"
## 
## [[2445]]
## [1] "lunacannabica: Stonner 😎 #SpotifyWrapped #FiestaT5 #RedVelvet #420Goddess #420Girl #weedsmokers https://t.co/hKO2aEiWwC"
## 
## [[2446]]
## [1] "mennaw3alena: I predict my most played song will be [Bahibak] #SpotifyWrapped\n\nDont judge me please i was in the mood for love"
## 
## [[2447]]
## [1] "fkathatnsh: I predict my top podcast will be The receipts #SpotifyWrapped"
## 
## [[2448]]
## [1] "SomethinClub: I don’t wanna know #SpotifyWrapped"
## 
## [[2449]]
## [1] "dauktaurslim: @PeterObi - we nonde give shishi..ATAWA🙆‍♂🤣🤣 #SpotifyWrapped #CyberMondayAmazon #FIFAWorldCupQatar2022 #CyberMonday… https://t.co/RS9onTS3Ko"
## 
## [[2450]]
## [1] "paridiecoole: I predict my most played song will be sex, drugs, etc #SpotifyWrapped"
## 
## [[2451]]
## [1] "Cakinator_: I predict my top artist will be @breakingbenj #SpotifyWrapped"
## 
## [[2452]]
## [1] "tmth421: I predict my top artist will be [@MacMiller] #SpotifyWrapped"
## 
## [[2453]]
## [1] "KarysBelger: I went through a number of phases this year. I’m confident my #SpotifyWrapped will be a toss-up."
## 
## [[2454]]
## [1] "EmobunnyE: I predict my most played song will be FAKE LOVE by BTS \n#SpotifyWrapped"
## 
## [[2455]]
## [1] "RMotti: My #SpotifyWrapped predictions 🤠\n\nTOP SONG: Wet Dream - Wet Leg\n\nTOP GENRE: rock? hope it's more specific, like 'gr… https://t.co/8YuC3vlhqm"
## 
## [[2456]]
## [1] "Mha_Dreamsmp: I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped\n\n5 Minuten Harry Podcast"
## 
## [[2457]]
## [1] "tmth421: I predict my top genre will be [Rap/Hip-Hop] #SpotifyWrapped"
## 
## [[2458]]
## [1] "Keisshay: #SpotifyWrapped pls don’t come at me I had my gay awakening this year and I also had to change my life plans 62x https://t.co/gaSGW4SwxH"
## 
## [[2459]]
## [1] "kaylee_xcx: I predict my top genre will be R&amp;B #SpotifyWrapped"
## 
## [[2460]]
## [1] "jeonbamBv: once again my most played song will be august or another Taylor swift song #SpotifyWrapped"
## 
## [[2461]]
## [1] "RedsVelocity: I predict my top podcast will be Distractible #SpotifyWrapped"
## 
## [[2462]]
## [1] "RedsVelocity: I predict my top artist will be Eminem #SpotifyWrapped"
## 
## [[2463]]
## [1] "Mha_Dreamsmp: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped\n\nAlic Benjamin"
## 
## [[2464]]
## [1] "fkathatnsh: I predict my top artist will be Beyoncé #SpotifyWrapped"
## 
## [[2465]]
## [1] "jimmyghad: I predict my most played song will be Brambleton #SpotifyWrapped"
## 
## [[2466]]
## [1] "kaylee_xcx: I predict my most played song will be Last Last - Burna Boy #SpotifyWrapped 😭"
## 
## [[2467]]
## [1] "huaxln: I predict my top artist will be [The Weeknd] #SpotifyWrapped"
## 
## [[2468]]
## [1] "MeyetMiss: @elonmusk @Jason It’s time to rip the bandage off! #SpotifyWrapped #RedVelvet #CyberMonday #WorldCup2022 #Sasmos #Ukraine️ #Elon"
## 
## [[2469]]
## [1] "notmfpumkinduh: I predict my most played song will be die for you by joji, I will lose it if it’s not #SpotifyWrapped"
## 
## [[2470]]
## [1] "RedsVelocity: I predict my top genre will be Rock #SpotifyWrapped"
## 
## [[2471]]
## [1] "Mha_Dreamsmp: I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped\n\nIndi Pop"
## 
## [[2472]]
## [1] "ChandramDutta: WHERE'S MY #SpotifyWrapped!!?"
## 
## [[2473]]
## [1] "RedsVelocity: I predict my most played song will be Vandalize by ONE OK ROCK #SpotifyWrapped"
## 
## [[2474]]
## [1] "fvklgn: I predict my top artist will be $uicideboy$ #SpotifyWrapped"
## 
## [[2475]]
## [1] "hyooryyy: I predict my top artist will be Weeekly #SpotifyWrapped"
## 
## [[2476]]
## [1] "AguaDieta: I predict my top podcast will be [FUCK PODCASTS!!] #SpotifyWrapped"
## 
## [[2477]]
## [1] "youforiafm: i predict my most played song will be [i honestly have no idea i've been all over the place this year] #SpotifyWrapped"
## 
## [[2478]]
## [1] "walker_88793: It feels like #SpotifyWrapped is coming soon in my playlist. What you think which is your top category."
## 
## [[2479]]
## [1] "AguaDieta: I predict my top artist will be [Alex G] #SpotifyWrapped"
## 
## [[2480]]
## [1] "hyooryyy: I predict my top genre will be Girl Group Kpop or Rock #SpotifyWrapped"
## 
## [[2481]]
## [1] "ilovebyidle: I predict my top podcast will be pipp’s podcast……. #SpotifyWrapped"
## 
## [[2482]]
## [1] "Fredrik_Larsen_: @Sugababes @keisha_buchanan @Mutyabuena21 @siobhandonaghy Signed up ladies💜 #Sugababes #SpotifyWrapped #SpotifyUK… https://t.co/mKLTme70n5"
## 
## [[2483]]
## [1] "tmth421: I predict my most played song will be [ROS by @MacMiller] #SpotifyWrapped"
## 
## [[2484]]
## [1] "KendraBTaylor: I predict my top podcast will be firewhisky and honey  #SpotifyWrapped"
## 
## [[2485]]
## [1] "AguaDieta: I predict my top genre will be [Idk lmfao] #SpotifyWrapped"
## 
## [[2486]]
## [1] "ilovebyidle: I predict my top artist will be twice 🫶🏼 #SpotifyWrapped"
## 
## [[2487]]
## [1] "wtfmlili: #SpotifyWrapped #spotifywrapped2022 guys taylor was a complete accident i’m sorry. i didn’t mean for it to happen i… https://t.co/zZUiDIDoK0"
## 
## [[2488]]
## [1] "DOREMIDOKYE0M: I predict my top podcast will be hobbylos von @Julien_Bam und @rezomusik :D #SpotifyWrapped"
## 
## [[2489]]
## [1] "sleepy_rio: and i predict my top artist will be my chemical romance #SpotifyWrapped"
## 
## [[2490]]
## [1] "ilovebyidle: I predict my top genre will be kpop bc of twice #SpotifyWrapped"
## 
## [[2491]]
## [1] "AguaDieta: I predict my most played song will be [Gnaw - Alex G] #SpotifyWrapped"
## 
## [[2492]]
## [1] "pedrosierramx: I predict my most played song will be \"Fish in the water\" - AKMU. 😁 #SpotifyWrapped"
## 
## [[2493]]
## [1] "hyooryyy: I predict my most played song will be Butterfly by Weeekly #SpotifyWrapped"
## 
## [[2494]]
## [1] "luzxray: I predict my top podcast will be wholesome magic sweetheart from toh 😋 #SpotifyWrapped"
## 
## [[2495]]
## [1] "ilovebyidle: I predict my most played song will be perfect world by twice or vicious by sabrina carpenter #SpotifyWrapped"
## 
## [[2496]]
## [1] "4thPresidentKE3: This video really united Kenyans😂💔\nLeao\nPiers\nRonaldo\nUhuru Kenyatta\n#FIFAWorldCupQatar2022 \n#CyberMonday… https://t.co/xIp3uWbpeZ"
## 
## [[2497]]
## [1] "KendraBTaylor: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[2498]]
## [1] "its_veronica: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[2499]]
## [1] "sleepy_rio: I predict my most played song will be either the ghost of you, or boy division (both by mcr). #SpotifyWrapped"
## 
## [[2500]]
## [1] "imnotmimmy: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[2501]]
## [1] "imnotmimmy: I predict my top genre will be English pop #SpotifyWrapped"
## 
## [[2502]]
## [1] "pollystaffle: That's Hilarious by @charlieputh is definitely one of my top listened to tracks of 2022. \n\n#SpotifyWrapped"
## 
## [[2503]]
## [1] "luzxray: I predict my top artist will be [Mitski] #SpotifyWrapped"
## 
## [[2504]]
## [1] "ZanAycicek: Big sale days have started on amazon, click https://t.co/3Rkx7CIrz9\n\n#SpotifyWrapped #GiftGalaxy CONGRATULATIONS JUNGKOOK"
## 
## [[2505]]
## [1] "PieroPereyra4: I predict my top artist will be @DukiSSJ  #SpotifyWrapped"
## 
## [[2506]]
## [1] "matthewlaurie19: Can’t wait to see little mix being my top Artist 6 years in a row #SpotifyWrapped"
## 
## [[2507]]
## [1] "DOREMIDOKYE0M: I predict my top artist will be BTS #SpotifyWrapped"
## 
## [[2508]]
## [1] "SwiftBelieber89: Anyways, what's everyone's red carpet look for @Spotify 's #SpotifyWrapped . I wanna seeee👀"
## 
## [[2509]]
## [1] "TheNameIsCitrix: I predict my top artist will be [the wrecks ] #SpotifyWrapped"
## 
## [[2510]]
## [1] "satellitesilho1: I'm anxious for my #spotifywrapped this year... last year it was @theavettbros and I have a feeling this year its g… https://t.co/x4uHqPWcMG"
## 
## [[2511]]
## [1] "luzxray: I predict my top genre will be [idk tbh ] #SpotifyWrapped"
## 
## [[2512]]
## [1] "cowboylikeaddi: I predict my most played song will be some taylor swift song lol #SpotifyWrapped"
## 
## [[2513]]
## [1] "DOREMIDOKYE0M: I predict my top genre will be kpop -duh🤪 #SpotifyWrapped"
## 
## [[2514]]
## [1] "Afiemo_AO: 12 odds, all in. If your mind no go split the tickets.\n\nKindly DM for telegram link.\n\n#SpotifyWrapped  #NBA  #1xbet… https://t.co/bogp2445Bz"
## 
## [[2515]]
## [1] "luzxray: I predict my most played song will be probably like we fell in love in October by girl in red #SpotifyWrapped"
## 
## [[2516]]
## [1] "imnotmimmy: I predict my most played song will be reflection, allegretto, you #SpotifyWrapped"
## 
## [[2517]]
## [1] "cowboylikeaddi: I predict my top artist will be TAYLOR SWIFT #SpotifyWrapped"
## 
## [[2518]]
## [1] "NychPrxr: I predict my top podcast will be Hogwarts Ambience 🤣 #SpotifyWrapped"
## 
## [[2519]]
## [1] "JGroomsZN: I predict my top artist will be Future #SpotifyWrapped"
## 
## [[2520]]
## [1] "SeamusCalder: I predict my most played song will be Miss You by Oliver Tree #SpotifyWrapped and it is entirely @JesseCannon's fault"
## 
## [[2521]]
## [1] "DOREMIDOKYE0M: I predict my most played song will be GUERRILLA by ATEEZ!! #SpotifyWrapped"
## 
## [[2522]]
## [1] "badussy8913: I kinda have good taste 🤭don’t know why Taylor is their barely listen to her. #instafest #SpotifyWrapped #spotify https://t.co/yfQcHPhrpk"
## 
## [[2523]]
## [1] "ClydepactDisc: I predict my most played song will be super freaky girl or smth idk #SpotifyWrapped"
## 
## [[2524]]
## [1] "WDBM: Do you welcome the arrival of this year's #SpotifyWrapped or do you fear what darkness it may unveil?"
## 
## [[2525]]
## [1] "elequantig: I predict my top genre will be Rap #SpotifyWrapped"
## 
## [[2526]]
## [1] "kiabbwwi: I predict my top artist will be #Zayn #SpotifyWrapped"
## 
## [[2527]]
## [1] "mypurplesun: I predict my top genre will be [kpop] #SpotifyWrapped"
## 
## [[2528]]
## [1] "elequantig: I predict my top artist will be Pop Smoke #SpotifyWrapped"
## 
## [[2529]]
## [1] "NychPrxr: I predict my top artist will be Sopor Aeternus &amp; The Ensemble of Shadows #SpotifyWrapped"
## 
## [[2530]]
## [1] "Dirty_Roll: OmiFest 2023 !! #SpotifyWrapped https://t.co/4kK6QMKDep"
## 
## [[2531]]
## [1] "young_ckash1: CkashOut x Dthang Drowz     #AFF #Trending   #NewVideoAlert #crunchgang #foryourpage #Formula1 #iTunes… https://t.co/RrqAZQOyAx"
## 
## [[2532]]
## [1] "lex_the_rex_24: I predict my top artist will be @halsey #SpotifyWrapped hoping to be in the top 1%"
## 
## [[2533]]
## [1] "elequantig: I predict my most played song will be Armed and Dangerous by King Von #SpotifyWrapped"
## 
## [[2534]]
## [1] "marquandisdaddy: Maybe tomorrow will be the day that #SpotifyWrapped drops...\nI live in hope 😬"
## 
## [[2535]]
## [1] "JulieMayville: My 2022 was full of Kara Swisher pods and pop jams. Prove me wrong, #SpotifyWrapped https://t.co/n0wF1gzpA7"
## 
## [[2536]]
## [1] "aestheticdaydr1: I predict my #SpotifyWrapped will have plenty of Rome Streetz. Some Action Bronson and Roc Marciano in there. I’m p… https://t.co/zYX5mAWb3T"
## 
## [[2537]]
## [1] "NychPrxr: I predict my most played song will be Only the Dead in the Mist #SpotifyWrapped"
## 
## [[2538]]
## [1] "SamBawse: I predict my top artist will be @OfficialSteps (Duh)  #SpotifyWrapped"
## 
## [[2539]]
## [1] "CrystalEdits: I predict my top podcast will be [Edeltalk] #SpotifyWrapped"
## 
## [[2540]]
## [1] "Divinebet130: *💞💞💞LIFE IS SWEET WHEN YOU UNDERSTAND THE SECRET TO CREATE WEALTH, THE SECRET HAS BEEN UNVEILED...MAKE A GREAT DECI… https://t.co/URegw0i7Aa"
## 
## [[2541]]
## [1] "iamantonia_cj: Me pretending to be surprised when I see that my #SpotifyWrapped is literally written by @SofiaCarson 🫠 https://t.co/JMW9dc8Bt8"
## 
## [[2542]]
## [1] "bendifyyt: I predict my most played song will be off the grid #SpotifyWrapped"
## 
## [[2543]]
## [1] "v1g1lantesh1t13: I get more excited about Spotify wrapped than my birthday and I pretty much know what will be on it 😭😭 #SpotifyWrapped"
## 
## [[2544]]
## [1] "Laserlord_: I predict my most played song will be Let you down by @nfrealmusic #SpotifyWrapped"
## 
## [[2545]]
## [1] "lex_the_rex_24: I predict my most played song will be The Tradition by @halsey #SpotifyWrapped"
## 
## [[2546]]
## [1] "TashB2205: I predict my top genre will be [trance] #SpotifyWrapped \n\nno contest"
## 
## [[2547]]
## [1] "dejease: me pretending to be shocked when i find out bts are my most streamed artists #SpotifyWrapped  https://t.co/YVnAnIhtHA"
## 
## [[2548]]
## [1] "Next_G_EAS: I predict my most played song will be [Rick Ashley - Never Gona Give You Up] (because people use it for rickrolling… https://t.co/Uz2aScusor"
## 
## [[2549]]
## [1] "Fungussy3: I predict my top artist will be Steam Powered Giraffe #SpotifyWrapped"
## 
## [[2550]]
## [1] "mcalive01: I predict my top artist is @FabvLMusic #SpotifyWrapped"
## 
## [[2551]]
## [1] "dejease: bts when they find out they’re my number one artists on spotify again #SpotifyWrapped https://t.co/VQ8BJgNOGg"
## 
## [[2552]]
## [1] "tae_alexandria: my #SpotifyWrapped predictions\ntop song: end of beginning by Djo\ntop artist: Taylor Swift\ntop podcast: Off Menu (so… https://t.co/a2zrllOSRt"
## 
## [[2553]]
## [1] "Hahaha10989852: I predict my top podcast will be BANTER!! #SpotifyWrapped"
## 
## [[2554]]
## [1] "WhatsTrending: #SpotifyWrapped trends as @Spotify begins to tease its 2022 roll out 👏Essentially this is your warning to go ahead… https://t.co/9weUDRPojN"
## 
## [[2555]]
## [1] "Uttamk16t6543: Wedding ❣️❣️ photography \nInbox me for photo editing \n \n#lightroom #editing #SpotifyWrapped #RedVelvet #Twitter… https://t.co/AfT7K4smQf"
## 
## [[2556]]
## [1] "nbutler_art: May as well get another listen of @bearmccreary 's #RingsofPower soundtrack before #SpotifyWrapped is out! It's gonna number one anyway!"
## 
## [[2557]]
## [1] "s0fqia: VEM LOGO SPOTIFY WRAPPED nao aguento mais esperar #SpotifyWrapped"
## 
## [[2558]]
## [1] "kissy_carolina: I predict my top artist will be Harry styles ofc #SpotifyWrapped"
## 
## [[2559]]
## [1] "kissy_carolina: I predict my top genre will be pop for sure #SpotifyWrapped"
## 
## [[2560]]
## [1] "sbrsimp: I predict my most played song will be the moans of johnny joestar getting finger blasted so hard he sets himself #SpotifyWrapped"
## 
## [[2561]]
## [1] "exclusivedeal16: 🔥 ALL CYBER MONDAY DEALS HERE! 🔥\n👉👉 https://t.co/Fh38MdY9Yl\n✅ I earn from qualifying purchases.\n• Promo codes, if a… https://t.co/97nf4lGLNl"
## 
## [[2562]]
## [1] "kissy_carolina: I predict my most played song will be as it was 🧐 #SpotifyWrapped"
## 
## [[2563]]
## [1] "miacoyle07: I predict my most played song will be coast - hailee steinfeld fr anderson paak #SpotifyWrapped"
## 
## [[2564]]
## [1] "Divinebet130: *AM NOT HERE TO CONVINCE ANYONE TO BELIEVE MY GAMES..  I CAN'T FORCE YOU TO MAKE MONEY...  I DON'T DO PAY AFTER OR… https://t.co/dA1qHPYvDJ"
## 
## [[2565]]
## [1] "NikolajZamo89: I predict my top artist will be @trixiemattel #SpotifyWrapped"
## 
## [[2566]]
## [1] "JulieMayville: I predict my top genre will be POP. Hands down. No question #SpotifyWrapped"
## 
## [[2567]]
## [1] "sophs_moran: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped  mmmmmm i think its a… https://t.co/sI0GAmEfnv"
## 
## [[2568]]
## [1] "RebeccaWright4: I predict my top artist will  be harry styles #SpotifyWrapped"
## 
## [[2569]]
## [1] "shad0w_unkn0wn: I predict my top artist will be [Djo] #SpotifyWrapped"
## 
## [[2570]]
## [1] "shad0w_unkn0wn: I predict my most played song will be [\"Tissues\" by YUNGBLUD] #SpotifyWrapped"
## 
## [[2571]]
## [1] "RebeccaWright4: I predict my top genre will be genre pop #SpotifyWrapped"
## 
## [[2572]]
## [1] "h41ey: distance yourself for awhile and you will realize a lot \n\n#FIFAWorldCupQatar2022 #SpotifyWrapped \n#CyberMondayAmazon"
## 
## [[2573]]
## [1] "ClutchRaptors: I predict my most played song will be [Everyday by Sofaygo] #SpotifyWrapped"
## 
## [[2574]]
## [1] "RebeccaWright4: I predict my most played song will be anything from harrys house #SpotifyWrapped"
## 
## [[2575]]
## [1] "whereisbillllie: I predict my top artist will be glee cast #SpotifyWrapped"
## 
## [[2576]]
## [1] "xxJodieMariexx: Getting ready to blame my music choices on my daughter. That's what she's there for, right?  #SpotifyWrapped"
## 
## [[2577]]
## [1] "whereisbillllie: I predict my top genre will be k-pop #SpotifyWrapped"
## 
## [[2578]]
## [1] "ill3gallybl0nde: I predict my top podcast will be “The Read” hosted by Kid Fury &amp; Crissle #SpotifyWrapped"
## 
## [[2579]]
## [1] "BlissfulOrange: I predict my top artist will be Addison Rae #SpotifyWrapped"
## 
## [[2580]]
## [1] "JustmoveG: Application fee waiver Good luck \n.\n#SpotifyWrapped #RedVelvet #FIFAWorldCupQatar2022 #CyberMonday #YasakElma #乌鲁木齐… https://t.co/kozxXzs9gi"
## 
## [[2581]]
## [1] "whereisbillllie: I predict my most played song will be wa da da by kepler #SpotifyWrapped"
## 
## [[2582]]
## [1] "Daniel_barb_v2: I predict my most played song will be [whole lotta Money remix ] #SpotifyWrapped"
## 
## [[2583]]
## [1] "BlissfulOrange: I predict my top genre will be Dream SMP #SpotifyWrapped"
## 
## [[2584]]
## [1] "lunedel_: I predict my most played song will be Maniac by @Stray_Kids #SpotifyWrapped"
## 
## [[2585]]
## [1] "pnggangoffical: I predict my most played song will be sabbath school by Devon hendicks #SpotifyWrapped"
## 
## [[2586]]
## [1] "George4559: I predict my most played song will be  Big City Life by Luude #SpotifyWrapped"
## 
## [[2587]]
## [1] "LiLCjBaby1: New Vid Up Now‼️\nLink Below⬇️⬇️⬇️⬇️\n\n(https://t.co/rKn5R3AeyS) \n\n#lilgotit #atl #atlanta #hoodbaby #youtuber… https://t.co/Usou7yoruc"
## 
## [[2588]]
## [1] "helencity_94: I predict my top genre will be POP #SpotifyWrapped"
## 
## [[2589]]
## [1] "BlissfulOrange: I predict my most played song will be Hello by OMFG #SpotifyWrapped"
## 
## [[2590]]
## [1] "Nathan_Evans9: I predict my most played song will be Sleepwalking by All Time Low cause there's no way it's in the 30s of my top 5… https://t.co/zOTKWYZD76"
## 
## [[2591]]
## [1] "ill3gallybl0nde: I predict my most played song will be “Lover, You Should’ve Come Over” by Jeff Buckley #SpotifyWrapped"
## 
## [[2592]]
## [1] "yuujikoos: I predict my top podcast will be [lions lead by donkeys] #SpotifyWrapped"
## 
## [[2593]]
## [1] "royceda69real: I predict my top podcast will be PAUL POD #SpotifyWrapped"
## 
## [[2594]]
## [1] "Wormysaur: I predict my most played song will be aikido neurotic/erotic or suburbia overture by will wood #SpotifyWrapped"
## 
## [[2595]]
## [1] "stu4niolos: I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped pretty basic"
## 
## [[2596]]
## [1] "prettypilled: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[2597]]
## [1] "stu4niolos: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped Nessa Barrett"
## 
## [[2598]]
## [1] "ArbitraryTingz: Can we normalize paying a bill as a Christmas gift instead of gift sets nobody gone use? #MerryChristmas… https://t.co/tg232kfClz"
## 
## [[2599]]
## [1] "impastamac: I predict my top artist will be taylor swift without a doubt #SpotifyWrapped"
## 
## [[2600]]
## [1] "stu4niolos: I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped pop"
## 
## [[2601]]
## [1] "yuujikoos: I predict my top artist will be [BTS] #SpotifyWrapped"
## 
## [[2602]]
## [1] "OurFrequency: This is a safe space 🤫 — who will be your top 3 artists of 2022? Drop a comment below 👇🏾 \n\n#SpotifyWrapped https://t.co/X4QBbd57yJ"
## 
## [[2603]]
## [1] "HelenArvi: I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped"
## 
## [[2604]]
## [1] "stu4niolos: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped to hot to cry by Nessa Barrett"
## 
## [[2605]]
## [1] "INDOBARCA_BKL: Will the #SpotifyWrapped guesses of Oshoala and Geyse be as good as their dance moves? 💃 #shorts… https://t.co/ddGOVBhUOi"
## 
## [[2606]]
## [1] "impastamac: I predict my most played song will be keep driving by harry styles #SpotifyWrapped"
## 
## [[2607]]
## [1] "yuujikoos: I predict my top genre will be [kpop] #SpotifyWrapped"
## 
## [[2608]]
## [1] "Kara_Ann_C: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[2609]]
## [1] "yuujikoos: I predict my most played song will be [Stay Alive] #SpotifyWrapped"
## 
## [[2610]]
## [1] "GoneInTheDark5: My #SpotifyWrapped will most likely be a chaos of different songs and genres that don’t match in any way"
## 
## [[2611]]
## [1] "rayyprayy: I predict my top podcast will be @AGpodcast  #SpotifyWrapped"
## 
## [[2612]]
## [1] "nadanuffgum: the only data i got from spotify is that i listened to speak by jhené aiko 143,721 times and i'm on a watch list now  #SpotifyWrapped"
## 
## [[2613]]
## [1] "royceda69real: I predict my top artist will be Eminem #SpotifyWrapped"
## 
## [[2614]]
## [1] "LFMKINGPJAY: I wish you a Merry Christmas. This is coming from Life Family Money a clothing brand and musical production company… https://t.co/ObjXwPYnan"
## 
## [[2615]]
## [1] "gohivanj: I predict my most played song will be Re-harmonize. #SpotifyWrapped"
## 
## [[2616]]
## [1] "brigadiearnb: Portugal 2-0 Uruguay\n🔥🔥🔥🔥\nPortugal won congratulations 👏👏👏👏👏\nUnbelievable Portugal team strength back 🔥🔥🔥\n#goals… https://t.co/vKXTDxZGNi"
## 
## [[2617]]
## [1] "rayyprayy: I predict my top genre will be I swear if it’s dnb 🤧🤧🤧 #SpotifyWrapped"
## 
## [[2618]]
## [1] "EvanEtaitPris: I predict my most played song will be BEST INTEREST BY TYLER THE CREATOR #SpotifyWrapped \nYALL DONT FUCKING KNOW HOW MUCH I LOVE THIS SINGLE"
## 
## [[2619]]
## [1] "jupit33rr: I predict my most played song will be dangerous by madison beer #SpotifyWrapped"
## 
## [[2620]]
## [1] "Larishlisten: Newly dropped Bad boy intro on audiomack by Larish #SpotifyWrapped #ASUUstrike #CyberMonday #FIFAWorldCupQatar2022… https://t.co/1D0YGGEsRk"
## 
## [[2621]]
## [1] "HarryFan4Life_: I predict my top artist will be Harry Styles 100% #SpotifyWrapped"
## 
## [[2622]]
## [1] "OMETinyHeartsMD: I would go to this concert...I would pay premium for this concert! 🥹🥹 You can't beat the \"soothing piano classics f… https://t.co/7ALQMCg3kw"
## 
## [[2623]]
## [1] "everydayori: I predict my top artist will be @machinegunkelly #SpotifyWrapped"
## 
## [[2624]]
## [1] "mythias675: I predict my most played song will be [Bryson Tiller - Timeless Interlude Pt. II] #SpotifyWrapped"
## 
## [[2625]]
## [1] "rayyprayy: I predict my most played song will be One More Year by @tameimpala #SpotifyWrapped"
## 
## [[2626]]
## [1] "royceda69real: I predict my top genre will be hip-hop #SpotifyWrapped"
## 
## [[2627]]
## [1] "HarryFan4Life_: I predict my most played song will be As It Was by King @Harry_Styles ❤️ #SpotifyWrapped"
## 
## [[2628]]
## [1] "keandrianjones: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped"
## 
## [[2629]]
## [1] "inbetweenness__: I predict my top artist will be [TWICE] #SpotifyWrapped"
## 
## [[2630]]
## [1] "TailsmenT: Self portraits are the best #SpotifyWrapped #RedVelvet #乌鲁木齐 #WorldCup2022 https://t.co/krpi5Rrn1G"
## 
## [[2631]]
## [1] "ChloeCombi: #SpotifyWrapped tells you WAY more about the people you might be interested in than their therapist could."
## 
## [[2632]]
## [1] "inbetweenness__: I predict my top genre will be [KPOP] #SpotifyWrapped"
## 
## [[2633]]
## [1] "_sweats_: I predict my most played song will be Megalovania by a mile.  #SpotifyWrapped"
## 
## [[2634]]
## [1] "inbetweenness__: I predict my most played song will be [https://t.co/oN1Ipehsp8] #SpotifyWrapped"
## 
## [[2635]]
## [1] "gracelyndupe: I predict my top artist will be [@taylorswift13] #SpotifyWrapped"
## 
## [[2636]]
## [1] "klawmachin: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped vylet pony"
## 
## [[2637]]
## [1] "rayyprayy: I predict my top artist will be @tameimpala ❤️  #SpotifyWrapped"
## 
## [[2638]]
## [1] "harpergruffy: imb a spotify cat, i;ll poste mine #SpotifyWrapped for every1 to see!"
## 
## [[2639]]
## [1] "royceda69real: I predict my most played song will be Arose by eminem #SpotifyWrapped"
## 
## [[2640]]
## [1] "drmuhammadsf: Awesome activities..\n#FIFAWorldCupQatar2022\n#คุณชายตอนจบ\n#FIFAWorldCup\n#البرازيل_ِسويسرا\n#kudus\n#Ukraine️… https://t.co/qLfAxZcGqX"
## 
## [[2641]]
## [1] "keandrianjones: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[2642]]
## [1] "wynterNM_: I predict my top artist will be Nicki Minaj #SpotifyWrapped"
## 
## [[2643]]
## [1] "amanda_emblem: I predict my most played song will be Coconut Rum #SpotifyWrapped"
## 
## [[2644]]
## [1] "Miranda4069: currently missing this handsome man 🥹🥹 #SpotifyWrapped #CyberMonday #ENHYPEN #ENHYPEN_SUNGHOON #SUNGHOON #Chicago… https://t.co/aCFbqPYtS9"
## 
## [[2645]]
## [1] "hushleberryspam: I predict my top podcast will be [the conversation cast] #SpotifyWrapped"
## 
## [[2646]]
## [1] "RANSUMARONS: \"Caress\" Out Now on All Major Platforms! @ItsBMcKnight @Usher\n@jtimberlake @foxsoultv @Pharrell\n@Timbaland… https://t.co/J1tmT9EtMV"
## 
## [[2647]]
## [1] "hushleberryspam: I predict my top artist will be [the smiths] #SpotifyWrapped"
## 
## [[2648]]
## [1] "gh029mdz: I predict my most played song will be HENTAI - by Rosalia #SpotifyWrapped"
## 
## [[2649]]
## [1] "theantiflop: and when my most streamed song turns out to be \"brown noise for deep sleep\" then what\n#SpotifyWrapped"
## 
## [[2650]]
## [1] "itsjakeaaron: I predict my most played song will be Don’t You Worry Child by Swedish House Mafia #SpotifyWrapped"
## 
## [[2651]]
## [1] "hushleberryspam: I predict my top genre will be [indie pop] #SpotifyWrapped"
## 
## [[2652]]
## [1] "TIfe_eNTG: I predict my top podcast will be [ART OF MANLINESS] #SpotifyWrapped"
## 
## [[2653]]
## [1] "bryanxtomas: I predict my most played song will be Alien Superstar by Beyoncé #SpotifyWrapped"
## 
## [[2654]]
## [1] "LouBell: This is really tiding me over until #SpotifyWrapped time! https://t.co/BVZtwVc30L"
## 
## [[2655]]
## [1] "mushrooomgrl: I predict my most played song will be [pretty when you cry] #SpotifyWrapped"
## 
## [[2656]]
## [1] "jesseUnknown: I predict my most played song will be “Thinking too much” by @MARCEBASSY  #SpotifyWrapped\n\nIf it’s not, I don’t want it"
## 
## [[2657]]
## [1] "hushleberryspam: I predict my most played song will be [heaven knows I’m miserable now] #SpotifyWrapped"
## 
## [[2658]]
## [1] "We_Are_SSD: #SpotifyWrapped trying real hard to make us forget about Joe Rogan"
## 
## [[2659]]
## [1] "pandasbugzz: I predict my top artist will be lemon demon or mitski #SpotifyWrapped"
## 
## [[2660]]
## [1] "TheCapThorne: I predict my most played song will be Stop it Now - SF9 #SpotifyWrapped"
## 
## [[2661]]
## [1] "merxuriia: I predict my top artist will be Red Hot Chili Peppers and if it's not I don't know what I've been doing for the las… https://t.co/wZYfutiEQj"
## 
## [[2662]]
## [1] "kibet____: Forget about Spotify wrapped,show me your Spotify instafest\n#SpotifyWrapped \n#Spotify \n#instafest https://t.co/WYkoXZvBRx"
## 
## [[2663]]
## [1] "reevemealone02: I predict my top artist will be rina sawayama like it is literally every year #SpotifyWrapped"
## 
## [[2664]]
## [1] "slim_lady1: @Accurate_slip Good evening Hilary bet.. I am happy to post that you bless my husband with this you game.. I have t… https://t.co/JlxNy7KHb0"
## 
## [[2665]]
## [1] "taemqa: @Spotify PLEASE I CANT WAIT #SpotifyWrapped https://t.co/4m1CqVwFlg"
## 
## [[2666]]
## [1] "Biden82469108: I’m thinking about starting an app for pure bloods …. It’ll be called “unvaxxodated” #SpotifyWrapped… https://t.co/iKKmDg91D6"
## 
## [[2667]]
## [1] "benfoard: I predict my most played song will be Enter One by Sol Seppy #SpotifyWrapped"
## 
## [[2668]]
## [1] "unicornlover69p: my top artist for #SpotifyWrapped is definitely taylor swift"
## 
## [[2669]]
## [1] "SouthJawn: I predict my top artist will be [BabyTron] #SpotifyWrapped"
## 
## [[2670]]
## [1] "TIfe_eNTG: I predict my top genre will be [AFROBEATS] #SpotifyWrapped"
## 
## [[2671]]
## [1] "reevemealone02: I predict my top genre will be pop probs tbh  #SpotifyWrapped"
## 
## [[2672]]
## [1] "ivyissofun: $ucideboy$ for sure #SpotifyWrapped"
## 
## [[2673]]
## [1] "tpwkrozalie28: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped LOUIS FUCKIN TOMLINSON FS"
## 
## [[2674]]
## [1] "NadyaNyakinyua: Heavenly....😍 #SpotifyWrapped #CyberMonday https://t.co/roylAJTNME"
## 
## [[2675]]
## [1] "TotalDamian: Tbh I cannot wait to see how my #SpotifyWrapped looks like 😳👀"
## 
## [[2676]]
## [1] "perennialosers: Always the bridesmaid #oaklandathletics #SpotifyWrapped #agameoffailure #baseball https://t.co/d51PXSvJBB"
## 
## [[2677]]
## [1] "beanchuffer: I predict my top artist will be Sweet Trip #SpotifyWrapped"
## 
## [[2678]]
## [1] "Korae_Dae: My Top 5 off MLLE 💜💜🦅🦅\n\n1:—Plenty Loving 💜\n2:—Pressure 🤞🏿💜\n3:—Deep 🫶🏿💜\n4:—Everyday 🤘🏿💜\n5:—Balance 🤟🏿💜\nAnd a sprinkl… https://t.co/zeYK8wdlbZ"
## 
## [[2679]]
## [1] "cocoiguess: I predict my most played song will be Santa Monica by The Front Bottoms #SpotifyWrapped"
## 
## [[2680]]
## [1] "herkisstheriot: I predict my top artist will be... Taylor Swift #SpotifyWrapped"
## 
## [[2681]]
## [1] "reevemealone02: I predict my most played song will be frankenstein!!! #SpotifyWrapped"
## 
## [[2682]]
## [1] "beanchuffer: I predict my top genre will be Alternative Rock #SpotifyWrapped"
## 
## [[2683]]
## [1] "herkisstheriot: I predict my top genre will be... pop #SpotifyWrapped"
## 
## [[2684]]
## [1] "Onix_kheeng: Poets do your thing \n#SpotifyWrapped \n#poetrylovers \n#poet https://t.co/YGky6J6P2x"
## 
## [[2685]]
## [1] "IamJClary: While we're waiting for #SpotifyWrapped, here's my #Spotifyfest https://t.co/10xIj2kucz"
## 
## [[2686]]
## [1] "JamjoKB: I predict my top artist will be Jane Remover or brakence.\n#SpotifyWrapped"
## 
## [[2687]]
## [1] "TimLockwood_: I predict my most played song will be the song that makes my phone overheat #SpotifyWrapped https://t.co/HmcgsWRzw4"
## 
## [[2688]]
## [1] "Ashcrash_studio: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[2689]]
## [1] "beanchuffer: I predict my most played song will be Sweet Trip - Milk #SpotifyWrapped"
## 
## [[2690]]
## [1] "TIfe_eNTG: I predict my top artist will be [FUTURE] #SpotifyWrapped"
## 
## [[2691]]
## [1] "herkisstheriot: I predict my most played song will be... Bejewled\n #SpotifyWrapped"
## 
## [[2692]]
## [1] "AyandaMbatha4: #Portugal &amp; @Cristiano are in the Last 16 of the #FIFAWorldCupQatar2022 😀.\n\nThey won't play Brazil (My WISH) 🙏🏽. Th… https://t.co/IWgi8ENE7H"
## 
## [[2693]]
## [1] "TheMosh77: I predict my top artist will be Tyler The Creator  #SpotifyWrapped"
## 
## [[2694]]
## [1] "lheajane_: I predict my top podcast will be the one and ONLY [Ang Walang Kwentang Podcast] #SpotifyWrapped"
## 
## [[2695]]
## [1] "dshcare1: A brief explanation &amp; recommendation of Door Step Health Care by Mr Anwar Khan. \n#nationalincubationcenter #kohat… https://t.co/CJXyORlBVB"
## 
## [[2696]]
## [1] "casey_lemmer: I predict my most played song will be [Tomorrow by Shakey Graves] #SpotifyWrapped"
## 
## [[2697]]
## [1] "JoshuaGarzaniti: I predict my most played song will be either Kazad-dum, I'll Be Right Back, or The Presses Roll #SpotifyWrapped"
## 
## [[2698]]
## [1] "TheMosh77: I predict my top genre will be Rap #SpotifyWrapped"
## 
## [[2699]]
## [1] "lu_on_the_m00n: Imma be honest with ya'll, the only reason i didn’t kill myself this month is cuz im waiting for #SpotifyWrapped 😐… https://t.co/tgx2RObM9E"
## 
## [[2700]]
## [1] "TheMosh77: I predict my most played song will be Wusyaname #SpotifyWrapped"
## 
## [[2701]]
## [1] "lheajane_: I predict my most played song will be [All about You ???] #SpotifyWrapped"
## 
## [[2702]]
## [1] "LOWESMATE: I predict my most played song will be [The Garden - Freight Yard] #SpotifyWrapped"
## 
## [[2703]]
## [1] "BlndHaji11: @Cristiano stretche your hair for the next game 😂😂\n\n#CristianoRonaldo \n#messi \n#FIFAWorldCupQatar2022… https://t.co/kETAm8JYmb"
## 
## [[2704]]
## [1] "sadiiq_101: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[2705]]
## [1] "RidetoShredPow: #SpotifyWrapped is when and soon"
## 
## [[2706]]
## [1] "Kobbyphlakesghz: @BitcoinMagazine Listen to Aden Masei.mp3, a playlist by SoundCloud on #SoundCloud\nhttps://t.co/stRnlZonFJ\nAden Mas… https://t.co/DhwCF21zTi"
## 
## [[2707]]
## [1] "multi_lunax: #SpotifyWrapped\ncan't wait to see how kpop just dominates my list for the 6th year in a row"
## 
## [[2708]]
## [1] "imjustherebru: bouta be so CONFUSED! if my #SpotifyWrapped top artist is not Kid Cudi"
## 
## [[2709]]
## [1] "NOLADawn: #insertshockedface when my top artist is @taylorswift13 AGAIN  #SpotifyWrapped https://t.co/9r3vysxnc0"
## 
## [[2710]]
## [1] "fakeitflowerss1: I predict my most played song will be Cheer Up Baby - Eli Brown Remix\n #SpotifyWrapped"
## 
## [[2711]]
## [1] "wanttobeaghost: I predict my top artist will be taylor swift #SpotifyWrapped"
## 
## [[2712]]
## [1] "ga_bril_: I predict my most played song will be Lavender Haze #SpotifyWrapped"
## 
## [[2713]]
## [1] "wanttobeaghost: I predict my most played song will be night shift da lucy dacus #SpotifyWrapped"
## 
## [[2714]]
## [1] "angelide01: my #SpotifyWrapped is going to be the exact same as last yr sorry"
## 
## [[2715]]
## [1] "AirbudsApp: like girl.. we knew what was coming #shocked #spotifywrapped https://t.co/BUlfQwVYyI"
## 
## [[2716]]
## [1] "lwtzehes: I predict my top artist will be Juan Gabriel #SpotifyWrapped"
## 
## [[2717]]
## [1] "selenaswiftb99: Today is my birthday!! Can y’all help me get @selenagomez to see this 🥺❤️ #SelenaGomez #SpotifyWrapped #MyMindAndMe https://t.co/P8vsPJba6J"
## 
## [[2718]]
## [1] "timdams8x: #SpotifyWrapped music"
## 
## [[2719]]
## [1] "USAT0PWRITER4u: Hire us for academic writing.\nUse a professional writing service in:\n#Econometrics\n#Music\n#Anatomy\n#English\n#Art… https://t.co/vJCQnPkajn"
## 
## [[2720]]
## [1] "mamertime: I predict my top artist will be [King Gizzard &amp; the Lizard Wizard] #SpotifyWrapped"
## 
## [[2721]]
## [1] "sapphiretears7: I predict my top artist will be [Taylor Swift] #SpotifyWrapped"
## 
## [[2722]]
## [1] "Robert_scott30: I will build a high-converting #landing page, #website for your business. You need one right ??\nGet one 👇👇here… https://t.co/0t2vqzvNgy"
## 
## [[2723]]
## [1] "rebelroscrey: my #SpotifyWrapped is really gonna call me out this year https://t.co/U3NL7HwTmq"
## 
## [[2724]]
## [1] "sixthirtyy_: PLEASE I  NEED IT #SpotifyWrapped https://t.co/vSINvfigZM"
## 
## [[2725]]
## [1] "mbyulist: I predict my top podcast will be @RDLNoficial #SpotifyWrapped"
## 
## [[2726]]
## [1] "VillagePixel64: I predict my most played song will be 100% C'mon By 2 Mello. Been binging This Year I Lose My Mind and it's my fav… https://t.co/QhfzyfG8xj"
## 
## [[2727]]
## [1] "Patrick31370308: Looking for excellent quality shipping container home house plans, designs buildings and any type of architectural… https://t.co/H2Hb00UGn7"
## 
## [[2728]]
## [1] "mbyulist: I predict my top artist will be Taylor Swift  #SpotifyWrapped"
## 
## [[2729]]
## [1] "999_Icy: I predict my top artist will be Juice WRLD #SpotifyWrapped"
## 
## [[2730]]
## [1] "mbyulist: I predict my top genre will be kpop and soul #SpotifyWrapped"
## 
## [[2731]]
## [1] "tncmno: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[2732]]
## [1] "Hakeemlennox_: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped\n\nhttps://t.co/kSqroaKytx"
## 
## [[2733]]
## [1] "NachoSoriano8: Predicciones de #SpotifyWrapped :\n\n1 the smiths\n2 Kanye\n3 Bring me the horizon \n4 foo fighters\n5 Artic monkeys"
## 
## [[2734]]
## [1] "mbyulist: I predict my most played song will be \"It's getting bad again\" by Ethan Jewell or something by TS. #SpotifyWrapped"
## 
## [[2735]]
## [1] "Bladimir25_: I predict my most played song will be As It Was o alguna de Bad Bunny #SpotifyWrapped"
## 
## [[2736]]
## [1] "TheWriteUpSite: if the #ticktickboom soundtrack isn't on my spotify playlist and andrew garfield not one of my most listened to art… https://t.co/rqoY6gFqEs"
## 
## [[2737]]
## [1] "lilkanyewest1: I predict my top artist will be Lana Del Rey ✨🦋🌸#SpotifyWrapped"
## 
## [[2738]]
## [1] "arocks_75: Who said it? November 28 \n•\n•\n•\n•\n•\n#motivation #quotes #quoteoftheday #inspiration #success #motivational #mindset… https://t.co/oX1No0cUIl"
## 
## [[2739]]
## [1] "holden050: I predict my top podcast will be[Mouthfools] #SpotifyWrapped"
## 
## [[2740]]
## [1] "NJMiles1: I predict my most played song will be Come Hang Out by @AJRBrothers #SpotifyWrapped"
## 
## [[2741]]
## [1] "Fructuosa19: Follow us @Team_K_eSports \n#harrystylesperu #SpotifyWrapped #CyberMondayAmazon #Qatar2022 #ล็อคกี้แฟน… https://t.co/ZbFKVuWaan"
## 
## [[2742]]
## [1] "redman36: I predict my top podcast will be  that’s a no brainer it will be “History Daily”  #SpotifyWrapped"
## 
## [[2743]]
## [1] "Lilpetey24: I predict my top artist will be Kid cudi #SpotifyWrapped @KiDCuDi https://t.co/EDLvPZjxD9"
## 
## [[2744]]
## [1] "MonkeMyths: Silly question… how did @Twitter verify @artsymonke before @opensea? Even while it’s burning, they’re faster than O… https://t.co/Kk4wPI1GGR"
## 
## [[2745]]
## [1] "vhopekookgi: I predict my top artist will be [BTS] #SpotifyWrapped"
## 
## [[2746]]
## [1] "J_Lawrence34: I predict my top artist will be @GreenDay #SpotifyWrapped"
## 
## [[2747]]
## [1] "skofiix: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[2748]]
## [1] "GhastlyLNX: If @LilNasX ain't my No.1 artist in my #SpotifyWrapped I'm gonna be confused and disappointed https://t.co/6kxyh0Apo0"
## 
## [[2749]]
## [1] "yoongis_wife_27: I predict my top artist will be [BTS] #SpotifyWrapped"
## 
## [[2750]]
## [1] "vhopekookgi: I predict my most played song will be [Paradise by BTS] #SpotifyWrapped"
## 
## [[2751]]
## [1] "lacrimads: my most played song will be.... please tell me it wont be the smiths one #SpotifyWrapped"
## 
## [[2752]]
## [1] "farhofarho: I predict my top podcast will be @LasCulturistas duh #SpotifyWrapped"
## 
## [[2753]]
## [1] "USAT0PWRITER4u: Hire us for academic writing.\nUse a professional writing service in:\n#Econometrics\n#Music\n#Anatomy\n#English\n#Art… https://t.co/oSjqlfTD7e"
## 
## [[2754]]
## [1] "MissAHxx: Really disappointed in the customer service from @Mango don’t seem to want to know when it comes to complaints bit… https://t.co/12SzX9wqaB"
## 
## [[2755]]
## [1] "TillGoins: I predict my top artist will be @FirsttoEleven #SpotifyWrapped"
## 
## [[2756]]
## [1] "redman36: I predict my top artist will be The Weeknd #SpotifyWrapped"
## 
## [[2757]]
## [1] "J_Lawrence34: I predict my most played song will be We Got The Moves by Electric Callboy #SpotifyWrapped"
## 
## [[2758]]
## [1] "LSUgymtiger: I predict my top podcast will be @LeBatardShow #SpotifyWrapped"
## 
## [[2759]]
## [1] "farhofarho: I predict my top artist will be @whereisMUNA !!!! #SpotifyWrapped"
## 
## [[2760]]
## [1] "yoongis_wife_27: I predict my top genre will be [KPOP] #SpotifyWrapped"
## 
## [[2761]]
## [1] "ALLDAY4HOBI: I predict my top artist will be [NCT] #SpotifyWrapped"
## 
## [[2762]]
## [1] "xWildestDreams_: I predict my most played song will be definitely from @taylorswift13 #SpotifyWrapped"
## 
## [[2763]]
## [1] "kwonnist: I predict my top artist will be [SEVENTEEN!!!!] #SpotifyWrapped"
## 
## [[2764]]
## [1] "AngelTheEmpress: I predict my top artist will be either Megan Thee Stallion or another hot girl #SpotifyWrapped"
## 
## [[2765]]
## [1] "ERRyan1999: I predict my top podcast will be the @tryguys’ #TryPod. #SpotifyWrapped"
## 
## [[2766]]
## [1] "brinaslullaby: my #SpotifyWrapped these past few years 🫶 b4 the new one comes out https://t.co/N81d3Luyad"
## 
## [[2767]]
## [1] "DebasmitRay: @joerogan I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped"
## 
## [[2768]]
## [1] "Lilpetey24: I predict my top genre will be rap #SpotifyWrapped"
## 
## [[2769]]
## [1] "redman36: I predict my top genre will be Sleep and Meditation Music  #SpotifyWrapped"
## 
## [[2770]]
## [1] "LSUgymtiger: I predict my top artist will be @IVEstarship #SpotifyWrapped"
## 
## [[2771]]
## [1] "kwonnist: I predict my top genre will be [KPOP] #SpotifyWrapped"
## 
## [[2772]]
## [1] "TheWriteUpSite: oh lmao btw this is for my top artist predictions for #SpotifyWrapped"
## 
## [[2773]]
## [1] "kwonnist: I predict my most played song will be [spider by HOSHI] #SpotifyWrapped"
## 
## [[2774]]
## [1] "OriginalArmada: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped\n\nI already know it’s gone be \n“… https://t.co/G5X5Svqgni"
## 
## [[2775]]
## [1] "ERRyan1999: I predict my top artist will be @gorillaz. #SpotifyWrapped"
## 
## [[2776]]
## [1] "redman36: I predict my most played song will be It’s Corn… or White Noise Binaural Beats 🫠 #SpotifyWrapped"
## 
## [[2777]]
## [1] "Vika0245: I predict my most played song will be DON'T DANCE by @amberliu #SpotifyWrapped"
## 
## [[2778]]
## [1] "Leap250: Yeah, no, I'd go to all of these days, lol\n\nthe headliners (all bangers btw) are probably a glimpse of what my… https://t.co/oEUK5ayJvt"
## 
## [[2779]]
## [1] "TheCapThorne: I predict my top genre will be Kpop for sure #SpotifyWrapped"
## 
## [[2780]]
## [1] "ALLDAY4HOBI: I predict my top genre will be [KPOP] #SpotifyWrapped"
## 
## [[2781]]
## [1] "jbird14526: I predict my top genre will be 80s rock #SpotifyWrapped"
## 
## [[2782]]
## [1] "LSUgymtiger: I predict my most played song will be “Eleven” by @IVEstarship #SpotifyWrapped"
## 
## [[2783]]
## [1] "SailorSilvi: My top podcast is hands down going to be #SmallDoses by @amandaseales The way Amanda uses her platform to amplify a… https://t.co/t9fwTq1Fwe"
## 
## [[2784]]
## [1] "ERRyan1999: I predict my top genre will be alternative rock. #SpotifyWrapped"
## 
## [[2785]]
## [1] "jessica_62408: I predict my top artist will be twenty one pilots  #SpotifyWrapped"
## 
## [[2786]]
## [1] "whoscoline: I predict my top artist will be oasis #SpotifyWrapped"
## 
## [[2787]]
## [1] "TillGoins: I predict my top podcast will be Murdaugh Murders Podcast #SpotifyWrapped\n@MandyMatney"
## 
## [[2788]]
## [1] "MariaPamukova: no #SpotifyWrapped for me, more like youtube premium 😂 https://t.co/AuBCAWGzn7"
## 
## [[2789]]
## [1] "MerkMark_: I predict my top artist will be Mori Calliope !! #SpotifyWrapped"
## 
## [[2790]]
## [1] "TheCapThorne: I predict my top artist will be SF9 or Twice #SpotifyWrapped"
## 
## [[2791]]
## [1] "DinahstyHarmony: I predict my top artist will be @thisismaneskin \n #SpotifyWrapped"
## 
## [[2792]]
## [1] "BratzDoll8493: I predict my most played song will be something by @RuPaul or by @Kesha not sure tho #SpotifyWrapped"
## 
## [[2793]]
## [1] "ERRyan1999: I predict my most played song will be “5/4” by @gorillaz. #SpotifyWrapped"
## 
## [[2794]]
## [1] "genkki_: I predict my top artist will be Kanye West #SpotifyWrapped"
## 
## [[2795]]
## [1] "genkki_: I predict my top genre will be Rap/Hip-Hop #SpotifyWrapped"
## 
## [[2796]]
## [1] "genkki_: I predict my most played song will be No More Parties in LA #SpotifyWrapped"
## 
## [[2797]]
## [1] "whoscoline: I predict my top genre will be pop / rock #SpotifyWrapped"
## 
## [[2798]]
## [1] "TIfe_eNTG: I predict my most played song will be [ASAKE - NZAZA or YOUNG JONN - XTRACOOL ] #SpotifyWrapped"
## 
## [[2799]]
## [1] "GuruNauman: Do you know for every 1000 New York City residents, 4 are #Shopify #dropshipping business owners? To get your Shopi… https://t.co/ohu0GoKhKF"
## 
## [[2800]]
## [1] "FoxtrotDan: I predict my most played song will be borders990 by @snuffles #SpotifyWrapped"
## 
## [[2801]]
## [1] "cocoiguess: I predict my top genre will be Dream SMP ☠️ #SpotifyWrapped"
## 
## [[2802]]
## [1] "TheKuakTT: #SpotifyWrapped , so proud! https://t.co/RsPa3kzrd5"
## 
## [[2803]]
## [1] "ALLDAY4HOBI: I predict my most played song will be [Bambi by Baekhyun] #SpotifyWrapped"
## 
## [[2804]]
## [1] "whoscoline: I predict my most played song will be boys don’t cry by the cure #SpotifyWrapped"
## 
## [[2805]]
## [1] "SaibotXXV: I predict my most played song will be fwb by @brakence #SpotifyWrapped"
## 
## [[2806]]
## [1] "Limekidd: I predict my most played song will be mememe #SpotifyWrapped"
## 
## [[2807]]
## [1] "cocoiguess: I predict my top podcast will be Fair Enough #SpotifyWrapped"
## 
## [[2808]]
## [1] "TheWriteUpSite: I predict my most played song will be either Running Up That Hill by Kate Bush, At The End of The Day by Wallows, S… https://t.co/lgGU0MntxA"
## 
## [[2809]]
## [1] "Tabicat2020: I predict my top artist will be Cavetown #SpotifyWrapped"
## 
## [[2810]]
## [1] "03Alexjh: I predict my top artist will be Adele #SpotifyWrapped"
## 
## [[2811]]
## [1] "QueenCityBird: I predict my top podcast will be #Archetypes 🎧. #ArchetypesWithMeghan #ArchetypesOnSpotify #SpotifyWrapped"
## 
## [[2812]]
## [1] "cocoiguess: I predict my top artist will be The Front Bottoms #SpotifyWrapped"
## 
## [[2813]]
## [1] "GazparConZ: I predict my top podcast will be @DivagandoPodcas #SpotifyWrapped"
## 
## [[2814]]
## [1] "03Alexjh: I predict my most played song will be Set Fire To The Rain By Adele #SpotifyWrapped"
## 
## [[2815]]
## [1] "bannedalt123: I predict my top podcast will be [the alive 2021 podcast] #SpotifyWrapped"
## 
## [[2816]]
## [1] "skipperwabalo: I predict my top podcast will be Ear Biscuits  #SpotifyWrapped"
## 
## [[2817]]
## [1] "emmahemmsty: I predict my most played song will be [As It Was] #SpotifyWrapped"
## 
## [[2818]]
## [1] "NiInMiCe: Guys what the fuck am I supposed to do in this situation \n#SpotifyWrapped #RedVelvet #FIFAWorldCupQatar2022 https://t.co/6eEe78aJcO"
## 
## [[2819]]
## [1] "ricardodiazm6: I predict my most played song will be provenza o motomami o lavender haze #SpotifyWrapped"
## 
## [[2820]]
## [1] "SportsBasketgh: Bruno Fernandes having fun at the #FIFAWorldCupQatar2022 . Now has 2 goals and 2 Assist. 👏💥\n\n#SpotifyWrapped Shame… https://t.co/KCnkM7eCLP"
## 
## [[2821]]
## [1] "irissversion13: My #SpotifyWrapped predictions #TaylorSwift https://t.co/9DSfEPeCL3"
## 
## [[2822]]
## [1] "Craylorr: I predict my top genre will be rap #SpotifyWrapped"
## 
## [[2823]]
## [1] "bannedalt123: I predict my top artist will be [daft punk] #SpotifyWrapped"
## 
## [[2824]]
## [1] "TeleBunn: For the 5th year in a row, I know Somnus is gonna be on there. It’s my zoning out and/or crying music of choice  #SpotifyWrapped"
## 
## [[2825]]
## [1] "whyyougottaplay: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped most definitely gonna be world by seventeen"
## 
## [[2826]]
## [1] "GazparConZ: I predict my top genre will be Rock #SpotifyWrapped"
## 
## [[2827]]
## [1] "Craylorr: I predict my top artist will be mac miller #SpotifyWrapped"
## 
## [[2828]]
## [1] "krissybubble: I predict my top artist will be Slipknot - w honorable mentions of bring me the horizon and limp bizkit #SpotifyWrapped"
## 
## [[2829]]
## [1] "rcolleary: I predict my top podcast will be WHITE NOISE LAB 😭 #SpotifyWrapped"
## 
## [[2830]]
## [1] "bannedalt123: I predict my top genre will be [RAP] #SpotifyWrapped"
## 
## [[2831]]
## [1] "cryptstina: binging the hell out of @mreemusic so that she shows up in my #SpotifyWrapped 😭🤞🏼🤞🏼"
## 
## [[2832]]
## [1] "iiJoelxJ: I’m so exited for my #SpotifyWrapped this year! ⭐️🤍"
## 
## [[2833]]
## [1] "ExpoDevSequel: I predict my most played song will be  a @cametek, @LivingTombstone, or @nelward64 song probably #SpotifyWrapped"
## 
## [[2834]]
## [1] "T_BonezLive: I predict my top podcast will be [ Banter ] #SpotifyWrapped"
## 
## [[2835]]
## [1] "EnderDev_: somehow spotify has gamified article 15 of the GDPR and it's incredible #SpotifyWrapped"
## 
## [[2836]]
## [1] "bannedalt123: I predict my most played song will be [short circuit/face to face] #SpotifyWrapped"
## 
## [[2837]]
## [1] "dilski: I predict my most played song will be Doritos &amp; Fritos by 100 Gecs #SpotifyWrapped"
## 
## [[2838]]
## [1] "Im_Omphile: @SpotifyAfrica #SpotifyWrapped my top 5\n\nRick Ross\nJ Cole\nKanye\nKendrick\nJay Z"
## 
## [[2839]]
## [1] "rcolleary: I predict my top artist will be ALEX G #SpotifyWrapped"
## 
## [[2840]]
## [1] "GoodIdeaAdia: I predict my top artist will be @GorgonCity #SpotifyWrapped"
## 
## [[2841]]
## [1] "rcolleary: I predict my top genre will be SOUNDTRACK #SpotifyWrapped"
## 
## [[2842]]
## [1] "theyarenther: I predict my top artist will be Drake #SpotifyWrapped"
## 
## [[2843]]
## [1] "Uncle_Pilpy: I’m live again. Had some Home stuff I had to deal with! Come watch me play some apex! https://t.co/ZTfJS0RC1T… https://t.co/iVn5vmdAE4"
## 
## [[2844]]
## [1] "lovequarrel: I predict my most played song will be GLITCH MODEEE #SpotifyWrapped https://t.co/EpRhzqkttM"
## 
## [[2845]]
## [1] "Infantry_bucky: Do you think America is more broken now or when Kennedy got shot ?\n#History #SpotifyWrapped"
## 
## [[2846]]
## [1] "ricardodiazm6: I predict my top artist will be Taylor Swift (obvs) #SpotifyWrapped"
## 
## [[2847]]
## [1] "Otto5002O6: I predict my top artist will be... Actually I alreay know that because of stat apps: Phoenix, currently. #SpotifyWrapped"
## 
## [[2848]]
## [1] "kokushiboop: cant wait for my #SpotifyWrapped hope theyll drop it on thursday 😩😩"
## 
## [[2849]]
## [1] "bittylittlebat: I predict my top artist will be Ashnikko #SpotifyWrapped"
## 
## [[2850]]
## [1] "krissybubble: I predict my most played song will be Bad Idea from Waitress the Musical (idk why,, i just know) #SpotifyWrapped"
## 
## [[2851]]
## [1] "rcolleary: I predict my most played song will be RUNNER by Alex G #SpotifyWrapped"
## 
## [[2852]]
## [1] "Haruhipureheart: I predict my top podcast will be Welcome To Nightvale  #SpotifyWrapped"
## 
## [[2853]]
## [1] "SonnyKissXO: I don’t typically use Spotify. I’ve been using Apple Music primarily since 2015, but this is what it picked up. Not… https://t.co/ZJh6mkpGs5"
## 
## [[2854]]
## [1] "GoodIdeaAdia: I predict my top podcast will be @talkingdead #SpotifyWrapped"
## 
## [[2855]]
## [1] "sabishiitsumo: I predict my most played song will be [Friday Night] #SpotifyWrapped"
## 
## [[2856]]
## [1] "akward_turtle_7: I predict my top podcast will be @Ladies_Tangents  cus it’s the only one I listen too! #SpotifyWrapped"
## 
## [[2857]]
## [1] "dang3rouswoman7: I predict my top artist will be sicuramente Taylor #SpotifyWrapped"
## 
## [[2858]]
## [1] "Haruhipureheart: I predict my top artist will be yungblud #SpotifyWrapped"
## 
## [[2859]]
## [1] "SlTHLECLERC: Is the one time of the year I regret having apple music #SpotifyWrapped"
## 
## [[2860]]
## [1] "supercutsam: I predict my top artist will be Ice Spice #SpotifyWrapped"
## 
## [[2861]]
## [1] "kkqqvm: I predict my most played song will be Hula Hoop by Loona 🥺 #SpotifyWrapped"
## 
## [[2862]]
## [1] "hagrid994: #SpotifyWrapped predictions https://t.co/KBKwElVMLo"
## 
## [[2863]]
## [1] "RavagersRuin: I predict my top artist will be [Taylor Swift] #SpotifyWrapped"
## 
## [[2864]]
## [1] "Haruhipureheart: I predict my top genre will be Pop punk #SpotifyWrapped"
## 
## [[2865]]
## [1] "USAT0PWRITER4u: A+ assured in your assignment(s).\nWe guarantee quality work and original content in:\n#Philosophy\n#Music\n#Law… https://t.co/jyJSqvkCEM"
## 
## [[2866]]
## [1] "DunkwaTv: Brazil 1-0 Switzerland\n\n Casemiro seals qualification with his late wonder goal\n\n#SpotifyWrapped #CyberMondayAmazon… https://t.co/aILhcR48Uf"
## 
## [[2867]]
## [1] "luisanaroa: I predict my top genre will be REGGAETON #SpotifyWrapped"
## 
## [[2868]]
## [1] "cookingmama48: Xmas Time With You 🎶🎶🎶 For your Christmas Playlists! https://t.co/widOd6uDiw\n#christmas2022 #Christmas… https://t.co/sTcmEy41PB"
## 
## [[2869]]
## [1] "Haruhipureheart: I predict my most played song will be parents - Yungblud #SpotifyWrapped"
## 
## [[2870]]
## [1] "bunnyboo0802: I predict my most played song will be Something DSMP… #SpotifyWrapped"
## 
## [[2871]]
## [1] "Chaotic_Girl55: Which one would you attend? #SpotifyWrapped #faouzia @faouzia https://t.co/pYyI2QtUMB"
## 
## [[2872]]
## [1] "luisanaroa: I predict my most played song will be HEATED #SpotifyWrapped"
## 
## [[2873]]
## [1] "badthings2ya: now what if we get #SpotifyWrapped n billie 6th vanity fair in the same dayyy! :o"
## 
## [[2874]]
## [1] "MuhammadDaur: The soul that has no fixed goal loses itself; \nfor as they say, to be everywhere is to be \nnowhere. —Michel de Mont… https://t.co/EzudW5zMDZ"
## 
## [[2875]]
## [1] "paulienuh: How I’m expecting my #SpotifyWrapped will look like this year https://t.co/bz1sIbNozb"
## 
## [[2876]]
## [1] "mrmonstercat1: i predict my top podcast will be idfk #SpotifyWrapped"
## 
## [[2877]]
## [1] "DunkwaTv: Portugal 2-0 Uruguay\n\n Bruno hits brace to help Navigators qualify from Group H\n\n#brunofernandes #Ronaldo𓃵… https://t.co/ZOBFrhGLed"
## 
## [[2878]]
## [1] "gyuulife: I predict my top genre will be kpop #SpotifyWrapped"
## 
## [[2879]]
## [1] "SaritaZapater: I predict my top artist will be @bmthofficial #SpotifyWrapped"
## 
## [[2880]]
## [1] "Ike_Bongani: It's a long thread but everyone needs to read this to see it's not just about #Balenciaga these Pedo and devil wors… https://t.co/RKmWJOJfOb"
## 
## [[2881]]
## [1] "localemogabriel: I predict my most played song will be [Happier than Ever by Billie Eilish] #SpotifyWrapped"
## 
## [[2882]]
## [1] "Nzxtime: I predict my most played song will be bloody valentine by @machinegunkelly #SpotifyWrapped"
## 
## [[2883]]
## [1] "nixaltzero: WHENS SPOTIFY WRAPPED DROPPING I NEED A REDEMPTION FROM LAST YEAR HAVING DREAM SMP AS ONE OF MY TOP GENRES \n\n#SpotifyWrapped"
## 
## [[2884]]
## [1] "gahtek: I predict my top artist will be Fleetwood Mac #SpotifyWrapped"
## 
## [[2885]]
## [1] "SpotifyStages: What’s a GIF that sums up your year in concerts? We’ll go first. #SpotifyWrapped https://t.co/XI7d73Tdgc"
## 
## [[2886]]
## [1] "mrmonstercat1: I predict my top artist will be patricia #SpotifyWrapped"
## 
## [[2887]]
## [1] "gspiredofficial: God’s intentions will reroute your directions. Trust his Process! #havefaith #faithoverfear #process #FYP #SpotifyWrapped"
## 
## [[2888]]
## [1] "gyuulife: I predict my top artist will be stray kids #SpotifyWrapped"
## 
## [[2889]]
## [1] "Jvst2709: Did you know you have to look at Spotify's top five from the bottom of your phone to read it? #SpotifyWrapped #Spotify"
## 
## [[2890]]
## [1] "Robert_scott30: Let's help you with all your integration on #HubSpot  , you need one right?\nGet some 👇👇 here… https://t.co/8gR9MHnSZC"
## 
## [[2891]]
## [1] "mrmonstercat1: i predict my top genre will be ambient #SpotifyWrapped"
## 
## [[2892]]
## [1] "gahtek: I predict my most played song will be Atlanta Girls #SpotifyWrapped"
## 
## [[2893]]
## [1] "CurruchagaD: #CheekOfItProductions by #CRADLERIVisualisations Presents alongside trk called\n🎼#CosDaddysHome🎼\n(🎼#DaddysHome🎼):… https://t.co/4cBC0th3fn"
## 
## [[2894]]
## [1] "kyungsoomilover: While waiting for #SpotifyWrapped here’s my instafest👀 https://t.co/5xgf41e4a9"
## 
## [[2895]]
## [1] "ItzRay20: I predict my top artist will be Juice Wrld #SpotifyWrapped https://t.co/7JyIiiosV4"
## 
## [[2896]]
## [1] "mrmonstercat1: i predict my most played song will be c418-intro #SpotifyWrapped"
## 
## [[2897]]
## [1] "mystinkyhorse: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped UH UHH UHHHHH"
## 
## [[2898]]
## [1] "imoonliight__: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[2899]]
## [1] "emmiiscooler: why tf isn’t there a god emoji…. @Apple explain. \n\n#SpotifyWrapped #FIFAWorldCupQatar2022 #Christianity… https://t.co/CMF2Cqy8Ec"
## 
## [[2900]]
## [1] "mystinkyhorse: I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped i dont listen"
## 
## [[2901]]
## [1] "SYMNJAYMS: I predict my top artist will be @BebeRexha #SpotifyWrapped"
## 
## [[2902]]
## [1] "mystinkyhorse: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped Tallyhall"
## 
## [[2903]]
## [1] "mystinkyhorse: I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped  fabloo"
## 
## [[2904]]
## [1] "TrinityXavier69: I predict my top artist will be @JamesArthur23 #SpotifyWrapped"
## 
## [[2905]]
## [1] "AbyMc34: I predict my top artist will be Elvis #SpotifyWrapped"
## 
## [[2906]]
## [1] "hypothetilarry: I predict my top artist will be one direction #SpotifyWrapped"
## 
## [[2907]]
## [1] "AniemordJ: @AniemordJ Good evening my lovely people\n\n #SpotifyWrapped #Ukraine #FIFAWorldCupQatar2022 https://t.co/bPkmXFqrpG"
## 
## [[2908]]
## [1] "hypothetilarry: I predict my top genre will be pop #SpotifyWrapped"
## 
## [[2909]]
## [1] "Danny_Bird1: I predict my top artist will be [@machinegunkelly] #SpotifyWrapped"
## 
## [[2910]]
## [1] "TrinityXavier69: I predict my most played song will be Unholy @samsmith #SpotifyWrapped"
## 
## [[2911]]
## [1] "R6MANOVA: I predict my top podcast will be that one episode pf that podcast with chris and jenny and chris talking about send… https://t.co/Slssi8cgYa"
## 
## [[2912]]
## [1] "SYMNJAYMS: I predict my most played song will be I’m Good (Blue) by @BebeRexha and @davidguetta #SpotifyWrapped"
## 
## [[2913]]
## [1] "ASVKband: It takes 5000 spotify plays for us to make the same $ from a single vinyl record sale #SpotifyWrapped"
## 
## [[2914]]
## [1] "AshisWeirdo: I bet my top song artist will be @mrkittydm\n\nMy top song: Neverending nights by @mrkittydm \n\nMy top songs: \n\nNevere… https://t.co/Won7YvscSH"
## 
## [[2915]]
## [1] "ayorandy_: See you there… 🎶 \n#spotifywrapped \n#instafestapp\n#spotify https://t.co/PBOimkG4K5"
## 
## [[2916]]
## [1] "sunnyxluna: i feel like my tl has never been this excited for #spotifywrapped  as this year"
## 
## [[2917]]
## [1] "policelawnews: Leave your “gun privilege” in Delaware. #2A #SpotifyWrapped #cops https://t.co/tczPspz4Ih"
## 
## [[2918]]
## [1] "LaCeballonetaRM: I predict my top artist will be angelus apatrida y me la vuelve a pelar #SpotifyWrapped"
## 
## [[2919]]
## [1] "hypothetilarry: I predict my most played song will be as it was - harry styles #SpotifyWrapped"
## 
## [[2920]]
## [1] "sleepiestkid: I predict my top artist will be MAYBE ZILD OR TAYLOR #SpotifyWrapped"
## 
## [[2921]]
## [1] "LaCeballonetaRM: I predict my top genre will be thrash metal y me la pela #SpotifyWrapped"
## 
## [[2922]]
## [1] "R6MANOVA: I predict my top artist will be Twenty One Pilots #SpotifyWrapped"
## 
## [[2923]]
## [1] "sleepiestkid: I predict my most played song will be ..... THIS ONES A HARD ONE BUT SOMETHINGS TELLING ME IT MIGHT BE CARDIGAN.... #SpotifyWrapped"
## 
## [[2924]]
## [1] "fay_klr: I predict my top podcast will be anything goes with Emma chamberlain #SpotifyWrapped"
## 
## [[2925]]
## [1] "LaCeballonetaRM: I predict my most played song will be como camarón #SpotifyWrapped"
## 
## [[2926]]
## [1] "R6MANOVA: I predict my top genre will be Kpop #SpotifyWrapped"
## 
## [[2927]]
## [1] "sydknee_123: I predict my most played song will be dont blame me by taylor swift #SpotifyWrapped"
## 
## [[2928]]
## [1] "outhouse069: I predict my top artist will be @bastille easily. #SpotifyWrapped"
## 
## [[2929]]
## [1] "sleepiestkid: I predict my top genre will be probably pop rock..... i dont remember exactly what my last year's was tho #SpotifyWrapped"
## 
## [[2930]]
## [1] "cramburry_: I predict my most played song will be Tomorrow by Shakey Graves #SpotifyWrapped https://t.co/V2Jm6aHt4z"
## 
## [[2931]]
## [1] "KillingArtMusic: Bro they #SpotifyWrapped trending rn and it’s not even out yet 😂😭 got me all excited and shi https://t.co/9glGKk4Tfw"
## 
## [[2932]]
## [1] "8wolf1: ion see my #SpotifyWrapped ???"
## 
## [[2933]]
## [1] "TYREEKMONEYHILL: I predict my top podcast will be [Never See Me Again] #SpotifyWrapped"
## 
## [[2934]]
## [1] "danipasekoff: I predict my top artist will be @chelseacutler #SpotifyWrapped"
## 
## [[2935]]
## [1] "Minjiuwuu: I predict my top artist will be #Dreamcatcher #SpotifyWrapped"
## 
## [[2936]]
## [1] "La75771764Chris: Swamp scum should be terrified, #FreeSpeech is a very rare thing in this world and the concept does not help them c… https://t.co/AsaxVayNvi"
## 
## [[2937]]
## [1] "ben5stone: I predict my most played song will be [Fair Trade] #SpotifyWrapped"
## 
## [[2938]]
## [1] "TYREEKMONEYHILL: I predict my top artist will be [ Kanye West ] #SpotifyWrapped"
## 
## [[2939]]
## [1] "meetirving: Bruno fernandes is the biggest\nPortugal play at the moment,\ndiscuss??\n\n#FIFAWorldCupQatar2022 #Trending… https://t.co/aGHrWBfsX3"
## 
## [[2940]]
## [1] "XMegzX_X: Fuck Christmas #SpotifyWrapped is what I look forward to during the holiday season😂😂"
## 
## [[2941]]
## [1] "_Aldaveee_: I predict my top podcast will be [Estirando el chicle] #SpotifyWrapped"
## 
## [[2942]]
## [1] "R6MANOVA: I predict my most played song will be Enter Sandman by Metallica  #SpotifyWrapped"
## 
## [[2943]]
## [1] "fay_klr: I predict my top artist will be #sabrina carpenter #SpotifyWrapped"
## 
## [[2944]]
## [1] "TYREEKMONEYHILL: I predict my top genre will be [ ] #SpotifyWrapped"
## 
## [[2945]]
## [1] "ZanAycicek: Click here not to miss the special Amazon discounts for November https://t.co/Nk8ap4jc9x\n\n#SpotifyWrapped #GiftGalaxy Korea"
## 
## [[2946]]
## [1] "the_chakra_khan: I predict my most played song will be My Little Pony or Bruno related 🙄 #SpotifyWrapped"
## 
## [[2947]]
## [1] "_Aldaveee_: I predict my top artist will be [Aitana] #SpotifyWrapped"
## 
## [[2948]]
## [1] "whittneyrich: I just know Beyonce and #Renaissance are all over my #SpotifyWrapped this year"
## 
## [[2949]]
## [1] "baseballhero245: I predict my top artist will be [jordan smith] #SpotifyWrapped"
## 
## [[2950]]
## [1] "fay_klr: I predict my top genre will be pop #SpotifyWrapped"
## 
## [[2951]]
## [1] "TYREEKMONEYHILL: I predict my most played song will be [Sweet/ I thought you wanted to dance] #SpotifyWrapped"
## 
## [[2952]]
## [1] "violetvolume: I predict my most played song will be \"Pink Pony Club\" by Chappell Roan. #SpotifyWrapped"
## 
## [[2953]]
## [1] "Minjiuwuu: I predict my top genre will be Kpop lol #SpotifyWrapped"
## 
## [[2954]]
## [1] "_Aldaveee_: I predict my top genre will be [Pop/ Pop Rock] #SpotifyWrapped"
## 
## [[2955]]
## [1] "cars1n: I predict my top podcast will be Painkiller Already #SpotifyWrapped"
## 
## [[2956]]
## [1] "fay_klr: I predict my most played song will be because i liked a boy by sabrina carpenter #SpotifyWrapped"
## 
## [[2957]]
## [1] "Rizkyzh97: Recreat makeup #aurelhermansyah #mamanur #attaaurel #makeup #tutorial #SpotifyWrapped https://t.co/9ziqBundg5"
## 
## [[2958]]
## [1] "OshieDidnt14: I already know my #SpotifyWrapped is going to be nothing but @badomenscult 😅🤘🏻"
## 
## [[2959]]
## [1] "_Aldaveee_: I predict my most played song will be [Quieres by Aitana] #SpotifyWrapped"
## 
## [[2960]]
## [1] "baseballhero245: I predict my top genre will be [pop genre] #SpotifyWrapped"
## 
## [[2961]]
## [1] "zairaas92: Just like the best years of my life  #SpotifyWrapped https://t.co/T1HFaGguxN"
## 
## [[2962]]
## [1] "Jay_kid__: It's a two for Brunoo⚽🎯\nPortugal are off to round off 16⚽🎯\n#SpotifyWrapped #RedVelvet #คุณชายตอนจบ… https://t.co/UDomz2w0cI"
## 
## [[2963]]
## [1] "PineOfTheApple0: This actually scared me I thought it came out already 😔 #SpotifyWrapped https://t.co/rq8awv63L8"
## 
## [[2964]]
## [1] "mdnghthes: I predict my most played song will be fine line or as it was #SpotifyWrapped"
## 
## [[2965]]
## [1] "Minjiuwuu: I predict my most played song will be #LastSequence by #WJSN #SpotifyWrapped"
## 
## [[2966]]
## [1] "sleepiestkid: I predict my top artist will be @zildbenitez #SpotifyWrapped"
## 
## [[2967]]
## [1] "woojoongsbf: I predict my top artist will be [Ateez!] #SpotifyWrapped"
## 
## [[2968]]
## [1] "Native_365: If you want to be confident, you need to look confident. \n\nBe sure to add slightly smaller handbags to your wardrob… https://t.co/HEJjW6wdSY"
## 
## [[2969]]
## [1] "BGmusicjourno: John Lennon was a criminally underrated guitarist. 'I Feel Fine', 'She Said She Said' and 'And Your Bird Can Sing'… https://t.co/0cdaEt8BdM"
## 
## [[2970]]
## [1] "baseballhero245: I predict my most played song will be [fill in top song prediction] finally free by Joshua Bassett #SpotifyWrapped"
## 
## [[2971]]
## [1] "woojoongsbf: I predict my top genre will be [K-Pop] #SpotifyWrapped"
## 
## [[2972]]
## [1] "gelodawg: I already know my top song is Super Freaky Girl @NICKIMINAJ and if it ain’t  I’m gonna sue. #SpotifyWrapped"
## 
## [[2973]]
## [1] "Doogievet: I predict my top artist will be @PaulMcCartney #SpotifyWrapped"
## 
## [[2974]]
## [1] "SamuelDaWriter: #LaurenBoebertIsSoDumb she once asked why Black people want civil rights and not gold ones. #CyberMonday… https://t.co/YxQc2jPaca"
## 
## [[2975]]
## [1] "Doogievet: I predict my top genre will be Classic Rock. #SpotifyWrapped"
## 
## [[2976]]
## [1] "DemonMentions1: 50% of my tik tok algo is girls who are meatheads after losing 80-140 pounds #SpotifyWrapped"
## 
## [[2977]]
## [1] "xoangel_20: I predict my most played song will be fine line by harry styles #SpotifyWrapped"
## 
## [[2978]]
## [1] "YesiSaidiTTT: Headache today. Grumpy\n#SpotifyWrapped #CyberMonday #FIFAWorldCup"
## 
## [[2979]]
## [1] "AshisWeirdo: I predict my top artist will be mr kitty.  #SpotifyWrapped"
## 
## [[2980]]
## [1] "xB1aZe: I predict my most played song will be All Too Well (10 Minute Version) #SpotifyWrapped"
## 
## [[2981]]
## [1] "WeBeenCroft: Spotify Wrapped \nDec 1st. #SpotifyWrapped"
## 
## [[2982]]
## [1] "ZainA700: Bruno Magnifico Fernandes Call it An Evening #SpotifyWrapped #RedVelvet #FIFAWorldCupQatar2022 #CyberMonday… https://t.co/8g3RCKB9NF"
## 
## [[2983]]
## [1] "IsntIt10vely: Not even excited for my #SpotifyWrapped cause I already know WayV aren’t getting the top artist this year since I g… https://t.co/LineyjmTvZ"
## 
## [[2984]]
## [1] "urielbmr: I predict my top podcast will be [The Joe Rogan Experience] #SpotifyWrapped"
## 
## [[2985]]
## [1] "sunny_jayx: I predict my top artist will be ghost (and if its not then i will cry) #SpotifyWrapped"
## 
## [[2986]]
## [1] "John_BoogleYT: Who's coming to Booglefest?\n#SpotifyWrapped https://t.co/bzQ8urFCDB"
## 
## [[2987]]
## [1] "PineOfTheApple0: I predict my top artist will (probably) be [@ATEEZofficial ] #SpotifyWrapped"
## 
## [[2988]]
## [1] "jdpgators: I predict my top podcast will be Drama Queens #SpotifyWrapped"
## 
## [[2989]]
## [1] "fricyfire__: I predict my most played song will be Molly Hearts by Trippie Redd or Long Time intro by Playboi Carti #SpotifyWrapped"
## 
## [[2990]]
## [1] "Thekidg2: #SpotifyWrapped #Portugal #CyberMonday #FIFAWorldCupQatar2022 #Portugal Cmonnn🇵🇹🇵🇹🔥🔥🔥 https://t.co/wWNct5cWFh"
## 
## [[2991]]
## [1] "geekykoo: I predict my top artist will be.... idk you tell me #SpotifyWrapped"
## 
## [[2992]]
## [1] "FilipeGabriel__: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[2993]]
## [1] "MeanBean_04: I predict my most played song will be [ hell yeah] #SpotifyWrapped"
## 
## [[2994]]
## [1] "sugaabloom: I predict my top artist will be BTS or Txt #SpotifyWrapped"
## 
## [[2995]]
## [1] "averaiii: I predict my most played song will be [moon song] #SpotifyWrapped"
## 
## [[2996]]
## [1] "thelakeswft: I predict my most played song will be [hoax] #SpotifyWrapped https://t.co/EczKxwlrQg"
## 
## [[2997]]
## [1] "eniolaemmanuel_: All these Mala guys  are just so superb to work with not like Yorubas \nAhh Wahala\n#Ronaldo𓃵 #SpotifyWrapped… https://t.co/yeSroIUdbd"
## 
## [[2998]]
## [1] "sugaabloom: I predict my top genre will be Kpop lmao #SpotifyWrapped"
## 
## [[2999]]
## [1] "edgar_94_p: My #SpotifyWrapped is gonna be Beyoncé, and Renaissance at number 1. With cuff it and break my soul fighting it out for number 1"
## 
## [[3000]]
## [1] "jdpgators: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[3001]]
## [1] "geekykoo: I predict my most played song will be Run BTS/Arson?? #SpotifyWrapped"
## 
## [[3002]]
## [1] "sugaabloom: I predict my most played song will be Run BTS #SpotifyWrapped"
## 
## [[3003]]
## [1] "IFALLSX94: I predict my most played song will be [Only Angel] #SpotifyWrapped"
## 
## [[3004]]
## [1] "jdpgators: I predict my top genre will be country #SpotifyWrapped"
## 
## [[3005]]
## [1] "lloydtroe: I know I haven’t posted much last week but this is a new week so.\nLet’s start out by saying thanks to all who follo… https://t.co/YpRDf5VLK6"
## 
## [[3006]]
## [1] "IFALLSX94: I predict my top genre will be [Pop] #SpotifyWrapped"
## 
## [[3007]]
## [1] "IFALLSX94: I predict my top artist will be [One Direction ] #SpotifyWrapped"
## 
## [[3008]]
## [1] "clearestrainbow: I predict my top artist will be @5SOS 💗 #SpotifyWrapped"
## 
## [[3009]]
## [1] "MrsMPoppy: Let's get it to 10k views!!  \n#SpotifyWrapped #CyberMonday https://t.co/XgNVvlvPXx"
## 
## [[3010]]
## [1] "dnfsecretclub: I predict my top podcast will be “Vad?” Ijustwanttobecool #SpotifyWrapped"
## 
## [[3011]]
## [1] "maiats2: I predict my most played song will be All Too Well 10 minute version 🧣#SpotifyWrapped"
## 
## [[3012]]
## [1] "catire98: I predict my most played song will be The Tipping Point by @tearsforfears  #SpotifyWrapped"
## 
## [[3013]]
## [1] "Leemon_X: E get one girl I wan approach,but her friends just surround her fly😒\n#SpotifyWrapped \n#RedVelvet"
## 
## [[3014]]
## [1] "youphoria_ao3: I predict my top podcast will be The Magnus Archives #SpotifyWrapped"
## 
## [[3015]]
## [1] "rylennnn: I predict my top artist will be ariana grande #SpotifyWrapped"
## 
## [[3016]]
## [1] "barchiesjabitha: i predict my most played song will be deja vu/traitor #SpotifyWrapped https://t.co/7laWcXw17I"
## 
## [[3017]]
## [1] "d49kmj: I see #SpotifyWrapped and people getting impatient, waiting for it.\n\nPSA: https://t.co/qwYPYivCTE does this for you, all year around."
## 
## [[3018]]
## [1] "HelloKiKi1717: I predict my most played song will be meow 👁👁#SpotifyWrapped"
## 
## [[3019]]
## [1] "NMPILA2: I predict my most played song will be [United in Grief- Kendrick Lamar] #SpotifyWrapped"
## 
## [[3020]]
## [1] "youphoria_ao3: I predict my top artist will be The Amazing Devil #SpotifyWrapped"
## 
## [[3021]]
## [1] "Camsxsuns: I predict my most played song will be O.O Nmixx 😂😂 #SpotifyWrapped"
## 
## [[3022]]
## [1] "youphoria_ao3: I predict my top genre will be Indie #SpotifyWrapped"
## 
## [[3023]]
## [1] "ZazaOpp1: I predict my most played song will be [Runaway By Kanye west] #SpotifyWrapped"
## 
## [[3024]]
## [1] "lemonbecherovka: I predict my most played song will be runaway from lip peep (i honestly don't have any idea but i was really feeling it)  #SpotifyWrapped"
## 
## [[3025]]
## [1] "limpbizkitstan: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped"
## 
## [[3026]]
## [1] "trueoffherchest: @Spotify is the only one who understands me 😔 can't wait for #SpotifyWrapped https://t.co/hLj0dvj4uZ"
## 
## [[3027]]
## [1] "Stimulfuriac: I predict my top artist will be Radiohead #SpotifyWrapped"
## 
## [[3028]]
## [1] "emotionsonvinyl: if im not in the 0.01% of 5sos' listeners this year then what even is the point ??? #SpotifyWrapped"
## 
## [[3029]]
## [1] "TetsuAndBucky: I predict my top artist will be HOME #SpotifyWrapped"
## 
## [[3030]]
## [1] "youphoria_ao3: I predict my most played song will be Space Was Cool by Markiplier #SpotifyWrapped"
## 
## [[3031]]
## [1] "xPlutoBH: i hit 200🥳#SpotifyWrapped #brawlhalla https://t.co/6usDxKgrSh"
## 
## [[3032]]
## [1] "carly_dwyer13: I predict my top artist will be Taylor swift or harry styles  #SpotifyWrapped"
## 
## [[3033]]
## [1] "oratileratsoma_: Business marketing, brand strategy, social media management, social media ads, brand activations,influencer marketi… https://t.co/BvlQ5ZeKrT"
## 
## [[3034]]
## [1] "kirbypunk: I predict my most played song will be mago - gfriend #SpotifyWrapped"
## 
## [[3035]]
## [1] "AuzReacts: Thats crazy\n#SpotifyWrapped #backrooms #TikTok https://t.co/qD6ReMFaQe"
## 
## [[3036]]
## [1] "iTakeYeonjun: I predict my top podcast will be no podcast but idk #SpotifyWrapped"
## 
## [[3037]]
## [1] "OnlyTheMorgan: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped I guess?"
## 
## [[3038]]
## [1] "Stimulfuriac: I predict my top genre will be Indie Rock #SpotifyWrapped"
## 
## [[3039]]
## [1] "fentibratz: I predict my top artist will be [lana del rey ] #SpotifyWrapped"
## 
## [[3040]]
## [1] "clearestrainbow: I predict my most played song will be Forget Me by @LewisCapaldi 🤭 #SpotifyWrapped"
## 
## [[3041]]
## [1] "iTakeYeonjun: I predict my top artist will be Tomorrow x Together #SpotifyWrapped"
## 
## [[3042]]
## [1] "svndayclub: if dsmp is my top genre i will kay emm ess #SpotifyWrapped"
## 
## [[3043]]
## [1] "fentibratz: I predict my top genre will be [R&amp;B] #SpotifyWrapped"
## 
## [[3044]]
## [1] "Stimulfuriac: I predict my most played song will be Skrting On The Surface by The Smile #SpotifyWrapped"
## 
## [[3045]]
## [1] "iTakeYeonjun: I predict my top genre will be R&amp;B or Indie-Rock #SpotifyWrapped"
## 
## [[3046]]
## [1] "JhoselynAA: I predict my top artist will definitily be Bruno mars #SpotifyWrapped"
## 
## [[3047]]
## [1] "Ciotti001: @POTUS #CyberMonday #GivingTuesday #SpotifyWrapped #FIFAWorldCupQatar2022 #MondayMotivation \n\nYou forgot the ugly s… https://t.co/LPrhp4FC0b"
## 
## [[3048]]
## [1] "_bcl16: I predict my top podcast will be @CrimeJunkiePod  #SpotifyWrapped"
## 
## [[3049]]
## [1] "fentibratz: I predict my most played song will be [west coast by lana del rey ] #SpotifyWrapped"
## 
## [[3050]]
## [1] "kingdreamyyboi: I predict my most played song will be off the grid #SpotifyWrapped"
## 
## [[3051]]
## [1] "anouk_truijenn: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[3052]]
## [1] "K1NGQ1: HURRY UP PLZ  #SpotifyWrapped"
## 
## [[3053]]
## [1] "JerseySV5: I predict my top artist will be Daft Punk #SpotifyWrapped"
## 
## [[3054]]
## [1] "sioamai: #SpotifyWrapped trending made me think it's already come out 😑"
## 
## [[3055]]
## [1] "Beeperfect: I predict my top artist will be [TheMidnight] #SpotifyWrapped"
## 
## [[3056]]
## [1] "Beeperfect: I predict my top genre will be [synthwave] #SpotifyWrapped"
## 
## [[3057]]
## [1] "philo_ooo: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped!!!"
## 
## [[3058]]
## [1] "anouk_truijenn: I predict my top genre will be pop #SpotifyWrapped"
## 
## [[3059]]
## [1] "JerseySV5: I predict my top genre will be [Filter House] #SpotifyWrapped"
## 
## [[3060]]
## [1] "iTakeYeonjun: I predict my most played song will be Generation by tripleS #SpotifyWrapped"
## 
## [[3061]]
## [1] "anouk_truijenn: I predict my most played song will be I ain’t worried #SpotifyWrapped"
## 
## [[3062]]
## [1] "minospw: I predict my top artist will be \nTyler The, Creator Or Kanye West #SpotifyWrapped"
## 
## [[3063]]
## [1] "shadow_kinz: I predict my top artist will be @paparoach #SpotifyWrapped"
## 
## [[3064]]
## [1] "alex12321_: I predict my top artist will be Taylor Swift by a landslide #SpotifyWrapped"
## 
## [[3065]]
## [1] "urrdiehard: I predict my top artist will be frank ocean #SpotifyWrapped even tho this is a lana account"
## 
## [[3066]]
## [1] "dylaaanking: saw  #SpotifyWrapped trending got me excited ffs"
## 
## [[3067]]
## [1] "aaron_rexman: I genuinely have no idea who my most played artist will be this year on my #SpotifyWrapped"
## 
## [[3068]]
## [1] "AlshababRadio: Isr-aeli occu-pying troops detained Palestinian youth Khalil Shamasneh, from Jerusalem, last night.\n#PokemonViolet … https://t.co/iluiG2pyVK"
## 
## [[3069]]
## [1] "alesiaa444: I predict my top genre will be pop #SpotifyWrapped"
## 
## [[3070]]
## [1] "teawithtiger_: I predict my top artist will be dream minecraft #SpotifyWrapped"
## 
## [[3071]]
## [1] "Arizonasalon: Except the nurses choose to be pregnant,the fucker fucketh in vain \n\n#SpotifyWrapped #FIFAWorldCupQatar2022 #GiftGalaxy #Twittershutdown"
## 
## [[3072]]
## [1] "waoyflwt: I predict my most played song will be [every song i ever wrote] #SpotifyWrapped"
## 
## [[3073]]
## [1] "minospw: I predict my most played song will be \nA Boy Is A Gun- Tyler, The Creator #SpotifyWrapped"
## 
## [[3074]]
## [1] "shrutithenaik: waiting for #SpotifyWrapped is worse than waiting for your period"
## 
## [[3075]]
## [1] "imshuhaib18: I predict my top artist will be Kino #SpotifyWrapped"
## 
## [[3076]]
## [1] "Crystals_Bra: I predict my most played song will be anything by yeule #SpotifyWrapped"
## 
## [[3077]]
## [1] "LuciDracul: I predict my top podcast will be (though I don’t listen to it through Spotify) #TheRalphReport. What can I say? I l… https://t.co/1YbpYDmJ0n"
## 
## [[3078]]
## [1] "waIlstaIk: I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped"
## 
## [[3079]]
## [1] "Chilis: when their top song on #SpotifyWrapped is \"Fancy Like\" https://t.co/k45kOK2fwQ"
## 
## [[3080]]
## [1] "monnnalisa143: I predict my top podcast will be anything Brown Noise 😂😂 that’s the only way I could sleep some nights #SpotifyWrapped"
## 
## [[3081]]
## [1] "velislav44: I predict my top artist will be [Travis Scott, Kanye West] 🔥 #SpotifyWrapped"
## 
## [[3082]]
## [1] "Cassie__complex: Let me get ahead of the discourse and say I enjoy seeing your #SpotifyWrapped and will totally check it out if you post it"
## 
## [[3083]]
## [1] "alesiaa444: I predict my top podcast will be Anything goes with Emma Chamberlain #SpotifyWrapped"
## 
## [[3084]]
## [1] "LewisMac_: Can’t wait for my #SpotifyWrapped https://t.co/fSOEZS8wIJ"
## 
## [[3085]]
## [1] "its_ageething: Ladies and gentlemen: HER\nTaylor Swift | The Music Industry Tour #TaylorSwift #TaylorSwiftTheErasTour… https://t.co/iqo1LfPMBT"
## 
## [[3086]]
## [1] "DanielSleigh3: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped will be when I’m gone by Katy Perry"
## 
## [[3087]]
## [1] "ScaringTheCrow: I predict my top podcast will be only one I actually listen to, Distractible #SpotifyWrapped"
## 
## [[3088]]
## [1] "jelversionsofme: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[3089]]
## [1] "imshuhaib18: I predict my top genre will be filmi #SpotifyWrapped"
## 
## [[3090]]
## [1] "woooooooooood_: I predict my top artist will be my boy sean #SpotifyWrapped"
## 
## [[3091]]
## [1] "Relax2daMax99: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[3092]]
## [1] "auzlul: The fs real chapter 4 leak\n#FortniteFracture #FortniteLeaks #chapter4 #SpotifyWrapped https://t.co/iR7lQr9Ag2"
## 
## [[3093]]
## [1] "IamR_Everson: Can’t wait to see @blackveilbrides for another year in a row 🤣 #SpotifyWrapped"
## 
## [[3094]]
## [1] "PictureGame2: I predict my most played song will be Ussewa by Ado #SpotifyWrapped"
## 
## [[3095]]
## [1] "monnnalisa143: I predict my top artist will be Oxlade, Ayra Start, or Korede Bello. Curious to see which one comes out on top.  #SpotifyWrapped"
## 
## [[3096]]
## [1] "alesiaa444: I predict my top artist will be Harry Styles #SpotifyWrapped"
## 
## [[3097]]
## [1] "sunandmoonddani: I predict my top artist will be @WeAreTheWrecks #SpotifyWrapped"
## 
## [[3098]]
## [1] "etnaflonnie: My #SpotifyWrapped will be probably be all Agoaniki-P and Mitski and Perfume those are like the only things I liste… https://t.co/x0y7lw52cB"
## 
## [[3099]]
## [1] "rainyjaes: I predict my top artist will be [fill in top artist prediction]. I know who it’s going to be I AM EMBARRASSED. #SpotifyWrapped"
## 
## [[3100]]
## [1] "chaeincubus: I predict my top artist will be stray kids #SpotifyWrapped for sure"
## 
## [[3101]]
## [1] "alesiaa444: I predict my most played song will be Satellite by Harry Styles #SpotifyWrapped"
## 
## [[3102]]
## [1] "version2cat: Doodle of my earbuds 🎶🎵 #SpotifyWrapped #OC https://t.co/KVQT4SMfSj"
## 
## [[3103]]
## [1] "Uniquearts28: I predict my most played song will be MGK or Eminem #SpotifyWrapped 🔥✨"
## 
## [[3104]]
## [1] "john63942689: I predict my most played song will be All Too Well 10 Minute Version Taylor’s Version #SpotifyWrapped"
## 
## [[3105]]
## [1] "Natasha5560: I’m going to predict who are my top artist this year on my #SpotifyWrapped \n1) Above &amp; Beyond\n2) Bad Bunny\n3) Porte… https://t.co/6j6xlWXEaw"
## 
## [[3106]]
## [1] "DMWASI12: ✔My service is only done through the Google Ads\n\n👉🏻Dm for portfolio @DMWASI12 \n\n#DigitalMarketing #YouTube… https://t.co/R84TKcCv7e"
## 
## [[3107]]
## [1] "chaeincubus: I predict my top genre will be kpop #SpotifyWrapped i mean.... come one"
## 
## [[3108]]
## [1] "NeptunesDigest: 💥 Spotify has been prepping music fans for their personalized \"Spotify Wrapped\" playlist for weeks, and the end of… https://t.co/lBUMmIXrcx"
## 
## [[3109]]
## [1] "hwahyune: I predict my top artist will be @Stray_Kids #SpotifyWrapped"
## 
## [[3110]]
## [1] "LuciDracul: I predict my top artist will be @MarisaMaino. BUT, @HeyViolet is easily a top contender as well. No matter what, Ma… https://t.co/SgjhcoKAPL"
## 
## [[3111]]
## [1] "vampireallegory: pls i need #SpotifyWrapped i have no sense of self"
## 
## [[3112]]
## [1] "chaeincubus: I predict my most played song will be lust for a vampyr by i monster #SpotifyWrapped i know this for a fact and yes i am doing this"
## 
## [[3113]]
## [1] "mossyoa: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[3114]]
## [1] "monnnalisa143: I predict my most played song will be \n1. Ijo (Laba Laba) by Crayon or \n2. Proud by Oladapo \n#SpotifyWrapped"
## 
## [[3115]]
## [1] "hwahyune: I predict my top genre will be [K-Pop] #SpotifyWrapped"
## 
## [[3116]]
## [1] "ScaringTheCrow: I predict my top artist will be Bloodywood of course. #SpotifyWrapped"
## 
## [[3117]]
## [1] "mossyoa: I predict my top genre will be pop idk #SpotifyWrapped"
## 
## [[3118]]
## [1] "chunkysixx: I predict my top podcast will be [i don't listen to podcasts] #SpotifyWrapped"
## 
## [[3119]]
## [1] "jamestankrah: Excellent and Brilliant great job done Ghana Black Stars 🇬🇭 \n#FIFAWorldCupQatar2022 #qatar2022worldcup #kudus… https://t.co/g072RKafUS"
## 
## [[3120]]
## [1] "Patriot6915: I predict my most played song will be Walk em down #SpotifyWrapped"
## 
## [[3121]]
## [1] "cursedwithsilly: y'all gave spotify wrapped so much buzz that they're treating it like a merch drop i'm yelling #SpotifyWrapped"
## 
## [[3122]]
## [1] "AppleAfrica2022: @SpotifyAfrica My Top Artist is @GSMusicEst2018 #Stop #SpotifyWrapped"
## 
## [[3123]]
## [1] "JairoEAKABilly: I predict my top artist will be [The Weeknd] #SpotifyWrapped"
## 
## [[3124]]
## [1] "hwahyune: I predict my most played song will be [Winter, Flower by @WEi__Official] #SpotifyWrapped"
## 
## [[3125]]
## [1] "lekkiloaded: I need a man to lick my plate - Pretty lady cries out in a new trending video 🙆 #SpotifyWrapped #RedVelvet… https://t.co/lYYHADaWI8"
## 
## [[3126]]
## [1] "JvstJaci: Watch all my predictions be wrong #SpotifyWrapped"
## 
## [[3127]]
## [1] "mossyoa: I predict my most played song will be Bejeweled by Taylor Swift #SpotifyWrapped"
## 
## [[3128]]
## [1] "Big_Nixk12: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped \n\nBlovee shottas"
## 
## [[3129]]
## [1] "chunkysixx: I predict my top artist will be [mcr or nirvana] #SpotifyWrapped"
## 
## [[3130]]
## [1] "JairoEAKABilly: I predict my most played song will be [Sacrifice by The Weeknd] #SpotifyWrapped"
## 
## [[3131]]
## [1] "LanaBoss: I predict my top artist will be @yunggravy #SpotifyWrapped"
## 
## [[3132]]
## [1] "chunkysixx: I predict my top genre will be [metal/rock] #SpotifyWrapped"
## 
## [[3133]]
## [1] "GYUTl3: I predict my top podcast will be nenhum 🙆🏽‍♀️ #SpotifyWrapped"
## 
## [[3134]]
## [1] "kalycede: I predict my most played song will be california love or sea,swallow me. idk tbf the taste switched a good 7 times #SpotifyWrapped"
## 
## [[3135]]
## [1] "disgukie: I predict my most played song will be #SpotifyWrapped\nhttps://t.co/68bWeESEKC"
## 
## [[3136]]
## [1] "chunkysixx: I predict my most played song will be [duality by slipknot] #SpotifyWrapped"
## 
## [[3137]]
## [1] "JvstJaci: I predict my top genre will be Modern Rock #SpotifyWrapped"
## 
## [[3138]]
## [1] "karmaisacat13TS: I predict my top artist will be TAYLOR SWIFT  #SpotifyWrapped"
## 
## [[3139]]
## [1] "krissnazy: Twitter make una put mouth Cos me I nor understand this one😭😭😂😂#Nigeria #SpotifyWrapped #FIFAWorldCupQatar2022… https://t.co/hU0yc9PlAe"
## 
## [[3140]]
## [1] "NCG87: I've just connected my account to the work Alexa this will be my last true #SpotifyWrapped next year's will be wild 😅"
## 
## [[3141]]
## [1] "GYUTl3: I predict my top artist will be Tomorrow x Together 💖 #SpotifyWrapped"
## 
## [[3142]]
## [1] "sabslucky: me knowing sabrina carpenter is clearing on my #SpotifyWrapped https://t.co/o4YtUkBaRH"
## 
## [[3143]]
## [1] "kennedyrayyy: anxiously awaiting my #SpotifyWrapped like fr"
## 
## [[3144]]
## [1] "karmaisacat13TS: I predict my top genre will be pop #SpotifyWrapped"
## 
## [[3145]]
## [1] "Chip_MoaBlink: I predict my top artist will be [TOMORROW X TOGETHER] #SpotifyWrapped"
## 
## [[3146]]
## [1] "Sophie30429697: I predict my most played song will be [All Too Well by Taylor Swift ] #SpotifyWrapped"
## 
## [[3147]]
## [1] "karmaisacat13TS: I predict my most played song will be mirrorball by #TaylorSwift #SpotifyWrapped"
## 
## [[3148]]
## [1] "imagingpdx: PLEASE RETWEET 🚨🚨🚨 #AdoptDontShop #AdoptMePets #foster #fosteringsaveslives #RescueDogs #SpotifyWrapped… https://t.co/5pAp1ZSmm0"
## 
## [[3149]]
## [1] "JvstJaci: I predict my top artist will be Mother Mother #SpotifyWrapped"
## 
## [[3150]]
## [1] "GYUTl3: I predict my top genre will be kpop 🤧 #SpotifyWrapped"
## 
## [[3151]]
## [1] "Chip_MoaBlink: I predict my top genre will be [K-pop] #SpotifyWrapped"
## 
## [[3152]]
## [1] "thevinyljagoff: I predict my top artist will be @TDWPband #SpotifyWrapped"
## 
## [[3153]]
## [1] "fazg1996: I predict my top artist will be BRUUUUUUCE #SpotifyWrapped"
## 
## [[3154]]
## [1] "Ivygrows10: I predict my most played song will be [the great war- taylor swift] #SpotifyWrapped"
## 
## [[3155]]
## [1] "305NERVOUS: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[3156]]
## [1] "MsLindsieStarr: I predict my top podcast will be my own: The Wrestling fan vlog podcast and Anything Else to Add with Lindsie Rodge… https://t.co/kUM4dnMgZo"
## 
## [[3157]]
## [1] "Chip_MoaBlink: I predict my most played song will be [Good Boy Gone Bad] #SpotifyWrapped"
## 
## [[3158]]
## [1] "Mrotoo4: If Ghana qualifies we will play Brazil 🇧🇷 in R16 I think we are out #SpotifyWrapped #FIFAWorldCupQatar2022"
## 
## [[3159]]
## [1] "imnuu13: I predict my top artist will be Taylor Swift💜💜 (by far) #SpotifyWrapped"
## 
## [[3160]]
## [1] "305NERVOUS: I predict my top genre will be pop ] #SpotifyWrapped"
## 
## [[3161]]
## [1] "dougrosenberg27: I predict my most played song will be [Jimmy Cooks] #SpotifyWrapped"
## 
## [[3162]]
## [1] "305NERVOUS: I predict my most played song will be as it was #SpotifyWrapped"
## 
## [[3163]]
## [1] "mossyoa: I predict my top podcast will be  Banter!! #SpotifyWrapped"
## 
## [[3164]]
## [1] "thevinyljagoff: I predict my most played song will be Doomswitch - @makethemsuffer #SpotifyWrapped"
## 
## [[3165]]
## [1] "daheeloo: I predict my top artist will be hopefully @sza but I think Ariana grande #SpotifyWrapped"
## 
## [[3166]]
## [1] "laurenk130: I predict my top artist will be @taylorswift13 🫶🏻 #SpotifyWrapped"
## 
## [[3167]]
## [1] "KimTaeisKing: I predict my top genre will be Kpop #SpotifyWrapped"
## 
## [[3168]]
## [1] "emilyelixabeth_: I predict my most played song will be What Do You Know About Love - by Joshua Bassett and Sofia Wylie… https://t.co/mnomupacP6"
## 
## [[3169]]
## [1] "VeryZebb: I predict my top artist will be @AvaMax #SpotifyWrapped https://t.co/2ehHNceJ1h"
## 
## [[3170]]
## [1] "KimTaeisKing: I predict my top artist will be without a doubt BTS #SpotifyWrapped"
## 
## [[3171]]
## [1] "GYUTl3: I predict my most played song will be good boy gone bad by @TXT_members 🌹 #SpotifyWrapped"
## 
## [[3172]]
## [1] "JvstJaci: I predict my most played song will be \"Your Number's Up\" by Ice Nine Kills #SpotifyWrapped"
## 
## [[3173]]
## [1] "daheeloo: I predict my most played song will be good days by Sza #SpotifyWrapped"
## 
## [[3174]]
## [1] "KimTaeisKing: I predict my most played song will be RunBTS #SpotifyWrapped"
## 
## [[3175]]
## [1] "VeryZebb: I predict my top genre will be Pop #SpotifyWrapped"
## 
## [[3176]]
## [1] "livsrodrihoe: RELEASE #SpotifyWrapped ALREADY https://t.co/VOopIfpWj9"
## 
## [[3177]]
## [1] "official_noria: I predict my top genre will be rock 🤟🤟🤟 #SpotifyWrapped"
## 
## [[3178]]
## [1] "KaitlynCeline15: I predict my top artist will be Taylor Swift #SpotifyWrapped https://t.co/Sef26h8I5V"
## 
## [[3179]]
## [1] "cowboyliketayta: #SpotifyWrapped  yeah ok it's soon but WHEN when is soon 😭"
## 
## [[3180]]
## [1] "JhoselynAA: I predict my top genre will be R&amp;B  #SpotifyWrapped"
## 
## [[3181]]
## [1] "Rhys_Dyson: I predict my top artist will be @Tom_Grennan #SpotifyWrapped. I have a feeling I’ll be in his top 1-3% of listeners 😅"
## 
## [[3182]]
## [1] "official_noria: I predict my most played song will be Comfortably Numb (Live) [2019 Remix] #SpotifyWrapped"
## 
## [[3183]]
## [1] "DoBotherMe2: I predict my top podcast will be #ArchetypesWithMeghan #SpotifyWrapped"
## 
## [[3184]]
## [1] "msantiagophotos: I predict my top artist will be Mac Miller, Cleo Sol, Tems, JID, and Baby Rose #SpotifyWrapped"
## 
## [[3185]]
## [1] "athenaa95: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[3186]]
## [1] "JhoselynAA: I predict my most played song will be [leave the door open by silk Sonic @silksonic @brunomars #SpotifyWrapped"
## 
## [[3187]]
## [1] "Divinebet130: You might have tried so many online business and fail, but please have you tried this? A big NO, why then do you th… https://t.co/gmDSAELTkh"
## 
## [[3188]]
## [1] "moastays: I predict my top artist will be STRAY KID.  #SpotifyWrapped"
## 
## [[3189]]
## [1] "NaraNidhi: Packing early morning #heartinbows #RedVelvet #SpotifyWrapped #CyberMonday #kudus https://t.co/OQ1HqRnqON"
## 
## [[3190]]
## [1] "moastays: I predict my most played song will be MUDDY WATER.  #SpotifyWrapped"
## 
## [[3191]]
## [1] "Al_Brown313: I wish I was as confident with my sex skills as female rappers are. #SpotifyWrapped"
## 
## [[3192]]
## [1] "ZeBadmedic: I predict my top podcast will be [#baywatchberlin] #SpotifyWrapped"
## 
## [[3193]]
## [1] "barbiesobodittt: I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped @PhaseZeroCB"
## 
## [[3194]]
## [1] "ItsRim2K: I predict my top artist will be DC The Don #SpotifyWrapped"
## 
## [[3195]]
## [1] "Lil_D12345678: Listen to my song pls! #Rap #music #SpotifyWrapped #artistsontwitter #SONG \nhttps://t.co/bp5gMFwsqW"
## 
## [[3196]]
## [1] "barbiesobodittt: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped TAYLOR SWIFT"
## 
## [[3197]]
## [1] "ihrtaejoon: PLS PLS PLS #SpotifyWrapped"
## 
## [[3198]]
## [1] "barbiesobodittt: I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped pop"
## 
## [[3199]]
## [1] "barbiesobodittt: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped any taylor song"
## 
## [[3200]]
## [1] "MsLindsieStarr: I predict my most played song will be either “Not Over Yet” by KSI featuring Tom Grennan or “STAR WALKIN’” by Lil Nas X. #SpotifyWrapped"
## 
## [[3201]]
## [1] "ItsRim2K: I predict my most played song will be iCarly :/ #SpotifyWrapped"
## 
## [[3202]]
## [1] "Mega4L_: #SpotifyWrapped got me hyped af!"
## 
## [[3203]]
## [1] "aesteetic: I predict my most played song will be Still Love You by Sofia Carson #SpotifyWrapped"
## 
## [[3204]]
## [1] "cleanlight19: I predict my top artist will be @carlypearce #SpotifyWrapped"
## 
## [[3205]]
## [1] "bozofreakazoid: @nuevogansito @azulcorri come back before my #SpotifyWrapped comes 😭😭😢😢😢"
## 
## [[3206]]
## [1] "Mhduke2: I predict my top podcast will be [fill in top podcast Rachel Maddow #SpotifyWrapped"
## 
## [[3207]]
## [1] "Low_Tier_Jacob: I predict my top artist will be @polyphia #SpotifyWrapped"
## 
## [[3208]]
## [1] "raeshrey: i just want to see my #SpotifyWrapped already!!! https://t.co/aTdfCHGvSr"
## 
## [[3209]]
## [1] "NyahWashington: Purchase my my hair vendor for $40 TODAY \n\nText (4047020552) if interested 💕\n\n#CyberMonday #SpotifyWrapped… https://t.co/SzwSDA74lL"
## 
## [[3210]]
## [1] "jinxdorii: I predict my most played song will be rose-colored boy by paramore \n#SpotifyWrapped"
## 
## [[3211]]
## [1] "Mhduke2: I predict my top artist will be BTS #SpotifyWrapped"
## 
## [[3212]]
## [1] "444hal: I predict my most played song will be Mad As Fuck by Ramirez ft. Freddie Dredd #SpotifyWrapped"
## 
## [[3213]]
## [1] "Harrysaykholar: Men settle where they find peace not beauty while women settle where they find money not handsome\n#hookup… https://t.co/TelvEvxvHB"
## 
## [[3214]]
## [1] "BellaHoneyErot: Support us now and help make a difference.\nDonate Now \nhttps://t.co/dfYSTIULWn\n#Qatar2022 #RedVelvet #YasakElma… https://t.co/gTagaYmMpr"
## 
## [[3215]]
## [1] "roturru: I predict my top artist will be @KiDCuDi \nHe will take that spot this year\n#SpotifyWrapped"
## 
## [[3216]]
## [1] "DavidHuzzard: I predict my most played song will be Bubble Guppies Theme #SpotifyWrapped"
## 
## [[3217]]
## [1] "axilatl: I don't think I even listened to Rain On Me *as much* this year, but it will somehow probably still be my most play… https://t.co/6UW8r5qsWQ"
## 
## [[3218]]
## [1] "ZeBadmedic: I predict my top artist will be [Ed Sheeran] #SpotifyWrapped"
## 
## [[3219]]
## [1] "Danny46236441: no one cares about your  #SpotifyWrapped .... keep it to yourself. https://t.co/XP7bFPWj3d"
## 
## [[3220]]
## [1] "ethersh4rk: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[3221]]
## [1] "Dolamieu: I predict my top genre will be dmsp Minecraft genre 😭#SpotifyWrapped"
## 
## [[3222]]
## [1] "Mhduke2: I predict my most played song will be [Yet To Come] #SpotifyWrapped"
## 
## [[3223]]
## [1] "Cutewdx: I predict my top genre will be pop lmao #SpotifyWrapped"
## 
## [[3224]]
## [1] "shakirazyx: This year has been ROUGH #SpotifyWrapped WILL BE EXPOSING ME"
## 
## [[3225]]
## [1] "SheikhoSuleiman: When you’re Cristiano Ronaldo ♥️\n#CR7𓃵 #CR7 #ronaldo #CristianoRonaldo #Portugal #uru #FIFAWorldCupQatar2022… https://t.co/k9z6IYozP7"
## 
## [[3226]]
## [1] "Pancake_Punk: Here’s my prediction for my #SpotifyWrapped:\n\nNirvana, Tyler, the Creator, and Michael Giacchino will be my most li… https://t.co/UD1UAps1rJ"
## 
## [[3227]]
## [1] "LUVBOATBOYS: I predict my most played song will be [Leave me behind by @NateWantsToBtl and @TheCamSteady ]  #SpotifyWrapped  Sla… https://t.co/BiH5gwQNhL"
## 
## [[3228]]
## [1] "ethersh4rk: I predict my most played song will be Running up that hill by Kate Bush #SpotifyWrapped"
## 
## [[3229]]
## [1] "ZeBadmedic: I predict my top genre will be [Pop] #SpotifyWrapped"
## 
## [[3230]]
## [1] "parisrae13: I predict my most played song will be All Too Well (10 minute version) #SpotifyWrapped"
## 
## [[3231]]
## [1] "SanticoSecre: You can't complain about my versatility. #Spotify #SpotifyWrapped #instafest https://t.co/EK0qseg6ZT"
## 
## [[3232]]
## [1] "ScaringTheCrow: I predict my most played song will be It's very clearly gonna be Gaddaar #SpotifyWrapped"
## 
## [[3233]]
## [1] "amandasuxks: #SpotifyWrapped okay where is it"
## 
## [[3234]]
## [1] "callmelexis: screaming - i totally forgot to write jojo earlier , forgive me - but anyway guessing my spotify wrapped is gonna b… https://t.co/IdMKVpdQ36"
## 
## [[3235]]
## [1] "ColorMeTris: I predict my top artist will be BTS #SpotifyWrapped"
## 
## [[3236]]
## [1] "jules_hooper: I predict my most played song will be Scars by Stray kids #SpotifyWrapped"
## 
## [[3237]]
## [1] "MochiMouse_: I predict my top artist will be Sodikken #SpotifyWrapped"
## 
## [[3238]]
## [1] "BlazzianC1: Check out Blazzian Collection's video! #TikTok https://t.co/niJugnUEst\n\n#lasvegasfashiondesigner #fashiondesigner… https://t.co/npCNYQnMJk"
## 
## [[3239]]
## [1] "ColorMeTris: I predict my top genre will be Kpop #SpotifyWrapped"
## 
## [[3240]]
## [1] "theghostk1ng_: I predict my top artist will be The One And Only Taylor Alison Swift #SpotifyWrapped"
## 
## [[3241]]
## [1] "6adboyafrika: I stand with gender equality fam , no shades , bro smacked the shot outa her #SpotifyWrapped #RedVelvet… https://t.co/QMaLfUVvDZ"
## 
## [[3242]]
## [1] "Shark_Horses: my #SpotifyWrapped is gonna be so ass because I use lofi music to sleep so it's just all gonna be that"
## 
## [[3243]]
## [1] "Clumpter: FUCK SPOTIFY WE APPLE MUSIC GANG\n #SpotifyWrapped"
## 
## [[3244]]
## [1] "phrigphrog: I predict my top podcast will be the magnus archives #SpotifyWrapped"
## 
## [[3245]]
## [1] "zmcnair2000: Since #SpotifyWrapped is about to drop and I use the superior Apple Music, here’s my top 10 songs 🤣 Not even surpri… https://t.co/Wqe5buufO7"
## 
## [[3246]]
## [1] "4Naeemm: I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped"
## 
## [[3247]]
## [1] "Tommy_Byrn: #SpotifyWrapped making me a custom playlist: https://t.co/u2bCREIwrd"
## 
## [[3248]]
## [1] "IamGoalsetting: #SpotifyWrapped r&amp;b gotta b there on mine"
## 
## [[3249]]
## [1] "MsLindsieStarr: I predict my top artist will be KSI. You can’t blame me for choosing the U.K. YouTuber for this. #SpotifyWrapped"
## 
## [[3250]]
## [1] "ColorMeTris: I predict my most played song will be Euphoria by BTS #SpotifyWrapped"
## 
## [[3251]]
## [1] "deepumi5: OMGG let's guess who would be on our top 5 for #SpotifyWrapped !!!"
## 
## [[3252]]
## [1] "Rhys_fantastico: Calling it now.\n\nMy #SpotifyWrapped will consist of the following\nAnd probably some rogue one like Disney or Kim Wi… https://t.co/aGMo3OSxog"
## 
## [[3253]]
## [1] "splash13223: Check out Purple Relaxation Syrup, 2 oz https://t.co/WsOTvVHyNn #eBay via @eBay Balenciaga #WhatsApp City of Housto… https://t.co/6ZoTNDyHN7"
## 
## [[3254]]
## [1] "stelllawunder: I predict my top artist will be harry styles 🥰 #SpotifyWrapped"
## 
## [[3255]]
## [1] "ponyos_ocean: I predict my top podcast will be DISTRACTIBLE #SpotifyWrapped"
## 
## [[3256]]
## [1] "Oinkert1: Fine, I'll do it. I predict my most played song will be Empty By Letdown. I'm a depressed bitch and found this song… https://t.co/Yjsetx2xcD"
## 
## [[3257]]
## [1] "terryjgeo: I predict my most played song will be Everybody's Gay by Lizzo #SpotifyWrapped"
## 
## [[3258]]
## [1] "meowguro: I predict my top artist will be [Taylor Swift] #SpotifyWrapped https://t.co/w2B31f4ATn"
## 
## [[3259]]
## [1] "stelllawunder: I predict my most played song will be night shift by lucy dacus 🤧#SpotifyWrapped"
## 
## [[3260]]
## [1] "scasagra: I predict my top podcast will be Migrantes https://t.co/c091LGwBPv #SpotifyWrapped"
## 
## [[3261]]
## [1] "theghostk1ng_: I predict my most played song will be Persephone in the Garden #SpotifyWrapped"
## 
## [[3262]]
## [1] "Eu4n_H4mm0nD: i love the smiths… I SAID I LOVE THE SMITHS\n\nI think a few worlds would collide at this fest\n\n#instafest… https://t.co/Nk6BHqkBBw"
## 
## [[3263]]
## [1] "Daniellasicon2L: I predict my most played song will be [titi me preguntó] #SpotifyWrapped"
## 
## [[3264]]
## [1] "MyLittIeForest: I predict my most played song will be Interlude Set Me Free #SpotifyWrapped"
## 
## [[3265]]
## [1] "The_Yakyra: If you haven’t already tap in to my latest Drop ✨💥#djya2x #SpotifyWrapped #CyberMonday https://t.co/xrcUXE5yJz"
## 
## [[3266]]
## [1] "khanke_suprit: Waiting for #SpotifyWrapped 🙆🏿‍♂️ https://t.co/wip4I6ryec"
## 
## [[3267]]
## [1] "fckthetories: I predict my most played song will be a Fred Again! song surely #SpotifyWrapped"
## 
## [[3268]]
## [1] "MJ_PARKS: I predict my top artist will be [@nfrealmusic ] #SpotifyWrapped"
## 
## [[3269]]
## [1] "MyLittIeForest: I predict my top podcast will be Dracula audiobook #SpotifyWrapped"
## 
## [[3270]]
## [1] "dannyolix: Missing you dear😍😍\n\n#love  #CyberMonday #RedVelvet #SpotifyWrapped #fashion #beauty https://t.co/o2Xo3sOXxP"
## 
## [[3271]]
## [1] "cartomutti: I predict my top podcast will be Archetypes!! #SpotifyWrapped"
## 
## [[3272]]
## [1] "arisaroo: I predict my top artist will be @vendredisurmer #SpotifyWrapped"
## 
## [[3273]]
## [1] "splash13223: Check out Red Relaxation Syrup, 2 oz https://t.co/fH0Bh0z2dM #eBay via @eBay \nBalenciaga #WhatsApp City of Houston… https://t.co/tC8nxINKYw"
## 
## [[3274]]
## [1] "BluCocoSlushie: I predict my top artist will be Ghost #SpotifyWrapped"
## 
## [[3275]]
## [1] "135Alx: I predict my top podcast will be Gemischtes Hack #SpotifyWrapped"
## 
## [[3276]]
## [1] "Ragnarock_1: I predict my top podcast will be Trash Taste #SpotifyWrapped"
## 
## [[3277]]
## [1] "SappireMoon1312: I predict my top genre will be FUCKING DSMP BCS SPOTIFY HAS THAT STUPID GODDAMN GENRE AND IT SUCKS AND ITS NOT EVEN… https://t.co/LTa1ZNsZxx"
## 
## [[3278]]
## [1] "nov4bee: I predict my top genre will be Russian Alt Pop #SpotifyWrapped"
## 
## [[3279]]
## [1] "Ragnarock_1: I predict my most played song will be Kisaragi by Camellia #SpotifyWrapped"
## 
## [[3280]]
## [1] "135Alx: I predict my top artist will be Panic! at the Disco #SpotifyWrapped"
## 
## [[3281]]
## [1] "96chelseah: me looking for my spotify wrapped:\n\n@Spotify #SpotifyWrapped #spotify https://t.co/VnygdSJGtQ"
## 
## [[3282]]
## [1] "lilstepstone: I predict my top podcast will be CHUCKLE SANDWICH &gt;:D #SpotifyWrapped"
## 
## [[3283]]
## [1] "ashstarstruck: i feel like someone's already said this but i'm more excited for my #SpotifyWrapped than i have been for my birthday"
## 
## [[3284]]
## [1] "135Alx: I predict my top genre will be modern rock #SpotifyWrapped"
## 
## [[3285]]
## [1] "Kouaii_: I predict my most played song will be Glimpse of Us by Joji (: 💕#SpotifyWrapped"
## 
## [[3286]]
## [1] "lilstepstone: I predict my top genre will be kpop? indie pop ? #SpotifyWrapped"
## 
## [[3287]]
## [1] "redlinekiller: when do i get my #SpotifyWrapped https://t.co/JdGc80qmHH"
## 
## [[3288]]
## [1] "GlansAnja: I predict my top podcast will be either @basementyard or @BaileySarian #darkhistory #SpotifyWrapped"
## 
## [[3289]]
## [1] "Supremecmdrike: I predict my top artist will be Muse #SpotifyWrapped"
## 
## [[3290]]
## [1] "cartomutti: I predict my top artist will be @taylorswift13 #SpotifyWrapped 🥰"
## 
## [[3291]]
## [1] "xorcismemlyrose: I predict my top genre will be Country. It’s always country or a county sub genre. #SpotifyWrapped"
## 
## [[3292]]
## [1] "_AriBee: My #SpotifyWrapped is really about to expose all 16 of my personalities. And I think I’m okay with that"
## 
## [[3293]]
## [1] "sellingdreams77: Usually I trick dat girl outta her love but dat was the selfish me. #SpotifyWrapped #RedVelvet #CyberMonday #Sasmos"
## 
## [[3294]]
## [1] "nov4bee: I predict my top artist will be Nothing but Thieves #SpotifyWrapped"
## 
## [[3295]]
## [1] "AmberThaGambler: I predict my top artist will be Adam &amp; the Ants #SpotifyWrapped"
## 
## [[3296]]
## [1] "lilstepstone: I predict my top artist will be Stray Kids #SpotifyWrapped"
## 
## [[3297]]
## [1] "Supremecmdrike: I predict my top genre will be Rock #SpotifyWrapped"
## 
## [[3298]]
## [1] "MollyTierney9: I predict my most played song will be [Carolina By Harry Styles] #SpotifyWrapped"
## 
## [[3299]]
## [1] "Ragnarock_1: I predict my top genre will be J-Core #SpotifyWrapped"
## 
## [[3300]]
## [1] "okuuzen_: On attend !!!  #SpotifyWrapped"
## 
## [[3301]]
## [1] "lilstepstone: I predict my most played song will be Stray Kids - MANIAC\n #SpotifyWrapped"
## 
## [[3302]]
## [1] "HalfrackP: Check out the pods cast on Spotify!\n\n#podcast #SpotifyWrapped #spotifypodcasts #bassandbooners https://t.co/WxD21Rqm1R"
## 
## [[3303]]
## [1] "Ragnarock_1: I predict my top artist will be Camellia #SpotifyWrapped"
## 
## [[3304]]
## [1] "patrvee: Maybe next year #SpotifyWrapped #AppleMusic https://t.co/PO9ZIvt3ky"
## 
## [[3305]]
## [1] "AUNKNOWNPERSON0: I predict my top artist will be Austin Butler #SpotifyWrapped"
## 
## [[3306]]
## [1] "135Alx: I predict my most played song will be Downtown #SpotifyWrapped"
## 
## [[3307]]
## [1] "spookychiaki: im gonnabe sick what if its ass #SpotifyWrapped"
## 
## [[3308]]
## [1] "serendipity4_jm: somethings telling me Red Lights is my most played song of the year🤭\n\n#SpotifyWrapped"
## 
## [[3309]]
## [1] "Ocean_Pearl09: #SpotifyWrapped \nFour weeks ago from six months ago... We aren't even gonna talk about my all time https://t.co/UuYBXXjQKJ"
## 
## [[3310]]
## [1] "_Eric9000: \"I predict my most played song will be Party Rock Anthem\", you happy now Spotify now stop harassing me #SpotifyWrapped"
## 
## [[3311]]
## [1] "Arianahasfaith: I predict my top artist will be [Kali Uchis!!] #SpotifyWrapped (give us Spotify wrapped now 😭 we desperately need to know)"
## 
## [[3312]]
## [1] "kamzori_: Summer is hot \nBut I am hotter \n\n#SpotifyWrapped #RedVelvet #FIFAWorldCupQatar2022 #CyberMonday #乌鲁木齐 #ล็อคกี้แฟน… https://t.co/pMd9I6SeOm"
## 
## [[3313]]
## [1] "urielbmr: I predict my top artist will be [Psy (The guy who made Gangnam Style)] #SpotifyWrapped"
## 
## [[3314]]
## [1] "liliacy_d: GIVE ME A WEEK TO FIX IT PLEASE #SpotifyWrapped"
## 
## [[3315]]
## [1] "TheAimercat: I predict my top artist will be @duranduran #SpotifyWrapped"
## 
## [[3316]]
## [1] "kiran_l_g: I predict my top artist will be Tiago PZK #SpotifyWrapped"
## 
## [[3317]]
## [1] "mattvettese: I can't wait for #SpotifyWrapped to call my taste in music \"scary\" again this year."
## 
## [[3318]]
## [1] "vibeyTM: #SpotifyWrapped if yungeen ace ain’t my most played shit this year then like someone’s lying cause I listen to him… https://t.co/3oGTaNEdO9"
## 
## [[3319]]
## [1] "DashingDebby: Probably gonna get 10 views High Key🥲 #SpotifyWrapped #CyberMonday #humor #comedy #TikTokviral… https://t.co/ItpnNmo8Xn"
## 
## [[3320]]
## [1] "stanhijabi: I THOUGHT IT WAS OUT CAUSE IT WAS TRENDING DAMN IT #SpotifyWrapped"
## 
## [[3321]]
## [1] "Starlost_Han: Thinking of starting to make edits for K-pop, anime and others…any suggestions??? #SpotifyWrapped #KPOP #anime"
## 
## [[3322]]
## [1] "FaeWitchKlae: I predict my top podcast will be [My Brother, My Brother and Me] #SpotifyWrapped"
## 
## [[3323]]
## [1] "Tayliviafan: I predict my most played song will be [what would u do by @tatemcrae] #SpotifyWrapped"
## 
## [[3324]]
## [1] "EllingerBrandon: I predict my top artist will be Eric Church. Every year forever #SpotifyWrapped"
## 
## [[3325]]
## [1] "andromustdie: I predict my top genre will be emo  :( #SpotifyWrapped"
## 
## [[3326]]
## [1] "Desideriumbook: I predict my most played song will be [Bodys-Car Seat Headrest] #SpotifyWrapped"
## 
## [[3327]]
## [1] "Rnckw: I predict my most played song will be Forever Only by Jaehyun 😃😃😃😃 #SpotifyWrapped"
## 
## [[3328]]
## [1] "FaeWitchKlae: I predict my top artist will be [Florence + the Machine] #SpotifyWrapped"
## 
## [[3329]]
## [1] "Grymmsnarl: cant wait for #SpotifyWrapped to tell me 90% of the music i listen to is sad lesbian indie or something"
## 
## [[3330]]
## [1] "KDWORLD17: I predict my top artist will be Yeat @yeat1_ #SpotifyWrapped"
## 
## [[3331]]
## [1] "wookookbin: I predict my most played song will be Run BTS #SpotifyWrapped"
## 
## [[3332]]
## [1] "Treasuregodwin_: God abeg🙏. \n#sapa #SpotifyWrapped https://t.co/cSAHLWONKL"
## 
## [[3333]]
## [1] "andres5396: I predict my top artist will be @WTofficial #SpotifyWrapped"
## 
## [[3334]]
## [1] "urielbmr: I predict my top genre will be [K-Pop (Gangnam Style)] #SpotifyWrapped"
## 
## [[3335]]
## [1] "remindmetoread: I predict my most played song will be Heated 🔥 #SpotifyWrapped"
## 
## [[3336]]
## [1] "WanderingLana: These are always a fun look back on the year. I predict my top artist will be [SEGA SOUND TEAM or Toby Fox] #SpotifyWrapped"
## 
## [[3337]]
## [1] "hrtmates: I predict my most played song will be El Alma Que Te Trajo #SpotifyWrapped"
## 
## [[3338]]
## [1] "Eth4nkar4te1: Hopefully it won’t be as bad as last years 😂 #SpotifyWrapped #Spotify https://t.co/ePSSAfKcmT"
## 
## [[3339]]
## [1] "brother_trees: I predict my most played song to be ex-mortis by ice nine kills #SpotifyWrapped"
## 
## [[3340]]
## [1] "KDWORLD17: I predict my most played song will be Home by Mike Dimes #SpotifyWrapped @DoubleLambOG"
## 
## [[3341]]
## [1] "FaeWitchKlae: Why not do these I guess lmao.\n\nI predict my most played song will be [King by Florence + the Machine] #SpotifyWrapped"
## 
## [[3342]]
## [1] "forevermoreshea: I predict my most played song will be Casanova by Blake Rose \nbecause it’s been my #1 song of all time since april… https://t.co/zCYM9GcpFk"
## 
## [[3343]]
## [1] "krallan70700: I predict my most played song will be [Mockingbird] #SpotifyWrapped"
## 
## [[3344]]
## [1] "remindmetoread: I predict my top artist will be BEYONCÉ #SpotifyWrapped"
## 
## [[3345]]
## [1] "urielbmr: I predict my most played song will be [Gangnam Style] #SpotifyWrapped"
## 
## [[3346]]
## [1] "Viinxe: I predict my top podcast will be   fortnite porn #SpotifyWrapped"
## 
## [[3347]]
## [1] "VChibyk: Shit !!!!!  for a sec  I felt Suarez scored that goal. 🤭🤭🤭🤭🤭🥱🥱🥱🥱#SpotifyWrapped #Portugal #ronaldo #WorldCup2022"
## 
## [[3348]]
## [1] "ElCangri_Ish: When is #SpotifyWrapped ? I need a fit.."
## 
## [[3349]]
## [1] "srhbat: my top artist gonna be nirvana for sure #SpotifyWrapped"
## 
## [[3350]]
## [1] "Viinxe: I predict my top artist will be ed sheeran #SpotifyWrapped"
## 
## [[3351]]
## [1] "krallan70700: I predict my top artist will be [Taylor Swift] #SpotifyWrapped"
## 
## [[3352]]
## [1] "TG_Bizkiit: I predict my top artist will be @astralagenda as always. him or @nothingnowhere #SpotifyWrapped"
## 
## [[3353]]
## [1] "vivscinntoast: My top artist is probably gonna be will wood lets be honest  #SpotifyWrapped"
## 
## [[3354]]
## [1] "TinyButMighty17: I predict my most played song will be Call Me Little Sunshine by Ghost. \n\nIt was on mass repeat for quite a while. \n\n #SpotifyWrapped"
## 
## [[3355]]
## [1] "Action_Jeffson: I predict my most played song will be \"Never Fight A Man With A Perm\" by IDLES #SpotifyWrapped"
## 
## [[3356]]
## [1] "twicetagasm: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[3357]]
## [1] "LovingRoscoe_: I predict my most played song will be me porto bonito o vol.52 Quevedo/bizarrap #SpotifyWrapped"
## 
## [[3358]]
## [1] "Viinxe: I predict my top genre will be country #SpotifyWrapped"
## 
## [[3359]]
## [1] "forsiwoo: I predict my top artist will be goopy 😭#SpotifyWrapped"
## 
## [[3360]]
## [1] "krallan70700: I predict my top genre will be [pop] #SpotifyWrapped"
## 
## [[3361]]
## [1] "Zenify1x: I predict my most played song will be Travis Scott - Skeletons #SpotifyWrapped"
## 
## [[3362]]
## [1] "Viinxe: I predict my most played song will be deepthroat #SpotifyWrapped"
## 
## [[3363]]
## [1] "francisthccarts: FRYD EXTRACTS LIQUID DIAMONDS , NEW FRYD EXTRACTS LIQUID DIAMONDS , FRYD DISPOSABLES LIQUID DIAMONDS , FRYD BARS LI… https://t.co/rylKc0EmNx"
## 
## [[3364]]
## [1] "corroduste: ill put my #SpotifyWrapped on here evetually"
## 
## [[3365]]
## [1] "jakeylantern: A Solid Lineup! #SpotifyWrapped https://t.co/d7zbw2X2Dj"
## 
## [[3366]]
## [1] "johnson_adeolu: You're just a click away🔥👇\nhttps://t.co/RsfAIDhPB0\n#SpotifyWrapped #RedVelvet #FIFAWorldCupQatar2022 #คุณชายตอนจบ… https://t.co/wDrscTQFtM"
## 
## [[3367]]
## [1] "onlinesaleseldo: We've Gathered Amazon, Aliexpress and Ebay Best Selling Products for You. and  Free..\n🔥 https://t.co/HTA2rVOKyV 🔥… https://t.co/f4sr9x06Rk"
## 
## [[3368]]
## [1] "DaRealOblivion: I predict my most played song will be I am nothing (i am no one) Sustinere #SpotifyWrapped"
## 
## [[3369]]
## [1] "cakeofsodomy: I predict my top artist will be [@opeth or @SpandauBallet]💓✨️☁️❄️ #SpotifyWrapped"
## 
## [[3370]]
## [1] "forsiwoo: I predict my top genre will be kpop or if it’s specific kpop boy group 😭#SpotifyWrapped"
## 
## [[3371]]
## [1] "smores_michael: The fact that my kid listens to awful music on my Spotify makes me sad about how my wrapped up playlist is going to look #SpotifyWrapped"
## 
## [[3372]]
## [1] "LovingRoscoe_: I predict my top genre will be Reggaeton #SpotifyWrapped"
## 
## [[3373]]
## [1] "m_dean75: Random full odds Shiny Oinkolonge! \n\n#PokemonViolet #shinyoinkologne #peppapig #pokemon #shiny #Trending… https://t.co/hqOvXgERBR"
## 
## [[3374]]
## [1] "velvetbunnys: I predict my top artist will be @elonmusk #SpotifyWrapped"
## 
## [[3375]]
## [1] "boxisalt: King Gizzard &amp; The Lizard Wizard #SpotifyWrapped"
## 
## [[3376]]
## [1] "WeeJimmii: Buzzing to see my #SpotifyWrapped 2022"
## 
## [[3377]]
## [1] "Smackwater790: MASSA AIN'T THAT BAD\n#Black #Man #Woman #Women #Child #BlackMan #BlackWoman #BlackLove #BlackGirlMagic… https://t.co/1FkxsK65Ek"
## 
## [[3378]]
## [1] "CherryAnimates: I'm fairly certain my top song is going to be Freaks by Surf Curse again- or a Ride The Cyclone song #SpotifyWrapped"
## 
## [[3379]]
## [1] "francisthccarts: FRYD EXTRACTS LIQUID DIAMONDS , NEW FRYD EXTRACTS LIQUID DIAMONDS , FRYD DISPOSABLES LIQUID DIAMONDS , FRYD BARS LI… https://t.co/cuYbEfMbBr"
## 
## [[3380]]
## [1] "JohnViking17: My top artist will be Tub Ring. Furthermore, I'll be at the top, or I'll have failed myself. #SpotifyWrapped"
## 
## [[3381]]
## [1] "GraceOghenevwde: I will create honeybook dubsado automation workflow with scheduling invoicing\nhttps://t.co/kmruijZ1uK\n#Worlds2022… https://t.co/FScm5jJJsI"
## 
## [[3382]]
## [1] "xXeriTum: I predict my most played song will be iPad - @TheChainsmokers 🧃 #SpotifyWrapped"
## 
## [[3383]]
## [1] "cakeofsodomy: I predict my most played song will be [some #Opeth stuff] #SpotifyWrapped"
## 
## [[3384]]
## [1] "GiveAwa67117250: Top Gun: Maverick | My Favorite Movie is my favorite one. If you guys interested to watch Full Movie for FREE then… https://t.co/bdwDIZNAVc"
## 
## [[3385]]
## [1] "LovingRoscoe_: I predict my top artist will be Bad Bunny #SpotifyWrapped"
## 
## [[3386]]
## [1] "pride12thedevil: I predict my most played song will be Change J cole or Pink Matter Frank Ocean #SpotifyWrapped"
## 
## [[3387]]
## [1] "gothzeIda: so why is it trendinf if it hasn't dropped yet. your mother doesn't love you #SpotifyWrapped"
## 
## [[3388]]
## [1] "Braidsupzaa: #TheRiver1Magic  NOVEMBER SPECIAL  ✨️ ends 4/12\nWAIST LENGTH \nBOX BRAIDS R250\nKNOTLESS BRAIDS R300\nHAIRPIECE EXCLUD… https://t.co/INrtAsvhWc"
## 
## [[3389]]
## [1] "OfficialEdenMae: me waiting for my spotify wrapped like i don’t already know my top artist is going to be taylor swift… https://t.co/gf8fEJQYW1"
## 
## [[3390]]
## [1] "Bamlover03: I predict my top artist will be @LittleMix #SpotifyWrapped"
## 
## [[3391]]
## [1] "hooplajessica: #SpotifyWrapped  GIVE IT TO ME !"
## 
## [[3392]]
## [1] "callmelexis: i can cheat and get a good guesstimate of my #SpotifyWrapped because i use @lastfm #lastfm"
## 
## [[3393]]
## [1] "Wo1fishh: Where do i find my #SpotifyWrapped https://t.co/iSOGqp85YU"
## 
## [[3394]]
## [1] "ZanAycicek: Don't miss the opportunities for amazon discounts https://t.co/0iXgMZVOGI\n\n#SpotifyWrapped #GiftGalaxy CONGRATULATIONS JUNGKOOK"
## 
## [[3395]]
## [1] "fxirydust__: I predict my most played song will be limbo by jun 💯 #SpotifyWrapped"
## 
## [[3396]]
## [1] "loveschrry: I predict my top podcast will be anything goes #SpotifyWrapped"
## 
## [[3397]]
## [1] "pinko_art: I predict my top artist will be Will Wood or Lovejoy #SpotifyWrapped"
## 
## [[3398]]
## [1] "wollowolles: HE ISNT THERE BUT WHY THE #SpotifyWrapped"
## 
## [[3399]]
## [1] "DJGEE: I predict my top genre will be [HipHop] #SpotifyWrapped"
## 
## [[3400]]
## [1] "Ciotti001: #CyberMonday #GivingTuesday #SpotifyWrapped #FIFAWorldCupQatar2022 #mondaymotivation\n\nHere is the usual example of… https://t.co/cpnEtzU174"
## 
## [[3401]]
## [1] "trentonhaney7: I predict my most played song will be swimming pool by the front bottoms #SpotifyWrapped"
## 
## [[3402]]
## [1] "SirriaNMB: we have a HUGE end of the year sale going on you do not want to miss this!! Message me for any questions you may ha… https://t.co/pzq7DaA5qF"
## 
## [[3403]]
## [1] "koesine: Manifesting top 0.1% of mitski listeners for #SpotifyWrapped 🙏🙏🙏"
## 
## [[3404]]
## [1] "loveschrry: me temo q va a salir taytay \nI predict my top artist will be taylor swift #SpotifyWrapped"
## 
## [[3405]]
## [1] "DJGEE: I predict my most played song will be [Sociopathic Apogee] #SpotifyWrapped"
## 
## [[3406]]
## [1] "b3ttysg4rd3n: I predict my top podcast will be [The Evolution Of A Snake] #SpotifyWrapped @tswiftpodcast"
## 
## [[3407]]
## [1] "Ciotti001: #CyberMonday #GivingTuesday #SpotifyWrapped #FIFAWorldCupQatar2022 #mondaymotivation\n\nWell COP27 ended just recentl… https://t.co/Mum3UcCMbG"
## 
## [[3408]]
## [1] "danvernite: I predict my top artist will be Corpse for the second year in a row. I can FEEL it. #SpotifyWrapped"
## 
## [[3409]]
## [1] "trashbandic00t: Me prepping for #SpotifyWrapped like it’s a marathon instead of the same 20 songs I’ve had on repeat all year"
## 
## [[3410]]
## [1] "JanicaBrooke: I predict my top artist will be Taylor Swift 😌 #SpotifyWrapped"
## 
## [[3411]]
## [1] "deanny_merry: I predict my top artist will be @kylieminogue #SpotifyWrapped"
## 
## [[3412]]
## [1] "alexlpz97: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped boy harsher"
## 
## [[3413]]
## [1] "b3ttysg4rd3n: I predict my top artist will be [Taylor Swift] #SpotifyWrapped"
## 
## [[3414]]
## [1] "deanny_merry: I predict my most played song will be @kylieminogue celebrate you #SpotifyWrapped"
## 
## [[3415]]
## [1] "junior_maCHaALA: In God we Trust ✝️💯💯#Twittershutdown #viralvideo #SpotifyWrapped #Trending @davido @junior_maCHaALA @wizkidayo… https://t.co/0LZQv3PpPc"
## 
## [[3416]]
## [1] "ohtheresarry: I predict my top artist will be taylor #SpotifyWrapped"
## 
## [[3417]]
## [1] "raedmiranda: I predict my top artist will be @Imaginedragons  #SpotifyWrapped"
## 
## [[3418]]
## [1] "MAXBIANS: I predict my top podcast will be nothing. I don't listen to podcasts lol #SpotifyWrapped"
## 
## [[3419]]
## [1] "JhonashaS: Y’all do know you can just go to the website and see it right? Just look up Spotify stats and it’ll pop up #SpotifyWrapped"
## 
## [[3420]]
## [1] "JanicaBrooke: I predict my most played song will be Betty by Taylor Swift 😌 #SpotifyWrapped"
## 
## [[3421]]
## [1] "ohtheresarry: I predict my top genre will be pop #SpotifyWrapped"
## 
## [[3422]]
## [1] "ohtheresarry: I predict my most played song will be literally anything by taylor swift or As it Was #SpotifyWrapped"
## 
## [[3423]]
## [1] "whotfiskndajaay: I PREDICT MY MOST LISTENED TO ARTIST WOULD BE DRAKE, FAYGO OR FOUSHEE #SpotifyWrapped"
## 
## [[3424]]
## [1] "triviatori: I predict my most played song will be the Spaceship Earth soundtrack #SpotifyWrapped"
## 
## [[3425]]
## [1] "KeefHerbin: I predict my top podcast will be Lunch Breakz because I use Google podcasts to listen to all my other subscriptions #SpotifyWrapped"
## 
## [[3426]]
## [1] "thepinks816: I predict my top genre will be Pop or kpop #SpotifyWrapped"
## 
## [[3427]]
## [1] "TheRealFatWalt: @chartdata For my #spotifywrapped, \n\nTop artists are kanye, kendrick, then childish gambino\n\nTop song, i have no cl… https://t.co/kfy6979FlY"
## 
## [[3428]]
## [1] "JoeDrakeNYC: I predict my top podcast will be [The Bald and the Beautiful] #SpotifyWrapped @trixiemattel @katya_zamo"
## 
## [[3429]]
## [1] "burstchaoz: I predict my top podcast will be idk I don't watching podcasts #SpotifyWrapped"
## 
## [[3430]]
## [1] "shadowstochase: I predict my most played song will be Surfin U.S.A. #SpotifyWrapped"
## 
## [[3431]]
## [1] "thepinks816: I predict my top artist will be Blackpink #SpotifyWrapped"
## 
## [[3432]]
## [1] "KeefHerbin: I predict my top artist will be Aesop Rock for like the 20th year running #SpotifyWrapped"
## 
## [[3433]]
## [1] "burstchaoz: I predict my top artist will be LIL NAS X #SpotifyWrapped"
## 
## [[3434]]
## [1] "thepinks816: I predict my most played song will be #BLACKPINK Pink venom #SpotifyWrapped"
## 
## [[3435]]
## [1] "isaacmcortess: I predict my top artist will be @sanbenito #SpotifyWrapped"
## 
## [[3436]]
## [1] "littlehobito: well 🧍🏽 #SpotifyWrapped"
## 
## [[3437]]
## [1] "JoeDrakeNYC: I predict my top artist will be Beyoncé. #SpotifyWrapped"
## 
## [[3438]]
## [1] "Alessandro2170: I predict my most played song will be All Too Well (10 Minute Version) (Taylor's Version) (From The Vault)\n#SpotifyWrapped"
## 
## [[3439]]
## [1] "burstchaoz: I predict my top genre will be ROCK #SpotifyWrapped"
## 
## [[3440]]
## [1] "Jaebi_oce: I predict my most played song will be [Higher - Creed] #SpotifyWrapped"
## 
## [[3441]]
## [1] "pjmjewel: in a couple of days 🥴 #SpotifyWrapped"
## 
## [[3442]]
## [1] "judithred7: I predict my top artist will be Camila Cabello #SpotifyWrapped"
## 
## [[3443]]
## [1] "kennetthss: Me being jealous of the 2022 Spotify Wrapped 🥲 Cries on Apple Music #SpotifyWrapped  🥲😂😂 https://t.co/pWWhfgozE2"
## 
## [[3444]]
## [1] "KeefHerbin: I predict my most played song will be \"Show me the place where he inserted the blade\" by Black Country, New Road #SpotifyWrapped"
## 
## [[3445]]
## [1] "burstchaoz: I predict my most played song will be INDUSTRY BABY #SpotifyWrapped"
## 
## [[3446]]
## [1] "amyis_confused: crying bc I know my  #SpotifyWrapped #1 genre is about to be dreamsmp💔💀"
## 
## [[3447]]
## [1] "jeremydiesel191: #SpotifyWrapped\nI predict my top genre is gonna be country."
## 
## [[3448]]
## [1] "lovehermadly: 99% sure my number 1 song on my #SpotifyWrapped will either be the 1 or ATWTMVTVFTV by @taylorswift13. I’ll be surp… https://t.co/dnFYE91ndq"
## 
## [[3449]]
## [1] "Fabicisf: I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped"
## 
## [[3450]]
## [1] "East_Boogie2c: 🧢 : Ayfletch Handpainted &amp; Embroidered Apparel.\n\n#RedVelvet \n#SpotifyWrapped \n#UFC281 https://t.co/jL8iipzn37"
## 
## [[3451]]
## [1] "JoeDrakeNYC: I predict my top genre will be pop, duh. [] #SpotifyWrapped"
## 
## [[3452]]
## [1] "karmaisacat13TS: i act like i’m gonna be surprised when i see my spotify wrapped but we all know it’s just gonna be this woman… https://t.co/IbbsNwwKaM"
## 
## [[3453]]
## [1] "BlackprintWidow: Can’t be topped 💅✨🖤\n#LanaDelRey #MelanieMartinez #PierceTheVeil #Scruffpuppie #Tamino #Junglepussy #Bbymutha #Ängie… https://t.co/YuxcfkzNy1"
## 
## [[3454]]
## [1] "AdamsUnoriginal: the only thing i regret about moving to Amazon Music is there’s nothing akin to #SpotifyWrapped\n\nyou have our data… https://t.co/cZV083gFl9"
## 
## [[3455]]
## [1] "ahmedwael127: I predict my top artist will be [Taylor swift ] #SpotifyWrapped"
## 
## [[3456]]
## [1] "KidrauhlsFaith: I predict my most played song will be Stay by my lord and savior Justin Bieber. If it isn’t, my whole life is a lie #SpotifyWrapped"
## 
## [[3457]]
## [1] "Fabicisf: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[3458]]
## [1] "dupras_paige: I predict my top podcast will be [wicked unscripted] #SpotifyWrapped"
## 
## [[3459]]
## [1] "jpeg2thehead: we love #SpotifyWrapped"
## 
## [[3460]]
## [1] "judithred7: I predict my most played song will be Bam Bam by Camila Cabello #SpotifyWrapped"
## 
## [[3461]]
## [1] "yellowcat_13: I predict my top podcast will be Anything Goes With Emma Chamberlain #SpotifyWrapped"
## 
## [[3462]]
## [1] "JoeDrakeNYC: I predict my most played song will be Break My Soul. #SpotifyWrapped"
## 
## [[3463]]
## [1] "ahmedwael127: I predict my top genre will be [pop] #SpotifyWrapped"
## 
## [[3464]]
## [1] "KeefHerbin: I predict my top genre will be RAP #SpotifyWrapped"
## 
## [[3465]]
## [1] "anjelcph: I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped Morbid"
## 
## [[3466]]
## [1] "blanchettbabe1: I predict my top artist will be my queen lana del rey💞💞💞💞 #SpotifyWrapped"
## 
## [[3467]]
## [1] "DapieMoe: \"Sonreír\"\nStage 38.49\nCharcoal pencil on paper.\nSize: 2 by 3 fts (60.96 cm by 91.44 cm)\n\nPlease just a retweet mean… https://t.co/zmfJxcqW0P"
## 
## [[3468]]
## [1] "tamagotchibabe: I predict my top podcast will @_HometownGlory #SpotifyWrapped"
## 
## [[3469]]
## [1] "RACZestforLife: My latest article defends David Walliams, someone more admirable than you think. #onlyconnect #universitychallenge… https://t.co/z27U6YAvNh"
## 
## [[3470]]
## [1] "yellowcat_13: I predict my top artist will be Taylor Swift #SpotifyWrapped https://t.co/H2YQFQMz0Q"
## 
## [[3471]]
## [1] "lemonxpri: I predict my most played song will be \nTongue 12\" Mix - Rêve and Lemon #SpotifyWrapped"
## 
## [[3472]]
## [1] "Alessandro2170: I predict my top artist will be Taylor Swift\n#SpotifyWrapped"
## 
## [[3473]]
## [1] "tamagotchibabe: I predict my most played song will be Dear True Love by @sleepingatlast #SpotifyWrapped"
## 
## [[3474]]
## [1] "ilze_jez03: I predict my top artist will be @backstreetboys #SpotifyWrapped"
## 
## [[3475]]
## [1] "LobzyF1: I predict my most played song will be Machine Gun Kelly - maybe (feat. Bring Me The Horizon) this year. #SpotifyWrapped"
## 
## [[3476]]
## [1] "Luiisvi1321: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped Selena Gómez"
## 
## [[3477]]
## [1] "accidentallybri: A #vegan tswift cake!! @taylorswift13 @taylornation13 #orlando #SpotifyWrapped https://t.co/SSv99m8tpQ"
## 
## [[3478]]
## [1] "yellowcat_13: I predict my top genre will be pop #SpotifyWrapped"
## 
## [[3479]]
## [1] "blanchettbabe1: I predict my top genre will be pop bc i always get it💀#SpotifyWrapped"
## 
## [[3480]]
## [1] "AmberNH12: I predict my top podcast will be [I don’t know ] #SpotifyWrapped"
## 
## [[3481]]
## [1] "ahmedwael127: I predict my most played song will be [Easy on me- Adele ] #SpotifyWrapped"
## 
## [[3482]]
## [1] "Luiisvi1321: I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped pop obviamente"
## 
## [[3483]]
## [1] "SarahMarble6: I predict my most played song will be something from @Harry_Styles or @thedriverera #SpotifyWrapped"
## 
## [[3484]]
## [1] "NokchaFFXIV: I predict my top artist will be [Dreamcatcher] #SpotifyWrapped"
## 
## [[3485]]
## [1] "DCgehrke: I predict my most played song will be Maria (I like it loud) by Scooter #SpotifyWrapped"
## 
## [[3486]]
## [1] "Luiisvi1321: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped alguna de Selena o taylor"
## 
## [[3487]]
## [1] "elegantpizzaa: if it doesn't sit in my #SpotifyWrapped top 5 I'm seriously afraid https://t.co/CMRYd9F9tn"
## 
## [[3488]]
## [1] "yellowcat_13: I predict my most played song will be All Too Well (Ten Minute Version) (Taylor’s Version) (From The Vault) #SpotifyWrapped"
## 
## [[3489]]
## [1] "ellisesballon: @Spotify I CANT WAIT ANY LONGER RELEASE SPOTIFY WRAPPED 😩😩😩 #SpotifyWrapped"
## 
## [[3490]]
## [1] "etbowser: All my album reviews and album rankings have tainted my #SpotifyWrapped results. I wouldn't pay to see some of thes… https://t.co/RZFeg620cV"
## 
## [[3491]]
## [1] "blanchettbabe1: I predict my most played song will be west coast by lana or heat lightning by mitski #SpotifyWrapped &lt;3"
## 
## [[3492]]
## [1] "weishentiny: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[3493]]
## [1] "LauraZambrano02: I predict my most played song will be Ojitos Lindos - Bad Bunny #SpotifyWrapped"
## 
## [[3494]]
## [1] "mirrorballarryy: I predict my top artist will be the music industry herself Dr. Taylor Swift #SpotifyWrapped"
## 
## [[3495]]
## [1] "thuxgirl: I predict my top artist will be Tinashe #SpotifyWrapped https://t.co/oNKnxPgtij"
## 
## [[3496]]
## [1] "AmberNH12: I predict my top artist will be [Big Time Rush ] #SpotifyWrapped"
## 
## [[3497]]
## [1] "brktrend: 【Trends Tag】 #CyberMonday #FIFAWorldCupQatar2022 #GivingTuesday #PORURU #SpotifyWrapped"
## 
## [[3498]]
## [1] "paurestrepos: I predict my most played song will be any Taylor swift song #SpotifyWrapped"
## 
## [[3499]]
## [1] "thelylashow: I predict my top podcast will be that one true crime podcast i was obsessed with for 3 months #SpotifyWrapped"
## 
## [[3500]]
## [1] "cosdivatrend: I predict my top podcast will be [Archetypes  ] #SpotifyWrapped #ArchetypesWithMeghan"
## 
## [[3501]]
## [1] "ellizibeth: I predict my top artist will be SEGA SOUND TEAM #SpotifyWrapped"
## 
## [[3502]]
## [1] "McevoyOlga: I predict my most played song will be [Riverdale candy store ] #SpotifyWrapped"
## 
## [[3503]]
## [1] "AmberNH12: I predict my top genre will be [pop] #SpotifyWrapped"
## 
## [[3504]]
## [1] "thelylashow: I predict my top artist will be taylor swift!!!!! #SpotifyWrapped"
## 
## [[3505]]
## [1] "nicogandaglia: I predict my top podcast will be Daebak Show #SpotifyWrapped"
## 
## [[3506]]
## [1] "Mystic_5247: I predict my top artist will be Drake or Comethazine  #SpotifyWrapped"
## 
## [[3507]]
## [1] "ellizibeth: I predict my top genre will be Rock #SpotifyWrapped"
## 
## [[3508]]
## [1] "leois_upset: I predict my most played song will be demolitions lovers i had to play it way too many times cause i’m learning it on guitar #SpotifyWrapped"
## 
## [[3509]]
## [1] "thelylashow: I predict my top genre will be pop, im a pop girl until i die  #SpotifyWrapped"
## 
## [[3510]]
## [1] "BrajBliss: Just fyi...\n\nApple Music Replay.\n\nAnd @pocketcasts ' yearly stats are out!\n\nDon't wait for this #SpotifyWrapped gimmick"
## 
## [[3511]]
## [1] "mmelestrange_: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[3512]]
## [1] "who_sushi: I predict my most played song will be “Be a light” or “F-150.” #SpotifyWrapped"
## 
## [[3513]]
## [1] "Kagaridreams: I predict my top artist will be peach pit or twenty one pilots #SpotifyWrapped"
## 
## [[3514]]
## [1] "AmberNH12: I predict my most played song will be [Late Night Talking] #SpotifyWrapped by @Harry_Styles"
## 
## [[3515]]
## [1] "thelylashow: I predict my most played song will be js lullaby #SpotifyWrapped"
## 
## [[3516]]
## [1] "nicogandaglia: I predict my top artist will be Madison Beer #SpotifyWrapped"
## 
## [[3517]]
## [1] "hunger84: I predict my top artist will be @taylorswift13 #SpotifyWrapped"
## 
## [[3518]]
## [1] "nicogandaglia: I predict my top genre will be POP #SpotifyWrapped"
## 
## [[3519]]
## [1] "wilburloona: #SpotifyWrapped remove dreamsmp genre you freakos"
## 
## [[3520]]
## [1] "AstroSteIIar: I predict my most played song will be Memoirs of a Gorilla #SpotifyWrapped"
## 
## [[3521]]
## [1] "Caktus28: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped\nI'm not gonna fill it cause fr idk"
## 
## [[3522]]
## [1] "KehlaniRicoStan: Before seeing my #SpotifyWrapped i can guarantee @Kehlani will be my top number one artist! 🖤🥰"
## 
## [[3523]]
## [1] "KayleenaDawn: I predict my top artist will be @Griz #SpotifyWrapped"
## 
## [[3524]]
## [1] "StephenB1906: I predict my most played song will be Heated or Pure/Honey by Beyoncé  #SpotifyWrapped"
## 
## [[3525]]
## [1] "uiralaflame: I predict my top artist will be Taylor Swift, la goat assoluta #SpotifyWrapped"
## 
## [[3526]]
## [1] "iam_maranga: I predict my most played track will be “Heat” by Eminem (I just fell asleep once with the track continuously on the… https://t.co/UC7LXhraX7"
## 
## [[3527]]
## [1] "AstolfoTwt: I predict my top artist will be [Kanye West] #SpotifyWrapped"
## 
## [[3528]]
## [1] "Noahlopez2020: I predict my top artist will be @rolemodel #SpotifyWrapped"
## 
## [[3529]]
## [1] "_malibuhoney: I predict my top artist will be The Killers (most likely) #SpotifyWrapped"
## 
## [[3530]]
## [1] "Pssssst_hi: I predict my most played song will be [Hard to love by Blackpink]\n#BLACKPINK #SpotifyWrapped"
## 
## [[3531]]
## [1] "Noahlopez2020: I predict my most played song will be Evergreen by @omarapollo #SpotifyWrapped"
## 
## [[3532]]
## [1] "LARULRICH: I predict my most played song will be Fuel #SpotifyWrapped"
## 
## [[3533]]
## [1] "LARULRICH: I predict my top genre will be Rock #SpotifyWrapped"
## 
## [[3534]]
## [1] "LARULRICH: I predict my top artist will be Metallica #SpotifyWrapped"
## 
## [[3535]]
## [1] "agustdkookietae: i already know BTS is gonna be my top artist on #SpotifyWrapped"
## 
## [[3536]]
## [1] "Enderscythe2: I predict my most played song will be [sky by @LilyPichu] #SpotifyWrapped"
## 
## [[3537]]
## [1] "BringaDj: I predict my most played song will be Empire of The Sun - Ice On The Dune #SpotifyWrapped"
## 
## [[3538]]
## [1] "nicogandaglia: I predict my most played song will be A Cruel Angel's Thesis #SpotifyWrapped"
## 
## [[3539]]
## [1] "DqwnBlue: I predict my most played song will be #SpotifyWrapped https://t.co/p1SMT9cDv5"
## 
## [[3540]]
## [1] "cheffiee: I predict my top artist will be @hf_dreamcatcher. No matter what new group I discover, I will always come back to my faves. #SpotifyWrapped"
## 
## [[3541]]
## [1] "WaifuMelanin: I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped Law in action"
## 
## [[3542]]
## [1] "stargirlevelyn: I predict my top artist will be the weeknd no doubt. 😌 @theweeknd #SpotifyWrapped"
## 
## [[3543]]
## [1] "aza_hm: I predict my top artist will be @taylorswift13 #SpotifyWrapped"
## 
## [[3544]]
## [1] "iam_maranga: I predict my top artist will be Elton John (hopefully) #SpotifyWrapped"
## 
## [[3545]]
## [1] "WaifuMelanin: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped Doja cat"
## 
## [[3546]]
## [1] "Enderscythe2: I predict my top artist will be [@danielrustage or @ado1024imokenp]  #SpotifyWrapped"
## 
## [[3547]]
## [1] "JordanFroese: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[3548]]
## [1] "emmasowards: I predict my top podcast will be Violating Community Guidelines   #SpotifyWrapped"
## 
## [[3549]]
## [1] "kaihihanto: waiting impatiently for #SpotifyWrapped https://t.co/tv6pGIsspo"
## 
## [[3550]]
## [1] "aza_hm: I predict my most played song will be David by @noso_music #SpotifyWrapped"
## 
## [[3551]]
## [1] "Jennifercarlo95: 99bookmarking https://t.co/rd4HAxQvGX \n\n#Analytics #5G #MachineLearning #AI #Python  #NLProc  #flutterdev  #BigData… https://t.co/1aEYBA9D5C"
## 
## [[3552]]
## [1] "vmiss33: Nothing could surprise me more than the year I was in like .01% of top Grimes listeners, which I listened to while… https://t.co/ImvzFIHzEY"
## 
## [[3553]]
## [1] "coolat23: I predict my most played song will be [Rockstar made- Playboi Carti] #SpotifyWrapped"
## 
## [[3554]]
## [1] "openingendinggg: Cross Guild \n#onepiece #ワンピース #crossguild #クロス・ギルド #shichibukai #crocodile #mihawk #buggy #eichirooda #camser… https://t.co/vKfj3Vzddv"
## 
## [[3555]]
## [1] "cheffiee: I predict my top genre will be either alt idol or idol rock. Flip a coin between the two. #SpotifyWrapped"
## 
## [[3556]]
## [1] "tarothalicue: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped Insane by Summer Walker. https://t.co/1NjTHpsK1g"
## 
## [[3557]]
## [1] "WaifuMelanin: I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped Pop music"
## 
## [[3558]]
## [1] "JordanFroese: I predict my most played song will be All Too Well (10 minute version) by Taylor Swift #SpotifyWrapped"
## 
## [[3559]]
## [1] "SnailShea: Only #SpotifyWrapped will cure my depression. Please hurry Spotify, I'm not sure how much longer I can hold on."
## 
## [[3560]]
## [1] "hatsunama: Seriously someone tell me what #SpotifyWrapped is!\n\nI've never used Spotify on my phone and I've never heard of thi… https://t.co/hCGNMHYoq1"
## 
## [[3561]]
## [1] "emmasowards: I predict my top genre will be pop 🤠 #SpotifyWrapped"
## 
## [[3562]]
## [1] "badnsbor: I predict my most played song will be FUCK ABOUT IT BY WATERPARKS #SpotifyWrapped"
## 
## [[3563]]
## [1] "WaifuMelanin: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped Oh no! Marina and the diamonds"
## 
## [[3564]]
## [1] "RadioQuinn: I predict my top genre will be Hyperpop! And no, I'm not sorry #SpotifyWrapped"
## 
## [[3565]]
## [1] "kalopsided: I predict my top artist will be Necrophagia #SpotifyWrapped im losing ny mind"
## 
## [[3566]]
## [1] "lucytewk: I predict my top podcast will be [ladies and tangents] #SpotifyWrapped"
## 
## [[3567]]
## [1] "Enderscythe2: I predict my top genre will be [anime] #SpotifyWrapped"
## 
## [[3568]]
## [1] "cheffiee: I predict my most played song will be \"am I\" by @YanakotoSM. Really tough to guess for sure but I dunno what could… https://t.co/CM1ZwwUuEj"
## 
## [[3569]]
## [1] "emmasowards: I predict my most played song will be Maroon by Taylor Swift #SpotifyWrapped"
## 
## [[3570]]
## [1] "lucytewk: I predict my top artist will be [glee club] #SpotifyWrapped"
## 
## [[3571]]
## [1] "Enderscythe2: I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped\n@danielrustage 's onepeice dnd"
## 
## [[3572]]
## [1] "lucytewk: I predict my top genre will be [garage rock] #SpotifyWrapped"
## 
## [[3573]]
## [1] "spriternals: I predict my most played song will be Hard to be a Bard. If it’s not, I’ll literally be so confused 😭😭 #SpotifyWrapped"
## 
## [[3574]]
## [1] "roorah_riley: I predict my top podcast will be [@ParcastNetwork unsolved murder cases] #SpotifyWrapped"
## 
## [[3575]]
## [1] "lucytewk: I predict my most played song will be [paradise by the dashboard light by glee] #SpotifyWrapped"
## 
## [[3576]]
## [1] "emmasowards: I predict my top artist will be Taylor Swift  #SpotifyWrapped"
## 
## [[3577]]
## [1] "ThatVideoJacob: NEW VIDEO!\nForget your #SpotifyWrapped! Look at Jakestation and I react to The Game Awards 2021 on @YouTube!… https://t.co/EayUJpjw3s"
## 
## [[3578]]
## [1] "roorah_riley: I predict my top artist will be @MCRofficial #SpotifyWrapped"
## 
## [[3579]]
## [1] "LOSTlNLUV: #SpotifyWrapped I think my most played is gonna be step back by GOT OR ..... the glee rendition of im a Slave 4 U"
## 
## [[3580]]
## [1] "Popkid71: Me dodging the avalanche of underwear heading my way when I release my #SpotifyWrapped and everyone realises what a… https://t.co/BX5ZcUbPdk"
## 
## [[3581]]
## [1] "Estuko_1: I predict my top genre will be - Pop\n\n#SpotifyWrapped"
## 
## [[3582]]
## [1] "egirItriIogy: I predict my most played song will be the archer #SpotifyWrapped"
## 
## [[3583]]
## [1] "Tegan2130: I predict my top genre will be  80’s #SpotifyWrapped"
## 
## [[3584]]
## [1] "Pip_est89: One things for sure my top listened to Pod will be @NewestOlympian #SpotifyWrapped"
## 
## [[3585]]
## [1] "roorah_riley: I predict my top genre will be [emo?? or like pop maybe] #SpotifyWrapped"
## 
## [[3586]]
## [1] "Krispy_Kay08: I predict my top podcast will be Morbid #SpotifyWrapped"
## 
## [[3587]]
## [1] "aurochedici: I predict my top artist will be Liberato for the spoiler spotify did to me weeks ago #SpotifyWrapped"
## 
## [[3588]]
## [1] "Krispy_Kay08: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[3589]]
## [1] "Mongaair: top artist is either car seat jeadrest or radiohead, if it's cavetoen it's a fucking bug #SpotifyWrapped"
## 
## [[3590]]
## [1] "Mariasv1912: I predict my most played song will be Maniac by Stray Kids @Stray_Kids #SpotifyWrapped"
## 
## [[3591]]
## [1] "Khendry15: I predict my top artist will be Marco Telles #SpotifyWrapped"
## 
## [[3592]]
## [1] "Krispy_Kay08: I predict my top genre will be Pop #SpotifyWrapped"
## 
## [[3593]]
## [1] "himbology: I predict my top artist will be [bts] #SpotifyWrapped"
## 
## [[3594]]
## [1] "Tegan2130: I predict my most played song will be 7 years #SpotifyWrapped"
## 
## [[3595]]
## [1] "FilmNerdReviews: I predict my most played song will be Baby Blue by Junior #SpotifyWrapped"
## 
## [[3596]]
## [1] "longlivewallss: I predict my top artist will be louis or taylor #SpotifyWrapped"
## 
## [[3597]]
## [1] "cryessence: I predict my most played song will be [over this by slayyyter] #SpotifyWrapped!!!!"
## 
## [[3598]]
## [1] "Khendry15: I predict my most played song will be Tu, Porém - Marco Telles #SpotifyWrapped"
## 
## [[3599]]
## [1] "Mariasv1912: I predict my top artist will be Stray Kids @Stray_Kids #SpotifyWrapped"
## 
## [[3600]]
## [1] "Krispy_Kay08: I predict my most played song will be All Too Well #SpotifyWrapped"
## 
## [[3601]]
## [1] "ftccodttv: I predict my top artist will be brakence #SpotifyWrapped"
## 
## [[3602]]
## [1] "h_eatrr: hard lineup #instafest #SpotifyWrapped https://t.co/VwKbAjlLTi"
## 
## [[3603]]
## [1] "AngelicTears3: I predict my top artist will be [@gracieabrams ] #SpotifyWrapped"
## 
## [[3604]]
## [1] "DayWithAle: I predict my top artist will be [bad bunny] #SpotifyWrapped\nI know for a fact that man has had a chokehold on my 2022"
## 
## [[3605]]
## [1] "ccdesorcy: I predict my most played song will be NEEDED ME @rihanna or FLY KICKS @WaxMotif remix #SpotifyWrapped"
## 
## [[3606]]
## [1] "user101299: I predict my top artist will be NICKI #SpotifyWrapped"
## 
## [[3607]]
## [1] "longlivewallss: I predict my most played song will be bigger than me or written all over your face #SpotifyWrapped"
## 
## [[3608]]
## [1] "astroneb_: I predict my most played song will be Pink Venom by Blackpink #SpotifyWrapped https://t.co/lkzkC9lNBW"
## 
## [[3609]]
## [1] "Glascoian: I predict my most played song will be only one who knows by Arctic Monkeys #SpotifyWrapped"
## 
## [[3610]]
## [1] "ftccodttv: I predict my most played song will be [Venus Fly Trap - Brakence] #SpotifyWrapped"
## 
## [[3611]]
## [1] "themalbecbaddy: i predict my top podcast will be @stevebartlettsc - duh! \n\n(even though he cancelled my diary order!)\n\n#spotifywrapped"
## 
## [[3612]]
## [1] "Christina_Lad: I predict my top artist will be @taylorswift13 #SpotifyWrapped"
## 
## [[3613]]
## [1] "catnoirswhisker: I predict my top genre will be Indie definitely indie #SpotifyWrapped"
## 
## [[3614]]
## [1] "chanye_oh_l: I predict my top artist will be the exos! #SpotifyWrapped https://t.co/Go0zZgh7UT"
## 
## [[3615]]
## [1] "ImKoyle: I predict my top artist will be Bad Omens or Dayseeker, it's going to be very close. #SpotifyWrapped"
## 
## [[3616]]
## [1] "roorah_riley: I predict my most played song will be shes the prettiest girl at the party and she can prove it with a solid right… https://t.co/VTBeFufWx6"
## 
## [[3617]]
## [1] "Glascoian: I predict my top artist will be Arctic Monkeys #SpotifyWrapped"
## 
## [[3618]]
## [1] "The_angrei_gay: GUYS I JUST CHECKED MY SPOTIFY RECEPIT AND GLEE CAST IS IN THE TOP 5 I NEED TO DO SOMETHING NEOW  #SpotifyWrapped"
## 
## [[3619]]
## [1] "cherrybabysav: I predict my most played song will be no one dies from love #SpotifyWrapped"
## 
## [[3620]]
## [1] "ImKoyle: I predict my top genre will be Metalcore, by a landslide. #SpotifyWrapped"
## 
## [[3621]]
## [1] "BrewMatt: I predict my most played song will be Then it All Goes Away #SpotifyWrapped"
## 
## [[3622]]
## [1] "VeMont_: I predict my most played song will be:\nAbout you\nBoyfriends\nAntihero\nQuestion\n #SpotifyWrapped"
## 
## [[3623]]
## [1] "aajones007: I predict my top podcast will be @philytaggart #chilldabeats  #SpotifyWrapped"
## 
## [[3624]]
## [1] "joshualance: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[3625]]
## [1] "WinterWolf107th: I predict my top artist will be Djo #SpotifyWrapped"
## 
## [[3626]]
## [1] "nasxmyaa: I predict my top artist will be Lil Nas X or Beyoncé #SpotifyWrapped https://t.co/SQiwqDFFLX"
## 
## [[3627]]
## [1] "ImKoyle: I predict my most played song will be Neon Grave @dayseeker #SpotifyWrapped"
## 
## [[3628]]
## [1] "joshualance: I predict my top genre will be gayyyyyyyyest pop #SpotifyWrapped"
## 
## [[3629]]
## [1] "chanye_oh_l: I predict my top genre will be kpop boy group :llllll #SpotifyWrapped"
## 
## [[3630]]
## [1] "theooodns: I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped"
## 
## [[3631]]
## [1] "theooodns: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped"
## 
## [[3632]]
## [1] "joshualance: I predict my most played song will be august #SpotifyWrapped"
## 
## [[3633]]
## [1] "marco_martins14: I predict my top artist will be @Imaginedragons, for sure!\n#SpotifyWrapped"
## 
## [[3634]]
## [1] "theooodns: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[3635]]
## [1] "aajones007: I predict my top artist will be Gang of youths #SpotifyWrapped"
## 
## [[3636]]
## [1] "lola___xx: I predict my top artist will be the 1975 #SpotifyWrapped"
## 
## [[3637]]
## [1] "Showtimestein: My #SpotifyWrapped is going to be so different this year. Usually Foo Fighters top my list, but I could hardly list… https://t.co/icN8EGtCDP"
## 
## [[3638]]
## [1] "chanye_oh_l: I predict my most played song will be either hurdle or obsession... i think it's VERY much neck to neck #SpotifyWrapped"
## 
## [[3639]]
## [1] "AlshababRadio: and at other times, she and her three children were targeted.\n #SpotifyWrapped #BRASUI Casemiro https://t.co/PKMiz2gt6t"
## 
## [[3640]]
## [1] "AlshababRadio: with whom she kept moving from place to place in the midst of the Lebanese war, and between the massacres targeting… https://t.co/PbVj4jb74j"
## 
## [[3641]]
## [1] "themalbecbaddy: i predict my top artist will be my bby @jorjasmith #spotifywrapped"
## 
## [[3642]]
## [1] "AlshababRadio: Dr. Jane raised three children who do not know another mother, one of whom is physically and mentally handicapped,… https://t.co/TsD2aRCTCk"
## 
## [[3643]]
## [1] "dametokillfor: My #SpotifyWrapped is just going to say the same thing it does every year. I'm gay and mentally ill."
## 
## [[3644]]
## [1] "AlshababRadio: after a long life spent in the service of humanitarian work supporting and advocating for our Pales*tinian cause an… https://t.co/jV8QJL9hhw"
## 
## [[3645]]
## [1] "Rita_Rogni: I predict my top artist will be [tananai] #SpotifyWrapped"
## 
## [[3646]]
## [1] "aajones007: I predict my top genre will be chill or rock/pop #SpotifyWrapped"
## 
## [[3647]]
## [1] "AlshababRadio: Dr. Jane Calder.. Long lines in the lives of three Pales*tinian children\n\n Today, Monday, the Australian doctor Jan… https://t.co/JrLqIYo1jo"
## 
## [[3648]]
## [1] "MCMStudio_: I predict my top artist will be $Suicideboy$ #SpotifyWrapped"
## 
## [[3649]]
## [1] "Rita_Rogni: I predict my top genre will be [pop] #SpotifyWrapped"
## 
## [[3650]]
## [1] "catnoirswhisker: I predict my top artist will be Alex g ngl #SpotifyWrapped"
## 
## [[3651]]
## [1] "Infomundoed: Cover de #chainsawman\nhttps://t.co/RbYxKygsxT👈\nhttps://t.co/k5xuHbMHf9👈\nLINK IN BIO!!\n#チェンソーマン見放題最速配信 \n#チェンソーマン… https://t.co/vxwmRU7MeE"
## 
## [[3652]]
## [1] "lola___xx: I predict my top genre will be indie rock #SpotifyWrapped"
## 
## [[3653]]
## [1] "CawmeKrazeeSFW: I predict my most played song will be Wanting getting wanting by @DEMONDICEKaren  #SpotifyWrapped"
## 
## [[3654]]
## [1] "Rita_Rogni: I predict my most played song will be [sogni appesi -ultimo] #SpotifyWrapped"
## 
## [[3655]]
## [1] "Mariasv1912: I predict my top genre will be Kpop #SpotifyWrapped"
## 
## [[3656]]
## [1] "vmastrangelooo: I predict my top podcast will be @RaidersLostPod #SpotifyWrapped"
## 
## [[3657]]
## [1] "dug_masters: Check this list of great tracks of purzyth rekords whit the best of the label #music #echoenmexico #worldartist… https://t.co/5eFDnkecCm"
## 
## [[3658]]
## [1] "karen05025005: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped.   Way Down Yonder"
## 
## [[3659]]
## [1] "lola___xx: I predict my most played song will be sex by the 1975 #SpotifyWrapped"
## 
## [[3660]]
## [1] "1jokudah: I predict my top artist will be @BIGBABYGUCCI #SpotifyWrapped"
## 
## [[3661]]
## [1] "enoch_ayodeji: I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped"
## 
## [[3662]]
## [1] "aajones007: I predict my most played song will be Gang of youths - Angel of 8th Avenue #SpotifyWrapped"
## 
## [[3663]]
## [1] "QueenS21: I predict my top podcast will be Archetypes #SpotifyWrapped"
## 
## [[3664]]
## [1] "enoch_ayodeji: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[3665]]
## [1] "MonyChina07: I already know @sanbenito is gonna be all over my #SpotifyWrapped 2022 lolol 💜🫶🏽"
## 
## [[3666]]
## [1] "Mariasv1912: I predict my top podcast will be @nununanapodcast #SpotifyWrapped"
## 
## [[3667]]
## [1] "themalbecbaddy: i predict my top artist will be my bby @jorjasmith #spotifywrapped"
## 
## [[3668]]
## [1] "YoTxddy: I predict my top artist will be bladee\n#SpotifyWrapped"
## 
## [[3669]]
## [1] "enoch_ayodeji: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped"
## 
## [[3670]]
## [1] "MitchellTropman: I predict my most played song will be remember me Becky hill #SpotifyWrapped"
## 
## [[3671]]
## [1] "Landonian20: I predict my top artist will be Denzel Curry #SpotifyWrapped"
## 
## [[3672]]
## [1] "CHERRYGAL0RE: me pretending to be shocked when i see Ariana Grande is my most played #SpotifyWrapped https://t.co/yQubJWPEJK"
## 
## [[3673]]
## [1] "Landonian20: I predict my most played songs will be \nN95 - Kendrick\nThis Is Why - Paramore\nTroubles/Walkin - Denzel\nTake My Brea… https://t.co/LLUJ2OX5Qk"
## 
## [[3674]]
## [1] "theHamzaMan64: My most played artist is [Gus Dapperton]... This is not a guess. #SpotifyWrapped"
## 
## [[3675]]
## [1] "YoTxddy: I predict my top genre will be hip hop / cloud rap\n#SpotifyWrapped"
## 
## [[3676]]
## [1] "karen05025005: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped.         Chase Rice"
## 
## [[3677]]
## [1] "queercornsnake: I predict my most played song will be Shooting Star by Modern Talking.... #SpotifyWrapped"
## 
## [[3678]]
## [1] "abby_lisewski: my top genre is gonna be music for sad bitches who got cheated on #SpotifyWrapped"
## 
## [[3679]]
## [1] "Johnlopez12220: I predict my top podcast will be Sibling Rivalry #SpotifyWrapped"
## 
## [[3680]]
## [1] "tauruskelIs: I predict my top artist will be machine gun kelly #SpotifyWrapped"
## 
## [[3681]]
## [1] "YoTxddy: I predict my most played song will be sandman by a$ap rocky\n#SpotifyWrapped"
## 
## [[3682]]
## [1] "h0wlswitch: can it be december already i want to see my #SpotifyWrapped"
## 
## [[3683]]
## [1] "iamnotaflop: I predict my top artist will be [Lana Del Rey] #SpotifyWrapped"
## 
## [[3684]]
## [1] "tiffyMontana: Saw #SpotifyWrapped trending and i thought it dropped already lol i know Burna Boy is in my top 5 this year … wonde… https://t.co/myj1W7VqRE"
## 
## [[3685]]
## [1] "Johnlopez12220: I predict my top artist will be Rupaul #SpotifyWrapped 💀💀💀"
## 
## [[3686]]
## [1] "themalbecbaddy: i predict my top genre will be [if it’s pop, i’ll actually he livid…] #spotifywrapped"
## 
## [[3687]]
## [1] "howtodrawme: I predict my top podcast will be poo #SpotifyWrapped"
## 
## [[3688]]
## [1] "Johnlopez12220: I predict my top genre will be Indie Pop #SpotifyWrapped"
## 
## [[3689]]
## [1] "shadindipankar: I will speed up WordPress website speed optimization for google pagespeed insights\nhttps://t.co/g2o35vaaA7… https://t.co/0K8vN0vwnZ"
## 
## [[3690]]
## [1] "theHamzaMan64: I KNOW my most played song will be [Meteorite - Gus Dapperton,  Anna of the North] #SpotifyWrapped"
## 
## [[3691]]
## [1] "howtodrawme: I predict my top artist will be poo #SpotifyWrapped"
## 
## [[3692]]
## [1] "Johnlopez12220: I predict my most played song will be Catwalk by Rupaul #SpotifyWrapped"
## 
## [[3693]]
## [1] "howtodrawme: I predict my top genre will be poo #SpotifyWrapped"
## 
## [[3694]]
## [1] "Pip_est89: This sums up my prediction 🙃 #SpotifyWrapped https://t.co/vtO2eZFht9"
## 
## [[3695]]
## [1] "AnnSchafer: I predict my most played song will be All Too Well (10 Minute Version) (Taylor’s Version) (From the Vault) because… https://t.co/ecpEn7seXY"
## 
## [[3696]]
## [1] "itst13ler: I predict my top artist will be @MIWband 🤘🏻🤍 #SpotifyWrapped"
## 
## [[3697]]
## [1] "QueenTlholo: Lol, cant believe im doing this but i THINK  my top song is home with you-fka twigs or meta angel by the same artist \n#SpotifyWrapped"
## 
## [[3698]]
## [1] "sammyblaisszn: I predict my top artist will be Peach Pit #SpotifyWrapped"
## 
## [[3699]]
## [1] "TheJoblessJack: I predict my top artist will be Giveon or Lecrae #SpotifyWrapped"
## 
## [[3700]]
## [1] "sammyblaisszn: I predict my most played song will be From 2 to 3 by Peach Pit #SpotifyWrapped"
## 
## [[3701]]
## [1] "_Nineter: I predict my top artist will be the weeknd or michael jackson idk #SpotifyWrapped"
## 
## [[3702]]
## [1] "caeley_robinson: @Ol_Meg Lmao I have no shame now \n1. Ocean Waves for Sleep \n2. Rainforest Thunderstorm \n3. 10 Hours Industrial Fan… https://t.co/EzCPxZ04g3"
## 
## [[3703]]
## [1] "gummlolz: I predict my top artist will be Bad Omens #SpotifyWrapped https://t.co/o5iQwZ5lZH"
## 
## [[3704]]
## [1] "demisholyfck: I predict Demi lovato to be my top artist #SpotifyWrapped"
## 
## [[3705]]
## [1] "leitnerpiper420: I predict my top artist will be [the mechanisms] #SpotifyWrapped"
## 
## [[3706]]
## [1] "_TweetCritic: I predict my top podcast will be @FoolishMortaIs #SpotifyWrapped"
## 
## [[3707]]
## [1] "_TweetCritic: I predict my most played song will be Happily Ever After by Jordan Fisher and Angie K #SpotifyWrapped"
## 
## [[3708]]
## [1] "_TweetCritic: I predict my top genre will be Pop #SpotifyWrapped"
## 
## [[3709]]
## [1] "karen05025005: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[3710]]
## [1] "_TweetCritic: I predict my top artist will be Juice WRLD #SpotifyWrapped"
## 
## [[3711]]
## [1] "ColeFoxxy: This will be my first #SpotifyWrapped and I’m so litty. Last year it was the worst day of my life and I cancelled m… https://t.co/2O94y4c2LR"
## 
## [[3712]]
## [1] "themalbecbaddy: i predict my most played song will be burn by @jorjasmith #spotifywrapped"
## 
## [[3713]]
## [1] "paridiecoole: oh no please😭 #SpotifyWrapped"
## 
## [[3714]]
## [1] "_pooshh: Me pretending to be shocked when Taylor Swift is once again on my #1 for  #SpotifyWrapped https://t.co/2uAWWowN5f"
## 
## [[3715]]
## [1] "leitnerpiper420: I predict my top podcast will be [The Yard or The Magnus Archives] #SpotifyWrapped"
## 
## [[3716]]
## [1] "GingerNicole91: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[3717]]
## [1] "TheJoblessJack: I predict my top genre will be Pop  #SpotifyWrapped"
## 
## [[3718]]
## [1] "CourtneyCorboy: I predict my top artist will be @ddlovato #SpotifyWrapped #DemiLovato #HolyFvck https://t.co/ipZS3Q3wl6"
## 
## [[3719]]
## [1] "hyxqe: I predict my most played song will be [0n the fl00r] #SpotifyWrapped"
## 
## [[3720]]
## [1] "c2ashlee: I predict my top artist will be Twice  #SpotifyWrapped"
## 
## [[3721]]
## [1] "The_angrei_gay: im so dead serious barbie is gonna be in my top 2 artists for spotify wrapped its not even funny... barbstie millis… https://t.co/jPlIjjbjHw"
## 
## [[3722]]
## [1] "TheJoblessJack: I predict my most played song will be I Ain't Worried or Starwalkin #SpotifyWrapped"
## 
## [[3723]]
## [1] "alter_cristian: I predict my most played song will be Divine Attack -Shingeki- by @BABYMETAL_JAPAN  #SpotifyWrapped"
## 
## [[3724]]
## [1] "msjessdavidgrl: I predict my top podcast will be [fill in top podcast prediction] it's definitely The David Cassidy Connections - w… https://t.co/3fkFj6uwg3"
## 
## [[3725]]
## [1] "MaryFortier11: Just drop it already. Been waiting for what feels like a year now. #SpotifyWrapped"
## 
## [[3726]]
## [1] "gummlolz: I predict my most played song will be \"bad decisions\" #SpotifyWrapped https://t.co/660psbI7De"
## 
## [[3727]]
## [1] "LongToop: I predict my most played song will be [A Little Love Will Fix You Up] #SpotifyWrapped"
## 
## [[3728]]
## [1] "howtodrawme: I predict my most played song will be poo #SpotifyWrapped"
## 
## [[3729]]
## [1] "BearcatBetch27: I predict my top podcast will be @deuxmoiworld or @Betches_Sup #SpotifyWrapped"
## 
## [[3730]]
## [1] "c2ashlee: I predict my top genre will be Kpop 😭 #SpotifyWrapped"
## 
## [[3731]]
## [1] "GingerNicole91: I predict my top genre will be pop #SpotifyWrapped"
## 
## [[3732]]
## [1] "th3saddestbitch: and this little stupid thing since #SpotifyWrapped is taking foreverrr. https://t.co/8j4GMF39cb"
## 
## [[3733]]
## [1] "haleyyharbour: I predict my top podcast will be Happy Sad Confused #SpotifyWrapped"
## 
## [[3734]]
## [1] "vrnnmrk: I predict my top artist will be txt nct dream/127 or bts(i barely listen to them but sptfy is glitched asf) #SpotifyWrapped"
## 
## [[3735]]
## [1] "freddiedreddfan: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped gunna be @FreddieDredd"
## 
## [[3736]]
## [1] "marls__: I predict my top artist will be Adele  #SpotifyWrapped"
## 
## [[3737]]
## [1] "GingerNicole91: I predict my most played song will Bigger Than Me ny Louis Tomlinson #SpotifyWrapped"
## 
## [[3738]]
## [1] "haleyyharbour: I predict my top genre will be Pop #SpotifyWrapped"
## 
## [[3739]]
## [1] "MillennialGran7: i predict my most played song will be..... PURE/HONEY or ALIEN SUPERSTAR 👽 \n\n #SpotifyWrapped"
## 
## [[3740]]
## [1] "tropic_xo: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped https://t.co/6MlyvoUWJl"
## 
## [[3741]]
## [1] "c2ashlee: I predict my most played song will be “Brave” #SpotifyWrapped"
## 
## [[3742]]
## [1] "freddiedreddfan: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped limbo by @FreddieDredd"
## 
## [[3743]]
## [1] "beaky173: I predict my top genre will be drum  n  bass #SpotifyWrapped"
## 
## [[3744]]
## [1] "serpent_sky: I don't have Spotify for various reasons, but mostly because they can't seem to make a punk playlist that doesn't i… https://t.co/oWb5XVNB0O"
## 
## [[3745]]
## [1] "marls__: I predict my top genre will be rap or grime #SpotifyWrapped"
## 
## [[3746]]
## [1] "haleyyharbour: I predict my most played song will be You Belong With Me by Taylor Swift #SpotifyWrapped"
## 
## [[3747]]
## [1] "vrnnmrk: I predict my top genre will be kpop🤢🤢 #SpotifyWrapped"
## 
## [[3748]]
## [1] "micchaaleth: I predict my most played song will be [ANGOSTURA by keshi] #SpotifyWrapped"
## 
## [[3749]]
## [1] "Jas1337_: I predict my top artist will be @nfrealmusic.. no way there's anyone else #SpotifyWrapped"
## 
## [[3750]]
## [1] "KrissyWakeUp86: I predict my top podcast will be @TheAntlerQueens #SpotifyWrapped https://t.co/f4USUhClHt"
## 
## [[3751]]
## [1] "vrnnmrk: I predict my most played song will be try again OR maze in the mirror #SpotifyWrapped"
## 
## [[3752]]
## [1] "marls__: I predict my most played song will be Bryn - Faces #SpotifyWrapped"
## 
## [[3753]]
## [1] "mrdbann93: I predict my top artist will be [$uicideboy$] #SpotifyWrapped"
## 
## [[3754]]
## [1] "Bylerbae: I predict my top artist will be taylor swift  #SpotifyWrapped"
## 
## [[3755]]
## [1] "yoiamluca: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[3756]]
## [1] "ShellvpSmith: I predict my top artist will be Harry Styles.  #SpotifyWrapped"
## 
## [[3757]]
## [1] "JacobValcarce3: I predict my most played song will be (All Too Well 10 min) lol #SpotifyWrapped"
## 
## [[3758]]
## [1] "WeirdGuyJay: Just release the damn thing already!  #SpotifyWrapped https://t.co/1xN2m9TlWe"
## 
## [[3759]]
## [1] "liyah_vvs: I predict my top artist will be [@1YoungTakeoff ] #SpotifyWrapped"
## 
## [[3760]]
## [1] "Bylerbae: I predict my most played song will be this is me trying or ivy #SpotifyWrapped"
## 
## [[3761]]
## [1] "angeIenergy111: it's almost that time of the year #SpotifyWrapped"
## 
## [[3762]]
## [1] "_haranna_: When will #SpotifyWrapped come out tho??? I'm tired"
## 
## [[3763]]
## [1] "msjessdavidgrl: I predict my most played song will be [fill in top song prediction] David Cassidy - Cherish 💖 #SpotifyWrapped"
## 
## [[3764]]
## [1] "Mrbrooks21: I predict my top artist will be Ozzy #SpotifyWrapped"
## 
## [[3765]]
## [1] "mrdbann93: I predict my most played song will be [Idk how to kill myself - Younggoth] #SpotifyWrapped"
## 
## [[3766]]
## [1] "camxsgh: I predict my top artist will be bts #SpotifyWrapped"
## 
## [[3767]]
## [1] "The_angrei_gay: #SpotifyWrapped after trending several days in a row without a release date https://t.co/xW5T2o2grH"
## 
## [[3768]]
## [1] "camxsgh: I predict my top genre will be kpop #SpotifyWrapped"
## 
## [[3769]]
## [1] "Melnameless: Can't wait 💞 #SpotifyWrapped"
## 
## [[3770]]
## [1] "Mrbrooks21: I predict my top genre will be Metal #SpotifyWrapped"
## 
## [[3771]]
## [1] "jessielynne__: I predict my most played song will be Saturn by @sleepingatlast  #SpotifyWrapped"
## 
## [[3772]]
## [1] "UPROXX: Ahead of #SpotifyWrapped, you can find out what artists would make up the perfect festival for you https://t.co/zan8bg4mvn"
## 
## [[3773]]
## [1] "Mrbrooks21: I predict my most played song will be Voices In My Head by Falling In Reverse  #SpotifyWrapped"
## 
## [[3774]]
## [1] "meganpsitn: So this has given me a good idea as to what my #SpotifyWrapped might look like. \n\nThere's nothing here that really… https://t.co/xASp7fCgwn"
## 
## [[3775]]
## [1] "camxsgh: I predict my most played song will be domino😍 \n#SpotifyWrapped"
## 
## [[3776]]
## [1] "SmoothieEmpress: I predict my top genre will be pop cuz I’m never not listening to pop 😭 #SpotifyWrapped"
## 
## [[3777]]
## [1] "chonamaeSANDS: I predict my top genre will be [SB19 #SB19 lol] #SpotifyWrapped"
## 
## [[3778]]
## [1] "Rainydayreadsv3: As long as Paramore is at the top of my #SpotifyWrapped I know Ill be okay ✊🏾✊🏾"
## 
## [[3779]]
## [1] "yungkekee: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped Beyoncé"
## 
## [[3780]]
## [1] "supaSheva: I predict my top podcast will be Jalen and Jacoby #SpotifyWrapped"
## 
## [[3781]]
## [1] "King_Crescendo: I predict my top artist will be @JIDsv #SpotifyWrapped"
## 
## [[3782]]
## [1] "yungkekee: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped CUFF IT or super freaky girl"
## 
## [[3783]]
## [1] "princessdeleon: I predict my top podcast will be #FilmstoBeBuriedWith @brettgoldstein . this is my only accurate prediction for #SpotifyWrapped"
## 
## [[3784]]
## [1] "joseph_palles: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped mora"
## 
## [[3785]]
## [1] "outlander_frog: I predict my top podcast will be \n\nThe Elder Scrolls LORECAAAAST 😉💙\n\n #SpotifyWrapped"
## 
## [[3786]]
## [1] "King_Crescendo: I predict my top genre will be Hip-Hop #SpotifyWrapped"
## 
## [[3787]]
## [1] "chonamaeSANDS: I predict my top artist will be [@SB19Official ] #SpotifyWrapped"
## 
## [[3788]]
## [1] "joseph_palles: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped memorias o casualidad"
## 
## [[3789]]
## [1] "sunsetchrisy: I predict my top genre will be,,, C-Drama OST ????  #SpotifyWrapped"
## 
## [[3790]]
## [1] "cami1023ds: I predict my top artist will be… #SpotifyWrapped https://t.co/nrTKHETOEA"
## 
## [[3791]]
## [1] "eternalswiftie1: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped  you already know #TaylorSwift 😊😊"
## 
## [[3792]]
## [1] "supaSheva: I predict my top artist will be @asakemusik #SpotifyWrapped"
## 
## [[3793]]
## [1] "zxebella: me acting suprised when my spotify wrapped artists are all the same as last year #SpotifyWrapped  https://t.co/JwHVyeCQ90"
## 
## [[3794]]
## [1] "mef_986: so fucking ready to see how fucked up i was this year !!!#SpotifyWrapped"
## 
## [[3795]]
## [1] "Makanju92: Literally so excited for #SpotifyWrapped 🥰"
## 
## [[3796]]
## [1] "King_Crescendo: I predict my most played song will be Blood Wine by @abvblw_ #SpotifyWrapped"
## 
## [[3797]]
## [1] "KIRACOLDNIGHTS: I predict my most played song will be [perfect pair ] #SpotifyWrapped"
## 
## [[3798]]
## [1] "MillennialGran7: no predictions i know for a FACT:\n\nmy top artist will be Beyoncé #SpotifyWrapped"
## 
## [[3799]]
## [1] "damlagrantt: I predict my top artist will be [Lady Gaga] #SpotifyWrapped"
## 
## [[3800]]
## [1] "seodilf: I predict my top podcast will be [Very Really Good - Kurtis Conner] #SpotifyWrapped"
## 
## [[3801]]
## [1] "exolification: i dont even post screenshots of my spotify wrapped, i screenrecord that shit and tweet it #SpotifyWrapped"
## 
## [[3802]]
## [1] "supaSheva: I predict my top genre will be Afrobeats #SpotifyWrapped"
## 
## [[3803]]
## [1] "rocketenginee: i bet not see any yeat or NBA youngdude #SpotifyWrapped"
## 
## [[3804]]
## [1] "sillystringay: I'm ready #SpotifyWrapped https://t.co/Z5Z6NOaMcX"
## 
## [[3805]]
## [1] "RubyP109484873: I predict my top podcast will be Fair enough #SpotifyWrapped"
## 
## [[3806]]
## [1] "cami1023ds: I predict my top genre will be Pop #SpotifyWrapped"
## 
## [[3807]]
## [1] "outlander_frog: I predict my most played song will be \n\nA powerwolf song- something between Where the wild wolve have gone or lupus dei\n\n #SpotifyWrapped"
## 
## [[3808]]
## [1] "lowd70: @Daily_Serah I predict @Daily_Serah's most played song will be A Quick One Before The Eternal Worm Devours Connecti… https://t.co/bjvxDtNxd1"
## 
## [[3809]]
## [1] "supaSheva: I predict my most played song will be something Asake #SpotifyWrapped"
## 
## [[3810]]
## [1] "Jennifercarlo95: 99bookmarking https://t.co/O1SDWdDKuo \n\n#Analytics #5G #MachineLearning #AI #Python  #NLProc  #flutterdev  #BigData… https://t.co/dRSpP2Btq4"
## 
## [[3811]]
## [1] "MelanieHandrest: I predict my most played song will be highschool sweethearts #SpotifyWrapped"
## 
## [[3812]]
## [1] "cami1023ds: I predict my most played song will be LWYMMD o KARMA #SpotifyWrapped"
## 
## [[3813]]
## [1] "Jennifercarlo95: Free Social Bookmarking Website | Get high quality backlinks https://t.co/OatXTt03Cg via @flipboard \n\n#Analytics… https://t.co/69JP7lCFeC"
## 
## [[3814]]
## [1] "Jennifercarlo95: Free Social Bookmarking Website | Get high quality backlinks https://t.co/d985Qel333 via @flipboard \n\n#Analytics… https://t.co/3dj1RBD23x"
## 
## [[3815]]
## [1] "seodilf: I predict my top artist will be [Megan Thee Stallion] #SpotifyWrapped"
## 
## [[3816]]
## [1] "IvarsOsis1: I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped The Creative Penn"
## 
## [[3817]]
## [1] "partyatjerms: I predict my top artist will be normani #SpotifyWrapped"
## 
## [[3818]]
## [1] "saenz_herre: I predict my most played song will be Toca Brillar de @JosDice #SpotifyWrapped"
## 
## [[3819]]
## [1] "SalvatoreMilic1: I predict my top artist will be Hamilton Soundtrack #SpotifyWrapped"
## 
## [[3820]]
## [1] "RubyP109484873: I predict my top genre will be pop #SpotifyWrapped"
## 
## [[3821]]
## [1] "CourtneyCorboy: I predict my top genre will be Country, if not Pop Punk. #SpotifyWrapped"
## 
## [[3822]]
## [1] "ThommoAndrew: I predict my top artist will be Gang of Youths #SpotifyWrapped"
## 
## [[3823]]
## [1] "seodilf: I predict my top genre will be [RnB] #SpotifyWrapped"
## 
## [[3824]]
## [1] "Jamersxn1: I predict my top artist will be [youngboy] #SpotifyWrapped"
## 
## [[3825]]
## [1] "RubyP109484873: I predict my top artist will be stormzy #SpotifyWrapped"
## 
## [[3826]]
## [1] "IvarsOsis1: I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped sci-fi"
## 
## [[3827]]
## [1] "bb4rbiee: i predict my top artist will be @LovelyPeach2001 \n#SpotifyWrapped"
## 
## [[3828]]
## [1] "Jamersxn1: I predict my top genre will be [melodic rap] #SpotifyWrapped"
## 
## [[3829]]
## [1] "saenz_herre: I predict my top artist will be Harry Styles #SpotifyWrapped"
## 
## [[3830]]
## [1] "seodilf: I predict my most played song will be [cardboard box- flo] #SpotifyWrapped"
## 
## [[3831]]
## [1] "IvarsOsis1: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped Jimi Hendrix"
## 
## [[3832]]
## [1] "hrts4buckley: I predict my most played song will be [Among Us In Real Life] #SpotifyWrapped\nidk why it just always used to play"
## 
## [[3833]]
## [1] "Jamersxn1: I predict my most played song will be [bring it on] #SpotifyWrapped"
## 
## [[3834]]
## [1] "FeezFeed: Grow Your Social Media Presence with Us, Get Boost It Today at an Affordable Price.\nhttps://t.co/fIeqFUYLox👈… https://t.co/16K07zYJf6"
## 
## [[3835]]
## [1] "RubyP109484873: I predict my most played song will be [shut up stormzy] #SpotifyWrapped"
## 
## [[3836]]
## [1] "PotatoLovesTae: I predict my top artist will be ATEEZ #SpotifyWrapped"
## 
## [[3837]]
## [1] "LiliForRosie: I predict my top artist will be [@BLACKPINK ] #SpotifyWrapped"
## 
## [[3838]]
## [1] "deepumi5: I wonder what my #SpotifyWrapped will look like this year hhhhh"
## 
## [[3839]]
## [1] "snezhink4: I predict my top artist will be [billie eilish] #SpotifyWrapped"
## 
## [[3840]]
## [1] "_likedynamight: I predict my top artist will be BTS like it has been for the past 7 years LMAOOO #SpotifyWrapped"
## 
## [[3841]]
## [1] "LiliForRosie: I predict my most played song will be [Pink Venom by Blackpink] #SpotifyWrapped"
## 
## [[3842]]
## [1] "sunshinecxn: Can’t wait to see my #SpotifyWrapped  but guess it will be our lovely boys as always (and of course Niall too but I… https://t.co/rvaVAGz18C"
## 
## [[3843]]
## [1] "beet_lejuice: I'm excited. It's going to be an unhinged mess for me. Metal, the Miami Boys Choir because their Jewish psalm song… https://t.co/HZHyCunBJL"
## 
## [[3844]]
## [1] "Kristen_Henners: I cant wait till i find out my #SpotifyWrapped is going to be effected by what one random month i kept listening to the backstreet boys."
## 
## [[3845]]
## [1] "ZanAycicek: Big sale days have started on amazon, click https://t.co/3Rkx7CIrz9\n\n#SpotifyWrapped #GiftGalaxy JUST ANNOUNCED"
## 
## [[3846]]
## [1] "gracelizyx: I predict my most played song will be [keep driving😍😍] #SpotifyWrapped"
## 
## [[3847]]
## [1] "shubhmbendkule: I predict my top artist will be The Weeknd! #SpotifyWrapped"
## 
## [[3848]]
## [1] "shubhmbendkule: I predict my most played song will be 'Out Of Time ' #SpotifyWrapped"
## 
## [[3849]]
## [1] "giovancreano11: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped I predict it’s gonna be @iambeckyg"
## 
## [[3850]]
## [1] "jlawsslave: I imagine that my #SpotifyWrapped will be something similar to this ... https://t.co/IsmNfLpI2s"
## 
## [[3851]]
## [1] "swiftkrma: I predict my top artist will be TAYLOR SWIFT 😍😍😍😍 #SpotifyWrapped"
## 
## [[3852]]
## [1] "VG_Blackwell: I predict my most played song will be Everything’s Electric by @liamgallagher   #SpotifyWrapped"
## 
## [[3853]]
## [1] "xNickyUrinex: Not to brag, but these tickets would sell faster than #whenwewereyoung. 😂\n\nStill waiting on my #SpotifyWrapped. 😒 https://t.co/whfUuXheZi"
## 
## [[3854]]
## [1] "swiftkrma: my most played song will probably be running up that hill 💀 #SpotifyWrapped"
## 
## [[3855]]
## [1] "ShuckingFinnick: i am not ready for the embarrassment #SpotifyWrapped"
## 
## [[3856]]
## [1] "111forevercal: I predict my top podcast will be anything goes #SpotifyWrapped"
## 
## [[3857]]
## [1] "HENRYJEDIKNIGHT: I predict my top artist will be [ @katevogelx ] #SpotifyWrapped https://t.co/CbN9RlvcFJ"
## 
## [[3858]]
## [1] "pdxmeredith: just got my #SpotifyWrapped in and I’m actually in the top .05% of silly geese"
## 
## [[3859]]
## [1] "ally99730110: People don’t know how bad I need my #SpotifyWrapped 😭"
## 
## [[3860]]
## [1] "Cia_6v6: I predict my top artist will be SHINee, DPR or ATEEZ  #SpotifyWrapped"
## 
## [[3861]]
## [1] "posgillies: i predict my top artist will be @LovelyPeach2001 #SpotifyWrapped"
## 
## [[3862]]
## [1] "childerolandusa: Sabrina Carpenter No Word\nhttps://t.co/5C6Xb5P0tY\n#sabrinacarpenter #SpotifyWrapped"
## 
## [[3863]]
## [1] "111forevercal: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[3864]]
## [1] "jmartins05: I literally can't predict what my #SpotifyWrapped will look like. I know Iggy is going to be #1 artist but the rest is ??"
## 
## [[3865]]
## [1] "_bryze_: I predict my top artist will be @yunggravy #SpotifyWrapped"
## 
## [[3866]]
## [1] "lajibolalla95: I predict my top artist will be [BTS] #SpotifyWrapped"
## 
## [[3867]]
## [1] "111forevercal: I predict my top genre will be pop #SpotifyWrapped"
## 
## [[3868]]
## [1] "lajibolalla95: I predict my top genre will be [K-pop] #SpotifyWrapped"
## 
## [[3869]]
## [1] "V1tchh: I predict my most played song will be golden hour gotta be in at least the top 5 #SpotifyWrapped"
## 
## [[3870]]
## [1] "111forevercal: I predict my most played song will be block me out #SpotifyWrapped"
## 
## [[3871]]
## [1] "YutaFrrita: I predict my most played song will be Illusion by Aespa OR OR OR Neo got my back (no i won’t take any questions) #SpotifyWrapped"
## 
## [[3872]]
## [1] "lajibolalla95: I predict my most played song will be [Film out by BTS ] #SpotifyWrapped"
## 
## [[3873]]
## [1] "daawesomeprieto: I predict my most played song will be my shot from Hamilton 😅#SpotifyWrapped"
## 
## [[3874]]
## [1] "F1N4N4: #SpotifyWrapped im ready https://t.co/GOZiiOEJeM"
## 
## [[3875]]
## [1] "squg_game: I predict my top artist will be freddie dredd ⚒️⚒️⚒️ #SpotifyWrapped"
## 
## [[3876]]
## [1] "thizbiz: I predict my most played song will be me and my husband by mitski (i am severely unstable) #SpotifyWrapped"
## 
## [[3877]]
## [1] "ramykld: I predict my top artist will be [fka twigs or kendrick lamar] #SpotifyWrapped"
## 
## [[3878]]
## [1] "madfl3a: What my #SpotifyWrapped expect of me vs what it's probably gonna look like. https://t.co/flBWhsGvim… https://t.co/KHChui0McH"
## 
## [[3879]]
## [1] "queenthebunbun: I predict my top artist will be @ENHYPEN_members #SpotifyWrapped"
## 
## [[3880]]
## [1] "Evalvape2: I predict my top artist will be Shakira Shakira #SpotifyWrapped"
## 
## [[3881]]
## [1] "queenthebunbun: I predict my top genre will be K-pop cause Enhypen! #SpotifyWrapped"
## 
## [[3882]]
## [1] "WhoiisElijaah: @Spotify my birthday was horrible my girl left me today but I wait #SpotifyWrapped"
## 
## [[3883]]
## [1] "esnyhabitss: I predict my top genre will be pop or alternative #SpotifyWrapped"
## 
## [[3884]]
## [1] "queenthebunbun: I predict my most played song will be either Shakes by #StevieHowie, Blow by @JacksonWang852 or I Need The Light by… https://t.co/1VwKcWOXc6"
## 
## [[3885]]
## [1] "Evalvape2: I predict my top genre will be Dance Pop #SpotifyWrapped"
## 
## [[3886]]
## [1] "izaaaaaaaaak: #SpotifyWrapped predictions for 2022:\nTop Song: Origami Angel - Doctor Whomst\nTop Artist: Origami Angel\nTop Genre:… https://t.co/AEQGOKrn9V"
## 
## [[3887]]
## [1] "Deadgoth95: Who all coming? #SpotifyWrapped #instafest https://t.co/9uMH9BiMwe"
## 
## [[3888]]
## [1] "ramykld: I predict my most played song will be [chameleon paint] #SpotifyWrapped"
## 
## [[3889]]
## [1] "esnyhabitss: I predict my top artist will be taylor swift or Harry styles #SpotifyWrapped"
## 
## [[3890]]
## [1] "acidpop_fox: I predict my top artist will be @MIWband or @AlphaWolfCVLT \n#SpotifyWrapped"
## 
## [[3891]]
## [1] "brinasafetynet: I predict my top artist will be [beyonce, Christina, Justin Bieber, poppy, and kali] #SpotifyWrapped"
## 
## [[3892]]
## [1] "esnyhabitss: I predict my most played song will be daylight or satellite by Harry styles #SpotifyWrapped"
## 
## [[3893]]
## [1] "ekm748: I predict my most played song will be How did we get there from Last Train (wise choice haha) #SpotifyWrapped"
## 
## [[3894]]
## [1] "_HopeThePope: I predict my most played song will be [Hurt Me So Good, Cuff It, or Tia Tamera🤣] #SpotifyWrapped"
## 
## [[3895]]
## [1] "ekm748: I predict my top genre will be Post-rock #SpotifyWrapped"
## 
## [[3896]]
## [1] "SacchCoffee: My boyfriend (real) is gonna be my #2 artist and my boyfriend's polycule is gonna be my #1, that's my prediction.… https://t.co/3mKb6KVgfC"
## 
## [[3897]]
## [1] "gonzalodetarde: I predict my most played song will be Ay Mamá #SpotifyWrapped"
## 
## [[3898]]
## [1] "Evalvape2: I predict my most played song will be Te Felicito by Shakira #SpotifyWrapped"
## 
## [[3899]]
## [1] "JoyRideEntmt: Just remembered, since #SpotifyWrapped is here again... Someone asked if we'd be putting These Backwards Echoes on… https://t.co/QoiX0aOj5e"
## 
## [[3900]]
## [1] "ekm748: I predict my top artist will be Elder #SpotifyWrapped"
## 
## [[3901]]
## [1] "deancliddell: I predict my top podcast will be “ten minute bible hour podcast” by @MattWhitmanTMBH (or “Cults” by @ParcastNetwork #SpotifyWrapped"
## 
## [[3902]]
## [1] "TomInToonami: my  #SpotifyWrapped is gonna be a mess because of my driving playlist"
## 
## [[3903]]
## [1] "brinasafetynet: I predict my most played song will be fast times, f u lol, life waster, i'm that girl, and ya llegué  #SpotifyWrapped"
## 
## [[3904]]
## [1] "julinhalol1: I believe my top artist is gonna be @poppy #SpotifyWrapped"
## 
## [[3905]]
## [1] "MadisonBarnhil2: I predict my top artist will be @taylorswift13 #SpotifyWrapped"
## 
## [[3906]]
## [1] "WILLHASAPROBLEM: my #SpotifyWrapped predictions https://t.co/ParOH04l0F"
## 
## [[3907]]
## [1] "dnky27: I predict my most played song will be [Murder Machines by Marillion] #SpotifyWrapped"
## 
## [[3908]]
## [1] "franklynforeal: My #SpotifyWrapped is going to be female dominated for sure. This was the year of women. They made the best music"
## 
## [[3909]]
## [1] "hookingahoy: I predict my top artist will be Twice or Taylor Swift #SpotifyWrapped"
## 
## [[3910]]
## [1] "messtrogen: I predict my top genre will be pop #SpotifyWrapped"
## 
## [[3911]]
## [1] "deancliddell: I predict my top genre will be country #SpotifyWrapped"
## 
## [[3912]]
## [1] "SamiamMarkson: Here’s a list of people I do not respect:\n\n-murderers\n-assholes\n-people who post their #SpotifyWrapped on any social platform \n-narcissists"
## 
## [[3913]]
## [1] "hookingahoy: I predict my top genre will be Dance Pop #SpotifyWrapped"
## 
## [[3914]]
## [1] "Pulp_Ficti0n: I predict my top artist will be @idlesband #SpotifyWrapped"
## 
## [[3915]]
## [1] "deancliddell: I predict my top artist will be @wesleydeanmusic #SpotifyWrapped"
## 
## [[3916]]
## [1] "hookingahoy: I predict my most played song will be Because i liked a boy by Sabrina Carpenter #SpotifyWrapped"
## 
## [[3917]]
## [1] "deancliddell: I predict my most played song will be “sunshine” by @shortstackband #SpotifyWrapped"
## 
## [[3918]]
## [1] "itzinsanity2: I predict my top artist will be...\nyou'll never guess. (it will be american music duo i don't know how but they fou… https://t.co/7Xer1kTS1D"
## 
## [[3919]]
## [1] "messtrogen: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[3920]]
## [1] "loverhippimusic: I predict my most played song will be Linda de la Rosalía #SpotifyWrapped"
## 
## [[3921]]
## [1] "cagspears: My #SpotifyWrapped every year 🤭 https://t.co/WMobuwFwX3"
## 
## [[3922]]
## [1] "JulianGumbo: Another year of #SpotifyWrapped, another year of not knowing what I listened to this year bc YouTube Premium for life."
## 
## [[3923]]
## [1] "NyanKittyWaffl1: I predict my top artist will be @JYPETWICE  #SpotifyWrapped \n#TWICE https://t.co/RyB1MUXtky"
## 
## [[3924]]
## [1] "messtrogen: I predict my most played song will be New Romantics by Taylor Swift \n#SpotifyWrapped"
## 
## [[3925]]
## [1] "ellizibeth: I predict my most played song will be I Am All of Me by Crush 40 #SpotifyWrapped"
## 
## [[3926]]
## [1] "lovecherrysumi: ok here we go. i predict my most played song will be [paiii.sensation by yunosuke or puzzle by loona] #SpotifyWrapped"
## 
## [[3927]]
## [1] "loverhippimusic: I predict my top genre will be pop #SpotifyWrapped"
## 
## [[3928]]
## [1] "kccloud1107: I predict my most played song will be THE ENTERTAINMENT. #SpotifyWrapped \n\nIf this happens, I will never live it do… https://t.co/u8MXUcPLH7"
## 
## [[3929]]
## [1] "CharlieTheRanga: my toxic trait is that victorious cast will be my #1 artist this year #SpotifyWrapped"
## 
## [[3930]]
## [1] "confettinhavana: I predict my top artist will be [Camila Cabello] #SpotifyWrapped"
## 
## [[3931]]
## [1] "j__1998__o: I predict my top genre will be [metal] #SpotifyWrapped"
## 
## [[3932]]
## [1] "buttercupprry: are u all idiots it usually comes out december 1st #SpotifyWrapped"
## 
## [[3933]]
## [1] "loverhippimusic: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[3934]]
## [1] "reasybecerra: I predict my most played song will be [bam bam by camila cabello] #SpotifyWrapped"
## 
## [[3935]]
## [1] "davidcantswim: I predict my most played song will be Reggae. Lee Scratch Perry #SpotifyWrapped"
## 
## [[3936]]
## [1] "D4YL1GHTRRY: I predict my top podcast will be non ne ascolto quindi boh solo le canzoni unrealised #SpotifyWrapped"
## 
## [[3937]]
## [1] "confettinhavana: I predict my top genre will be [pop] #SpotifyWrapped"
## 
## [[3938]]
## [1] "a_parry92: @LornaShore were my #1 band in my #SpotifyWrapped 2022 since February. Calling it now."
## 
## [[3939]]
## [1] "dqofficial__: That #SpotifyWrapped shit is hard asf🔥 Slick jealous 😂😂 s/o Apple Music tho."
## 
## [[3940]]
## [1] "confettinhavana: I predict my most played song will be [all too well (10 minutes version) (taylor’s version) (from the vault)] #SpotifyWrapped"
## 
## [[3941]]
## [1] "brightantidote: i expect my #SpotifyWrapped to be embarrassing as hell."
## 
## [[3942]]
## [1] "Thoma_Beloved: I predict my top artist will be [James Marriott] #SpotifyWrapped"
## 
## [[3943]]
## [1] "itsme__Dori: I predict my top artist will be [harry styles] #SpotifyWrapped"
## 
## [[3944]]
## [1] "trans_heeho: bully me already bro #SpotifyWrapped"
## 
## [[3945]]
## [1] "itsme__Dori: I predict my top genre will be [pop] #SpotifyWrapped"
## 
## [[3946]]
## [1] "kandresmiller: i NEED #SpotifyWrapped to come out alr"
## 
## [[3947]]
## [1] "Thoma_Beloved: I predict my most played song will be [Where has everyone gone by James Marriott] #SpotifyWrapped"
## 
## [[3948]]
## [1] "j__1998__o: I predict my top artist will be [slipknot] #SpotifyWrapped"
## 
## [[3949]]
## [1] "itsme__Dori: I predict my most played song will be [home by one direction] #SpotifyWrapped"
## 
## [[3950]]
## [1] "D4YL1GHTRRY: I predict my top artist will be Harry Styles #SpotifyWrapped"
## 
## [[3951]]
## [1] "PhonySelf: My #SpotifyWrapped won’t tell me anything new. \n\nYou listened to a concerning amount of #HarryStyles \n\nYou listened… https://t.co/6q5IrUkaqH"
## 
## [[3952]]
## [1] "realmandefro: I predict my top podcast will be Archetypes #SpotifyWrapped"
## 
## [[3953]]
## [1] "D4YL1GHTRRY: I predict my top genre will be pop #SpotifyWrapped"
## 
## [[3954]]
## [1] "UnniSumi: I predict my most played song will be Tití Me Preguntó, I played it way too much this year #SpotifyWrapped"
## 
## [[3955]]
## [1] "D4YL1GHTRRY: I predict my most played song will be Daylight by Harry styles #SpotifyWrapped"
## 
## [[3956]]
## [1] "onlytruejames: I predict my #SpotifyWrapped will be, in no particular order:\nJon Hopkins\nNathan Fake\nFloating Points\nBurial\nThom Y… https://t.co/uuvVW8Pvnu"
## 
## [[3957]]
## [1] "nurssi_: I predict my top genre will be Reggaeton #SpotifyWrapped"
## 
## [[3958]]
## [1] "vrrtix: I predict my top artist will be lilbubblegum #SpotifyWrapped"
## 
## [[3959]]
## [1] "AP0R14: PLEASE DROP IT PLEASE BRO #SpotifyWrapped"
## 
## [[3960]]
## [1] "kccloud1107: I predict my top artist will be uhhhhhhhh BTS #SpotifyWrapped"
## 
## [[3961]]
## [1] "nurssi_: I predict my top artist will be @luansantana #SpotifyWrapped"
## 
## [[3962]]
## [1] "animel20201: 🍺🌮🍕🍗🍔🍟🥩🍝SAVE $15 OFF 3 MEALS OVER $30 (BEFORE TAXES)-DOORDASH: https://t.co/Rg3WjtcHLr\n\n🇨🇦CANADA ONLY🇨🇦 #Ad… https://t.co/6gNxAWKUqk"
## 
## [[3963]]
## [1] "NYgrateful: I predict my top podcast will be #Archetypes #SpotifyWrapped"
## 
## [[3964]]
## [1] "easylikepheezy: I predict my most played song will be ‘Danger’ by Jourdin Pauline #SpotifyWrapped"
## 
## [[3965]]
## [1] "topher057: Sorry in advance when I share my #SpotifyWrapped, but if I must be cursed with the knowledge of my musical mishaps,… https://t.co/k9iMHMdved"
## 
## [[3966]]
## [1] "thedaryltucker: I’m ready for it - drop it already #SpotifyWrapped https://t.co/u13NZlT60H"
## 
## [[3967]]
## [1] "nurssi_: I predict my top podcast will be \"CARROSEL\" by @osprimosboy #SpotifyWrapped"
## 
## [[3968]]
## [1] "brandonnyip: I predict my most played song will be either 'All Too Well (10 Minute Version) (Taylor's Version) (From The Vault)'… https://t.co/C8U4PXbDjP"
## 
## [[3969]]
## [1] "callie_kent1: I predict my most played song will be Don’t Take The Money by @bleachersmusic #SpotifyWrapped"
## 
## [[3970]]
## [1] "e_twiggy23: I predict my top podcast will be I don’t listen to podcasts lol #SpotifyWrapped"
## 
## [[3971]]
## [1] "sunncheol: I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped"
## 
## [[3972]]
## [1] "Withorone: I predict my top artist will be ZZCCMXTP #SpotifyWrapped"
## 
## [[3973]]
## [1] "sunncheol: I predict my top artist will be seventeen #SpotifyWrapped"
## 
## [[3974]]
## [1] "yyyang__cox: What the fuck is a post-teen pop #SpotifyWrapped https://t.co/U52fv3VV1p"
## 
## [[3975]]
## [1] "sunncheol: I predict my top genre will be kpop #SpotifyWrapped"
## 
## [[3976]]
## [1] "e_twiggy23: I predict my top artist will be Machine Gun Kelly #SpotifyWrapped"
## 
## [[3977]]
## [1] "Withorone: I predict my top genre will be kpop #SpotifyWrapped"
## 
## [[3978]]
## [1] "meganotmorgan: I predict my most played song will be All Too Well (10 Minute Version) (Taylor’s Version)  From the Vault… https://t.co/aVjERRIcYm"
## 
## [[3979]]
## [1] "anacaro24: I predict my top artist will be @taylorswift13 #SpotifyWrapped"
## 
## [[3980]]
## [1] "RealQwig: I predict my top artist will be [Jakey] #SpotifyWrapped"
## 
## [[3981]]
## [1] "sunncheol: I predict my most played song will be don quixote #SpotifyWrapped"
## 
## [[3982]]
## [1] "MoisturiseMe: I predict my most played song will be [Cassandra by Florence + The Machine] #SpotifyWrapped"
## 
## [[3983]]
## [1] "e_twiggy23: I predict my top genre will be pop #SpotifyWrapped"
## 
## [[3984]]
## [1] "laurameijer27: I predict my top artist will be Harry Styles  #SpotifyWrapped"
## 
## [[3985]]
## [1] "Withorone: I predict my most played song will be Crica 2013 (Jaden) #SpotifyWrapped"
## 
## [[3986]]
## [1] "e_twiggy23: I predict my most played song will be hangover cure #SpotifyWrapped"
## 
## [[3987]]
## [1] "Jorgie774312: I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped   \n\n#ArchetypesWithMeghan"
## 
## [[3988]]
## [1] "Panic_AtTheBBQ: Me wanting Spotify to drop my #SpotifyWrapped this year https://t.co/aBbRNQLb2C"
## 
## [[3989]]
## [1] "browngirlja: I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped archetype"
## 
## [[3990]]
## [1] "BricksDontMusic: If you are into indie acoustic music, check out my project, also, Support indie artists because some of the best mu… https://t.co/DxsBpLTUTc"
## 
## [[3991]]
## [1] "andreaandtia: Can’t wait for my #SpotifyWrapped to tell me I’ve listened to too much Taylor Swift this year"
## 
## [[3992]]
## [1] "laurameijer27: I predict my most played song will be 'Satellite' by Harry Styles 🛰️✨❤️ #SpotifyWrapped"
## 
## [[3993]]
## [1] "Hereisyourstuff: got7 is trending, portugal is trending, #keshiInJKT , and onge is trending too rn, and dont forget this app… https://t.co/KgG9FWcdZH"
## 
## [[3994]]
## [1] "aryfreakinanna: I predict my top podcast will be [The Nemeton Podcast ] #SpotifyWrapped"
## 
## [[3995]]
## [1] "michaelmwm07: I predict my top artist will be [sublime easy] #SpotifyWrapped"
## 
## [[3996]]
## [1] "aloosesona: @MonaAmbegaonkar All creation of Godi media &amp; BJP Govt &amp; Modi @republic @TimesNow @aajtak #SpotifyWrapped… https://t.co/ojig0xpW0h"
## 
## [[3997]]
## [1] "FierceJersey: #SpotifyWrapped mine is definitely Beyoncé \nTaylor is a closed second"
## 
## [[3998]]
## [1] "parxiesforever: I predict my most played song will be Funeral Grey by Waterparks #SpotifyWrapped"
## 
## [[3999]]
## [1] "Ley_MoArmyGenE: I predict my top artist will be [Tomorrow X Together] #SpotifyWrapped"
## 
## [[4000]]
## [1] "concert_next: #Music #MusicNews #business #spotify #spotifywrapped Spotify Wrapped 2022: Streaming Service Promises ‘All Will Be… https://t.co/lXP1V6GAGM"
## 
## [[4001]]
## [1] "michaelmwm07: I predict my top genre will be [metal or rock] #SpotifyWrapped"
## 
## [[4002]]
## [1] "remuspoems_: I predict my top genre will be pop seguramente #SpotifyWrapped"
## 
## [[4003]]
## [1] "Ley_MoArmyGenE: I predict my top genre will be [K-Pop] #SpotifyWrapped"
## 
## [[4004]]
## [1] "d0mEaFav0rhls: I predict my top artist will be Harry Styles #SpotifyWrapped"
## 
## [[4005]]
## [1] "OdinaniOfficial: Are you ready to kill the pain? Livestream concert this thursday. Link in bio #SpotifyWrapped #apple #lilpeep… https://t.co/FXPbd9L76y"
## 
## [[4006]]
## [1] "michaelmwm07: I predict my most played song will be [kill the sub] #SpotifyWrapped"
## 
## [[4007]]
## [1] "remuspoems_: I predict my most played song will be … ni idea sinceramente #SpotifyWrapped"
## 
## [[4008]]
## [1] "sophieontwt: I predict my top podcast will be BANTER #SpotifyWrapped"
## 
## [[4009]]
## [1] "seafog14: seriously thought #SpotifyWrapped would drop today to take the edge off"
## 
## [[4010]]
## [1] "d0mEaFav0rhls: I predict my most played song will be As it was by Harry Styles #SpotifyWrapped"
## 
## [[4011]]
## [1] "sophieontwt: I predict my top artist will be Chase Atlantic 😭 #SpotifyWrapped"
## 
## [[4012]]
## [1] "Extreme7323: I predict my most played song will be [THUNDERSTRIKE] #SpotifyWrapped"
## 
## [[4013]]
## [1] "lucitatoelle: when #SpotifyWrapped"
## 
## [[4014]]
## [1] "aguscont96: I predict my top podcast will be Hasta La Vista o Ricardo Fort by Damian Kuc #SpotifyWrapped"
## 
## [[4015]]
## [1] "AshlyGfx: Who wants Animated Emotes..?HMU!\nLike/ Retweet \nHelp/Support/ \nFollow each other \n#supportsmallstreamers… https://t.co/jEuR6BOMhs"
## 
## [[4016]]
## [1] "Jorgie774312: I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped #Archetypes        \n\n#archetypesonspotify"
## 
## [[4017]]
## [1] "AdrianEvanKirk: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped At the Edge of the Sea"
## 
## [[4018]]
## [1] "kathyloredo19: I predict my top artist will be Panic at the Disco #SpotifyWrapped"
## 
## [[4019]]
## [1] "aryfreakinanna: I predict my top artist will be [Taylor Swift ] #SpotifyWrapped"
## 
## [[4020]]
## [1] "Extreme7323: I predict my top genre will be Rap #SpotifyWrapped"
## 
## [[4021]]
## [1] "K8thegreat80: I predict my top artist will be [Taylor Swift] #SpotifyWrapped"
## 
## [[4022]]
## [1] "IstiakShihab: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[4023]]
## [1] "kathyloredo19: I predict my most played song will be God Killed Rock and Roll by Panic at the Disco #SpotifyWrapped"
## 
## [[4024]]
## [1] "LUZSPELL: I predict my top artist will be Fleetwood Mac, The Smiths or Pixies #SpotifyWrapped"
## 
## [[4025]]
## [1] "LUZSPELL: I predict my top genre will be indie rock #SpotifyWrapped"
## 
## [[4026]]
## [1] "LUZSPELL: I predict my most played song will be Brazil by Declan McKenna #SpotifyWrapped"
## 
## [[4027]]
## [1] "WeezYbloomix: I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped \nArchetypes with Meghan"
## 
## [[4028]]
## [1] "iblamedrake: SPOTIFY SHOLD GET THEIR CALCULATIONS RIGHT 💀💀💀\n\n#SpotifyWrapped https://t.co/NL5EynKcGx"
## 
## [[4029]]
## [1] "xXTommyTNTXx: I predict my most played song will be Sundial by Lemon Demon #SpotifyWrapped"
## 
## [[4030]]
## [1] "aguscont96: I predict my top artist will be @cepedaoficial  #SpotifyWrapped"
## 
## [[4031]]
## [1] "aryfreakinanna: I predict my top genre will be [Pop] #SpotifyWrapped"
## 
## [[4032]]
## [1] "KevinDLC50: Y’all better hurry it up  #SpotifyWrapped https://t.co/SbZMFlVe8c"
## 
## [[4033]]
## [1] "Gogo123316: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[4034]]
## [1] "Extreme7323: I predict my top artist will be [The Weeknd] #SpotifyWrapped"
## 
## [[4035]]
## [1] "heedfulsoul: I predict my top artist will be Draconian (or Epica) #SpotifyWrapped"
## 
## [[4036]]
## [1] "woahdyl: I predict my top artist will be Nicki Minaj 🫡#SpotifyWrapped"
## 
## [[4037]]
## [1] "happybrilidays: I predict my most played song will be Change My Clothes by Alec Benjamin and Dream \nor Mary on a Cross by Ghost \n #SpotifyWrapped"
## 
## [[4038]]
## [1] "aguscont96: I predict my most played song will be La Bachata from Manuel Turizo #SpotifyWrapped"
## 
## [[4039]]
## [1] "aryfreakinanna: I predict my most played song will be [All Too Well (10 minute version)(Taylor’s Version) (from the vault)] #SpotifyWrapped"
## 
## [[4040]]
## [1] "enchanteleclevc: pov: usi apple music #SpotifyWrapped"
## 
## [[4041]]
## [1] "BitLifeWrld: My #SpotifyWrapped is going to eat up... I think https://t.co/4vdhugNIAu"
## 
## [[4042]]
## [1] "DanLit111: Getting ready for my Wrapped.\n#SpotifyWrapped"
## 
## [[4043]]
## [1] "Depressed_Devil: I predict my most played song will be Death of peace of mind by bad omens #SpotifyWrapped"
## 
## [[4044]]
## [1] "cosdivatrend: I predict my top podcast will be [Archetype ] #SpotifyWrapped  \n\n#Archetypes #ArchetypesWithMeghan"
## 
## [[4045]]
## [1] "DanLit111: I predict my top podcast will be none since I haven't listened to any this year!\n#SpotifyWrapped"
## 
## [[4046]]
## [1] "CekChan_: I predict my top artist will be Lana Del Rey #SpotifyWrapped"
## 
## [[4047]]
## [1] "Jorgie774312: I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped archetypes"
## 
## [[4048]]
## [1] "yujifiIms: I predict my top artist will be [taylor swift] #SpotifyWrapped"
## 
## [[4049]]
## [1] "AmymKimble: I predict my top podcast will be Archetype.  #SpotifyWrapped"
## 
## [[4050]]
## [1] "KhanArt92: Check out my 5-star review #fiverrgigs\nGreat experience. Understood my concept and got me exactly what I needed\n \n☞… https://t.co/CJ0K2DWCWk"
## 
## [[4051]]
## [1] "DanLit111: I predict my top artist will be ABBA.\n\n#SpotifyWrapped"
## 
## [[4052]]
## [1] "jlcorcorcorcor: so fun! 🙈\n#Spotifyfest #SpotifyWrapped https://t.co/vLJfBksHhu"
## 
## [[4053]]
## [1] "summercardinal: I predict my top genre will be pop rock \n#SpotifyWrapped"
## 
## [[4054]]
## [1] "kingb_official: I predict my top artist will be @LittleMix #SpotifyWrapped"
## 
## [[4055]]
## [1] "feelmypussay: I predict my most played song will be marionette #SpotifyWrapped"
## 
## [[4056]]
## [1] "heartedtbp: i hope you know that if my #SpotifyWrapped \nis embarrassing then I will never post on this account again"
## 
## [[4057]]
## [1] "dschanaika: I predict my top artist will be ✨Demonhunter #SpotifyWrapped"
## 
## [[4058]]
## [1] "DanLit111: I predict my top genre will be Pop.\n#SpotifyWrapped"
## 
## [[4059]]
## [1] "carlosesierraf: I predict my top podcast will be @LastStandMedia Sacred Symbols for sure #SpotifyWrapped"
## 
## [[4060]]
## [1] "LifeonWheels95: I predict my top artist will be @Halestorm #SpotifyWrapped"
## 
## [[4061]]
## [1] "blackrose3kr: I predict my top podcast will be #ArchetypesWithMeghan #SpotifyWrapped"
## 
## [[4062]]
## [1] "it_was_reaps: I predict my most played song will be cool for cats or pink #SpotifyWrapped"
## 
## [[4063]]
## [1] "heedfulsoul: I predict my top genre will be Symphonic Metal #SpotifyWrapped"
## 
## [[4064]]
## [1] "carlosesierraf: I predict my top artist will be @alterbridge #SpotifyWrapped"
## 
## [[4065]]
## [1] "AdrianReeder7: I predict my most played song will be [Archetypes with Meghan] #SpotifyWrapped"
## 
## [[4066]]
## [1] "keeksy: i already know for a fact my top artist this year is @Jessiereyez no questions asked. it’s called having good taste. #SpotifyWrapped"
## 
## [[4067]]
## [1] "JamesL_TRW: I need #SpotifyWrapped to drop already so I can feel superior about my taste in music"
## 
## [[4068]]
## [1] "webdevelopercde: Learn Free\n\nCSS animation-duration Properties :- https://t.co/DdiFUlfak5 \n\n#100daysOfCode #coding #CyberMonday Ghan… https://t.co/yAwD2nzmi2"
## 
## [[4069]]
## [1] "maureenroseama1: #SpotifyWrapped most  played so far https://t.co/QhCGKw49Dp"
## 
## [[4070]]
## [1] "LifeonWheels95: I predict my top genre will be Rock &amp; Metal #SpotifyWrapped"
## 
## [[4071]]
## [1] "DanLit111: I predict my most played song will be Dancing Queen. #SpotifyWrapped"
## 
## [[4072]]
## [1] "heedfulsoul: I predict my most played song will be A Phantom Dissonance by Draconian #SpotifyWrapped"
## 
## [[4073]]
## [1] "jozzzaphen: I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped #ArchetypesWithMeghan"
## 
## [[4074]]
## [1] "bradsucks: Along with #SpotifyWrapped this year they should let me reset my Discover Weekly recommendations as they used to be… https://t.co/hHJoPp3vqe"
## 
## [[4075]]
## [1] "itwillbeohkay: I predict my most played song will be Stick Season @NoahKahan #SpotifyWrapped"
## 
## [[4076]]
## [1] "revelinmemory: I predict my top artist will be @gorillaz #SpotifyWrapped"
## 
## [[4077]]
## [1] "Jenna_Coffey5: I predict my most played song will be Keep Driving #SpotifyWrapped"
## 
## [[4078]]
## [1] "banqtanswrldd: i’m ready #SpotifyWrapped"
## 
## [[4079]]
## [1] "m00ns_baby: I predict my top artist will be Lana Del Rey duhh #SpotifyWrapped"
## 
## [[4080]]
## [1] "eXpNaruto: I predict my top genre will be Hip Hop or Pop #SpotifyWrapped"
## 
## [[4081]]
## [1] "aadriangarciac: I predict my top podcast will be @pijayquinqui AMOREEEE\n\n#SpotifyWrapped"
## 
## [[4082]]
## [1] "ayumicruzzz: I predict my most played song will be As it was #SpotifyWrapped"
## 
## [[4083]]
## [1] "Lauracoder12: Who wants Animated Emotes..?HMU!\nLike/ Retweet \nHelp/Support/ \nFollow each other \n#supportsmallstreamers… https://t.co/uLAnCAsuA7"
## 
## [[4084]]
## [1] "TheSandMasterr: I predict my most played song this year is I’ll do it - @heidimontag 👸🏼#SpotifyWrapped"
## 
## [[4085]]
## [1] "basiccoalminer: I predict my most played song will be \"CUFF IT\" by Beyoncé #SpotifyWrapped"
## 
## [[4086]]
## [1] "jayerlofi: I predict my top artist will be Lizzo #SpotifyWrapped"
## 
## [[4087]]
## [1] "staygoldgyu: I predict my top artist will be @pledis_17 💖 #SpotifyWrapped"
## 
## [[4088]]
## [1] "aadriangarciac: I predict my top artist will be Taylor obviously #SpotifyWrapped"
## 
## [[4089]]
## [1] "JuanDeL81607394: I’M SO EXCITED FOR #SpotifyWrapped    THIS YEAR!! 🤩"
## 
## [[4090]]
## [1] "dlibyhcaz: I predict my top artist will be harry styles #SpotifyWrapped"
## 
## [[4091]]
## [1] "Cbarts5: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped\nGolden hour"
## 
## [[4092]]
## [1] "imgonnachaseit6: I predict my most played song will be I know the end by phoebe bridgers #SpotifyWrapped"
## 
## [[4093]]
## [1] "cowboycatcafe: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped nbdh por indie puto"
## 
## [[4094]]
## [1] "hannahsquill: I predict my top artist will be battle beast or Bo Burnham idk #SpotifyWrapped"
## 
## [[4095]]
## [1] "angyllblackwyng: I predict my top podcast will be The Sandman Dreamcast #SpotifyWrapped"
## 
## [[4096]]
## [1] "eXpNaruto: I predict my top artist will be Juice WRLD #SpotifyWrapped"
## 
## [[4097]]
## [1] "aadriangarciac: I predict my top genre will be pop obv #SpotifyWrapped"
## 
## [[4098]]
## [1] "clawsonhonda: Patiently waiting on our #SpotifyWrapped."
## 
## [[4099]]
## [1] "LadyJestah: LOL THIS LINEUP\n\n#Kpop #StrayKids #Exo #Txt #SpotifyWrapped https://t.co/my3fBXHOwN"
## 
## [[4100]]
## [1] "cowboycatcafe: I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped a mi me gusta el rock"
## 
## [[4101]]
## [1] "digitaldiaz1: Check out my Gig on Fiverr: startup investor ready business plan financial plan grant proposal pitch deck… https://t.co/D2FeTPFFhT"
## 
## [[4102]]
## [1] "cowboycatcafe: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped no se que es esta chota seguro devil's advocate"
## 
## [[4103]]
## [1] "aadriangarciac: I predict my most played song will be all too well 10 min ver #SpotifyWrapped"
## 
## [[4104]]
## [1] "LifeonWheels95: I predict my most played song will be Wicked Ways @Halestorm #SpotifyWrapped"
## 
## [[4105]]
## [1] "eXpNaruto: I predict my most played song will be Bye Bye by Juice WRLD  #SpotifyWrapped"
## 
## [[4106]]
## [1] "KanekiZero99: I predict my top artist will be [One Ok Rock] #SpotifyWrapped"
## 
## [[4107]]
## [1] "Kris__sToRm: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped Fantasy  @MariahCarey #lambily"
## 
## [[4108]]
## [1] "tilly_sheldon: I predict my top artist will be @wolfalicemusic #SpotifyWrapped"
## 
## [[4109]]
## [1] "angyllblackwyng: I predict my top artist will be Guns ‘n Roses #SpotifyWrapped"
## 
## [[4110]]
## [1] "KanekiZero99: I predict my top genre will be [J-rock] #SpotifyWrapped"
## 
## [[4111]]
## [1] "jayerlofi: I predict my top genre will be rock or sum along the lines of that #SpotifyWrapped"
## 
## [[4112]]
## [1] "digitaldiaz1: Check out my Gig on Fiverr: do automations and onboarding clients campaigns workflows at gohighlevel… https://t.co/JqCJUb7LHh"
## 
## [[4113]]
## [1] "podlingjustista: I predict my top artist will be  @SammyRaeMusic #SpotifyWrapped"
## 
## [[4114]]
## [1] "2003unbearable_: I predict my top podcast will be my favorite murder #SpotifyWrapped"
## 
## [[4115]]
## [1] "KanekiZero99: I predict my most played song will be [Save Yourself by One Ok Rock] #SpotifyWrapped"
## 
## [[4116]]
## [1] "witchywoman608: I predict my top podcast will be Conspirituality #SpotifyWrapped"
## 
## [[4117]]
## [1] "melinadurre: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[4118]]
## [1] "digitaldiaz1: Check out my Gig on Fiverr: setup monday CRM for monday on monday com clickup consultant asana trello notion… https://t.co/juzLx5fQY9"
## 
## [[4119]]
## [1] "angyllblackwyng: I predict my top genre will be rock #SpotifyWrapped"
## 
## [[4120]]
## [1] "sunflowervol1d: I predict my top artist will be @Louis_Tomlinson  #SpotifyWrapped"
## 
## [[4121]]
## [1] "jayerlofi: I predict my most played song will be BATSHIT! By WILLOW or uhhh Murder In My Mind by Kordhell  #SpotifyWrapped"
## 
## [[4122]]
## [1] "digitaldiaz1: Check out my Gig on Fiverr: do bubble website bubble app web app mvp bubbleio flutterflow webflow expert… https://t.co/AzX8mMFOaZ"
## 
## [[4123]]
## [1] "digitaldiaz1: Check out my Gig on Fiverr: develop squarespace template squarespace ecommerce squarespace website developer… https://t.co/GHwhalBihJ"
## 
## [[4124]]
## [1] "sunflowervol1d: I predict my most played song will be As It Was by Harry Styles #SpotifyWrapped"
## 
## [[4125]]
## [1] "44Jackk: I just know Drake is gonna be my top artist on my #SpotifyWrapped https://t.co/1vSBl8Y9Oi"
## 
## [[4126]]
## [1] "witchywoman608: I predict my most played song will be Danko/Manuel #SpotifyWrapped"
## 
## [[4127]]
## [1] "KeefenOwO: I predict my most played song will be Violet-V.1 by Shoobies #SpotifyWrapped"
## 
## [[4128]]
## [1] "frankyquin: I predict my top artist will be I DONT KNOW HOW BUT THEY FOUND ME. #SpotifyWrapped"
## 
## [[4129]]
## [1] "vansrryfreak: I predict my top podcast will be probably the yard #SpotifyWrapped"
## 
## [[4130]]
## [1] "digitaldiaz1: Check out my Gig on Fiverr: followup boss on kvcore kv core sierra interactives order flow georgia… https://t.co/uHkkhEyDO6"
## 
## [[4131]]
## [1] "Thrishank4521: I predict my top artist will be @MartinGarrix #SpotifyWrapped"
## 
## [[4132]]
## [1] "vansrryfreak: I predict my top artist will be harry styles or Sufjan stevens #SpotifyWrapped"
## 
## [[4133]]
## [1] "my_surrey: I predict my most played song will be Ode To Sleep #SpotifyWrapped"
## 
## [[4134]]
## [1] "chick_canon: @Spotify Folks waiting hard on that #SpotifyWrapped 😂 https://t.co/AKgqtZmdWo"
## 
## [[4135]]
## [1] "digitaldiaz1: Check out my Gig on Fiverr: do intercom business leads linkedin post crunchbase apollo b2b lead generation… https://t.co/nCq5UqNPIf"
## 
## [[4136]]
## [1] "arianauras: I predict my top genre will be kpop  #SpotifyWrapped https://t.co/nbvIKHyb6Q"
## 
## [[4137]]
## [1] "b_storm796: I predict my top podcast will be nothing, since I don't listen to any 💀 #SpotifyWrapped"
## 
## [[4138]]
## [1] "__jonosmith__: I’m actually so curious to see what my #SpotifyWrapped is gunna look like."
## 
## [[4139]]
## [1] "GraceOghenevwde: I will setup editable canva template for your social media feed\nhttps://t.co/CEyvIaUq0e\n#SpotifyWrapped #SaniaMirza… https://t.co/3VvhvjLIHm"
## 
## [[4140]]
## [1] "Remssupportbat: watch my most played song be me myself &amp; I\n#SpotifyWrapped"
## 
## [[4141]]
## [1] "vansrryfreak: I predict my top genre will be pop #SpotifyWrapped"
## 
## [[4142]]
## [1] "vansrryfreak: I predict my most played song will be miss misery maybe #SpotifyWrapped"
## 
## [[4143]]
## [1] "Haleymarie_j2: I predict my top artist will be Mac Miller 🫶🏼 #SpotifyWrapped"
## 
## [[4144]]
## [1] "b_storm796: I predict my top artist will be either Harry styles or Conan gray.  #SpotifyWrapped"
## 
## [[4145]]
## [1] "1Xenius: I predict my top artist will be Rod Wave #SpotifyWrapped"
## 
## [[4146]]
## [1] "JuanDeL81607394: Mfs be like “I’M SO EXCITED FOR #SpotifyWrapped     THIS YEAR!! 🤩” why don’t you get excited for a job or some bitches my friend"
## 
## [[4147]]
## [1] "Antagionist: I predict my most played song will be Creature by half.alive #SpotifyWrapped"
## 
## [[4148]]
## [1] "Thrishank4521: I predict my top genre will be EDM #SpotifyWrapped"
## 
## [[4149]]
## [1] "Whatleydude: This is the first year in a long time where the kids have seemingly kept themselves well away from my Spotify.\n\nBri… https://t.co/aM9U6YHmmM"
## 
## [[4150]]
## [1] "neckeope: I predict my most played song will be [drip or all I need] #SpotifyWrapped"
## 
## [[4151]]
## [1] "cspikemurray: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[4152]]
## [1] "Funko_Jules: My most played song will probably by something by Nic D. Maybe Serotonin #SpotifyWrapped"
## 
## [[4153]]
## [1] "Shapingrime: With #SpotifyWrapped around the corner, I made a playlist celebrating the best in grime (so far)! Make sure to chec… https://t.co/5j94sXohqE"
## 
## [[4154]]
## [1] "jaimitoperalta: I predict my top genre will be Pop Music! #SpotifyWrapped https://t.co/NV2bRNGtal… https://t.co/1zwGQ1nsc5"
## 
## [[4155]]
## [1] "b_storm796: I predict my top genre will be Pop. Since I have over 500 pop songs in one playlist 👍 #SpotifyWrapped"
## 
## [[4156]]
## [1] "1Xenius: I predict my top genre will be whatever Genre Rod Wave fits into most. RnB, Hip Hop, Soul-trap #SpotifyWrapped"
## 
## [[4157]]
## [1] "LoveITx0: #SpotifyWrapped mine last year I would love to know what's changed https://t.co/FW2S7V6fal"
## 
## [[4158]]
## [1] "EnglishDesigns: #SpotifyWrapped #hoodi #hoodies #hoodieseason #pullover #pullovers #pulloverhoodie #WhiteFriday #BlackFriday… https://t.co/FPqFRYW6Jf"
## 
## [[4159]]
## [1] "sailorcringe: I predict my most played song will be Nothing New (Feat. Pheobe Bridgers) (From The Vault) (Taylor's Version) - Tay… https://t.co/dEnqbfoff2"
## 
## [[4160]]
## [1] "rigby113: You appear to have managed to not listen to any women all year. Well done lad #SpotifyWrapped"
## 
## [[4161]]
## [1] "frankyquin: I predict my top genre will be Vocaloid. #SpotifyWrapped"
## 
## [[4162]]
## [1] "tntbursz: I predict my top genre will be fFUCKING DREAM SMP. #SpotifyWrapped"
## 
## [[4163]]
## [1] "PeterTorch16: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped @KodakBlack1k"
## 
## [[4164]]
## [1] "PeterTorch16: I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped hip hop"
## 
## [[4165]]
## [1] "dlaniger22: I predict my most played song will be [Traffic by reggie] #SpotifyWrapped"
## 
## [[4166]]
## [1] "alennono: Me urge  #SpotifyWrapped"
## 
## [[4167]]
## [1] "Jacksquared_: Give the @Shapingrime end of year playlist a listen: Grime's Full Circle '22 #SpotifyWrapped https://t.co/4t39SMAv7W"
## 
## [[4168]]
## [1] "ronnie2029: I’m actually terrified to see my  #SpotifyWrapped https://t.co/mpgqikqMd2"
## 
## [[4169]]
## [1] "EySoyIsaaa: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[4170]]
## [1] "musubiitou: i’m more exicted about my #SpotifyWrapped than Christmas itself"
## 
## [[4171]]
## [1] "PeterTorch16: I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped @OffTheRecordHD"
## 
## [[4172]]
## [1] "BlazynFire123: I predict my top podcast will be Ear Buiscuts #SpotifyWrapped"
## 
## [[4173]]
## [1] "JayAcortado: I predict my top podcast will be literally the only podcast I listen to is no such thing as a fish #SpotifyWrapped"
## 
## [[4174]]
## [1] "tiffanyclay: I predict my top artist will be [Adele] #SpotifyWrapped"
## 
## [[4175]]
## [1] "thisisntmegannn: I’m so excited, it’s almost the best time of year  #SpotifyWrapped"
## 
## [[4176]]
## [1] "GovernorSleme: I predict my top genre will be hip hop and stuff like that #SpotifyWrapped"
## 
## [[4177]]
## [1] "BlazynFire123: I predict my top artist will be either The Score, Imagine Dragons, or Skillet #SpotifyWrapped"
## 
## [[4178]]
## [1] "FrBoat: I predict my most played song will be [Pure Water] #SpotifyWrapped"
## 
## [[4179]]
## [1] "JayAcortado: I predict my top artist will be flowerguts lol #SpotifyWrapped"
## 
## [[4180]]
## [1] "thelovelyerica: I predict my most played song will be Moscow Mule #SpotifyWrapped"
## 
## [[4181]]
## [1] "b_storm796: I predict my most played song will be Either Golden, by Harry styles, or People watching, by Conan gray. ^^ #SpotifyWrapped"
## 
## [[4182]]
## [1] "frankyquin: I predict my most played song will be Queer Recovery Club. #SpotifyWrapped"
## 
## [[4183]]
## [1] "tiffanyclay: I predict my top genre will be [pop] #SpotifyWrapped"
## 
## [[4184]]
## [1] "JayAcortado: I predict my top genre will be rap most likely #SpotifyWrapped"
## 
## [[4185]]
## [1] "HBrickboy: I predict my top artist will be Kanye West  #SpotifyWrapped"
## 
## [[4186]]
## [1] "mitchellmb2004: I predict my top artist will be [the gloom in the corner] #SpotifyWrapped"
## 
## [[4187]]
## [1] "VanniCobs: I predict my top artist will be BILLIE EILISH 😻💪🏻#SpotifyWrapped https://t.co/djBQzl9HSe"
## 
## [[4188]]
## [1] "1Xenius: I predict my most played song will be Street Runner, by Rod Wave #SpotifyWrapped"
## 
## [[4189]]
## [1] "BlazynFire123: I predict my top genre will be either Alternative Pop or Christian Rock. #SpotifyWrapped"
## 
## [[4190]]
## [1] "JayAcortado: I predict my most played song will be almost certainly a flowerguts track. maybe human centipede. 1thing2say? #SpotifyWrapped"
## 
## [[4191]]
## [1] "tiffanyclay: I predict my most played song will be [Faces on Film - Sonnet] #SpotifyWrapped"
## 
## [[4192]]
## [1] "GovernorSleme: I predict my top artist will be Ed Sheeran #SpotifyWrapped"
## 
## [[4193]]
## [1] "BlazynFire123: I predict my most played song will be Unstoppable by the Score. #SpotifyWrapped"
## 
## [[4194]]
## [1] "clarissamcfly: I predict my top artist will be @taylorswift13 #SpotifyWrapped"
## 
## [[4195]]
## [1] "iamlemarwilson: People Are Scare You Will #SpotifyWrapped #RedVelvet #CyberMondayAmazon #JHOPEatMAMA2022 #乌鲁木齐 #ميقا #ImACeleb… https://t.co/MQHEiTq3Sc"
## 
## [[4196]]
## [1] "umeenterprise: People Are Scare You Will #SpotifyWrapped #RedVelvet #CyberMondayAmazon #JHOPEatMAMA2022 #乌鲁木齐 #ميقا #ImACeleb… https://t.co/WRICRntU5F"
## 
## [[4197]]
## [1] "kaeunshabets: I predict my top genre will be kpop girlgroup #SpotifyWrapped"
## 
## [[4198]]
## [1] "DareRider8: Mfs be like “I’M SO EXCITED FOR #SpotifyWrapped  THIS YEAR!! 🤩” why don’t you get excited for a job or some bitches my friend"
## 
## [[4199]]
## [1] "mitchellmb2004: I predict my most played song will be [gone with the wind] #SpotifyWrapped"
## 
## [[4200]]
## [1] "Cho_gath_gaming: I predict my most played song will be [Mortal Reminder-Pentakill] #SpotifyWrapped"
## 
## [[4201]]
## [1] "ICallThemIdols: Taste. #SpotifyWrapped https://t.co/ntiKGzQ4L5"
## 
## [[4202]]
## [1] "__cw24__: I predict my top artist will be lord @yeat1_  #SpotifyWrapped"
## 
## [[4203]]
## [1] "sosorrybye789: I predict my top artist will be [Riha. A]#SpotifyWrapped"
## 
## [[4204]]
## [1] "thvglittr: manifesting #BTS and #jhope as the top artists in my #SpotifyWrapped"
## 
## [[4205]]
## [1] "sosorrybye789: I predict my top genre will be [SOUL] #SpotifyWrapped"
## 
## [[4206]]
## [1] "GOWENYT: Where that #SpotifyWrapped at I’m waiting https://t.co/PzSUgSTq3y"
## 
## [[4207]]
## [1] "FandWWaffle: I predict my top podcast will be WhatCulture Wrestling #SpotifyWrapped"
## 
## [[4208]]
## [1] "alexandrerstos: I predict my most played song will be Maldivas - Ludmilla #SpotifyWrapped"
## 
## [[4209]]
## [1] "brenden_lmao: I predict my most played song will be Bill Clinton \"I Did Not Have Sexual Relations with That Woman\" 1998! #SpotifyWrapped"
## 
## [[4210]]
## [1] "BAmbergaze: I predict my most played song will be Home is Where the Haunt Is by American Football #SpotifyWrapped"
## 
## [[4211]]
## [1] "crackerboxx: I predict my top artist will be Element of Crime , because I’m a sad little German boy #SpotifyWrapped"
## 
## [[4212]]
## [1] "ariserii: I predict my most played song will be samurai with a mission #SpotifyWrapped"
## 
## [[4213]]
## [1] "DareRider8: I’M SO EXCITED FOR #SpotifyWrapped THIS YEAR!! 🤩"
## 
## [[4214]]
## [1] "wild3st_dreams: I predict my most played song will be Bam Bam @Camila_Cabello #SpotifyWrapped"
## 
## [[4215]]
## [1] "SpaceSoldier_01: New fit for John from last nights stream.\n#RedDeadRedemption2 #rdr2 #RedVelvet #FIFAWorldCupQatar2022 #PlayStation5… https://t.co/zlIiBi4JSx"
## 
## [[4216]]
## [1] "MechaMaiden: I predict my top artist again this year will be @KatatoniaBand 🖤 #SpotifyWrapped"
## 
## [[4217]]
## [1] "bratfvckr: My #SpotifyWrapped would be prolly tripping."
## 
## [[4218]]
## [1] "angyllblackwyng: I predict my most played song will be Knockin on Heaven’s Door #SpotifyWrapped"
## 
## [[4219]]
## [1] "wild3st_dreams: I predict my top podcast will be @TheToast  #SpotifyWrapped"
## 
## [[4220]]
## [1] "dukeofpeckham: I predict my top podcast will be [Football Weekly] #SpotifyWrapped"
## 
## [[4221]]
## [1] "kiryuuwakatsu: I predict my top artist will be coldplay AGAIN or age factory #SpotifyWrapped"
## 
## [[4222]]
## [1] "wild3st_dreams: I predict my top artist will @taylorswift13 #SpotifyWrapped"
## 
## [[4223]]
## [1] "wermusmaximusii: I predict my most played song will be FULL STOP #SpotifyWrapped"
## 
## [[4224]]
## [1] "strilondian: I predict my top podcast will be Normal Gossip #SpotifyWrapped"
## 
## [[4225]]
## [1] "FloridaMike100: My #SpotifyWrapped this year is just going to be a fuckton of Van Halen and random hip-hop."
## 
## [[4226]]
## [1] "karenkagamine: I predict my most played song will be any song in the new Phoenix album 👀👀👀\n#SpotifyWrapped"
## 
## [[4227]]
## [1] "FandWWaffle: I predict my top artist will be Tom Grennan #SpotifyWrapped"
## 
## [[4228]]
## [1] "dukeofpeckham: I predict my top artist will be [Jay-Z] #SpotifyWrapped"
## 
## [[4229]]
## [1] "strilondian: I predict my most played song will be Galactic HQ Theme by insaneintherainmusic (for the third year running) #SpotifyWrapped"
## 
## [[4230]]
## [1] "beratmehmedii: I predict my top artist will be Halsey #SpotifyWrapped"
## 
## [[4231]]
## [1] "supaSheva: @SpotifyEng Love you #SpotifyWrapped"
## 
## [[4232]]
## [1] "arifckingspring: My predictions for #SpotifyWrapped https://t.co/r8uuRZxTEQ"
## 
## [[4233]]
## [1] "aviniertwt: #SpotifyWrapped holy fuck this # is  ugly, do they do this on purpose?! Is there some weird behavioral ux manipulat… https://t.co/4hbGnxt4Tf"
## 
## [[4234]]
## [1] "megalodon_k: I predict my top podcast will be [ #archetypesonspotify] #SpotifyWrapped"
## 
## [[4235]]
## [1] "dukeofpeckham: I predict my top genre will be [Hip Hop] #SpotifyWrapped"
## 
## [[4236]]
## [1] "ryleejean051: Taylor Swift will always be my #1 #SpotifyWrapped"
## 
## [[4237]]
## [1] "FandWWaffle: I predict my most played song will be Seventeen Going Under #SpotifyWrapped"
## 
## [[4238]]
## [1] "prettytreatment: I predict my top artist will be arctic monkeys no doubt #SpotifyWrapped"
## 
## [[4239]]
## [1] "AlanCrashGZ: I predict my most played song will be Re:Re: by Asian Kung Fu Generation, again. #SpotifyWrapped \n\nIt was last year… https://t.co/2SqcVPxwwE"
## 
## [[4240]]
## [1] "prettytreatment: I predict my top genre will be garage rock? Sheffield rock?? #SpotifyWrapped"
## 
## [[4241]]
## [1] "halfdeadairhead: I predict my top podcast will be the offline tv podcast???? #SpotifyWrapped"
## 
## [[4242]]
## [1] "webdevelopercde: Learn Free\n\nCSS animation Properties :- https://t.co/AUtbx0cF3W\n\n#100daysOfCode #coding #CyberMonday Ghana… https://t.co/sNNs1aAnc3"
## 
## [[4243]]
## [1] "Martaim__: I predict my most played song will be El diablo or Like a prayer #SpotifyWrapped"
## 
## [[4244]]
## [1] "ZanAycicek: Click here not to miss the special Amazon discounts for November https://t.co/Nk8ap4Afbx\n\n#SpotifyWrapped #GiftGalaxy JUST ANNOUNCED"
## 
## [[4245]]
## [1] "ryanavfcc: I predict my top artist will be easy life obvs #SpotifyWrapped"
## 
## [[4246]]
## [1] "HeZamboni: I predict my top artist will be @taylorswift13 #SpotifyWrapped"
## 
## [[4247]]
## [1] "halfdeadairhead: I predict my top artist will be @zephanijong  #SpotifyWrapped"
## 
## [[4248]]
## [1] "prettytreatment: I predict my most played song will be 505 probably #SpotifyWrapped"
## 
## [[4249]]
## [1] "HeZamboni: I predict my top genre will be pop! #SpotifyWrapped"
## 
## [[4250]]
## [1] "halfdeadairhead: I predict my top genre will be pop???? #SpotifyWrapped"
## 
## [[4251]]
## [1] "danieliskoo: Here’s a preview of my #SpotifyWrapped https://t.co/BemqCKwqsY"
## 
## [[4252]]
## [1] "hanyulton: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[4253]]
## [1] "abianst: I predict my top artist will be Adele or Taylor Swift #SpotifyWrapped"
## 
## [[4254]]
## [1] "hanyulton: I predict my top genre will be Pop #SpotifyWrapped"
## 
## [[4255]]
## [1] "HeZamboni: I predict my most played song will be @taylorswift13’s All Too Well (10 Minute Version) #SpotifyWrapped"
## 
## [[4256]]
## [1] "halfdeadairhead: I predict my most played song will be because i liked a boy @SabrinaAnnLynn #SpotifyWrapped"
## 
## [[4257]]
## [1] "hanyulton: I predict my most played song will be Motion Sickness by Phoebe Bridgers #SpotifyWrapped"
## 
## [[4258]]
## [1] "yourdollmochi: My  #SpotifyWrapped is Billie Eilish yours is https://t.co/yhN31u6NRg"
## 
## [[4259]]
## [1] "a_yrmb: I predict my most played song will be All Too Well #SpotifyWrapped"
## 
## [[4260]]
## [1] "airplane_flaps: No looking forward to my #SpotifyWrapped it will show how badly I was depressed with the low hours"
## 
## [[4261]]
## [1] "brian_23_gibson: I predict my top podcast will be [@FEAE_KilliePod ] watch this space. #SpotifyWrapped"
## 
## [[4262]]
## [1] "Klahasphemy: I predict my top artist will be Set It Off #SpotifyWrapped"
## 
## [[4263]]
## [1] "mepradayounada: I predict, no, i know my top artist will be Lady Gaga. #SpotifyWrapped"
## 
## [[4264]]
## [1] "aaajfabio: I predict my top artist will be Megadeth #SpotifyWrapped"
## 
## [[4265]]
## [1] "annabel______: I predict my top podcast will be #rundfunk17 \n#SpotifyWrapped"
## 
## [[4266]]
## [1] "XH_VillainLaw: I predict my top genre will be kpop gg #SpotifyWrapped"
## 
## [[4267]]
## [1] "Klahasphemy: I predict my most played song will be Hayloft II by Mother Mother #SpotifyWrapped"
## 
## [[4268]]
## [1] "__cockgoblin__: i predict my top artist will be mitski #SpotifyWrapped"
## 
## [[4269]]
## [1] "XH_VillainLaw: I predict my top artist will be skz or xh #SpotifyWrapped"
## 
## [[4270]]
## [1] "mepradayounada: I predict my top genre will be Dance Pop, duh.  #SpotifyWrapped"
## 
## [[4271]]
## [1] "FromPaperchase: Our #SpotifyWrapped dropped early, pretty accurate we think 🙃 (1/4) https://t.co/TrLjBeZ4wm"
## 
## [[4272]]
## [1] "ithinkimsophia: I predict my top artist will be  conan gray 1!!2!3!4)6,6 #SpotifyWrapped"
## 
## [[4273]]
## [1] "Pokemaster55551: I predict my top artist will be The Beatles #SpotifyWrapped crust"
## 
## [[4274]]
## [1] "arismaximoff: I predict my top genre will be Pop #SpotifyWrapped"
## 
## [[4275]]
## [1] "mepradayounada: I predict my most played song will be Replay or Babylon. 🙊 #SpotifyWrapped"
## 
## [[4276]]
## [1] "theikonickay: The way Frank and Bey are gonna be tusslin for the #1 spot on my #SpotifyWrapped"
## 
## [[4277]]
## [1] "arismaximoff: I predict my top artist will be Ariana Grande #SpotifyWrapped"
## 
## [[4278]]
## [1] "yourdollmochi: I dont even have to wait my #SpotifyWrapped will be @billieeilish @KSI @LilNasX @sushitrash https://t.co/Ibf9JDfBJW"
## 
## [[4279]]
## [1] "Klahasphemy: I predict my top genre will be Emo #SpotifyWrapped"
## 
## [[4280]]
## [1] "spokanehouse: This is the best graphic that highlights all your favorite musical artists🎵.  Kudos to @AnshaySaboo who created a b… https://t.co/D220aXTcKZ"
## 
## [[4281]]
## [1] "alex_uhh_2: I predict my top podcast will be Rob Has A Podcast #SpotifyWrapped"
## 
## [[4282]]
## [1] "vicohyland: I predict my most played song will be #AlwaysLove by @LaurenJauregui #SpotifyWrapped"
## 
## [[4283]]
## [1] "Sno94627256: I predict my most played song will be [cash in cash out/freestyle 2 (Ken Carson)] #SpotifyWrapped"
## 
## [[4284]]
## [1] "alex_uhh_2: I predict my top artist will be Saba #SpotifyWrapped"
## 
## [[4285]]
## [1] "alex_uhh_2: I predict my top genre will be rap music 🤖 #SpotifyWrapped"
## 
## [[4286]]
## [1] "hnidgaf: AAAA SO CUTE #SpotifyWrapped"
## 
## [[4287]]
## [1] "rwdrygoo: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[4288]]
## [1] "shazzCS: I predict my most played song will be I Don't Think That I Like Her by Charlie Puth #SpotifyWrapped"
## 
## [[4289]]
## [1] "alex_uhh_2: I predict my most played song will be minds of men by FKA twigs #SpotifyWrapped"
## 
## [[4290]]
## [1] "theanarice: i really don’t even need to see my #spotifywrapped. it’s just going to say i listened to 782 hours of yebba’s heartbreak."
## 
## [[4291]]
## [1] "Bean71075702: I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped chuckle sandwich or girl rejects"
## 
## [[4292]]
## [1] "gabewalker_26: I predict my top artist will be [YOUNG BOY NEVER BROKE AGAIN] #SpotifyWrapped"
## 
## [[4293]]
## [1] "shartzcutely: I predict my most played song will be Running up that hill - Kate bush #SpotifyWrapped"
## 
## [[4294]]
## [1] "needyriy: My #SpotifyWrapped predictions 🎶 https://t.co/WqJMdyvRzz"
## 
## [[4295]]
## [1] "PhuturePhocused: I predict my top podcast will be THE READ #SpotifyWrapped"
## 
## [[4296]]
## [1] "Bean71075702: I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped indie pop"
## 
## [[4297]]
## [1] "PhuturePhocused: I predict my top artist will be the queen 🐝#SpotifyWrapped"
## 
## [[4298]]
## [1] "Bean71075702: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped  bag of bones"
## 
## [[4299]]
## [1] "anamarchl: I predict my most played song will be Badhead from @blurofficial #SpotifyWrapped"
## 
## [[4300]]
## [1] "gabewalker_26: I predict my top genre will be [Hip-Hop] #SpotifyWrapped"
## 
## [[4301]]
## [1] "LastChanceXD: I predict my top artist will be [ eminem ] #SpotifyWrapped"
## 
## [[4302]]
## [1] "sososhbrt12: I predict my top artist will be LANA DEL REY PTDR #SpotifyWrapped"
## 
## [[4303]]
## [1] "goodoneoliver: Mood: #SpotifyWrapped\nhttps://t.co/vmkZEsFsIy"
## 
## [[4304]]
## [1] "miaaochoa: y’all got me pumped up and for what? it ain’t even out yet  #SpotifyWrapped https://t.co/hvJkMp2oY8"
## 
## [[4305]]
## [1] "gabewalker_26: I predict my most played song will be [Expensive Taste -YOUNGBOY NEVER BROKE AGAIN] #SpotifyWrapped"
## 
## [[4306]]
## [1] "Carlos31789: I predict my top podcast will be Dead Meat. #SpotifyWrapped"
## 
## [[4307]]
## [1] "PhuturePhocused: I predict my top genre will be [R&amp;B/Soul duh!] #SpotifyWrapped"
## 
## [[4308]]
## [1] "sososhbrt12: I predict my most played song will be White Dress by Lana Del Rey #SpotifyWrapped"
## 
## [[4309]]
## [1] "LastChanceXD: I predict my top genre will [hip hop/rap] #SpotifyWrapped"
## 
## [[4310]]
## [1] "Carlos31789: I predict my top artist will be Bo Burnham. #SpotifyWrapped"
## 
## [[4311]]
## [1] "SarahCat_XOXO: I predict my top genre will be K-Pop. #SpotifyWrapped"
## 
## [[4312]]
## [1] "joeyeinberger: #SpotifyWrapped is dropping soon, so i thought it would be cool to try to guess what my top artist/song/genre was!… https://t.co/UwgcTwhs4V"
## 
## [[4313]]
## [1] "LastChanceXD: I predict my most played song will be [still dre] #SpotifyWrapped"
## 
## [[4314]]
## [1] "PhuturePhocused: I predict my most played song will be [Cuff It by Beyonce] #SpotifyWrapped"
## 
## [[4315]]
## [1] "RecticOfficial: Let's go! South Korea vs Ghana JUST ANNOUNCED Spider-Man 2! #SpotifyWrapped 😊 https://t.co/jXGwYq4jko"
## 
## [[4316]]
## [1] "Carlos31789: I predict my top genre will be Pop. #SpotifyWrapped"
## 
## [[4317]]
## [1] "namjooning111: oooo i predict my top artist will be either @taylorswift13 @bts_bighit  #SpotifyWrapped"
## 
## [[4318]]
## [1] "melaniehotaux: I predict my most played song will be probably a Taylor Swift' song #SpotifyWrapped"
## 
## [[4319]]
## [1] "ShashwatVaish2: I predict my most played song will be [Lose yourself by Eminem ] #SpotifyWrapped"
## 
## [[4320]]
## [1] "TyRezac: I predict my most played song will be [basketball shoes by Black Country, New Road] #SpotifyWrapped"
## 
## [[4321]]
## [1] "DEVILINRUIN: When you learn that #SpotifyWrapped is almost here. https://t.co/uc0tRX8JSk"
## 
## [[4322]]
## [1] "Joeadelphia: I predict my top artist will be @thekillers  #SpotifyWrapped"
## 
## [[4323]]
## [1] "r_blankk: @ZhaneJahnice @suziementos dec 1 is #SpotifyWrapped , i'll start another day"
## 
## [[4324]]
## [1] "LisaBra59850659: Chanel Tissue Paper + Logo Stickers https://t.co/FnNMcZMsnJ \n#CyberMonday #ShopMyCloset #shoppingstar #shopping… https://t.co/um34eOE7yp"
## 
## [[4325]]
## [1] "Joeadelphia: I predict my most played song will be Tarzan Boy by Baltimora #SpotifyWrapped"
## 
## [[4326]]
## [1] "Armakanzas: Can't wait for this years #SpotifyWrapped https://t.co/b5Y0qf1p8z"
## 
## [[4327]]
## [1] "DxrkSpawn: Gimme that #SpotifyWrapped ASAP, In dire need."
## 
## [[4328]]
## [1] "SabrinaCamaril5: I predict my top podcast will be Put A Sock In It #SpotifyWrapped"
## 
## [[4329]]
## [1] "hataaramune: #SpotifyWrapped when??!!!!!"
## 
## [[4330]]
## [1] "LVJY1975: I predict my top artist will be The 1975 #SpotifyWrapped"
## 
## [[4331]]
## [1] "Logandev_owo: oh boy #SpotifyWrapped"
## 
## [[4332]]
## [1] "luvjust1n: i predict my most played song will be eleven by ive #SpotifyWrapped"
## 
## [[4333]]
## [1] "10BOUJEEBOY: I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped R&amp;B - its between this or Rap"
## 
## [[4334]]
## [1] "aminabi54146383: I will build you high converting clickfunnels landing page or clickfunnels sales funnel\nhttps://t.co/EljaY5vBHo… https://t.co/gh2qJjaDpG"
## 
## [[4335]]
## [1] "SabrinaCamaril5: I predict my top artist will be Harry Styles #SpotifyWrapped"
## 
## [[4336]]
## [1] "its_sp4rk: I predict my most played song will be [Heat Waves] #SpotifyWrapped"
## 
## [[4337]]
## [1] "jgagec: I predict my top artist will be Rush #SpotifyWrapped"
## 
## [[4338]]
## [1] "cutyouoffleigh: One of these will be my #1 on #SpotifyWrapped i believe 👀 https://t.co/czP5aNIhk1"
## 
## [[4339]]
## [1] "simarinna: I predict my top artist will be Wilbur Soot #SpotifyWrapped"
## 
## [[4340]]
## [1] "SabrinaCamaril5: I predict my top genre will be Pop #SpotifyWrapped"
## 
## [[4341]]
## [1] "DITENTION: I predict my most played song will be Telepathy by BTS #SpotifyWrapped"
## 
## [[4342]]
## [1] "trans_tank: Cant wait for my #SpotifyWrapped to be just bbno$ + yung gravy"
## 
## [[4343]]
## [1] "Musical_Rando: I predict my top artist will be Camellia #SpotifyWrapped"
## 
## [[4344]]
## [1] "Enamine99: my  #SpotifyWrapped is about to be full of female rappers and gospel songs. https://t.co/vzl3kRR60M"
## 
## [[4345]]
## [1] "jgagec: I predict my most played song will be Hemispheres #SpotifyWrapped"
## 
## [[4346]]
## [1] "10BOUJEEBOY: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped Nicki Minaj periodt🦄💅🏾"
## 
## [[4347]]
## [1] "Musical_Rando: I predict my top genre will be Rhythm Game #SpotifyWrapped"
## 
## [[4348]]
## [1] "SabrinaCamaril5: I predict my most played song will be As It Was #SpotifyWrapped"
## 
## [[4349]]
## [1] "Cookimonter: I predict my most played song will be After Hours by The Weeknd #SpotifyWrapped"
## 
## [[4350]]
## [1] "MikeEverest7: I predict my top podcast will be @WeHaveWaysPod #SpotifyWrapped\n\nEasiest one!"
## 
## [[4351]]
## [1] "SilverPandora2: I predict my most played song will be Vandalize by ONE OK ROCK #SpotifyWrapped"
## 
## [[4352]]
## [1] "RathHorizon: I predict my top artist will be @fitforanautopsy  #SpotifyWrapped"
## 
## [[4353]]
## [1] "01___farina: Alhumdulliah don't have a #SpotifyWrapped this year 🥳"
## 
## [[4354]]
## [1] "simarinna: I predict my most played song will be Soft boy by Wilbur Soot! #SpotifyWrapped"
## 
## [[4355]]
## [1] "c6aihtny: I predict my top artist will be @Stray_Kids #SpotifyWrapped 😄🤗"
## 
## [[4356]]
## [1] "AlshababRadio: Palestinian prisoner Jamal Al-Taweel from Al-Bireh embraces freedom after 18 months of administrative detention.… https://t.co/34YNoJd3He"
## 
## [[4357]]
## [1] "cefffylbottt: I predict my top artist will be Kanye West #SpotifyWrapped"
## 
## [[4358]]
## [1] "guadalupeob_02: I predict my top artist will be Natalia Lacunza #SpotifyWrapped"
## 
## [[4359]]
## [1] "marcoapg96: I predict my most played song will be Take my breath - The Weeknd #SpotifyWrapped"
## 
## [[4360]]
## [1] "krillfluids: is the #SpotifyWrapped in the room with us right now?"
## 
## [[4361]]
## [1] "cefffylbottt: I predict my top genre will be chicago rap #SpotifyWrapped"
## 
## [[4362]]
## [1] "guadalupeob_02: I predict my top genre will be Spanish Pop #SpotifyWrapped"
## 
## [[4363]]
## [1] "10BOUJEEBOY: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped Tukoh Taka"
## 
## [[4364]]
## [1] "girls4annabeth: i think my most played song is gon be love it if we made it by the 1975 icl.. #SpotifyWrapped"
## 
## [[4365]]
## [1] "TalhahQureshi: #SpotifyWrapped needs to release, can't take this anymore"
## 
## [[4366]]
## [1] "GeyserRL: I predict my most played song will be TRUST by NF #SpotifyWrapped"
## 
## [[4367]]
## [1] "guadalupeob_02: I predict my most played song will be Música Ligera #SpotifyWrapped"
## 
## [[4368]]
## [1] "_usamallama: I expect #SpotifyWrapped designers to redeem themselves after last year’s atrocity"
## 
## [[4369]]
## [1] "ConnorAaron06: I predict my top artist will be [Arctic Monkeys] #SpotifyWrapped"
## 
## [[4370]]
## [1] "turbobakshi: I predict my most played song will be Simple Man by Jason Manns and Jensen Ackles #SpotifyWrapped"
## 
## [[4371]]
## [1] "TeoNik16: I predict my top genre will be pop #SpotifyWrapped"
## 
## [[4372]]
## [1] "SleepColorsCity: Please find us on #Spotify #SpotifyWrapped #AppleMusicLive #PrimeMusic"
## 
## [[4373]]
## [1] "AysiaMN: So many commercials  so little  music #SpotifyWrapped"
## 
## [[4374]]
## [1] "breakdecks: @Spotify I can't wait to find out if the Holocaust-celebrating Neo-Nazi podcast I've been reporting to you guys (th… https://t.co/aoSg8oz5KZ"
## 
## [[4375]]
## [1] "cefffylbottt: I predict my most played song will be Nangs by Tame Impala #SpotifyWrapped"
## 
## [[4376]]
## [1] "TeoNik16: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[4377]]
## [1] "ConnorAaron06: I predict my top genre will be [Indie Rock] #SpotifyWrapped"
## 
## [[4378]]
## [1] "savabagel: I predict my top artist will be either Juice Wrld or Petit Biscuit #SpotifyWrapped"
## 
## [[4379]]
## [1] "AmonaMatthias: A foretaste of my #SpotifyWrapped\nYou can do the same here create your own festival https://t.co/3vRFTtcNqw https://t.co/R8A6FE9raa"
## 
## [[4380]]
## [1] "bryansofficiall: I predict my top artist will be [Gracie Abrams] #SpotifyWrapped"
## 
## [[4381]]
## [1] "bryansofficiall: I predict my top genre will be [Pop] #SpotifyWrapped"
## 
## [[4382]]
## [1] "ConnorAaron06: I predict my most played song will be [young] #SpotifyWrapped"
## 
## [[4383]]
## [1] "lexiconsays: I predict my most played song will be Mastermind by Taylor Swift #SpotifyWrapped https://t.co/zj6mhsfDbe"
## 
## [[4384]]
## [1] "flowIikewaves: I predict my top artist will be the nations GG twice 🍭 #SpotifyWrapped  https://t.co/ZrJrYyTfJ2"
## 
## [[4385]]
## [1] "bryansofficiall: I predict my most played song will be [Rockland] #SpotifyWrapped"
## 
## [[4386]]
## [1] "savabagel: I predict my top podcast will be Fact or Haunt #SpotifyWrapped"
## 
## [[4387]]
## [1] "AThermopolisR: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[4388]]
## [1] "ParalelOrcz_ofc: I predict my top podcast will be [Distractible] #SpotifyWrapped"
## 
## [[4389]]
## [1] "stowns1981: I predict my top podcast will be We CanDo Hard Things @GlennonDoyle @AbbyWambach #Sister #SpotifyWrapped"
## 
## [[4390]]
## [1] "Bfc_ell: I predict my top podcast will be [@JaacksHappyHour ] #SpotifyWrapped"
## 
## [[4391]]
## [1] "Quimnz: sounds about right #SpotifyWrapped https://t.co/fwxqHW3ROh"
## 
## [[4392]]
## [1] "49daysbefore: I predict my top artist will be @SUICIDEBOYS #SpotifyWrapped"
## 
## [[4393]]
## [1] "ParalelOrcz_ofc: I predict my top artist will be [Charlie Puth] #SpotifyWrapped"
## 
## [[4394]]
## [1] "NotStan5: I predict my top artist will be DNCE #SpotifyWrapped https://t.co/KwkMDYL7gQ"
## 
## [[4395]]
## [1] "ZackMossMusic: Tag Your Favorites in the Comments!Moss Fest Out West 2022 🤘🏼#zackmossmusic #SpotifyWrapped https://t.co/dg2Pi3SQpT"
## 
## [[4396]]
## [1] "DustyKion: I predict my top artist will be Linkin Park #SpotifyWrapped"
## 
## [[4397]]
## [1] "ParalelOrcz_ofc: I predict my top genre will be [pop] #SpotifyWrapped"
## 
## [[4398]]
## [1] "Nickdekks: I predict my most played song will be Dead Butterflies by @Architectsuk #SpotifyWrapped"
## 
## [[4399]]
## [1] "goodoneoliver: Mood: #SpotifyWrapped\nhttps://t.co/8qZjJ9s7Qa"
## 
## [[4400]]
## [1] "alice_hubble: Are you one of my top fans on @Spotify? If so you’ll get a nice lil video from me and my assistant Woodie in your #SpotifyWrapped!"
## 
## [[4401]]
## [1] "Musical_Rando: I predict my most played song will be Newspapers for Magicians #SpotifyWrapped"
## 
## [[4402]]
## [1] "GeyserRL: I predict my top artist will be NF #SpotifyWrapped"
## 
## [[4403]]
## [1] "FoxGalaxy511: #SpotifyWrapped is coming up and I have been seeing alot of people post this.\nWould you go to this festival? https://t.co/kXdUXiky5n"
## 
## [[4404]]
## [1] "GeyserRL: I predict my top genre will be Hip-Hop #SpotifyWrapped"
## 
## [[4405]]
## [1] "chrispy_kreeme: if you all see the victorious cast on my #SpotifyWrapped \n\nmind your business…"
## 
## [[4406]]
## [1] "ParalelOrcz_ofc: I predict my most played song will be [Left and Right - Charlie Puth ft. Jungkook of BTS] #SpotifyWrapped"
## 
## [[4407]]
## [1] "Nickdekks: I predict my top artist will be @Architectsuk @samarchitects #SpotifyWrapped"
## 
## [[4408]]
## [1] "ambyhd12: i predict my top artist will be peach pit #SpotifyWrapped"
## 
## [[4409]]
## [1] "peeyyyyton: I predict my top artist will be @charli_xcx #SpotifyWrapped"
## 
## [[4410]]
## [1] "AnanyaC02818922: @AnshaySaboo Enjoyed a lot using this!\nSuggested to friends as well!\n\nOfcourse @aroyfloyd is in the top!… https://t.co/WEEKOEY5mP"
## 
## [[4411]]
## [1] "DustyKion: I predict my top genre will be Rock #SpotifyWrapped"
## 
## [[4412]]
## [1] "xempyra: idk who my top artist is gonna be this year nor my top songs because my music taste is all over the place and i don… https://t.co/jdsYaZ8JNg"
## 
## [[4413]]
## [1] "ManaRBX: I predict my top podcast will be Distractable. #SpotifyWrapped"
## 
## [[4414]]
## [1] "DustyKion: I predict my most played song will be Nowhere To run or No Mercy #SpotifyWrapped"
## 
## [[4415]]
## [1] "obsidian98: I predict my top artist will be Lady Gaga #SpotifyWrapped"
## 
## [[4416]]
## [1] "abnormalvic: I predict my top artist will be [Black Veil Brides] #SpotifyWrapped\n\nAs much as I wanted to listen to different art… https://t.co/PzQeknsrMK"
## 
## [[4417]]
## [1] "hotmilkatlantic: i already know my top artist is stand atlantic lol #SpotifyWrapped https://t.co/fTRr5fG5xb"
## 
## [[4418]]
## [1] "mialoui40932197: I predict my top genre will be POP #SpotifyWrapped"
## 
## [[4419]]
## [1] "mgc_castaway: I predict my most played song will be Bloodhound by 5SOS #SpotifyWrapped"
## 
## [[4420]]
## [1] "misscynthiax: nah this wait is killing me #SpotifyWrapped"
## 
## [[4421]]
## [1] "mialoui40932197: I predict my top artist will be either Taylor swift or the cast of HSMTMTS #SpotifyWrapped"
## 
## [[4422]]
## [1] "DaenysSarah: I predict my top artist will be Metallica #SpotifyWrapped"
## 
## [[4423]]
## [1] "HgMercury200: I predict my most played song will be [Gang Over Luv] #SpotifyWrapped"
## 
## [[4424]]
## [1] "obsidian98: I predict my most played song will be “I Drink Wine” by Adele #SpotifyWrapped"
## 
## [[4425]]
## [1] "ManaRBX: I predict my top artist will be JAWNY. #SpotifyWrapped"
## 
## [[4426]]
## [1] "aminabi54146383: I will build you high converting clickfunnels landing page or clickfunnels sales funnel\nhttps://t.co/jkvRJWV5BT… https://t.co/4LNay8b43n"
## 
## [[4427]]
## [1] "pkmnsp: I predict my most played song will be Nervous Young Inhumans #SpotifyWrapped"
## 
## [[4428]]
## [1] "mgc_castaway: I predict my top artist will be @5SOS #SpotifyWrapped"
## 
## [[4429]]
## [1] "mialoui40932197: I predict my most played song will be it’s on (HSMTMTS) #SpotifyWrapped"
## 
## [[4430]]
## [1] "MONNCATH: Why is #SpotifyWrapped the thing that has me most excited about 2022 coming to a close?"
## 
## [[4431]]
## [1] "ManaRBX: I predict my top genre will be indie. #SpotifyWrapped"
## 
## [[4432]]
## [1] "exomakemefeelmh: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped #EXO @weareoneEXO"
## 
## [[4433]]
## [1] "tzuweemamaa: I predict my most played song will be ODD Front by LOONA/ODD EYE CIRCLE #SpotifyWrapped"
## 
## [[4434]]
## [1] "exomakemefeelmh: I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped R&amp;B"
## 
## [[4435]]
## [1] "ManaRBX: I predict my most played song will be Model Buses by Lovejoy #SpotifyWrapped"
## 
## [[4436]]
## [1] "IsaactPaul: I predict my top genre will be Hip Hop #SpotifyWrapped"
## 
## [[4437]]
## [1] "starlumas: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[4438]]
## [1] "HgMercury200: I predict my most played song will be [Boys Wear Pink] #SpotifyWrapped"
## 
## [[4439]]
## [1] "IsaactPaul: I predict my top artist will be Drake #SpotifyWrapped"
## 
## [[4440]]
## [1] "LilDJcat: I predict my most played song will be Dis &amp; That by NBA YoungBoy #SpotifyWrapped"
## 
## [[4441]]
## [1] "homicidalbirde: @Spotify I predict my most played song will be Spillways by Ghost #SpotifyWrapped"
## 
## [[4442]]
## [1] "sitruspuserrin: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[4443]]
## [1] "IsaactPaul: I predict my most played song will be jimmys cooks easily👀#SpotifyWrapped"
## 
## [[4444]]
## [1] "feelmypussay: Istg if i get dice or cool your rainbow as my most listened song this year im deleting my socials #SpotifyWrapped https://t.co/ewdkJkxREJ"
## 
## [[4445]]
## [1] "sickboyfilm: Hurry tf up I wanna get disappointed in myself #SpotifyWrapped"
## 
## [[4446]]
## [1] "User_potatto: I predict my top artist will be taylor swift #SpotifyWrapped"
## 
## [[4447]]
## [1] "carolinextrx: I predict my top artist will be the 1975 #SpotifyWrapped"
## 
## [[4448]]
## [1] "LilDJcat: I predict my top artist will be NBA Youngboy #SpotifyWrapped"
## 
## [[4449]]
## [1] "QveenHLately: #SpotifyWrapped is coming... will @qveenherby be in your top 5 artists? Will she rank at the top???"
## 
## [[4450]]
## [1] "micheallemire1: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped remi wolf or russ for sure https://t.co/b7iiPll399"
## 
## [[4451]]
## [1] "Luv_Stray: I predict my top artist will be #StrayKids #SpotifyWrapped\n\n(I can time travel. I swear.)"
## 
## [[4452]]
## [1] "SrcsticSamyy: *leaving spotify play Kendrick on repeat and going to sleep so my #SpotifyWrapped doesn't suck*"
## 
## [[4453]]
## [1] "User_potatto: I predict my most played song will be lover by taylor swift #SpotifyWrapped"
## 
## [[4454]]
## [1] "GubbyBongo: I predict my top podcast will be Have A Word #SpotifyWrapped"
## 
## [[4455]]
## [1] "coupspouts: I predict my most played song will be Cheers - Seventeen Leaders #SpotifyWrapped"
## 
## [[4456]]
## [1] "nutonemuzic: Thank you for all the love and support. Follow here on Spotify. Link is here below. New Christmas Ep \nGreatest Gift… https://t.co/8ih4Uro3E5"
## 
## [[4457]]
## [1] "blob_blobby_: i'm just waitin for my #SpotifyWrapped plsssss"
## 
## [[4458]]
## [1] "IsaactPaul: I predict my top podcast will be @fullsend #SpotifyWrapped"
## 
## [[4459]]
## [1] "sana_fanatic: I predict my top artist will be twice @JYPETWICE #SpotifyWrapped"
## 
## [[4460]]
## [1] "GubbyBongo: I predict my top artist will be Paolo Nutini #SpotifyWrapped"
## 
## [[4461]]
## [1] "HgMercury200: I predict my top genre will be [R&amp;B] #SpotifyWrapped"
## 
## [[4462]]
## [1] "flowIikewaves: I predict my top genre will be kpop ofc #SpotifyWrapped https://t.co/DVl0JowFO8"
## 
## [[4463]]
## [1] "Patrick31370308: Looking for excellent quality shipping container home house plans, designs buildings and any type of architectural… https://t.co/tMGZkKx7OD"
## 
## [[4464]]
## [1] "GubbyBongo: I predict my top genre will be Pop Punk #SpotifyWrapped"
## 
## [[4465]]
## [1] "Jared_Raccoon: I predict my top podcast will be [I didn’t listen to a Podcast] #SpotifyWrapped"
## 
## [[4466]]
## [1] "livmencl: me and my #SpotifyWrapped playlist because it’s all i’ve had on repeat for the last 6 months https://t.co/eEZ9JdbgDr"
## 
## [[4467]]
## [1] "micheallemire1: I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped\n\nhoping hip hop, prolly pop, maybe ho… https://t.co/FpNtPqp8K3"
## 
## [[4468]]
## [1] "Charlietate02: Can’t wait for #SpotifyWrapped to show me how basic my music taste is"
## 
## [[4469]]
## [1] "HgMercury200: I predict my top podcast will be [Sibling Rivalry] #SpotifyWrapped"
## 
## [[4470]]
## [1] "SEROTONINSEEKIN: I predict my top artist will be with confidence…RIP #SpotifyWrapped"
## 
## [[4471]]
## [1] "torturedshordy: Every year Spotify gives me the gift of seeing everyone’s #SpotifyWrapped"
## 
## [[4472]]
## [1] "jbincircles_: NOBODY is doin it like me #SpotifyWrapped https://t.co/z69Pc5m79L"
## 
## [[4473]]
## [1] "ocdalvey: JUST ANNOUNCED: #SpotifyWrapped cancelled for 2023. Someone forgot to enable logging."
## 
## [[4474]]
## [1] "GubbyBongo: I predict my most played song will be What's My Age Again? #SpotifyWrapped"
## 
## [[4475]]
## [1] "CiaraVodka: anybody else planning on staying up until midnight every night until #SpotifyWrapped comes out?"
## 
## [[4476]]
## [1] "WitCoDesigns: Certified Lover Girl Work Out T-Shirt \n\nAmazon Link: https://t.co/9UxXBPB8U7\nMore: https://t.co/YP8yTigt8k\n\n#amazon… https://t.co/0gbam1dRoe"
## 
## [[4477]]
## [1] "ThisJustIntw: #SpotifyWrapped #christmas2022 These are the UK’s Christmas biggest music hits which have ranged from classic holid… https://t.co/acC7TaL6WM"
## 
## [[4478]]
## [1] "kateho85: I predict my most played song will be Left and Right (Feat Jungkook of BTS) by Charlie Puth #SpotifyWrapped"
## 
## [[4479]]
## [1] "itzbestiebear: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[4480]]
## [1] "Jared_Raccoon: I predict my top genre will be [Rock] #SpotifyWrapped"
## 
## [[4481]]
## [1] "littleCT5: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped"
## 
## [[4482]]
## [1] "ArnoldsCuelin: I predict my top artist will be Beyonce #SpotifyWrapped"
## 
## [[4483]]
## [1] "InverseYrc: What do you reckon \n#instafest #SpotifyWrapped https://t.co/wHXH61kJc1"
## 
## [[4484]]
## [1] "TheHorizonDX: I predict my top artist will be Lizzo #SpotifyWrapped"
## 
## [[4485]]
## [1] "Jared_Raccoon: I predict my top artist will be [Ozzy Osbourne] #SpotifyWrapped"
## 
## [[4486]]
## [1] "antiherogomez: I predict my top artist will be Kelsea Ballerini  #SpotifyWrapped"
## 
## [[4487]]
## [1] "ArnoldsCuelin: I predict my top genre will be RnB #SpotifyWrapped"
## 
## [[4488]]
## [1] "PhilippaJG: I predict my most played song will be Broken and Beautiful by @kellyclarkson #SpotifyWrapped"
## 
## [[4489]]
## [1] "MarsShad0w: I can't wait for #SpotifyWrapped to tell me I only listen to Eminem, Lil Nas X, and Sabrina Carpenter"
## 
## [[4490]]
## [1] "m00ns_baby: ITS OUT?? #SpotifyWrapped"
## 
## [[4491]]
## [1] "SeanSolo27: I predict my most played song will be I remember you, by skid row! #SpotifyWrapped"
## 
## [[4492]]
## [1] "charloteaugust: I predict my top artist will be @RockitMusicYT no doubt at all #SpotifyWrapped"
## 
## [[4493]]
## [1] "GrldNovales: I predict my top genre will be pop. #SpotifyWrapped"
## 
## [[4494]]
## [1] "lvieblue: I predict my most played song will be “La vaca lola” \n #SpotifyWrapped"
## 
## [[4495]]
## [1] "jesusgworl: me rn #SpotifyWrapped https://t.co/xeKMnXzK1f"
## 
## [[4496]]
## [1] "bisexualmqtt: hope i wake up dead or wake up to #SpotifyWrapped"
## 
## [[4497]]
## [1] "Jared_Raccoon: I predict my most played song will be [Whats my age again - Blink 182] #SpotifyWrapped"
## 
## [[4498]]
## [1] "TheHorizonDX: I predict my top genre will be R&amp;B #SpotifyWrapped"
## 
## [[4499]]
## [1] "maxsztx: I predict my top artist will be BTS #SpotifyWrapped"
## 
## [[4500]]
## [1] "ArnoldsCuelin: I predict my most played song will be Heated - Beyonce  #SpotifyWrapped"
## 
## [[4501]]
## [1] "charloteaugust: I predict my most played song will be One Bite @RockitMusicYT #SpotifyWrapped"
## 
## [[4502]]
## [1] "iambebefan: I predict my top artist will be [@BebeRexha] #SpotifyWrapped"
## 
## [[4503]]
## [1] "GrldNovales: I predict my most played song will be ‘Begin Again’ by @taylorswift13 #SpotifyWrapped"
## 
## [[4504]]
## [1] "TheHorizonDX: I predict my most played song will be Super Freaky Girl by Nicki Minaj #SpotifyWrapped"
## 
## [[4505]]
## [1] "pi3rc3dn1pples: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[4506]]
## [1] "lisetweetz: I predict my most played song will be Andrea #SpotifyWrapped"
## 
## [[4507]]
## [1] "jesusgworl: afraid of my #SpotifyWrapped even tho it will be an all #mitski thing 🥺"
## 
## [[4508]]
## [1] "quinnnthony: I predict my top artist will be Tennis #SpotifyWrapped because they are the best band ever btw!"
## 
## [[4509]]
## [1] "iambebefan: I predict my most played song will be [I'm Good (Blue) by @BebeRexha &amp; @davidguetta] #SpotifyWrapped"
## 
## [[4510]]
## [1] "RblxTracker: Who’s waiting for #SpotifyWrapped???"
## 
## [[4511]]
## [1] "ivyw1tch: NO QUIERO VER MI SPOTIFY WRAPPED, queda de primero bigger than me por el stream, i swear #SpotifyWrapped"
## 
## [[4512]]
## [1] "ChrisSexyTime: I predict my most played song will be Burbank House by Tsubi Club #SpotifyWrapped"
## 
## [[4513]]
## [1] "JayDaSmiff: I predict my top podcast will be The Read #TheRead #SpotifyWrapped"
## 
## [[4514]]
## [1] "GrldNovales: I predict my top artist will be @taylorswift13. #SpotifyWrapped"
## 
## [[4515]]
## [1] "HgMercury200: I predict my top artist will be [RuPaul] #SpotifyWrapped"
## 
## [[4516]]
## [1] "maxsztx: I predict my top genre will be pop rock \n#SpotifyWrapped"
## 
## [[4517]]
## [1] "iamgiusee: My #SpotifyWrapped predictions 🎶 https://t.co/Stwn2x0ijP"
## 
## [[4518]]
## [1] "WsgLucid: I predict my most played song will be [HomeComing] by lil uzi vert #SpotifyWrapped"
## 
## [[4519]]
## [1] "nevillebujang: I predict my top podcast will be [between BBC Global News Podcadt or Sibling Rivalry] #SpotifyWrapped"
## 
## [[4520]]
## [1] "BetterCallSadie: I predict my top artist will be Juice Wrld (if it ain't juice Spotify is broken lol)  #SpotifyWrapped"
## 
## [[4521]]
## [1] "LDiolosa: I predict my top genre will be Boy Bands #SpotifyWrapped"
## 
## [[4522]]
## [1] "r4nched: I predict my top podcast will be dungeons and daddies, there’s no way it’s anything else #SpotifyWrapped"
## 
## [[4523]]
## [1] "micheallemire1: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped https://t.co/mdvQLAT5lB"
## 
## [[4524]]
## [1] "Min__hisui: WHEN WHEN WHEN WHEN WHEN WHEN WHEN #SpotifyWrapped"
## 
## [[4525]]
## [1] "BRU_76: I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped Sway with @karaswisher"
## 
## [[4526]]
## [1] "FaithLloyd19: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped\nRumors - Gucci mani &amp; lil durk"
## 
## [[4527]]
## [1] "OnlyMyron: I predict my top artist will be @KateBushMusic or @Beyonce I listen to both equally #SpotifyWrapped"
## 
## [[4528]]
## [1] "topicstories: Not sure about what's on your #SpotifyWrapped but you should check out the official soundtrack to #DOUGH, now strea… https://t.co/40OmrFsDMa"
## 
## [[4529]]
## [1] "victoriaoa_: I predict my top artist will be Joshua Bassett #SpotifyWrapped"
## 
## [[4530]]
## [1] "BetterCallSadie: I predict my most played song will be [https://t.co/fpZ7ZuYWSz] #SpotifyWrapped"
## 
## [[4531]]
## [1] "nickhere34: #SpotifyWrapped soon 👀"
## 
## [[4532]]
## [1] "Porkadel: Love how the #SpotifyWrapped is the new YouTube rewind but better and way cringier for everyone"
## 
## [[4533]]
## [1] "undead08: I predict my top podcast will be @GoonsPC #SpotifyWrapped"
## 
## [[4534]]
## [1] "lodedsoobin: my prediction to my #SpotifyWrapped https://t.co/zuaC0DKvBo"
## 
## [[4535]]
## [1] "ThexAphroditex_: I predict my most played song will be [Assault &amp; Batteries ] #SpotifyWrapped"
## 
## [[4536]]
## [1] "nickelkeep: I predict my top podcast will be Welcome to Night Vale. #SpotifyWrapped"
## 
## [[4537]]
## [1] "victoriaoa_: I predict my most played song will be set me free by Joshua Bassett #SpotifyWrapped"
## 
## [[4538]]
## [1] "maxsztx: I predict my most played song will be Dreamers by Jungkook #SpotifyWrapped"
## 
## [[4539]]
## [1] "flowIikewaves: I predict my most played song will be young luv by stayc #SpotifyWrapped https://t.co/KKWe1ZuF4G"
## 
## [[4540]]
## [1] "Kennyd345: @Apple  Did you have CROWDFUNDING you interest to ADVERTISE to real #audience  kindly click on this link… https://t.co/vXGsgRKE0Q"
## 
## [[4541]]
## [1] "nickelkeep: I predict my top artist will be Sleeping Wolf. #SpotifyWrapped"
## 
## [[4542]]
## [1] "LogieLover0696: I predict my #SpotifyWrapped  will be 5SOS, Delta Goodrem and probaby some country artists and Taylor Swift"
## 
## [[4543]]
## [1] "SandraRmer1: I predict my top podcast will be [Good Influence by Gemma Styles] #SpotifyWrapped"
## 
## [[4544]]
## [1] "omgx3no: I've accepted this colossal L just show me the stats #SpotifyWrapped https://t.co/2zdv95jBEm"
## 
## [[4545]]
## [1] "satanscowgirl: I predict my top podcast will be @TheYard and it’s not even close lmao #SpotifyWrapped"
## 
## [[4546]]
## [1] "nickelkeep: I predict my top genre will be Modern Alternative Rock. #SpotifyWrapped"
## 
## [[4547]]
## [1] "kll3b3er: I predict my most played song will be [fill in top song prediction] You Send  me-Sam Cooke #SpotifyWrapped"
## 
## [[4548]]
## [1] "FAIRYODDPENlS: did you pay the update accounts to speak on you or something when youre the one STILL not releasing the #SpotifyWrapped @Spotify"
## 
## [[4549]]
## [1] "cbabyyblue: I predict my top artist will be [5 seconds of summer] #SpotifyWrapped"
## 
## [[4550]]
## [1] "flynnriderbff: I predict my top artist will be Bo Burnham #SpotifyWrapped"
## 
## [[4551]]
## [1] "bigiboyon: I predict my most played song will be Father Strech My Hands Pt. 1 #SpotifyWrapped"
## 
## [[4552]]
## [1] "sammmyyyd: I predict my most played song will be [Holiday- KSI] #SpotifyWrapped"
## 
## [[4553]]
## [1] "SandraRmer1: I predict my top artist will be [Harry Styles] #SpotifyWrapped"
## 
## [[4554]]
## [1] "cbabyyblue: I predict my top genre will be [indie pop] #SpotifyWrapped"
## 
## [[4555]]
## [1] "akkermin: I predict my top podcast will be nothing #SpotifyWrapped"
## 
## [[4556]]
## [1] "SandraRmer1: I predict my top genre will be [Pop] #SpotifyWrapped"
## 
## [[4557]]
## [1] "indiagrace20: Looks good  #SpotifyWrapped #instafest https://t.co/wzr6Oroabm"
## 
## [[4558]]
## [1] "Kristoeferrr: I predict my top podcast will be The Goomba Podcast (Rip) #SpotifyWrapped @dinkbotnick @spoonkid3"
## 
## [[4559]]
## [1] "kkingmarlin: Why do I want my #SpotifyWrapped when all I use is Apple Music."
## 
## [[4560]]
## [1] "OnlyMyron: I predict my top podcast will be #darkhistory @BaileySarian #SpotifyWrapped"
## 
## [[4561]]
## [1] "rgemini__: I predict my most played song will be [Walkin by Denzel Curry] #SpotifyWrapped"
## 
## [[4562]]
## [1] "oIiviadawson: I already know my top artist is going to be harry styles  #SpotifyWrapped"
## 
## [[4563]]
## [1] "cbabyyblue: I predict my most played song will be [Saigon] #SpotifyWrapped"
## 
## [[4564]]
## [1] "ryan358428369: I predict my most played song will be [vienna] #SpotifyWrapped"
## 
## [[4565]]
## [1] "SandraRmer1: I predict my most played song will be [Grapejuice] #SpotifyWrapped"
## 
## [[4566]]
## [1] "nickelkeep: I predict my most played song will be Collide by Sleeping Wolf #SpotifyWrapped"
## 
## [[4567]]
## [1] "akkermin: I predict my top artist will be Laura Pausini #SpotifyWrapped"
## 
## [[4568]]
## [1] "RizzyBeamen: My Spotify wrapped gone be the whole Renaissance album plus some other random shit. 😭😭 #SpotifyWrapped"
## 
## [[4569]]
## [1] "akkermin: I predict my top genre will be Pop #SpotifyWrapped"
## 
## [[4570]]
## [1] "crazymaxwi: I predict my top artist will be Lil Uzi Vert #SpotifyWrapped"
## 
## [[4571]]
## [1] "sisterscqrlett: me pretending to be shocked when i see how bad my spotify wrapped is even though it was my own doing that got it th… https://t.co/XRHiP7FTJV"
## 
## [[4572]]
## [1] "theshoereviews7: Sometimes you will notice some players licking their hands and tapping their soles.\n@theshoereviews7… https://t.co/nZy1RoFevH"
## 
## [[4573]]
## [1] "EllieLennie2491: can't wait for my #SpotifyWrapped to call me out for being an emotional bitch over graduating this year ✨\nI'M STILL… https://t.co/E8xXVeeUOm"
## 
## [[4574]]
## [1] "akkermin: I predict my most played song will be Dove Sei, by Laura Pausini #SpotifyWrapped"
## 
## [[4575]]
## [1] "crazymaxwi: I predict my top genre will be Rap #SpotifyWrapped"
## 
## [[4576]]
## [1] "vanggukh: I predict my top artist will be Avicii or Bad Bunny #SpotifyWrapped"
## 
## [[4577]]
## [1] "blackswan_myg: I predict my top artist will be BTS #SpotifyWrapped"
## 
## [[4578]]
## [1] "ashercrafter: I predict my top artist will be Noahfinnce #SpotifyWrapped"
## 
## [[4579]]
## [1] "zavdontcare: #SpotifyWrapped predictions https://t.co/yw2drkS02m"
## 
## [[4580]]
## [1] "crazymaxwi: I predict my most played song will be INDIA - Lancey Foux #SpotifyWrapped"
## 
## [[4581]]
## [1] "blackswan_myg: I predict my top genre will be Kpop  #SpotifyWrapped"
## 
## [[4582]]
## [1] "blackswan_myg: I predict my most played song will be Super Tuna #SpotifyWrapped"
## 
## [[4583]]
## [1] "StylesMilky: #SpotifyWrapped \n\nBut I only listen to 3 artists https://t.co/e8om2QfVku"
## 
## [[4584]]
## [1] "theAshutoshDave: I predict my top podcast will be Joe Rogan Experience #SpotifyWrapped"
## 
## [[4585]]
## [1] "FunnyBandMusic: I predict my most played song will be [Mario Cart - FunnyBandMusic] #SpotifyWrapped"
## 
## [[4586]]
## [1] "OyeDanielHutton: I predict my most played song will be Need This Feeling - Acoustic by @HeyBenSchuller #SpotifyWrapped"
## 
## [[4587]]
## [1] "theAshutoshDave: I predict my top genre will be rap #SpotifyWrapped"
## 
## [[4588]]
## [1] "SUMGroup_PK: Checkout the catalog\nhttps://t.co/zOwddox8Tf\n#apple #CyberMonday #casemiro #GivingTuesday #DietCoke #Uruguay… https://t.co/es60S7BrxT"
## 
## [[4589]]
## [1] "PopokHati: #SpotifyWrapped \n#1 gonna be Jannabi\n#2 is either Twice or Faron Young"
## 
## [[4590]]
## [1] "JennyRigney11: My #SpotifyWrapped  is going to be so psychotic if anyone out there doesn’t think I’m a loser this’ll be the nail i… https://t.co/3zzFH7OkUT"
## 
## [[4591]]
## [1] "scarl3ttwid0w: I already know who will pop up… Taylor, Harry, maybe phoebe, and the last of us soundtrack  #SpotifyWrapped"
## 
## [[4592]]
## [1] "stupidgirl45: I predict my top artist will be churches or wolf Alice. Again  #SpotifyWrapped"
## 
## [[4593]]
## [1] "JWillSoReal: I predict my most played song will be [Black Ball - NBA Youngboy] contenders Mr Professor - Cochise, Talk - Yeat, L… https://t.co/T7kSq98KRn"
## 
## [[4594]]
## [1] "r1ng0s_d34db1t: I predict my most played song will be Until I Found You by Stephen Sanchez #SpotifyWrapped"
## 
## [[4595]]
## [1] "stupidgirl45: I predict my most played song will be Closer to the edge #30STM #SpotifyWrapped"
## 
## [[4596]]
## [1] "effigials: @youtubemusic did something like #SpotifyWrapped back in the spring, and then havent done it since. i think this needs to change"
## 
## [[4597]]
## [1] "Bryn69420: I predict my most played song will be Something in the way #SpotifyWrapped"
## 
## [[4598]]
## [1] "chiedzawith2ds: I really have no idea what it's gonna be. I've been listening to so much nonsense this year.\n#SpotifyWrapped"
## 
## [[4599]]
## [1] "youwakeupdead: I predict my top artist will be [my chemical romance] #SpotifyWrapped"
## 
## [[4600]]
## [1] "PenisEsports: When The Animator Goes Beast Mode‼️ #anime #gaming #epic #SpotifyWrapped #viral #maruto https://t.co/BinrkTEuqy"
## 
## [[4601]]
## [1] "youwakeupdead: I predict my top genre will be [rock] #SpotifyWrapped"
## 
## [[4602]]
## [1] "Mlle_Jessica: I predict my most played song will be either #AsItWas by @Harry_Styles OR  #BiggerThanMe by @Louis_Tomlinson first… https://t.co/1PZKRt8FiU"
## 
## [[4603]]
## [1] "theeseoklace: I predict my top podcast will be Recreyo #SpotifyWrapped"
## 
## [[4604]]
## [1] "gabeorgabeidk: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped shoota by @LILUZIVERT"
## 
## [[4605]]
## [1] "YesIWearBEFNDay: #NowPlaying #SpotifyWrapped #Live #Spotify  #NewVideoAlert  Lil Steve “Goons And Goblins”  https://t.co/3FQE97bQRZ… https://t.co/m4akPx33Qz"
## 
## [[4606]]
## [1] "carolineroseexe: I predict my top podcast will be The Big Picture #SpotifyWrapped"
## 
## [[4607]]
## [1] "theeseoklace: I predict my top artist will be BTS #SpotifyWrapped"
## 
## [[4608]]
## [1] "choigrf: I predict my most played song will be RUN2U by STAYC or Attention by NewJeans #SpotifyWrapped"
## 
## [[4609]]
## [1] "yoursadboii: I predict my most played song will be Pink Venom #SpotifyWrapped"
## 
## [[4610]]
## [1] "AngieLaC528: I predict my top artist will be wait for it… @theweeknd #SpotifyWrapped"
## 
## [[4611]]
## [1] "carolineroseexe: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[4612]]
## [1] "theeseoklace: I predict my top genre will be Kpop  #SpotifyWrapped"
## 
## [[4613]]
## [1] "Deffshot: I predict my top podcast will be [Impaulsive @LoganPaul] #SpotifyWrapped"
## 
## [[4614]]
## [1] "rothbourne: I predict my top artist will be Vance Joy or Carley Rea Jespen or One Republic #SpotifyWrapped"
## 
## [[4615]]
## [1] "theeseoklace: I predict my most played song will be Rush Hour  #SpotifyWrapped"
## 
## [[4616]]
## [1] "AngieLaC528: I predict my top genre will be R&amp;B or anything @theweeknd #SpotifyWrapped"
## 
## [[4617]]
## [1] "solomoonmono: I predict my most played song will be Agoraphobia by deerhunter #SpotifyWrapped"
## 
## [[4618]]
## [1] "carolineroseexe: I predict my top genre will be Pop or Indie #SpotifyWrapped"
## 
## [[4619]]
## [1] "Kenneth_Ekandem: Can’t wait for my #SpotifyWrapped Let’s see what intrigued me the most."
## 
## [[4620]]
## [1] "leapyearking92: I predict my most played song will be Open by Khalid #SpotifyWrapped"
## 
## [[4621]]
## [1] "JuniorKwasi_: I know I’m going to have to explain my #SPOTIFYWRAPPED 😩🤣"
## 
## [[4622]]
## [1] "b68412537: I predict my top artist will be no its becky ofcc #SpotifyWrapped"
## 
## [[4623]]
## [1] "Deffshot: I predict my top artist will be [@sanbenito] #SpotifyWrapped"
## 
## [[4624]]
## [1] "defMako: I predict my most played song will be Hell yeah - Tana\n#SpotifyWrapped"
## 
## [[4625]]
## [1] "carolineroseexe: I predict my most played song will be Succession Theme Song #SpotifyWrapped"
## 
## [[4626]]
## [1] "AngieLaC528: I predict my most played song will be Try Me by @theweeknd #SpotifyWrapped"
## 
## [[4627]]
## [1] "AnnaTiecken: I predict my top artist will be [Ilse DeLange] #SpotifyWrapped"
## 
## [[4628]]
## [1] "Beyyyyy04: I predict my top artist will be Beyoncé 👑 #SpotifyWrapped"
## 
## [[4629]]
## [1] "Deffshot: I predict my top genre will be [HipHop] #SpotifyWrapped"
## 
## [[4630]]
## [1] "youwakeupdead: I predict my most played song will be [the foundations of decay] #SpotifyWrapped"
## 
## [[4631]]
## [1] "rothbourne: I predict my top genre will be Pop #SpotifyWrapped"
## 
## [[4632]]
## [1] "Rikku_Revenge: I think my top artist will be either BTS or Coldplay this year. Or Harry Styles?! #SpotifyWrapped https://t.co/mE58vfiNZc"
## 
## [[4633]]
## [1] "Beyyyyy04: I predict my most played song will be I'm that girl by Beyoncé #SpotifyWrapped"
## 
## [[4634]]
## [1] "AnnaTiecken: I predict my top genre will be [Dutch Pop] #SpotifyWrapped"
## 
## [[4635]]
## [1] "rothbourne: I predict my most played song will be Clarity by Vance Joy #SpotifyWrapped"
## 
## [[4636]]
## [1] "TrevonSprewer: Me Seeing  #SpotifyWrapped Hasn't Dropped Yet https://t.co/jmq0ZS6vaa"
## 
## [[4637]]
## [1] "Liz_wildcat5: I predict my top genre will be Acappella #SpotifyWrapped"
## 
## [[4638]]
## [1] "a_elle55: I predict my top podcast will be @heavyweight #SpotifyWrapped"
## 
## [[4639]]
## [1] "Bob4Tide: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped"
## 
## [[4640]]
## [1] "Bob4Tide: I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped"
## 
## [[4641]]
## [1] "Bob4Tide: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[4642]]
## [1] "BDAstroBaker: Am I the only one who finds it strange that #SpotifyWrapped has suddenly become this big thing that’s being hyped u… https://t.co/5YmLvb60Ja"
## 
## [[4643]]
## [1] "auxdity: I predict my top podcast will be @TheLavenderPod  #SpotifyWrapped"
## 
## [[4644]]
## [1] "ZanAycicek: Don't miss the opportunities for amazon discounts https://t.co/0iXgMZVOGI\n\n#SpotifyWrapped #GiftGalaxy Congratulations Jungkook"
## 
## [[4645]]
## [1] "Mintylove0: I predict my most played song will be romantic homicide by d4vd or sex with a ghost by teddy hyde #SpotifyWrapped"
## 
## [[4646]]
## [1] "auxdity: I predict my top artist will be who else but taylor swift lol #SpotifyWrapped"
## 
## [[4647]]
## [1] "Liz_wildcat5: I predict my top artist will be We Skeem #SpotifyWrapped"
## 
## [[4648]]
## [1] "_BenSolo_: @djleakycheese I predict that @domnelson3 will have absolutely fucked up my #SpotifyWrapped The 1975 is probably go… https://t.co/MBGaF24VRd"
## 
## [[4649]]
## [1] "auxdity: I predict my top genre will be Pop or Classic Rock #SpotifyWrapped"
## 
## [[4650]]
## [1] "brian1218_bh: I predict my most played song will be #Coast by @HaileeSteinfeld #SpotifyWrapped"
## 
## [[4651]]
## [1] "dottttts: I predict my most played song will be a song #SpotifyWrapped"
## 
## [[4652]]
## [1] "auxdity: I predict my most played song will be Rhiannon by Fleetwood Mac #SpotifyWrapped"
## 
## [[4653]]
## [1] "Deffshot: I predict my most played song will be [Running Up That Hill by Lø Spirit] #SpotifyWrapped"
## 
## [[4654]]
## [1] "Liz_wildcat5: I predict my most played song will be Pattycake Productions Oogie’s Boogie #SpotifyWrapped"
## 
## [[4655]]
## [1] "glossyangel_: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[4656]]
## [1] "Klahasphemy: GIVE ME, NOW!!! #SpotifyWrapped"
## 
## [[4657]]
## [1] "imnasakun: I predict my top genre will be hyper pop #SpotifyWrapped"
## 
## [[4658]]
## [1] "Laila5301: #SpotifyWrapped I’m so nervous"
## 
## [[4659]]
## [1] "glossyangel_: I predict my most played song will be Running Up That Hill #SpotifyWrapped"
## 
## [[4660]]
## [1] "AnnaTiecken: I predict my most played song will be [Willing - Ilse de Lange ] #SpotifyWrapped"
## 
## [[4661]]
## [1] "Kjane0696: I predict my most played song will be Iris by the GooGoo Dolls #SpotifyWrapped"
## 
## [[4662]]
## [1] "stash211: My #SpotifyWrapped gonna be shit coz I've mostly been on #Tidal this past year."
## 
## [[4663]]
## [1] "flickerofashe: I predict my top artist will be [ashe] #SpotifyWrapped"
## 
## [[4664]]
## [1] "unwoman: If you're wondering whether I mind being tagged in yer #SpotifyWrapped, the answer is hell no. I love to know who is listening to me!"
## 
## [[4665]]
## [1] "Mlle_Jessica: @tiktok_uk @Louis_Tomlinson All the songs from #FaithInTheFuture deserve a place in my #SpotifyWrapped . Definitely the album of the year !!"
## 
## [[4666]]
## [1] "JedWalker15: I predict my top artist will be [stella donelly] #SpotifyWrapped"
## 
## [[4667]]
## [1] "ilovestevie1234: Me waiting to see everyone else’s #SpotifyWrapped https://t.co/mKB9fSw0ai"
## 
## [[4668]]
## [1] "1330PASTOR: I predict my top artist will be @1330PASTOR #SpotifyWrapped"
## 
## [[4669]]
## [1] "yoodongists: Very excited to be showing all of you random little people in my phone about what phases I went through this year… https://t.co/kTkDDyFPBl"
## 
## [[4670]]
## [1] "flickerofashe: I predict my most played song will be [camden by gracie] #SpotifyWrapped"
## 
## [[4671]]
## [1] "Vickyob8: I predict my top artist will be #StrayKids …to absolutely no one’s surprise ✋🥸 srsly if it’s not SKZ then idk who e… https://t.co/240esHYipH"
## 
## [[4672]]
## [1] "1330PASTOR: I predict my top genre will be Hip Hop/Rap #SpotifyWrapped"
## 
## [[4673]]
## [1] "BenamBarman: To buy this t-shirt design please click on the link for more :  https://t.co/mH8ditAn2I\n\n#SpotifyWrapped… https://t.co/9my0J8fMGE"
## 
## [[4674]]
## [1] "NonexistentMug: I predict my top genre will be EDM #SpotifyWrapped"
## 
## [[4675]]
## [1] "Gloria_tpwk_: I predict my most played song will be teeth by 5sos/ something by maneskin #SpotifyWrapped"
## 
## [[4676]]
## [1] "MIRWRAITH: I predict my most played song will be probably local god or something from panic #SpotifyWrapped"
## 
## [[4677]]
## [1] "heymartinah: I predict my most played song will be Michael In The Bathroom #SpotifyWrapped  💀"
## 
## [[4678]]
## [1] "1330PASTOR: I predict my most played song will be Money Phone #SpotifyWrapped"
## 
## [[4679]]
## [1] "Giant06750888: follow the instructions! https://t.co/jDebFXvZC2\n#CyberMonday Casemiro #GivingTuesday Diet Coke Vini Mauna Loa… https://t.co/JTW2tfUKAp"
## 
## [[4680]]
## [1] "christineroad: I predict my most played song will be @paramore's This Is Why #SpotifyWrapped 👀"
## 
## [[4681]]
## [1] "Gloria_tpwk_: I predict my top genre will be pop/rock #SpotifyWrapped"
## 
## [[4682]]
## [1] "Gloria_tpwk_: I predict my top artist will be 5sos #SpotifyWrapped"
## 
## [[4683]]
## [1] "vincenbob: I predict my top podcast will be @tomgreenlive #SpotifyWrapped"
## 
## [[4684]]
## [1] "saadiabalhous: pack stickers\n Siamese Cat With Blue Eyes\nhttps://t.co/LQP3DBzAz1\n\n #usa #austin_adkins #CyberMonday #GivingTuesday… https://t.co/76HnYNHGsg"
## 
## [[4685]]
## [1] "QueenGallifreya: Haaa i can tell you all right now my #SpotifyWrapped will be a repeat of last years .. and the year before .. and t… https://t.co/D184DH8kiO"
## 
## [[4686]]
## [1] "allweneed0fhell: i think we can all agree that the world shares one happy day, and that's when #SpotifyWrapped is out"
## 
## [[4687]]
## [1] "joannie_v2: I predict my top artist will be the Strokes #SpotifyWrapped"
## 
## [[4688]]
## [1] "Gloria_tpwk_: I predict my top podcast will be Yakety-Yak #SpotifyWrapped"
## 
## [[4689]]
## [1] "Vickyob8: I predict my top podcast will be “Distractible”! I spent everyday during lunch this semester just listening to it 😅  #SpotifyWrapped"
## 
## [[4690]]
## [1] "vincenbob: I predict my top artist will be @StickFigureDub #SpotifyWrapped"
## 
## [[4691]]
## [1] "adventureofhan: I predict my top podcast will be distractible #SpotifyWrapped #Distractible"
## 
## [[4692]]
## [1] "brittanyahlgrim: I predict my top artist will be @taylorswift13 #SpotifyWrapped"
## 
## [[4693]]
## [1] "stars4lunch: I predict my most played song will be [21 by Gracie Abrams] #SpotifyWrapped"
## 
## [[4694]]
## [1] "navy4life67: I predict my top podcast will be game of thrones podcast #SpotifyWrapped"
## 
## [[4695]]
## [1] "vincenbob: I predict my top genre will be Reggae #SpotifyWrapped"
## 
## [[4696]]
## [1] "adventureofhan: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[4697]]
## [1] "one_tricky_boi: I predict my top podcast will be [Distractible] #SpotifyWrapped"
## 
## [[4698]]
## [1] "ur1n3troubl3: I predict my top podcast will be  10 hour box fan asmr sounds for sleep and relaxation #SpotifyWrapped"
## 
## [[4699]]
## [1] "joannie_v2: I predict my most played song will be Ode to the Mets, again #SpotifyWrapped"
## 
## [[4700]]
## [1] "one_tricky_boi: I predict my top artist will be [I Prevail] #SpotifyWrapped"
## 
## [[4701]]
## [1] "vincenbob: I predict my most played song will be Old Sunrise by @StickFigureDub #SpotifyWrapped"
## 
## [[4702]]
## [1] "navy4life67: I predict my top artist will be rihanna #SpotifyWrapped"
## 
## [[4703]]
## [1] "one_tricky_boi: I predict my top genre will be [Metalcore] #SpotifyWrapped"
## 
## [[4704]]
## [1] "Levin2Johnathan: Winterizing the 5th wheel #rvlife #fulltimerv #SpotifyWrapped #CyberMonday https://t.co/HH9a4cQs15"
## 
## [[4705]]
## [1] "sweetenerboo: I predict my top podcast will be [senorita] #SpotifyWrapped"
## 
## [[4706]]
## [1] "navy4life67: I predict my most played song will be work by Rihanna #SpotifyWrapped"
## 
## [[4707]]
## [1] "BigSto: cherish &amp; celebrate the support you receive always but your worth as an artist isn't defined by your… https://t.co/9HgRkSb96o"
## 
## [[4708]]
## [1] "SharonS01831343: I have a personal profile, I will have Date with you on my personal profile :  https://t.co/JerY6GmJkj\nDon't worry… https://t.co/Y9XtfQtvOx"
## 
## [[4709]]
## [1] "one_tricky_boi: I predict my most played song will be [Crooked Soul by Dayseeker] #SpotifyWrapped"
## 
## [[4710]]
## [1] "forsiwoo: I predict my most played song will be lazy by goopy #SpotifyWrapped"
## 
## [[4711]]
## [1] "mamanifurro: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[4712]]
## [1] "TyDuecce: Back in time for GTFOH Monday! Don't blink!🎯🎮🪀😃 Early Steam! Live now on https://t.co/DzZDqaADua #SpotifyWrapped… https://t.co/w5zqVquCmp"
## 
## [[4713]]
## [1] "Arkanis: I predict my top podcast will be @NightValeRadio #SpotifyWrapped"
## 
## [[4714]]
## [1] "KryptLMAO: i predict my top podcast will be distractible by @markiplier #SpotifyWrapped"
## 
## [[4715]]
## [1] "KryptLMAO: i predict my top artist will be @xxxtentacion #SpotifyWrapped"
## 
## [[4716]]
## [1] "KryptLMAO: i predict my top genre will be hiphop/rap #SpotifyWrapped"
## 
## [[4717]]
## [1] "KryptLMAO: i predict my most played song will be dance now by @JIDsv #SpotifyWrapped"
## 
## [[4718]]
## [1] "Vickyob8: I predict my most played song will be either “Waiting for Us” or “Muddy Water” by #StrayKids from their #Oddinary album❣️#SpotifyWrapped"
## 
## [[4719]]
## [1] "CigarEraRobot: I predict my most played song will be Long Song by @TheKnocks ft Dragonette #SpotifyWrapped"
## 
## [[4720]]
## [1] "flamingogamer15: I predict my top genre will be hiphop #SpotifyWrapped"
## 
## [[4721]]
## [1] "saadiabalhous: world aids day\n#usa #austin_adkins #CyberMonday #GivingTuesday #KORGHA #MondayMotivation #SpotifyWrapped… https://t.co/fZ7ZNEEvqN"
## 
## [[4722]]
## [1] "Arkanis: I predict my top artist will be @concretecastles #SpotifyWrapped"
## 
## [[4723]]
## [1] "hvyscanlon: I predict my top artist will be Fiona Apple #SpotifyWrapped"
## 
## [[4724]]
## [1] "a4creation1: I will design creative eye catching poster in 24 hours\nIf you need my service, please contact me on Fiverr. Link be… https://t.co/8J2AlxMVJl"
## 
## [[4725]]
## [1] "UlyWEST: I predict my top podcast will be [hata hada nadar] #SpotifyWrapped"
## 
## [[4726]]
## [1] "flamingogamer15: I predict my most played song will be Help Herself - bbno$ #SpotifyWrapped"
## 
## [[4727]]
## [1] "ksiezyckid: I predict my most played song will be ANTIFRAGILE BY LESSERAFIM #SpotifyWrapped"
## 
## [[4728]]
## [1] "Arkanis: I predict my most played song will be \"You Won't See Me Again\" by @concretecastles #SpotifyWrapped"
## 
## [[4729]]
## [1] "regularsquidd_: I predict my top genre will be hiphop #SpotifyWrapped"
## 
## [[4730]]
## [1] "UlyWEST: I predict my top artist will be [kanye l7me9] #SpotifyWrapped"
## 
## [[4731]]
## [1] "QueenStar04: I predict my most played song will be [Angels and demons-jxdn] #SpotifyWrapped"
## 
## [[4732]]
## [1] "flamingogamer15: I predict my top artist will be Joji #SpotifyWrapped"
## 
## [[4733]]
## [1] "ghostboiv_v: I predict my top genre will be Dance Pop #SpotifyWrapped"
## 
## [[4734]]
## [1] "FlimsySquid: Me when Billy Joel is gonna be my top artist this year  #SpotifyWrapped https://t.co/1kP7V0hkp8"
## 
## [[4735]]
## [1] "neilgcoleman: Nursery Rhymes ABC is an interesting third headline act on the Monday 😂\n\n#SpotifyWrapped #instafest https://t.co/320S2kQrAZ"
## 
## [[4736]]
## [1] "crookedweasley: I predict my top podcast will be la pija y la quinqui #SpotifyWrapped"
## 
## [[4737]]
## [1] "llaramaia: I predict my top podcast will be [ @casosreais_] #SpotifyWrapped"
## 
## [[4738]]
## [1] "flamingogamer15: I predict my top podcast will be The Edge of Sleep\n #SpotifyWrapped"
## 
## [[4739]]
## [1] "philstasyszen: I predict my most played song will be https://t.co/tNOqNQXu55 #SpotifyWrapped"
## 
## [[4740]]
## [1] "Tink_Peruna: I predict my top podcast will be I spent a day with podcast\n #SpotifyWrapped"
## 
## [[4741]]
## [1] "UlyWEST: I predict my top genre will be [ghi rap rap rap] #SpotifyWrapped"
## 
## [[4742]]
## [1] "mispayasadas: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[4743]]
## [1] "SpotifyNews: What do you think will be your top song of the year? #SpotifyWrapped"
## 
## [[4744]]
## [1] "Billy_Shmurda: Can’t wait for my #SpotifyWrapped to show me how awesome my musical taste is again when it drops!"
## 
## [[4745]]
## [1] "crookedweasley: I predict my top artist will be taylor swift #SpotifyWrapped"
## 
## [[4746]]
## [1] "ghostboiv_v: I predict my top artist will be Ghost #SpotifyWrapped"
## 
## [[4747]]
## [1] "mispayasadas: I predict my most played song will be all too well 10 min version #SpotifyWrapped"
## 
## [[4748]]
## [1] "ConnorAaron06: Just tell me now that arctic monkeys have knocked oasis of the number 1 spot 😢😣 #SpotifyWrapped"
## 
## [[4749]]
## [1] "crookedweasley: I predict my top genre will be pop/rock or indie #SpotifyWrapped"
## 
## [[4750]]
## [1] "ghostboiv_v: I predict my most played song will be  Temporary Funeral #SpotifyWrapped"
## 
## [[4751]]
## [1] "UlyWEST: I predict my most played song will be [papillon] #SpotifyWrapped"
## 
## [[4752]]
## [1] "saadiabalhous: Austin Adkins West Virginia Music\nhttps://t.co/DIzeBzkA1R\n#usa #austin_adkins #CyberMonday #GivingTuesday #KORGHA… https://t.co/TN7TgtpUzi"
## 
## [[4753]]
## [1] "llaramaia: I predict my top genre will be [#rock] #SpotifyWrapped"
## 
## [[4754]]
## [1] "Fredo_WACK: Getting ready to be shocked by my #SpotifyWrapped  even though I check my last fm scrobbles daily and know exactly what's going to show up"
## 
## [[4755]]
## [1] "bibistarc: I predict my most played song will be Lovers Rock #SpotifyWrapped https://t.co/klUb9N0oAY"
## 
## [[4756]]
## [1] "samsw1ft: I predict my top podcast will be @deuxmoiworld #SpotifyWrapped"
## 
## [[4757]]
## [1] "ISATHEORY: I predict my most played song will be RUN2YEW FROM MY SLAYC GIRLS #SpotifyWrapped https://t.co/mgRfaBOTk1"
## 
## [[4758]]
## [1] "Tink_Peruna: I predict my top artist will be owl city\n #SpotifyWrapped"
## 
## [[4759]]
## [1] "crookedweasley: I predict my most played song will be all to well by taylor swift #SpotifyWrapped"
## 
## [[4760]]
## [1] "CourtneyCorboy: Why is #SpotifyWrapped trending? Why? @Spotify hasn't released our precious wrap. https://t.co/cqCacIeGy0"
## 
## [[4761]]
## [1] "samsw1ft: I predict my top artist will be Taylor Swift (obviously) #SpotifyWrapped"
## 
## [[4762]]
## [1] "NyanDoesStuff_: I predict my top artist will be crywank, we all know why #SpotifyWrapped"
## 
## [[4763]]
## [1] "vusketeer: I predict my most played song will be So Good by @halsey 💜 #SpotifyWrapped"
## 
## [[4764]]
## [1] "Tink_Peruna: I predict my top genre will be pop\n #SpotifyWrapped"
## 
## [[4765]]
## [1] "wahhbahh: I predict my top artist will be [pierce the veil] #SpotifyWrapped"
## 
## [[4766]]
## [1] "samsw1ft: I predict my top genre will be pop #SpotifyWrapped"
## 
## [[4767]]
## [1] "utdcorey27: I predict my most played song will be On tha line Yeat #SpotifyWrapped"
## 
## [[4768]]
## [1] "D00MZJAY: I predict my top artist will be Taylor Swift! #SpotifyWrapped"
## 
## [[4769]]
## [1] "bams_eomma: I predict my most played song will be Yet to Come by @BTS_twt #SpotifyWrapped"
## 
## [[4770]]
## [1] "llaramaia: when is spotify wrapped actually dropping?? #SpotifyWrapped"
## 
## [[4771]]
## [1] "ThatStanAnna: I predict my top artist will be [BTS] #SpotifyWrapped https://t.co/zXt1yLpakU"
## 
## [[4772]]
## [1] "wahhbahh: I predict my top genre will be [emo] #SpotifyWrapped"
## 
## [[4773]]
## [1] "samsw1ft: I predict my most played song will be all too well 10 minute version #SpotifyWrapped"
## 
## [[4774]]
## [1] "newromantics02: so ready to break my “you were in the top .1% of taylor swift’s listeners this year” record 💅 #SpotifyWrapped"
## 
## [[4775]]
## [1] "sofiaatomo: I predict my top artist will be Steven Universe #SpotifyWrapped"
## 
## [[4776]]
## [1] "Tink_Peruna: I predict my most played song will be shooting star by owl city\n#SpotifyWrapped"
## 
## [[4777]]
## [1] "TheAlexisKraft: spotify users are literally foaming at the mouth for #SpotifyWrapped yet apple music users have had a “replay 2022”… https://t.co/VDckHDhajV"
## 
## [[4778]]
## [1] "wahhbahh: I predict my most played song will be [disasterology by pierce the veil] #SpotifyWrapped"
## 
## [[4779]]
## [1] "packer0519: I predict my top genre will be [Rap or R&amp;B] #SpotifyWrapped"
## 
## [[4780]]
## [1] "itsrandiii: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped \nDua Lipa - Last Dance"
## 
## [[4781]]
## [1] "MewnuxWolf: I finally want to see my #SpotifyWrapped! I want to see what songs I've been addicted to this year"
## 
## [[4782]]
## [1] "bams_eomma: I predict my top artist will be @BTS_twt  #SpotifyWrapped"
## 
## [[4783]]
## [1] "blondedzero: I predict my top artist will be the weeknd  #SpotifyWrapped"
## 
## [[4784]]
## [1] "haniexists: #SpotifyWrapped the world cannot know that I am secretly a swifty ;-;"
## 
## [[4785]]
## [1] "Snipermor: I predict my top artist will be [Kanye] #SpotifyWrapped"
## 
## [[4786]]
## [1] "luisjbi7: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped Genesis by @Grimezsz"
## 
## [[4787]]
## [1] "Snipermor: I predict my top genre will be [rap] #SpotifyWrapped"
## 
## [[4788]]
## [1] "sofiaatomo: I predict my top podcast will be Sinapse #SpotifyWrapped"
## 
## [[4789]]
## [1] "Selsfavclown: I predict my most played song will be pure / honey  #SpotifyWrapped"
## 
## [[4790]]
## [1] "Snipermor: I predict my most played song will be [Codeine crazy] #SpotifyWrapped"
## 
## [[4791]]
## [1] "konorsmind: the Lucki sweep is incoming #SpotifyWrapped https://t.co/k1YmjIz57e"
## 
## [[4792]]
## [1] "1DSJ8772: I predict my top genre will be pop or rock. #SpotifyWrapped"
## 
## [[4793]]
## [1] "ifeeIfine: I predict my top podcast will be steveos wild ride?? mayhaps #SpotifyWrapped"
## 
## [[4794]]
## [1] "GloTuNNa1: Like Nd Comment, Share it to but click da link🗣️🔥\n\nhttps://t.co/63sEeCRWKa\n\n#RedVelvet #Qatar #ImACeleb… https://t.co/5EdwJ5sCmV"
## 
## [[4795]]
## [1] "level94836: if you dont have levelboy on your #SpotifyWrapped i will be dissapointed\n\nif you do you will get a special treat ✌️😘"
## 
## [[4796]]
## [1] "HStandsForHalo: I predict my top genre will be [pop] #SpotifyWrapped"
## 
## [[4797]]
## [1] "katie_racklyeft: I predict my top artist will be @HeathersMusical #SpotifyWrapped"
## 
## [[4798]]
## [1] "FreelanceMocha: I predict my top genre will be [Indie/alternative] #SpotifyWrapped"
## 
## [[4799]]
## [1] "ifeeIfine: I predict my top artist will be either gnr or rhcp #SpotifyWrapped"
## 
## [[4800]]
## [1] "1DSJ8772: I predict my top podcast will be none. #SpotifyWrapped"
## 
## [[4801]]
## [1] "HStandsForHalo: I predict my most played song will be [Skyline] #SpotifyWrapped"
## 
## [[4802]]
## [1] "genlossrnboo: I predict my top genre will be indie or dream smp..... #SpotifyWrapped"
## 
## [[4803]]
## [1] "raspbinnie23: I predict my top artist will be [@Stray_Kids] #SpotifyWrapped"
## 
## [[4804]]
## [1] "JesseW8nmbrs: It's that time of year for my #SpotifyWrapped https://t.co/hJgmxdoJRv"
## 
## [[4805]]
## [1] "Zzquack: I predict my most played song will be heatwaves #SpotifyWrapped https://t.co/pO1DhaYTEk"
## 
## [[4806]]
## [1] "ifeeIfine: I predict my most played song will be so fine by gnr 🫡 #SpotifyWrapped"
## 
## [[4807]]
## [1] "raspbinnie23: I predict my top genre will be [pop or rnb] #SpotifyWrapped"
## 
## [[4808]]
## [1] "Brotractor: everyone who shares a #SpotifyWrapped with an obscure artist at the top  https://t.co/GqPR14odyw"
## 
## [[4809]]
## [1] "mendessingular: i love #SpotifyWrapped more then i should https://t.co/Otpe7k6uuJ"
## 
## [[4810]]
## [1] "genlossrnboo: I predict my top artist will be either taylor swift or lovejoy #SpotifyWrapped"
## 
## [[4811]]
## [1] "katie_racklyeft: I predict my most played song will be Candy Store- Heathers West End #SpotifyWrapped"
## 
## [[4812]]
## [1] "frannysalv: I predict my most played song will be as it was by @Harry_Styles 🤪 #SpotifyWrapped"
## 
## [[4813]]
## [1] "buterasretro: I predict my top podcast will be Archetypes #SpotifyWrapped"
## 
## [[4814]]
## [1] "1DSJ8772: I predict my top artist will be Harry Styles. #SpotifyWrapped"
## 
## [[4815]]
## [1] "PopRockTeal13: I predict my most played song will be Hot Demon Bitches Near U by Corpse #SpotifyWrapped"
## 
## [[4816]]
## [1] "raspbinnie23: I predict my most played song will be [fairytale by stray kids] #SpotifyWrapped"
## 
## [[4817]]
## [1] "Zzquack: I predict my top artist will be men i trust #SpotifyWrapped"
## 
## [[4818]]
## [1] "bilsredladder: I predict my top artist will be Billie probably #SpotifyWrapped"
## 
## [[4819]]
## [1] "m0th0id: i just know one of my top categories in #SpotifyWrapped will be dsmp"
## 
## [[4820]]
## [1] "BrookeAlexx: Waiting for ppl’s #SpotifyWrapped is giving me ANXIETY lmao hope I’m in some 🙃"
## 
## [[4821]]
## [1] "buterasretro: I predict my most played song will be Running Up That Hill  #SpotifyWrapped"
## 
## [[4822]]
## [1] "ThatStanAnna: I predict my top genre will be [K Pop] #SpotifyWrapped"
## 
## [[4823]]
## [1] "yunkernt: my #SpotifyWrapped is going to be mess... i can't wait to see it."
## 
## [[4824]]
## [1] "Dani_flower_pow: I predict my top artist will be Arctic Monkeys  #SpotifyWrapped"
## 
## [[4825]]
## [1] "rewiredhanna: i predict my most listened to artist is @JeffreeStar \n#SpotifyWrapped"
## 
## [[4826]]
## [1] "buterasretro: I predict my top genre will be POP #SpotifyWrapped"
## 
## [[4827]]
## [1] "ThatStanAnna: I predict my most played song will be [Rush Hour by Monsta X] #SpotifyWrapped  #MONSTA_X #MONBEBE https://t.co/tUXvC9haSN"
## 
## [[4828]]
## [1] "SportsDude2222: I predict my most played song will be [G.O.A.T by Diljit Dosanjh @diljitdosanjh]🔥🔥🔥🔥🔥 #SpotifyWrapped"
## 
## [[4829]]
## [1] "buterasretro: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[4830]]
## [1] "geezybeatz145: I can't wait for mines!!!\n\n#SpotifyWrapped"
## 
## [[4831]]
## [1] "Itsyoualigatie: I predict my top podcast will be  nothing. I don’t listen to them #SpotifyWrapped"
## 
## [[4832]]
## [1] "bilsredladder: I predict my most played song will be Male Fantasy or In Between Breaths. #SpotifyWrapped"
## 
## [[4833]]
## [1] "BirthdayCakeFB: With everyone going #SpotifyWrapped mad, we thought it'd be a trip to look back at 2022 thus far on Birthday Cake F… https://t.co/n1xFRMKU6Q"
## 
## [[4834]]
## [1] "xogerardine: If this is how #SpotifyWrapped is gonna look like, then it's fire 🔥"
## 
## [[4835]]
## [1] "sj_frr: I predict my most played song will be Taste - Jake Webber #SpotifyWrapped"
## 
## [[4836]]
## [1] "PersonOfThePer1: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[4837]]
## [1] "cvbinfever: I predict my top podcast will be [just roll with it] #SpotifyWrapped THE ABSURD DND PODCAST DM’D BY GRI"
## 
## [[4838]]
## [1] "__Dxw_: I predict my top podcast will be [The Magnus archives] #SpotifyWrapped"
## 
## [[4839]]
## [1] "lisaaaalm: The fact that I’m highly anticipating #SpotifyWrapped as if I don’t already know what it’s gonna look like?"
## 
## [[4840]]
## [1] "PersonOfThePer1: I predict my most played song will be Stay #SpotifyWrapped"
## 
## [[4841]]
## [1] "bobbyIemon: I predict my top podcast will be conspiracy theories #SpotifyWrapped"
## 
## [[4842]]
## [1] "ThibsGG: I predict my most played song prolly whiplash from Metallica #SpotifyWrapped"
## 
## [[4843]]
## [1] "tiffanylouie_: No one wants to post their predictions, we just want our #SpotifyWrapped ! 🤣"
## 
## [[4844]]
## [1] "llaramaia: when is spotify wrapped actually dropping?? #SpotifyWrapped #Spotify"
## 
## [[4845]]
## [1] "bobbyIemon: I predict my top artist will be stray kids or harry styles maybe mitski again  #SpotifyWrapped"
## 
## [[4846]]
## [1] "Itsyoualigatie: I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped\nPop"
## 
## [[4847]]
## [1] "fatherskeleton: Still thinking about last year’s #SpotifyWrapped and how this one girl I know from middle school posted her wrapped… https://t.co/JwEGTnYd6Y"
## 
## [[4848]]
## [1] "jpetras22: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped @kimpetras duh"
## 
## [[4849]]
## [1] "bobbyIemon: I predict my top genre will be kpop 💀#SpotifyWrapped"
## 
## [[4850]]
## [1] "ThibsGG: I predict my top artist will be [Metallica] #SpotifyWrapped"
## 
## [[4851]]
## [1] "jpetras22: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped coconuts @kimpetras"
## 
## [[4852]]
## [1] "one8amit: I predict my top podcast will be @joerogan #SpotifyWrapped"
## 
## [[4853]]
## [1] "Itsyoualigatie: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped\n@aligatie"
## 
## [[4854]]
## [1] "bobbyIemon: I predict my most played song will be satellite by harry styles #SpotifyWrapped"
## 
## [[4855]]
## [1] "okramikey: How my #SpotifyWrapped is gonna end up looking like… https://t.co/UV42cOkLlM"
## 
## [[4856]]
## [1] "Itsyoualigatie: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped\nCrying in the rain @aligatie"
## 
## [[4857]]
## [1] "soykiena: I predict my top podcast will be @clubdefansdeshrek #SpotifyWrapped"
## 
## [[4858]]
## [1] "one8amit: I predict my top genre will be pop #SpotifyWrapped"
## 
## [[4859]]
## [1] "MassYoungblood: My mood waiting for #SpotifyWrapped @Spotify 🫶🏿🥰 https://t.co/J5vOHe0Qm0"
## 
## [[4860]]
## [1] "one8amit: I predict my top artist will be @billieeilish ❤️\n#SpotifyWrapped"
## 
## [[4861]]
## [1] "s8nson1a: I predict my most played song will be [anything by beach house] #SpotifyWrapped"
## 
## [[4862]]
## [1] "cococalor: @chartdata @bts_bighit of course and #YetToCome \n#SpotifyWrapped"
## 
## [[4863]]
## [1] "DOR_Rogue: I predict my most played song will be [Last Surprise] #SpotifyWrapped"
## 
## [[4864]]
## [1] "soykiena: I predict my top artist will be Bad Gyal #SpotifyWrapped"
## 
## [[4865]]
## [1] "cristaldesanti: I predict my top artist will be Wallows #SpotifyWrapped"
## 
## [[4866]]
## [1] "YaelSantiago67: I predict my most played song will be As it was by Harry Styles #SpotifyWrapped"
## 
## [[4867]]
## [1] "soykiena: I predict my top genre will be latin #SpotifyWrapped"
## 
## [[4868]]
## [1] "mettatonplush: im gonn a faint #SpotifyWrapped"
## 
## [[4869]]
## [1] "LuchaSpawn: I predict my most played song will be [Make Me Famous - Kim Dracula] #SpotifyWrapped"
## 
## [[4870]]
## [1] "nathantwts: waiting on you... #SpotifyWrapped"
## 
## [[4871]]
## [1] "one8amit: I predict my most played song will be [BETTER by Zayn Malik ] #SpotifyWrapped"
## 
## [[4872]]
## [1] "SUZUIKUU: If my most played song isn’t anti fragile I’m gonna burn down Spotify #SpotifyWrapped"
## 
## [[4873]]
## [1] "soykiena: I predict my most played song will be Mezzanotte by Ana Mena #SpotifyWrapped"
## 
## [[4874]]
## [1] "loganevolve: I predict my top artist will be Dayseeker #SpotifyWrapped"
## 
## [[4875]]
## [1] "whatisKiro: Man I'm scared to see my #SpotifyWrapped"
## 
## [[4876]]
## [1] "loganevolve: I predict my top genre will be Metalcore #SpotifyWrapped"
## 
## [[4877]]
## [1] "corneater6000: I predict my top podcast will be [fill in top podcast prediction] &lt;-- guys i wonder (its tma) #SpotifyWrapped"
## 
## [[4878]]
## [1] "loganevolve: I predict my most played song will be Ghost, by Imminence #SpotifyWrapped"
## 
## [[4879]]
## [1] "SsbSalazer: I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped #TweekTalks"
## 
## [[4880]]
## [1] "CarolinaBonitoS: I predict my top podcast will be ask .tm #SpotifyWrapped"
## 
## [[4881]]
## [1] "Proleerr: I predict my top artist will be #SpotifyWrapped https://t.co/PgJDdvIswo"
## 
## [[4882]]
## [1] "THEEMZBLUE: I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped unrestricted podcast"
## 
## [[4883]]
## [1] "CarolinaBonitoS: I predict my top artist will be Harry Styles #SpotifyWrapped"
## 
## [[4884]]
## [1] "VoltsonTwitch: Some of y’all really exposing yourself with this #SpotifyWrapped 🤮"
## 
## [[4885]]
## [1] "THEEMZBLUE: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped Nicki Minaj"
## 
## [[4886]]
## [1] "CarolinaBonitoS: I predict my top genre will be pop #SpotifyWrapped"
## 
## [[4887]]
## [1] "tospeanuttos: judgement day is upon us #SpotifyWrapped"
## 
## [[4888]]
## [1] "mike_from_mike: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped"
## 
## [[4889]]
## [1] "Carlos31789: I predict my most played song will be All Eyes On Me by Bo Burnham. #SpotifyWrapped"
## 
## [[4890]]
## [1] "THEEMZBLUE: I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped rap"
## 
## [[4891]]
## [1] "russdire: I predict my top artist will be @ihavenomanas #SpotifyWrapped"
## 
## [[4892]]
## [1] "CarolinaBonitoS: I predict my most played song will be Boyfriends #SpotifyWrapped"
## 
## [[4893]]
## [1] "THEEMZBLUE: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped I’m a vibe"
## 
## [[4894]]
## [1] "StrifeMagazine: You can now create your own festival line-up based on your Spotify streams! #SpotifyWrapped \n\nCheck it out here:… https://t.co/BwAvJBmZ0p"
## 
## [[4895]]
## [1] "JumpinAdvice: I predict my top podcast will be Distractible #SpotifyWrapped"
## 
## [[4896]]
## [1] "russdire: I predict my most played song will be Illegal Screenshots by @ihavenomanas #SpotifyWrapped"
## 
## [[4897]]
## [1] "Proleerr: I predict my most played song will be #SpotifyWrapped https://t.co/5lrD4nmeQK"
## 
## [[4898]]
## [1] "TGMThal: I predict my top podcast will be Nur Verheiratet von @hazelbrugger  #SpotifyWrapped"
## 
## [[4899]]
## [1] "AllHailBuckets: There's a nonzero chance that my top song is 6 God - yes, in 2022.... #SpotifyWrapped"
## 
## [[4900]]
## [1] "MattGrudzinski: My biggest fear is having Friday by Rebecca Black as my #1 song on #SpotifyWrapped"
## 
## [[4901]]
## [1] "tacobellcry: I predict my top artist will be @rinasawayama\n\n#SpotifyWrapped"
## 
## [[4902]]
## [1] "Orps1xx: I predict my top artist will be Juice wrld #SpotifyWrapped"
## 
## [[4903]]
## [1] "nasikandaqlover: apple music users are seething to the fact they dont got #SpotifyWrapped"
## 
## [[4904]]
## [1] "vegsters: I predict my top genre will be modern metal. Hopefully #SpotifyWrapped"
## 
## [[4905]]
## [1] "HaangeeZooee: I saw #SpotifyWrapped and was sooo hyped... RELEASE IT NOOOOOOW https://t.co/SOzZjZeonn"
## 
## [[4906]]
## [1] "ilyxarson: I predict my top artist will be Glaive, Lovejoy or Softwilly \n100% one of them #SpotifyWrapped"
## 
## [[4907]]
## [1] "mattyandsteak: giving @spotify permission to leave rex off my #SpotifyWrapped"
## 
## [[4908]]
## [1] "BestJesster08: I predict my most played song will be [Two Birds - Regina Spektor] #SpotifyWrapped"
## 
## [[4909]]
## [1] "edsterrock: Calling it now, my #SpotifyWrapped top songs will all be from The 1975’s Being Funny In A Foreign Language."
## 
## [[4910]]
## [1] "nickelkeep: Huh. Jumping on the thing that Charlie did while waiting for #SpotifyWrapped to happen.\n\nI would pay for this fest.… https://t.co/4h6SZ0QXao"
## 
## [[4911]]
## [1] "tacobellcry: I predict my most played song will be \nAngry @marsargo \n\n#SpotifyWrapped"
## 
## [[4912]]
## [1] "JasmineGonz10: I predict my top artist will be @Harry_Styles #SpotifyWrapped"
## 
## [[4913]]
## [1] "OfRoyalLineage: JUST ANNOUNCED in #California \n\nChozen G 👑is getting ready to release #new #music ....\n\nGet Ready for something… https://t.co/hFCv57JuFg"
## 
## [[4914]]
## [1] "xoxoCorinne: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped - All Too Well 10 minute obvs"
## 
## [[4915]]
## [1] "carorosee: I predict my most played song will be Looking For Somebody (To Love) by The 1975 #SpotifyWrapped 🤡"
## 
## [[4916]]
## [1] "sfbayareamovers: Moving day is always a stressful, but it doesn’t have to be. When you are looking for a moving company in San Franc… https://t.co/LZL89KaR42"
## 
## [[4917]]
## [1] "ariforlife_: my prediction of my top artist is definitely Ariana #SpotifyWrapped"
## 
## [[4918]]
## [1] "bronkhandsoap: I predict my top artist will be 5 Seconds of Summer just like the last seven years🫶 #SpotifyWrapped"
## 
## [[4919]]
## [1] "louises1224: I predict my most played song will be WYAT (Where You At)  by @SB19Official #SpotifyWrapped"
## 
## [[4920]]
## [1] "starliivenom: if my most played song isnt cry for love im going to jump out of the window #SpotifyWrapped"
## 
## [[4921]]
## [1] "_pcrico_: I predict my most played song will be Chicas by Andrés Calamaro #SpotifyWrapped"
## 
## [[4922]]
## [1] "xawkwardandi: I predict my top artist will be [Taylor Swift] #SpotifyWrapped"
## 
## [[4923]]
## [1] "J_M00R3: New life goal - to see Illenium and Kristin Chenoweth on the same day 😂\n\n#instafest #spotify #SpotifyWrapped https://t.co/f1PWJKoJWw"
## 
## [[4924]]
## [1] "TomHyoos: #SpotifyWrapped!? Nah, I much prefer the festival breakdown on #instafestapp\n\nGreat work @AnshaySaboo 👏 https://t.co/FB3b6UimMc"
## 
## [[4925]]
## [1] "Maddie4836h: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped\nTaylor Swift"
## 
## [[4926]]
## [1] "geelovesmcr: I predict my top artist will be MCR #SpotifyWrapped"
## 
## [[4927]]
## [1] "faithinthetommo: If the music the kids I look after makes me play them shows up on my  #SpotifyWrapped  list this year https://t.co/XRUVE0mOTf"
## 
## [[4928]]
## [1] "Maddie4836h: I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped\nPop"
## 
## [[4929]]
## [1] "geelovesmcr: I predict my most played song will be any song from the danger days album #SpotifyWrapped"
## 
## [[4930]]
## [1] "loneknome: can’t wait to see who the lucky bastard was this year #SpotifyWrapped https://t.co/9ISHGlmqQR"
## 
## [[4931]]
## [1] "H3AVENANGEL: I predict my most played song will be \nThis Hell @rinasawayama \n\n#SpotifyWrapped"
## 
## [[4932]]
## [1] "dollyx9: I’ll be honest I have no idea what my top song is 🥴 #SpotifyWrapped"
## 
## [[4933]]
## [1] "Maddie4836h: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped\nHold no Grudge Lorde"
## 
## [[4934]]
## [1] "EduwigesLopezR: Hungry? Get $15 off your first Uber Eats order of $20 or more. Terms apply. Use my code at checkout: eats-eduwigesl… https://t.co/t2s53voJZf"
## 
## [[4935]]
## [1] "mgcsvinyI: I predict my top artist will be [lizzy mcalpine] #SpotifyWrapped"
## 
## [[4936]]
## [1] "barcaleomessi71: I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped"
## 
## [[4937]]
## [1] "NearJeopardy: The most unpredictable thing about me is my Spotify Wrapped, I dont even know whats going to be on it #SpotifyWrapped"
## 
## [[4938]]
## [1] "sadshanduhh2: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped cuff it by beyoncé"
## 
## [[4939]]
## [1] "mgcsvinyI: I predict my most played song will be [firearm by lizzy mcalpine] #SpotifyWrapped"
## 
## [[4940]]
## [1] "PitchersDrummer: I mean it’s obviously gonna be @LotteryWinners but I reckon the wife is pushing for @SeaGirls #SpotifyWrapped… https://t.co/kBHZST1UbQ"
## 
## [[4941]]
## [1] "SangeethanM: time to play Isaiah Rashad endlessly till #SpotifyWrapped comes out"
## 
## [[4942]]
## [1] "WadeiLLson: I predict my top podcast will be @ryansatin’ #OutOfCharacter podcast.  #SpotifyWrapped"
## 
## [[4943]]
## [1] "NaraxGomes_: I predict my top artist will be Beyoncé #SpotifyWrapped"
## 
## [[4944]]
## [1] "SiegeTheory: Can't wait for the #SpotifyWrapped where it tells me how many times I tried to find the RSS for a podcast on Spotif… https://t.co/K1x9z0Lupk"
## 
## [[4945]]
## [1] "fixed_surebet: COMPARE AND CONFIRM 🌹\n\n@fixed_surebet \n\n📞, telegram or WhatsApp +2349029529273\n\n#SpotifyWrapped … https://t.co/YkUge0e7Y4"
## 
## [[4946]]
## [1] "Nickrevolution3: #SpotifyWrapped #Spotify #trend if this #musicfestival was real I’d #fullsend in a heartbeat lol #illenium… https://t.co/KSvbuYMndW"
## 
## [[4947]]
## [1] "crystalies__: I predict my top artist will be [Shawn Mendes ] #SpotifyWrapped"
## 
## [[4948]]
## [1] "brandonwong1004: Me on Friday when #SpotifyWrapped drops https://t.co/3aUCx3xy3r"
## 
## [[4949]]
## [1] "JumpinAdvice: I predict my most played song will be Photo ID #SpotifyWrapped"
## 
## [[4950]]
## [1] "miupalettez: I predict my top podcast will be the meditating one, as you are #SpotifyWrapped"
## 
## [[4951]]
## [1] "sp1d3rrman: I predict my top artist will be Oingo Boingo #SpotifyWrapped"
## 
## [[4952]]
## [1] "Tammy: Super curious to see if I have an All @TaylorSwift13 #SpotifyWrapped for the third year in a row. I should be embar… https://t.co/7sdAVYPktd"
## 
## [[4953]]
## [1] "WadeiLLson: I predict my top artist will be @drake #SpotifyWrapped"
## 
## [[4954]]
## [1] "BerrakBiz: \"How many times have you restarted the app to see if your #SpotifyWrapped pops up?\"\n\nMe: Yes. https://t.co/MVnJPkUK1r"
## 
## [[4955]]
## [1] "ant_headd: I predict my top podcast will be the Through The Wire Podcast. #SpotifyWrapped"
## 
## [[4956]]
## [1] "Celtry1: #SpotifyWrapped nothing because they unfairly removed my account."
## 
## [[4957]]
## [1] "sp1d3rrman: I predict my most played song will be What Was Mine by Sarah Kinsley #SpotifyWrapped"
## 
## [[4958]]
## [1] "WadeiLLson: I predict my most played song will be “Say My Name” from @BeetlejuiceBway soundtrack!  #SpotifyWrapped"
## 
## [[4959]]
## [1] "miupalettez: I predict my top artist will be Allison or Giselle #SpotifyWrapped"
## 
## [[4960]]
## [1] "haydomj: I predict my top artist will be The Holdup #SpotifyWrapped"
## 
## [[4961]]
## [1] "morgxn: Not #InstaFest beating #SpotifyWrapped to the finish line …… 🫠"
## 
## [[4962]]
## [1] "LouIn22: My #SpotifyWrapped prediction https://t.co/N6p3PkhjOg"
## 
## [[4963]]
## [1] "ot4boomer: I predict my top artist will be @BLACKPINK #SpotifyWrapped"
## 
## [[4964]]
## [1] "miupalettez: I predict my top genre will be pop music #SpotifyWrapped"
## 
## [[4965]]
## [1] "RoxyK71: I predict my top artist will be [Pet Shop Boys or Depeche Mode] #SpotifyWrapped"
## 
## [[4966]]
## [1] "brittlynjo: I predict my top genre will be most likely pop or Latin #SpotifyWrapped"
## 
## [[4967]]
## [1] "milliejanine: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[4968]]
## [1] "miupalettez: I predict my most played song will be Alien Superstar or What I want or Naked in Manhattan #SpotifyWrapped"
## 
## [[4969]]
## [1] "Shadowsofdeed: I predict my top podcast will be @GoonsPC #SpotifyWrapped"
## 
## [[4970]]
## [1] "Anas_91: listening to that good song that I found about later on 2022 over and over again to make sure it's on #SpotifyWrapped"
## 
## [[4971]]
## [1] "EmanuelLopesS2: I predict my most played song will be [Butterfly] \nI predict my top genre will be [K💩]\nI predict my top artist will… https://t.co/SoIpIHQ8VW"
## 
## [[4972]]
## [1] "brittlynjo: I predict my top artist will be either Halsey/Paramore/Bad Bunny/Rosalia #SpotifyWrapped"
## 
## [[4973]]
## [1] "ismael_badarou: I predict my top artist will be [Lil uzi vert] #SpotifyWrapped"
## 
## [[4974]]
## [1] "JumpinAdvice: I predict my top artist will be Tyler The Creator Halsey or Elton John #SpotifyWrapped… https://t.co/Gbpdr6Pd0B"
## 
## [[4975]]
## [1] "dilemma_x: I predict my top artist will be Don Broco #SpotifyWrapped"
## 
## [[4976]]
## [1] "gjannx3: no one is seeing my #SpotifyWrapped this year. no one."
## 
## [[4977]]
## [1] "prepcoredoug: my #applereplay2022 in place of #SpotifyWrapped https://t.co/7nae6ITcBc"
## 
## [[4978]]
## [1] "alexes184: Now that i'm waiting for #SpotifyWrapped , i let me show my past 6 months by instafest https://t.co/FmoUXQGmRz"
## 
## [[4979]]
## [1] "ismael_badarou: I predict my most played song will be [lemon tree ] #SpotifyWrapped"
## 
## [[4980]]
## [1] "preordermilf716: I predict my most played song will be BIG ENERGY BY LATTO. #SpotifyWrapped"
## 
## [[4981]]
## [1] "finelinehalo: Lmaooo it's coming gg #SpotifyWrapped"
## 
## [[4982]]
## [1] "xoftbhoy: I predict my top artist will be [Drake] #SpotifyWrapped"
## 
## [[4983]]
## [1] "dogsmellsgood: I predict my most played song will be [change by alex g] #SpotifyWrapped"
## 
## [[4984]]
## [1] "brittlynjo: I predict my most played song will be this why by Paramore or honestly satellite by Harry Styles idkkkk 😭 #SpotifyWrapped"
## 
## [[4985]]
## [1] "imsoooooooogay: oh wow this screams horny and mentally ill gay 😐 #SpotifyWrapped https://t.co/mFDXtk2Ro0"
## 
## [[4986]]
## [1] "jennyfurhh: always interesting to see #SpotifyWrapped"
## 
## [[4987]]
## [1] "TheKwGVenom: I predict my top artist will be Hollywood Undead #SpotifyWrapped"
## 
## [[4988]]
## [1] "Ethelispog: I predict my most played song will be EGORLS ARE RUINING MY LIFE #SpotifyWrapped #ilovespotify"
## 
## [[4989]]
## [1] "taystermind: My top song is going to be West Coast #SpotifyWrapped"
## 
## [[4990]]
## [1] "Parkers_Kitchen: Already anticipating our #SpotifyWrapped https://t.co/o1uvoqv9lC"
## 
## [[4991]]
## [1] "heisqueque: So it can trend all day but it won't drop? I need to be humiliated #SpotifyWrapped"
## 
## [[4992]]
## [1] "varelxo: I predict my top podcast will be [The @joerogan Experience] #SpotifyWrapped"
## 
## [[4993]]
## [1] "xoftbhoy: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[4994]]
## [1] "megadummy87: i predict my most played song will be [literally any dazey and the scouts song] #SpotifyWrapped"
## 
## [[4995]]
## [1] "MMASwiftie13: I predict my top podcast will be [Joe Rogan Experience] #SpotifyWrapped"
## 
## [[4996]]
## [1] "Tr3jtor: Motionless in White, NOTHING MORE, I Prevail, Ren and Papa Roach will dominate my #SpotifyWrapped this year, there's no way around it."
## 
## [[4997]]
## [1] "diana_law_1: I predict my top podcast will be St Tropez - Cruzcarignan #SpotifyWrapped"
## 
## [[4998]]
## [1] "taythearcher: I predict my most played song will be The Archer by @taylorswift13 #SpotifyWrapped"
## 
## [[4999]]
## [1] "MMASwiftie13: I predict my top artist will be [Taylor Swift] #SpotifyWrapped"
## 
## [[5000]]
## [1] "babybluelex: I predict my top artist will be all time low 🤍 #SpotifyWrapped"
## 
## [[5001]]
## [1] "ariiicedtea: I predict my top artist will be Ariana Grande #SpotifyWrapped"
## 
## [[5002]]
## [1] "MMASwiftie13: I predict my top genre will be [POP] #SpotifyWrapped"
## 
## [[5003]]
## [1] "TPWKLove15: I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped IDK!!:))"
## 
## [[5004]]
## [1] "_greggjameson: I predict my top artist will be either @movementsCA or @HotMulligan #SpotifyWrapped"
## 
## [[5005]]
## [1] "aslan_ste: I predict my top podcast will be Dissect #SpotifyWrapped"
## 
## [[5006]]
## [1] "LifeMusicSound: #SpotifyWrapped will most likely look like \n\nINDIGO D-3\n#방탄소년단RM\n#방탄소년단알엠\n#IndigoByRM #Namjoon \n#IndigoByRMIsComing… https://t.co/3uctpywSHH"
## 
## [[5007]]
## [1] "xxlisatje16: Its that time again, #SpotifyWrapped  is almost there :D"
## 
## [[5008]]
## [1] "aslan_ste: I predict my top artist will be JID #SpotifyWrapped"
## 
## [[5009]]
## [1] "MMASwiftie13: I predict my most played song will be [LA Doesn’t Miss Me - Lily Kincade] #SpotifyWrapped or [All Too Well (10 Minu… https://t.co/YZY905Z79B"
## 
## [[5010]]
## [1] "hastings_19: I predict my most played song will be Father time #SpotifyWrapped"
## 
## [[5011]]
## [1] "TPWKLove15: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped Harry Styles!!:))"
## 
## [[5012]]
## [1] "aslan_ste: I predict my top genre will be Rap #SpotifyWrapped"
## 
## [[5013]]
## [1] "luvfionaapple: can’t wait to be publically humiliated by spotify again in a couple of days #spotifywrapped"
## 
## [[5014]]
## [1] "AgusZapata: I predict my top artist will be Taylor Swift. #SpotifyWrapped"
## 
## [[5015]]
## [1] "TPWKLove15: I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped Pop!!:))"
## 
## [[5016]]
## [1] "aslan_ste: I predict my most played song will be Crack Sandwich #SpotifyWrapped"
## 
## [[5017]]
## [1] "elkiey327: I predict my most played song will be Dicke Titten #SpotifyWrapped"
## 
## [[5018]]
## [1] "TPWKLove15: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped TPWK By Harry Styles!!:))"
## 
## [[5019]]
## [1] "timchudakov11: I predict my most played song will be belupacito #SpotifyWrapped"
## 
## [[5020]]
## [1] "scaredtocommit: give me my #SpotifyWrapped 👹"
## 
## [[5021]]
## [1] "SangeethanM: its that time of the yeaaaarrrrrrr 👀 #SpotifyWrapped"
## 
## [[5022]]
## [1] "arqtmis: I predict my top artist will be abba #SpotifyWrapped"
## 
## [[5023]]
## [1] "Larckye: If you listen to this entire playlist and don't like at least one song. I change my name.\nhttps://t.co/4Q9AS3nDaW… https://t.co/iIl7szgl2x"
## 
## [[5024]]
## [1] "0pOlaTingz: I hope my wrap is better last year was embarrassing 💀#SpotifyWrapped"
## 
## [[5025]]
## [1] "giorgioborz: I predict my most played song will be [Everybody wants to rule the world] #SpotifyWrapped"
## 
## [[5026]]
## [1] "bee_84: I dont even think id want to share mines 😆😆😆🙄🙄🙄🙄#SpotifyWrapped"
## 
## [[5027]]
## [1] "Mar10Kart: @tanamongeau I wouldn’t have a happy song either if i used apple music #SpotifyWrapped"
## 
## [[5028]]
## [1] "GeoulioMarin: I predict @sanbenito will be my most listened artist as well as @ladygaga , @Anitta and @KALIUCHIS 🌱🌱🌱 #SpotifyWrapped"
## 
## [[5029]]
## [1] "UsmanZuhaa: HI\nI am a freelancer. I can rewrite documents, and translate documents into any language, also can convert files in… https://t.co/C25N4q5Ist"
## 
## [[5030]]
## [1] "ZanAycicek: Big sale days have started on amazon, click https://t.co/3Rkx7CIrz9\n\n#SpotifyWrapped #GiftGalaxy Congratulations Jungkook"
## 
## [[5031]]
## [1] "mateo52491237: I predict my most played song will be Holdin' on #SpotifyWrapped"
## 
## [[5032]]
## [1] "jyseob: I predict my top podcast will be [diary of a romantica] #SpotifyWrapped"
## 
## [[5033]]
## [1] "giorgioborz: I predict my top genre will be [pop] #SpotifyWrapped"
## 
## [[5034]]
## [1] "Ocean_Pearl09: I predict my top artist will be will be either Stray kids, BTS, or Enhypen #SpotifyWrapped"
## 
## [[5035]]
## [1] "EthanUrbanski: I predict my top artist will be @RollingStones … easy money  #SpotifyWrapped"
## 
## [[5036]]
## [1] "giorgioborz: I predict my top artist will be [AJR] #SpotifyWrapped"
## 
## [[5037]]
## [1] "prajxfcb: I predict my top podcast will be [@SalVulcano @chrisdcomedy ] #SpotifyWrapped"
## 
## [[5038]]
## [1] "luvhopew: I predict my most played song will be [HOME] #SpotifyWrapped"
## 
## [[5039]]
## [1] "SweMeatballs78: The John Lewis Christmas ad and #SpotifyWrapped are two of the most anticipated days in the annual marketing calend… https://t.co/4MsRoUaWly"
## 
## [[5040]]
## [1] "ChuckNo34556584: #SpotifyWrapped its just going to be this babyyyyyy https://t.co/ZrD0r2DouL"
## 
## [[5041]]
## [1] "angelogrossi_: I predict my most played song will be [Disco : Surf Curse] #SpotifyWrapped"
## 
## [[5042]]
## [1] "jyseob: I predict my top artist will be [Chase Atlantic] #SpotifyWrapped"
## 
## [[5043]]
## [1] "jyseob: I predict my top genre will be [pop] #SpotifyWrapped"
## 
## [[5044]]
## [1] "diana_law_1: I predict my most played song will be Carmen #SpotifyWrapped"
## 
## [[5045]]
## [1] "victgab_: I predict my top podcast will be Quinta Misteriosa da Jaqueline Guerreiro #SpotifyWrapped"
## 
## [[5046]]
## [1] "BLymanWarrior: omg I got my #SpotifyWrapped early https://t.co/zx6vmyMiTp"
## 
## [[5047]]
## [1] "crazy_but_crazy: Drop it alredy #SpotifyWrapped 💀"
## 
## [[5048]]
## [1] "diana_law_1: I predict my top genre will be Indie #SpotifyWrapped"
## 
## [[5049]]
## [1] "ghostzbur: I predict my top artist will be arctic monkeys #SpotifyWrapped"
## 
## [[5050]]
## [1] "prajxfcb: I predict my top artist will be [@theweeknd ] #SpotifyWrapped"
## 
## [[5051]]
## [1] "victgab_: I predict my top artist will be Jão #SpotifyWrapped"
## 
## [[5052]]
## [1] "diana_law_1: I predict my top artist will be Lana Del Rey #SpotifyWrapped"
## 
## [[5053]]
## [1] "jyseob: I predict my most played song will be [did too much] #SpotifyWrapped"
## 
## [[5054]]
## [1] "thasubean: I predict my most played song will be molecole by thasup @thavidesupreme #SpotifyWrapped"
## 
## [[5055]]
## [1] "prajxfcb: I predict my most played song will be [Until I found you] #SpotifyWrapped"
## 
## [[5056]]
## [1] "victgab_: I predict my top genre will be Rock ou Indie #SpotifyWrapped"
## 
## [[5057]]
## [1] "Addyforselena: More than most streamed artist of the year, I’m scared about my top 5 songs of the year #SpotifyWrapped"
## 
## [[5058]]
## [1] "Stuleveller: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped @the_levellers"
## 
## [[5059]]
## [1] "UrLuvJ0Y: Give it to me now #SpotifyWrapped"
## 
## [[5060]]
## [1] "znftna: I predict my most played song will be [PINK VENOM ] #SpotifyWrapped"
## 
## [[5061]]
## [1] "victgab_: I predict my most played song will be Idiota do Jão  #SpotifyWrapped"
## 
## [[5062]]
## [1] "Specsavers: Excited for this year's treat for the eyes @Spotify🤞\n\n#SpotifyWrapped https://t.co/6B9QZFRohl"
## 
## [[5063]]
## [1] "breezlebit: WOO! Y’all ready for Bo Burnham to be my most listened to for yet another year??? I am! 🎧🎁#SpotifyWrapped https://t.co/33zOiLpl9E"
## 
## [[5064]]
## [1] "cononbon: I predict my top artist will be @OfficialWillow cause &lt;coping mechanism&gt; has been steadyyyyy on repeat since it dro… https://t.co/q5r5DXIIJb"
## 
## [[5065]]
## [1] "MarvinSoldier1: @Marvin_Inu @elonmusk #marvin much organic, bags full of cookies and apples. Let s bring some peace in here\n\n#Apple #SpotifyWrapped"
## 
## [[5066]]
## [1] "SUZUIKUU: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[5067]]
## [1] "oncein20lt: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[5068]]
## [1] "JumpinAdvice: I predict my top genre will be Indie #SpotifyWrapped"
## 
## [[5069]]
## [1] "Cilla_mena: I already know what my #SpotifyWrapped will look like.\nNicki, Wizkid, Justin Bieber will take the lead ..."
## 
## [[5070]]
## [1] "dhiasyaf_: macam biasa, keshi still number 1 like other years 😂 \n\n#SpotifyWrapped https://t.co/0FpICsQxdY"
## 
## [[5071]]
## [1] "IAMACROBA: I predict my most played song will be Nicknames by Dayglow #SpotifyWrapped"
## 
## [[5072]]
## [1] "AaronOfTheSkies: #SpotifyWrapped GIVE ME I NEED IT"
## 
## [[5073]]
## [1] "a_marie803: Shout out to #instafestapp because I was already pressed for #SpotifyWrapped . Perfect teaser"
## 
## [[5074]]
## [1] "Bp_Ruletheworld: I predict my top artist will be [Blackpink ] #SpotifyWrapped"
## 
## [[5075]]
## [1] "sugarmoonhes: I predict my top artist will be Taylor Swift or BANKS #SpotifyWrapped"
## 
## [[5076]]
## [1] "ohschittpatrick: I use my Spotify for sleep music so I’m absolutely dreading my #SpotifyWrapped this year"
## 
## [[5077]]
## [1] "flamingogamer15: my #SpotifyWrapped is gonna be so sad"
## 
## [[5078]]
## [1] "mmericdesem: #Spotify #SpotifyWrapped \nI like it so much 💗 https://t.co/bqw93XOi2e"
## 
## [[5079]]
## [1] "sugarmoonhes: I predict my top podcast will be Unhinged with Chris Klemens #SpotifyWrapped"
## 
## [[5080]]
## [1] "snakezv: I predict my most played song will be Believe What I Say #SpotifyWrapped"
## 
## [[5081]]
## [1] "JuliaMorales3: Check it now: https://t.co/wUWrejwqcQ \nCasemiro #CyberMonday #GivingTuesday Diet Coke Ghana #MondayMotivation Mauna… https://t.co/zbX31eo5Nk"
## 
## [[5082]]
## [1] "Bp_Ruletheworld: I predict my top genre will be [Hip-Hop] #SpotifyWrapped"
## 
## [[5083]]
## [1] "joof_official: twitter goin nuts over  #SpotifyWrapped and it ain’t even out yet https://t.co/pfwWKgPv2U"
## 
## [[5084]]
## [1] "anaaaii_: WHERES MY #SpotifyWrapped"
## 
## [[5085]]
## [1] "matt_nid: I predict my most played song will be \"Sometimes, I\" by Aero Austaire #SpotifyWrapped"
## 
## [[5086]]
## [1] "Bp_Ruletheworld: I predict my most played song will be [Pink Venom ] #SpotifyWrapped"
## 
## [[5087]]
## [1] "sparekidneymaam: I predict my most played song will be butterfly by LOONA #SpotifyWrapped"
## 
## [[5088]]
## [1] "BustedFTL: I don't have #SpotifyWrapped yet...."
## 
## [[5089]]
## [1] "sugarmoonhes: I predict my most played song will be Meteorite by BANKS #SpotifyWrapped"
## 
## [[5090]]
## [1] "AntaaBaaaka: Where my Spotify wrapped at biatch #SpotifyWrapped"
## 
## [[5091]]
## [1] "highbury_ryan: I predict my top artist will be @zachlanebryan #SpotifyWrapped"
## 
## [[5092]]
## [1] "deccoroma: Are you ready for Christmas?\n\nDon't miss special Christmas price %40 off\n\n\"JUST ANNOUNCED\" #SpotifyWrapped, Canelo… https://t.co/J9d9djiAy6"
## 
## [[5093]]
## [1] "m4rl0nnnn: I predict my top artist will be Ariana Grande #SpotifyWrapped"
## 
## [[5094]]
## [1] "unseriously_ang: I predict my top podcast will be white noise sleep sounds 😅 but the real answer is @goodchildrenpod #SpotifyWrapped"
## 
## [[5095]]
## [1] "sparekidneymaam: I predict my top artist will be [loona] #SpotifyWrapped"
## 
## [[5096]]
## [1] "ronnyparedess: I predict my top artist will be Adele 🤍 #SpotifyWrapped"
## 
## [[5097]]
## [1] "trostdistrict: I predict my top artist will be Glass Animals #SpotifyWrapped"
## 
## [[5098]]
## [1] "AyuenBiar: I predict my top podcast will be [Manchester United Offical Podcast] #SpotifyWrapped"
## 
## [[5099]]
## [1] "trostdistrict: I predict my top genre will be K-pop #SpotifyWrapped"
## 
## [[5100]]
## [1] "trostdistrict: I predict my most played song will be Drunk Dazed #SpotifyWrapped"
## 
## [[5101]]
## [1] "channelblonddd: I predict my most played song will be [pink matter by frank] #SpotifyWrapped"
## 
## [[5102]]
## [1] "bleuhstry: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[5103]]
## [1] "TOONYGOONYY: I predict my top artist will be [either prince daddy and the hyena or Joyce manor] #SpotifyWrapped"
## 
## [[5104]]
## [1] "AyuenBiar: I predict my top artist will be Drake  #SpotifyWrapped"
## 
## [[5105]]
## [1] "smhjacqueline: yeah keep #SpotifyWrapped hidden from me pls https://t.co/iq5PK23LL9"
## 
## [[5106]]
## [1] "serein_sara: I predict my top podcast will be [ i dont listen to podcasts on spotify ] #SpotifyWrapped"
## 
## [[5107]]
## [1] "TOONYGOONYY: I predict my top genre will be [Alt rock] #SpotifyWrapped"
## 
## [[5108]]
## [1] "girlwtheaxe: I predict my top podcast will be @nosalgasdecasa #SpotifyWrapped"
## 
## [[5109]]
## [1] "Duchess_Woody: Can someone let me know when #SpotifyWrapped drops please"
## 
## [[5110]]
## [1] "AyuenBiar: I predict my top genre will be rap #SpotifyWrapped"
## 
## [[5111]]
## [1] "TOONYGOONYY: I predict my most played song will be [Totally fine by PUP] #SpotifyWrapped"
## 
## [[5112]]
## [1] "serein_sara: I predict my top artist will be [BLACKPINK] #SpotifyWrapped"
## 
## [[5113]]
## [1] "girlwtheaxe: I predict my top artist will be Taylor Swift  #SpotifyWrapped"
## 
## [[5114]]
## [1] "gwsnasty: I predict my most played song will be [nasty by ariana grande] #SpotifyWrapped"
## 
## [[5115]]
## [1] "jimjimhasfleas: I predict my most played song will be lustre by jiwoo #SpotifyWrapped\n I KNOW IT WILL BE"
## 
## [[5116]]
## [1] "girlwtheaxe: I predict my most played song will be All Too Well (10 Minute Version) #SpotifyWrapped"
## 
## [[5117]]
## [1] "hobibobi24: Honestly don’t know what it’s gonna look like this year I fear . There were some songs I listened to but I didn’t l… https://t.co/eUcuWnIbIt"
## 
## [[5118]]
## [1] "waldorfcomplex: I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped\n\npop i’m afraid"
## 
## [[5119]]
## [1] "AyuenBiar: I predict my most played song will be [ Want it all ] #SpotifyWrapped"
## 
## [[5120]]
## [1] "Phillu96: I predict my top podcast will be HookedFM of course 😎 #SpotifyWrapped"
## 
## [[5121]]
## [1] "camprockqueen: I predict my top artist will be Taylor Swift ♥️ #SpotifyWrapped"
## 
## [[5122]]
## [1] "LouIn22: I predict my most played song will be #biggerthanme  Than Me by #LouisTomlinson \n\n #SpotifyWrapped"
## 
## [[5123]]
## [1] "serein_sara: I predict my top genre will be [Hip Hop] #SpotifyWrapped"
## 
## [[5124]]
## [1] "taedh28: I predict my top artist will be [Louis] #SpotifyWrapped"
## 
## [[5125]]
## [1] "Its_NoGenre: I predict my most played song will be Shake it By Kay Flock ft Cardi B #SpotifyWrapped https://t.co/PS70nnfYGN"
## 
## [[5126]]
## [1] "tauruskelIs: i predict my most played song will be 9 lives #SpotifyWrapped"
## 
## [[5127]]
## [1] "Tomato_Jam6: I predict my top podcast will be Very Really Good #SpotifyWrapped"
## 
## [[5128]]
## [1] "zachzeaman: I'm ready to hate my own music taste, please drop it already #SpotifyWrapped"
## 
## [[5129]]
## [1] "chaserwoodz: I predict my top artist will be [MONSTA X] #SpotifyWrapped"
## 
## [[5130]]
## [1] "iameduard20: Patiently waiting for #SpotifyWrapped https://t.co/7lWb1Hk9VO"
## 
## [[5131]]
## [1] "svtwrn: I predict my top artist will be taylor swift #SpotifyWrapped"
## 
## [[5132]]
## [1] "lucybluofficial: Check me out being narcissistic af 🙃😂 #SpotifyWrapped https://t.co/hYkkEcscMa"
## 
## [[5133]]
## [1] "KEEPDRlVING: I predict my top artist will be harry duh  #SpotifyWrapped"
## 
## [[5134]]
## [1] "Phillu96: I predict my top artist will be \nRoyal Blood like last year\n#SpotifyWrapped"
## 
## [[5135]]
## [1] "svtwrn: I predict my most played song will be my tears ricochet #SpotifyWrapped"
## 
## [[5136]]
## [1] "Carlos_jmt99: I predict my top artist will be [Bad Bunny obviously 🤠] #SpotifyWrapped"
## 
## [[5137]]
## [1] "chaserwoodz: I predict my top genre will be [k-pop boygroup] #SpotifyWrapped"
## 
## [[5138]]
## [1] "brktrend: 【Trends Tag】 #BRASUI #CyberMonday #GivingTuesday #MondayMotivation #SpotifyWrapped"
## 
## [[5139]]
## [1] "justastargirl9: I predict my top artist will be @taylorswift13 \n#SpotifyWrapped\n\nThis isnt changing anytime soon."
## 
## [[5140]]
## [1] "musicislife2342: When is actually Spotify wrapped coming ? #SpotifyWrapped"
## 
## [[5141]]
## [1] "serein_sara: I predict my most played song will be [Kiss Me Thru The Phone] #SpotifyWrapped"
## 
## [[5142]]
## [1] "taedh28: I predict my most played song will be [Bigger than me] #SpotifyWrapped"
## 
## [[5143]]
## [1] "esalextric: I predict my most played song will be LA INOCENTE OBVIO #SpotifyWrapped"
## 
## [[5144]]
## [1] "bad_gal_rennan: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[5145]]
## [1] "Phillu96: I predict my top genre will be\nModern Rock like my last years #SpotifyWrapped"
## 
## [[5146]]
## [1] "ChopShopChi: Waiting for our #SpotifyWrapped! https://t.co/JpmFhxzxDi"
## 
## [[5147]]
## [1] "chaserwoodz: I predict my most played song will be [JIKJIN - TREASURE] #SpotifyWrapped"
## 
## [[5148]]
## [1] "dreamofkarIa: my #SpotifyWrapped is here omg https://t.co/3VM2UwBG3a"
## 
## [[5149]]
## [1] "mvance980: i predict (know) my top artist will be taylor swift #SpotifyWrapped"
## 
## [[5150]]
## [1] "bree_brendahope: I predict my top artist will be [Laura Marano ] #SpotifyWrapped"
## 
## [[5151]]
## [1] "Dwizzle2021: I predict my top artist will be Nicki Minaj #SpotifyWrapped"
## 
## [[5152]]
## [1] "marthaskzz: I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped #stop"
## 
## [[5153]]
## [1] "AshishRChauhan: I predict my top artist will be @anirudhofficial #SpotifyWrapped"
## 
## [[5154]]
## [1] "rnbtomi: me when my #SpotifyWrapped list has the exact same artists as it did last year https://t.co/zDxXCUJX8f"
## 
## [[5155]]
## [1] "Dwizzle2021: I predict my top genre will be Hip hop #SpotifyWrapped"
## 
## [[5156]]
## [1] "surrealhaze: I predict my most played song will be Dress by Taylor Swift #SpotifyWrapped"
## 
## [[5157]]
## [1] "justastargirl9: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped\n\nUh....its a tight battle betwe… https://t.co/yPXMlEVnY9"
## 
## [[5158]]
## [1] "Phillu96: I predict my most played song will be\nPump it from Electric Callboy 🤔#SpotifyWrapped"
## 
## [[5159]]
## [1] "ShnizelInBag: I predict my most played song will be \nI Really Want to Stay at Your House #SpotifyWrapped"
## 
## [[5160]]
## [1] "imfranci13: I predict my most played song will be wildest dreams  #SpotifyWrapped"
## 
## [[5161]]
## [1] "Namjoonbug1138: I predict my top artist will be @BTS_twt #SpotifyWrapped"
## 
## [[5162]]
## [1] "Shazi087: #Secret_Battalion \n@li_vi_ng_ \n@Cootleoo\n@AM_AKHR\n@HR_Busy\n@ItsMadina3\n@Shazi087\n@bnt_aywb\n@MMA7t\n@TlpAMOfficial… https://t.co/z5CK5Iii1d"
## 
## [[5163]]
## [1] "taylorsbobatea: I predict my most played song will be sofia by Clairo #SpotifyWrapped"
## 
## [[5164]]
## [1] "imfranci13: I predict my top genre will be pop #SpotifyWrapped"
## 
## [[5165]]
## [1] "certifieduzistn: I predict my most played song will be Just Wanna Rock #SpotifyWrapped"
## 
## [[5166]]
## [1] "Dwizzle2021: I predict my most played song will be [Do We Have A Problem by Nicki Minaj and Lil Baby ] #SpotifyWrapped"
## 
## [[5167]]
## [1] "JoEyTanThaMan: I predict my most played song will be \n(Please, don’t be it… please don’t be it)\nAnti-Hero 😂\n#SpotifyWrapped"
## 
## [[5168]]
## [1] "imfranci13: I predict my top artist will be Taylor Swift #SpotifyWrapped ofc"
## 
## [[5169]]
## [1] "mini_van__: I predict my top artist will be GRETA VAN FLEET 😺😸#SpotifyWrapped"
## 
## [[5170]]
## [1] "redrobinriley: I predict my most played song will be Feel My Rhythm or All Too Well 🤞🏻\n #SpotifyWrapped"
## 
## [[5171]]
## [1] "waldorfcomplex: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped \n\nwhat is thsi"
## 
## [[5172]]
## [1] "wildrift: Doom and destruction is better with a killer soundtrack. What would be on Aatrox’s #SpotifyWrapped ? 🎶🎸"
## 
## [[5173]]
## [1] "onoyop: I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped"
## 
## [[5174]]
## [1] "BettyLS27: I predict my top artist will be … could be @sanbenito or @theweeknd #SpotifyWrapped"
## 
## [[5175]]
## [1] "kevinmarrerx: I predict my most played song will be Plastic Off The Sofa - Beyoncé #SpotifyWrapped"
## 
## [[5176]]
## [1] "totallymills: I predict my top artist will be Taylor Swift #SpotifyWrapped\n\nofc"
## 
## [[5177]]
## [1] "YesUrDad: I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped At your service with dua lipa"
## 
## [[5178]]
## [1] "xo_gusTaV0: Me seeing Rex Orange County and Daniel Ceasar on my #SpotifyWrapped https://t.co/WSBjJVONYY"
## 
## [[5179]]
## [1] "aujulon: I predict my top artist will be @brentfaiyaz #SpotifyWrapped"
## 
## [[5180]]
## [1] "itsbillie4ever: I predict my top artist will be Billie Eilish #SpotifyWrapped"
## 
## [[5181]]
## [1] "YesUrDad: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped Ashe"
## 
## [[5182]]
## [1] "luvXchuu: I predict my top podcast will be [suburb talks ] I love them #SpotifyWrapped"
## 
## [[5183]]
## [1] "polarizedchan: i KNOW my top artist will be [twenty one pilots] #SpotifyWrapped"
## 
## [[5184]]
## [1] "YesUrDad: I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped contemporary pop"
## 
## [[5185]]
## [1] "aujulon: I predict my top genre will be R&amp;B 🔥🔥 #SpotifyWrapped"
## 
## [[5186]]
## [1] "BettyLS27: I predict my top genre will be Reggaeton #SpotifyWrapped"
## 
## [[5187]]
## [1] "lunawoona2: I predict my top artist will be @monlaferte or @mitskileaks cause I done had them on repeat all year lol #SpotifyWrapped"
## 
## [[5188]]
## [1] "YesUrDad: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped infinite live without fulfilment by grimes"
## 
## [[5189]]
## [1] "Number1ErenStan: Also I know Mitski going to be my top artist this year too, I won’t tell you how many times I listened to my depres… https://t.co/Z3C71htLhE"
## 
## [[5190]]
## [1] "_flores_tweets: I predict my top podcast will be [The Joe Rogan experience ] #SpotifyWrapped"
## 
## [[5191]]
## [1] "matache_elena: I predict my most played song will be Maniac by @Stray_Kids #SpotifyWrapped"
## 
## [[5192]]
## [1] "BettyLS27: I predict my most played song will be anything from Bad Bunny #SpotifyWrapped"
## 
## [[5193]]
## [1] "HannaBec: I predict my most played song will be Written All Over Your Face by Louis Tomlinson #SpotifyWrapped"
## 
## [[5194]]
## [1] "moxieknox: I predict my top artist will be @Drake #SpotifyWrapped"
## 
## [[5195]]
## [1] "JamesMillyard: I predict my top podcast will be [@JaacksHappyHour] #SpotifyWrapped"
## 
## [[5196]]
## [1] "aujulon: I predict my most played song will be Clouded #SpotifyWrapped"
## 
## [[5197]]
## [1] "SonaKitnaSonaa: #SpotifyWrapped gonna drop anytime soon? 😏"
## 
## [[5198]]
## [1] "demoisland: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped"
## 
## [[5199]]
## [1] "whatflix: PLEASE STOP THIS MADNESS DROP IT NOWW #SpotifyWrapped"
## 
## [[5200]]
## [1] "demoisland: I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped"
## 
## [[5201]]
## [1] "JamesMillyard: I predict my top artist will be [Harry Styles] #SpotifyWrapped"
## 
## [[5202]]
## [1] "amalwtf: I wanna see all artists’ #SpotifyWrapped and then I wanna see them collaborating with the artists they listen to the most."
## 
## [[5203]]
## [1] "ilyGingr: I predict my most played song will be [Do I Wanna Know] #SpotifyWrapped"
## 
## [[5204]]
## [1] "Jackson_Harris: I’m probably way too excited for my #SpotifyWrapped"
## 
## [[5205]]
## [1] "_flores_tweets: I predict my top artist will be [The Weeknd] #SpotifyWrapped"
## 
## [[5206]]
## [1] "JamesMillyard: I predict my top genre will be [Dance Pop] #SpotifyWrapped"
## 
## [[5207]]
## [1] "ilyGingr: I predict my top genre will be [Alternative Rock] #SpotifyWrapped"
## 
## [[5208]]
## [1] "JamesMillyard: I predict my most played song will be [As It Was - Harry Styles] #SpotifyWrapped"
## 
## [[5209]]
## [1] "luvXchuu: I predict my top artist will be [bts] I think 😭 like for sure #SpotifyWrapped"
## 
## [[5210]]
## [1] "_flores_tweets: I predict my top genre will be [R&amp;B/Soul] #SpotifyWrapped"
## 
## [[5211]]
## [1] "fleabagin221b: I predict my most played song will be Lavender Haze. #SpotifyWrapped"
## 
## [[5212]]
## [1] "neverlinkko: saw #SpotifyWrapped trending and gasped, tried to open spotify so fast i dropped my phone and for nothing"
## 
## [[5213]]
## [1] "daveoracle01: wow it’s just the group stage and the #WorldcupQatar2022 is exciting 🔥btw my EP - LOVE IS WAR ! is out on all digit… https://t.co/xEwu3yzryA"
## 
## [[5214]]
## [1] "_flores_tweets: I predict my most played song will be [save your tears] #SpotifyWrapped"
## 
## [[5215]]
## [1] "matt_meowmeow: I predict my top podcast will be [something to do with ASMR] #SpotifyWrapped"
## 
## [[5216]]
## [1] "babysatelIite: I predict my top artist will be Harry Styles, and my second artist will be Matt Maltese, and my third will be Deftones  #SpotifyWrapped"
## 
## [[5217]]
## [1] "luvXchuu: I predict my top genre will be [kpop]  😭😭 #SpotifyWrapped"
## 
## [[5218]]
## [1] "ilyGingr: I predict my top artist will be [Arctic Monkeys] #SpotifyWrapped"
## 
## [[5219]]
## [1] "plutosupremacy0: Can't wait for everyone to have the DreamSMP as one of their main \"genres\" of the year for no apparent reason🤩 #SpotifyWrapped"
## 
## [[5220]]
## [1] "feeIingwoozy: I predict my most played song will be Fast Times by @SabrinaAnnLynn #SpotifyWrapped"
## 
## [[5221]]
## [1] "dxndelinz: COME ON BRO WE HUNGRY #SpotifyWrapped"
## 
## [[5222]]
## [1] "matt_meowmeow: I predict my top artist will be [Lovejoy] #SpotifyWrapped"
## 
## [[5223]]
## [1] "luvXchuu: I predict my most played song will be [ya acabo ft Becky g ] for sure 😭#SpotifyWrapped"
## 
## [[5224]]
## [1] "deleytons: I predict my top artist will be loona or blackpink #SpotifyWrapped"
## 
## [[5225]]
## [1] "imshuhaib18: no but why is #SpotifyWrapped trending. I got excited for a moment."
## 
## [[5226]]
## [1] "matt_meowmeow: I predict my top genre will be [indie rock] #SpotifyWrapped"
## 
## [[5227]]
## [1] "prior_parker: my 2019, 2020, &amp; 2021 #SpotifyWrapped wonder if me by the 1975 will be on mine for the 4th year in a row x https://t.co/JK12RSlF43"
## 
## [[5228]]
## [1] "Angie_Bouvier: The most played song on my #SpotifyWrapped this year is either gonna be #Riptide by @BEARTOOTHband or #Sleepwalking by @AllTimeLow 😅"
## 
## [[5229]]
## [1] "shunsuiri: I predict my most played song will be Le perv #SpotifyWrapped \n\n(a saber después, pero)"
## 
## [[5230]]
## [1] "demolovers4evr: I predict my top artist will be American rock band my chemical romance #SpotifyWrapped"
## 
## [[5231]]
## [1] "77741L3777: #SpotifyWrapped when starting guyzzzz"
## 
## [[5232]]
## [1] "deleytons: I predict my most played song will be pose by loona #SpotifyWrapped"
## 
## [[5233]]
## [1] "matt_meowmeow: I predict my most played song will be [Fine - Lemon Demon] #SpotifyWrapped"
## 
## [[5234]]
## [1] "SamESTXX: I predict my top artist will be  Machine Gun Kelly #SpotifyWrapped"
## 
## [[5235]]
## [1] "demolovers4evr: I predict my most played song will be demolition lovers -mcr #SpotifyWrapped"
## 
## [[5236]]
## [1] "chaosthechemist: I predict my top artist will be Drake #SpotifyWrapped https://t.co/aXZh9WYPYY"
## 
## [[5237]]
## [1] "mar_ee_n: I predict my top podcast will be Hobbylos by Rezo&amp;Julien Bam #SpotifyWrapped"
## 
## [[5238]]
## [1] "thedompodcast: There you go - a sneak peak into SEASON 1 ✨️\n Click, Listen and Subscribe 😉\n#SpotifyWrapped\n#spotifypodcasts\n ➡️https://t.co/u9yRN8vTqo"
## 
## [[5239]]
## [1] "anujdog: Everyone's #SpotifyWrapped better have Kate Bush on it"
## 
## [[5240]]
## [1] "Evvrrmore: I predict my top artist will be Taylor swift  #SpotifyWrapped"
## 
## [[5241]]
## [1] "_itgirlkai: I predict my top artist will be HARRY STYLES #SpotifyWrapped 😁"
## 
## [[5242]]
## [1] "Evvrrmore: I predict my top genre will be pop/indie or rock #SpotifyWrapped"
## 
## [[5243]]
## [1] "ferra_fond: I predict my top podcast will be None…\n#SpotifyWrapped"
## 
## [[5244]]
## [1] "IAmKinetik: I won't lie. I was seeing some sick festival line up posters and thinking “where can I buy a ticket for that?”. The… https://t.co/qC1zw9DoSF"
## 
## [[5245]]
## [1] "JomiBT21: I predict my most played song will be Pink Venom by Blackpink #SpotifyWrapped"
## 
## [[5246]]
## [1] "ferra_fond: I predict my top artist will be if it’s not lovejoy i will riot\n#SpotifyWrapped"
## 
## [[5247]]
## [1] "hafsawk: Everyone should drop their Spotify wrapped here. I wanna see whose mental health here is worse than mine 🙂\n#SpotifyWrapped"
## 
## [[5248]]
## [1] "Evvrrmore: I predict my most played song will be jubilee line by Wilbur soot #SpotifyWrapped"
## 
## [[5249]]
## [1] "mar_ee_n: I predict my top artist will be @taylorswift13 #SpotifyWrapped"
## 
## [[5250]]
## [1] "susmitha_519: I predict my top artist will be #Bangtan(#BTs) #SpotifyWrapped"
## 
## [[5251]]
## [1] "TomMauchline: I am so excited for y'all  #SpotifyWrapped so y'all better post screen shots!"
## 
## [[5252]]
## [1] "irwin_angel5: I predict my most played song will be [Greyhound Ashton Irwin] #SpotifyWrapped"
## 
## [[5253]]
## [1] "venturewithlani: All time vs the last 6 months 🤗 #SpotifyWrapped https://t.co/3vLzYTgysV"
## 
## [[5254]]
## [1] "ferra_fond: I predict my top genre will be indie pop or dsmp, depends\n#SpotifyWrapped"
## 
## [[5255]]
## [1] "zeroyorke_: I predict my most played song will be [any radiohead song] #SpotifyWrapped"
## 
## [[5256]]
## [1] "glowspinkss: I predict my top artist will be [BLACKPINK] #SpotifyWrapped"
## 
## [[5257]]
## [1] "luckyjessey1: Make government ban relationship \n\n#SpotifyWrapped \n#要要搞定個要 \n#MattHanock \n#RedVelvetBirthdayParty \n#Indigo \n#ghanablackstars \n#乌鲁木齐"
## 
## [[5258]]
## [1] "ferra_fond: I predict my most played song will be Darkside by neoni\n#SpotifyWrapped"
## 
## [[5259]]
## [1] "btrsnewdemo: I predict my top artist will be @bigtimerush #SpotifyWrapped"
## 
## [[5260]]
## [1] "mar_ee_n: I predict my top genre will be Pop #SpotifyWrapped"
## 
## [[5261]]
## [1] "irwin_angel5: I predict my top artist will be [5 Seconds Of Summer] #SpotifyWrapped"
## 
## [[5262]]
## [1] "Bobtheukguy1: Just released that my top podcast this year on #SpotifyWrapped is going to be the @ColinandSamir show"
## 
## [[5263]]
## [1] "Ariel_Silva2013: I predict my top artist will be @ShawnJamesMusic #SpotifyWrapped"
## 
## [[5264]]
## [1] "morgan990912: I predict my top genre will be alt pop #SpotifyWrapped"
## 
## [[5265]]
## [1] "S7OUS: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped"
## 
## [[5266]]
## [1] "cassatem: i just know mine will be awful  #SpotifyWrapped"
## 
## [[5267]]
## [1] "ashlynn1420: I folded and am paying money this year just to see what my top played song was😆 it better be worth it spotify! #SpotifyWrapped"
## 
## [[5268]]
## [1] "90120fairy: I predict my top artist will be suicideboys sin ninguna duda y si no pues ben yart lmao XD #SpotifyWrapped"
## 
## [[5269]]
## [1] "mar_ee_n: I predict my most played song will be Anti-Hero by @taylorswift13🎧 #SpotifyWrapped"
## 
## [[5270]]
## [1] "bansheeirosa: I predict my top artist will be [Conan Gray] #SpotifyWrapped"
## 
## [[5271]]
## [1] "Aaistruly: Y'ALL HAD ME THINKING #SpotifyWrapped WAS ALREADY OUT, SPOTIFY STOP EDGING US https://t.co/IYxvc8hvEV"
## 
## [[5272]]
## [1] "bansheeirosa: I predict my top genre will be [Pop] #SpotifyWrapped"
## 
## [[5273]]
## [1] "90120fairy: I predict my most played song will be  viejo amigo de ben yart o coma de suicideboys seguramente #SpotifyWrapped"
## 
## [[5274]]
## [1] "bansheeirosa: I predict my most played song will be [Constellations - Jade LeMac] #SpotifyWrapped"
## 
## [[5275]]
## [1] "minsungshiner: I predict my top artist will be stray kids  #SpotifyWrapped"
## 
## [[5276]]
## [1] "reptaylor__: Already know that me #SpotifyWrapped is gonna be filled with Taylor swift 🫠"
## 
## [[5277]]
## [1] "Krangsbody: I predict my top podcast will be [@Fightful] #SpotifyWrapped"
## 
## [[5278]]
## [1] "Based_Cardian: sorry for no decklist this weekend, I haven't slept in 48 hours haha\n\nalso WHEN IS #SpotifyWrapped DROPPING P L E A S E IT'S BEEN FOREVER"
## 
## [[5279]]
## [1] "terryb0i: I predict my top genre will be [Latin] #SpotifyWrapped"
## 
## [[5280]]
## [1] "samsterp18: I predict my top genre will be pop #SpotifyWrapped"
## 
## [[5281]]
## [1] "minsungshiner: I predict my top genre will be kpop  #SpotifyWrapped"
## 
## [[5282]]
## [1] "Bunnuunuu: DROP IT I HAVE BEEN LISTENING TO TAYLOR FOR 2 SOLID MONTHS 12 HOURS A DAY I NEED THOSE NUMBERS\n\n#SpotifyWrapped"
## 
## [[5283]]
## [1] "sikntiiiiiiired: I predict my top genre will be [kpop🙃] #SpotifyWrapped"
## 
## [[5284]]
## [1] "adharabanana: I predict my top artist will be [Rammstein] #SpotifyWrapped"
## 
## [[5285]]
## [1] "minsungshiner: I predict my most played song will be Lonely st. by stray kids  #SpotifyWrapped"
## 
## [[5286]]
## [1] "Krangsbody: I predict my top artist will be [@LittleSimz] #SpotifyWrapped"
## 
## [[5287]]
## [1] "Saralpfamily: I predict my top genre will be Rock #SpotifyWrapped"
## 
## [[5288]]
## [1] "mirkopecis: I predict my top artist will be thasup #SpotifyWrapped\n\npalese @thavidesupreme"
## 
## [[5289]]
## [1] "sikntiiiiiiired: I predict my most played song will be [love always run away-lyw ] #SpotifyWrapped"
## 
## [[5290]]
## [1] "CorduroyLane: I predict my most played song will be space ghost coast to coast (or your sister was right) #SpotifyWrapped"
## 
## [[5291]]
## [1] "adharabanana: I predict my most played song will be [Undisclosed Desires] #SpotifyWrapped"
## 
## [[5292]]
## [1] "LISARINNAMANDM: I use apple music but my #SpotifyWrapped is gonna be nicki streaming playlist‼️"
## 
## [[5293]]
## [1] "Aaistruly: Me pretending to be shocked when I see TXT as my number 1 artist on my #SpotifyWrapped https://t.co/vqlX27TomE"
## 
## [[5294]]
## [1] "samsterp18: I predict my most played song will be don’t come back by @tatemcrae #SpotifyWrapped"
## 
## [[5295]]
## [1] "jawsavfc: I predict my top artist will be The Weeknd #SpotifyWrapped https://t.co/vVLu1Qad2Q"
## 
## [[5296]]
## [1] "Harolddamnit: Someone tell me, what #SpotifyWrapped means?"
## 
## [[5297]]
## [1] "frank92546075: I predict my most played song will be Despues De La Playa #SpotifyWrapped"
## 
## [[5298]]
## [1] "Krangsbody: I predict my top genre will be [boom bap] #SpotifyWrapped"
## 
## [[5299]]
## [1] "Tazmad7: I predict my most played song will be (a track from Written By Wolves) #SpotifyWrapped"
## 
## [[5300]]
## [1] "Krangsbody: I predict my most played song will be [Little Q, Pt 2] #SpotifyWrapped"
## 
## [[5301]]
## [1] "nomadicblur: I predict my most played song will be It Won’t Always Be Like This @InhalerDublin #SpotifyWrapped https://t.co/Ikd3JCTP73"
## 
## [[5302]]
## [1] "3xiledGamer: I predict my top podcast will be Distractible with @markiplier @muyskerm and @LordMinion777  ive listened to every… https://t.co/ex6XNaGcMi"
## 
## [[5303]]
## [1] "bekindorbequie2: I predict my top artist will be [BTS] #SpotifyWrapped"
## 
## [[5304]]
## [1] "Hiddanas: While we wait for #SpotifyWrapped what will be in your top 10 songs?\nMariner's Revenge Song by The Decemberists\nTal… https://t.co/fr747ExNqs"
## 
## [[5305]]
## [1] "tzuweemamaa: I predict my top artist will be LOONA #SpotifyWrapped"
## 
## [[5306]]
## [1] "underabigbould1: If beyonce will not be in your top artists, i will ne judging very harshly #SpotifyWrapped https://t.co/yXjen1X5WJ"
## 
## [[5307]]
## [1] "0daawn: i genuinely thought #SpotifyWrapped was already out"
## 
## [[5308]]
## [1] "TheMaxxStorm: I predict my top artist will be Ghost!! #SpotifyWrapped #ghost"
## 
## [[5309]]
## [1] "SWesterbeck: If my top song isn’t All too well (10 minute version (Taylor’s version) I’ll scream #SpotifyWrapped"
## 
## [[5310]]
## [1] "KileyKrueger: I predict my top podcast will be @TheFFBallers  #SpotifyWrapped"
## 
## [[5311]]
## [1] "C00PIERE: I predict my most played song will be “Love Love Love” or “Glimpse of Us”??? Idk #SpotifyWrapped"
## 
## [[5312]]
## [1] "hauntedskye: I predict my top artist will be @mikes_dead 🫶 #SpotifyWrapped"
## 
## [[5313]]
## [1] "brownsugarrry: I predict my top artist will be Harry Styles #SpotifyWrapped"
## 
## [[5314]]
## [1] "brookiefr: I predict my most played song will be [fill in top song prediction] idk prolly Luv Hate @hateslump #SpotifyWrapped"
## 
## [[5315]]
## [1] "duckmakesthings: I predict my top podcast will be The Deconstruction Zone by @DannyLybarger and @emilykzell  #SpotifyWrapped"
## 
## [[5316]]
## [1] "mateoojimenezz: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[5317]]
## [1] "KevinSa14803791: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped Korn"
## 
## [[5318]]
## [1] "VotingIsLocal: Georgia voters! Need something to listen to while you go vote early this week? (Or maybe something to get you excit… https://t.co/LE415rsXJ9"
## 
## [[5319]]
## [1] "paupaviabieber: I predict my most played song will be Attention de New Jeans claramente #SpotifyWrapped"
## 
## [[5320]]
## [1] "KevinSa14803791: I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped hard rock"
## 
## [[5321]]
## [1] "SwiftieDisco: I predict my top artist will be Taylor Swift! #SpotifyWrapped"
## 
## [[5322]]
## [1] "evron44: I predict my top artist will be [The Weeknd] #SpotifyWrapped"
## 
## [[5323]]
## [1] "brownsugarrry: I predict my most played song will be Cinema by Harry Styles #SpotifyWrapped"
## 
## [[5324]]
## [1] "childerolandusa: Sabrina Carpenter hit\nThumbs (Official Video)\nhttps://t.co/g3lGtjPScn \n#sabrinacarpenter #SpotifyWrapped"
## 
## [[5325]]
## [1] "troy_warren_: I predict my top artist will be Taylor Swift #SpotifyWrapped https://t.co/5b8cujEXrn"
## 
## [[5326]]
## [1] "KevinSa14803791: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped faget-Korn"
## 
## [[5327]]
## [1] "ssalsaolivia: I predict my top artist will be the smiths #SpotifyWrapped"
## 
## [[5328]]
## [1] "C00PIERE: I predict my top genre will be hip hop for the WINNN #SpotifyWrapped"
## 
## [[5329]]
## [1] "cherrystyles_8: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[5330]]
## [1] "ssalsaolivia: I predict my top genre will be kpop #SpotifyWrapped"
## 
## [[5331]]
## [1] "_maddieperez_: when when when #spotifywrapped"
## 
## [[5332]]
## [1] "lucas_nojosa: When it comes to soccer, Brazil is the teacher 👏🏼👏🏼🇧🇷 \n\n#FIFAWorldCup #FIFAWorldCupQatar2022 #Qatar2022… https://t.co/dHKWqp6D36"
## 
## [[5333]]
## [1] "frogc0ric: I predict my top podcast will be that one podcast episode where someone reuploaded the song Karkalicious that I can… https://t.co/7Baqu7z5LX"
## 
## [[5334]]
## [1] "ssalsaolivia: I predict my most played song will be hype boy #SpotifyWrapped"
## 
## [[5335]]
## [1] "chasingbodies: I really can't wait to see the podcast stats on my #SpotifyWrapped because this is the first year where I solely us… https://t.co/wdxU04qgLO"
## 
## [[5336]]
## [1] "Bluebarracks26: I predict my most played song will be [Deep End - I Prevail] #SpotifyWrapped"
## 
## [[5337]]
## [1] "Mawrk0902: I predict my top genre will be [Soul] #SpotifyWrapped"
## 
## [[5338]]
## [1] "SwiftieDisco: I predict my most played song will be 30/90! It was my anxiety anthem this year #SpotifyWrapped"
## 
## [[5339]]
## [1] "Nico_Neko14: I predict my top genre will be rock #SpotifyWrapped"
## 
## [[5340]]
## [1] "PawsUp_Taiwan: @Spotify Bloody Mary by Lady Gaga !\n\n#Spotify #SpotifyWrapped #wednesday \n\nhttps://t.co/O6WPoD7ORY"
## 
## [[5341]]
## [1] "manthansingh09: I predict my most played song will be O Sanam by Lucky Ali #SpotifyWrapped"
## 
## [[5342]]
## [1] "DJDODEMDRUGS: my #SpotifyWrapped gonna show me slowly rising from the ashes"
## 
## [[5343]]
## [1] "ZenZooma: I predict my top artist will be Doechii, but who the fuck knows. #SpotifyWrapped"
## 
## [[5344]]
## [1] "tk1sharma: twitter emoji moments tagline symbol #SpotifyWrapped https://t.co/zhLPsi9zab"
## 
## [[5345]]
## [1] "frogc0ric: I predict my top artist will be Bastille. It has been Bastille for the past several years and it probably will be again. #SpotifyWrapped"
## 
## [[5346]]
## [1] "_heInik: I always play rain sounds on youtube though. My top artists this year would most probably be Harry Styles and Aly &amp;… https://t.co/A2CULOpMZd"
## 
## [[5347]]
## [1] "kccloud1107: Thinking about how I've been listening to the same song on repeat since it came out, but it won't be on my… https://t.co/cKGczLZDkh"
## 
## [[5348]]
## [1] "JumpinAdvice: I predict my top artist will be Tyler The Creator or Halsey #SpotifyWrapped… https://t.co/XTRl5gxreC"
## 
## [[5349]]
## [1] "zemessai: hurry the fuck up #SpotifyWrapped"
## 
## [[5350]]
## [1] "Tashas_Spot: Too many commercials #SpotifyWrapped"
## 
## [[5351]]
## [1] "childerolandusa: Sabrina Carpenter Run and Hide\nhttps://t.co/fNNJxnUMJK\n#sabrinacarpenter #SpotifyWrapped"
## 
## [[5352]]
## [1] "frogc0ric: I predict my top genre will be some weird subgenre i literally never pay attention to this spotify genres are wack #SpotifyWrapped"
## 
## [[5353]]
## [1] "kingfIorence: I predict my top genre will be Pop / Alt Rock / Indie Pop / Baroque Pop #SpotifyWrapped"
## 
## [[5354]]
## [1] "gloomywalrus: I predict my top artist will be Doja Cat ?#SpotifyWrapped"
## 
## [[5355]]
## [1] "starlessvigil: I predict my top artist will be Beabadoobee #SpotifyWrapped"
## 
## [[5356]]
## [1] "JonaSoto23: I predict my most played song will be Stars in the Sky - From Sonic the Hedgehog 2. #SpotifyWrapped"
## 
## [[5357]]
## [1] "C00PIERE: I predict my top podcast will most likely be Sleep Deprived Podcast, with the SCP Foundation Podcast being a strong… https://t.co/lnrCHRVI1l"
## 
## [[5358]]
## [1] "frogc0ric: I predict my most played song will be Chinese Satellite by Phoebe Bridgers. Or We Don't Talk About Bruno by the Enc… https://t.co/4HYWKbSGYd"
## 
## [[5359]]
## [1] "ducks_celina: I predict my top podcast will be Brainpain #SpotifyWrapped\n@HeiderFlorian @KlenganTV"
## 
## [[5360]]
## [1] "chuuveswxrld: I predict my top artist will be LOONA #SpotifyWrapped"
## 
## [[5361]]
## [1] "kingfIorence: I predict my top artist will be Florence + the Machine for the millionth time in a row! #SpotifyWrapped"
## 
## [[5362]]
## [1] "Riley81146126: I predict my top artist will be [Yung Gravy] #SpotifyWrapped"
## 
## [[5363]]
## [1] "gloomywalrus: I predict my top genre will be in Pop #SpotifyWrapped"
## 
## [[5364]]
## [1] "Riley81146126: I predict my top genre will be [Rap] #SpotifyWrapped"
## 
## [[5365]]
## [1] "creative_carrah: I predict my top podcast will be Distractible 100%. No question about it! #SpotifyWrapped"
## 
## [[5366]]
## [1] "Riley81146126: I predict my most played song will be [Anti Hero By Taylor Swift] #SpotifyWrapped"
## 
## [[5367]]
## [1] "kingfIorence: I predict my most played song will be Queen of Peace or Ophelia #SpotifyWrapped"
## 
## [[5368]]
## [1] "murderize: i need my #SpotifyWrapped asap. i cant wait any longer"
## 
## [[5369]]
## [1] "ducks_celina: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[5370]]
## [1] "emerald_4ce: I predict my top podcast will be @BlackBoxDownPod. Planes go brr. #SpotifyWrapped"
## 
## [[5371]]
## [1] "hyunjiness_: I predict my top artist will be [stray kids ] #SpotifyWrapped\n\nIf i got it right, i demand unlimited premium free subscription for my acc😀"
## 
## [[5372]]
## [1] "mogenee_: I predict my top artist will be One Direction #SpotifyWrapped"
## 
## [[5373]]
## [1] "ducks_celina: I predict my top genre will be pop  #SpotifyWrapped"
## 
## [[5374]]
## [1] "gloomywalrus: I predict my most played song will be Not Allowed by TV Girl #SpotifyWrapped"
## 
## [[5375]]
## [1] "C00PIERE: I predict my top artist will be Bo Burnham, Inside got me through summer depression all over again lol #SpotifyWrapped"
## 
## [[5376]]
## [1] "chuuveswxrld: I predict my most played song will be Pose by LOONA #SpotifyWrapped"
## 
## [[5377]]
## [1] "swttrep: I predict my top artist will be ARIANA GRANDE #SpotifyWrapped"
## 
## [[5378]]
## [1] "KataclysticLive: I predict my most played song will be Mind Brand. That or IAF!IAP! #SpotifyWrapped"
## 
## [[5379]]
## [1] "ducks_celina: I predict my most played song will be Death By A Thousand Cuts #SpotifyWrapped"
## 
## [[5380]]
## [1] "RoselineS15: I will compare real estate properties with well-calculated arv, and research for property address through Zillow, R… https://t.co/nJEMK9C5dh"
## 
## [[5381]]
## [1] "adampamartin: I predict my most played song will be Lately by Massive Attack #SpotifyWrapped"
## 
## [[5382]]
## [1] "swttrep: I predict my top genre will pop #SpotifyWrapped"
## 
## [[5383]]
## [1] "roanother1: I'm starting to get concerned that my #SpotifyWrapped may be a little bit embarrassing 😂"
## 
## [[5384]]
## [1] "B2Bniche: @JimBrickman will no doubt show up on my #SpotifyWrapped. Thanks for the beautiful music! 🎶"
## 
## [[5385]]
## [1] "Fatimarhaliyu: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[5386]]
## [1] "sh0ppingcart7: I predict my most played song will be Cemetery Drive #SpotifyWrapped"
## 
## [[5387]]
## [1] "aliolivaqx: pls don’t make fun of me when my #SpotifyWrapped comes out. i went through 27 different transformation this year 🫣"
## 
## [[5388]]
## [1] "swttrep: I predict my most played song will be Gasoline- the weeknd #SpotifyWrapped"
## 
## [[5389]]
## [1] "ecokeecko: I bet #SpotifyWrapped is releasing on November 30th"
## 
## [[5390]]
## [1] "sh0ppingcart7: I predict my top artist will be Paramore #SpotifyWrapped"
## 
## [[5391]]
## [1] "emerald_4ce: I predict my top genre will be Drum &amp; Bass cuz it'ss the most consistent thing about me. #SpotifyWrapped"
## 
## [[5392]]
## [1] "777ggk: I predict my top artist will be [Don Toliver] #SpotifyWrapped"
## 
## [[5393]]
## [1] "rubysletters: Since #SpotifyWrapped   is trending,\nI THOUGHT IT DROPPED. DONT LEAD ME ON LIKE THIS https://t.co/zK7wgd6B0C"
## 
## [[5394]]
## [1] "AngelGonza234: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[5395]]
## [1] "RoselineS15: I will compare real estate properties with well-calculated arv, and research for property address through Zillow, R… https://t.co/eR4Cyi2828"
## 
## [[5396]]
## [1] "bintcrubbs: i have to log off for the entire week when #SpotifyWrapped drops cause your tastes in music make me physically ill… https://t.co/4fpYWeGImt"
## 
## [[5397]]
## [1] "DistrokidR: #SpotifyWrapped is dropping soon! This means we will not only get a boost in streams as listeners are reminded of o… https://t.co/vFT1riWg8G"
## 
## [[5398]]
## [1] "777ggk: I predict my top genre will be [K-pop] #SpotifyWrapped"
## 
## [[5399]]
## [1] "777ggk: I predict my most played song will be [No Idea - Don Toliver] #SpotifyWrapped"
## 
## [[5400]]
## [1] "emerald_4ce: I predict my most played song will be Let's All Love Lain... I've listened to it an obscene amount. #SpotifyWrapped"
## 
## [[5401]]
## [1] "ryujibonkin: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped red vox https://t.co/YDCzOHmRgL"
## 
## [[5402]]
## [1] "taylorpylex: Can’t wait to see my Spotify wrapped from this year #SpotifyWrapped"
## 
## [[5403]]
## [1] "RoselineS15: I will compare real estate properties with well-calculated arv, and research for property address through Zillow, R… https://t.co/9YOFZLE7ub"
## 
## [[5404]]
## [1] "avigilantebit: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[5405]]
## [1] "cryoshia: I predict my top artist will be taylor swift #SpotifyWrapped"
## 
## [[5406]]
## [1] "cryoshia: I predict my top genre will be pop #SpotifyWrapped"
## 
## [[5407]]
## [1] "lafave_katie: I predict my top artist will be Taylor Swift 🫶🏻💗 #SpotifyWrapped"
## 
## [[5408]]
## [1] "avigilantebit: I predict my top genre will be pop #SpotifyWrapped"
## 
## [[5409]]
## [1] "jubiesims: 6-months Vs 4-weeks 😌✨\n#instafest #SpotifyWrapped https://t.co/BMp1ZIDhh8"
## 
## [[5410]]
## [1] "AshlyGfx: Who wants Animated Overlay..?HMU!\nLike/ Retweet \nHelp/Support/ \nFollow each other \n#supportsmallstreamers… https://t.co/zgzQKzn0Su"
## 
## [[5411]]
## [1] "HannahJonesUU: I predict my top artist will be [Taylor Swift] #SpotifyWrapped"
## 
## [[5412]]
## [1] "cryoshia: I predict my most played song will be nonsense #SpotifyWrapped"
## 
## [[5413]]
## [1] "avigilantebit: I predict my most played song will be Mastermind by Taylor Swift #SpotifyWrapped"
## 
## [[5414]]
## [1] "RobLariceJr: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped a song from either Led Zeppelin, Black Sabbath, or Rush."
## 
## [[5415]]
## [1] "swift4gnf: I predict my top artist will be Taylor ofc #SpotifyWrapped"
## 
## [[5416]]
## [1] "madimasako: Where is my #SpotifyWrapped ???? @Spotify https://t.co/9k6MNjYsaa"
## 
## [[5417]]
## [1] "RoselineS15: I will compare real estate properties with well-calculated arv, and research for property address through Zillow, R… https://t.co/AiZYW8eLDK"
## 
## [[5418]]
## [1] "JuicyxChocolate: SPOTIFY WRAPPED IS OUT #SpotifyWrapped 😭 https://t.co/e6brgcyznE"
## 
## [[5419]]
## [1] "speaaknw: im so sorry for everyone who will have Lin Manuel Miranda as their top artist on spotify wrapped cause they been li… https://t.co/pyOvYeayhI"
## 
## [[5420]]
## [1] "Shakespearoes: Expecting my #spotifyWrapped to be pretty tight and full of @LouisColeMusic @TierraWhack @kendricklamar https://t.co/2mqNhs9hO0"
## 
## [[5421]]
## [1] "r3pluvr: STOP TEASING SPOTIFY WRAPPED AND JUST DROP IT ALREADY #SpotifyWrapped https://t.co/qocb29GWgx"
## 
## [[5422]]
## [1] "_carloscrespo: I predict my most played song will be Toy Story de @lolaindigomusic  #SpotifyWrapped"
## 
## [[5423]]
## [1] "manuelle06: @Tuttasb1 @dimash_official I predict my top artist will be DIMASH QUDAIBERGEN #SpotifyWrapped \n\nTraveled 13300km to… https://t.co/oNT13DI4Wl"
## 
## [[5424]]
## [1] "poke_siter: #SpotifyWrapped so it’ll be good. Now just waiting… https://t.co/MspuptPejv"
## 
## [[5425]]
## [1] "weaner43: I predict my most played song will be the poop #SpotifyWrapped"
## 
## [[5426]]
## [1] "JColRaper: I predict your mom will be my top genre on #SpotifyWrapped"
## 
## [[5427]]
## [1] "erocxel: I predict my top artist will be Joji #SpotifyWrapped"
## 
## [[5428]]
## [1] "HitThemRycepss: I already know my #SpotifyWrapped is going to be straight garbage this year."
## 
## [[5429]]
## [1] "TomFHydes: I predict my most played song will be Sweet Caroline #SpotifyWrapped"
## 
## [[5430]]
## [1] "theangryang: I predict my most played song will be [life’s a happy song from the muppets movie] #SpotifyWrapped"
## 
## [[5431]]
## [1] "TechScout10: Also I am genuinely concerned about what my #SpotifyWrapped is gonna look like. Maybe I'll look like I have brain d… https://t.co/JMwnVfv2Rd"
## 
## [[5432]]
## [1] "neptunestardust: With this years #SpotifyWrapped I have no clue who my top artist could be. I have changed so much this year, musica… https://t.co/GnVxXKdNqn"
## 
## [[5433]]
## [1] "Lauracoder12: Who wants Animated Overlay..?HMU!\nLike/ Retweet \nHelp/Support/ \nFollow each other \n#supportsmallstreamers… https://t.co/aJanfuZuji"
## 
## [[5434]]
## [1] "migrainegoner: I predict my top genre will be [alt rock or pop] #SpotifyWrapped"
## 
## [[5435]]
## [1] "fairyofpoop: me pretending to be shocked when nct127 is number 1 on my spotify wrapped #SpotifyWrapped https://t.co/kW9TBZjt4C"
## 
## [[5436]]
## [1] "seven_itseven: I predict my top podcast will be [boomervs zoomer] #SpotifyWrapped"
## 
## [[5437]]
## [1] "YaBoyAkshar: Pretending I don't care about #SpotifyWrapped so it comes faster"
## 
## [[5438]]
## [1] "RoselineS15: Acuity, Calendly and Vcita are online appointment scheduling software. You can schedule meetings with your team,and… https://t.co/qPIkktNjtf"
## 
## [[5439]]
## [1] "shroomslive: I predict my top genre will be sleep sounds #SpotifyWrapped"
## 
## [[5440]]
## [1] "seven_itseven: I predict my top genre will be [pop] #SpotifyWrapped"
## 
## [[5441]]
## [1] "TwillDistilled: I predict my most played song will be Call Me Little Sunshine by @thebandGHOST  #SpotifyWrapped"
## 
## [[5442]]
## [1] "cakeofsodomy: Prolly mine: #SpotifyWrapped https://t.co/95Ojf4phrd"
## 
## [[5443]]
## [1] "breathineilish: I predict my most played song will be [halleys comet] #SpotifyWrapped"
## 
## [[5444]]
## [1] "Imrulkayes100: I will grow Instagram page for fast organic growth and engagement. Order now https://t.co/ElfJnyWTZO… https://t.co/wMA50m2pdL"
## 
## [[5445]]
## [1] "migrainegoner: I predict my top artist will be [twenty one pilots] #SpotifyWrapped \n\nno doubt in my mind"
## 
## [[5446]]
## [1] "seven_itseven: I predict my most played song will be [nico and the niners] #SpotifyWrapped"
## 
## [[5447]]
## [1] "RoselineS15: Acuity, Calendly and Vcita are online appointment scheduling software. You can schedule meetings with your team,and… https://t.co/iCgqnj4Ak4"
## 
## [[5448]]
## [1] "summersun4evr: I predict my most played song will be Bejeweled by Taylor Swift 🫶🏻🫶🏻🥰#SpotifyWrapped"
## 
## [[5449]]
## [1] "davidcaba_: I predict my most played song will be [SloMo- Eurovision’s dancebreak edit] #SpotifyWrapped"
## 
## [[5450]]
## [1] "ZanAycicek: Click here not to miss the special Amazon discounts for November https://t.co/Nk8ap4jc9x\n\n#SpotifyWrapped #GiftGalaxy JUST ANNOUNCED"
## 
## [[5451]]
## [1] "ganzw1en: I predict my top artist will be Part Time #SpotifyWrapped"
## 
## [[5452]]
## [1] "ptvlt666: I predict my top artist will be my chemical romance #SpotifyWrapped"
## 
## [[5453]]
## [1] "ganzw1en: I predict my most played song will be Holly Louie by Part Time #SpotifyWrapped"
## 
## [[5454]]
## [1] "especiallyavery: I swear if my top artist isn’t wallows or harry… #SpotifyWrapped"
## 
## [[5455]]
## [1] "speashos: cant wait  #SpotifyWrapped"
## 
## [[5456]]
## [1] "waoyfswift: I predict my top artist will be taylor swift #SpotifyWrapped"
## 
## [[5457]]
## [1] "RoselineS15: Acuity, Calendly and Vcita are online appointment scheduling software. You can schedule meetings with your team,and… https://t.co/KJS3CnwTr6"
## 
## [[5458]]
## [1] "Bluebelldigital: How libraries in the US are using streaming to promote local music.\n\nhttps://t.co/HNopVACxpx\n\n#music #streaming… https://t.co/hyhuDxVM4K"
## 
## [[5459]]
## [1] "EvermoreWitch: I predict my top genre will be pop #SpotifyWrapped"
## 
## [[5460]]
## [1] "davidcaba_: I predict my top artist will be [ROSALÍA] #SpotifyWrapped"
## 
## [[5461]]
## [1] "EvermoreWitch: I predict my top artist will be Taylor Swift. #SpotifyWrapped"
## 
## [[5462]]
## [1] "RoselineS15: Acuity, Calendly and Vcita are online appointment scheduling software. You can schedule meetings with your team,and… https://t.co/Ary7GKTilK"
## 
## [[5463]]
## [1] "griffith_lorisa: I predict my most played song will be [Yet to Come or Sexy Nukim] #SpotifyWrapped"
## 
## [[5464]]
## [1] "ZeBadmedic: I predict my most played song will be [Bubblegum Bitch by Marina] #SpotifyWrapped"
## 
## [[5465]]
## [1] "RoselineS15: Acuity, Calendly and Vcita are online appointment scheduling software. You can schedule meetings with your team,and… https://t.co/Kx45alQuze"
## 
## [[5466]]
## [1] "funniestphemale: I predict my top artist will be BTS OR TAYLOR SWIFT #SpotifyWrapped"
## 
## [[5467]]
## [1] "E_Teezey1286: I already know who my top 5 artists will be for #SpotifyWrapped: Coldplay, Beyonce, Adele, Kendrick, and Ari Lennox… https://t.co/VoEO9rYIFf"
## 
## [[5468]]
## [1] "dennisnjuki2018: Retweet and send to someone you love. #SpotifyWrapped #staracademy2022 #World https://t.co/HGkQdNcSXu"
## 
## [[5469]]
## [1] "EvermoreWitch: I predict my most played song will be mirrorball or You Belong With Me (Taylor's Version) #SpotifyWrapped"
## 
## [[5470]]
## [1] "V3g4punk123: I predict my top artist will be @ICENINEKILLS #SpotifyWrapped"
## 
## [[5471]]
## [1] "griffith_lorisa: I predict my top artist will be BTS #SpotifyWrapped"
## 
## [[5472]]
## [1] "Olivias_livie: I predict my most played song will be Hope ur ok by @oliviarodrigo #SpotifyWrapped @LiviesHQ"
## 
## [[5473]]
## [1] "tuneestan: I predict my top artist will be [LUCKI] #SpotifyWrapped"
## 
## [[5474]]
## [1] "luckyjessey1: Falling in love with someone’s eyes is the only thing that will never change.\n\n#SpotifyWrapped \n#要要搞定個要… https://t.co/eYh2eG8rla"
## 
## [[5475]]
## [1] "VSlaylor: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[5476]]
## [1] "mickey_smash: I predict my top artist will be [Ishay Ribo] AAAAAAA!!!!!!!! #SpotifyWrapped"
## 
## [[5477]]
## [1] "letterxci: I'm ready, release it. \n#SpotifyWrapped https://t.co/B1VMgLT4Pd"
## 
## [[5478]]
## [1] "tannywuff: fuck yall for getting #spotifywrapped trending, i thought it was ready, yall got me excited/scared for nothing"
## 
## [[5479]]
## [1] "tuneestan: I predict my most played song will be [Been knew that] #SpotifyWrapped"
## 
## [[5480]]
## [1] "hannahhmarch: i predict my top artist will be @boniver #SpotifyWrapped EASILY"
## 
## [[5481]]
## [1] "Dvann562: Saw a little emoji for #SpotifyWrapped and I thought it was ready... Not yet."
## 
## [[5482]]
## [1] "luckyjessey1: All Men Look But Not For The Same Reasons\n\n#SpotifyWrapped \n#要要搞定個要 \n#MattHanock \n#RedVelvetBirthdayParty \n#Indigo \n#ghanablackstars \n#乌鲁木齐"
## 
## [[5483]]
## [1] "shlieut: I predict my top podcast will be chuckle sandwich or mbmbam #SpotifyWrapped"
## 
## [[5484]]
## [1] "RoselineS15: Acuity, Calendly and Vcita are online appointment scheduling software. You can schedule meetings with your team,and… https://t.co/G1SWyH6lsg"
## 
## [[5485]]
## [1] "leefelixsblkgf: My top song is definitely siren by P1harmony #SpotifyWrapped"
## 
## [[5486]]
## [1] "beqmed: I predict my top artist will be [Kendrick Lamar ] #SpotifyWrapped"
## 
## [[5487]]
## [1] "BigheadCarrol: I predict my top podcast will be JRE #SpotifyWrapped"
## 
## [[5488]]
## [1] "shlieut: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped"
## 
## [[5489]]
## [1] "shlieut: I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped"
## 
## [[5490]]
## [1] "beqmed: I predict my most played song will be [n95] #SpotifyWrapped"
## 
## [[5491]]
## [1] "shlieut: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[5492]]
## [1] "satirerevived: I predict my most played song will be girls just want to have fun\n\nI predict my top artist will be bladee\n\nI predic… https://t.co/cZxNCOCu4Z"
## 
## [[5493]]
## [1] "luckyjessey1: Staring into a stranger’s eyes can make you form an attachment, despite never even talking to them.… https://t.co/acPKScpYn1"
## 
## [[5494]]
## [1] "LuLu_9496: Idk if Justin is going to be my #1 artist of the year 🤔🤔\n\nAll this year I have been listening to podcast &amp; Jpop \n\n#SpotifyWrapped"
## 
## [[5495]]
## [1] "BrokeBoyCal: I predict my top podcast will be @TheBlackHokage 🫡 #SpotifyWrapped"
## 
## [[5496]]
## [1] "Alastorsart: I'm sure my #SpotifyWrapped will be an Alastor tribute😍 Songs by @PARANOiDDJ1,@SilvaHound, @BlackGryph0n, electro-s… https://t.co/TX40oU4upv"
## 
## [[5497]]
## [1] "jawsavfc: Im lowkey scared that the high-school musical cast will be on my top 5😭i cant share that \n#SpotifyWrapped"
## 
## [[5498]]
## [1] "AnthonyLWolf: I suspect my top podcast this year will be @tripleclickpod, with the absolute stunning gang @jasonschreier,… https://t.co/N5tEyNGU3s"
## 
## [[5499]]
## [1] "tahtinenrandy: my #SpotifyWrapped is going to be a time capsule from 2004. https://t.co/baOG8Sc9rY"
## 
## [[5500]]
## [1] "DungeonGlitch: I did a #SpotifyWrapped video so we'll see if they let you see it. I have no idea when that will be as artists are… https://t.co/SHSepBIuBT"
## 
## [[5501]]
## [1] "ojanshu: Anyone is waiting for Spotify Wrapped?\n#SpotifyWrapped"
## 
## [[5502]]
## [1] "maddy_h_: this year I’m actually worried to see mine 😂😭 #SpotifyWrapped"
## 
## [[5503]]
## [1] "6asmaskTTV: Stop hyping #SpotifyWrapped and drop it already 😭"
## 
## [[5504]]
## [1] "facuu_correa: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[5505]]
## [1] "viejamina: I predict my top artist will be [@BLACKPINK] #SpotifyWrapped"
## 
## [[5506]]
## [1] "Ariesone96: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped Comethazine 500 hours"
## 
## [[5507]]
## [1] "ayyonce: The way I repeated Candydrip &amp; RENAISSANCE this year… I already know how my #SpotifyWrapped looking."
## 
## [[5508]]
## [1] "BigheadCarrol: I predict my top artist will be @russdiemon #SpotifyWrapped"
## 
## [[5509]]
## [1] "geekykoo: I predict my top genre will be KPOP BECAUSE SPOTIFY'S FILTHY ASS DOESN'T REALISE THAT #BTSISTHEGENRE  #SpotifyWrapped"
## 
## [[5510]]
## [1] "QueenieMoet412: I predict my most played song will be [In The Streets Ft Monique] #SpotifyWrapped"
## 
## [[5511]]
## [1] "overmestella: before spotify wrapped comes out let’s all remember, i went through just 1 situationship this year before you judge me\n#SpotifyWrapped"
## 
## [[5512]]
## [1] "luckyjessey1: In fact, making mistakes adds to your experience and you learn not to repeat them again.\n\n#SpotifyWrapped \n#要要搞定個要… https://t.co/AcX7sZUQWf"
## 
## [[5513]]
## [1] "BigheadCarrol: I predict my top genre will be metalcore #SpotifyWrapped"
## 
## [[5514]]
## [1] "aryxari: my prediction of #SpotifyWrapped top artists:\n\nGracie Abrams \nTaylor (unfortunately)\nDavid hugo\nCharli xcx\nSabrina… https://t.co/xcwbzaafk9"
## 
## [[5515]]
## [1] "SofiaNight21: I predict my top artist will be BTS #SpotifyWrapped"
## 
## [[5516]]
## [1] "prc__roblox: #SpotifyWrapped anybody?"
## 
## [[5517]]
## [1] "MansiDave0409: Everyone is either attending a wedding or concert &amp; here I’m attending office #meetings (just finished at 11.20 pm… https://t.co/YOPv0XjgYG"
## 
## [[5518]]
## [1] "Patrick31370308: Looking for excellent quality shipping container home house plans, designs buildings and any type of architectural… https://t.co/8Vltdq9ztE"
## 
## [[5519]]
## [1] "kelseyyyannx: I predict my top artist this year will be @findingfletcher #SpotifyWrapped"
## 
## [[5520]]
## [1] "BigheadCarrol: I predict my most played song will be [Nowhere To Go by @badomenscult] #SpotifyWrapped"
## 
## [[5521]]
## [1] "ethanmedler_: I predict my top podcast will be [@PeterCrouchPod] #SpotifyWrapped"
## 
## [[5522]]
## [1] "laurakristen_: Y’all really making me think that my #SpotifyWrapped dropped. https://t.co/QPNacS3tmO"
## 
## [[5523]]
## [1] "RoselineS15: Need a content writing service? Stop scrolling and check me in my inbox, I'm always available to attend to you.… https://t.co/Hmz61Jni7e"
## 
## [[5524]]
## [1] "Yaro_b_: I promise y'all  the songs that I bump to the most that are on my \n#SpotifyWrapped are not me, I'm not that sad😂😂😂😂🤡"
## 
## [[5525]]
## [1] "EvsNieli: I predict my top artist will be [stray kids] #SpotifyWrapped"
## 
## [[5526]]
## [1] "Poulami_dp: I predict my most played song will be Wonder by Eric Nam #SpotifyWrapped"
## 
## [[5527]]
## [1] "icky__nikki: I predict my top artist will be \nNot Waterparks\nI think I’m finally free from their grasp\n #SpotifyWrapped"
## 
## [[5528]]
## [1] "kingfromqns: I would be shocked if my top podcast isn’t @PivotPod because @karaswisher and @profgalloway are such a dynamic and… https://t.co/KlneZHCsMV"
## 
## [[5529]]
## [1] "yetismall: I predict my most played song will be Lavender Haze by @taylornation13 #SpotifyWrapped"
## 
## [[5530]]
## [1] "EvsNieli: I predict my top genre will be [kpop] #SpotifyWrapped"
## 
## [[5531]]
## [1] "EvsNieli: I predict my most played song will be [all of us] #SpotifyWrapped"
## 
## [[5532]]
## [1] "Takuday_OW: I predict my top artist will be BTS #SpotifyWrapped"
## 
## [[5533]]
## [1] "AaronDenius: Not me listening to Bob Marley 24/7 so that Pink Floyd isn’t my #1 on #SpotifyWrapped for the 3rd year in a row."
## 
## [[5534]]
## [1] "Poulami_dp: I predict my top genre will be k-POP + POP  #SpotifyWrapped"
## 
## [[5535]]
## [1] "emilycantwell_: I predict my top artist will be some dude called HRVY? 😅 #SpotifyWrapped"
## 
## [[5536]]
## [1] "RobinBaum143: I predict my top artist will be Seventeen. #SpotifyWrapped"
## 
## [[5537]]
## [1] "iamnotinkansas: Everyone out here desperate for #SpotifyWrapped when I'm sitting here with 12 years of https://t.co/vCYJNYysfe data… https://t.co/XIcLsvEkp3"
## 
## [[5538]]
## [1] "RoselineS15: Need a content writing service? Stop scrolling and check me in my inbox, I'm always available to attend to you.… https://t.co/IuJ3WHlkOA"
## 
## [[5539]]
## [1] "Poulami_dp: I predict my top podcast will be  Daebak Show w/ Eric Nam #SpotifyWrapped"
## 
## [[5540]]
## [1] "IWK2GK5: The official Twitter account of the scumbag terrorist @LatifaMRM, daughter of Dubai's Dictator Mohamad Maktoum.\n\nMo… https://t.co/zhvNwsgvMs"
## 
## [[5541]]
## [1] "Sarthak61511357: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped dandelions"
## 
## [[5542]]
## [1] "Poulami_dp: I predict my top artist will be \nEric Nam #SpotifyWrapped"
## 
## [[5543]]
## [1] "emilycantwell_: I predict my most played song will be golden hour by HRVY 🤩 #SpotifyWrapped"
## 
## [[5544]]
## [1] "Takuday_OW: I predict my top genre will be Pop #SpotifyWrapped"
## 
## [[5545]]
## [1] "__yxgxmilighto: only jobless people wait for #SpotifyWrapped"
## 
## [[5546]]
## [1] "applicable_: I predict my top artist will be [$uicideboy$] #SpotifyWrapped"
## 
## [[5547]]
## [1] "lulaamaya__: I predict my most played song will be All too well 10min version- Taylor Swift #SpotifyWrapped"
## 
## [[5548]]
## [1] "southpawwolf: I predict my top artist will be Nogizaka46 or Official Higedan!\n#SpotifyWrapped"
## 
## [[5549]]
## [1] "MillyGoats: Before our new episode this Wednesday (11/30/22)… do your ears, head phones, car speakers a favor and check out our… https://t.co/qdPuW3gPi1"
## 
## [[5550]]
## [1] "sakshishukla489: Drop the #SpotifyWrapped Although I already know what is in top of that list, call me mentally unstable but I am going to post it!"
## 
## [[5551]]
## [1] "RoselineS15: Need a content writing service? Stop scrolling and check me in my inbox, I'm always available to attend to you.… https://t.co/PyyrtBiHDX"
## 
## [[5552]]
## [1] "Takuday_OW: I predict my most played song will be \"TV\" by @billieeilish #SpotifyWrapped"
## 
## [[5553]]
## [1] "skadoople: why the FUCK IS #SpotifyWrapped TRENDING IF IT ISNT OUT YET YALL REALLY GOT MY HOPES UP 💔 https://t.co/tKJMDUnM6T"
## 
## [[5554]]
## [1] "southpawwolf: I predict my most played song will be Abunakkashi Keikaku OR Taiyou Knock #SpotifyWrapped #Sakamichi"
## 
## [[5555]]
## [1] "ForbiddenDisco: I predict my most played song will be [Bonny by Prefab Sprout] #SpotifyWrapped"
## 
## [[5556]]
## [1] "ITSDKARTIER: My #SpotifyWrapped list gone be filled with nothing but BANGERS watch. https://t.co/xhPZZniQX4"
## 
## [[5557]]
## [1] "peace2dahood: If this is not in my top5 for #SpotifyWrapped then the software was a failure\nhttps://t.co/yftqbQBaV5"
## 
## [[5558]]
## [1] "rohini_wagh77: I predict my top genre will be [Kpop] #SpotifyWrapped"
## 
## [[5559]]
## [1] "linnaesheng: I predict my top artist will be @joshuatbassett #SpotifyWrapped"
## 
## [[5560]]
## [1] "FoParty: Preparing for #SpotifyWrapped season https://t.co/2gqTrlQkps"
## 
## [[5561]]
## [1] "Glasgow_Live: Top 5 #SpotifyWrapped guesses? Go 👇 \nhttps://t.co/IInad2M3e1"
## 
## [[5562]]
## [1] "hann_mcg: I predict my most played song will be life worth living by @ClassicLaurel #SpotifyWrapped"
## 
## [[5563]]
## [1] "NMCSOfficial1: I predict my most played song will be [ I Wonder ] #SpotifyWrapped"
## 
## [[5564]]
## [1] "Tania120m: looking for #B2B #leadgeneration #dataentry expert.\nservices - #LeadGeneration #DataEntry #virtualassistant… https://t.co/Ju2NhYKczT"
## 
## [[5565]]
## [1] "RoselineS15: Need a content writing service? Stop scrolling and check me in my inbox, I'm always available to attend to you.… https://t.co/0zvglRQl7O"
## 
## [[5566]]
## [1] "Ntlombe_S: This season of Blood and Water reminds me so much of 13 Reasons Why.\nDope AF! 🔥🔥\n\n#SpotifyWrapped… https://t.co/3hiK5tmnh5"
## 
## [[5567]]
## [1] "Maaabby: I’m pretty sure my kid fucked this up with his little Fornite songs and TikTok bs so this year I’m not looking forw… https://t.co/U1U7LykePA"
## 
## [[5568]]
## [1] "ariskyy_: I’m ready #SpotifyWrapped"
## 
## [[5569]]
## [1] "Brexito26: I predict my top artist will be [el travieso escroto] #SpotifyWrapped"
## 
## [[5570]]
## [1] "esprit15d: I predict my top artist will be Lady Gaga #SpotifyWrapped"
## 
## [[5571]]
## [1] "LeolloOfficial: I predict my top podcast will be None #SpotifyWrapped"
## 
## [[5572]]
## [1] "melodramarain: I predict my top podcast will be something I had to listen to for class i fear #SpotifyWrapped"
## 
## [[5573]]
## [1] "joesnicky: now why did y’all give us an emoji if it’s not dropping soon?? #SpotifyWrapped"
## 
## [[5574]]
## [1] "boyish07: I predict my top artist will be [indigo de souza] #SpotifyWrapped"
## 
## [[5575]]
## [1] "LeolloOfficial: I predict my top artist will be Lady Gaga #SpotifyWrapped"
## 
## [[5576]]
## [1] "doodles829: I predict my top podcast will be @MyFavMurder - actually I know this one for sure #SpotifyWrapped"
## 
## [[5577]]
## [1] "heymanthan: I'm not waiting for #SpotifyWrapped this year since I use #AmazonMusic"
## 
## [[5578]]
## [1] "aureumsimia: i predict my top artist will be peel the apple or shibu3 project #spotifywrapped"
## 
## [[5579]]
## [1] "RoselineS15: Need a content writing service? Stop scrolling and check me in my inbox, I'm always available to attend to you.… https://t.co/vUXFbjVR8s"
## 
## [[5580]]
## [1] "Brexito26: I predict my most played song will be [Runaway - Kanye West] segurisimo #SpotifyWrapped"
## 
## [[5581]]
## [1] "LeolloOfficial: I predict my top genre will be Dance Pop #SpotifyWrapped"
## 
## [[5582]]
## [1] "ororealty: Crypto Lender BlockFi going Bankrupt 😱\n\nhttps://t.co/ZQykcFovMw\n\n#Silver #Gold #Tech  #Insuretech\n#silversqueeze ,… https://t.co/blBUyhVAkf"
## 
## [[5583]]
## [1] "boyish07: I predict my top genre will be [bedroom pop or like indie] #SpotifyWrapped"
## 
## [[5584]]
## [1] "melodramarain: I predict my top artist will be taylor swift or lorde #SpotifyWrapped"
## 
## [[5585]]
## [1] "badsadandmad_x: I predict my most played song will be [Efecto - Bad Bunny ] #SpotifyWrapped"
## 
## [[5586]]
## [1] "LeolloOfficial: I predict my most played song will be Used To Know Me by Charli XCX\n #SpotifyWrapped"
## 
## [[5587]]
## [1] "DARLINGDABEST: I predict my top genre will be Melodic Rap #SpotifyWrapped"
## 
## [[5588]]
## [1] "JerryBoKnowz_: Who gets paid with Bo?\n\nBrazil 🇧🇷-1 PUSH \n\nBrazil wins and under 4.5 2U ✅✅\n\nBO WINSSSSS! \n\n#WorldcupQatar2022… https://t.co/0wsX4nfZV9"
## 
## [[5589]]
## [1] "loveyoujoss: me looking at all these #SpotifyWrapped tweets thinking it’s out https://t.co/2Cf62MD6Ng"
## 
## [[5590]]
## [1] "orangecrocs: I share my Spotify with my children so I'm sure my breakdown will be a mix of alternative music with a wee bit of \"… https://t.co/izA5oxNdDx"
## 
## [[5591]]
## [1] "sanrioskullz999: I predict my top genre will be Indie #SpotifyWrapped"
## 
## [[5592]]
## [1] "boyish07: I predict my most played song will be [idk probably the moon is no good or something] #SpotifyWrapped"
## 
## [[5593]]
## [1] "pushpinbird: hii\nI predict my most played song will be Gilded Lily by Cults🤪 or duvet?? #SpotifyWrapped"
## 
## [[5594]]
## [1] "LosMerengues_14: I predict my top artist will be [Taylor Swift] #SpotifyWrapped"
## 
## [[5595]]
## [1] "melodramarain: I predict my top genre will be pop or singer songwriter?? #SpotifyWrapped"
## 
## [[5596]]
## [1] "Team_Amdrew: I predict my top artist will be [@HotMulligan ] #SpotifyWrapped"
## 
## [[5597]]
## [1] "DARLINGDABEST: I predict my most played song will be Poison by Rod Wave #SpotifyWrapped"
## 
## [[5598]]
## [1] "yuhitzme810: Have been living the Dad Life haven't made any music I've changed the way I see things but what should I Do? #Music… https://t.co/wvjEmOAP3w"
## 
## [[5599]]
## [1] "popbuzz: waiting for #SpotifyWrapped to drop like https://t.co/tghTyGvIuh"
## 
## [[5600]]
## [1] "DevComp_: I predict my most played song will be probably something by yeat #SpotifyWrapped"
## 
## [[5601]]
## [1] "journo_sophie: I predict my top podcast will be @sextedmyboss #SpotifyWrapped"
## 
## [[5602]]
## [1] "DARLINGDABEST: I predict my top artist will be Rod Wave #SpotifyWrapped"
## 
## [[5603]]
## [1] "wonderofshawn: I predict my top artist will be Taylorrrrr #SpotifyWrapped"
## 
## [[5604]]
## [1] "doodles829: I predict my top artist will be @halsey (for the third year in a row) #SpotifyWrapped"
## 
## [[5605]]
## [1] "iluvkirstyb1975: #SpotifyWrapped soz wanted to use the hashtag thjng x"
## 
## [[5606]]
## [1] "mileyzdrive: WHERE IS IT??  #SpotifyWrapped https://t.co/O4eFycWWxu"
## 
## [[5607]]
## [1] "melodramarain: I predict my most played song will be forget her by jeff buckley #SpotifyWrapped"
## 
## [[5608]]
## [1] "Phantom3zz: All platforms now ‼️😈🤯 #SpotifyWrapped #MattHanock #要要搞定個要 #RedVelvetBirthdayParty #its3zz https://t.co/2Is11gE89n https://t.co/T86iROtnWj"
## 
## [[5609]]
## [1] "BanambaYT: I predict my most played song will be [Tempestissimo] #SpotifyWrapped"
## 
## [[5610]]
## [1] "irisnotok: I predict my top genre will be showtunes. absolutely showtunes. #SpotifyWrapped"
## 
## [[5611]]
## [1] "eleventndoctor: I predict my top podcast will be Star Wars Explained #SpotifyWrapped"
## 
## [[5612]]
## [1] "nandos_fan123: my most played song WILL be meow by ivusm. #SpotifyWrapped"
## 
## [[5613]]
## [1] "noodlescompany: Does anyone else's #SpotifyWrapped look like ours? https://t.co/3QfwIiJZvK"
## 
## [[5614]]
## [1] "zrjaved: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped https://t.co/1pSnAfXywm"
## 
## [[5615]]
## [1] "irisnotok: I predict my most played song will be literally anything from falsettos #SpotifyWrapped"
## 
## [[5616]]
## [1] "r753_rfw753: The ghastly #hypocrisy of those who rail against #SpotifyWrapped slavery which took place...… https://t.co/D6SHouFu3m"
## 
## [[5617]]
## [1] "theteainpotato: who wants to swap #SpotifyWrapped once they drop?"
## 
## [[5618]]
## [1] "eleventndoctor: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[5619]]
## [1] "imRockey: #SpotifyWrapped add Rockey Washington https://t.co/0P6I2uJo5r"
## 
## [[5620]]
## [1] "CC_Razer: I predict my top artist will be Green Day. #SpotifyWrapped"
## 
## [[5621]]
## [1] "Poplel_: Me waiting for my 2022 #SpotifyWrapped https://t.co/rbepMxeh6t"
## 
## [[5622]]
## [1] "CC_Razer: I predict my most played song will be idk probably like Viva La Gloria or an MGK song. #SpotifyWrapped"
## 
## [[5623]]
## [1] "rrendezzvvous: I predict my most played song will be attention by newjeans #SpotifyWrapped"
## 
## [[5624]]
## [1] "DgeeChamberlain: Like if Brazil did not cut your bet \n#SpotifyWrapped #FIFAWorldCupQatar2022 #FIFAWorldCup #brazil #Switzerland"
## 
## [[5625]]
## [1] "yoinksplonk: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[5626]]
## [1] "eleventndoctor: I predict my most played song will be Alive by Anthony Warlow #SpotifyWrapped"
## 
## [[5627]]
## [1] "LukeH_icanteven: I predict my top artist will be Tiago PZK @tiagopzk  #SpotifyWrapped"
## 
## [[5628]]
## [1] "ThommoAndrew: I predict my most played song will be All Too Well (10 minute version) #SpotifyWrapped"
## 
## [[5629]]
## [1] "glugglugglugglu: If I get DreamSMP on my wrapped again I’m going to fucking kill myself bruh #SpotifyWrapped"
## 
## [[5630]]
## [1] "pappysheedlwe: To hangout with a hater is a sin to my inner God #ghanablackstars #TikTokviral #Trending #Video #SpotifyWrapped… https://t.co/G0qgsahhYG"
## 
## [[5631]]
## [1] "loveyoujoss: I predict my top artist will be @sanbenito #SpotifyWrapped"
## 
## [[5632]]
## [1] "MorayDad: This year will pretty much be the same 🤘🤘 #SpotifyWrapped https://t.co/gjrVpTIwrX"
## 
## [[5633]]
## [1] "hamsatheninth: saw #SpotifyWrapped trending and i screamed out for no reason!!!"
## 
## [[5634]]
## [1] "wjf____: I already know my most listened to artist this year was The Chicks \n\nDon’t need #SpotifyWrapped for that"
## 
## [[5635]]
## [1] "healingcari: I predict my top artist will be @findingfletcher #SpotifyWrapped"
## 
## [[5636]]
## [1] "Lonchavic: #SpotifyWrapped soon https://t.co/hfM85ckIm8"
## 
## [[5637]]
## [1] "madtractions: I predict my top podcast will be Trypod..?  #SpotifyWrapped"
## 
## [[5638]]
## [1] "loveyoujoss: I predict my top genre will be reggaeton #SpotifyWrapped"
## 
## [[5639]]
## [1] "healingcari: I predict my most played song will be Her Body Is Bible by @findingfletcher #SpotifyWrapped"
## 
## [[5640]]
## [1] "Malsoma_Royte: I predict my most played song will be Why -samuel #SpotifyWrapped"
## 
## [[5641]]
## [1] "ghazouf97: Had Mundial  fchkal crazy 🤪 \n#Qatar2022 \n#harrystylesperu \n#SpotifyWrapped"
## 
## [[5642]]
## [1] "madtractions: I predict my top genre will be Emo..  #SpotifyWrapped"
## 
## [[5643]]
## [1] "RoselineS15: Need a content writing service? Stop scrolling and check me in my inbox, I'm always available to attend to you.… https://t.co/MfUxXxoKVy"
## 
## [[5644]]
## [1] "whuikiss: #SpotifyWrapped its going to be a seventeen list"
## 
## [[5645]]
## [1] "madtractions: I predict my most played song will be Hurt Feelings by Mac Miller #SpotifyWrapped"
## 
## [[5646]]
## [1] "teejay_rukky: Join the group now before all slots are taken #SpotifyWrapped https://t.co/NWTqTfEB2e"
## 
## [[5647]]
## [1] "pau13_swift: I predict my most played song will be All too well (10 minute version) #SpotifyWrapped"
## 
## [[5648]]
## [1] "Captinknuckels: #SpotifyWrapped bitch can you stop playing and it out already. Making me feel like this when I see you https://t.co/1uZMBqI1i1"
## 
## [[5649]]
## [1] "ChemistHealth: Chk this please #CHECKMATEinJKT #OutOfTime #chemist'#VideoViral!#SpotifyWrapped #TikTok https://t.co/HiofBrHwme"
## 
## [[5650]]
## [1] "flwrrxboy: I predict my most played song will be THIQUE by Beyoncé #SpotifyWrapped"
## 
## [[5651]]
## [1] "deft18: #SpotifyWrapped around the corner but don't get it twisted. https://t.co/QIVSCLe9xr"
## 
## [[5652]]
## [1] "jdd1k3: Jdd • Untold Secrets ft. Exøtix (Visualizer)\n\nFull Song: https://t.co/j3IC76Bx2b\n\n#sofaygo #MacMiller… https://t.co/gMNvQvguVe"
## 
## [[5653]]
## [1] "ElderIsaak: I predict my top artist will be @billieeilish #SpotifyWrapped"
## 
## [[5654]]
## [1] "shirecrow: #SpotifyWrapped my body is ready https://t.co/tr9b9F0TeE"
## 
## [[5655]]
## [1] "PHANT0MTHIEVE: can they get on with this #SpotifyWrapped"
## 
## [[5656]]
## [1] "Juanitoooo004: I predict my top artist will be The weekend  #SpotifyWrapped"
## 
## [[5657]]
## [1] "shakypubco: Is this it? 🎶 #SpotifyWrapped https://t.co/xrSn0WHkxL"
## 
## [[5658]]
## [1] "AdeliadeShine: I predict my top podcast will be rSlash Reads Reddit @rslashyt #SpotifyWrapped"
## 
## [[5659]]
## [1] "ElderIsaak: I predict my most played song will be Happier Than Ever by Billie Eillish #SpotifyWrapped"
## 
## [[5660]]
## [1] "PlayzRednight: I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped Impaulsive"
## 
## [[5661]]
## [1] "biiksr: I predict my most played song will be Brividi #SpotifyWrapped"
## 
## [[5662]]
## [1] "PlayzRednight: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped MGK"
## 
## [[5663]]
## [1] "jdd1k3: Jdd • Untold Secrets ft. Exøtix (Visualizer)\n\nFull Song: https://t.co/j3IC76TGgj\n\n#SpotifyWrapped #upcomingrapper… https://t.co/3z1VOBcZJl"
## 
## [[5664]]
## [1] "eddiediiaz: he's my #SpotifyWrapped character edition.  https://t.co/opuhKOi06B"
## 
## [[5665]]
## [1] "PlayzRednight: I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped Punk rock"
## 
## [[5666]]
## [1] "VexxXt_: Waiting anxiously for #SpotifyWrapped like I haven't been listening to the same playlists this year vs last year."
## 
## [[5667]]
## [1] "nikita__ramirez: Saw the #SpotifyWrapped preview today and 😍😍😍😍"
## 
## [[5668]]
## [1] "onikarevenge: I predict my most played song will be “Unforgettable” by French Montana &amp; Swae Lee #SpotifyWrapped"
## 
## [[5669]]
## [1] "PlayzRednight: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped Better off dead"
## 
## [[5670]]
## [1] "artplugg: my #SpotifyWrapped predictions before i look\n\nsongs:\nsmokin out the window\nintimidated \nglock 19\nskin and bones\nthe… https://t.co/RU4eJ1JRfi"
## 
## [[5671]]
## [1] "bngh8016: WhatsApp group full details this link\n\nhttps://t.co/x6rvLCnpZR\n\n#WhatsApp #whatsappgroup #Vulgar #biggboss16… https://t.co/8OVesylVjB"
## 
## [[5672]]
## [1] "Virac0chaTweet: I predict my top podcast will be @MBMBaM #SpotifyWrapped"
## 
## [[5673]]
## [1] "Lizbeth_Meza95: I predict my top podcast will be [Trash Romance Central] #SpotifyWrapped"
## 
## [[5674]]
## [1] "Nelly_Jelly07: I predict my most played song will be #jhope_EqualSign, but tbh idk. 😫😭 #SpotifyWrapped https://t.co/kBKsevhgCq"
## 
## [[5675]]
## [1] "krispie1103: I predict my top artist will be Taylor, but what I’m really concerned about is the percentile of Swifties I fall into…#SpotifyWrapped"
## 
## [[5676]]
## [1] "Juanitoooo004: I predict my most played song will be desire #SpotifyWrapped"
## 
## [[5677]]
## [1] "brutalxim: I predict my top artist will be [Ariana Grande] #SpotifyWrapped"
## 
## [[5678]]
## [1] "AsthaGu60674407: You don't have to check #SpotifyWrapped\nYou're the most played this year"
## 
## [[5679]]
## [1] "MellowScotJulia: I predict my top genre will be Indie Rock #SpotifyWrapped"
## 
## [[5680]]
## [1] "andromustdie: I predict my most played song will be .stage 4 fear of trying. #SpotifyWrapped"
## 
## [[5681]]
## [1] "blueberrymoss: I predict my top artist will be…. There is only one  #SpotifyWrapped https://t.co/MGSlvWqS9l"
## 
## [[5682]]
## [1] "_badcontestant: I predict my top artist will be [matt maltese] #SpotifyWrapped i already know don’t play"
## 
## [[5683]]
## [1] "brutalxim: I predict my top genre will be [Pop] #SpotifyWrapped"
## 
## [[5684]]
## [1] "OutdoorsAlexa: Beautiful day on the water yesterday with my girl Luna 🎣 #AdoptDontShop #SpotifyWrapped #Indigo #CyberMonday… https://t.co/W8cOLQ4OPQ"
## 
## [[5685]]
## [1] "_artsyari: I predict my top podcast will be Anything goes  @AGpodcast #SpotifyWrapped"
## 
## [[5686]]
## [1] "brutalxim: I predict my most played song will be [Pink Venom] #SpotifyWrapped"
## 
## [[5687]]
## [1] "drliemann: I predict my most played song will be Die Hard by Kendrick Lamar #SpotifyWrapped"
## 
## [[5688]]
## [1] "bugenji: I predict my top artist will be joshua bassett tbh #SpotifyWrapped"
## 
## [[5689]]
## [1] "jdd1k3: Jdd • Untold Secrets ft. Exøtix (Visualizer)\n\nFull Song: https://t.co/j3IC76Bx2b\n\n#DjKhaled #rapper #BobbyShmurda… https://t.co/6bhmiqcurQ"
## 
## [[5690]]
## [1] "Lizbeth_Meza95: I predict my top artist will be [Carin Leon ] #SpotifyWrapped"
## 
## [[5691]]
## [1] "mistahjamess: I predict my most played song will be What I Know by @justmike #SpotifyWrapped"
## 
## [[5692]]
## [1] "sonaroha: I predict my top artist will be astro #SpotifyWrapped"
## 
## [[5693]]
## [1] "sonaroha: I predict my top genre will be ballads #SpotifyWrapped"
## 
## [[5694]]
## [1] "chiamamiPino: I predict my top genre will be Rap Italiano #SpotifyWrapped"
## 
## [[5695]]
## [1] "giuuloon: I predict my top artist will be BTS #SpotifyWrapped"
## 
## [[5696]]
## [1] "sunflowersv: I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped"
## 
## [[5697]]
## [1] "sunflowersv: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped"
## 
## [[5698]]
## [1] "ohMyG00och: I predict my most played song will be Tamagotchi x @omarapollo #SpotifyWrapped"
## 
## [[5699]]
## [1] "oluwa_faro: 🔥Quality Lhasa pup’s \n🔥4Fmale / 2Male\n2weeks  pup’s now\navailable for Booking\nFrom quality Parents \nDon’t miss it D… https://t.co/YLbh1x8Scu"
## 
## [[5700]]
## [1] "Lizbeth_Meza95: I predict my top genre will be [Pop] #SpotifyWrapped"
## 
## [[5701]]
## [1] "sonaroha: I predict my most played song will be Something Something by astro #SpotifyWrapped"
## 
## [[5702]]
## [1] "sunflowersv: I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped"
## 
## [[5703]]
## [1] "chiamamiPino: I predict my most played song will be California - Diego Naska #SpotifyWrapped"
## 
## [[5704]]
## [1] "onedaylonglive: IM EXCITED FOR MY 3RD #SpotifyWrapped"
## 
## [[5705]]
## [1] "disgruntledtofu: I just know my #SpotifyWrapped is going to be strange this year"
## 
## [[5706]]
## [1] "sunflowersv: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[5707]]
## [1] "MarcoWatts_: Fire it uppp \n\n #SpotifyWrapped #RedVelvetBirthdayParty #food https://t.co/HArJWMb4Rt"
## 
## [[5708]]
## [1] "kayoshi_dev: I predict my top artist will be @zutomayo #SpotifyWrapped"
## 
## [[5709]]
## [1] "mistahjamess: I predict my top podcast will be #UpFirst by @NPR #SpotifyWrapped"
## 
## [[5710]]
## [1] "itsmeljel: Spotify is just teasing us at this point with the #SpotifyWrapped hashtag. Pls give it to us."
## 
## [[5711]]
## [1] "faith_in_louis: I predict my top artist will be Louis Tomlinson #SpotifyWrapped"
## 
## [[5712]]
## [1] "theo7509: You gotta do it like it’s your last chance #SpotifyWrapped #inspirational"
## 
## [[5713]]
## [1] "FOLINY_ARMY: I predict my top genre will be [pop or R&amp;B who knows]#SpotifyWrapped"
## 
## [[5714]]
## [1] "Kyberry32: I predict my top artist will be Harry Styles #SpotifyWrapped"
## 
## [[5715]]
## [1] "HeroicSide: I predict my most played song will be Good Tonight from the Bad Guys since it's fun and Anthony Ramos' voice is alw… https://t.co/caZBhVfBtB"
## 
## [[5716]]
## [1] "KathleenMHill: I predict my top podcast will be @TeaTime_33 #SpotifyWrapped"
## 
## [[5717]]
## [1] "soitis__: I predict my top artist will be @HAIMtheband #SpotifyWrapped"
## 
## [[5718]]
## [1] "peachysxnrise: I predict my top podcast will be @GobletOfWinePod #SpotifyWrapped"
## 
## [[5719]]
## [1] "nicetohaveswift: I predict my most played song will be mirrorball :)\n #SpotifyWrapped"
## 
## [[5720]]
## [1] "flaherty22891: I predict my top podcast will be If you love me for me #SpotifyWrapped"
## 
## [[5721]]
## [1] "putzolutz: I predict my most played song will be Rosier/Punk2 by @brakence  #SpotifyWrapped"
## 
## [[5722]]
## [1] "peachysxnrise: I predict my top artist will be Taylor swift or disney #SpotifyWrapped"
## 
## [[5723]]
## [1] "FeelinYourself: I predict my top artist will be [ @charlieputh] #SpotifyWrapped"
## 
## [[5724]]
## [1] "imdumbfr_: I predict my top artist will be [ariana grande] #SpotifyWrapped"
## 
## [[5725]]
## [1] "exhalevro: I predict my top podcast will be literally none i dont listen to podcasts #SpotifyWrapped"
## 
## [[5726]]
## [1] "peachysxnrise: I predict my top genre will be pop? country? soft pop (is that the name?) musicals? idfk #SpotifyWrapped"
## 
## [[5727]]
## [1] "sucker4greedy: I predict my top artist will be [ARIANA GRANDE @rembeauty ] #SpotifyWrapped"
## 
## [[5728]]
## [1] "AbdulRehmen_1: My top genre would be HipHop this year 🎤 \n\n#SpotifyWrapped"
## 
## [[5729]]
## [1] "yallgurlfer: I predict my most played song will be [Me and your mama] #SpotifyWrapped"
## 
## [[5730]]
## [1] "2cents_: I predict my most played song will be either Midnight River by @realpinksweats or Voodoo by @pennyandsparrow  #SpotifyWrapped"
## 
## [[5731]]
## [1] "shirecrow: i just know that spotify is gonna tease us the whole ass week just for the graphic design to be as atrocious as las… https://t.co/0j88DZs5wp"
## 
## [[5732]]
## [1] "AngelT_Edwards: The future looks bright for the youngsters @SDMabaya.\n#SDMabaya\n#SpotifyWrapped https://t.co/5Kar5Z6uBD"
## 
## [[5733]]
## [1] "FOLINY_ARMY: I predict my most played song will be yet to come (idk) #SpotifyWrapped"
## 
## [[5734]]
## [1] "ColbyLindsay: #happymonday thnks for chcki g out the ne mix @diplo #edm @DillonFrancis #SpotifyWrapped https://t.co/ld17DI4UnT"
## 
## [[5735]]
## [1] "goodluckbeer: When do I get my #SpotifyWrapped"
## 
## [[5736]]
## [1] "FeelinYourself: I predict my most played song will be [slow it down by @charlieputh] #SpotifyWrapped"
## 
## [[5737]]
## [1] "saintnivk: I was bout to say- “How y’all got yours b4 me?!?!?” 👀 #SpotifyWrapped"
## 
## [[5738]]
## [1] "Loveiloandmilo: I predict my top podcast will be ridiculous the song by ariana grande as an episode because i dont listen to podcats.#SpotifyWrapped"
## 
## [[5739]]
## [1] "flaherty22891: I predict my top artist will be @taylorswift13 #SpotifyWrapped"
## 
## [[5740]]
## [1] "mishachu3: hello pls i want my  #SpotifyWrapped so so bad i cld cry"
## 
## [[5741]]
## [1] "ntinanotf0und: I predict my most played song will be  sober by @jxdn #SpotifyWrapped"
## 
## [[5742]]
## [1] "simplyycornelia: I predict my most played song will be King Of My Heart #SpotifyWrapped"
## 
## [[5743]]
## [1] "elsabelamaren: I predict my top artist will be [Twice] #SpotifyWrapped"
## 
## [[5744]]
## [1] "ouraniablossoms: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped \n@utadahikaru"
## 
## [[5745]]
## [1] "czambrotto: I predict my top artist will be Deftones #SpotifyWrapped"
## 
## [[5746]]
## [1] "peachysxnrise: I predict my most played song will be atwtmvftv #SpotifyWrapped"
## 
## [[5747]]
## [1] "elsabelamaren: I predict my top genre will be Kpop #SpotifyWrapped"
## 
## [[5748]]
## [1] "nthlni: Waiting for my #SpotifyWrapped as if I didn't listen to Taylor Swift only for the whole year 🤡"
## 
## [[5749]]
## [1] "LaCamilazaRemix: I predict my top artist will be Anakena, JavyPablo and Okills #SpotifyWrapped"
## 
## [[5750]]
## [1] "squid_roblox: I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped lana del Rey leak podcast"
## 
## [[5751]]
## [1] "djwinterman: We might get 1 million listens in before year end when the new tunes all drop tho. 💰👈🏾🔥\n\nhttps://t.co/3VkFFXBglW\n\n #SpotifyWrapped"
## 
## [[5752]]
## [1] "lapisdevelops: I predict my most played song will be You Wouldn't Understand by Juice WRLD #SpotifyWrapped"
## 
## [[5753]]
## [1] "elsabelamaren: I predict my most played song will be waiting on a miracle #SpotifyWrapped"
## 
## [[5754]]
## [1] "FOLINY_ARMY: I predict my top artist will be  BTS ofcourse #SpotifyWrapped"
## 
## [[5755]]
## [1] "squid_roblox: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped Radiohead"
## 
## [[5756]]
## [1] "Drip_komi: Man fuck Phineas, that bitch ass mf got a goofy ahhh triangle head. HE CANT BE TRUSTED #SpotifyWrapped #TheSims4… https://t.co/GfYyGeO419"
## 
## [[5757]]
## [1] "flaherty22891: I predict my top genre will be Bedroom Pop #SpotifyWrapped"
## 
## [[5758]]
## [1] "squid_roblox: I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped Rock"
## 
## [[5759]]
## [1] "lapisdevelops: I predict my top genre will be Melodic Rap #SpotifyWrapped"
## 
## [[5760]]
## [1] "squid_roblox: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped amoeba by clairo"
## 
## [[5761]]
## [1] "wtfmoura1: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped Tame Impala"
## 
## [[5762]]
## [1] "__SourCandy___: Spotify \nStream Bloody Mary \n#SpotifyWrapped  \n#BloodyMary \nhttps://t.co/bxDDsK17Tr"
## 
## [[5763]]
## [1] "lapisdevelops: I predict my top artist will be Juice WRLD #SpotifyWrapped"
## 
## [[5764]]
## [1] "JalisaSnell: I predict my most played song will be [Call Out My Name by The Weekend] #SpotifyWrapped"
## 
## [[5765]]
## [1] "flaherty22891: I predict my most played song will be Head over Heels-Tears for Fears #SpotifyWrapped"
## 
## [[5766]]
## [1] "erikm0nster: Really hope Chromatica is finally out of my #SpotifyWrapped 😭😩 love her but damn ma"
## 
## [[5767]]
## [1] "wtfmoura1: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped Mind Mischief"
## 
## [[5768]]
## [1] "jandralee: I don’t know why I’m so excited for #SpotifyWrapped when I already know its going to be dominated by the @arcaneshow soundtrack."
## 
## [[5769]]
## [1] "goldendaae23: sicuro top tre harry taylor e arctic monkeys #SpotifyWrapped"
## 
## [[5770]]
## [1] "LiaMichelle: Not me and my husband trying to play all out favorite jams so our #SpotifyWrapped is not the Cars 3 soundtrack 3 years running."
## 
## [[5771]]
## [1] "houseofari: I predict my top artist will be @Drake or Khalid #SpotifyWrapped"
## 
## [[5772]]
## [1] "Loveiloandmilo: I predict my top artist will be Billie Eilish #SpotifyWrapped"
## 
## [[5773]]
## [1] "wtfmoura1: I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped Psychadelic Rock"
## 
## [[5774]]
## [1] "tyderail: I predict my top artist will be @NICKIMINAJ 😇 #SpotifyWrapped"
## 
## [[5775]]
## [1] "Loveiloandmilo: I predict my top genre will be pop #SpotifyWrapped"
## 
## [[5776]]
## [1] "CorduroyLane: i think wilbur, lovejoy, or glass animals will top my #SpotifyWrapped"
## 
## [[5777]]
## [1] "mistahjamess: I predict my top artist will be @justmike #SpotifyWrapped"
## 
## [[5778]]
## [1] "VindiTweets: #SpotifyWrapped I predict my most listened to artist to be Nas for 2022 and the most played song 'Speechless'"
## 
## [[5779]]
## [1] "edeniseg: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[5780]]
## [1] "Loveiloandmilo: I predict my most played song will be Male Fantasy #SpotifyWrapped"
## 
## [[5781]]
## [1] "xtrnall: I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped"
## 
## [[5782]]
## [1] "ItsJosiePosiee: I know no one probably cares when I share my Spotify wrapped but it's always interesting to see how I started the y… https://t.co/ZItj4E3RQs"
## 
## [[5783]]
## [1] "xtrnall: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped"
## 
## [[5784]]
## [1] "AlexParody3: I predict my most played song will be [Coloratura] #SpotifyWrapped"
## 
## [[5785]]
## [1] "xtrnall: I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped"
## 
## [[5786]]
## [1] "RyanHorror1998: I predict my top artist will be @FromAshestoNew #SpotifyWrapped"
## 
## [[5787]]
## [1] "ACHlUWA: I predict my most played song will be Ken Carson-Intro  #SpotifyWrapped"
## 
## [[5788]]
## [1] "xtrnall: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[5789]]
## [1] "vanessitarv: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[5790]]
## [1] "Chanwooisbabie: I predict my most played song is definitely Mary on a cross (save me please I’m scared for this 😭😭)#SpotifyWrapped"
## 
## [[5791]]
## [1] "edeniseg: I predict my top genre will be Soundtracks #SpotifyWrapped"
## 
## [[5792]]
## [1] "RyanHorror1998: I predict my top genre will be metalcore #SpotifyWrapped"
## 
## [[5793]]
## [1] "BenjaminGCooper: @Spotify should prompt anyone posting #SpotifyWrapped content to buy music and merch direct from artists. In genera… https://t.co/XJ69w0MCsh"
## 
## [[5794]]
## [1] "williamsIsaia16: The owner of this style has demonstrated how it should be\nAngela go and learn no come dey do yah back like plywood… https://t.co/oJqmC11I6C"
## 
## [[5795]]
## [1] "X100PreBeno: Well #SpotifyWrapped https://t.co/cMlPUSw7HN"
## 
## [[5796]]
## [1] "MemedMeat: https://t.co/r53Mub0xhJ\n\nDon’t Miss This Opportunity U Get Daily Free Newlisting Up to 25$\n\n#ETH #Bitcoin #要要搞定個要… https://t.co/hctl89mDVM"
## 
## [[5797]]
## [1] "F1Emz: I predict my top artist will be Arctic Monkeys #SpotifyWrapped"
## 
## [[5798]]
## [1] "MatheusVersian5: Relaxing music: piano \nYouTube@relaxsoothing1 \nKwai: relax soothing \nInstagram: relax soothing \n\n#SpotifyWrapped… https://t.co/woiFYnBF5I"
## 
## [[5799]]
## [1] "JumplinkTechhub: It's a new week\nGo out there and be great 🙂\nYou got this \n\n#Levels #SpotifyWrapped \n#jumplinktechnologies"
## 
## [[5800]]
## [1] "tyderail: I predict my most played song will be #SuperFreakyGirl 🤪 #SpotifyWrapped"
## 
## [[5801]]
## [1] "indstu7: Shit, it's trending - time for me to play an achingly cool, obscure, pretentious indie band continuously for the ne… https://t.co/9sdisYu13Y"
## 
## [[5802]]
## [1] "edeniseg: I predict my most played song will be All too Well 10 Min. Version #SpotifyWrapped"
## 
## [[5803]]
## [1] "Cristin25558525: @TOMACVETY @dimash_official  ama el #dombra \n#DimashKazakhVoice \nQAIRAM ELIM - SAMALTAU \n#BestMusic #artistaloud… https://t.co/wmEFljUuHc"
## 
## [[5804]]
## [1] "ohmygod81844174: Why does my music taste always peak in the weeks leading up to #SpotifyWrapped"
## 
## [[5805]]
## [1] "RealFrancisPort: I predict my most played song will be Out of Time #SpotifyWrapped"
## 
## [[5806]]
## [1] "youremymymy: I predict my top genre will be Pop #SpotifyWrapped"
## 
## [[5807]]
## [1] "F1Emz: I predict my top genre will be Eurovision #SpotifyWrapped"
## 
## [[5808]]
## [1] "Ryana427: Tis the #SpotifyWrapped season"
## 
## [[5809]]
## [1] "F1Emz: I predict my most played song will be River #SpotifyWrapped"
## 
## [[5810]]
## [1] "thesleeperart: I predict my top podcast will be [The Amelia Project ] #SpotifyWrapped"
## 
## [[5811]]
## [1] "thesleeperart: I predict my top artist will be [Sewerslvt] #SpotifyWrapped"
## 
## [[5812]]
## [1] "cxrize: I predict my top artist will be [Lana Del Rey] #SpotifyWrapped"
## 
## [[5813]]
## [1] "iquitenian: I think my 2022 top song could be \"Children\" by Robert Miles or \"GigaChad Theme (Phonk House Version)\" by g3ox_em.… https://t.co/G2o7AcOwOx"
## 
## [[5814]]
## [1] "cxrize: I predict my top genre will be [kpop] #SpotifyWrapped"
## 
## [[5815]]
## [1] "DanielM39398089: I predict my top genre will be  Alternative. I listened to way too much AJR and BoyWithUke for it not to be 😅 #SpotifyWrapped"
## 
## [[5816]]
## [1] "thesleeperart: I predict my top genre will be [Glitchcore] #SpotifyWrapped"
## 
## [[5817]]
## [1] "ASouth_African: They must all lose their jobs for not  stopping their colleagues from committing the assault @SAPoliceService… https://t.co/eup0AWqxEr"
## 
## [[5818]]
## [1] "AprilCrook18: I predict my top artist will be Stray Kids  #SpotifyWrapped"
## 
## [[5819]]
## [1] "mukhershd: cant wait fr #SpotifyWrapped"
## 
## [[5820]]
## [1] "BoiSenseless: Honda CR-V 2006 @Ibadan currently ₦1.8M\nDM is open 👐\n#SpotifyWrapped #PeterObi4President2023 #lagos #hookup… https://t.co/ynzqmDHU3L"
## 
## [[5821]]
## [1] "cxrize: I predict my most played song will be [house of balloons/ glass table girls] #SpotifyWrapped"
## 
## [[5822]]
## [1] "thesleeperart: I predict my most played song will be [Hey ya! by Outkast] #SpotifyWrapped"
## 
## [[5823]]
## [1] "kanekisIut: JUST GIVE IT TO US ALREADY  #SpotifyWrapped"
## 
## [[5824]]
## [1] "AprilCrook18: I predict my top genre will be K Pop #SpotifyWrapped"
## 
## [[5825]]
## [1] "Moonlight_Herr: I predict my top artist will be Ariana Grande❤️ #SpotifyWrapped"
## 
## [[5826]]
## [1] "AprilCrook18: I predict my most played song will be 3 Racha by 3 Racha from Stray Kids  #SpotifyWrapped"
## 
## [[5827]]
## [1] "jmbwr: Mi #SpotifyWrapped va a ser puro Taylor Swift, Queen y Blackpink 💋"
## 
## [[5828]]
## [1] "dennisnjuki2018: #SpotifyWrapped #World not the difference https://t.co/h5jcHSP513"
## 
## [[5829]]
## [1] "Maimdp_: I predict my top podcast will be no escucho de eso. #SpotifyWrapped"
## 
## [[5830]]
## [1] "jkrenebae: I predict my top artist will be @BTS_twt #SpotifyWrapped"
## 
## [[5831]]
## [1] "youremymymy: I predict my top podcast will be The Anxious Truth #SpotifyWrapped"
## 
## [[5832]]
## [1] "gloomjenos: poop #SpotifyWrapped"
## 
## [[5833]]
## [1] "burkayshn1: I predict my top artist will be OH LAMAR, HAIL MARY AND MARIJUANA, TIMES IS HARD #SpotifyWrapped"
## 
## [[5834]]
## [1] "Moonlight_Herr: I predict my top genre will be Pop #SpotifyWrapped"
## 
## [[5835]]
## [1] "YrnlonnieYt: hood afternoon loves ❤️ #SpotifyWrapped"
## 
## [[5836]]
## [1] "battle_reviews: I predict my top artist will be Kid Cudi #SpotifyWrapped"
## 
## [[5837]]
## [1] "ayokasystems: Spotify Wrapped is coming soon...\n\n#Spotify #SpotifyWrapped https://t.co/iLicUscI35"
## 
## [[5838]]
## [1] "AmoahCFC: South Korea's footballer \"KIM MEHN SU\" 😭😭😭\n\n#ghanablackstars #SpotifyWrapped \n#kudus \n#KOR \n#KORGHA https://t.co/yZBuIGwOcz"
## 
## [[5839]]
## [1] "jkrenebae: I predict my top genre will be K-pop #SpotifyWrapped"
## 
## [[5840]]
## [1] "leehannie08: I predict my top artist will be stray kids or twice #SpotifyWrapped"
## 
## [[5841]]
## [1] "Maimdp_: I predict my most played song will be Nathy Peluso - EMERGENCIA #SpotifyWrapped"
## 
## [[5842]]
## [1] "ROLLINSxMESSIAH: I predict my top podcast will be [simgm productions] #SpotifyWrapped"
## 
## [[5843]]
## [1] "1975ruinedme: this is gonna be a shitshow #SpotifyWrapped"
## 
## [[5844]]
## [1] "Favanr: I’m ready for #SpotifyWrapped like where is it"
## 
## [[5845]]
## [1] "EZBreezyT: I predict my top artist will again be #WhitneyHouston. It’s been the same for a few years now. #SpotifyWrapped https://t.co/7bJ3WtEnqS"
## 
## [[5846]]
## [1] "battle_reviews: I predict my top genre will be Hip-hop #SpotifyWrapped"
## 
## [[5847]]
## [1] "leehannie08: I predict my top genre will be kpop #SpotifyWrapped"
## 
## [[5848]]
## [1] "BanditsInsider_: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped \n\nLol"
## 
## [[5849]]
## [1] "octowhat2: I predict my top artist will be guys pls ok there’s a 90% chance it’s kanye pls don’t kill me i swear it’s from sum… https://t.co/qHGdtMYxtS"
## 
## [[5850]]
## [1] "forgetmenot49: I predict my most played song will be Hate my favorite band by @Nightly #SpotifyWrapped"
## 
## [[5851]]
## [1] "ROLLINSxMESSIAH: I predict my top artist will be [ksi] #SpotifyWrapped"
## 
## [[5852]]
## [1] "youremymymy: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[5853]]
## [1] "MochaWilliams9: #Advice #Taemin I predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[5854]]
## [1] "usernimmtestief: I predict my most played song will be [Januar 2018] #SpotifyWrapped"
## 
## [[5855]]
## [1] "Daniela53946522: I predict my most played song will be [Judas of Lady Gaga ] #SpotifyWrapped"
## 
## [[5856]]
## [1] "tiffnic06: I predict my top genre will be 🎸🥁🎤 #SpotifyWrapped"
## 
## [[5857]]
## [1] "godfree: This is me waiting for #SpotifyWrapped https://t.co/A3Zs0pKj1E"
## 
## [[5858]]
## [1] "leehannie08: I predict my most played song will be Illusion by aespa  #SpotifyWrapped"
## 
## [[5859]]
## [1] "solacesyk: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped HotShit"
## 
## [[5860]]
## [1] "m_thompson_0506: Also feel free to send me some game recommendations since I’ve been trying to find new games to play :) #twitch… https://t.co/LxsI8wFord"
## 
## [[5861]]
## [1] "ROLLINSxMESSIAH: I predict my top genre will be [sum with pop ig] #SpotifyWrapped"
## 
## [[5862]]
## [1] "isiforshort: Happy #SpotifyWrapped szn to those who observe 💕"
## 
## [[5863]]
## [1] "youremymymy: I predict my most played song will be Lavender Haze #SpotifyWrapped"
## 
## [[5864]]
## [1] "MochaWilliams9: #TAEMIN I predict my top artist will be #SpotifyWrapped"
## 
## [[5865]]
## [1] "ROLLINSxMESSIAH: I predict my most played song will be [Nightcall] #SpotifyWrapped"
## 
## [[5866]]
## [1] "JaysmokesZa: I predict my top artist will be [Lil Durk or YB] #SpotifyWrapped"
## 
## [[5867]]
## [1] "heartlifeshin: I predict my most played song will be [glimpse of us] #SpotifyWrapped"
## 
## [[5868]]
## [1] "GaneshDGN: I predict my top artist will be Shreya Ghoshal Anytime  #SpotifyWrapped"
## 
## [[5869]]
## [1] "hiheyitsmk: I predict my top artist will be MCR or BTS #SpotifyWrapped"
## 
## [[5870]]
## [1] "tiffnic06: I predict my top artist will be 🔁🦶 #SpotifyWrapped"
## 
## [[5871]]
## [1] "battle_reviews: I predict my most played song will be Pursuit Of Happiness - Extended Steve Aoki Remix #SpotifyWrapped"
## 
## [[5872]]
## [1] "jkrenebae: I predict my most played song will be all to well(10 minute version) #SpotifyWrapped"
## 
## [[5873]]
## [1] "lilmzfenty: I predict my most played song will be same space by @TianaMajor9 will probably be in my top 10 songs #SpotifyWrapped"
## 
## [[5874]]
## [1] "amireallyhimfr: yk bro had a headache the whole day (follow tik tok @ireallyamhimfr) help a dawg out🤝🏽 \n\n#hoodfights #hoodvideos… https://t.co/kTeQ1cefmO"
## 
## [[5875]]
## [1] "hiheyitsmk: I predict my top genre will be rock or k-pop #SpotifyWrapped"
## 
## [[5876]]
## [1] "Sararose12_: I predict my top podcast will be [daebak show by Eric nam] #SpotifyWrapped"
## 
## [[5877]]
## [1] "khalid_jiya: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[5878]]
## [1] "hiheyitsmk: I predict my most played song will be Daechwita or Run BTS #SpotifyWrapped"
## 
## [[5879]]
## [1] "SpookyKing0: I predict my most played song will be let me live/let me die by Des Rocs #SpotifyWrapped"
## 
## [[5880]]
## [1] "khalid_jiya: I predict my top genre will be Pop #SpotifyWrapped"
## 
## [[5881]]
## [1] "tiffnic06: I predict my most played song will be ‽ #SpotifyWrapped"
## 
## [[5882]]
## [1] "fairislerry: terrified for #SpotifyWrapped bc jan - may milo did not know what they were doing"
## 
## [[5883]]
## [1] "casslogist: hurry up please stop teasing  #SpotifyWrapped"
## 
## [[5884]]
## [1] "Vermontious: Why are people so excited for #SpotifyWrapped I don't get it\n\nI know what I've listened to this year\n\nI don't need… https://t.co/oMI14lSPHp"
## 
## [[5885]]
## [1] "manuelgalindoo: I predict my top artist will be [Taylor Swift] #SpotifyWrapped"
## 
## [[5886]]
## [1] "khalid_jiya: I predict my most played song will be RUNRUNRUN by Dutch Melrose #SpotifyWrapped"
## 
## [[5887]]
## [1] "Sararose12_: I predict my top artist will be [BLACKPINK] #SpotifyWrapped"
## 
## [[5888]]
## [1] "lilac_bambi: I predict my top artist will be Alex G #SpotifyWrapped"
## 
## [[5889]]
## [1] "BobKaufman69: #mondaythoughts #SpotifyWrapped  You ever walk up to somebody at the condom section at #CVS and say, “Gonna get some eh?” #Trojans"
## 
## [[5890]]
## [1] "ot7close_friend: I wonder who will top my Spotify wrapped #SpotifyWrapped"
## 
## [[5891]]
## [1] "EJC_CORBETT: I predict my top artist will be The Avett Brothers or Taylor Swift #SpotifyWrapped"
## 
## [[5892]]
## [1] "_uuwah: I predict my top podcast will be [trash taste] #SpotifyWrapped"
## 
## [[5893]]
## [1] "Mescuudiii: I predict my most played song will be All Mine by @brentfaiyaz or Jackie Brown lol #SpotifyWrapped"
## 
## [[5894]]
## [1] "lilac_bambi: I predict my top genre will be Indie Rock #SpotifyWrapped"
## 
## [[5895]]
## [1] "m_thompson_0506: Hey guys I’ll be streaming Amnesia soon! Be sure to go check it out, but in the mean time I’ll be streaming Ori and… https://t.co/2TFnQRkiWv"
## 
## [[5896]]
## [1] "manuelgalindoo: I predict my most played song will be [All Too Well (10 minutes version) ] #SpotifyWrapped"
## 
## [[5897]]
## [1] "Sararose12_: I predict my top genre will be [kpop] #SpotifyWrapped"
## 
## [[5898]]
## [1] "PhoebiArum: I predict my most played song will be [ Aaliyah Are you that Somebody] #SpotifyWrapped"
## 
## [[5899]]
## [1] "Esteban_g27_: I predict my most played song will be [Midnight -Coldplay] 👀 #SpotifyWrapped"
## 
## [[5900]]
## [1] "JayKitsuneTV: I predict my top podcast will be [Abroad In Japan] #SpotifyWrapped"
## 
## [[5901]]
## [1] "_uuwah: I predict my top artist will be [glaive] #SpotifyWrapped"
## 
## [[5902]]
## [1] "nikki_inde: I predict my top podcast will be @SPNthenandnow 😁💕 #SpotifyWrapped"
## 
## [[5903]]
## [1] "gayganridley: I predict my top artist will be [melanie martinez] #SpotifyWrapped"
## 
## [[5904]]
## [1] "AstroTorch: I predict my top artist will be @ANOfficial #SpotifyWrapped It wont be close, either."
## 
## [[5905]]
## [1] "_uuwah: I predict my top genre will be [hyperpop] #SpotifyWrapped"
## 
## [[5906]]
## [1] "Sararose12_: I predict my most played song will be [Shut down by blackpink ] #SpotifyWrapped"
## 
## [[5907]]
## [1] "_uuwah: I predict my most played song will be [minnesota is a place that exists] #SpotifyWrapped"
## 
## [[5908]]
## [1] "JayKitsuneTV: I predict my top artist will be [Yorushika] #SpotifyWrapped"
## 
## [[5909]]
## [1] "yuriink_: ✶ Valkyrie ✶\n\n#tattoo #tattoos #tatuagem #tattooartist #tattooedmodels #tattooart #tatuajes #tattoopoa… https://t.co/HEzpFPJv3h"
## 
## [[5910]]
## [1] "ProbablyNolan: Need the serotonin rush of my #SpotifyWrapped asap to make it through the next few weeks 😭"
## 
## [[5911]]
## [1] "kiaramaritz13: I predict my top artist will be [Taylor swift ] #SpotifyWrapped"
## 
## [[5912]]
## [1] "JayKitsuneTV: I predict my top genre will be [J-Pop] #SpotifyWrapped"
## 
## [[5913]]
## [1] "ZanAycicek: Don't miss the opportunities for amazon discounts https://t.co/0iXgMZVOGI\n\n#SpotifyWrapped #GiftGalaxy JUST ANNOUNCED"
## 
## [[5914]]
## [1] "Nadia_4444: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[5915]]
## [1] "gayroxide: I predict my top artist will be Bladee #SpotifyWrapped"
## 
## [[5916]]
## [1] "exlaixa: I predict my top artist will be [taylor swift] #SpotifyWrapped"
## 
## [[5917]]
## [1] "kiaramaritz13: I predict my top genre will be [dance pop] #SpotifyWrapped"
## 
## [[5918]]
## [1] "I_mialisa_I: I predict my top podcast will be [Malam seram] #SpotifyWrapped"
## 
## [[5919]]
## [1] "exlaixa: I predict my most played song will be [a Taylor swift song] #SpotifyWrapped"
## 
## [[5920]]
## [1] "JayKitsuneTV: I predict my most played song will be [花人局 - Yorushika] #SpotifyWrapped"
## 
## [[5921]]
## [1] "NC422wasfound: I predict my most played song will be [either sex cells, concrete, or the black parade] #SpotifyWrapped"
## 
## [[5922]]
## [1] "lyingbugs: I predict my top artist will be [Mitski] #SpotifyWrapped"
## 
## [[5923]]
## [1] "juliatayloe: I predict my most played song will be Jackie Onassis @SammyRaeMusic  #SpotifyWrapped"
## 
## [[5924]]
## [1] "Junkyuturtlekim: I predict my most played song will be #TalkthatTalk by @JYPETWICE #SpotifyWrapped"
## 
## [[5925]]
## [1] "I_mialisa_I: I predict my top artist will be [Taylor swift ] #SpotifyWrapped"
## 
## [[5926]]
## [1] "kiaramaritz13: I predict my most played song will be [all too well 10 minute version ] #SpotifyWrapped"
## 
## [[5927]]
## [1] "callmelexis: I predict my top artist will be either banks, paramore, kehlani or hayley williams #SpotifyWrapped"
## 
## [[5928]]
## [1] "PikaSaz: I predict my top artist will be @taylorswift13 I dont think I have listened to as much ATL as past years so I think… https://t.co/fbTHaAgIDT"
## 
## [[5929]]
## [1] "chirpyest: CYBER MONDAY HACK! Use the Chirpyest browser extension to save &amp; earn money when shopping Cyber Monday deals.… https://t.co/MNygdq7b6e"
## 
## [[5930]]
## [1] "qmptrading: $SUSHI looking for next leg up 🍥💸⬆️ #cryptocurrency #CryptoInvestor #cryptocurrency #FIFAWorldCupQatar2022… https://t.co/RisUNG8Jr5"
## 
## [[5931]]
## [1] "I_mialisa_I: I predict my top genre will be [pop] lol #SpotifyWrapped"
## 
## [[5932]]
## [1] "juliatayloe: I predict my most played song will be All Too Well (Ten Minute Version) (Taylor's Version) (From the Vault) #SpotifyWrapped"
## 
## [[5933]]
## [1] "ariishinyz: Imagine dragons o stray kids seguro\n\n I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped"
## 
## [[5934]]
## [1] "gr33nblu3purpl3: I predict my top podcast will be [uhhh probably the bojack audios ] #SpotifyWrapped"
## 
## [[5935]]
## [1] "Moflexhandsome0: My song shade is on @tiktokcreators  and challenge is ongoing now search moflex shade on tiktok creat ur video and… https://t.co/ztX7BbW9a2"
## 
## [[5936]]
## [1] "I_mialisa_I: I predict my most played song will be [stand out fit in - one ok rock] #SpotifyWrapped"
## 
## [[5937]]
## [1] "NotUnfunniest: I predict my top podcast will be [Chuckle Sandwich] #SpotifyWrapped"
## 
## [[5938]]
## [1] "ariishinyz: Va a salir kpop xd I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped"
## 
## [[5939]]
## [1] "DrFrogDoom: I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped"
## 
## [[5940]]
## [1] "hedrswiffff: I predict my top artist will be Set it off #SpotifyWrapped"
## 
## [[5941]]
## [1] "DrFrogDoom: I predict my top artist will be Gorillaz #SpotifyWrapped"
## 
## [[5942]]
## [1] "dreamytsu: I predict my top artist will be LE SSERAFIM #SpotifyWrapped"
## 
## [[5943]]
## [1] "NotUnfunniest: I predict my top artist will be [LoveJoy] #SpotifyWrapped"
## 
## [[5944]]
## [1] "RoyalxDaring: HELP HERRR LIKEEEE #rh #adoptme #robux #Giveaways #royalhigh #royalehigh #SpotifyWrapped #MattHanock #Indigo #乌鲁木齐… https://t.co/WgdGPVNZFS"
## 
## [[5945]]
## [1] "gr33nblu3purpl3: I predict my top artist will be [Taylor Swift] #SpotifyWrapped"
## 
## [[5946]]
## [1] "ETomlinson99: I predict my top artist will be @davidbisbal #SpotifyWrapped"
## 
## [[5947]]
## [1] "DrFrogDoom: I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped"
## 
## [[5948]]
## [1] "prism_punk: I predict my most played song will be [sweet child o mine] #SpotifyWrapped"
## 
## [[5949]]
## [1] "chydhera: Get your quality shirts at 🔖 NGN 8,500 ⚖ delivery can be done nationwide 🇳🇬\n#fashion #shirts #要要搞定個要… https://t.co/i9HvC6ntuR"
## 
## [[5950]]
## [1] "ZZozo624: I’m tired of hearing #SpotifyWrapped wrapped is coming up. Complete the damn task and stop talking about it"
## 
## [[5951]]
## [1] "DrFrogDoom: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[5952]]
## [1] "ShyybahFM: What an amazing voice. #CyberMonday #SpotifyWrapped https://t.co/0NaWWMdPvm"
## 
## [[5953]]
## [1] "ariishinyz: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped \n\nO gods menu de stray kids o sharks de imagine dragons"
## 
## [[5954]]
## [1] "NotUnfunniest: I predict my top genre will be [Indie Rock] #SpotifyWrapped"
## 
## [[5955]]
## [1] "itskendalagain: I predict my top artist will be @bleachersmusic &lt;3 #SpotifyWrapped"
## 
## [[5956]]
## [1] "epicdave2001: I predict my top podcast will be Erin is the Funny One (@jacksfilms) #SpotifyWrapped"
## 
## [[5957]]
## [1] "gr33nblu3purpl3: I predict my top genre will be [Pop] #SpotifyWrapped"
## 
## [[5958]]
## [1] "leoarapp: Anyone want a pet gator? 🐊❤️🐊❤️🐊❤️ #leoar #ar #xr #meta https://t.co/rvPdFRsHR7 #MattHanock #RedVelvetBirthdayParty… https://t.co/sDimrcELlQ"
## 
## [[5959]]
## [1] "AstroTorch: I predict my most played song will be Dear Dairy by BMTH #SpotifyWrapped"
## 
## [[5960]]
## [1] "gr33nblu3purpl3: I predict my most played song will be [Maroon] #SpotifyWrapped"
## 
## [[5961]]
## [1] "epicdave2001: I predict my top artist will be Doja Cat #SpotifyWrapped"
## 
## [[5962]]
## [1] "MultiversalDev: I predict my most played song will be Cold Light #SpotifyWrapped"
## 
## [[5963]]
## [1] "otherebecca: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped BTS of course."
## 
## [[5964]]
## [1] "NotUnfunniest: I predict my most played song will be One Day #SpotifyWrapped"
## 
## [[5965]]
## [1] "minsugaforehead: I predict my top podcast will be #Distractible #SpotifyWrapped"
## 
## [[5966]]
## [1] "kerancore: I predict my most played song will be Don't Call Me by SHINee #SpotifyWrapped"
## 
## [[5967]]
## [1] "epicdave2001: I predict my top genre will be rap #SpotifyWrapped"
## 
## [[5968]]
## [1] "tryingtocancel: You don’t threat Messi 😡.                   #FIFAWorldCupQatar2022 #MexicoVsArgentina #SpotifyWrapped #要要搞定個要… https://t.co/CWNZbX5gzX"
## 
## [[5969]]
## [1] "datkidchrisdree: Please follow me as ur scrolling  naw\n#SpotifyWrapped \n#要要搞定個要 #WorldcupQatar2022 #NancyIsime"
## 
## [[5970]]
## [1] "epicdave2001: I predict my most played song will be Unholy (Sam Smith), Love to Dream (Doja Cat), or oops! (Yung Gravy) #SpotifyWrapped"
## 
## [[5971]]
## [1] "xpapatya_x: I predict my top podcast will be [ chuckle sandwich 🥪 ] #SpotifyWrapped"
## 
## [[5972]]
## [1] "I_Am_Mars__: I predict my most played song will be Bo Burnham (anything from inside) #SpotifyWrapped"
## 
## [[5973]]
## [1] "minsugaforehead: I predict my top artist will be SEVENTEEN or TXT or BTS idk 🥹 #SpotifyWrapped"
## 
## [[5974]]
## [1] "dreamytsu: I predict my most played song will be [After LIKE] #SpotifyWrapped"
## 
## [[5975]]
## [1] "zayyunleashed: I think my top artist will be Tate Mcrae #SpotifyWrapped"
## 
## [[5976]]
## [1] "xpapatya_x: I predict my top artist will be [PARAMOREEEE] #SpotifyWrapped"
## 
## [[5977]]
## [1] "I_Am_Mars__: I predict my top genre will be Rock #SpotifyWrapped"
## 
## [[5978]]
## [1] "j3ssaf: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped @SUICIDEBOYS @suicideLEOPARD @SuicideChrist 👍🏽😂"
## 
## [[5979]]
## [1] "xpapatya_x: I predict my top genre will be [idk whatever paramore is lol] #SpotifyWrapped"
## 
## [[5980]]
## [1] "calmIjawBoy: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped electricity"
## 
## [[5981]]
## [1] "veggie_samosa: I predict my top artist will be My Chemical Romance 🤧#SpotifyWrapped"
## 
## [[5982]]
## [1] "I_Am_Mars__: I predict my top artist will be @boburnham  #SpotifyWrapped"
## 
## [[5983]]
## [1] "MichelleCaissi1: This is my EXACTLY #SpotifyWrapped https://t.co/LeKxsX21ld"
## 
## [[5984]]
## [1] "minsugaforehead: I predict my top genre will be KPOP #SpotifyWrapped"
## 
## [[5985]]
## [1] "xpapatya_x: I predict my most played song will be [THIS IS WHY - PARAMORE] #SpotifyWrapped"
## 
## [[5986]]
## [1] "party4__u: I predict my most played song will be Mitski - Why Didn't You Stop Me?#SpotifyWrapped"
## 
## [[5987]]
## [1] "midnightsera13: I predict my most played song will be (this one is hard idek) #SpotifyWrapped"
## 
## [[5988]]
## [1] "g_awaycarmrd: i predict my top genre will be pop, definitely  #SpotifyWrapped"
## 
## [[5989]]
## [1] "I_Am_Mars__: I predict my top podcast will be Distractable #SpotifyWrapped"
## 
## [[5990]]
## [1] "Dur_x9: Shop your new clothes with NewChic to hang out with your friends\nSave 20% for order over $70 with code \"MENCL20\"… https://t.co/LtvJG8CfEt"
## 
## [[5991]]
## [1] "minsugaforehead: I predict my most played song will be AFTER LIKE by IVE definitely #SpotifyWrapped"
## 
## [[5992]]
## [1] "mpsrcym: I fall in love with peace, coffee, and sunsets. I fall in love with pizza nights, video games that keep me excited… https://t.co/Eiwgz4t6Pz"
## 
## [[5993]]
## [1] "nialovenicki: I predict my top artist will be Nicki Minaj #SpotifyWrapped"
## 
## [[5994]]
## [1] "CocoandFriends2: I predict my top artist will be Fleetwood Mac #SpotifyWrapped"
## 
## [[5995]]
## [1] "g_awaycarmrd: i predict my most played song will be better than revenge, idk #SpotifyWrapped"
## 
## [[5996]]
## [1] "OnlineProusa: Computer repair service in #USA \nhttps://t.co/Nsmw4hFbMT\n\n#Analytics #5G #MachineLearning #AI #Python  #NLProc… https://t.co/ffZwpk7XNX"
## 
## [[5997]]
## [1] "kim17_jihoo: I predict my most played song will be blue side by #jhope  #SpotifyWrapped"
## 
## [[5998]]
## [1] "party4__u: I predict my top artist will be Mitski #SpotifyWrapped"
## 
## [[5999]]
## [1] "midnightsera13: I predict my top podcast will be Rain Sounds #SpotifyWrapped"
## 
## [[6000]]
## [1] "votefortxtuwu: I predict my Top 5 artists will be:\n1. BTS 2. Tomorrow X Together 3. TNX 4. Aespa 5. ITZY?Kep1er?#SpotifyWrapped"
## 
## [[6001]]
## [1] "martin_mg__: I predict my top artist will be @RollingStones  #SpotifyWrapped \n\nSi no son los Stones cerremos todo.."
## 
## [[6002]]
## [1] "midnightsera13: I predict my top genre will be Pop #SpotifyWrapped"
## 
## [[6003]]
## [1] "manic_idleteen: I predict my most played song will be make you proud - jensen mcrae #SpotifyWrapped"
## 
## [[6004]]
## [1] "KennoStargate: Can’t wait to see my #SpotifyWrapped cause I treat it like a game now. I be tryna hit certain marks"
## 
## [[6005]]
## [1] "carcarcrash7864: I predict my top artist will be [#ITZY ] #SpotifyWrapped"
## 
## [[6006]]
## [1] "OnlineProusa: Computer repair service in #USA \nhttps://t.co/Nsmw4hFbMT\n\n#Analytics #5G #MachineLearning #AI #Python  #NLProc… https://t.co/VDCqJcdNOd"
## 
## [[6007]]
## [1] "midnightsera13: I predict my top artist will be Taylor Alison Swift #SpotifyWrapped"
## 
## [[6008]]
## [1] "LilJinata1111: “I PLAYED WITH BAD BUNNY ON MW 2.0” VIDEO IS OUT NOW GO CHECK IT OUT #BadBunny #MW2 #gamingcommunity #gamer… https://t.co/WT0hDBiS9A"
## 
## [[6009]]
## [1] "junhaniac: I predict my most played song will be [to you by seventeen 💪💪] #SpotifyWrapped"
## 
## [[6010]]
## [1] "blackholefriend: I predict my most played song will be HARD TIMES BY PARAMORE I LOVE HARD TIMES BY PARAMORE #SpotifyWrapped https://t.co/feDOtiWCH8"
## 
## [[6011]]
## [1] "hildevongarden: Some of my #SpotifyWrapped predictions for 2022.\nMost played songs:\n1. Alles in Allem - Einstürzende Neubauten\n2. M… https://t.co/KzMX82BrbP"
## 
## [[6012]]
## [1] "JamesHarness: .@ladygaga @carlyraejepsen two beautiful artists stand before me, but I only have one top artist on my #SpotifyWrapped…"
## 
## [[6013]]
## [1] "carcarcrash7864: I predict my top genre will be [KPOP] #SpotifyWrapped"
## 
## [[6014]]
## [1] "ONErpm: Patiently waiting for #SpotifyWrapped https://t.co/epGHTauZSx"
## 
## [[6015]]
## [1] "OnlineProusa: Computer repair service in #USA \nhttps://t.co/Nsmw4hXl11\n\n#Analytics #5G #MachineLearning #AI #Python  #NLProc… https://t.co/3mQ9cw2zuH"
## 
## [[6016]]
## [1] "maomic2: Check ✅ this out for your comfortability at home 🏠🏡 #adelatfurniture for home 🏘️ and office 📴 #furniture… https://t.co/TMmTa1oKgj"
## 
## [[6017]]
## [1] "carcarcrash7864: I predict my most played song will be [NOT SHY ] #SpotifyWrapped"
## 
## [[6018]]
## [1] "xoxoewer: this was my best year in music taste and discovery, when tf is #SpotifyWrapped actually dropping??!?"
## 
## [[6019]]
## [1] "relevant_2020: i predict my most played song will be innacurate since i used two accounts\n\nbut idk\nprobably Bullshit by… https://t.co/6gHvg7FLAm"
## 
## [[6020]]
## [1] "lilac_bambi: honestly i feel like if @Spotify wrapped came out on the same day every year, we would count down the days in antic… https://t.co/B7Z7O0GYvu"
## 
## [[6021]]
## [1] "relientkenny: HURRY UP SPOTIFY IM READY #SpotifyWrapped"
## 
## [[6022]]
## [1] "Boomalope_: drop it already #SpotifyWrapped https://t.co/b4IXJMzbk6"
## 
## [[6023]]
## [1] "ferzavala14: @ILLENIUM\n\nI predict my top artist will be [fill in top artist prediction] #SpotifyWrapped"
## 
## [[6024]]
## [1] "_AstroMaddie: I predict my top podcast will be @goingwestpod  because I am obsessed 💗💗💗💗#SpotifyWrapped"
## 
## [[6025]]
## [1] "OnlineProusa: Computer repair service in #USA \nhttps://t.co/Nsmw4hXl11\n\n#Analytics #5G #MachineLearning #AI #Python  #NLProc… https://t.co/sVLqw6SqyR"
## 
## [[6026]]
## [1] "lizdalben: happy #SpotifyWrapped to those who celebrate"
## 
## [[6027]]
## [1] "RealMyaJ: 𝘚𝘵𝘰𝘱 𝘣𝘺 ✨\n\n #SpotifyWrapped https://t.co/dwTi88J7j9"
## 
## [[6028]]
## [1] "jaylee_shaner: I predict my top podcast will be  \nWe Can Do Hard Things \n\nI absolutely refuse to let @GlennonDoyle and @AbbyWambach down. #SpotifyWrapped"
## 
## [[6029]]
## [1] "HaitianDoll_LLC: @Spotify New EPK. I’m revolutionizing music!\n#rap #music #Trending #TrendingNow #artist #SpotifyWrapped \nhttps://t.co/vPMRFRkg3w"
## 
## [[6030]]
## [1] "ddlhsteinfeld: I predict my top artist will be Demi Lovato #SpotifyWrapped"
## 
## [[6031]]
## [1] "ZackAttack2995: If either Demi Lovato, Halsey, or Big Time Rush doesn’t make my #SpotifyWrapped I have failed somewhere."
## 
## [[6032]]
## [1] "diegolealdo: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped Juice WRLD"
## 
## [[6033]]
## [1] "coacoac28l: I don't know what's my number 1 but I am sure it's gonna be either sad, depressing or horny song.\n#SpotifyWrapped"
## 
## [[6034]]
## [1] "diegolealdo: I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped Rap"
## 
## [[6035]]
## [1] "OnlineProusa: Computer repair service in #USA \nhttps://t.co/Nsmw4hXl11\n\n#Analytics #5G #MachineLearning #AI #Python  #NLProc… https://t.co/plt2H4bk1X"
## 
## [[6036]]
## [1] "diegolealdo: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped Flaws and sins"
## 
## [[6037]]
## [1] "jinastronautt: I predict my top artist will be BTS #SpotifyWrapped"
## 
## [[6038]]
## [1] "ItsonlyEdrian: I predict my top artist will be [Bad Bunny top artist prediction] #SpotifyWrapped"
## 
## [[6039]]
## [1] "xoxojoyce: I predict my top podcast will be Calm it down #SpotifyWrapped"
## 
## [[6040]]
## [1] "ghost_drone: Annual reminder: Whatever way you present them, your Shitify stats mean nothing to no one. #SpotifyWrapped"
## 
## [[6041]]
## [1] "saqifkhan59: I will do 100 pyramids dofollow backlinks for google top ranking\nOrder now: https://t.co/0f8K7gcZys\n#seo… https://t.co/K3vP2okiNo"
## 
## [[6042]]
## [1] "mydixswreck: I predict my top artist will be dixie damelio #SpotifyWrapped"
## 
## [[6043]]
## [1] "kohiwonomitai: I predict my top artist will be Ado possibly #SpotifyWrapped"
## 
## [[6044]]
## [1] "mydixswreck: I predict my top genre pop music #SpotifyWrapped"
## 
## [[6045]]
## [1] "kohiwonomitai: I predict my top genre will be Math Rock or Anime Soundtrack #SpotifyWrapped"
## 
## [[6046]]
## [1] "jinastronautt: I predict my most played song will be The astronaut by Jin #SpotifyWrapped"
## 
## [[6047]]
## [1] "xtinapanama: I predict my most played song will be [ No es que te Extrañe ] de Christina Aguilera #SpotifyWrapped"
## 
## [[6048]]
## [1] "JamesMozia: We show your news (Brands) to potential customers. https://t.co/s6DMgv6ODT \n#SpotifyWrapped\n127,351 BTC\n#WhatsApp… https://t.co/aPX5NuIEVK"
## 
## [[6049]]
## [1] "ye_onge: stop edging me #SpotifyWrapped"
## 
## [[6050]]
## [1] "palmtreesdolan: I THOUGHT IT DROPPED ALREADY BUT I CAN’T WAIT #SpotifyWrapped https://t.co/Ja5LgjuHAS"
## 
## [[6051]]
## [1] "saqifkhan59: I will provide 10k google maps citations to grow your business\nOrder now: https://t.co/iS2favTeZX\n#seo… https://t.co/vQrBCi4cjR"
## 
## [[6052]]
## [1] "mydixswreck: I predict my most played song will be a letter to me by dixie damelio #SpotifyWrapped"
## 
## [[6053]]
## [1] "SaylorxMoon: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped it’s going to be #MeganTheStallion"
## 
## [[6054]]
## [1] "bulletssalem: not me impatiently waiting for this years #SpotifyWrapped when i listen to the same 3 songs on a daily basis https://t.co/C7Qpl0C6j3"
## 
## [[6055]]
## [1] "kohiwonomitai: I predict my most played song will be fucking Rocky Top 💀 #SpotifyWrapped"
## 
## [[6056]]
## [1] "xoxojoyce: I predict my top artist will be Taylor Swift and Lizzy Mcalpine #SpotifyWrapped"
## 
## [[6057]]
## [1] "LokitaViv: She cute 🥰😈💁🏽‍♀️ #pc #new #SpotifyWrapped #MattHanock https://t.co/GTXEDb9qaJ"
## 
## [[6058]]
## [1] "OnlineProusa: Computer repair service in #USA .\nhttps://t.co/Nsmw4hFbMT\n\n#Analytics #5G #MachineLearning #AI #Python  #NLProc… https://t.co/VwK98o6s9h"
## 
## [[6059]]
## [1] "Mvxzzz: I predict my top artist will be [Sabrina Carpenter] #SpotifyWrapped"
## 
## [[6060]]
## [1] "tajit_7: I predict my top artist will be Architects #SpotifyWrapped"
## 
## [[6061]]
## [1] "lauvrryt: I predict my top artist will be @theweeknd #SpotifyWrapped"
## 
## [[6062]]
## [1] "CamilyWilliany1: I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped"
## 
## [[6063]]
## [1] "tangerinewsugaa: I predict my most played song will be O.O by NMIXX #SpotifyWrapped"
## 
## [[6064]]
## [1] "CamilyWilliany1: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped"
## 
## [[6065]]
## [1] "SaylorxMoon: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped oh it’s certainly#bigolfreak by… https://t.co/ijkKQRnkjz"
## 
## [[6066]]
## [1] "CamilyWilliany1: I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped"
## 
## [[6067]]
## [1] "ctmmydisc: I predict my top artist will be Taylor without hesitation  #SpotifyWrapped"
## 
## [[6068]]
## [1] "saqifkhan59: I will do 40 mix backlinks for google top ranking\nOrder now: https://t.co/JTJTQ4h8IR\n#seo #DigitalMarketing… https://t.co/myOsFdH7qV"
## 
## [[6069]]
## [1] "TheGiraffeBoi: I predict my top artist will be \nFoo Fighters #SpotifyWrapped"
## 
## [[6070]]
## [1] "CamilyWilliany1: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[6071]]
## [1] "tajit_7: I predict my top genre will be Metal #SpotifyWrapped"
## 
## [[6072]]
## [1] "OnlineProusa: Computer repair service in #USA \nhttps://t.co/Nsmw4hFbMT\n\n#Analytics #5G #MachineLearning #AI #Python  #NLProc… https://t.co/8Oe5oDBNzq"
## 
## [[6073]]
## [1] "slimayjimay: I predict my top artist will be kanye sadly #SpotifyWrapped"
## 
## [[6074]]
## [1] "ctmmydisc: I predict my most played song will be something Taylor swift (YOYOK) #SpotifyWrapped"
## 
## [[6075]]
## [1] "xtinapanama: I predict my top artist will be Christina Aguilera #SpotifyWrapped"
## 
## [[6076]]
## [1] "tajit_7: I predict my most played song will be Demi-God by Architects #SpotifyWrapped"
## 
## [[6077]]
## [1] "xoxojoyce: I predict my top genre will be Pop and Christian #SpotifyWrapped"
## 
## [[6078]]
## [1] "jadetravers1: I predict my top artist will be @taylorswift13  #SpotifyWrapped"
## 
## [[6079]]
## [1] "rubendehaes: #SpotifyWrapped prediction:\n\n1. Conan Gray\n2. Taylor swift\n3. Billie Eilish\n4. Lana Del Rey\n5. Lorde"
## 
## [[6080]]
## [1] "saqifkhan59: I will 700 mix backlinks through high authority sites\nOrder now: https://t.co/i4WTj3W2le\n#seo #DigitalMarketing… https://t.co/OUpfzc61ht"
## 
## [[6081]]
## [1] "uarmydionysus: I know Yet To Come is gonna be on top of my #SpotifyWrapped https://t.co/zVdFZktRTh"
## 
## [[6082]]
## [1] "jadetravers1: I predict my top genre will be pop #SpotifyWrapped"
## 
## [[6083]]
## [1] "Blink_are_BP: I predict my most played song will be Pink Venom by Blackpink uwu #SpotifyWrapped"
## 
## [[6084]]
## [1] "prodbyLOUX: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped"
## 
## [[6085]]
## [1] "worldturnedred: I predict my top genre will be emo rap 😭 #SpotifyWrapped"
## 
## [[6086]]
## [1] "SAPPHlCSAM: can y’all stop teasing and just give us #SpotifyWrapped already @SpotifyUSA"
## 
## [[6087]]
## [1] "jadetravers1: I predict my most played song will be delicate- @taylorswift13  #SpotifyWrapped"
## 
## [[6088]]
## [1] "saqifkhan59: I will 20 guest posts through high authority sites\nOrder now: https://t.co/KlRJH3EKx6\n#seo #DigitalMarketing… https://t.co/CMEh60qP7Y"
## 
## [[6089]]
## [1] "yujurosie: I predict my top artist will be taylor ofc its definitely her this time #SpotifyWrapped"
## 
## [[6090]]
## [1] "OnlineProusa: Computer repair service in #USA \nhttps://t.co/Nsmw4hXl11\n\n#Analytics #5G #MachineLearning #AI #Python  #NLProc… https://t.co/28QvJYajHf"
## 
## [[6091]]
## [1] "krittikanandi: I predict my top podcast will be something related to kpop but i don't listen to podcasts. #SpotifyWrapped"
## 
## [[6092]]
## [1] "reverseliss: I predict my most played song will be Violet Hill  #SpotifyWrapped"
## 
## [[6093]]
## [1] "xoxojoyce: I predict my most played song will be That's the way I loved you by Taylor Swift #SpotifyWrapped"
## 
## [[6094]]
## [1] "RobynisRed: I predict my most played song will be Canary in a coalmine or a Penelope Scott song #SpotifyWrapped"
## 
## [[6095]]
## [1] "hcqwyp: I predict my top artist will be [$uicideBoy$] #SpotifyWrapped"
## 
## [[6096]]
## [1] "testing_2610: #FIFAWorldCupQatar2022 #SpotifyWrapped    #要要搞定個要  #ImranKhan #السعودي #MattHanock #RedVelvetBirthdayParty #Indigo#… https://t.co/TLILaYtzh2"
## 
## [[6097]]
## [1] "OnlineProusa: Computer repair service in #USA \nhttps://t.co/Nsmw4hXl11\n\n#Analytics #5G #MachineLearning #AI #Python  #NLProc… https://t.co/QAEJKILh3b"
## 
## [[6098]]
## [1] "jealousyxliv: in honor of #spotifywrapped this was mine in 2020… a stan since day 1 https://t.co/jSSHgyZzOt"
## 
## [[6099]]
## [1] "yujurosie: I predict my most played song will be invu or brave #SpotifyWrapped"
## 
## [[6100]]
## [1] "reverseliss: I predict my top artist will be Coldplay #SpotifyWrapped"
## 
## [[6101]]
## [1] "SiphesihleNts14: nigga, how you guys gon' make me think it dropped. my heart literally malfunctioned when i saw it was trending smh #SpotifyWrapped"
## 
## [[6102]]
## [1] "OnlineProusa: Computer repair service in #USA \nhttps://t.co/Nsmw4hXl11\n\n#Analytics #5G #MachineLearning #AI #Python  #NLProc… https://t.co/xAlBVcBnNb"
## 
## [[6103]]
## [1] "conorelwell12: Can’t wait till #SpotifyWrapped comes out this week so I can brag to my friends about how much I listen to… https://t.co/vQWAHhiWTp"
## 
## [[6104]]
## [1] "OpaqueSleet7802: #SpotifyWrapped JUST ANNOUNCED THE CITY OF HOUSTON!!!!! 🤯🤯🤯 https://t.co/JrZUaCpeh8"
## 
## [[6105]]
## [1] "hcqwyp: I predict my most played song will be [diemonds by $uicideBoy$] #SpotifyWrapped"
## 
## [[6106]]
## [1] "dolcening: I predict my most played song will be gbgb by txt or hype boy by nwjns \n#SpotifyWrapped"
## 
## [[6107]]
## [1] "thebadboyblues: I predict my most played song will be Nectar of the Gods by Lana Del Rey #SpotifyWrapped"
## 
## [[6108]]
## [1] "bela_iman: I predict my top artist will be [Louis Tomlinson ] #SpotifyWrapped"
## 
## [[6109]]
## [1] "krittikanandi: I predict my top artist will be BTS! 💜 #SpotifyWrapped"
## 
## [[6110]]
## [1] "OnlineProusa: Computer repair service in #USA \nhttps://t.co/Nsmw4hFbMT\n\n#Analytics #5G #MachineLearning #AI #Python  #NLProc… https://t.co/eSZU3mmLDM"
## 
## [[6111]]
## [1] "rikingball: I think among all enha songs , foreshadow, tfw and pola love will be on top  #SpotifyWrapped"
## 
## [[6112]]
## [1] "darealveektohr: Hi @ayrastarr please check out my cover of your song RUSH🙏❤️\n\n@DONJAZZY @MAVINRECORDS @TundeEdnut_ @yabaleftonline… https://t.co/dl7Rfx1Z3L"
## 
## [[6113]]
## [1] "birdsbelles: I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped"
## 
## [[6114]]
## [1] "Dur_x9: Saknip All-in-ONE Noise Cancelling Wireless Earbuds\nhttps://t.co/b3alYofkBG\n\n#earbuds #gym #workout #NFT #NBA… https://t.co/9lPNqRsPEx"
## 
## [[6115]]
## [1] "birdsbelles: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped"
## 
## [[6116]]
## [1] "carmenmagentaa: I predict my top artist will be glee cast, 😡🤡 #SpotifyWrapped"
## 
## [[6117]]
## [1] "slimayjimay: i predict my most played song will be booman by baby keem #SpotifyWrapped"
## 
## [[6118]]
## [1] "krittikanandi: I predict my top genre will be KPOP!  #SpotifyWrapped"
## 
## [[6119]]
## [1] "sneakers_hub4: @ntandomatini_ Check out more sneakers on our WhatApp status!!!\n☎️ 065 936 4892 \n#musa #MusaKhawula #Sizwe… https://t.co/Jli7rog3ar"
## 
## [[6120]]
## [1] "birdsbelles: I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped"
## 
## [[6121]]
## [1] "missbogwitchusa: Tryin to speed-listen to a bunch of non-embarrassing, smart-seeming music before #SpotifyWrapped drops"
## 
## [[6122]]
## [1] "zynthical: I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped"
## 
## [[6123]]
## [1] "bela_iman: I predict my most played song will be [Bigger Than Me] #SpotifyWrapped"
## 
## [[6124]]
## [1] "birdsbelles: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[6125]]
## [1] "carmenmagentaa: I predict my top genre will be show tunes ou pop #SpotifyWrapped"
## 
## [[6126]]
## [1] "Justmagicalgirl: I predict my most played song will be alex's all of the stars, casey's I'll sing to you, sam's safe and sound or co… https://t.co/P8PuzmiELX"
## 
## [[6127]]
## [1] "Joseespinosaz: I predict my most played song will be [Until the sun needs to rise] #SpotifyWrapped"
## 
## [[6128]]
## [1] "RektSkeleton: I predict my top podcast will be [None] I don't listen to podcasts😀#SpotifyWrapped"
## 
## [[6129]]
## [1] "carmenmagentaa: I predict my most played song will be  Gino, o menino bolha 🤐 #SpotifyWrapped"
## 
## [[6130]]
## [1] "missmoonpride: I predict my most played song will be \"Anti-hero\" by @taylorswift13 #SpotifyWrapped"
## 
## [[6131]]
## [1] "isitromantichow: I predict my top artist will be @taylorswift13 (duh!) #SpotifyWrapped"
## 
## [[6132]]
## [1] "seafoamyonk: give it to me already #SpotifyWrapped https://t.co/CXhOtkX6Qv"
## 
## [[6133]]
## [1] "RoxyK71: @Spotify Mine will be the same songs I play to death every year #SpotifyWrapped"
## 
## [[6134]]
## [1] "HorsinReal: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[6135]]
## [1] "AmandaRPI: Saw #SpotifyWrapped trending and got excited thinking it dropped. Now I'm disappointed 😞  come on @Spotify give it to ussss"
## 
## [[6136]]
## [1] "_jaccaranda: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[6137]]
## [1] "RektSkeleton: I predict my top artist will be [Toby Fox], I hope he is  because his music is bangin' #SpotifyWrapped"
## 
## [[6138]]
## [1] "themwananchi: Beyoncé will definitely be my most listened artist on #SpotifyWrapped because 'Heated' had crack in it 😂"
## 
## [[6139]]
## [1] "taemay222: I predict my most played song will be Silver Lining @ARMNHMR (2nd year in a row 🫶🏼) #SpotifyWrapped"
## 
## [[6140]]
## [1] "RektSkeleton: I predict my top genre will be [Dance/Electronic] I'm just shooting into the dark at this point lol #SpotifyWrapped"
## 
## [[6141]]
## [1] "jazzydamasco_: Cmon bestie  #SpotifyWrapped"
## 
## [[6142]]
## [1] "ControlTVng: MOMENT CONTROL TV WINS BIG! @ Nigeria Media Merit Awards #nmma2022 #Winners #media #nigeria #controltv #controltvng… https://t.co/i86NlIpwv4"
## 
## [[6143]]
## [1] "AnimosityX_: predictions for #SpotifyWrapped 2022\ntop song: hard times - yung pinch (maybe)\ntop genre: melodic rap\ntop artist: oliver francis\n👀"
## 
## [[6144]]
## [1] "indigo_sounds_: #SpotifyWrapped every year this trends and I think the playlists are out 😭"
## 
## [[6145]]
## [1] "onlinesaleseldo: Clarks Women's Adriel Viola Dress Pump - \n\n🔥🔥 https://t.co/mfMsUPt0Ou  🔥🔥 \n\n#ChoGueSung #neymar #Switzerland #Ghana… https://t.co/xjlZUgBK9E"
## 
## [[6146]]
## [1] "colincreekmall: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped"
## 
## [[6147]]
## [1] "notsummersrose: I predict my top artist will be summer walker #SpotifyWrapped"
## 
## [[6148]]
## [1] "_Ruuubs: I predict my most played song will be Love me until u hate me - Niko Rubio  #SpotifyWrapped"
## 
## [[6149]]
## [1] "kanyestan0: I predict my top artist will be Kanye West #SpotifyWrapped"
## 
## [[6150]]
## [1] "Barbartuneday: BIGGEST BIRD🤍 🦅 \n\n#WizKid𓃵 #afrobeats #SpotifyWrapped https://t.co/hQmU9xae2o"
## 
## [[6151]]
## [1] "umeenterprise: Your Shine #SpotifyWrapped #RedVelvet #CyberMondayAmazon #JHOPEatMAMA2022 #乌鲁木齐 #ميقا #ImACeleb… https://t.co/nfwQtmTZhW"
## 
## [[6152]]
## [1] "iamlemarwilson: Your Shine #SpotifyWrapped #RedVelvet #CyberMondayAmazon #JHOPEatMAMA2022 #乌鲁木齐 #ميقا #ImACeleb… https://t.co/4tNzpu2bxt"
## 
## [[6153]]
## [1] "not_drc: I predict my most played song will be Out of Time by The Weeknd #SpotifyWrapped"
## 
## [[6154]]
## [1] "BlackButterEnt: Cyber Monday! | Chill Short Stream | #FF7R #berserk #MondayMotivation #CyberMonday #worldofwarcraft #mondaythoughts… https://t.co/dGfI86d72A"
## 
## [[6155]]
## [1] "emmamatteiniii: I predict my top artist will be GAGA #SpotifyWrapped"
## 
## [[6156]]
## [1] "Jace98127644: I predict my most played song will be #SpotifyWrapped probably something by steve lacy or frank ocean maybe tyler"
## 
## [[6157]]
## [1] "RektSkeleton: Alright, guessing time! \nI predict my most played song will be [Tribute - Tenacious D] idk maybe? #SpotifyWrapped"
## 
## [[6158]]
## [1] "flurrylazulii: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[6159]]
## [1] "bolonmusicgroup: Bolonmusic's Verse Of The Week\n💿Fake Nikes\n🎤@BlaqBonez \n\n#verseoftheweek #SpotifyWrapped #afrobeats https://t.co/L2Q4dMUQlZ"
## 
## [[6160]]
## [1] "Felsenbirne22: I predict my top podcast will be... i dunno i dont lisen to podcast but prbly chucklsamwich idk #SpotifyWrapped"
## 
## [[6161]]
## [1] "thepakistan2021: PTI’s Standing in AJK Polls.\n\n#FIFAWorldCup #Eleicoes2022 #SpotifyWrapped \n#ٹیریان_کےبھائی_یوتھئے #خنزیر_ڈیزل… https://t.co/fiH3ZKD0s5"
## 
## [[6162]]
## [1] "yasminalm3ida: I predict my top artist will be Selena Gomez ou Taylor Swift #SpotifyWrapped"
## 
## [[6163]]
## [1] "flurrylazulii: I predict my most played song will be August \n#SpotifyWrapped"
## 
## [[6164]]
## [1] "2Letters__Tc: I predict my top podcast will be @GiUpdates #SpotifyWrapped"
## 
## [[6165]]
## [1] "nemospencer1: @Spotify These artists vie for the top honors @kygo @mltr @ZakAbel @kanebrown  @artblockmusic @BenjyIngrosso… https://t.co/i1Bz0mrZ76"
## 
## [[6166]]
## [1] "cherrystyles_8: I predict my top podcast will be The Compound Podcast #SpotifyWrapped"
## 
## [[6167]]
## [1] "lukaslevert: The #SpotifyWrapped Twitter emoji goes hard."
## 
## [[6168]]
## [1] "LordChristoff: I predict my top artist will be [Skyclad] #SpotifyWrapped"
## 
## [[6169]]
## [1] "Remembalucky7: 60+ yard return for a touchdown against Roosevelt High school\n -Shawn Robinson #SpotifyWrapped #FIFAWorldCup… https://t.co/elill6BRuV"
## 
## [[6170]]
## [1] "MPowerRSA: ❤👌🏾 Jamming on the queen @Miss_LIRA's Feel Good!\n\nMore content👇🏾\nhttps://t.co/0GQVGkzVyY\n\n#podcastandchillwithmacg… https://t.co/3yUXlqtOa5"
## 
## [[6171]]
## [1] "Page2Girl: I predict my top artist will be probably Taylor this year.  #SpotifyWrapped"
## 
## [[6172]]
## [1] "PandemexLLC: ALL ORDERS (that includes invoices sent) are 25% off today! \n\nUse code CYBER\n\nhttps://t.co/GfGkuwABK5  inbox me wit… https://t.co/djUhhti0A2"
## 
## [[6173]]
## [1] "Your_siddhartha: Phir Na Aisi Raat Aayegi by Arijit Singh will be my song of the year in #SpotifyWrapped 🤩🤲🏼\nhttps://t.co/QjPGQZzxIt"
## 
## [[6174]]
## [1] "DirtyLoverBand: New tune coming #rock #SpotifyWrapped #band \n https://t.co/7AH6P24AMs"
## 
## [[6175]]
## [1] "JJSLCVE: I predict my most played song will be OPERA HOUSE BY CIGARETTES AFTER SEX YALL ALREADY KNOWWWW 🙏🙏🙏 #SpotifyWrapped"
## 
## [[6176]]
## [1] "cyb3rn1te: I predict my top artist will be Yung Lean #SpotifyWrapped"
## 
## [[6177]]
## [1] "Felsenbirne22: I predict my top artist will be tge smiths maybe??#SpotifyWrapped"
## 
## [[6178]]
## [1] "neilmacq_: Let's see which of these make it in alongside Bubblegrunge this year #SpotifyWrapped https://t.co/veZnQyZsMa"
## 
## [[6179]]
## [1] "a_moskwa: I predict (know) my top artist will be Taylor Alison Swift because duh 🫶🏼💅 #SpotifyWrapped @taylorswift13… https://t.co/SFNIwLIlTl"
## 
## [[6180]]
## [1] "octohbrs: next year will be the year that i’m going spotify only, these last 2 months w apple music has made me feel like a whore #SpotifyWrapped"
## 
## [[6181]]
## [1] "Helpy_: I predict my top podcast will be STOP PUSHING PODCASTS TO ME I WANT TO LISTEN TO MUSIC  #SpotifyWrapped"
## 
## [[6182]]
## [1] "joaophs1: For the first time i don't know who is my number one... If @taylorswift13, if @leonalewis #SpotifyWrapped &lt;3"
## 
## [[6183]]
## [1] "LeChristopherAG: #SpotifyWrapped is cool and all, but having a Last FM account means I get to revel in my shameful listening habits… https://t.co/WOr9sqA21z"
## 
## [[6184]]
## [1] "luckyLVJY: I predict my top artist will be LOVEJOY OR WILBUR SOOT!!!!!! #SpotifyWrapped"
## 
## [[6185]]
## [1] "nicoleswiftieee: I predict my most played song will be Cardigan by Taylor Swift. #SpotifyWrapped"
## 
## [[6186]]
## [1] "JJSLCVE: I predict my top artist will be NCT 127 or Cigarettes After Sex 🙏🙏🙏#SpotifyWrapped"
## 
## [[6187]]
## [1] "cyb3rn1te: I predict my top genre will be hyperpop #SpotifyWrapped"
## 
## [[6188]]
## [1] "45264rs: Before #SpotifyWrapped comes ,\nI can tell you who would be in my top 3 artist.\n@raftaarmusic @realkrsna &amp; @karmathelekhak 🙂💯😌🚀"
## 
## [[6189]]
## [1] "HByedon: @realDailyWire For the CCP, Eric swallows very well. @RepSwalwell #Chinesespy #CCPChina #MattHanock #SpotifyWrapped #要要搞定個要"
## 
## [[6190]]
## [1] "Adds4L: I predict my top podcast will be Distractible #SpotifyWrapped"
## 
## [[6191]]
## [1] "jacksonsjigsaw: I predict my most played song will be FOOTNOTE BY CONAN. #SpotifyWrapped"
## 
## [[6192]]
## [1] "RoxasEevwy32: I predict my most played song will be Outer Wilds - Reprise #SpotifyWrapped"
## 
## [[6193]]
## [1] "pompompep: my top artist might be crumb again idk maybe the crane wives bc i listen to them a lot too idk i’m bad at guessing lmao  #SpotifyWrapped"
## 
## [[6194]]
## [1] "cyb3rn1te: I predict my most played song will be eyes wide shut by meat computer #SpotifyWrapped"
## 
## [[6195]]
## [1] "thehopeofitalll: I predict my most played song will be [ATWTMVTVFTV] #SpotifyWrapped"
## 
## [[6196]]
## [1] "brianabonfiglio: ~ I predict my most played song will be About Damn Time @lizzo #SpotifyWrapped ~"
## 
## [[6197]]
## [1] "Helpy_: I predict my top artist will probably be Movements #SpotifyWrapped"
## 
## [[6198]]
## [1] "arsinghofficial: Check out this RGB LED TV Strip Light. Only at Rs. 484 (limited) \n\nHurry Up!! Get one now!!\n\nLink:-… https://t.co/uTl7vqQ2Yh"
## 
## [[6199]]
## [1] "EinarrGL: Check out my IG https://t.co/kOzuRs2CBt #SpotifyWrapped #viralvideo #twitch"
## 
## [[6200]]
## [1] "ecco_tel: 4 Basic Internet Safety to know and observe 👌👌👌\n\n#mondaymotivation \n#happynewweek \n#eccotel… https://t.co/4j3gDmGQ8w"
## 
## [[6201]]
## [1] "amaranewbeginn: I predict my top podcast will be [saving grace] #SpotifyWrapped"
## 
## [[6202]]
## [1] "Adds4L: I predict my top artist will be Playboi Carti #SpotifyWrapped"
## 
## [[6203]]
## [1] "doux_soft: Watin I order now 😢 #SpotifyWrapped #MattHanock https://t.co/lOSZxP81fC"
## 
## [[6204]]
## [1] "Felsenbirne22: I predict my top genre will be prolly post punk or somtgin] #SpotifyWrapped"
## 
## [[6205]]
## [1] "amaranewbeginn: I predict my top artist will be [taylor swift] #SpotifyWrapped"
## 
## [[6206]]
## [1] "sqigglelie: me waiting to see my top tracks this year #SpotifyWrapped https://t.co/7iUnRpkWDf"
## 
## [[6207]]
## [1] "OG_Aboriginal: Major Arcana Oracle deck available now..link in bio ✨️ #SpotifyWrapped #Indigo #RedVelvetBirthdayParty… https://t.co/Ci06voucMl"
## 
## [[6208]]
## [1] "Adds4L: I predict my top genre will be Rap #SpotifyWrapped"
## 
## [[6209]]
## [1] "bkithia: What are we wearing to this year’s #SpotifyWrapped?"
## 
## [[6210]]
## [1] "amaranewbeginn: I predict my top genre will be [pop] #SpotifyWrapped"
## 
## [[6211]]
## [1] "_GrantTheGoat_: @BlockFi filing for bankruptcy may be the last domino in the chain of seeing $BTC slap 11k - you've been warned ⚠️… https://t.co/OVvdjKVBrc"
## 
## [[6212]]
## [1] "royalyoungsz: I predict my most played song will be Chiri by Rosalía #SpotifyWrapped https://t.co/t4jH5nnime"
## 
## [[6213]]
## [1] "MsSamanthalynn2: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[6214]]
## [1] "amsysiyo_6: ISIS IS NOT ISLAM.\nISIS IS TERRORIST MADE IN USA.\n\ntag:::neymar. China .Owen #SpotifyWrapped\nnational grid https://t.co/zteLT5wRm1"
## 
## [[6215]]
## [1] "testing_2610: Check out this RGB LED TV Strip Light. Only at Rs. 484 (limited) \n\nHurry Up!! Get one now!!\n\nLink:-… https://t.co/BrTYUBmkKE"
## 
## [[6216]]
## [1] "kingnathan45: I predict my top artist will be EarthGang 🌎 #SpotifyWrapped"
## 
## [[6217]]
## [1] "amaranewbeginn: I predict my most played song will be [paper rings by taylor swift] #SpotifyWrapped"
## 
## [[6218]]
## [1] "checkoutsopi: Obi ethnic✨\n\nhttps://t.co/BmBMpbxKso\n\nNami brazil rans entertaiment penjilat dots vincenzo song joong ki exo ot8 po… https://t.co/GOXwEiTSlM"
## 
## [[6219]]
## [1] "Adds4L: I predict my most played song will be 734 #SpotifyWrapped"
## 
## [[6220]]
## [1] "aleannemia: I predict my most played song will be Night Shift by Lucy Dacus 😭😭#SpotifyWrapped"
## 
## [[6221]]
## [1] "arshpatel123: @beatsbynav @trvisXX @lilbaby4PF got me singing and listening to NEVER SLEEP like never before if that’s not first… https://t.co/n9rnXntbrn"
## 
## [[6222]]
## [1] "berryheiress: I predict my top artist will be @waterparks #SpotifyWrapped"
## 
## [[6223]]
## [1] "yoonsdelight_: If this song is not #1 on my #SpotifyWrapped . Something had GONE WRONG !!!!! I listen to this 7292992929292 times… https://t.co/gX1cbZMKkO"
## 
## [[6224]]
## [1] "Chloweeee_: I predict my most played song will be fr gotta be angel with a shotgun #SpotifyWrapped"
## 
## [[6225]]
## [1] "iamEPanthony: can't wait to see if either Megan Thee Stallion or Drake will be my top rapper this year #SpotifyWrapped https://t.co/NxffvJ7osf"
## 
## [[6226]]
## [1] "misslunela: I predict my top genre will be Classic rock #SpotifyWrapped"
## 
## [[6227]]
## [1] "KEENAS_: I predict my most played song will be Phase Me #SpotifyWrapped"
## 
## [[6228]]
## [1] "VanillAiLatte: I predict my most played song will be You were perfect and I'm Sorry by Mickey Darling #SpotifyWrapped"
## 
## [[6229]]
## [1] "amsysiyo_6: the big evil in the world Will be over.\ndown with US.\n\ntag:::neymar. China .Owen #SpotifyWrapped\nnational grid https://t.co/Labl6GOrGq"
## 
## [[6230]]
## [1] "Samira43812949: Out here waiting to see who will come out on top. Will Wood or Lemon Demon (last year's champion). Or maybe they'll… https://t.co/vylNP2XnZu"
## 
## [[6231]]
## [1] "PomstarVstar: i cannot wait for #SpotifyWrapped"
## 
## [[6232]]
## [1] "aleannemia: I predict my top podcast will be Distractible  #SpotifyWrapped"
## 
## [[6233]]
## [1] "Fatimarhaliyu: Can spotify wrapped day come any sooner please😭\n#SpotifyWrapped"
## 
## [[6234]]
## [1] "geniecraft92: Acuity Scheduling, Vcita and Calendly helps you automate everything from payments to reminders.… https://t.co/Zy4R0leaMv"
## 
## [[6235]]
## [1] "Dur_x9: Taste the most delicious coffee with Nitro coffee Machine\nhttps://t.co/DVowFCWyzt\n\n#World #Qatar2022 #Whale #Elon… https://t.co/bnQGZGvB4Q"
## 
## [[6236]]
## [1] "RexTare2: Close eye do am na so my money take finish 😂😂😂 #FolloMe #LikeShareSubscribe #publicbate #SpotifyWrapped"
## 
## [[6237]]
## [1] "tiatricamo: I predict my top artist will be  probably miss taylor swift #SpotifyWrapped"
## 
## [[6238]]
## [1] "marriedheads: I predict my most played song will be about you by the 1975 😅 #SpotifyWrapped"
## 
## [[6239]]
## [1] "souldls: I predict my most played song will be [One &amp; Only]  ya veréis #SpotifyWrapped"
## 
## [[6240]]
## [1] "apkaranatayyab: Fifa official soundtrack\n#SpotifyWrapped #FIFAWorldCup https://t.co/1ZiXpBKd5z"
## 
## [[6241]]
## [1] "tiatricamo: I predict my most played song will be Scott street?? But idk maybe 45 by bleachers  #SpotifyWrapped"
## 
## [[6242]]
## [1] "sneakers_hub4: @Tiinkiiiey Check out more sneakers on our WhatApp status!!!\n☎️ 065 936 4892 \n#musa #MusaKhawula #Sizwe… https://t.co/L4SLqIFoBz"
## 
## [[6243]]
## [1] "amsysiyo_6: US supporting Saudi to forces yemen.\nyemen so poor.\n\ntag:::neymar. China .Owen #SpotifyWrapped\nnational grid https://t.co/y2tbOI8Jtw"
## 
## [[6244]]
## [1] "MichaelDanger19: Normally I have a good idea for #SpotifyWrapped top artist but I have no clue this year. \n\nWas a toss up between Jo… https://t.co/m23nAAYlqw"
## 
## [[6245]]
## [1] "geniecraft92: Acuity Scheduling, Vcita and Calendly helps you automate everything from payments to reminders.… https://t.co/Kzf3pyYD9x"
## 
## [[6246]]
## [1] "kdjsdirty_coat: I predict my top podcast will be  hobbylos because I’m a good lobbyhoe #SpotifyWrapped"
## 
## [[6247]]
## [1] "walker_88793: I guess  #SpotifyWrapped is the best decision made by any music app , which remembers the users his most precious song of the year."
## 
## [[6248]]
## [1] "brokerbobw1: I predict my most played song will be Anti-Hero. #SpotifyWrapped"
## 
## [[6249]]
## [1] "maadelinemoon: another day without #SpotifyWrapped"
## 
## [[6250]]
## [1] "jenniferxcab: I predict my most played song will be [Efecto by Bad Bunny] #SpotifyWrapped"
## 
## [[6251]]
## [1] "fullstackera: What is WordPress???\n#WordPress #OpenSource #Webdesigner #webdesign #Website #WebsiteDesign #fullstackera… https://t.co/hGoXZLUqNa"
## 
## [[6252]]
## [1] "geniecraft92: Acuity Scheduling, Vcita and Calendly helps you automate everything from payments to reminders.… https://t.co/PTH8VP3x8l"
## 
## [[6253]]
## [1] "harshamano02: I predict my most played song will be All too Well 10 mins version  #SpotifyWrapped"
## 
## [[6254]]
## [1] "amsysiyo_6: yemen cant wait. \nyemen need a help.\n\nstop war on yemen, Saudi !!!\n\ntag:::neymar. China .Owen #SpotifyWrapped\nnatio… https://t.co/Xi8lfX3vN5"
## 
## [[6255]]
## [1] "x_aldc: I predict my top podcast will be ASMR Gibi #SpotifyWrapped"
## 
## [[6256]]
## [1] "gloxxexi: I predict my most played song will be Rich $ex by future  #SpotifyWrapped"
## 
## [[6257]]
## [1] "x_aldc: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[6258]]
## [1] "geniecraft92: Acuity Scheduling, Vcita and Calendly helps you automate everything from payments to reminders.… https://t.co/OJaz0kkHJf"
## 
## [[6259]]
## [1] "Miyoomih: THE WAY I THOUGHT IT WAS FINALLY TIME 🫡😭 #SpotifyWrapped"
## 
## [[6260]]
## [1] "AbbyZitro: I predict my top podcast will be markiplier, it's gonna be markiplier #SpotifyWrapped"
## 
## [[6261]]
## [1] "x_aldc: I predict my top genre will be Pop #SpotifyWrapped"
## 
## [[6262]]
## [1] "geniecraft92: Acuity Scheduling, Vcita and Calendly helps you automate everything from payments to reminders.… https://t.co/qyJIwRtHgU"
## 
## [[6263]]
## [1] "sweetlacrimosa: Can’t wait to see how many bloody RuPaul’s drag race songs are in my #SpotifyWrapped"
## 
## [[6264]]
## [1] "MonaxMoonKnight: I predict my top artist will be either Arca (@arca1000000) or Kelela (@kelelam) because I had them in nearly all of… https://t.co/qe9jDnj01v"
## 
## [[6265]]
## [1] "x_aldc: I predict my most played song will be Alien Invasion #SpotifyWrapped"
## 
## [[6266]]
## [1] "KHCHENLE___: I predict my most played song will be [Arson de jhope o … glitch mode ] #SpotifyWrapped"
## 
## [[6267]]
## [1] "testing_2610: Guys do watch this reel. It only needs 1.5k more views to reach 100K.Please show support and follow the page.… https://t.co/qofHKzrNWm"
## 
## [[6268]]
## [1] "geniecraft92: Acuity Scheduling, Vcita and Calendly helps you automate everything from payments to reminders.… https://t.co/FlcHTEjvZR"
## 
## [[6269]]
## [1] "kdjsdirty_coat: I predict my most played song will be Atlantis  #SpotifyWrapped\n\n😳😀"
## 
## [[6270]]
## [1] "OnlineBethany: The Maasai community\n#Africanculture #Africanhistory #culture #SpotifyWrapped #StarAcademy #Africanhistory… https://t.co/vk7ZqJU5vd"
## 
## [[6271]]
## [1] "uwupotato9206: in spirit of #SpotifyWrapped, my top song this year HAS to be star shopping\n\nain't no way it's not-"
## 
## [[6272]]
## [1] "gabigalashiels: I predict my top podcast will be Crime Junkie #SpotifyWrapped"
## 
## [[6273]]
## [1] "criyptogod: BREAKING 🚨\n\n#Binance     is under hot waters, after it moved 127,351 BTC($2B) from its Proof of Reserve wallet to c… https://t.co/DT3jkC5vXv"
## 
## [[6274]]
## [1] "geniecraft92: Acuity Scheduling, Vcita and Calendly helps you automate everything from payments to reminders.… https://t.co/GzWNlc4nNG"
## 
## [[6275]]
## [1] "mistahjamess: @Spotify Can't wait #SpotifyWrapped"
## 
## [[6276]]
## [1] "gabrielaa1109: #SpotifyWrapped I wanna know what song I played the most this year hurry up"
## 
## [[6277]]
## [1] "TheNotoriousNTJ: My list gone be fye when it drops #SpotifyWrapped"
## 
## [[6278]]
## [1] "7texts: I predict my most played song will be [oh uh ] #SpotifyWrapped"
## 
## [[6279]]
## [1] "gabigalashiels: I predict my top artist will be The Weeknd #SpotifyWrapped"
## 
## [[6280]]
## [1] "im_vlan: I would be excited for #SpotifyWrapped this year, instead I am legitimately scared to find out how much sadboy musi… https://t.co/TE2wpQf60z"
## 
## [[6281]]
## [1] "10Drilz: People are running this up and I think you should too #musicproducer #ImACeleb #SpotifyWrapped \n\n(help me get 200 Y… https://t.co/YZurELBduq"
## 
## [[6282]]
## [1] "Ckalebtoday: Top artist is 1000% the Weeknd, Trilogy and Dawn FM have been in heavy rotation - #2 is Drake, after that  🤷🏿‍♂️ #SpotifyWrapped"
## 
## [[6283]]
## [1] "geniecraft92: Acuity Scheduling, Vcita and Calendly helps you automate everything from payments to reminders.… https://t.co/zAeLCcEl97"
## 
## [[6284]]
## [1] "SailorGainz18: Ok ok I get it #SpotifyWrapped https://t.co/2jXmAnio71"
## 
## [[6285]]
## [1] "Miralibay: I predict my top artist will be Alan Walker 🤔#SpotifyWrapped"
## 
## [[6286]]
## [1] "gabigalashiels: I predict my most played song will be Okay by Adekunle Gold  #SpotifyWrapped"
## 
## [[6287]]
## [1] "Imaarinkaur: My new look #اسوس_الجمعة_البيضاء #エルピス #บัวผันฟันยับ #SpotifyWrapped #TeamCameroon #staracademy2022 #ImranKhan https://t.co/eAZdAgfdBw"
## 
## [[6288]]
## [1] "yale__mollie: so excited for dream smp to be one of my top genres #SpotifyWrapped"
## 
## [[6289]]
## [1] "geniecraft92: Acuity Scheduling, Vcita and Calendly helps you automate everything from payments to reminders.… https://t.co/MHbRDcOLuJ"
## 
## [[6290]]
## [1] "amsysiyo_6: i dont know, you all know or no about criminal regime Saudi to yemenis .\nstop war, Saudi !!!\nSaudi alliance of US.… https://t.co/mkS9jNY1gN"
## 
## [[6291]]
## [1] "NERODANKS: I predict my top artist will be [luis Miguel] #SpotifyWrapped"
## 
## [[6292]]
## [1] "ItsMeT96: i need that #SpotifyWrapped. DROP IT NOW"
## 
## [[6293]]
## [1] "Muellersdayoff_: I predict my top artist will be IDLES #SpotifyWrapped"
## 
## [[6294]]
## [1] "VANLEPPARD: DROP THIS SHIT ALREADY!!!!!!!!!!!\n\n#SpotifyWrapped"
## 
## [[6295]]
## [1] "Missing_Peice: I predict my most played song will be [not worth it-Zillakami] #SpotifyWrapped"
## 
## [[6296]]
## [1] "sicmundz: I predict my most played song will be red Taylor’s version  #SpotifyWrapped"
## 
## [[6297]]
## [1] "WeSpotYou: Glamour Girl 🖤\n\n#tejuashwini #TejasswiPrakash𓃵 #tejasswiprakashwayangankar #wespotyou #wespotyoubollywood… https://t.co/fSVslgXBCj"
## 
## [[6298]]
## [1] "lucyabernathy23: I predict my top artist will be without doubt Taylor Swift #SpotifyWrapped"
## 
## [[6299]]
## [1] "TinaleeM83: I predict my top artist will be the incomparable miss eilish #SpotifyWrapped"
## 
## [[6300]]
## [1] "katharsisTKlts: #SpotifyWrapped j'rappl mon top 3 2021 https://t.co/MFxfPFuThZ"
## 
## [[6301]]
## [1] "Miralibay: I predict my top genre will be [ I guess pop } #SpotifyWrapped"
## 
## [[6302]]
## [1] "WintyTweet: I predict my top artist will be Yung Gravy #SpotifyWrapped"
## 
## [[6303]]
## [1] "Ckalebtoday: Most played song - Lonely Star by the Weeknd, maybe #2 is Crunk Ain't Dead by Duke Deuce #SpotifyWrapped"
## 
## [[6304]]
## [1] "sammilopes14: I predict my most played song will be foundations of decay- mcr #SpotifyWrapped"
## 
## [[6305]]
## [1] "geniecraft92: Acuity Scheduling, Vcita and Calendly helps you automate everything from payments to reminders.… https://t.co/JL0xnVwa8O"
## 
## [[6306]]
## [1] "Hkcgv7: I predict my most played song will be Run BTS….. #SpotifyWrapped"
## 
## [[6307]]
## [1] "oasis_ch1ld: I predict my top genre will be post punk #SpotifyWrapped"
## 
## [[6308]]
## [1] "04_jerrr: I predict my top podcast will be [@OnneDii moordcast] #SpotifyWrapped"
## 
## [[6309]]
## [1] "lucyabernathy23: I predict my most played song will be Iris or atw10mvftvtv #SpotifyWrapped"
## 
## [[6310]]
## [1] "taefolla: I predict my top artist will be BTS, SEVENTEEN or WOODZ #SpotifyWrapped"
## 
## [[6311]]
## [1] "yelenqvision: need them to hurry up with #SpotifyWrapped https://t.co/swtKRbiK2t"
## 
## [[6312]]
## [1] "marjoriestave: The metaverse is a new frontier for earning passive income https://t.co/tlwzAf97w2 via @cointelegraph #SpotifyWrapped #VR #metaverse"
## 
## [[6313]]
## [1] "CJhereeee: #Twitch  #twitchstreamer Join The Stream! NOW ‼️ #SpotifyWrapped https://t.co/CytPkOc13L"
## 
## [[6314]]
## [1] "DevilTastic: I predict my top artist will be [Taylor Swift] #SpotifyWrapped"
## 
## [[6315]]
## [1] "shelbytism: I think my top artist will be The Crane Wives #SpotifyWrapped"
## 
## [[6316]]
## [1] "minjiscafe: I predict my top artist will be dreamcatcher obv 🙏 @hf_dreamcatcher #SpotifyWrapped"
## 
## [[6317]]
## [1] "Miralibay: I predict my most played song will be \"Casablanca\" xD #SpotifyWrapped"
## 
## [[6318]]
## [1] "Confoozzed: My #SpotifyWrapped is gonna be fucked up im ngl my music taste was all over the place this year"
## 
## [[6319]]
## [1] "04_jerrr: I predict my top artist will be [Dua lipa] #SpotifyWrapped"
## 
## [[6320]]
## [1] "WOOJ0830: I predict my top artist will be Treasure #SpotifyWrapped"
## 
## [[6321]]
## [1] "Christo68932776: For the first time ever MacG doesn't want to comment on a Topic, he really refused to comment on Dj Sumbody death… https://t.co/rNfC2THtnr"
## 
## [[6322]]
## [1] "taefolla: I predict my most played song will be Hai Cheng by THE8 or ACCIDENT by WOODZ #SpotifyWrapped"
## 
## [[6323]]
## [1] "grayoshii: I predict my most played song will be shy away….. #SpotifyWrapped"
## 
## [[6324]]
## [1] "sammilopes14: Okay this is fun. I predict my top artist will be mcr #SpotifyWrapped"
## 
## [[6325]]
## [1] "04_jerrr: I predict my top genre will be [pop] #SpotifyWrapped"
## 
## [[6326]]
## [1] "urboyphel: I predict my top artist will be Bladee #SpotifyWrapped    😈😈😈😈😈😈😈😈😈😈 https://t.co/vDpzHvEK3H"
## 
## [[6327]]
## [1] "RachaelEfff: Can somebody make the festival lineup for Apple Music?? #SpotifyWrapped #AppleMusicRewind"
## 
## [[6328]]
## [1] "04_jerrr: I predict my most played song will be [physical by Dua lipa] #SpotifyWrapped"
## 
## [[6329]]
## [1] "sj_frr: i want my #SpotifyWrapped rn 😠😠"
## 
## [[6330]]
## [1] "oluwafemi_bobby: Mood 2022 VS School \nI believe, i smile at the ends💯🥺\n\n#MondayMotivation \nGhana \n#SpotifyWrapped \n#MattHanock https://t.co/svDt4JYVPI"
## 
## [[6331]]
## [1] "PexcelD: 💃💃💃💃\n _Renew_ DSTV with 0.5% discount.\n\nGoTV with 1% discount.\n\nPay electricity bill without charges.\n\nOnly availab… https://t.co/IVkRAiUzgp"
## 
## [[6332]]
## [1] "Ckalebtoday: Top Genre - either Canadian Hip Hop or House music (Drake probably gonna be #1 purely because he did both) #SpotifyWrapped"
## 
## [[6333]]
## [1] "fixed_surebet: I believe action speaks louder than words... Apparently, we are not just STANDARD by mouth, we are STANDARD with pr… https://t.co/oKg6PzIKOw"
## 
## [[6334]]
## [1] "sicmundz: I predict my top genre will be pop #SpotifyWrapped"
## 
## [[6335]]
## [1] "ChidongaT: Money Twitter in 4 tweets:\n\n1. Send more emails \n\n2. Write at a 5th-grade level\n\n4. Whatever Hormozi says is right… https://t.co/vP2ik41e2c"
## 
## [[6336]]
## [1] "AroojBlog: 5 Types of Muffins:🧁🧁🧁\n#englishmuffins #eggmuffins #applecinnamonmuffins #strawberrymuffins #blueberrymuffins… https://t.co/VKLZ2Y7Q9y"
## 
## [[6337]]
## [1] "mianyuu: I predict my most played song will be [Misguided Ghosts - Paramore #SpotifyWrapped"
## 
## [[6338]]
## [1] "LucaCelli67: Won’t be long till the Your Top Songs of 2022 is out from Spotify.\n\nMine is going to be stupendous!\n\nThat’ll be the… https://t.co/bq1YHmCjJM"
## 
## [[6339]]
## [1] "Waylen_Essays: We offer:\n💟GRAPH THEORY\n💟DISCRETE MATHS\n💟STATISTICS AND PROBABILITY\n💟ALGORITHIMS\n💟CALCULUS\n 💟ALGEBRA\n💟SET THEORY\nPl… https://t.co/A73a4ovl06"
## 
## [[6340]]
## [1] "mileyalegend: I predict my top genre will be pop? #SpotifyWrapped"
## 
## [[6341]]
## [1] "GrahamCamComedy: this time of year is really important for my humble twitter presence\n#SpotifyWrapped #Spotify https://t.co/Ih6fdbuFbZ"
## 
## [[6342]]
## [1] "Ac247Agyei: For the first time in history Ghanaian Ladies are complaining 10mins is too much.😅\n\n Longest 10 😂😂😂\n\nMan Of The Mat… https://t.co/u4ulrT5ln3"
## 
## [[6343]]
## [1] "sicmundz: I predict my top artist will be taylor swift #SpotifyWrapped"
## 
## [[6344]]
## [1] "kamo226_: I predict my top artist will be [Taylor Swift] #SpotifyWrapped"
## 
## [[6345]]
## [1] "Trvrctt1: The nigga was begging 4 mercy\n#goviral\n#CyberMondayAmazon \n#SpotifyWrapped \n#WorldcupQatar2022 https://t.co/KTxGNlMSX1"
## 
## [[6346]]
## [1] "GusAmogus: I predict my top artist will be Kanye West #SpotifyWrapped"
## 
## [[6347]]
## [1] "mileyalegend: I predict my top artist will be @MileyCyrus #SpotifyWrapped"
## 
## [[6348]]
## [1] "tkotheii: I’m excited for #SpotifyWrapped this year."
## 
## [[6349]]
## [1] "Bluesinger71: I predict my top podcast will be [LUBA E JEAN] #SpotifyWrapped"
## 
## [[6350]]
## [1] "bellanati0n: I predict my top artist will be MY CHEMICAL ROMANCE #SpotifyWrapped ❤️❤️❤️❤️🙏🙏🙏🙏🙏🙏 https://t.co/iE2cCHqgrq"
## 
## [[6351]]
## [1] "Axleal18: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[6352]]
## [1] "kamo226_: I predict my most played song will be [you’re on your own, kid] #SpotifyWrapped"
## 
## [[6353]]
## [1] "GusAmogus: I predict my top genre will be Hip - Hop #SpotifyWrapped"
## 
## [[6354]]
## [1] "djleakycheese: I predict my top podcast will be maintenance phase #SpotifyWrapped"
## 
## [[6355]]
## [1] "Chilly_Pixie: Why does December have to come so late in the week I'm going to lose my mind. #SpotifyWrapped"
## 
## [[6356]]
## [1] "Bluesinger71: I predict my top artist will be [MELANIE MARTINEZ] #SpotifyWrapped"
## 
## [[6357]]
## [1] "stopswearingpls: past 6 months, definitely all over the place, can't wait for #SpotifyWrapped \n#troyesivan #birdy #beyonce #coldplay… https://t.co/iIpDhKW7DE"
## 
## [[6358]]
## [1] "MtKilimanjaroTZ: We can make it successful together, Summit Mt Kilimanjaro 5895m. \nkeep booking with us.\n#SpotifyWrapped #trekking… https://t.co/9oKFWt98K5"
## 
## [[6359]]
## [1] "ntmyimsimp: I predict my most played song will be pink venom #SpotifyWrapped"
## 
## [[6360]]
## [1] "mileyalegend: I predict my most played song will be 'I'm goo'd or 'sacrifice' by @BebeRexha #SpotifyWrapped"
## 
## [[6361]]
## [1] "nadinemaybe: I predict my top artist will be Harmoe or Roselia #SpotifyWrapped"
## 
## [[6362]]
## [1] "goldenwallzz: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped"
## 
## [[6363]]
## [1] "leilazebra: it’s looking like my #SpotifyWrapped boutta be owned by Camila Cabello (as always)😌"
## 
## [[6364]]
## [1] "Bluesinger71: I predict my top genre will be [TOP] #SpotifyWrapped"
## 
## [[6365]]
## [1] "felintooz: I predict my most played song will be sei la porra kkkkk #SpotifyWrapped"
## 
## [[6366]]
## [1] "GusAmogus: I predict my most played song will be Who Dat Boy - Tyler, The Creator #SpotifyWrapped"
## 
## [[6367]]
## [1] "djleakycheese: I predict my top artist will be lorde! #SpotifyWrapped"
## 
## [[6368]]
## [1] "Cathie_Mills: I predict my top artist will be @DeltaGoodrem #SpotifyWrapped"
## 
## [[6369]]
## [1] "ElonMusksapceX: Starry, starry night … #Elonmusk #SpotifyWrapped #MattHanock #CyberMonday https://t.co/yUh1tComC0"
## 
## [[6370]]
## [1] "zombieweiner: I predict my top artist will be arctic monkeys or sublime! #SpotifyWrapped"
## 
## [[6371]]
## [1] "Bluesinger71: I predict my most played song will be [HIGH SCHOOL SWEETHEARTS] #SpotifyWrapped"
## 
## [[6372]]
## [1] "djleakycheese: I predict my top genre will be indie rock #SpotifyWrapped"
## 
## [[6373]]
## [1] "yellow_lindsey: Wait does this mean Suzanne Collins is gonna be on my #SpotifyWrapped because I listened to the Hunger Games audiob… https://t.co/UJdWXRK2q9"
## 
## [[6374]]
## [1] "lilyvol_6: I predict my most played song will be keep driving I fear #SpotifyWrapped"
## 
## [[6375]]
## [1] "28Sabs: I predict my most played song will be EVERY SONG I EVER WROTE  #SpotifyWrapped"
## 
## [[6376]]
## [1] "nadinemaybe: I predict my most played song will be wild screen baroque or R #SpotifyWrapped"
## 
## [[6377]]
## [1] "zombieweiner: I predict my top genre will be rock!!#SpotifyWrapped"
## 
## [[6378]]
## [1] "ElfJohanaGT: Super Junior or Band Bunny\n\nI predict my top artist will be [fill in top artist prediction] #SpotifyWrapped"
## 
## [[6379]]
## [1] "14u53: my top song is going to be a boy is a gun*\nmayyybeee self control #SpotifyWrapped"
## 
## [[6380]]
## [1] "Cathie_Mills: I predict my most played song will bee 1961 by @JessAndMatt #SpotifyWrapped"
## 
## [[6381]]
## [1] "nadinemaybe: I predict my top genre will anime or jpop #SpotifyWrapped"
## 
## [[6382]]
## [1] "MarshalRegalia: Royal Arch Sets\nmarshalregalia@gmail.com\n#SpotifyWrapped #MattHanock #RedVelvetBirthdayParty #Indigo https://t.co/d69swDGGdV"
## 
## [[6383]]
## [1] "ScrunchieShop: Cyber Monday savings are here! ⚡️🛍️ Join us for some of the biggest sales this season.\n\n⏳ DON’T WAIT, DEALS END AT… https://t.co/dOJK1E2N1r"
## 
## [[6384]]
## [1] "zombieweiner: I predict my most played song will be DATE RAPE BY SUBLIME!!!! #SpotifyWrapped"
## 
## [[6385]]
## [1] "budbrowniee: I predict my top artist will be [SZA] #SpotifyWrapped"
## 
## [[6386]]
## [1] "Oilk4_: I predict my most played song will be [out of time - @theweeknd] 💖 #SpotifyWrapped"
## 
## [[6387]]
## [1] "GhostlyCas9999: Give my my #SpotifyWrapped RIGhT NoW!!! https://t.co/cgXfwzkGK3"
## 
## [[6388]]
## [1] "geniecraft92: It is good you carry out keyword, competitor research has it protects you against competitors, and helps you rank o… https://t.co/VwTcvGkkeF"
## 
## [[6389]]
## [1] "Robin_Paige20: Trying to start selling art and save up extra money for things as well as putting it towards an iPad that I can use… https://t.co/lvN86tSHno"
## 
## [[6390]]
## [1] "djleakycheese: I predict my most played song will be don’t take the money by bleachers or dominoes by lorde #SpotifyWrapped"
## 
## [[6391]]
## [1] "snaakszn: I predict my most played song will be Many Man by Victony #SpotifyWrapped"
## 
## [[6392]]
## [1] "valaisvx: I predict my top artist will be Kanye #SpotifyWrapped"
## 
## [[6393]]
## [1] "cfs123plays: I predict my top artist will be [fill in top artist prediction] Tom Chaplin #SpotifyWrapped"
## 
## [[6394]]
## [1] "valaisvx: I predict my top genre will be rap #SpotifyWrapped"
## 
## [[6395]]
## [1] "geniecraft92: It is good you carry out keyword, competitor research has it protects you against competitors, and helps you rank o… https://t.co/PWrtFGcI6Q"
## 
## [[6396]]
## [1] "killercupe: Former Kanye fans thinking about  #SpotifyWrapped https://t.co/Mgl5iuIyNZ"
## 
## [[6397]]
## [1] "PrAnAychArAn9: Waiting for #SpotifyWrapped is waste of time tbh\nIt's just @anirudhofficial songs😍🔥, I heard whole year"
## 
## [[6398]]
## [1] "satnam_nation: Prove yourself 2 yourself, not others. 🤷🏼‍♂️\n\n#FIFAWorldCupQatar2022 #SpotifyWrapped"
## 
## [[6399]]
## [1] "gently_confused: If my top artist isn't Lovejoy or Twenty One Pilots idk who I am anymore #SpotifyWrapped"
## 
## [[6400]]
## [1] "cfs123plays: I predict my top genre will be [fill in top genre prediction] probably something like Pop Rock or Indie Rock #SpotifyWrapped"
## 
## [[6401]]
## [1] "valaisvx: I predict my most played song will be I love Kanye #SpotifyWrapped"
## 
## [[6402]]
## [1] "jcoyndrive: I predict my top podcast will be [i don’t listen to podcasts 😂] #SpotifyWrapped"
## 
## [[6403]]
## [1] "scotsmike1985: It isn't as appealing as the #SpotifyWrapped but here is the cheap #AppleMusicReplay knock off 😂 https://t.co/al3fTwvAm1"
## 
## [[6404]]
## [1] "leandro9366: I predict my top artist will be Jessie Reyez #SpotifyWrapped"
## 
## [[6405]]
## [1] "MattMatthewP: I predict my most played song will be Diablo de Rosalia #SpotifyWrapped"
## 
## [[6406]]
## [1] "katehofilena: I predict my most played song will be [some random niche orchestra song that i left on loop while studying / painti… https://t.co/7qPlFicP4c"
## 
## [[6407]]
## [1] "Muellersdayoff_: I predict my most played song will be Never Fight A Man With A Perm - IDLES #SpotifyWrapped"
## 
## [[6408]]
## [1] "BethReanne_: I’m still mentally ill so Bo Burnham will be my top artist AGAIN #SpotifyWrapped"
## 
## [[6409]]
## [1] "overmestella: can't wait🥺\n#SpotifyWrapped"
## 
## [[6410]]
## [1] "uenoyamalvr: I predict my top genre will be [emo] #SpotifyWrapped"
## 
## [[6411]]
## [1] "scamheen: Ik my top artist is going to be taylor swift and my second is going to be bts. My third might be girl in red/conan… https://t.co/xd2EiLBKWE"
## 
## [[6412]]
## [1] "cfs123plays: I predict my most played song will be [fill in top song prediction] Safe and Sound by Capital Cities #SpotifyWrapped"
## 
## [[6413]]
## [1] "jcoyndrive: I predict my top genre will be [Alternative Hip-hop] #SpotifyWrapped"
## 
## [[6414]]
## [1] "GVMiS3: Wtf is going on with my holo-pete?!\n#SpotifyWrapped #乌鲁木齐 #Qatar2022 #FIFAWorldCup #레드벨벳 #要要搞定個要 #SpiderMan… https://t.co/xnDHhoP5vQ"
## 
## [[6415]]
## [1] "leandro9366: I predict my top genre will be rap #SpotifyWrapped"
## 
## [[6416]]
## [1] "uenoyamalvr: I predict my most played song will be [gay] #SpotifyWrapped"
## 
## [[6417]]
## [1] "satellite_rry: I predict my top artist will be Harry Styles 🫂🫶🏼 #SpotifyWrapped"
## 
## [[6418]]
## [1] "geniecraft92: It is good you carry out keyword, competitor research has it protects you against competitors, and helps you rank o… https://t.co/JqMyiZlmo3"
## 
## [[6419]]
## [1] "danielba2001: @Spotify I predict my most played song will be my tears ricochet by Taylor Swift #SpotifyWrapped"
## 
## [[6420]]
## [1] "bluepandas28: i just did one of them dream festival line ups from my spotify and it’s made me TERRIFED for #SpotifyWrapped i’m in troubleee"
## 
## [[6421]]
## [1] "EverMidnights: I predict my top artist will be Taylorrr!!! #SpotifyWrapped"
## 
## [[6422]]
## [1] "joseandress_13: I predict my top genre will be Dance Pop  #SpotifyWrapped"
## 
## [[6423]]
## [1] "jcoyndrive: I predict my top artist will be [Mac Miller] #SpotifyWrapped"
## 
## [[6424]]
## [1] "NeoMasemola_: @SpotifyAfrica If Novo Amor isn’t my top artist, I don’t know who is! #SpotifyWrapped 💚"
## 
## [[6425]]
## [1] "kollegerok: When since garbage bags  becomes fashion? @ye Balenciaga u got some explaining to do 🤣 #SpotifyWrapped #要要搞定個要… https://t.co/81ewT8iOSz"
## 
## [[6426]]
## [1] "thelazyarpita: just the thought of getting a personalized message from taylor swift&gt;&gt;&gt;\n#SpotifyWrapped https://t.co/Qxh9kBsIrr"
## 
## [[6427]]
## [1] "Jhndleee: where #SpotifyWrapped"
## 
## [[6428]]
## [1] "joseandress_13: I predict my top artist will be Taylor Swift  #SpotifyWrapped"
## 
## [[6429]]
## [1] "jcoyndrive: I predict my most played song will be [JELEEL! - JULY!] #SpotifyWrapped"
## 
## [[6430]]
## [1] "bIackcindy: me pressed to see my #SpotifyWrapped as if I don’t already know it’s gonna be all Renaissance https://t.co/oF6jdXe4d6"
## 
## [[6431]]
## [1] "geniecraft92: It is good you carry out keyword, competitor research has it protects you against competitors, and helps you rank o… https://t.co/5CF9zOR0yc"
## 
## [[6432]]
## [1] "gingersnations: PLEASE I NEED IT IM GONNA DIE  #SpotifyWrapped https://t.co/BZ3S9Q1WJm"
## 
## [[6433]]
## [1] "joseandress_13: I predict my most played song will be All Night Parking by Adele #SpotifyWrapped"
## 
## [[6434]]
## [1] "geniecraft92: It is good you carry out keyword, competitor research has it protects you against competitors, and helps you rank o… https://t.co/YiArQxs0dO"
## 
## [[6435]]
## [1] "peenapples: I predict my top artist will be [Elliott Smith] #SpotifyWrapped"
## 
## [[6436]]
## [1] "BeautyNBars: I predict my top artist will be Nicki Minaj. Duh #SpotifyWrapped"
## 
## [[6437]]
## [1] "sendirianmuluya: PRELOVED CIWI START 20K MINAT JOIN LIVE https://t.co/nxa1CdyaLZ #SpotifyWrapped #WorldcupQatar2022 https://t.co/4sjfmNJjD4"
## 
## [[6438]]
## [1] "geniecraft92: It is good you carry out keyword, competitor research has it protects you against competitors, and helps you rank o… https://t.co/FB3p8XxLkH"
## 
## [[6439]]
## [1] "noullian: I predict my top artist will be weatherday\n#SpotifyWrapped"
## 
## [[6440]]
## [1] "peenapples: I predict my most played song will be [The Divine Chord - Avalanches feat. MGMT and Johnny Marr] #SpotifyWrapped"
## 
## [[6441]]
## [1] "satnam_nation: If you wanna be happy forever, have zero expectations from others. 💡\n\n#FIFAWorldCupQatar2022 #FIFAWorldCup #SpotifyWrapped"
## 
## [[6442]]
## [1] "hokagebrizzle: Favorite time of year approaching! #SpotifyWrapped"
## 
## [[6443]]
## [1] "TheAlexZurg: I predict my most played song will be Titi Me Pregunto #SpotifyWrapped"
## 
## [[6444]]
## [1] "plabieo: I predict my top artist will be The Weeknd #SpotifyWrapped"
## 
## [[6445]]
## [1] "noullian: I predict my most played song will be My Sputnik Sweetheart\n#SpotifyWrapped"
## 
## [[6446]]
## [1] "ichbinderbenny: I predict my top artist will be [Drake] #SpotifyWrapped"
## 
## [[6447]]
## [1] "gamermabk: I predict my top podcast will be Just Roll With It #SpotifyWrapped"
## 
## [[6448]]
## [1] "Al_Hine: My Top eight most liked toons on Spotify:  #SpotifyWrapped https://t.co/NT2PgthW06"
## 
## [[6449]]
## [1] "GamingSkelebone: Uncharted episode 7 out now\n\nLink below \nhttps://t.co/Dwi2v7aXJq\n\n#SpotifyWrapped #MattHanock… https://t.co/aqQ7CJTd0k"
## 
## [[6450]]
## [1] "anaglcx: I predict my most played song will be \nALL TOO WELL 10 MINUTES VERSIÓN\n\n#SpotifyWrapped"
## 
## [[6451]]
## [1] "jaketylxr: i predict my most played song will be white ferrari by frank ocean #SpotifyWrapped"
## 
## [[6452]]
## [1] "LuccaCotta: @ore_times_3 Check out !\n\nRaffle on @MutantNFTs Lab 👀\n\nGet your ticket (2 $ADA) to win this rare Priest mask… https://t.co/tvEIGjTwPb"
## 
## [[6453]]
## [1] "gamermabk: I predict my top artist will be Bastille #SpotifyWrapped"
## 
## [[6454]]
## [1] "ichbinderbenny: I predict my most played song will be [Lavender Sunflower - Tory Lanez] #SpotifyWrapped"
## 
## [[6455]]
## [1] "plabieo: I predict my top genre will be pop! #SpotifyWrapped"
## 
## [[6456]]
## [1] "trueebIue: took a day off for #SpotifyWrapped as i should."
## 
## [[6457]]
## [1] "safari_room: Apple Music users when they see #SpotifyWrapped is trending. https://t.co/TKd8RPokE9"
## 
## [[6458]]
## [1] "gc187x: I actually think my top played will be we don’t talk about Bruno. Had a day where I listened to it on a loop for at… https://t.co/08Z5CYjZHx"
## 
## [[6459]]
## [1] "gamermabk: I predict my most played song will be Stardust Crusaders by Yugo Kano #SpotifyWrapped"
## 
## [[6460]]
## [1] "Jinsha_Frainy: I predict my most played song will be Ghost by @justinbieber  #SpotifyWrapped"
## 
## [[6461]]
## [1] "haylortkm: I predict my top artist will be taylor swift 😍😍😍 #SpotifyWrapped"
## 
## [[6462]]
## [1] "brodylol33: I predict my most played song will be Build Our Machine #SpotifyWrapped"
## 
## [[6463]]
## [1] "MrsMarie_: Waiting for my #SpotifyWrapped like https://t.co/n1IZW5WbNY"
## 
## [[6464]]
## [1] "haylortkm: I predict my most played song will be as it was 🔥💋 #SpotifyWrapped"
## 
## [[6465]]
## [1] "kweiju: I predict my top genre will be rnb #SpotifyWrapped"
## 
## [[6466]]
## [1] "povdiors: oh please come here #SpotifyWrapped"
## 
## [[6467]]
## [1] "Jinsha_Frainy: I predict my top artist will be BTS #SpotifyWrapped"
## 
## [[6468]]
## [1] "NewrozLovesMILF: Lana del rey when Spotify asks her she has to make a video for #SpotifyWrapped https://t.co/wTC4mdBHlx"
## 
## [[6469]]
## [1] "imthefoolish: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[6470]]
## [1] "sikuthealien: I predict my most played song will be a seventeen song #SpotifyWrapped"
## 
## [[6471]]
## [1] "clairebear007_: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[6472]]
## [1] "mollysulli3: I predict my top artist will be Lovejoy #SpotifyWrapped"
## 
## [[6473]]
## [1] "HST_7: Pretty sure my #SpotifyWrapped is gonna be exactly the same as last year. I've been listening to the same playlists… https://t.co/vynPaH6XE2"
## 
## [[6474]]
## [1] "imthefoolish: I predict my most played song will be Mastermind by Taylor swift #SpotifyWrapped"
## 
## [[6475]]
## [1] "DookDoodles: I predict my top podcast will be @TrashTastePod since they're the only podcast I love listening to when I'm doing c… https://t.co/pcMOABj9um"
## 
## [[6476]]
## [1] "RobinsonPeace16: Check out my Gig on Fiverr: help you get GEO fencing that target consumers anonymously, ultra narrow target… https://t.co/YMDZQMOfe2"
## 
## [[6477]]
## [1] "kweiju: I predict my top artist will be [keshi] #SpotifyWrapped"
## 
## [[6478]]
## [1] "Ejobs_pk: PAF HOSPITAL ISLAMABAD FCPS POST GRADUATE TRAINING (2022)\n\n APPLY ONLINE :\nhttps://t.co/qd8UuD9tGy \n\n Follow… https://t.co/3yrBIWHQzJ"
## 
## [[6479]]
## [1] "artandmasterpi1: The only thing #SpotifyWrapped says about you is you don’t want to pay artists."
## 
## [[6480]]
## [1] "ikcentrik: @iamDCinvestor 😂😂 no pls no love my #SpotifyWrapped"
## 
## [[6481]]
## [1] "imsamnow: I predict my most played song will be [ somthin from mariah ] #SpotifyWrapped"
## 
## [[6482]]
## [1] "Darkmode_420: DARKMOB!! I am back 😌 I hope everyone enjoyed the holidays. But I bring you more hitman gameplay LIVE NOW‼️… https://t.co/qpBd0NlCCw"
## 
## [[6483]]
## [1] "simplythebeth3: Having a go at predicting my #SpotifyWrapped \n\nTop Song - A Real Thing @THEBETHS \nTop Artist - @slowlyslowlyAU\nTop genre - pop punk"
## 
## [[6484]]
## [1] "katedensonluvr: so scared for #SpotifyWrapped , swear i was listening to the most random songs this year"
## 
## [[6485]]
## [1] "leandro9366: I predict my most played song will be \"Forever\" by Jessie Reyez #SpotifyWrapped"
## 
## [[6486]]
## [1] "SouthBlackNote: Can We Try This Group Video Call , It's Once - Off ... Up To 36 People Can Join ... @WhatsApp\nThank You For The Fea… https://t.co/AYURFpfG1y"
## 
## [[6487]]
## [1] "DarioSwiftLipa: @thinkinboutduaa Also with the #SpotifyWrapped she will rise"
## 
## [[6488]]
## [1] "basedburritos_: It’s time! #SpotifyWrapped this week I can’t wait!!!"
## 
## [[6489]]
## [1] "luxmoonchild: I predict my top artist will be Taylor Swift (@taylorswift13) #SpotifyWrapped\n\nBY FAR... IT'S SO EASY TO KNOW"
## 
## [[6490]]
## [1] "userjan4: I predict my most played song will be \nbomb by freddie gibbs (isnt even a prediction i just know it's true) #SpotifyWrapped"
## 
## [[6491]]
## [1] "encanthor: I predict my top podcast will be Modus Operandi #SpotifyWrapped"
## 
## [[6492]]
## [1] "Erzuluk: I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped"
## 
## [[6493]]
## [1] "BmkEminent: Be ready 🎧\nTomorrow for your ears\n\"WO DA MO COVER\"\n🔥\n#SpotifyWrapped Nzaza #hookup Organize Baba Rahman"
## 
## [[6494]]
## [1] "Arriamz: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped unbalanced by common wealth or 281 by hotel books."
## 
## [[6495]]
## [1] "Erzuluk: I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped"
## 
## [[6496]]
## [1] "encanthor: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[6497]]
## [1] "URL0S3R: I predict my top artist will be [Chase Atlantic ] #SpotifyWrapped"
## 
## [[6498]]
## [1] "secretaryarcane: I predict my top artist will be my chemical romance #SpotifyWrapped bc there is literally no other competition. Thi… https://t.co/JIaVuMxCEH"
## 
## [[6499]]
## [1] "Mar_moram: I predict my most played song will be The foundations of decay #SpotifyWrapped"
## 
## [[6500]]
## [1] "Cl4rityGG: Give it to me #SpotifyWrapped https://t.co/vZD0GMBBYq"
## 
## [[6501]]
## [1] "iamDCinvestor: hearing rumors #SpotifyWrapped could be insolvent"
## 
## [[6502]]
## [1] "champagneflopi: I predict my most played song will be yuck by charli baby #SpotifyWrapped"
## 
## [[6503]]
## [1] "pablointheskin: I predict my top artist will be Bladee #SpotifyWrapped"
## 
## [[6504]]
## [1] "gabbyshreve: I predict my top artist will be BLADEE !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!#SpotifyWrapped"
## 
## [[6505]]
## [1] "kelvinfnk: Why My Frienemies shouldn’t post my D£ath Pictures-Actress Shan George Reveals//#nollywood\nClick link to watch full… https://t.co/tQ9BfNLykl"
## 
## [[6506]]
## [1] "annabel______: I predict my most played song will be Style by Taylor Swift #SpotifyWrapped"
## 
## [[6507]]
## [1] "TheSchnetz: Can't wait to share my Top 5 Songs from #SpotifyWrapped for 2022:\n1. Rednex - Cotton Eye Joe \n2. Rednex - Cotton Ey… https://t.co/KqiEoEKGcA"
## 
## [[6508]]
## [1] "Jenni_faar: 3 dimensional Beauty…… \n#FIFAWorldCupQatar2022 #SpotifyWrapped #MattHanock #CyberMonday #StarAcademy https://t.co/QTkelCvXmw"
## 
## [[6509]]
## [1] "SkillsFood1: Tinsel Tits Couples Christmas Matching Couple Gift\nhttps://t.co/eIi1isfOqu\n#SpotifyWrapped https://t.co/sztBPFw2oi"
## 
## [[6510]]
## [1] "EvolAva_EV: I predict my top artist will be [syudou] #SpotifyWrapped"
## 
## [[6511]]
## [1] "VoodooSCOOP: I predict my top artist will be MF DOOM, if it’s anyone else they’re lying #SpotifyWrapped"
## 
## [[6512]]
## [1] "mosh241: I predict my top artist will be Twice #SpotifyWrapped"
## 
## [[6513]]
## [1] "MuppetMulaney: My #SpotifyWrapped  is going to be so bad that I’m only sharing it with bee this year"
## 
## [[6514]]
## [1] "dayasorbit: renaissance and le serrafim will be taking over #SpotifyWrapped"
## 
## [[6515]]
## [1] "mosh241: I predict my top genre will be kpop girlgroup #SpotifyWrapped"
## 
## [[6516]]
## [1] "RobinsonPeace16: Check out my Gig on Fiverr: setup a  successful geofencing mobile ad promotion https://t.co/piaLpbvDVG #Fiverr… https://t.co/9CE8qKU9JY"
## 
## [[6517]]
## [1] "Tr1gga_3: When is this dropping @Spotify #SpotifyWrapped"
## 
## [[6518]]
## [1] "encanthor: I predict my top genre will be POP #SpotifyWrapped"
## 
## [[6519]]
## [1] "YukiYukiPOG: Ok but this is gonna be my reaction if I get DSMP as a genre on #SpotifyWrapped again.. https://t.co/OYfKjBq8KA"
## 
## [[6520]]
## [1] "EvolAva_EV: I predict my top genre will be [jpop] #SpotifyWrapped"
## 
## [[6521]]
## [1] "mosh241: I predict my most played song will be talk that talk #SpotifyWrapped"
## 
## [[6522]]
## [1] "laurrynnnnnn: I predict my most played song will be [Titi me pregunto- @sanbenito] #SpotifyWrapped"
## 
## [[6523]]
## [1] "genroflores: So when can I show my hoodie 🫣 #SpotifyWrapped"
## 
## [[6524]]
## [1] "encanthor: I predict my most played song will be Have Mercy - Chloe #SpotifyWrapped"
## 
## [[6525]]
## [1] "Alienware: Your #SpotifyWrapped just leaked https://t.co/tyNkawMNiz"
## 
## [[6526]]
## [1] "jon_m_rob: Just kidding. I predict my top artist will be No Pressure #SpotifyWrapped"
## 
## [[6527]]
## [1] "clumsyxmarii: IF YOU DONT DROP IT #SpotifyWrapped https://t.co/l3ugfGOahF"
## 
## [[6528]]
## [1] "paperfishgal: I predict my top podcast will be the off menu podcast!!! who guessed it #SpotifyWrapped"
## 
## [[6529]]
## [1] "alrwyd: Cuteee #SpotifyWrapped"
## 
## [[6530]]
## [1] "ThisIsRituNegi: Top 16 Digital Marketing Trends for 2023!!\nNew Article Update:- https://t.co/ZOABJXFP3t\n\n#marketing #business… https://t.co/0RixykdVKH"
## 
## [[6531]]
## [1] "DJAssassino: The amount of people going absolutely feral waiting for #SpotifyWrapped is hilarious."
## 
## [[6532]]
## [1] "mabonso_sa: #SpotifyWrapped Post Malone"
## 
## [[6533]]
## [1] "paperfishgal: I predict my top artist will be taylor swift #SpotifyWrapped"
## 
## [[6534]]
## [1] "bre_mccrary: I predict my top artist will be @SaraBareilles if it’s not this is all a scam #SpotifyWrapped"
## 
## [[6535]]
## [1] "DJARlNISPUNK: real picture of me seeing #SpotifyWrapped trending only to find out its not out yet https://t.co/h0xpj5QcTa"
## 
## [[6536]]
## [1] "ikatyah: I predict my top artist will be @taiverdes #SpotifyWrapped"
## 
## [[6537]]
## [1] "alwaysolatunji: #SpotifyWrapped artist predictions ~\n1. ariana grande \n2. chris brown\n3. ksi\n4. aitch\n5. eminem"
## 
## [[6538]]
## [1] "paperfishgal: I predict my most played song will be spring 1 by max richter... #SpotifyWrapped"
## 
## [[6539]]
## [1] "burtonvjr: I predict my most played song will be tuned in freestyle by Megan #SpotifyWrapped"
## 
## [[6540]]
## [1] "FirstNameConor: #SpotifyWrapped but for @hole19golf. I want to know what my biggest slice was and how many times I lapped three-putted a birdie opportunity."
## 
## [[6541]]
## [1] "b2fly2000: I predict my top podcast will be none #SpotifyWrapped"
## 
## [[6542]]
## [1] "bre_mccrary: I predict my top genre will be musical theatre duh #SpotifyWrapped"
## 
## [[6543]]
## [1] "ikatyah: I predict my most played song will be [wish that i could] by @whoisumi #SpotifyWrapped"
## 
## [[6544]]
## [1] "burtonvjr: I predict my top artist will be twice  #SpotifyWrapped"
## 
## [[6545]]
## [1] "bre_mccrary: I predict my most played song will be Welcome to the Moulin Rouge #SpotifyWrapped"
## 
## [[6546]]
## [1] "jon_m_rob: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped"
## 
## [[6547]]
## [1] "l0usour: omg my top podcast will be return to the shadows 100% its the only podcast i keep up with every week #SpotifyWrapped"
## 
## [[6548]]
## [1] "burtonvjr: I predict my top genre will be kpop  #SpotifyWrapped"
## 
## [[6549]]
## [1] "b2fly2000: I predict my top artist will be @MariahCarey  #SpotifyWrapped"
## 
## [[6550]]
## [1] "PriyankaA333: #SpotifyWrapped is trending already (32K tweets 😱) and it hasn't even dropped yet. 😁 I'm ready for my inevitable fa… https://t.co/VNSfELQ7BX"
## 
## [[6551]]
## [1] "Stanleydaninja: Who else is waiting for spotify wrapped ?#SpotifyWrapped."
## 
## [[6552]]
## [1] "b2fly2000: I predict my top genre will be R&amp;B #SpotifyWrapped"
## 
## [[6553]]
## [1] "Judith11593504: I predict my top artist will be 5sos or Taylor, it’s too close to call #SpotifyWrapped"
## 
## [[6554]]
## [1] "elizabethduds: I predict my top artist will be Duckwrth #SpotifyWrapped"
## 
## [[6555]]
## [1] "Aeisha___: I predict my top podcast will be BingetownTV/ Guilty Pleasures #SpotifyWrapped"
## 
## [[6556]]
## [1] "amusingsoojin: I predict my most played song will be Ferrari by @IsaacDunbar I’ve been listening to balloons don’t float here non… https://t.co/gRcW7hrzGh"
## 
## [[6557]]
## [1] "fabioddao: Pira nesse line up beberes!!!\n#SpotifyWrapped https://t.co/ziTsg6TRek"
## 
## [[6558]]
## [1] "Grantosterone: My top artist this year is ultimately a tossup between Beyoncé and TWICE. #SpotifyWrapped"
## 
## [[6559]]
## [1] "helenaisawake: I predict my top artist will be arctic monkeys #SpotifyWrapped"
## 
## [[6560]]
## [1] "the_real_ticker: I predict my most played song will be [ballin] #SpotifyWrapped"
## 
## [[6561]]
## [1] "b2fly2000: I predict my most played song will be \"Slipping Away\" #SpotifyWrapped"
## 
## [[6562]]
## [1] "_hmgjr: I predict my top artist will be [The Beatles] #SpotifyWrapped"
## 
## [[6563]]
## [1] "corneliaspink: I predict my most played song will be d4 ‼️‼️‼️‼️ #SpotifyWrapped"
## 
## [[6564]]
## [1] "alterbrown82: I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped @banter  maybe"
## 
## [[6565]]
## [1] "dom_drea: Wake up people. These are YOUR CHILDREN!  #wakeup #SpotifyWrapped #ImranKhan #RedVelvetBirthdayParty https://t.co/UflIxx6l6D"
## 
## [[6566]]
## [1] "jakeupnash: furiously listening to Kelly Clarkson all day so she’s not fully shut out of my #SpotifyWrapped this year"
## 
## [[6567]]
## [1] "victoriiakath: I will be asking to see everyone’s #SpotifyWrapped, I’m a nosy bitch and love seeing what people listen to."
## 
## [[6568]]
## [1] "RyanForEQUALITY: I predict my most played song will be \n2 Be Loved (Am I Ready) by @lizzo #SpotifyWrapped"
## 
## [[6569]]
## [1] "_hmgjr: I predict my most played song will be [In My Life] #SpotifyWrapped"
## 
## [[6570]]
## [1] "alterbrown82: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped Ed Sheeran i guess"
## 
## [[6571]]
## [1] "amytorbetta: The Spotify wrapped layout needs to change cause I’ve just replied to someone’s insta story and asked someone how w… https://t.co/hxqI6o5D8x"
## 
## [[6572]]
## [1] "alterbrown82: I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped Dance Pop"
## 
## [[6573]]
## [1] "renugav555: @PizToken Wonderful Project #MattHanock #SpotifyWrapped #ghanablackstars"
## 
## [[6574]]
## [1] "alterbrown82: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped Supermarket Flowers by Ed Sheeran"
## 
## [[6575]]
## [1] "Aeisha___: I predict my top artist will be Raleigh Ritchie #SpotifyWrapped"
## 
## [[6576]]
## [1] "sydparker_: Everybody’s gonna know that I’m a mentally ill simp #SpotifyWrapped"
## 
## [[6577]]
## [1] "AdamClark850: Visual On The Way 🎥🎥 #BlackAdam #Rebirth\n\n #SpotifyWrapped #RedVelvet #CyberMondayAmazon #hiphop #JHOPEatMAMA2022… https://t.co/UCP4XhAwIB"
## 
## [[6578]]
## [1] "FrawstyGWizzo: Go crazy on these mashups/Blendz !!!#SpotifyWrapped #CyberMonday #ImACeleb #LilUziVert #wannarock #uncleluke… https://t.co/I0wFsd83sS"
## 
## [[6579]]
## [1] "liquortalks: i predict my top artist will be corbyn #SpotifyWrapped"
## 
## [[6580]]
## [1] "xande_poveda: I predict my most played song will be My Ordinary Life #SpotifyWrapped"
## 
## [[6581]]
## [1] "helpmum_ng: We were excited to find out that one of the pregnant women went into labour right after we left. Thanks to the free… https://t.co/4is21t6tGI"
## 
## [[6582]]
## [1] "Mr_Reedo: I predict my top 5 will be full of songs I didn’t think I listened to much and ultimately isn’t as cool as I though… https://t.co/1BpyxZP4m5"
## 
## [[6583]]
## [1] "AMoonshade: I predict my top artist will be my chemical romance  #SpotifyWrapped"
## 
## [[6584]]
## [1] "Evelyn_Chhetry: damn for 90 dollars you could get 11 months of twitter blue. #SpotifyWrapped #Twittershutdown #ElonGoatToken… https://t.co/tyOxwLmnwr"
## 
## [[6585]]
## [1] "Barrytoon: I have retuned… #Fucktheeldest #SpotifyWrapped #MattHanock #CyberMonday #ThreeLions"
## 
## [[6586]]
## [1] "liquortalks: I predict my top genre will be pop / alternative #SpotifyWrapped"
## 
## [[6587]]
## [1] "lotsadLottie: I predict my most played song will be We Are No Saints by Blind Channel #SpotifyWrapped"
## 
## [[6588]]
## [1] "Missskitttin: I don't have high hopes for my 2022 #SpotifyWrapped"
## 
## [[6589]]
## [1] "liquortalks: i predict my most played song will be burn by corbyn #SpotifyWrapped"
## 
## [[6590]]
## [1] "skvwalkerfilms: I predict my top artist will be twice fs #SpotifyWrapped"
## 
## [[6591]]
## [1] "Aeisha___: I predict my top genre will be Christian and Gospel #SpotifyWrapped"
## 
## [[6592]]
## [1] "h4liwp: I predict my most played song will be august #SpotifyWrapped"
## 
## [[6593]]
## [1] "AMoonshade: I predict my most played song will be foundations of decay by mcr #SpotifyWrapped"
## 
## [[6594]]
## [1] "TeamAthena13: I predict my top artist will be @taylorswift13 #SpotifyWrapped"
## 
## [[6595]]
## [1] "JrKalyjay: Gucci Icecream in a new Bentley Continental 👀🙌🏽 \n#ghanablackstars #SpotifyWrapped https://t.co/oyaeGtWFtR"
## 
## [[6596]]
## [1] "freakyfly_: I predict my top podcast will be EXPERTAS EN NADA #SpotifyWrapped"
## 
## [[6597]]
## [1] "skvwalkerfilms: I predict my top podcast will be 8 hours of box fan sounds #SpotifyWrapped"
## 
## [[6598]]
## [1] "How2bJazzAF: 🐝🎧 #SpotifyWrapped #NewMusic ManMan - \"Head On (Hold On To Your Heart)\" https://t.co/Z2OVBFJmMF via @YouTube"
## 
## [[6599]]
## [1] "finch_forever: I predict my most played song will be The Funeral by @yungblud #SpotifyWrapped"
## 
## [[6600]]
## [1] "quirkstie: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[6601]]
## [1] "mrmhrs_: I predict my most played song will be [All Too Well (10 Minute Version) (Taylor’s Version) From The Vault.] #SpotifyWrapped"
## 
## [[6602]]
## [1] "ggxdelovato: I predict my most played song will be [City of angels by DEMI LOVATO ] #SpotifyWrapped"
## 
## [[6603]]
## [1] "freakyfly_: I predict my most played song will be IVE's After Like #SpotifyWrapped"
## 
## [[6604]]
## [1] "lee_04njm: I predict my top genre will be [K-Pop] #SpotifyWrapped"
## 
## [[6605]]
## [1] "lee_04njm: I predict my top artist will be [SET IT OFF] #SpotifyWrapped"
## 
## [[6606]]
## [1] "aubryfonseca: what’s everybody wearing to #SpotifyWrapped this year"
## 
## [[6607]]
## [1] "CNS_Media: It's the most wonderful time of the year...\n\nWho else is counting down the days until they get their Spotify-wrappe… https://t.co/zkSuGbhgI5"
## 
## [[6608]]
## [1] "josh44444444442: I predict my top artist will be [Rina Sawayama] #SpotifyWrapped"
## 
## [[6609]]
## [1] "ilykimtea: I predict my most played song will be [boy with luv] #SpotifyWrapped"
## 
## [[6610]]
## [1] "hayls_s: I predict my top podcast will be [i have literally never listened to a podcast] #SpotifyWrapped"
## 
## [[6611]]
## [1] "MelissaJFrost: Me waiting for my #SpotifyWrapped knowing my kids have been playing their \"music\" on my profile for most of 2022. https://t.co/ScC0nDC73v"
## 
## [[6612]]
## [1] "MandyPanda011: I predict my top artist will be  @theweeknd no doubt. 🤔🔮#SpotifyWrapped #TheWeeknd #Abel https://t.co/aplQ5H5J36"
## 
## [[6613]]
## [1] "wilks_lydia: I predict my most played song will be feels like the first time #SpotifyWrapped"
## 
## [[6614]]
## [1] "Richnigga912: Don’t let your loneliness tempt you to reconnect with toxic people,you wouldn’t drink poison just because you’re th… https://t.co/HyXz6rP6YF"
## 
## [[6615]]
## [1] "MrKrepan: I predict my most played song will be Skillet - The Resistance #SpotifyWrapped\n#2017 #GoldenYear"
## 
## [[6616]]
## [1] "josh44444444442: I predict my most played song will be [Hold The Girl] #SpotifyWrapped"
## 
## [[6617]]
## [1] "hayls_s: I predict my top artist will be [ghost #SpotifyWrapped"
## 
## [[6618]]
## [1] "lee_04njm: I predict my most played song will be [AFTER LIKE by IVE] #SpotifyWrapped"
## 
## [[6619]]
## [1] "hayls_s: I predict my top genre will be [metal?] #SpotifyWrapped"
## 
## [[6620]]
## [1] "visionsofmantra: Today's affirmation: 'Through the power of my thoughts and words, incredible transformations are happening in me an… https://t.co/8bX77fnlwb"
## 
## [[6621]]
## [1] "BelgianDears: @PopBase @dimash_official will be at the #1 spot at my #SpotifyWrapped this year! Last year as well and very confid… https://t.co/Vhe0jk6YGj"
## 
## [[6622]]
## [1] "DjGus_Bqto: I predict my top artist will be [ @edsheeran ] #SpotifyWrapped"
## 
## [[6623]]
## [1] "niinetynine: I predict my top artist will be Gracie Abrams #SpotifyWrapped"
## 
## [[6624]]
## [1] "hayls_s: I predict my most played song will be [get to the top by goro majima] #SpotifyWrapped"
## 
## [[6625]]
## [1] "clifford_kriss: #EXTRAINCOME scammed me\n#Cyberpolice\n#FBI\n#18000\n#SpotifyWrapped \n#StarAcademy https://t.co/ZhzqE2Y5rC… https://t.co/bmrf9bJ3sM"
## 
## [[6626]]
## [1] "TheresABeaaa: I predict my top artist will be Streetlight Manifesto because I am the worst #SpotifyWrapped"
## 
## [[6627]]
## [1] "KozmixBlitz: I predict my top podcast will be none, i fucking hate podcasts #SpotifyWrapped"
## 
## [[6628]]
## [1] "PlainsTunneler: Been waiting for a long time now. 100k+ this time hopefully #SpotifyWrapped"
## 
## [[6629]]
## [1] "KozmixBlitz: I predict my top artist will be Lemon Demon #SpotifyWrapped"
## 
## [[6630]]
## [1] "relleunique: Release #SpotifyWrapped so I can make a blog post about it and post it everywhere! @Spotify"
## 
## [[6631]]
## [1] "chericelovee: where is it 👀 #SpotifyWrapped"
## 
## [[6632]]
## [1] "KozmixBlitz: I predict my top genre will be Rock #SpotifyWrapped"
## 
## [[6633]]
## [1] "gd_pika: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[6634]]
## [1] "seeseehawk: Hell of a line-up for C.C.HawkleyFest! #Spotify #SpotifyWrapped https://t.co/c5c5mmZu6u"
## 
## [[6635]]
## [1] "louiecapaldi: i’m ready hurry #SpotifyWrapped"
## 
## [[6636]]
## [1] "KozmixBlitz: I predict my most played song will be Two Trucks by Lemon Demon #SpotifyWrapped"
## 
## [[6637]]
## [1] "aTzbiT1117: I predict my top podcast will be sibling rivalry or Loonas cover of all I want for Christmas LMAO #SpotifyWrapped"
## 
## [[6638]]
## [1] "Isa4cIsiaka: I predict my top artist will be Rema #SpotifyWrapped"
## 
## [[6639]]
## [1] "googlemybusine: #USDT [x]  GBP verification both spammy and non spammy category in any country including locksmith in USA INSTANT V… https://t.co/nTjQXizscy"
## 
## [[6640]]
## [1] "darealtimshady1: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped probably @Adele I’d be shocked if it’s not"
## 
## [[6641]]
## [1] "Isa4cIsiaka: I predict my top genre will be Afrobeat #SpotifyWrapped"
## 
## [[6642]]
## [1] "carloscruz21999: I predict my top artist will be El Fary\n#SpotifyWrapped"
## 
## [[6643]]
## [1] "fanaticnole: I predict my top genre will be Showtunes #SpotifyWrapped"
## 
## [[6644]]
## [1] "montsemaqueda01: I predict my top artist will be @DaniFdez #SpotifyWrapped"
## 
## [[6645]]
## [1] "dikhxon: I predict my top artist will be The Weeknd ofc #SpotifyWrapped"
## 
## [[6646]]
## [1] "Glasgow_Live: #SpotifyWrapped 2022: Release date and why the last two months of the year are not included in results\nhttps://t.co/IInad2MB3z"
## 
## [[6647]]
## [1] "jiheon67: I predict my top artist will be #LOONA #SpotifyWrapped"
## 
## [[6648]]
## [1] "Isa4cIsiaka: I predict my most played song will be [wine-rema] #SpotifyWrapped"
## 
## [[6649]]
## [1] "aTzbiT1117: I predict my top artist will be Loona OFCCCC #SpotifyWrapped"
## 
## [[6650]]
## [1] "dikhxon: I predict my top genre will be Pop #SpotifyWrapped"
## 
## [[6651]]
## [1] "RyujinBread: I predict my most played song will be Favorite (Vampire) by NCT 127 #SpotifyWrapped"
## 
## [[6652]]
## [1] "jiheon67: I predict my top genre will be kpop 😂😐 #SpotifyWrapped"
## 
## [[6653]]
## [1] "flatentx1: I predict my top artist will be [@flaviofdzz] #SpotifyWrapped"
## 
## [[6654]]
## [1] "Allieen0: WHERE TF IS MY SPOTIFY WRAPPED. IM TIRED OF WAITING #SpotifyWrapped https://t.co/TVZdyOj0e6"
## 
## [[6655]]
## [1] "aTzbiT1117: I predict my top genre will be kpop obvi #SpotifyWrapped"
## 
## [[6656]]
## [1] "dikhxon: I predict my most played song will be Blinding Lights #SpotifyWrapped"
## 
## [[6657]]
## [1] "Aeisha___: I predict my most played song will be \"Somebody's Son\" by Tiwa Savage and Brandy #SpotifyWrapped"
## 
## [[6658]]
## [1] "jiheon67: I predict my most played song will be playback by #loona #SpotifyWrapped"
## 
## [[6659]]
## [1] "adrienefq: Excited for #SpotifyWrapped"
## 
## [[6660]]
## [1] "aTzbiT1117: I predict my most played song will be Girl Front and Why Not #SpotifyWrapped"
## 
## [[6661]]
## [1] "xForeverMixer1: I predict my top artist will be Little Mix #SpotifyWrapped"
## 
## [[6662]]
## [1] "Esteban31743091: I predict my top artist will be [ADELE ofccc ] #SpotifyWrapped"
## 
## [[6663]]
## [1] "theemarajpalace: I predict my most played song will be Do We Have A Problem? #SpotifyWrapped"
## 
## [[6664]]
## [1] "xForeverMixer1: I predict my top genre will be pop #SpotifyWrapped"
## 
## [[6665]]
## [1] "MadCatBeX: It's that time of year #SpotifyWrapped and I don't care, I'm excited to see... bring it on!! NOW!!!"
## 
## [[6666]]
## [1] "_Spiracle: I predict my top artist will be Flower Face #SpotifyWrapped"
## 
## [[6667]]
## [1] "Doo_kis: E go hard to fear \nwoman aswear\n#CyberMonday #SpotifyWrapped https://t.co/ND8dyFAXmV"
## 
## [[6668]]
## [1] "Esteban31743091: I predict my most played song will be [someone like you] #SpotifyWrapped"
## 
## [[6669]]
## [1] "LSU_EDEN: I predict my top artist will be @LornaShore #SpotifyWrapped"
## 
## [[6670]]
## [1] "xForeverMixer1: I predict my most played song will be Between Us #SpotifyWrapped"
## 
## [[6671]]
## [1] "_Spiracle: I predict my most played song will be Sugar Water by Flower Face #SpotifyWrapped"
## 
## [[6672]]
## [1] "artblockmusic: So whose going to be your most streamed artist of the year? 😃🎶 #spotifywrapped"
## 
## [[6673]]
## [1] "MoneyMarkDiggla: I predict my most played song will be Thug So Long by Money Mark Diggla #SpotifyWrapped"
## 
## [[6674]]
## [1] "Lord_Chiquita: I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped @FourFunnies it gonna be these mfs"
## 
## [[6675]]
## [1] "notregina: I predict my most played song will be No Fun by Armin van Buuren #SpotifyWrapped"
## 
## [[6676]]
## [1] "vergara_1028: I predict my most played song will be [All LANA DEL REY SONGS] #SpotifyWrapped"
## 
## [[6677]]
## [1] "LSU_EDEN: I predict my top podcast will be @LateKickJosh #SpotifyWrapped"
## 
## [[6678]]
## [1] "Lord_Chiquita: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped Avicii dawg my music taste ain’t change in the last 10 years"
## 
## [[6679]]
## [1] "Isa4cIsiaka: I'm eager to see them\n#SpotifyWrapped https://t.co/C9iECnPurf"
## 
## [[6680]]
## [1] "DjGus_Bqto: I predict my top genre will be [#Rap] #SpotifyWrapped"
## 
## [[6681]]
## [1] "MoneyMarkDiggla: I predict my top artist will be @MoneyMarkDiggla duh!  #SpotifyWrapped https://t.co/6LV5kdC6vP"
## 
## [[6682]]
## [1] "ThomBartley: Predicting the chaos of my #SpotifyWrapped before it drops. https://t.co/n5LxVCVBqo"
## 
## [[6683]]
## [1] "Lord_Chiquita: I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped pop im that bitch"
## 
## [[6684]]
## [1] "wa_mutegi: This track got released only last week and it just might feature in my #SpotifyWrapped\n\nAbsolutely brilliant… https://t.co/ffgdpgPMah"
## 
## [[6685]]
## [1] "mutwiri_njue1: MAFIA by Travis Scott I predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[6686]]
## [1] "gjkhouri: I predict my top artist will be THE WORLD’S CURRENT BIGGEST GIRL GROUP #SpotifyWrapped"
## 
## [[6687]]
## [1] "Lord_Chiquita: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped dawg it’s gonna be somewhere in… https://t.co/YnwHvSmmvl"
## 
## [[6688]]
## [1] "theta7274: I like how #SpotifyWrapped is trending and it's not even out yet. Goes to show how good Spotify wrapped is and Spot… https://t.co/kwto3iU7Ut"
## 
## [[6689]]
## [1] "MoneyWilin: I predict my top artist will be Mac Miller Or Giveon [fill in top artist prediction] #SpotifyWrapped"
## 
## [[6690]]
## [1] "nbn1126: I predict my top artist will be @KnucklePuckIL 🫶🏻 #SpotifyWrapped"
## 
## [[6691]]
## [1] "mayajoyrn: I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped"
## 
## [[6692]]
## [1] "cindilmao: I predict my top podcast will be [BANTER] #SpotifyWrapped"
## 
## [[6693]]
## [1] "Tuttasb1: I predict my top artist will be DIMASH QUDAIBERGEN 💕 #SpotifyWrapped\n\nTraveled 1900km to Prague + 6000km to Almaty… https://t.co/1GAfmlJzz8"
## 
## [[6694]]
## [1] "lavenderocky: I predict my top artist will be The Driver Era #SpotifyWrapped"
## 
## [[6695]]
## [1] "violetaaazur: I predict my top genre will be pop 🌞 #SpotifyWrapped"
## 
## [[6696]]
## [1] "LunarO7_: I predict my top podcast will be A Hot Dog is a Sandwich by @Mythical #SpotifyWrapped"
## 
## [[6697]]
## [1] "OTU_SUAU: Neon Diamomd 🎨\n#StevenUniverse #SpotifyWrapped #artist https://t.co/pKpSsGvK1P"
## 
## [[6698]]
## [1] "primo4k: Tips: It's not just Spotify that has a year-end wrap-up feature, Apple Music does too! Here's how to get your Apple… https://t.co/x8lNgrkvu2"
## 
## [[6699]]
## [1] "buddhikac97: Why I can’t get my #SpotifyWrapped ? 😒😣"
## 
## [[6700]]
## [1] "gjkhouri: I predict my most played song will be PINK PUSSY BY BLACKPINK #SpotifyWrapped"
## 
## [[6701]]
## [1] "Dam2juicy: I predict my top podcast will be ESPN FC.  #SpotifyWrapped"
## 
## [[6702]]
## [1] "cindilmao: I predict my top artist will be [BTS] #SpotifyWrapped"
## 
## [[6703]]
## [1] "sunnysatelIite: i was goin thru a lot this year so i have no idea what mine is gonna look like this year #SpotifyWrapped"
## 
## [[6704]]
## [1] "Em_Bowie: I know I’m bias but this would be the best festival EVER and my toddler would be entertained at the same time 🤣🤣… https://t.co/MR0DAimei5"
## 
## [[6705]]
## [1] "cindilmao: I predict my top genre will be [K-Pop] #SpotifyWrapped"
## 
## [[6706]]
## [1] "kendallsrose03: Me getting anxious for my #SpotifyWrapped when I know damn well it’s just gonna be fall out boy and Greta van fleet"
## 
## [[6707]]
## [1] "Dam2juicy: I predict my top genre will be Pop.  #SpotifyWrapped"
## 
## [[6708]]
## [1] "ZadaJones: Rhinestone Homo #SpotifyWrapped https://t.co/tGaR82ujcY"
## 
## [[6709]]
## [1] "J0K3RW1NS: Album Of The Day 🎶 \nSlightly Stoopid- Everything you need 2003\n\n#Music #Spotify #SpotifyWrapped #Playlisy #Fyp https://t.co/hGJTQOupqA"
## 
## [[6710]]
## [1] "Jordanmanzelli: I predict my top artist will be [Taylor Swift] #SpotifyWrapped"
## 
## [[6711]]
## [1] "septaz: I predict my most played song will be Run BTS by BTS #SpotifyWrapped"
## 
## [[6712]]
## [1] "G_God_Josiah: Warning graphic content viewer discretion advised 18 and over  #armedguard #TikTokGirls #robbery #shootsfired… https://t.co/BU6aJyYC5a"
## 
## [[6713]]
## [1] "MaizieSeput: Here are some of my recent TikTok videos I’ve made it! See more of my video at my TikTok! I hope you guys like them… https://t.co/LgRY2UBak9"
## 
## [[6714]]
## [1] "NitroSpidey: I predict my top artist will be [Kid Cudi or The Lonely Island] #SpotifyWrapped"
## 
## [[6715]]
## [1] "GR3YVE1NS: if dsmp is a genre on mine i'll kms btw #SpotifyWrapped"
## 
## [[6716]]
## [1] "kookoo71747839: I predict my top artist will be [BTS] #SpotifyWrapped"
## 
## [[6717]]
## [1] "LunarO7_: I predict my top artist will be @eltonofficial #SpotifyWrapped"
## 
## [[6718]]
## [1] "eliferssan: i predict my top podcast will be @LoDelEyeliner✨🛐\n\n #SpotifyWrapped"
## 
## [[6719]]
## [1] "nightmaxlive: I predict my top artist will be lovejoy  #SpotifyWrapped"
## 
## [[6720]]
## [1] "KATYCAT123CAT12: COME ON NOWWW #SpotifyWrapped"
## 
## [[6721]]
## [1] "Imagine5684: I predict my top podcast will be two hot takes #SpotifyWrapped"
## 
## [[6722]]
## [1] "Jordanmanzelli: I predict my most played song will be [Big Energy Remix] #SpotifyWrapped"
## 
## [[6723]]
## [1] "istantoulouse: I predict my top 5 on #SpotifyWrapped artists will be (not in order) phoebe bridgers, two door cinema club, maybe a… https://t.co/VKyHFH5fP2"
## 
## [[6724]]
## [1] "muzzu_or_mujju: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped \n \nThe midnight sky is the road… https://t.co/eDs7ouYv7x"
## 
## [[6725]]
## [1] "gudgurlriri: I predict my most played song will be TXT - 20cm #SpotifyWrapped"
## 
## [[6726]]
## [1] "QRiplo: Don’t lemme catch yo homeboy lookin at me like a foolin no good ratta tat booty fool! Aha! Chuckle*! Lawd if I catc… https://t.co/HCX66bAxTI"
## 
## [[6727]]
## [1] "LunarO7_: I predict my top genre will be Probably Dream SMP, cause of my phase early on in the year. #SpotifyWrapped"
## 
## [[6728]]
## [1] "Imagine5684: I predict my top artist will be Taylor Swift?? #SpotifyWrapped"
## 
## [[6729]]
## [1] "vlvtmin: WHEN ARE YOU DROPPING? #SpotifyWrapped"
## 
## [[6730]]
## [1] "karla_smile07: I predict my most played song will be As it was 🤭 #SpotifyWrapped"
## 
## [[6731]]
## [1] "dipakhaldar02: Computer repair service in #USA \nhttps://t.co/rWq0xwGLdc\n\n#Analytics #5G #MachineLearning #AI #Python  #NLProc… https://t.co/VfEvbs61lb"
## 
## [[6732]]
## [1] "monikapocalips: I predict my top genre will be [Polish Alternative] #SpotifyWrapped"
## 
## [[6733]]
## [1] "Imagine5684: I predict my top genre will be teen pop #SpotifyWrapped"
## 
## [[6734]]
## [1] "chatroomstan: I predict my most played song will be avril lavigne- bite me #SpotifyWrapped"
## 
## [[6735]]
## [1] "hrts4crimeboyz: #SpotifyWrapped i will commit crimes if i get dsmp on my spotify wrapped once again"
## 
## [[6736]]
## [1] "GR3YVE1NS: i predict it'll call me mentally ill , emo and gay all at once #SpotifyWrapped"
## 
## [[6737]]
## [1] "dipakhaldar02: Computer repair service in #USA \nhttps://t.co/rWq0xwXOfc\n\n#Analytics #5G #MachineLearning #AI #Python  #NLProc… https://t.co/42Kvg4q42v"
## 
## [[6738]]
## [1] "karla_smile07: I predict my top artist will be taylor swift #SpotifyWrapped"
## 
## [[6739]]
## [1] "Imagine5684: I predict my most played song will be roadtrip by dream... #SpotifyWrapped"
## 
## [[6740]]
## [1] "chatroomstan: I predict my top artist will be doja cat #SpotifyWrapped"
## 
## [[6741]]
## [1] "Bk_officail: SLEEP 😴\nEAT 🍱\nEVENT 🤵🏻\nREPEAT 💫\n\n#Embk #lifeofeventmanager #eventlife #events #要要搞定個要 #SpotifyWrapped"
## 
## [[6742]]
## [1] "theplatf0rmuk: ‘We want to make sure the cost of living crisis is linked with the climate crisis at all times.’ \nOur third episode… https://t.co/1HIgtlXand"
## 
## [[6743]]
## [1] "cosmiqr: I predict my top artist will be [Lemon Demon] #SpotifyWrapped"
## 
## [[6744]]
## [1] "LunarO7_: I predict my most played song will be I’m Still Standing by @eltonofficial  #SpotifyWrapped"
## 
## [[6745]]
## [1] "monikapocalips: I predict my top artist will be [Vukovi] #SpotifyWrapped"
## 
## [[6746]]
## [1] "Cloudfrog7: I predict my most played song will be We Major - Kanye West  #SpotifyWrapped"
## 
## [[6747]]
## [1] "dipakhaldar02: Computer repair service in #USA \nhttps://t.co/rWq0xwGLdc\n\n#Analytics #5G #MachineLearning #AI #Python  #NLProc… https://t.co/1QhWxl8An3"
## 
## [[6748]]
## [1] "dipakhaldar02: Computer repair service in #USA \nhttps://t.co/rWq0xwXOfc\n\n#Analytics #5G #MachineLearning #AI #Python  #NLProc… https://t.co/BTsDkaqZBi"
## 
## [[6749]]
## [1] "monikapocalips: I predict my most played song will be [The Bravery - Hatef--k] #SpotifyWrapped"
## 
## [[6750]]
## [1] "WFNYCraig: If you're too impatient to wait for #SpotifyWrapped you can just use https://t.co/P18VPe6Fea to see what you've bee… https://t.co/ilc3bYW2s4"
## 
## [[6751]]
## [1] "Rasausa: Rap is definitely gonna be my most played genre this year, no idea about the most played song though.\n\n#SpotifyWrapped"
## 
## [[6752]]
## [1] "dejviid03: No but for real tho #SpotifyWrapped https://t.co/ZAOr8eZhYy"
## 
## [[6753]]
## [1] "ADMarcovecchio: My #SpotifyWrapped prediction.\n\n1. All the Grief Ritual material I played repeatedly for practise\n2. Misfits becaus… https://t.co/duGv56fQkN"
## 
## [[6754]]
## [1] "gudgurlriri: I predict my most played song will be BTS Boy in Luv #SpotifyWrapped"
## 
## [[6755]]
## [1] "dipakhaldar02: Computer repair service in #USA \nhttps://t.co/rWq0xwXOfc\n\n#Analytics #5G #MachineLearning #AI #Python  #NLProc… https://t.co/wxolgEMkW3"
## 
## [[6756]]
## [1] "October_Paro: i rise from the ashes to tweet my excitement for #SpotifyWrapped \n\nthen i dissipate once more"
## 
## [[6757]]
## [1] "kamranali96: You are never too old to chase your dreams ❤️\n\n#SpotifyWrapped\n#NewProfilePic #FIFAWorldCupQatar2022 \n#Pakistan https://t.co/9DyTYcMM56"
## 
## [[6758]]
## [1] "MioneTwin: I predict my top artist will be @TXT_bighit  #SpotifyWrapped"
## 
## [[6759]]
## [1] "bbIacktreacle: I predict my top podcast will be very really good #SpotifyWrapped"
## 
## [[6760]]
## [1] "Stef_ahny: Gorgeous shoes o available as seen\n\nBiko patronize me o 🙏🏽🙏🏽\n\n#SpotifyWrapped #ghanablackstars #MondayMotivation… https://t.co/dnlxNJLyqw"
## 
## [[6761]]
## [1] "bbIacktreacle: I predict my top artist will be arctic monkeys #SpotifyWrapped"
## 
## [[6762]]
## [1] "dipakhaldar02: Computer repair service in #USA \nhttps://t.co/rWq0xwGLdc\n\n#Analytics #5G #MachineLearning #AI #Python  #NLProc… https://t.co/Sb38s7ud8C"
## 
## [[6763]]
## [1] "BelovedCassia: Not surprised if it’s Lovejoy #SpotifyWrapped"
## 
## [[6764]]
## [1] "punkdivestedbw: #SpotifyWrapped that time of the year again when my black card gets taken"
## 
## [[6765]]
## [1] "imnasakun: I predict my top artist will be joji #SpotifyWrapped"
## 
## [[6766]]
## [1] "bbIacktreacle: I predict my top genre will be indie rock #SpotifyWrapped"
## 
## [[6767]]
## [1] "mightyknight501: If my top Artist isn’t My Chemical Romance, I will riot. #SpotifyWrapped"
## 
## [[6768]]
## [1] "neoteez___: If #SpotifyWrapped doesn't come on December 1st chile...."
## 
## [[6769]]
## [1] "imnasakun: I predict my top podcast will be distractable #SpotifyWrapped"
## 
## [[6770]]
## [1] "punkdivestedbw: #SpotifyWrapped me trying to listen to all my favourites so they can make it https://t.co/0ApgGB4ELN"
## 
## [[6771]]
## [1] "dipakhaldar02: Computer repair service in #USA \nhttps://t.co/rWq0xwGLdc\n\n#Analytics #5G #MachineLearning #AI #Python  #NLProc… https://t.co/P1HHWL2c9b"
## 
## [[6772]]
## [1] "clownsalva: I predict my top artist will be Ari or Billie #SpotifyWrapped"
## 
## [[6773]]
## [1] "AliCateRL: I predict my top genre will be [EDM] #SpotifyWrapped"
## 
## [[6774]]
## [1] "bbIacktreacle: I predict my most played song will be No. 1 party anthem #SpotifyWrapped"
## 
## [[6775]]
## [1] "mercurysummr: I predict my top artist will be [fightstar] #SpotifyWrapped"
## 
## [[6776]]
## [1] "MrDude_o_o: I predict my most played song will be \"Wichita Lineman\" by Glen Campbell #SpotifyWrapped https://t.co/1kRgOSK16T"
## 
## [[6777]]
## [1] "imnasakun: I predict my most played song will be para ti by @tsuyunoshi #SpotifyWrapped"
## 
## [[6778]]
## [1] "cathleenamor: I'm scared pls #SpotifyWrapped"
## 
## [[6779]]
## [1] "wheresbex95: I predict my top genre will be K-pop #SpotifyWrapped"
## 
## [[6780]]
## [1] "mercurysummr: I predict my top genre will be [uk post-hardcore] #SpotifyWrapped"
## 
## [[6781]]
## [1] "Cathydirector: I predict my top genre will be [Pop] #SpotifyWrapped"
## 
## [[6782]]
## [1] "BrittJayee: Got some Black Friday and cyber Monday deals left on the Vibes collection for a limited time. Show some love on the… https://t.co/ZvEPjhfplO"
## 
## [[6783]]
## [1] "weightofthecrwn: when yall see itzy sneakers at the top of my #SpotifyWrapped mind your business https://t.co/MDivgZO5hk"
## 
## [[6784]]
## [1] "Ioveisnteasy: I predict my top artist will be  CHASE ATLANTIC #SpotifyWrapped"
## 
## [[6785]]
## [1] "AliCateRL: I predict my most played song will be [Neon - Televisor] #SpotifyWrapped"
## 
## [[6786]]
## [1] "Cathydirector: I predict my top artist will be [Ed Sheeran] #SpotifyWrapped"
## 
## [[6787]]
## [1] "stdbluv: I predict my top artist will be BTS qn más pa #SpotifyWrapped"
## 
## [[6788]]
## [1] "S3benj: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[6789]]
## [1] "VeiledSirius: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped #JungKook https://t.co/rjIYxRaRpz"
## 
## [[6790]]
## [1] "Succmoody: I predict my top artist will be [Kanye West] #SpotifyWrapped"
## 
## [[6791]]
## [1] "Ioveisnteasy: I predict my most played song will be molly 😋😋 #SpotifyWrapped"
## 
## [[6792]]
## [1] "Reggaemoms9: I was lying to myself that’s why I needed proof of what I knew, you never loved me. #artofhealing #SpotifyWrapped"
## 
## [[6793]]
## [1] "adriana280921: i predict that my top artist will be One Direction, my top genre will be pop and my top song will be Miss You by Lo… https://t.co/jqL02O9Ibk"
## 
## [[6794]]
## [1] "DjGus_Bqto: I predict my most played song will be [Blinding Lights by @theweeknd] #spotifywrapped2022\n#SpotifyWrapped\n@Spotify"
## 
## [[6795]]
## [1] "SpectrumHubNg: Did you know that...\n22nd May 2010, Bitcoin recorded its first real life transaction when a Man Spent 10,000 bitcoi… https://t.co/OcU0luIgtV"
## 
## [[6796]]
## [1] "S3benj: I predict my most played song will be Belter by Gerry Cinnamon #SpotifyWrapped"
## 
## [[6797]]
## [1] "KikoFenn: I predict my most played song will be Peroxide #SpotifyWrapped"
## 
## [[6798]]
## [1] "OliviaSLeland: Last year my Spotify Wrapped flamed me for listening to one song &gt;1,100 times so I’m excited to see what song I hyp… https://t.co/lkQItQDZRg"
## 
## [[6799]]
## [1] "nectarofdelrey: I predict my top podcast will be IDFK #SpotifyWrapped"
## 
## [[6800]]
## [1] "PESU_Anonymous: Looking at this I cannot imagine how messed up my #SpotifyWrapped will be \n\nP.S. - Hariharan being there tells me t… https://t.co/acp1zc0SQt"
## 
## [[6801]]
## [1] "cybervikash_: How to stay focused &amp;  motivated always.... How ? How ? How ? \n#SpotifyWrapped #FIFAWorldCupQatar2022 #CyberMonday… https://t.co/eab8iPIog1"
## 
## [[6802]]
## [1] "sleepyariadne: i know for a fact that my top song is gonna be like real people do by hozier, i don’t even have to predict it #SpotifyWrapped"
## 
## [[6803]]
## [1] "sumire9797: I predict my top genre will be Hip-Hop✨ #SpotifyWrapped"
## 
## [[6804]]
## [1] "nectarofdelrey: I predict my top artist will be Lana Del Rey #SpotifyWrapped"
## 
## [[6805]]
## [1] "KathEnchanted: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[6806]]
## [1] "Tuttasb1: I predict my top genre will be POP #SpotifyWrapped\n\nBut my most played artist being @dimash_official you never know… https://t.co/4O4rXhQrRp"
## 
## [[6807]]
## [1] "stdbluv: I predict my most played song will be ARSON LOCO AWANTE JHOPEEEEEE #SpotifyWrapped"
## 
## [[6808]]
## [1] "shyrlonai: I predict my most played song will be [Sail by AWOLNATION] #SpotifyWrapped"
## 
## [[6809]]
## [1] "lvskgrls: I predict my most played song will be Pink Venom by @BLACKPINK #SpotifyWrapped\nhttps://t.co/wialpk0GqC"
## 
## [[6810]]
## [1] "alonzofgo: I predict my most played song will be [Desaparecer - Mora] #SpotifyWrapped"
## 
## [[6811]]
## [1] "nectarofdelrey: I predict my top genre will be Alternative #SpotifyWrapped"
## 
## [[6812]]
## [1] "qingru19851221: Spending time with my old friends this morning, I love hearing their funny stories, it always makes me feel better… https://t.co/z2sjLa94cV"
## 
## [[6813]]
## [1] "VeiledSirius: I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped #Pop #KPOP #RnB"
## 
## [[6814]]
## [1] "liugmakeup: ASMR makeup 💋 #asmr #makeupartist #MattHanock #ghanablackstars #Indigo #FIFAWorldCupQatar2022 #乌鲁木齐 #ImACeleb… https://t.co/BuHI525Flg"
## 
## [[6815]]
## [1] "jtwt95: I predict my top podcast will be [On Wednesdays we wear black] #SpotifyWrapped"
## 
## [[6816]]
## [1] "nectarofdelrey: I predict my most played song will be High By The Beach by Lana Del Rey #SpotifyWrapped"
## 
## [[6817]]
## [1] "NymphNora: Waiting for #SpotifyWrapped , but this is a good consolation prize in the meantime. \nLet's call this: \nMillennial M… https://t.co/eQWf35Uqgd"
## 
## [[6818]]
## [1] "guadaowo: I predict my top artist will be Taylor Swift  #SpotifyWrapped"
## 
## [[6819]]
## [1] "itstwinrova: She’s only in it for the fans 🤑 #SpotifyWrapped #Live https://t.co/GMBOXkeUPW"
## 
## [[6820]]
## [1] "nxzzius: I predict my most played song will be Anyone - SVT  #SpotifyWrapped"
## 
## [[6821]]
## [1] "josephine_werff: I predict my top genre will be indie/ pop #SpotifyWrapped"
## 
## [[6822]]
## [1] "flickerrenx: I just hope my music taste not as depressed as last year #SpotifyWrapped"
## 
## [[6823]]
## [1] "myaccusername: I predict my top artist will be @littlemix… as always 💚#SpotifyWrapped"
## 
## [[6824]]
## [1] "gxrgeouscolors: I predict my top podcast will be ya no escucho podcasts, Spotify nmms #SpotifyWrapped"
## 
## [[6825]]
## [1] "jtwt95: I predict my top artist will be [Creeper] #SpotifyWrapped"
## 
## [[6826]]
## [1] "6illiebossa: #SpotifyWrapped is a holiday each year"
## 
## [[6827]]
## [1] "xxzamnxx: DROP IT ALREADY #SpotifyWrapped https://t.co/nase31Oh0J"
## 
## [[6828]]
## [1] "a1_ahil: Wait for end 😂\n#ahilsaif_a1 #viralvideo #SpotifyWrapped https://t.co/09xp6tFAT8"
## 
## [[6829]]
## [1] "Cathydirector: I predict my most played song will be [Running up that Hill] #SpotifyWrapped"
## 
## [[6830]]
## [1] "KathEnchanted: I predict my most played song will be Separate Ways (World Apart) - Bryce Miller/Alloy Track Remix by Journey and S… https://t.co/vwXrWiejmn"
## 
## [[6831]]
## [1] "madd0ll: I predict my top artist will be [ I want it to be Lana but it’s taytayyy🥹❤️❤️] #SpotifyWrapped"
## 
## [[6832]]
## [1] "VeiledSirius: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped #Dreamers by #JungKook https://t.co/SIzDUlAEi7"
## 
## [[6833]]
## [1] "linosubway_: I predict my top artist will be @Stray_Kids #SpotifyWrapped"
## 
## [[6834]]
## [1] "gxrgeouscolors: I predict my top artist will be Morat #SpotifyWrapped"
## 
## [[6835]]
## [1] "josephine_werff: I predict my top artist will be Harry Styles #SpotifyWrapped"
## 
## [[6836]]
## [1] "Abiyoo22: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped taylor swift"
## 
## [[6837]]
## [1] "ihearttswift06: I predict my top podcast will be [anything goes] #SpotifyWrapped"
## 
## [[6838]]
## [1] "gxrgeouscolors: I predict my top genre will be pop/pop en español #SpotifyWrapped"
## 
## [[6839]]
## [1] "Kaciigeek: I predict my most played song will be [dont even bother] #SpotifyWrapped"
## 
## [[6840]]
## [1] "kookssoulmate01: I'm sick of waiting #SpotifyWrapped 😒😒"
## 
## [[6841]]
## [1] "jtwt95: I predict my top genre will be [Emo] #SpotifyWrapped"
## 
## [[6842]]
## [1] "dtqklover: I predict my top podcast will be banter #SpotifyWrapped"
## 
## [[6843]]
## [1] "ihearttswift06: I predict my top artist will be [Taylor Swift] duh #SpotifyWrapped"
## 
## [[6844]]
## [1] "mansdexeo: I predict my top podcast will be @eblancoradio (lo escucho todas las semanas…) #SpotifyWrapped"
## 
## [[6845]]
## [1] "iam__army18: I predict my top artist will be BTS without any doubt #SpotifyWrapped"
## 
## [[6846]]
## [1] "webeehappy: I predict my top artist will be @demilovato #SpotifyWrapped (i will riot if it’s not i’ve worked hard for this)"
## 
## [[6847]]
## [1] "gxrgeouscolors: I predict my most played song will be Llamada Perdida #SpotifyWrapped"
## 
## [[6848]]
## [1] "dtqklover: I predict my top artist will be Lovejoy #SpotifyWrapped"
## 
## [[6849]]
## [1] "iam__army18: I predict my top genre will be bts cuz the genre is bts #SpotifyWrapped"
## 
## [[6850]]
## [1] "jtwt95: I predict my most played song will be [Home by Cavetown] #SpotifyWrapped"
## 
## [[6851]]
## [1] "ihearttswift06: I predict my top genre will be [pop] #SpotifyWrapped"
## 
## [[6852]]
## [1] "dtqklover: I predict my top genre will be dream smp or emo? #SpotifyWrapped"
## 
## [[6853]]
## [1] "thefirstkarbie: Some people be out there and say no shit when you speak wrong English but when you sing the wrong lyrics you better… https://t.co/7HO90j8wGQ"
## 
## [[6854]]
## [1] "hopeitnverends: I predict my top artist will be [ROSALIA] #SpotifyWrapped"
## 
## [[6855]]
## [1] "HateULuvMee: I don’t know where we gon be this year. Will the trap or depression win out this year. #SpotifyWrapped"
## 
## [[6856]]
## [1] "aayushi__dhawan: I predict my most played song will be [We Rollin!? OR Elevated?] \n\n#SpotifyWrapped  #spotifywrapped2020… https://t.co/AAYS9ae1co"
## 
## [[6857]]
## [1] "ihearttswift06: I predict my most played song will be [cardigan] #SpotifyWrapped"
## 
## [[6858]]
## [1] "THandsomeFather: Listen to the most recent episode of my podcast: Into The Nite Energy Drink  https://t.co/rb6bx13kZp… https://t.co/EGZ1935mCA"
## 
## [[6859]]
## [1] "nba_laquica1: I predict my top artist will be [fill in top artist prediction]BURUKLYN BOYZ😎 #SpotifyWrapped"
## 
## [[6860]]
## [1] "parxrun: I predict my top artist will be Rauf &amp; Faik #SpotifyWrapped"
## 
## [[6861]]
## [1] "WrittenByRome2: I predict my top genre will be Hip-Hop #SpotifyWrapped"
## 
## [[6862]]
## [1] "iam__army18: I predict my most played song will be either #butter or #YetToCome  #SpotifyWrapped"
## 
## [[6863]]
## [1] "mercurysummr: I predict my most played song will be [Fightstar - Grand Unification Part 1] #SpotifyWrapped"
## 
## [[6864]]
## [1] "FatalBazookette: I predict my top podcast will be [What the fresh hell is this ?] with @stanzipotenza #SpotifyWrapped"
## 
## [[6865]]
## [1] "TisanesTriumph: I predict my top artist will be @brakence  #SpotifyWrapped randy if you ain't I'ma be in shock"
## 
## [[6866]]
## [1] "Fiorella_9597: I predict my top podcast will be awesome :d #SpotifyWrapped"
## 
## [[6867]]
## [1] "snowontheb1tch: not really that excited for #SpotifyWrapped because i know exactly who is gonna be there"
## 
## [[6868]]
## [1] "robdotgregory: I predict my most played song will be Beyoncé - Break My Soul #SpotifyWrapped no surprise there!"
## 
## [[6869]]
## [1] "loveisgoIden_: I predict my top artist will be [Taylor swift] #SpotifyWrapped"
## 
## [[6870]]
## [1] "parxrun: I predict my top genre will be Rock #SpotifyWrapped"
## 
## [[6871]]
## [1] "MattPerks3: I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped\n\n@3LadsInThePub"
## 
## [[6872]]
## [1] "ShivPat65724824: I predict my top artist will be KANYE WEST #SpotifyWrapped"
## 
## [[6873]]
## [1] "aleyska_: I predict my top podcast will be @officeladiespod #SpotifyWrapped"
## 
## [[6874]]
## [1] "MattPerks3: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped\n\nFontaines DC"
## 
## [[6875]]
## [1] "dtqklover: I predict my most played song will be maybe by mgk #SpotifyWrapped"
## 
## [[6876]]
## [1] "Joshua_Miller24: I predict my top artist will be @chrisbrown #SpotifyWrapped"
## 
## [[6877]]
## [1] "parxrun: I predict my most played song will be Fuck About It by Waterparks #SpotifyWrapped"
## 
## [[6878]]
## [1] "WrittenByRome2: I predict my top artist will be @alessiacara #SpotifyWrapped"
## 
## [[6879]]
## [1] "loveisgoIden_: I predict my top genre will be [pop/teen pop] #SpotifyWrapped"
## 
## [[6880]]
## [1] "MattPerks3: I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped\n\nIndie Punk"
## 
## [[6881]]
## [1] "MattPerks3: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped\n\nA lucid Dream - Fontaines D.C"
## 
## [[6882]]
## [1] "ShrWorldo: Meanwhile people are busy making memes about their #SpotifyWrapped , I am just glad we don't have a #YouTubeWrapped… https://t.co/IdaJG5OQfa"
## 
## [[6883]]
## [1] "kayxlayy: I predict my top artist will be miss taylor swift #SpotifyWrapped"
## 
## [[6884]]
## [1] "aleyska_: I predict my top artist will be Arctic Monkeys #SpotifyWrapped"
## 
## [[6885]]
## [1] "loveisgoIden_: I predict my most played song will be [cruel summer] #SpotifyWrapped"
## 
## [[6886]]
## [1] "WrittenByRome2: I predict my most played song will be [Scars To You Beautiful] #SpotifyWrapped"
## 
## [[6887]]
## [1] "aleyska_: I predict my top genre will be Alternative Rock #SpotifyWrapped"
## 
## [[6888]]
## [1] "bejeweledsydney: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[6889]]
## [1] "imphfethryna: two of my fav Pilipino asian miss universe fc fancam edit 📹 💟 \n\n#KPOP #Kardashians #Hollywood #Bollywood… https://t.co/drA4WErCGX"
## 
## [[6890]]
## [1] "kendrickpropose: I predict my most played song will be [an Interlude Called \"Circus\" - Saba] #SpotifyWrapped"
## 
## [[6891]]
## [1] "jami_jaami: If you are in jos bauchi Kaduna Abuja \nYou have no reason to miss this event...inbox me now to get your tickets… https://t.co/FhoLZme3km"
## 
## [[6892]]
## [1] "liyahumphrey: I think my #SpotifyWrapped may really shock me! https://t.co/zoYCzPBxpm"
## 
## [[6893]]
## [1] "mansdexeo: I predict my top artist will be @BTS_twt (easy prediction 😁) #SpotifyWrapped"
## 
## [[6894]]
## [1] "aleyska_: I predict my most played song will be Good Old Fashioned Loverboy by Queen #SpotifyWrapped"
## 
## [[6895]]
## [1] "SadiaDisha2: Check out my Gig on Fiverr: be your expert amazon fba consultant, virtual assistant https://t.co/C3K6T51ouY \nWHAT A… https://t.co/hI2rMExFTU"
## 
## [[6896]]
## [1] "94SILVERTONGUE: I predict my most played song will be out of my system #SpotifyWrapped"
## 
## [[6897]]
## [1] "phoeni_x6: I predict my top artist will be falling in reverse #SpotifyWrapped"
## 
## [[6898]]
## [1] "antydowt: @chartdata #SpotifyWrapped Let Go/Time,Hip hop,@aaronmay /@803mayjor"
## 
## [[6899]]
## [1] "zomerinzicht: @RTLnieuws Hello @kI00tzak 👆@sjuul2023 @DeSloperT @TjarlieShien @Al_Capsones @Ramsterdamm #SpotifyWrapped… https://t.co/jjtzPK9dLT"
## 
## [[6900]]
## [1] "94SILVERTONGUE: I predict my top podcast will be solved murders #SpotifyWrapped"
## 
## [[6901]]
## [1] "dadogg0: I predict my top artist will be [green day] #SpotifyWrapped"
## 
## [[6902]]
## [1] "Mexbill2341: Masterpiece by @MIWband i predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[6903]]
## [1] "tolxbbe: I just know my top artist this year will be Baby #SpotifyWrapped"
## 
## [[6904]]
## [1] "McCathyln: Patronize ur girl\nMarket don land \nVery strong and affordable\n15,500\nEach 3in 1\nSingle 12000\nMake Buhari and APC no… https://t.co/e2dhLjvdrY"
## 
## [[6905]]
## [1] "ArianaOffical23: I predict my top artist will be  @lilbaby4PF #SpotifyWrapped"
## 
## [[6906]]
## [1] "rlewisphilly: if you're a #SpotifyWrapped kinda #podcast person: https://t.co/KlhgFs6SzT"
## 
## [[6907]]
## [1] "claudiastayy: I predict my most played song will be shut up and drive by @rihanna #SpotifyWrapped"
## 
## [[6908]]
## [1] "phoeni_x6: I predict my top genre will be Rock #SpotifyWrapped"
## 
## [[6909]]
## [1] "gordo_rob: If only......\n#SpotifyWrapped #SpotifyFestival #Spotifyfest https://t.co/JLh7gMhAjT"
## 
## [[6910]]
## [1] "dadogg0: I predict my most played song will be [cherub rock] #SpotifyWrapped"
## 
## [[6911]]
## [1] "med_art1: Curiosity😐\nWhat is written on the #shirt 🤔\n\n#CyberMonday \n#SpotifyWrapped \n#tshirtdesign \n#tshirtday https://t.co/0iIVFcF6jm"
## 
## [[6912]]
## [1] "JMuse77: I predict my top artist will be [@runjewels] #SpotifyWrapped"
## 
## [[6913]]
## [1] "equis_nyc: Any good music for the start of the week?🔥 #NewMusic #SpotifyWrapped"
## 
## [[6914]]
## [1] "phoeni_x6: I predict my most played song will be Mbappé #SpotifyWrapped"
## 
## [[6915]]
## [1] "arisminie: I predict my top genre will be [K-Pop] #SpotifyWrapped"
## 
## [[6916]]
## [1] "94SILVERTONGUE: I predict my top artist will be taylor swift #SpotifyWrapped"
## 
## [[6917]]
## [1] "purplearmyst_: I predict my top podcast will be the Still With you or Ddaeng podcast bc those @BTS_twt songs aren’t on Spotify so… https://t.co/MP1rD3US7e"
## 
## [[6918]]
## [1] "dipakhaldar02: Computer repair service in #USA \nhttps://t.co/rWq0xwGLdc\n\n#Analytics #5G #MachineLearning #AI #Python  #NLProc… https://t.co/QXnNLfruM1"
## 
## [[6919]]
## [1] "94SILVERTONGUE: I predict my top genre will be pop #SpotifyWrapped"
## 
## [[6920]]
## [1] "arianamagicz: Please let me know when y’all restock this merch @TeamAriana &amp; @RepublicRecords  #SpotifyWrapped #ArianaGrande… https://t.co/fGHYb72qfS"
## 
## [[6921]]
## [1] "bonny_473: This is the mood right here when ya know ya in the vibe music fire 🔥. Link to video: https://t.co/HipEv8u8Yd… https://t.co/sCqqPOdkAh"
## 
## [[6922]]
## [1] "_keshawn15: It’s #SpotifyWrapped season 👀👀"
## 
## [[6923]]
## [1] "dipakhaldar02: Computer repair service in #USA \nhttps://t.co/rWq0xwGLdc\n\n#Analytics #5G #MachineLearning #AI #Python  #NLProc… https://t.co/Mu1ocGyfVj"
## 
## [[6924]]
## [1] "Tuttasb1: I predict my most played song will be О'кей by @dimash_official #SpotifyWrapped\n\nhttps://t.co/gXJxLlFyfp… https://t.co/fMIOrE44sg"
## 
## [[6925]]
## [1] "tatixyeah: I predict my top artist will be Starset, again. #SpotifyWrapped"
## 
## [[6926]]
## [1] "LUVJ00NIE: GIVE IT TO ME  #SpotifyWrapped https://t.co/4dWlaEexLU"
## 
## [[6927]]
## [1] "97Deras: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped\nGetaway car. Taylor Swift ❤️"
## 
## [[6928]]
## [1] "LCyphre666: My most played song of 2022.\n#SpotifyWrapped prove me wrong 🤣 https://t.co/dLGRoXFJwV"
## 
## [[6929]]
## [1] "dipakhaldar02: Computer repair service in #USA \nhttps://t.co/rWq0xwGLdc\n\n#Analytics #5G #MachineLearning #AI #Python  #NLProc… https://t.co/Bup4kHNKkc"
## 
## [[6930]]
## [1] "LeeStoner8: Autumn leaves falling down like…🍁\n#SpotifyWrapped #TaylorSwift https://t.co/miThuTy23O"
## 
## [[6931]]
## [1] "AnimeInfern0: I predict my top genre will be Rock #SpotifyWrapped"
## 
## [[6932]]
## [1] "13giyoon: I predict my top podcast will be [una mamada] #SpotifyWrapped"
## 
## [[6933]]
## [1] "ese_rakata: I predict my most played song will be CARNAGE!! #SpotifyWrapped"
## 
## [[6934]]
## [1] "femenbee: I predict my top artist will be FLOPNA !!! #SpotifyWrapped"
## 
## [[6935]]
## [1] "tatixyeah: I predict my most played song will be It has begun by Starset, again. #SpotifyWrapped"
## 
## [[6936]]
## [1] "dipakhaldar02: Computer repair service in #USA \nhttps://t.co/rWq0xwXOfc\n\n#Analytics #5G #MachineLearning #AI #Python  #NLProc… https://t.co/QDZZvmcY5u"
## 
## [[6937]]
## [1] "AsprinkleO: Pumpkin cake pops #pumpkincakepops  #SpotifyWrapped #bakedgoods #SmallBiz https://t.co/4ZT12qwNDK"
## 
## [[6938]]
## [1] "13giyoon: I predict my top artist will be [BTS o Taylor Swift] #SpotifyWrapped"
## 
## [[6939]]
## [1] "irenifilms: I predict my top artist will be Ari totes obvi [feeling: 🤩 new era] #SpotifyWrapped https://t.co/zWGHVEZaXs"
## 
## [[6940]]
## [1] "purplearmyst_: I predict my top artist will definitely be @BTS_twt and it’s members throughout my top 5. #SpotifyWrapped"
## 
## [[6941]]
## [1] "meskis_st_: I predict my top artist will be [arctic monkeys] #SpotifyWrapped"
## 
## [[6942]]
## [1] "CleartwoIT: When you remember that Spotify Wrapped comes out soon... #SpotifyWrapped https://t.co/HECgYp44dX"
## 
## [[6943]]
## [1] "13giyoon: I predict my top genre will be [K-pop] #SpotifyWrapped"
## 
## [[6944]]
## [1] "rove46726248: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[6945]]
## [1] "joelfrom08: I predict my top artist will be TIX #SpotifyWrapped"
## 
## [[6946]]
## [1] "lennyinanewdrss: I predict my top artist will be Travis Scott #SpotifyWrapped"
## 
## [[6947]]
## [1] "_evandavidson_: I predict my top podcast will be Violating Community Guidelines with Brittany Broski and Sarah Schauer… https://t.co/Gf6E4VqmjV"
## 
## [[6948]]
## [1] "13giyoon: I predict my most played song will be [MORE by j-hope] #SpotifyWrapped"
## 
## [[6949]]
## [1] "dipakhaldar02: Computer repair service in #USA \nhttps://t.co/rWq0xwXOfc\n\n#Analytics #5G #MachineLearning #AI #Python  #NLProc… https://t.co/7Aj8dO3XSL"
## 
## [[6950]]
## [1] "purplearmyst_: I predict my most played song will be @BTS_twt’s Butter  bc I helped stream that to 1B  #SpotifyWrapped"
## 
## [[6951]]
## [1] "DDDashielll: Would you come to my festival 👉🏽👈🏽 #SpotifyWrapped https://t.co/Mn1ZKZwAFT"
## 
## [[6952]]
## [1] "rove46726248: I predict my top genre will be pop #SpotifyWrapped"
## 
## [[6953]]
## [1] "lennyinanewdrss: I predict my most played song will be 90210 - Travis Scott, Kacy Hill #SpotifyWrapped"
## 
## [[6954]]
## [1] "mahlangu_nqobi: https://t.co/e4acX6mKgc please show love #FIFAWorldCupQatar2022 #StarAcademy #CyberMonday #SUPERBALISTBIRTHDAY… https://t.co/j9iw4vymTR"
## 
## [[6955]]
## [1] "dipakhaldar02: Computer repair service in #USA \nhttps://t.co/rWq0xwXOfc\n\n#Analytics #5G #MachineLearning #AI #Python  #NLProc… https://t.co/jlFUjDoDNP"
## 
## [[6956]]
## [1] "joelfrom08: I predict my most played song will be Fallen Angel by TIX #SpotifyWrapped"
## 
## [[6957]]
## [1] "eliseryann: I predict my top podcast will be @DramaQueensOTH #SpotifyWrapped"
## 
## [[6958]]
## [1] "SaBlae_D: Root, third eye and crown chakra sound bath. Plus some bonus Oracle messages at the end. 😌🫶🏾… https://t.co/Wpv7c6kYMk"
## 
## [[6959]]
## [1] "bardlover6: I predict my top artist will be  #LouisTomlinson #SpotifyWrapped"
## 
## [[6960]]
## [1] "DanSelwood1: Can’t wait to share my #Spotifywrapped, knowing full well absolutely no fucker cares about what I listen to X"
## 
## [[6961]]
## [1] "virgovenusgang: I predict my top podcast will be... Probably none 😭 or a podcast that i listened to only once 💀 #SpotifyWrapped"
## 
## [[6962]]
## [1] "lovelyfornow11: I predict my top artist will be bts obviously #SpotifyWrapped"
## 
## [[6963]]
## [1] "Thekaliwali: I predict my most played song will be Mic Drop BTS #SpotifyWrapped"
## 
## [[6964]]
## [1] "eliseryann: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[6965]]
## [1] "blackoutconfess: GIVE IT TO ME NOW #SpotifyWrapped https://t.co/oeGH6qL2bM"
## 
## [[6966]]
## [1] "sunflowerjayd: I predict my most played song will be [Life Goes On- BTS] #SpotifyWrapped"
## 
## [[6967]]
## [1] "madssfdg: I predict my top artist will be Taylor Swift para variar #SpotifyWrapped"
## 
## [[6968]]
## [1] "msfineifyanasty: I predict my top artist will be [Ariana Grande] cuz that’s sister !!!#SpotifyWrapped"
## 
## [[6969]]
## [1] "MystrumGamer: I predict my most played song will be Sound of Madness #SpotifyWrapped"
## 
## [[6970]]
## [1] "eliseryann: I predict my top genre will be Pop #SpotifyWrapped"
## 
## [[6971]]
## [1] "braywoodsterr: I predict my top artist will be [Isaac App or J. Cole] #SpotifyWrapped"
## 
## [[6972]]
## [1] "sorvetiemi: I predict my top artist will be Taylor Swift com certeza #SpotifyWrapped"
## 
## [[6973]]
## [1] "madssfdg: I predict my top genre will be Dance Pop maybe #SpotifyWrapped"
## 
## [[6974]]
## [1] "lovelyfornow11: I predict my most played song will be run bts by bts or tu no vives así by bad bunny ㅋㅋㅋ #SpotifyWrapped"
## 
## [[6975]]
## [1] "eliseryann: I predict my most played song will be You’re On Your Own, Kid #SpotifyWrapped"
## 
## [[6976]]
## [1] "BlackTipRS: I predict my most played song will be\nIf you're too shy (Let me know) The 1975  #SpotifyWrapped"
## 
## [[6977]]
## [1] "sorvetiemi: I predict my top genre will be Pop #SpotifyWrapped"
## 
## [[6978]]
## [1] "w0nderland89: I predict my top podcast will be [idk lol] #SpotifyWrapped"
## 
## [[6979]]
## [1] "madssfdg: I predict my most played song will be As It Was #SpotifyWrapped"
## 
## [[6980]]
## [1] "SWTNRLTD: #SpotifyWrapped predictions:\n- top song: fiebre de bad gyal\n- top artist: bad gyal\n- top genre: idk tbh \n- top podc… https://t.co/NcAL6mh3qz"
## 
## [[6981]]
## [1] "dddddreamcatch1: I predict my top artist will be Dreamcatcher #SpotifyWrapped"
## 
## [[6982]]
## [1] "KatieGiac: Every year I live for my #SpotifyWrapped https://t.co/56sqttgxMS"
## 
## [[6983]]
## [1] "aloosesona: @ndtv It was total propoganda of BJP @AnupamPKher @PMOIndia @smritiirani #SpotifyWrapped #RedVelvet"
## 
## [[6984]]
## [1] "sakiwie879: #SpotifyWrapped \nPretending I don’t care about my spotify wrapped so it comes faster \n\nMe: https://t.co/Kw6Kj9hq9F"
## 
## [[6985]]
## [1] "braywoodsterr: I predict my top genre will be [Rap] #SpotifyWrapped"
## 
## [[6986]]
## [1] "fmPUSH: #SpotifyWrapped is trending, but, have you checked out our article about it? \nhttps://t.co/ZBzMWDtcTy"
## 
## [[6987]]
## [1] "msfineifyanasty: I predict my most played song will be [My Little Love by Adele] #SpotifyWrapped purrrr"
## 
## [[6988]]
## [1] "UJNIBHK: I predict my top artist will be Michael Jackson #SpotifyWrapped"
## 
## [[6989]]
## [1] "pinsleric: I really prefer Apple Music to Spotify, but they need their own version of #SpotifyWrapped"
## 
## [[6990]]
## [1] "w0nderland89: I predict my top artist will be [the music industry] #SpotifyWrapped"
## 
## [[6991]]
## [1] "Its_Mario_boi: I predict my top podcast will be [Impaulsive] #SpotifyWrapped"
## 
## [[6992]]
## [1] "braywoodsterr: I predict my most played song will be [Moment - Worlds Version] #SpotifyWrapped"
## 
## [[6993]]
## [1] "virgovenusgang: I predict my top artist will be Selena Gomez  #SpotifyWrapped"
## 
## [[6994]]
## [1] "dddddreamcatch1: I predict my top genre will be Kpop #SpotifyWrapped"
## 
## [[6995]]
## [1] "w0nderland89: I predict my top genre will be [Pop] #SpotifyWrapped"
## 
## [[6996]]
## [1] "flickerarchives: I predict my top podcast will be (idfk) #SpotifyWrapped"
## 
## [[6997]]
## [1] "Apoorva_144: I got hyped seeing Spotify wrapped trending #SpotifyWrapped"
## 
## [[6998]]
## [1] "Its_Mario_boi: I predict my top artist will be [$uicideboy$] #SpotifyWrapped"
## 
## [[6999]]
## [1] "sorvetiemi: I predict my most played song will be The 1 - Taylor Swift #SpotifyWrapped"
## 
## [[7000]]
## [1] "virgovenusgang: I predict my top genre will be Pop #SpotifyWrapped"
## 
## [[7001]]
## [1] "w0nderland89: I predict my most played song will be [Cruel Summer] #SpotifyWrapped"
## 
## [[7002]]
## [1] "dddddreamcatch1: I predict my most played song will be Entrancing (Siyeon solo) #SpotifyWrapped"
## 
## [[7003]]
## [1] "OnceLara: I predict my top artist will be [BTS] #SpotifyWrapped"
## 
## [[7004]]
## [1] "TODDSSTER: REMOVE THE DSMP GENRE ISTG WHY WOULD YOU PUT LEMON DEMON IN THAT CATEGORY????? FUCK YOU!!!  #SpotifyWrapped"
## 
## [[7005]]
## [1] "LFC_Tom72: I predict my top artist will be Steve Lacy  #SpotifyWrapped"
## 
## [[7006]]
## [1] "Its_Mario_boi: I predict my top genre will be [rap] #SpotifyWrapped"
## 
## [[7007]]
## [1] "harrys_tequilax: the internet is going to break when #SpotifyWrapped gets released"
## 
## [[7008]]
## [1] "Tanyayasmin7: I predict my most played song will be [anti hero by taylorswift] #SpotifyWrapped"
## 
## [[7009]]
## [1] "virgovenusgang: I predict my most played song will be Calm Down by Rema and Selena #SpotifyWrapped"
## 
## [[7010]]
## [1] "_jackdasilva: you know Spotify is despondent that this ‘instafest’ thing is going viral days before they put out #SpotifyWrapped 😂"
## 
## [[7011]]
## [1] "imarebelpilot: sorry, I can't listen to Christmas music until after I see my #SpotifyWrapped because I can't have that jacked"
## 
## [[7012]]
## [1] "PjMokoena31: 80% local products cheese from KZN and some of EC the rest around Gp and Mp #SpotifyWrapped #ZumaDay #ThankYouZuma https://t.co/CwGMS34HgV"
## 
## [[7013]]
## [1] "OnceLara: I predict my most played song will be [basics by TWICE] #SpotifyWrapped"
## 
## [[7014]]
## [1] "RedMoonglade: I predict my top artist will be 100% ateez #SpotifyWrapped"
## 
## [[7015]]
## [1] "dreherkeleti: @RSprachrohr @jenskochphoto my prediction for my top-played artist on #SpotifyWrapped 2022 is @RSprachrohr... \nbut… https://t.co/fnugjtl5vL"
## 
## [[7016]]
## [1] "ladyofthecanyon: I predict my most played song will be 10 minutes 10 years by Tennis #SpotifyWrapped"
## 
## [[7017]]
## [1] "nuguoomf: I predict my top artist will be @LovelyPeach2001 #SpotifyWrapped https://t.co/4h7wJIvUwG"
## 
## [[7018]]
## [1] "RedMoonglade: I predict my top genre will be kpop for sure lmao #SpotifyWrapped"
## 
## [[7019]]
## [1] "jjin_jjwan: @BTS_twt\nI predict my top artist will be [fill in top artist prediction] #SpotifyWrapped"
## 
## [[7020]]
## [1] "kookssoulmate01: I predict my top podcast will be [jay shetty] #SpotifyWrapped"
## 
## [[7021]]
## [1] "RedMoonglade: I predict my most played song will be most likely Deja Vu #SpotifyWrapped"
## 
## [[7022]]
## [1] "rakmo_music: @BlazeAella Great #music\nhttps://t.co/fOUqR8VfFH\n#twitter #instafest #SpotifyWrapped"
## 
## [[7023]]
## [1] "flickerarchives: I predict my top artist will be (Harry maybe) #SpotifyWrapped"
## 
## [[7024]]
## [1] "Marcellesas: I predict my top artist will be @taylorswift13 #SpotifyWrapped"
## 
## [[7025]]
## [1] "jjin_jjwan: Pop/kpop\n\nI predict my top genre will be [fill in top genre prediction] #SpotifyWrapped"
## 
## [[7026]]
## [1] "elise_mhc: Before Spotify Wrapped goes out - please know I’ve been going through some shit this year\n\n #SpotifyWrapped #spotifywrapped2022"
## 
## [[7027]]
## [1] "kookssoulmate01: I predict my top artist will be [BTS] #SpotifyWrapped"
## 
## [[7028]]
## [1] "DotPeezy: Kota Industry album is out 🔥🔥🔥...link on the pinned tweet...#SpotifyWrapped #BrazilvsSerbia #MattHanock https://t.co/fyw98OLa76"
## 
## [[7029]]
## [1] "jamie___rees: #SpotifyWrapped not what i expected 🙈🙈🙈 https://t.co/SyTLsTTAJ7"
## 
## [[7030]]
## [1] "ff3ntse: I predict my top artist will be Jill Scott or Solange #SpotifyWrapped"
## 
## [[7031]]
## [1] "crxminalmindss: I predict my top artist will be [taylor swift] #SpotifyWrapped"
## 
## [[7032]]
## [1] "samwuvv: i’m so positive that rain sounds for sleep will be on it 😭 #SpotifyWrapped"
## 
## [[7033]]
## [1] "jjin_jjwan: equal sign \n\nI predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[7034]]
## [1] "ferrawiii: Ooooogh something for me to do\n #SpotifyWrapped"
## 
## [[7035]]
## [1] "beansystemtwt: I predict my most played song will be Skeleton #SpotifyWrapped"
## 
## [[7036]]
## [1] "Nice2KnoNatalie: I predict my top artist will be [all time low] #SpotifyWrapped"
## 
## [[7037]]
## [1] "kookssoulmate01: I predict my top genre will be [kpop] #SpotifyWrapped"
## 
## [[7038]]
## [1] "QueenyMartha: I don't want to see the chaos that my #SpotifyWrapped was this year."
## 
## [[7039]]
## [1] "JazzEclectikk: Anxiously awaiting my #SpotifyWrapped I’m sure it’s filled with Reggae, R&amp;B and Afrobeats 😝"
## 
## [[7040]]
## [1] "ZaynDailyZone: I predict my most played song will be \"SWEAT\" by @zaynmalik #SpotifyWrapped"
## 
## [[7041]]
## [1] "Nice2KnoNatalie: I predict my top genre will be [pop punk???] #SpotifyWrapped"
## 
## [[7042]]
## [1] "kookssoulmate01: I predict my most played song will be [bad decisions] #SpotifyWrapped"
## 
## [[7043]]
## [1] "RedMoonglade: cant wait for my #SpotifyWrapped to show me ive only listened to kpop in 2022 and ateez was my most listened artist 🙂🙂"
## 
## [[7044]]
## [1] "flickerarchives: I predict my top genre will be (it'll be pop most likely)#SpotifyWrapped"
## 
## [[7045]]
## [1] "its_nahdeen: I predict my top artist will be Stray Kids #SpotifyWrapped"
## 
## [[7046]]
## [1] "Nice2KnoNatalie: I predict my most played song will be [Human by The Killers or Nice2KnoU by all time low] #SpotifyWrapped"
## 
## [[7047]]
## [1] "Afroskils: Wickedness can weediciously🌿💨 be define as, when you give out my jobs to other people, and billing me when you are… https://t.co/Wb9uppZqzS"
## 
## [[7048]]
## [1] "saltypepper14: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped"
## 
## [[7049]]
## [1] "ff3ntse: I predict my top genre will be Neo-Soul #SpotifyWrapped"
## 
## [[7050]]
## [1] "its_nahdeen: I predict my top genre will be kpop #SpotifyWrapped"
## 
## [[7051]]
## [1] "fratgirlharry: IM READY  #SpotifyWrapped https://t.co/fZvUrpxgXE"
## 
## [[7052]]
## [1] "pauline_nx: @Spotify change my mind\n.\n.\n@SpotifyNews #SpotifyWrapped https://t.co/bYlxEfdRtg"
## 
## [[7053]]
## [1] "RealistSpice: Actually scared for my #SpotifyWrapped I know its gonna be a mix of heartbreak, bad bitches, community dick &amp; gunman shift 😂🤟🏾🇯🇲"
## 
## [[7054]]
## [1] "ff3ntse: I predict my most played song will be Lessons From My Mistakes...but I Lost Your... By Liv.e #SpotifyWrapped"
## 
## [[7055]]
## [1] "Dimex_haywhy: This user lifts HEAVY weight, eat clean and design automobiles 🦾🦾😌😌...\n📸 @Ellfund001  @Julioussegun_01… https://t.co/fPgVIF03fi"
## 
## [[7056]]
## [1] "mightyknight501: I predict my most played song will be either Vienna or Soldier, Poet, King.  #SpotifyWrapped"
## 
## [[7057]]
## [1] "YounessInTheCut: I predict my top podcast will unfortunately be @comedytraphouse  😂 #SpotifyWrapped"
## 
## [[7058]]
## [1] "flickerarchives: I predict my most played song will be (believe me I have no fcking idea) #SpotifyWrapped"
## 
## [[7059]]
## [1] "GoodFriendJoey: I predict my most played song will be [Monster by SLANDER] #SpotifyWrapped"
## 
## [[7060]]
## [1] "cjdjam: I predict my top podcast will be https://t.co/UV17FT3zUc #SpotifyWrapped"
## 
## [[7061]]
## [1] "eversinceraggi: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[7062]]
## [1] "mcumagic: i don't need my spotify wrapped to tell me that i'm mentally ill, i already know that #SpotifyWrapped"
## 
## [[7063]]
## [1] "Goedel_: I predict my top genre will be Rock #SpotifyWrapped"
## 
## [[7064]]
## [1] "nileshjadhav947: Successs Mantra: \n\nPurpose\nDirection\nGoal\n\n#SpotifyWrapped"
## 
## [[7065]]
## [1] "interrupted_me: My #SpotifyWrapped this year https://t.co/LzC3jxSU7a"
## 
## [[7066]]
## [1] "joenahnah: Oh my. What a festival. #instafest #SpotifyWrapped https://t.co/U5F5EpfsEB"
## 
## [[7067]]
## [1] "eversinceraggi: I predict my top genre will be pop #SpotifyWrapped"
## 
## [[7068]]
## [1] "5weetcheeks: Im on tenterhooks waiting for my #SpotifyWrapped   \n\n100% it'll be embarrassing middle age mix of 80s 90s, a spatte… https://t.co/fB3r5IoJll"
## 
## [[7069]]
## [1] "vagabondgrey: So nice to see people get excited about music #SpotifyWrapped"
## 
## [[7070]]
## [1] "eversinceraggi: I predict my most played song will be Coraline #SpotifyWrapped"
## 
## [[7071]]
## [1] "saamiyahusain: @Spotify drop #SpotifyWrapped ASAPP i physically can't wait i will die"
## 
## [[7072]]
## [1] "littenator: I predict my top genre will be pop #SpotifyWrapped"
## 
## [[7073]]
## [1] "panellhnies: I predict my top artist will be [Taylor Swift] #SpotifyWrapped"
## 
## [[7074]]
## [1] "cherrybabysav: my predictions  #SpotifyWrapped https://t.co/3qUu5HQcl8"
## 
## [[7075]]
## [1] "Verdorosafaris: That's a cool sunset in the wild. Isn't it? Explore with https://t.co/6dVlSNlmNc the amazing Uganda and the whole E… https://t.co/wmFCTko0bh"
## 
## [[7076]]
## [1] "dme_363: Me waiting for my #SpotifyWrapped\n#MusicWithDME\n\nhttps://t.co/WSXbPUrGOA"
## 
## [[7077]]
## [1] "panellhnies: I predict my top genre will be [Dance Pop] #SpotifyWrapped"
## 
## [[7078]]
## [1] "Spingerd: I predict my top podcast will be [uhhhhhhhh😭] #SpotifyWrapped"
## 
## [[7079]]
## [1] "panellhnies: I predict my most played song will be [ poula me by pyx lax] #SpotifyWrapped"
## 
## [[7080]]
## [1] "mocjaune: I predict my top artist will be Florence + The Machine #SpotifyWrapped"
## 
## [[7081]]
## [1] "YesungsLove: I wonder if TBZ will make it on my #SpotifyWrapped 🥺 I’m sorry I re-discovered y’all this late in the year T-T But… https://t.co/dXHgSqiFgp"
## 
## [[7082]]
## [1] "ValeDiRosa1: I predict my top artist will be [ @TheKolors  @Stash_theKOLORS ] #SpotifyWrapped"
## 
## [[7083]]
## [1] "Spingerd: I predict my top artist will be [Eminem] #SpotifyWrapped"
## 
## [[7084]]
## [1] "designaster_: Design Challenge Day 2: Design the iPhone @Apple settings page. \n@Daviowhite \n#uiuxdesign #productdesign… https://t.co/F00VwiRg8w"
## 
## [[7085]]
## [1] "Spingerd: I predict my top genre will be [Hip Hop] #SpotifyWrapped"
## 
## [[7086]]
## [1] "ibrahimflixx: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[7087]]
## [1] "Spingerd: I predict my most played song will be [Lose Yourself by Eminem] #SpotifyWrapped"
## 
## [[7088]]
## [1] "ana_of_universe: I predict my top artist will be [yaaaa] #SpotifyWrapped"
## 
## [[7089]]
## [1] "startupbits7: Hello guys, our new video is out about @McDonalds go and watch and please do share and subscribe\nA mind blowing sto… https://t.co/9eBirTFEhT"
## 
## [[7090]]
## [1] "ana_of_universe: I predict my top genre will be [el wrapped] #SpotifyWrapped"
## 
## [[7091]]
## [1] "ValeDiRosa1: I predict my top genre will be [rock/pop/retrowave] #SpotifyWrapped"
## 
## [[7092]]
## [1] "httpsWeel: I predict my top artist will be [ DEBS, Transtornado, Demi, Ariana BlackPink ] #SpotifyWrapped"
## 
## [[7093]]
## [1] "jadelittlefreak: I predict my top artist will be @5SOS!!! #SpotifyWrapped"
## 
## [[7094]]
## [1] "ana_of_universe: I predict my most played song will be [necesito] #SpotifyWrapped"
## 
## [[7095]]
## [1] "kyuloopy: I predict my top artist will be THE BOYZ\n #SpotifyWrapped"
## 
## [[7096]]
## [1] "DummyDucky: I predict my most played song will be Everything Goes On by Porter Robinson #SpotifyWrapped"
## 
## [[7097]]
## [1] "graybookmark: so excited for #SpotifyWrapped but not excited for the influx of miserable people who must make it known to all tha… https://t.co/MmInuzDUv2"
## 
## [[7098]]
## [1] "aayushi__dhawan: Who else can’t wait for the #SpotifyWrapped this year?🥹 \n\n#spotifywrapped2022 Making sure the love for music remain… https://t.co/5GqmjBbgk9"
## 
## [[7099]]
## [1] "wthkookie: I predict my top artist will be BTS #SpotifyWrapped"
## 
## [[7100]]
## [1] "cjdjam: I predict my top artist will be @taylorswift13 #SpotifyWrapped"
## 
## [[7101]]
## [1] "ssamanthxq: I predict my most played song will be ATWTMV #SpotifyWrapped"
## 
## [[7102]]
## [1] "Spingerd: I NEED TO KNOW IF EMINEM IS STILL NO. 1 FOR MUSIC CAN IT PLEASE HAPPEN ALREADY #SpotifyWrapped https://t.co/PFTIjh13RQ"
## 
## [[7103]]
## [1] "wthkookie: I predict my top genre will be Kpop #SpotifyWrapped"
## 
## [[7104]]
## [1] "Slamarchy: I predict my top podcast will be [My Brother My Brother &amp; Me] #SpotifyWrapped"
## 
## [[7105]]
## [1] "NaomiSam00: I predict my top artist will be either #AndrewGarfield or @Hozier #SpotifyWrapped"
## 
## [[7106]]
## [1] "SakshijiM: A new poem written by me is upload on youtube please listen and show some love to it \nLink:https://t.co/3P1USBumBN… https://t.co/dBxFf2MLgm"
## 
## [[7107]]
## [1] "wthkookie: I predict my most played song will be That That #SpotifyWrapped"
## 
## [[7108]]
## [1] "ssamanthxq: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[7109]]
## [1] "girlfriends1978: Unpopular opinion i loved the design of wrapped last year i thought it was awesome #SpotifyWrapped"
## 
## [[7110]]
## [1] "albandguy: I predict my most played song will be brick by brick by arctic monkeys #SpotifyWrapped"
## 
## [[7111]]
## [1] "claudiomruiz: I really enjoy interacting with random peoples on social media  #SpotifyWrapped #ImACeleb #MexicoVsArgentina… https://t.co/8NbnouAlbo"
## 
## [[7112]]
## [1] "Lov3Amanduh: I keep trying to switch over to apple music cause of the sound but...how am I gonna my #SpotifyWrapped"
## 
## [[7113]]
## [1] "bejeweledivy: I predict my most played song will be punisher - phoebe bridgers #SpotifyWrapped"
## 
## [[7114]]
## [1] "SQPHlE: I predict my most played song will be [Midnight Rain] #SpotifyWrapped"
## 
## [[7115]]
## [1] "jamiexrow: New music from my band The Honour! Click the link to add our single to your Spotify or Apple Music list!… https://t.co/dyZ3Y2kqSC"
## 
## [[7116]]
## [1] "tip_master1: GHANA 🇬🇭 BOMMMM 🇸🇳🇸🇳🇸🇳🇸🇳(304+odds) ✅✅✅✅✅✅✅\nPERSONAL STAKE AND HIGH STAKE FROM VVIP SUBSCRIBERS \n  \n   ADMIN… https://t.co/gRXL1U9fJw"
## 
## [[7117]]
## [1] "ValeDiRosa1: I predict my most played song will be [BLACKOUT- @TheKolors ] #SpotifyWrapped"
## 
## [[7118]]
## [1] "httpsWeel: I predict my top artist will be [ DEBS ] #SpotifyWrapped"
## 
## [[7119]]
## [1] "Slamarchy: I predict my top genre will be [SKA] #SpotifyWrapped"
## 
## [[7120]]
## [1] "cjdjam: I predict my most played song will be Hits Different @taylorswift13 #SpotifyWrapped"
## 
## [[7121]]
## [1] "autumnizzle: I predict my top podcast will be @TheSunnyPodcast #SpotifyWrapped"
## 
## [[7122]]
## [1] "NaomiSam00: I predict my most played song will be Someone new by @Hozier #SpotifyWrapped"
## 
## [[7123]]
## [1] "Assured_Fixed0: COMPARE AND CONFIRM 🌹\n\n@Assured_Fixed0 \n\n📞, telegram or WhatsApp +2348165400910\n\n#SpotifyWrapped… https://t.co/QLd01gODZE"
## 
## [[7124]]
## [1] "sakiwie879: #SpotifyWrapped \nWaiting for spotify wrapped be like \n\nMe: https://t.co/nE8EfVk4Rz"
## 
## [[7125]]
## [1] "jessnicole997: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[7126]]
## [1] "sundaynightarmy: HAPPY MONDAY!\nSupport your favorite Podcasts!!\n\nApple👇\nhttps://t.co/b3yHkdIMrp\nSpotify👇\nhttps://t.co/qzkeEKC12p\nLin… https://t.co/7lhng9nVMQ"
## 
## [[7127]]
## [1] "PopCraive: I predict my top artist will be @taylorswift13 #SpotifyWrapped"
## 
## [[7128]]
## [1] "httpsWeel: I predict my top genre will be [ Pop music ] #SpotifyWrapped"
## 
## [[7129]]
## [1] "fire_fisher: @robreiner You’re right Bob. Is Reiner Jewish ?\nNo more Jewish Media brainwashing.  #SpotifyWrapped… https://t.co/jhitzkO0IM"
## 
## [[7130]]
## [1] "shawnlovesindie: I predict my top artist will be $uicideboy$ #SpotifyWrapped"
## 
## [[7131]]
## [1] "emskinner11: Before #SpotifyWrapped drops I need everyone to know that I found out in march that epic rap battles was on Spotify… https://t.co/RguvIdKhyw"
## 
## [[7132]]
## [1] "sickshootin757: One of my most underrated hip-hop projects!! Don’t sleep now 😴Click the link!!! \n\nhttps://t.co/Gw1X3Pfaj9… https://t.co/bloPfQ8jAe"
## 
## [[7133]]
## [1] "JaytoshiNetwork: SHARE VOTE TRUMP 2024!!!#Blacklivesmatter #DemocraticParty  #wehatetrump #DonaldTrumpFAILEDAmerica #DonaldTrump… https://t.co/IgMwvAT6BJ"
## 
## [[7134]]
## [1] "DraikeSkywalker: I predict my top artist will be The Weeknd #SpotifyWrapped"
## 
## [[7135]]
## [1] "R0seC0LoredB0y: glad we’re talking about how ratchet this design is   #SpotifyWrapped https://t.co/272abmCX5o"
## 
## [[7136]]
## [1] "_Hazz: my most listened artist will be Lil Peep #SpotifyWrapped"
## 
## [[7137]]
## [1] "OficiallTrii: Hello guys, introduce Erzabell cave 👋💟 #staracademy2022 #บัวผันฟันยับ #사랑하는찬열아_생일축하해 #乌鲁木齐 #SpotifyWrapped https://t.co/v4RTiZZzTh"
## 
## [[7138]]
## [1] "jessnicole997: I predict my most played song will be probably Daydreaming or Satellite #SpotifyWrapped"
## 
## [[7139]]
## [1] "rachie421: I predict my top artist will be @carlyraejepsen #SpotifyWrapped this is the most nerve wracking time of year"
## 
## [[7140]]
## [1] "7aerys: I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped"
## 
## [[7141]]
## [1] "TheNotoriousAyo: I predict my top artist will be [Ye] #SpotifyWrapped"
## 
## [[7142]]
## [1] "decodedrop00: This project looks very interesting. I am interested, and I will support this project until it is successful accord… https://t.co/Un2fTAcmBr"
## 
## [[7143]]
## [1] "7aerys: I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped"
## 
## [[7144]]
## [1] "httpsWeel: I predict my most played song will be [ Nice n' Rough by @debsdabs] #SpotifyWrapped"
## 
## [[7145]]
## [1] "7aerys: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[7146]]
## [1] "lifeinidle: i predict my most played song will be Lovebirds by Life in Idle #SpotifyWrapped"
## 
## [[7147]]
## [1] "Bo8c4t: I predict my top genre will be indie folk #SpotifyWrapped"
## 
## [[7148]]
## [1] "taronstrange: I predict my top podcast will be Podcast Para Tudo by @Lorelay_Fox  #SpotifyWrapped https://t.co/OHC9GYD2fD"
## 
## [[7149]]
## [1] "carluh_Lola: Me pretending to be shocked to see TWICE as my number 1 artist in my #SpotifyWrapped https://t.co/PGd2MTVMdp"
## 
## [[7150]]
## [1] "LockedIn0rbit: I predict my top genre will be Drum And Bass #SpotifyWrapped lmao"
## 
## [[7151]]
## [1] "IddyFN: I predict my top artist will be [D Block Europe] #SpotifyWrapped"
## 
## [[7152]]
## [1] "spiiriit_na: i predict my most played song will be [delilah (pull me out of this - fred again..] #SpotifyWrapped"
## 
## [[7153]]
## [1] "thaynar4___: Reage br #SpotifyWrapped #FIFAWorldCupQatar2022"
## 
## [[7154]]
## [1] "renzptrck: Let's gooooo!! #SpotifyWrapped"
## 
## [[7155]]
## [1] "IddyFN: I predict my top genre will be [ Rap ] #SpotifyWrapped"
## 
## [[7156]]
## [1] "DanNew96: I predict my top artist will be Taylor Swift  #SpotifyWrapped"
## 
## [[7157]]
## [1] "mamawinnieh: I predict my top podcast will be rSlash. #SpotifyWrapped"
## 
## [[7158]]
## [1] "piccadilly0329: I predict my top artist will be [Laufey] #SpotifyWrapped"
## 
## [[7159]]
## [1] "IddyFN: I predict my most played song will be [Overseas] #SpotifyWrapped"
## 
## [[7160]]
## [1] "mamawinnieh: I predict my top artist will be Owl City. #SpotifyWrapped"
## 
## [[7161]]
## [1] "UCMo_DMP: Welcome back #UCM students!! \nNow that Thanksgiving has come and gone…when is it okay to start listening to Christm… https://t.co/Jk4yhXmpNV"
## 
## [[7162]]
## [1] "YunginSent412: Here is what u ment what @SBF_FTX saying BAOUT EVERYONE IN #Crypto #SpotifyWrapped #BlockFi  check this out  ..… https://t.co/3s5MKR6RnG"
## 
## [[7163]]
## [1] "Inlandempire79: Wednesday &amp; Enid 🖤💖 @TimBurton20 @TimBurtonDaily @ghettogothicx @gothictheatre #gothic #gothgirls #乌鲁木齐… https://t.co/73i197eHf0"
## 
## [[7164]]
## [1] "DRajput95: #Islamabad\n#CTO Traffic Dr. Syed Mustafa Tanveer was appreciated by the Prime Minister of #Pakistan for making the… https://t.co/RFGX4S0a7S"
## 
## [[7165]]
## [1] "DanNew96: I predict my most played song will be Running Up That Hill #SpotifyWrapped"
## 
## [[7166]]
## [1] "tired_vampyr: I predict my top artist will be [$uicideboy$] #SpotifyWrapped"
## 
## [[7167]]
## [1] "Maholote: I predict my most played song will be Traffic Jam #SpotifyWrapped"
## 
## [[7168]]
## [1] "mamawinnieh: I predict my top genre will be metal. #SpotifyWrapped"
## 
## [[7169]]
## [1] "slowdownmrwolf: #SpotifyWrapped is coming which means the gay Super Bowl is about to begin."
## 
## [[7170]]
## [1] "CurlVitality: Clues you might have curly / wavy hair!!! #StarAcademy #SpotifyWrapped #FIFAWorldCupQatar2022 https://t.co/idJs13jEih"
## 
## [[7171]]
## [1] "petti41: I predict my most played song will be [L8r Boi - @ashnikko] 🔥🔥🔥 #SpotifyWrapped"
## 
## [[7172]]
## [1] "ceyiyec: Seated for #SpotifyWrapped"
## 
## [[7173]]
## [1] "carlosesierraf: I predict my most played song will be ABC by @polyphia and @Sophartso  #SpotifyWrapped"
## 
## [[7174]]
## [1] "mamawinnieh: I predict my most played song will be \"Rasputin\" by Boney M. #SpotifyWrapped"
## 
## [[7175]]
## [1] "huyindear_jelly: It's fine your on my contact and you don't call nor reach me but abeg it's wrong for you to reach out to me when yo… https://t.co/JKzs3L71io"
## 
## [[7176]]
## [1] "j_thmm: I predict my top artist will be RED VELVET (pag hindi, sorry aken) 🥹 #SpotifyWrapped"
## 
## [[7177]]
## [1] "qantus: I predict my most played song will be 4 AM by D Wizz, Lancey Foux, and Poundside Pop. #SpotifyWrapped"
## 
## [[7178]]
## [1] "AudioWok: Dusty Plankton - Round Again \nOUT NOW on spotify \nhttps://t.co/qxqxYcEqfz\n#distrokid #SpotifyWrapped #Spotify https://t.co/rlRpaAEEna"
## 
## [[7179]]
## [1] "taroesmio: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped"
## 
## [[7180]]
## [1] "taroesmio: I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped"
## 
## [[7181]]
## [1] "saadtwts: I predict my top artist will be i think paul simon🤔 #SpotifyWrapped"
## 
## [[7182]]
## [1] "hiautosng: HELP RETWEET PLS 🙏\n\n(Foreign Used) Affordable 2017 Toyota Corolla \nPrice: 8.8Million Naira\n\nDM📩 for more info or\nCa… https://t.co/MGAmKsMxgZ"
## 
## [[7183]]
## [1] "taroesmio: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[7184]]
## [1] "876Raiden: i wonder what my  #SpotifyWrapped will look like this year.  I think this is my second year of using this app.  I miss tidal but this works"
## 
## [[7185]]
## [1] "loserwaybright: I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped \n\npodcasts are cringe"
## 
## [[7186]]
## [1] "sammilfson: i predict my top artist will be conan gray tbh #SpotifyWrapped"
## 
## [[7187]]
## [1] "AaradhyaK16: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped \nall too well (10 min version) (taylor's version)"
## 
## [[7188]]
## [1] "loserwaybright: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped \n\nchloe moriondo no doubt, for how… https://t.co/0BdjbJRv5w"
## 
## [[7189]]
## [1] "rifrompluto: #SpotifyWrapped  comes out in a couple of days?? highlight of my week"
## 
## [[7190]]
## [1] "sim_artsy: waiting for my  #SpotifyWrapped as if i don’t already know what’s gonna be on there https://t.co/blxwfO4HjQ"
## 
## [[7191]]
## [1] "AnxiousMoose: I predict my top podcast will be The Magnus Archives #SpotifyWrapped"
## 
## [[7192]]
## [1] "rabeebadz: I predict my top artist will be [ DARSHAN RAVAL ] #SpotifyWrapped"
## 
## [[7193]]
## [1] "AaradhyaK16: I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped \npop"
## 
## [[7194]]
## [1] "taronstrange: I predict my top artist will be Taylor Swift  #SpotifyWrapped"
## 
## [[7195]]
## [1] "AaradhyaK16: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped \ntaylor swift"
## 
## [[7196]]
## [1] "loserwaybright: I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped \n\nyee so idk like indie rock but spot… https://t.co/9nErA7Dcwa"
## 
## [[7197]]
## [1] "TwoBeatsApart: I already know that my #SpotifyWrapped will mostly consist of @GerryAndersonTV soundtracks. https://t.co/izbw7oxnEE"
## 
## [[7198]]
## [1] "AaradhyaK16: I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped  \n80/20?"
## 
## [[7199]]
## [1] "ekindelightful: I predict my top genre will be rock or Britpop #SpotifyWrapped"
## 
## [[7200]]
## [1] "cubanoshake10: Wtf is wrong with these ppl??? What happened to sticks and stones can break my bones but I’m strong enough that wor… https://t.co/5WPs7GM8vO"
## 
## [[7201]]
## [1] "speculatornifty: I predict my top genre will be #Desipop #SpotifyWrapped"
## 
## [[7202]]
## [1] "Thescholar5989: Hear Fall season vol.1, a playlist on #SoundCloud \nhttps://t.co/NoTZpbdDpd  #SpotifyWrapped"
## 
## [[7203]]
## [1] "SimplyShayna_: I just want my #SpotifyWrapped so I can see all of the Taylor Swift and Harry Styles songs I listened to this year"
## 
## [[7204]]
## [1] "PJ_MaskUp: @KDKA This is every #Republican's dream.\n\nIt's a terrifying time to be a Black man in America. The #Trump scum can… https://t.co/tmuXziIIRV"
## 
## [[7205]]
## [1] "saadtwts: I predict my most played song will be dancing queen by abba #SpotifyWrapped"
## 
## [[7206]]
## [1] "ekindelightful: I predict my most played song will be body paint - arctic monkeys #SpotifyWrapped"
## 
## [[7207]]
## [1] "dieroteway: I predict my most played song will be [Masterpiece by Motionless in White] #SpotifyWrapped"
## 
## [[7208]]
## [1] "loserwaybright: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped \n\nwow very fancy anyways juliet… https://t.co/yYGQwlQXnW"
## 
## [[7209]]
## [1] "babysasori_1: The mobile phone Engineers at the end of the street😂😂😂\n\n|| #hookup Nzaza Uruguay Oriyomi Calabar Ati Zigi… https://t.co/2gbHX4YeU2"
## 
## [[7210]]
## [1] "Amity23713860: Imagine watching #FamilyGuy during #gym class #SpotifyWrapped #MattHanock #Indigo #FIFAWorldCupQatar2022 #ImACeleb… https://t.co/NMsMMVIWUH"
## 
## [[7211]]
## [1] "jp4464: I predict my most played song will be \"One More Time\" by Daft Punk (to the surprise of none of my close friends) #SpotifyWrapped"
## 
## [[7212]]
## [1] "oflittleczarina: I predict my top podcast will be You're Dead To Me #SpotifyWrapped"
## 
## [[7213]]
## [1] "TheStarblaqWay: @SpotifyAfrica Ow shit...my guess was correct I guess😹🔥 #SpotifyWrapped https://t.co/QYAqlfFc8S"
## 
## [[7214]]
## [1] "MetalHead614: I predict my top artist will be Daft Punk] #SpotifyWrapped"
## 
## [[7215]]
## [1] "jess1519: I predict my top podcast will be @RingerVerse. #SpotifyWrapped"
## 
## [[7216]]
## [1] "dipakhaldar02: Computer repair service in #USA \nhttps://t.co/rWq0xwXOfc\n\n#Analytics #5G #MachineLearning #AI #Python  #NLProc… https://t.co/mx4R9Yk8yA"
## 
## [[7217]]
## [1] "xotbirdox: I predict my top podcast will be [@dashdiariespod] #SpotifyWrapped"
## 
## [[7218]]
## [1] "Tinde22225866: #คุณชายตอนจบ #SpotifyWrapped #السعوديه_بولندا \nOh amazing deals from LG!!!!!! https://t.co/govY3qpYjY"
## 
## [[7219]]
## [1] "nhfieri: Gon be DOOM or tribe 😭#SpotifyWrapped"
## 
## [[7220]]
## [1] "MetalHead614: I predict my top genre will be Metal #SpotifyWrapped"
## 
## [[7221]]
## [1] "303exai: I predict my most played song will be VENUS FLYYYYYY #SpotifyWrapped"
## 
## [[7222]]
## [1] "876_BTS: 📦 • #SpotifyWrapped    is near, Jamaican ARMYs!\n\n#BTS were #5 last year on the Most Streamed Artists in Jamaica cha… https://t.co/ugbCQWmtYT"
## 
## [[7223]]
## [1] "1004__0808: I predict my most played song will be IF YOU LEAVE ME - @pledis_17 !!!!! #SpotifyWrapped"
## 
## [[7224]]
## [1] "hy9ning: I predict my top genre will be kapop seguro o r&amp;b #SpotifyWrapped"
## 
## [[7225]]
## [1] "bcfc_kingers: I predict my most played song will be Roll the windows up by @machinegunkelly  #SpotifyWrapped"
## 
## [[7226]]
## [1] "hy9ning: I predict my most played song will be good boy gone bad 💀 #SpotifyWrapped"
## 
## [[7227]]
## [1] "sillygal42: I predict my most played song will be Immaterial by SOPHIE  #SpotifyWrapped"
## 
## [[7228]]
## [1] "oflittleczarina: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[7229]]
## [1] "RealAnnaMarieR: I'm curious to see if my music makes it onto anyone's #SpotifyWrapped this year... considering I'm still relatively… https://t.co/G7GbN8IZo7"
## 
## [[7230]]
## [1] "jess1519: I predict my top artist will be @caitlynsmith. @IngridAndress, @tenilletownes, @tenilletownes, and Kyndall Inskeep… https://t.co/KUp9WUkYdQ"
## 
## [[7231]]
## [1] "xotbirdox: I predict my top artist will be [@AllTimeLow] #SpotifyWrapped"
## 
## [[7232]]
## [1] "TonellB: Happy Monday beautiful people🖤\n\nLet's be epic this week, shine bright like a diamond💎\n\nGod is the plug!!!… https://t.co/ObK9qqtC4x"
## 
## [[7233]]
## [1] "laceslifes: I predict my top artist will be Bryson Tiller #SpotifyWrapped"
## 
## [[7234]]
## [1] "lid177: #SpotifyWrapped damn this year might be crazy I'll have to do this later"
## 
## [[7235]]
## [1] "agnesmariyea: me patiently waiting for #SpotifyWrapped https://t.co/ThuCzsp2ea"
## 
## [[7236]]
## [1] "kuhvonx: I predict my most played song will be Kodi Blu 31 #SpotifyWrapped"
## 
## [[7237]]
## [1] "GreatnessSpoken: Any advice for new podcasters?? Any advice that's giving we would love to hear.. Have a blessed day🫶\n#advice… https://t.co/rGN99uDoMB"
## 
## [[7238]]
## [1] "oflittleczarina: I predict my top genre will be folk #SpotifyWrapped"
## 
## [[7239]]
## [1] "GeneWillis: I predict my top podcast will be @bomani_jones.  #SpotifyWrapped"
## 
## [[7240]]
## [1] "xotbirdox: I predict my top genre will be [Welsh Folk Music] #SpotifyWrapped"
## 
## [[7241]]
## [1] "ventiblooms: drop it already pls, but remove the atrocious graphic design that physically hurts my soul #SpotifyWrapped"
## 
## [[7242]]
## [1] "laceslifes: I predict my most played song will be Inhale #SpotifyWrapped"
## 
## [[7243]]
## [1] "KlutzTheKing: I predict my top artist will be @McVirgins #SpotifyWrapped"
## 
## [[7244]]
## [1] "icelives___: #SpotifyWrapped  me waiting for spotify to drop it https://t.co/QTKoRTGzsZ"
## 
## [[7245]]
## [1] "salamisamalama: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped Taylor Swift ofc 🥰"
## 
## [[7246]]
## [1] "one40s: I predict my top artist will be Polo G #SpotifyWrapped"
## 
## [[7247]]
## [1] "xotbirdox: I predict my most played song will be [Sleepwalking by @AllTimeLow] #SpotifyWrapped"
## 
## [[7248]]
## [1] "onyxhorizons: I predict my most played song will be ABG or Scarred By Love by Quando Rondo #SpotifyWrapped"
## 
## [[7249]]
## [1] "DBiddell: I predict my top artist will be @burytomorrow #SpotifyWrapped"
## 
## [[7250]]
## [1] "WholesaleCircle: AI on the rise\n#SpotifyWrapped #AI #CyberMonday #MondayMotivation #mondaythoughts #Mondayvibe https://t.co/sKikX82Rzo"
## 
## [[7251]]
## [1] "ZackAttack2995: This year’s #SpotifyWrapped is gonna be my most chaotic yet 😂😭"
## 
## [[7252]]
## [1] "one40s: I predict my top genre will be Melodic Rap #SpotifyWrapped"
## 
## [[7253]]
## [1] "dipakhaldar02: Computer repair service in #USA \nhttps://t.co/rWq0xwXOfc\n\n#Analytics #5G #MachineLearning #AI #Python  #NLProc… https://t.co/JeS0WhEmOl"
## 
## [[7254]]
## [1] "Burningman333: @SphynxLabs makes it easy to earn #passiveincome safely with our single asset staking. Choosing to hold stables doe… https://t.co/6piNR9bvLZ"
## 
## [[7255]]
## [1] "one40s: I predict my most played song will be Suicid.e - Polo G #SpotifyWrapped"
## 
## [[7256]]
## [1] "dipakhaldar02: Computer repair service in #USA \nhttps://t.co/rWq0xwGLdc\n\n#Analytics #5G #MachineLearning #AI #Python  #NLProc… https://t.co/EKhqAsefSj"
## 
## [[7257]]
## [1] "tayrianabarbie: I predict my top artist will be [taylor swift] #SpotifyWrapped"
## 
## [[7258]]
## [1] "realenochafl: When these artists announce “world tours” I keep asking myself, is Africa not part of the world? 🤔 #SpotifyWrapped… https://t.co/AZoFki3A4l"
## 
## [[7259]]
## [1] "stateoflucky: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[7260]]
## [1] "kaearnah: switch the lady taking the selfie with @phoebe_bridgers and you got mine #SpotifyWrapped https://t.co/6852C69fuR"
## 
## [[7261]]
## [1] "tayrianabarbie: I predict my most played song will be [Super freaky girl] #SpotifyWrapped"
## 
## [[7262]]
## [1] "pgalantedesigns: Who else is looking forward to this years #SpotifyWrapped 👀 ? https://t.co/iQoJzElsPm"
## 
## [[7263]]
## [1] "Snahccy: #SpotifyWrapped will be here soon but no HiFi audio. What the heck @Spotify"
## 
## [[7264]]
## [1] "aceofheartsXP: thought #SpotifyWrapped dropped im gonna sob ☹️"
## 
## [[7265]]
## [1] "_m__92: It’s almost time for #SpotifyWrapped so I can finally see who to unfollow when they make fun of people for liking Spotify wrapped"
## 
## [[7266]]
## [1] "jess1519: I predict my top genre will be probably Country/pop. #SpotifyWrapped"
## 
## [[7267]]
## [1] "NeNeN0Leaks: I predict my top artist will be [Rihanna or Brandy ] #SpotifyWrapped"
## 
## [[7268]]
## [1] "xtinasm: I predict my most played song will be 'Winter solstice' (@wearephoenix) or 'When you were mine' (@joycrookes) #SpotifyWrapped"
## 
## [[7269]]
## [1] "stateoflucky: I predict my most played song will be Better Man (From The Vault) (Taylor's Version) #SpotifyWrapped"
## 
## [[7270]]
## [1] "ananya_0724: I predict my most played song will be RUN BTS #SpotifyWrapped"
## 
## [[7271]]
## [1] "oflittleczarina: I predict my most played song will be The Moon Will Sing #SpotifyWrapped"
## 
## [[7272]]
## [1] "vincentsgotagun: SPOTIFY REMOVE THE DSMP SONG GENRE IM BEGGING YOU 💔💔 #SpotifyWrapped"
## 
## [[7273]]
## [1] "HughJan06655012: I am getting impatient as HELL waiting for Spotify wrapped to come out... we are waiting Spotify. #SpotifyWrapped"
## 
## [[7274]]
## [1] "NeNeN0Leaks: I predict my top genre will be [R&amp;B] #SpotifyWrapped"
## 
## [[7275]]
## [1] "zekeIandon: I predict my top artist will be [Thomas Bergersen]#SpotifyWrapped"
## 
## [[7276]]
## [1] "sopekooky: I predict my top podcast will be [idk] #SpotifyWrapped"
## 
## [[7277]]
## [1] "hey_ebie: when did 'we' get so hype about #SpotifyWrapped and why haven't WE received it? https://t.co/myrY2hIq2D"
## 
## [[7278]]
## [1] "jess1519: I predict my most played song will be She Used to be Mine, Come to Your Senses, or Honest. #SpotifyWrapped"
## 
## [[7279]]
## [1] "sopekooky: I predict my top artist will be [BTS] #SpotifyWrapped"
## 
## [[7280]]
## [1] "NeNeN0Leaks: I predict my most played song will be [borderline or lift me up] #SpotifyWrapped"
## 
## [[7281]]
## [1] "Nathy2895: I predict my top podcast will be @NanarasPodcast  #SpotifyWrapped"
## 
## [[7282]]
## [1] "sopekooky: I predict my top genre will be [K-pop] #SpotifyWrapped"
## 
## [[7283]]
## [1] "dipakhaldar02: Computer repair service in #USA \nhttps://t.co/rWq0xwGLdc\n\n#Analytics #5G #MachineLearning #AI #Python  #NLProc… https://t.co/3AFWHDbRQw"
## 
## [[7284]]
## [1] "deadrimmoa: I predict my most played song will be Slow Song by The Knocks #SpotifyWrapped"
## 
## [[7285]]
## [1] "zekeIandon: I predict my top genre will be [Pop] #SpotifyWrapped"
## 
## [[7286]]
## [1] "yunhos_timee: I DONT HAVE SPOTIFY AND IM MAD ABOUT IT \n#SpotifyWrapped https://t.co/v9zLxuEZDf"
## 
## [[7287]]
## [1] "fariaschahede: I (and everyone that knows me) predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[7288]]
## [1] "sopekooky: I predict my most played song will be Yet to Come #SpotifyWrapped"
## 
## [[7289]]
## [1] "cardiglmore: I predict my top artist will be taylor swift #SpotifyWrapped"
## 
## [[7290]]
## [1] "DeberryBlaine: I predict my top artist will be [Phoebe Bridgers] #SpotifyWrapped"
## 
## [[7291]]
## [1] "Nathy2895: I predict my top artist will be @taylorswift13 #SpotifyWrapped"
## 
## [[7292]]
## [1] "zekeIandon: I predict my most played song will be [Away With Your Fairies by Thomas Bergersen] #SpotifyWrapped"
## 
## [[7293]]
## [1] "rehman432020: Where there's a will, there's a lawyer😍\n#advocate #highcourt #SpotifyWrapped https://t.co/0VrpONwQBz"
## 
## [[7294]]
## [1] "Kino9991: Was gengis kahn a good history figure? #AdaniOut #SpotifyWrapped #uominiedonne #MilinkovicSavic #الكاميرون_صربيا… https://t.co/R7a9gxLcz0"
## 
## [[7295]]
## [1] "DeberryBlaine: I predict my top podcast will be [Therapy Gecko] #SpotifyWrapped"
## 
## [[7296]]
## [1] "ZeroTooFast: I predict my most played song will be Everything goes on - @porterrobinson #SpotifyWrapped"
## 
## [[7297]]
## [1] "JuliaFoxWhore: I predict my most played song will be [Tomorrow 2] #SpotifyWrapped"
## 
## [[7298]]
## [1] "Nathy2895: I predict my top genre will be pop #SpotifyWrapped"
## 
## [[7299]]
## [1] "CrayfishCrusty: I predict my top artist will be red hot chili peppers  #SpotifyWrapped"
## 
## [[7300]]
## [1] "Nathy2895: I predict my most played song will be Killing Part by @official__INI #SpotifyWrapped"
## 
## [[7301]]
## [1] "DeberryBlaine: I predict my top genre will be [Indie Rock] #SpotifyWrapped"
## 
## [[7302]]
## [1] "LaydenRobinson: Discover more sensational #music here: https://t.co/Axk7PnnVih #SpotifyWrapped #CyberMonday #MondayMorning #musicartists"
## 
## [[7303]]
## [1] "DeberryBlaine: I predict my most played song will be [Motion Sickness - Phoebe Bridgers] #SpotifyWrapped"
## 
## [[7304]]
## [1] "swifterias: I predict my top artist will be Taylor Swift ofc #SpotifyWrapped"
## 
## [[7305]]
## [1] "kyunggssoo: I predict my most played song will be Don’t Go - EXO #SpotifyWrapped"
## 
## [[7306]]
## [1] "minaa________: I predict my top artist will be [Taylor Swift] #SpotifyWrapped"
## 
## [[7307]]
## [1] "Swiftie9189: I predict my top artist will be [@taylorswift13] #SpotifyWrapped"
## 
## [[7308]]
## [1] "emisthere: i predict my most played song will be cause for concern by lovejoy #SpotifyWrapped"
## 
## [[7309]]
## [1] "Omgitssupreme: Looking forward to seeing my #SpotifyWrapped this year"
## 
## [[7310]]
## [1] "kjjduh: I predict my top artist will be LOONA #SpotifyWrapped"
## 
## [[7311]]
## [1] "SoDieketseng: My top genre will be between HipHop or Afrobeats as usual on #SpotifyWrapped"
## 
## [[7312]]
## [1] "TheMoonsAceCard: WHY IS #SpotifyWrapped TRENDING I THOUGHT IT DROPPED AND I GOT EXCITED"
## 
## [[7313]]
## [1] "dwyerkev: I predict my top artist will be [Taylor Swift] sem duvida #SpotifyWrapped"
## 
## [[7314]]
## [1] "tamarinarose: I predict my top podcast will be probably office ladies but haven’t listened much this year #SpotifyWrapped"
## 
## [[7315]]
## [1] "imtotallymorgan: WHERE IS MY SPOTIFY WRAPPED!!!!!!!!😭 #SpotifyWrapped https://t.co/UAxVuJ3Imq"
## 
## [[7316]]
## [1] "BaseyCasey: no but what happens when Taylor Swift uses her little #SpotifyWrapped  message to announce speak now tv or hits dif… https://t.co/9msgohNDx4"
## 
## [[7317]]
## [1] "shei_twts: Artist: Taylor Swift \nSong: Labyrinth\n\n #SpotifyWrapped"
## 
## [[7318]]
## [1] "Sarii15G: I predict my most played song will be Warning Signs by BoH  #SpotifyWrapped"
## 
## [[7319]]
## [1] "Katherine_L_21: I predict my top genre will be pop? 🤔 #SpotifyWrapped"
## 
## [[7320]]
## [1] "dwyerkev: I predict my top genre will be [hyperpop] eu espero viu #SpotifyWrapped"
## 
## [[7321]]
## [1] "illicitstay: me waiting for #SpotifyWrapped as if i didn’t know it’s going to look like this https://t.co/eo4XP0iaDm"
## 
## [[7322]]
## [1] "dipakhaldar02: Computer repair service in #USA \nhttps://t.co/rWq0xwGLdc\n\n#Analytics #5G #MachineLearning #AI #Python  #NLProc… https://t.co/dXVVeF3I7v"
## 
## [[7323]]
## [1] "afrnaaziz: wanna see my chaotic #SpotifyWrapped"
## 
## [[7324]]
## [1] "imatransally: I predict my most played song will be [Love Story (Taylor’s Version)] #SpotifyWrapped"
## 
## [[7325]]
## [1] "sbraep: I predict my top podcast will be saving grace #SpotifyWrapped"
## 
## [[7326]]
## [1] "agentp_x: I predict my top podcast will be  Fest und Flauschig #SpotifyWrapped"
## 
## [[7327]]
## [1] "Bbkphat: @ajaitheartist the next #hottest female artist in the industry #SpotifyWrapped go follow her now https://t.co/5tBZ3gnD5Z"
## 
## [[7328]]
## [1] "JHXYWCH3: #SpotifyWrapped    i think that gonna be MIRAE WITH TRENDZ?"
## 
## [[7329]]
## [1] "tamarinarose: I predict my top genre will be pop??? probably #SpotifyWrapped"
## 
## [[7330]]
## [1] "kylepilleddd: I predict my top podcast will be ok this one is easy its probably TAZ or LHOTL #SpotifyWrapped"
## 
## [[7331]]
## [1] "Ash_NotIrwin: I predict my top artist will be [5 seconds of summer] #SpotifyWrapped"
## 
## [[7332]]
## [1] "deftoadz: I predict my top genre will be [premarital sex] #SpotifyWrapped"
## 
## [[7333]]
## [1] "Katherine_L_21: I predict my top podcast will be @QueerMoviePod or @theyikespod #SpotifyWrapped"
## 
## [[7334]]
## [1] "traehailema: I predict my top artist will be @taylorswift13 #SpotifyWrapped"
## 
## [[7335]]
## [1] "KimSnakeob: I predict my top podcast will be [The WAN show ] #SpotifyWrapped"
## 
## [[7336]]
## [1] "vigilante_diego: I predict my most played song will be Babe by taylor swift #SpotifyWrapped"
## 
## [[7337]]
## [1] "RedLippedDiva: Not prepared for the who's who of questionable music choices in my #SpotifyWrapped this year...\n\nHow much did plann… https://t.co/cGFnDI2eY5"
## 
## [[7338]]
## [1] "agentp_x: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[7339]]
## [1] "dipakhaldar02: Computer repair service in #USA \nhttps://t.co/rWq0xwGLdc\n\n#Analytics #5G #MachineLearning #AI #Python  #NLProc… https://t.co/NL7g3RXWu7"
## 
## [[7340]]
## [1] "sbraep: I predict my top artist will be Sabrina Carpetner #SpotifyWrapped"
## 
## [[7341]]
## [1] "zachgouge: I predict my top artist will be HEALTH #SpotifyWrapped"
## 
## [[7342]]
## [1] "boredgerm: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped Stay Soft"
## 
## [[7343]]
## [1] "sabbithmoss: IS #SpotifyWrapped out already?? I’m gonna lose it"
## 
## [[7344]]
## [1] "ZeGcgh: Remember  our BoT Trading is available, if you are not catching up with trades, Let’s us know. we guarantee you 670… https://t.co/EmZuMcncY5"
## 
## [[7345]]
## [1] "AsetMuratuly: I predict my top artists will be \n1) Taylor Swift\n2) Wallows\n3) Lana del Rey\n#SpotifyWrapped"
## 
## [[7346]]
## [1] "girlgoyard: I wanna cuddle with youuu 🥺\n#demontings\n#FIFAWorldCupQatar2022 \n@demontingss \n#SpotifyWrapped https://t.co/moSBOHZe9X"
## 
## [[7347]]
## [1] "cvxxrdt: cant wait tho #SpotifyWrapped"
## 
## [[7348]]
## [1] "KimSnakeob: I predict my top artist will be [IVE] #SpotifyWrapped"
## 
## [[7349]]
## [1] "Dikshas25493378: When you change, don’t announce it. Just bloom. #SpotifyWrapped #ghanablackstars"
## 
## [[7350]]
## [1] "kylepilleddd: I predict my top artist will be I DONT FUCKING KNOW!!! maybe mcr or harley poe or car seat headrest .. or black sab… https://t.co/xQJmg5zbho"
## 
## [[7351]]
## [1] "tearortear: I predict my most played song will be [some loona song isk] #SpotifyWrapped"
## 
## [[7352]]
## [1] "BadJawn_Gilbs: I predict my top artist will be [Taylor Swift] #SpotifyWrapped"
## 
## [[7353]]
## [1] "biohzrrd: can spotify wrapped hurry up im@going more and more insane #SpotifyWrapped"
## 
## [[7354]]
## [1] "sbraep: I predict my top genre will be pop #SpotifyWrapped"
## 
## [[7355]]
## [1] "tamarinarose: I predict my top artist will be taylor swift  #SpotifyWrapped"
## 
## [[7356]]
## [1] "parrrth9__: I predict my most played song will be \"You Really Got Me\" #SpotifyWrapped"
## 
## [[7357]]
## [1] "agentp_x: I predict my most played song will be Sweater Weather #SpotifyWrapped"
## 
## [[7358]]
## [1] "KimSnakeob: I predict my top genre will be [Kpop] #SpotifyWrapped"
## 
## [[7359]]
## [1] "sld2820: I predict my top artist will be [Louis Tomlinson ] #SpotifyWrapped"
## 
## [[7360]]
## [1] "JJSLCVE: CAN YALL STOP MAKING ME THINK IT DROPPED ALREADY GOD #SpotifyWrapped"
## 
## [[7361]]
## [1] "thebigdreadhead: I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped @ToonsThatCurse"
## 
## [[7362]]
## [1] "Bbkphat: @ajaitheartist the next #hottest female artist in the industry #SpotifyWrapped go follow her now https://t.co/r1qgkMunkU"
## 
## [[7363]]
## [1] "BarryCynic: I predict my most played song will be CLUB PENGUIN ICE FISHING #SpotifyWrapped #icefishingsweep https://t.co/X9fbXtTUHq"
## 
## [[7364]]
## [1] "KimSnakeob: I predict my most played song will be [IVE Eleven] #SpotifyWrapped"
## 
## [[7365]]
## [1] "dipakhaldar02: Computer repair service in #USA \nhttps://t.co/rWq0xwXOfc\n\n#Analytics #5G #MachineLearning #AI #Python  #NLProc… https://t.co/4kZUMZ6A1q"
## 
## [[7366]]
## [1] "sbraep: I predict my most played song will be nonsense #SpotifyWrapped"
## 
## [[7367]]
## [1] "tamarinarose: I predict my most played song will be all too well 10 min version  #SpotifyWrapped"
## 
## [[7368]]
## [1] "sld2820: I predict my most played song will be [Only the brave -  Louis Tomlinson ] #SpotifyWrapped"
## 
## [[7369]]
## [1] "ghostofchrisy: I predict my top artist will be @whydontwemusic    #SpotifyWrapped"
## 
## [[7370]]
## [1] "Aragondb12: I predict my most played song will be I'll take the risk and say... Cruel Summer by @taylorswift13 \n#SpotifyWrapped"
## 
## [[7371]]
## [1] "AsetMuratuly: I predict my most played song will be \"right where you left me\" by Taylor Swift #SpotifyWrapped"
## 
## [[7372]]
## [1] "kylepilleddd: I predict my top genre will be whatever spotify classifies 90s emo as #SpotifyWrapped"
## 
## [[7373]]
## [1] "Dopeboichacha: @rugerofficial no fit say this one no sweet tah ...@kingtvndeednut @DPRINCEMAVIN @DONJAZZY @yabaleftonline… https://t.co/XVR87FmtlP"
## 
## [[7374]]
## [1] "lolsarahlol1000: I predict my top artist will be [Harry Styles😂🙄] #SpotifyWrapped"
## 
## [[7375]]
## [1] "childerolandusa: Sabrina Carpenter All We Have Is Love\nhttps://t.co/CnwxakNnL4\n#sabrinacarpenter #SpotifyWrapped"
## 
## [[7376]]
## [1] "frick_all: I predict my top podcast will be between @PSTPodcast and @QueerDungeons  #SpotifyWrapped"
## 
## [[7377]]
## [1] "tspeachy: I predict my top artist will be taylor swift  #SpotifyWrapped"
## 
## [[7378]]
## [1] "sofiaatomo: who cares about christmas #SpotifyWrapped is coming"
## 
## [[7379]]
## [1] "beki483: I predict my top podcast will be @banter #SpotifyWrapped"
## 
## [[7380]]
## [1] "Bbkphat: @ajaitheartist the next #hottest female artist in the industry #SpotifyWrapped go follow her now https://t.co/UYRjaOKGa4"
## 
## [[7381]]
## [1] "ultriax: here’s my dream festival ig #SpotifyWrapped https://t.co/So2riZvGFm"
## 
## [[7382]]
## [1] "AdrienneRegina: I predict my top podcast will be @ThisIsTheRead, for like the 5+ year. #SpotifyWrapped"
## 
## [[7383]]
## [1] "watrparx: third party apps have already told me what to expect on my #SpotifyWrapped, i’m just waiting for the official screenshots atp"
## 
## [[7384]]
## [1] "BeckyAzulpuff: Where's all those who like me will have their #SpotifyWrapped biased by having to look after children??😅😅😅"
## 
## [[7385]]
## [1] "Kyxx__01: New sound trending on tiktok #SpotifyWrapped #StarAcademy #ademolaadeleke #Nigeria https://t.co/lGVKN6zAqS"
## 
## [[7386]]
## [1] "Bbkphat: @ajaitheartist the next #hottest female artist in the industry #SpotifyWrapped go follow her now https://t.co/wDqET1aQQS"
## 
## [[7387]]
## [1] "rainbowlights_: I predict my most played song will be Miss You by Oliver Tree #SpotifyWrapped @Olivertree 💖🫡"
## 
## [[7388]]
## [1] "tspeachy: I predict my most played song will be All Too Well (10 minute version) #SpotifyWrapped"
## 
## [[7389]]
## [1] "kayladotexe: Me after sharing my Spotify Wrapped and thinking people care. #SpotifyWrapped https://t.co/sgPhC0lJ63"
## 
## [[7390]]
## [1] "Muhamma19127912: BAHRIA TOWN KARACHI\nProgressive real estate and builders\nDetails No 0325 2841525=0341 6366118\n#bahriatownkarachi… https://t.co/PDMeNK4sbT"
## 
## [[7391]]
## [1] "pperson_01: I predict my most played song will be [ur mom] #SpotifyWrapped"
## 
## [[7392]]
## [1] "retickinapp: WHERE IS IT?? #SpotifyWrapped"
## 
## [[7393]]
## [1] "universityofky: What does your festival lineup look like?? 🎶🎸🎫 #SpotifyWrapped https://t.co/19SQOW7Nzj"
## 
## [[7394]]
## [1] "rainbowlights_: I predict my top genre will be edm dude obviously #SpotifyWrapped"
## 
## [[7395]]
## [1] "ghostofchrisy: I predict my most played song will be Trust Fund Baby by @whydontwemusic.   #SpotifyWrapped"
## 
## [[7396]]
## [1] "sp1cy_asian: i predict my top artist will be @taylorswift13 #SpotifyWrapped"
## 
## [[7397]]
## [1] "AdrienneRegina: I predict my most played song will be Break My Soul by Beyoncé. #SpotifyWrapped"
## 
## [[7398]]
## [1] "yenniesi: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[7399]]
## [1] "s1lver_t0ngues: I predict my top artist will be either @NiallOfficial or @Louis_Tomlinson #SpotifyWrapped"
## 
## [[7400]]
## [1] "frick_all: I predict my top artist will be mcr #SpotifyWrapped"
## 
## [[7401]]
## [1] "frick_all: I predict my top genre will be pop punk #SpotifyWrapped"
## 
## [[7402]]
## [1] "HCloYO: Just know I went through a lot this year ok #SpotifyWrapped"
## 
## [[7403]]
## [1] "sebfxwler: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[7404]]
## [1] "frick_all: I predict my most played song will be Kill All Your Friends mcr #SpotifyWrapped"
## 
## [[7405]]
## [1] "rainbowlights_: I predict my top artist will be Movements #SpotifyWrapped"
## 
## [[7406]]
## [1] "Poulami_dp: Everyone :  getting excited for their #SpotifyWrapped\n\nMe : already knowing my top artist is  @ericnamofficial  💅✨ https://t.co/zzM9PjfRlS"
## 
## [[7407]]
## [1] "Djamil654657021: I predict my top artist will be  @AvaMax #SpotifyWrapped"
## 
## [[7408]]
## [1] "s1lver_t0ngues: I predict my top genre will be pop music  #SpotifyWrapped"
## 
## [[7409]]
## [1] "sebfxwler: I predict my top genre will be Pop (i guess idk) #SpotifyWrapped"
## 
## [[7410]]
## [1] "blunt_mk: “Becky say she like me but Leticia in her feelings she say I’m too light skinned she need a dark nigga for her heal… https://t.co/3FkeW1w1xG"
## 
## [[7411]]
## [1] "Savagelord_1: Cultist Gone Extremely Wrong‼️😭😭 #naijaprank #prank #SpotifyWrapped #FIFAWorldCupQatar2022 #FIFAWorldCup… https://t.co/xPaxWxlk6b"
## 
## [[7412]]
## [1] "JoeMBurke: Can't wait to see how my children ruined my #SpotifyWrapped."
## 
## [[7413]]
## [1] "91ssatellite: I predict my top podcast will be @CrimeWeeklyPod #SpotifyWrapped"
## 
## [[7414]]
## [1] "cemeteri_drjve: I predict my top artist will be Slipknot #SpotifyWrapped"
## 
## [[7415]]
## [1] "librarybunny: My top podcast might very well be @ShutdownFullcas  #SpotifyWrapped"
## 
## [[7416]]
## [1] "s1lver_t0ngues: I predict my most played song will be \"Heartbreak Weather\" by @NiallOfficial  #SpotifyWrapped"
## 
## [[7417]]
## [1] "LoboSauce_777: Me, when #SpotifyWrapped drops, and I see that Bastille, Nas, Sam Smith, Aha Gazelle, Louis Tomlinson, Drake, Noah… https://t.co/ObG4hxbM0O"
## 
## [[7418]]
## [1] "AlextheG11: I predict my most played song will be [Second Chance - Shinedown] #SpotifyWrapped"
## 
## [[7419]]
## [1] "cemeteri_drjve: I predict my top genre will be Emo #SpotifyWrapped"
## 
## [[7420]]
## [1] "willAIm_21: I predict my most played song will be Stranger Days #SpotifyWrapped"
## 
## [[7421]]
## [1] "pritibaaa: I predict my top artist will be A.R Rahman for sure #SpotifyWrapped"
## 
## [[7422]]
## [1] "kalliebeasley99: I predict my top artist will be @taylorswift13 #SpotifyWrapped"
## 
## [[7423]]
## [1] "SkyintheWood: I predict my most played song will be Violet #SpotifyWrapped"
## 
## [[7424]]
## [1] "dimitriIovemaiI: I predict my most played song will be Heaven Help Us by My Chemical Romance #SpotifyWrapped"
## 
## [[7425]]
## [1] "itsjoshwolf: Ayo when we gettin that #SpotifyWrapped https://t.co/imhFO3eHPo"
## 
## [[7426]]
## [1] "jobrofr: I predict my top podcast will be the dis dickinyabooty podcast #SpotifyWrapped"
## 
## [[7427]]
## [1] "nessapr08: I don’t need #SpotifyWrapped to let me know my top artists were Bad Bunny and Taylor Swift. Yo no he escuchado más ná 😂"
## 
## [[7428]]
## [1] "SkyintheWood: I predict my top artist will be Louis Tomlinson #SpotifyWrapped"
## 
## [[7429]]
## [1] "sebfxwler: I predict my most played song will be Don't Blame Me - Taylor Swift #SpotifyWrapped"
## 
## [[7430]]
## [1] "L2K_UK: I predict my most played song will be 10 Hours of Static White Noise for Noise Blocking Loud Office Workplace Envir… https://t.co/MxGKt46IbV"
## 
## [[7431]]
## [1] "jobrofr: I predict my top artist will be RODATHAN WAVEE #SpotifyWrapped"
## 
## [[7432]]
## [1] "DiegoEstMH: I predict my top artist will be PXNDX #SpotifyWrapped"
## 
## [[7433]]
## [1] "larahurtubise1: I predict my most played song will be SOS by ABBA #SpotifyWrapped"
## 
## [[7434]]
## [1] "Loxxhart: can't wait to see sewerslvt in my top 3 #SpotifyWrapped"
## 
## [[7435]]
## [1] "jobrofr: I predict my top genre will be hiphop #SpotifyWrapped"
## 
## [[7436]]
## [1] "Goldenwords22: No one stays with you.\n\n#permanently, learn to survive #alone..🤗\n\n#mondaythoughts \n#MondayNight\n#thoughts\n#SpotifyWrapped"
## 
## [[7437]]
## [1] "barneyconbotox: I predict my top artist will be Nicki Minaj. #SpotifyWrapped"
## 
## [[7438]]
## [1] "angelaanupdates: Where is my #SpotifyWrapped\n!!! https://t.co/RaDOHdJMEE"
## 
## [[7439]]
## [1] "barneyconbotox: I predict my most played song will be Moth to a Flame by The Weeknd &amp; Swedish House Mafia #SpotifyWrapped"
## 
## [[7440]]
## [1] "Mi_nuteDEO: I predict my top artist will be lil uzi vert  #SpotifyWrapped"
## 
## [[7441]]
## [1] "BiggerthanK28: I predict my top artist will be [mgk or one direction or Harry] #SpotifyWrapped"
## 
## [[7442]]
## [1] "AjcS_1119: I predict my top artist will be Beyonce' because of course it will.  #SpotifyWrapped"
## 
## [[7443]]
## [1] "Kwambosco2: I'm a 25yrs old single, handsome and hardworking guy. I'm looking for beautiful black and strong charger to buy.😊… https://t.co/Pn4ciYt2Fk"
## 
## [[7444]]
## [1] "THESWAGADOCIOUS: SURVIVE by Sirr Stunna #FIFAWorldCupQatar2022 #SpotifyWrapped\n#CyberMonday\n#SirrStunna #SURVIVE \nhttps://t.co/6cr0F4Ol6z"
## 
## [[7445]]
## [1] "jobrofr: I predict my most played song will be By Your Side - Rod Wave #SpotifyWrapped"
## 
## [[7446]]
## [1] "willAIm_21: I predict my top artist will be The Stupendium #SpotifyWrapped"
## 
## [[7447]]
## [1] "chosenmont: 110k VIEWS!!! I APPRECIATE IT💜💜 FIRST TIME REACTING TO BTS - Run BTS (Dance Practice) https://t.co/GcKuKFmtyi via… https://t.co/9xXpm7OeVK"
## 
## [[7448]]
## [1] "SamkezCreations: Award winner 🙌😱🙌😱\nSamkez creations\n\n#samkezcreations #awardwinner #LYD #LYAawards #SpotifyWrapped #StarAcademy… https://t.co/uwGMMIBgH6"
## 
## [[7449]]
## [1] "BiggerthanK28: I predict my top genre will be [boyband, pop, or rock] #SpotifyWrapped"
## 
## [[7450]]
## [1] "SamriddhiRai9: I predict my most played song will be I did something bad by Taylor Swift #SpotifyWrapped"
## 
## [[7451]]
## [1] "NicoleWrayFans: I predict my most played song will be @ladynicolewray - Through It All #SpotifyWrapped"
## 
## [[7452]]
## [1] "Juraeslife: If you don't you should consider following me here on my wix app https://t.co/at14FCLEct invite code: D0WQVC I have… https://t.co/JdIHZ6BMnm"
## 
## [[7453]]
## [1] "halfemptygirIs: I predict my top genre will be Pop for sure #SpotifyWrapped"
## 
## [[7454]]
## [1] "yobecks: Pretty sure this will be the first year where my top song on #SpotifyWrapped won’t be by Drake and that feels like a W. 😂"
## 
## [[7455]]
## [1] "gimmessouo: my #SpotifyWrapped this year once again https://t.co/fh076NRIwr"
## 
## [[7456]]
## [1] "laur3nh3pburn: I predict my top artist will be Julie Andrews #SpotifyWrapped LMAO she’s all i listen to besides shirley jones i love me my women 💕💕"
## 
## [[7457]]
## [1] "tagathascamelot: I predict my most played song will be probably nonsense by sabrina carpenter #SpotifyWrapped"
## 
## [[7458]]
## [1] "RJ_Patil_24: We crave for, what we don't have..\n#SpotifyWrapped"
## 
## [[7459]]
## [1] "GorgeousLifeeee: I’m pretty sure my most played song will be All too well by Taylor Swift #SpotifyWrapped"
## 
## [[7460]]
## [1] "54NGWOO: man i thought it dropped #SpotifyWrapped"
## 
## [[7461]]
## [1] "xeptense: you don’t have to check #SpotifyWrapped , you’re the most played this year"
## 
## [[7462]]
## [1] "NerdsDigCrypto: I’m just ready to go! I’m ready ready!!! #bma #sayc #Twittersings. #LUNC #SpotifyWrapped \n\nPracticing!!!… https://t.co/qXSPVhXof2"
## 
## [[7463]]
## [1] "Chereenmusic: I predict my most played song will be Damsel in Distress by Chereen #SpotifyWrapped"
## 
## [[7464]]
## [1] "BiggerthanK28: I predict my most played song will be [as it was, little freak or loco] #SpotifyWrapped"
## 
## [[7465]]
## [1] "bp_carlo: I predict my top genre will be [Kpop and Pop] #SpotifyWrapped"
## 
## [[7466]]
## [1] "dabiinada: I predict my top artist will be MITSKI #SpotifyWrapped"
## 
## [[7467]]
## [1] "klinthoq: #SpotifyWrapped\n#TrendingNow #StarAcademy\n#ghanablackstars\n#MattHanock\n#Indigo. \n#FIFAWorldCupQatar2022\n#ImACeleb… https://t.co/TvjrxStZts"
## 
## [[7468]]
## [1] "AKV_20: I predict my top artist will be @Santandave1 ❤️#SpotifyWrapped"
## 
## [[7469]]
## [1] "AviWisnia: Listen to my new album on \n@Spotify today\n &amp; see where it lands on your end of year #spotifywrapped!\n\n&gt;&gt;… https://t.co/nLK7lcvQFs"
## 
## [[7470]]
## [1] "maalemita: I predict my top podcast will be hablando con la pared 💖 @hclppodcast #SpotifyWrapped"
## 
## [[7471]]
## [1] "KicchaFanTah: Please subscribe 🙏🙏 #Kiccha46 #KicchaBOSS𓃵 #KicchaSudeep #VikrantRona #SpotifyWrapped #MattHanock… https://t.co/k41DJgffCx"
## 
## [[7472]]
## [1] "bp_carlo: I predict my top artist will be [Blackpink] #SpotifyWrapped"
## 
## [[7473]]
## [1] "mrswinterbearr: I predict my top podcast will be Alpha sound waves and rhythm  #SpotifyWrapped"
## 
## [[7474]]
## [1] "FlintNotFound: I predict my top podcast will be the trypod  #SpotifyWrapped"
## 
## [[7475]]
## [1] "PJinxox: Okay but I’m not gonna lie bar the likes Sia 💀 I definitely have taste #SpotifyWrapped #instafestapp https://t.co/UB6uaXeKeR"
## 
## [[7476]]
## [1] "jadeshareee: Can’t wait to listen to the songs I always listen to #SpotifyWrapped https://t.co/EGCvMxUbMR"
## 
## [[7477]]
## [1] "FlintNotFound: I predict my top artist will be ricky montgomery or ajr tbh #SpotifyWrapped"
## 
## [[7478]]
## [1] "THEICONFRANCIS: @chartdata @iamcardib will definitely most likely be my #1 artist #SpotifyWrapped"
## 
## [[7479]]
## [1] "MeliaRati: Cock-A-Doodle Do MFers 🤣\n\n#Qatar2022 #RedVelvet #IPLAuction #OpIran #OneLove #PORGHA #SpotifyWrapped #Dreamers2022… https://t.co/kbTVLtPUHh"
## 
## [[7480]]
## [1] "oalbertogarcia: I predict my top artist will be GIRLS ALOUD  #SpotifyWrapped"
## 
## [[7481]]
## [1] "YJRIndia: Friends are the family we choose.\n#LetsGetFitWithYoga #yoga #Trending #TrendingNow #trendingvideos #SpotifyWrapped… https://t.co/dkHmOkOTqU"
## 
## [[7482]]
## [1] "flickerarchives: it depends on which account I'm talking about too\n#SpotifyWrapped"
## 
## [[7483]]
## [1] "FlintNotFound: I predict my top genre will be \nindie LMAO ya idk #SpotifyWrapped"
## 
## [[7484]]
## [1] "mrswinterbearr: I predict my top artist will be Obviously @BTS_twt #SpotifyWrapped"
## 
## [[7485]]
## [1] "fremen_cansado: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[7486]]
## [1] "ferbluer: I predict my most played song will be Kingslayer by Bring Me The Horizon or Papercut By Linkin Park #SpotifyWrapped"
## 
## [[7487]]
## [1] "tagathascamelot: But once it’s dropped we have to wait another year #SpotifyWrapped"
## 
## [[7488]]
## [1] "mrswinterbearr: I predict my top genre will be POP\n #SpotifyWrapped"
## 
## [[7489]]
## [1] "JamesHarness: My Botox has settled just in time for my #SpotifyWrapped"
## 
## [[7490]]
## [1] "neonwknd: emoji but no wrapped yet mannnnnn #SpotifyWrapped"
## 
## [[7491]]
## [1] "toomanyoptions_: Choose gratitude today, choose to be thankful and see the world through other people’s perspectives as happiness wi… https://t.co/eSGsmA6jov"
## 
## [[7492]]
## [1] "slayvermore: I predict my top artist will be [taylor swift] #SpotifyWrapped"
## 
## [[7493]]
## [1] "IggfeTheFella: This is all I listen to. I have never heard it loop. May god have mercy on my soul come December 1st.… https://t.co/ovcNbyoZlS"
## 
## [[7494]]
## [1] "KimBae08435610: I predict my top artist will be [@BTS_twt] #SpotifyWrapped"
## 
## [[7495]]
## [1] "flickerarchives: BUT MOST PROBABLY IT WOULD BE HARRY \n#SpotifyWrapped"
## 
## [[7496]]
## [1] "Durghan: I predict my top genre will be Electronica or Chill (are those even how they're listed in @Spotify)  #SpotifyWrapped"
## 
## [[7497]]
## [1] "Kaathikepamwe: I predict my top artist will be [nba youngboy ] #SpotifyWrapped"
## 
## [[7498]]
## [1] "karmun92: I will say I can't wait for my #SpotifyWrapped but that's also why I have @lastfm. I can see my stats anytime and I… https://t.co/tfxE4PiLwz"
## 
## [[7499]]
## [1] "slayvermore: I predict my top genre will be [alternative] #SpotifyWrapped"
## 
## [[7500]]
## [1] "faceplantmay: AHHH #SpotifyWrapped SOON I HAVE A FEELING ONE OF MY TOP SONGS WILL BE FOUR LEAF CLOVER"
## 
## [[7501]]
## [1] "Kaathikepamwe: I predict my top genre will be [rap] #SpotifyWrapped"
## 
## [[7502]]
## [1] "uh_oh_gotta_go: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[7503]]
## [1] "mrswinterbearr: I predict my most played song will be Yet to Come by @BTS_twt  #SpotifyWrapped"
## 
## [[7504]]
## [1] "jungkook_lovex7: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[7505]]
## [1] "princessdeleon: Listen I'd like to pretend about #SpotifyWrapped because i hate that a company has such a hold on anything i care about BUT HERE WE ARE"
## 
## [[7506]]
## [1] "SalmonSeaFish: I predict my top artist will be Lorna shore #SpotifyWrapped"
## 
## [[7507]]
## [1] "slayvermore: I predict my most played song will be criminal #SpotifyWrapped"
## 
## [[7508]]
## [1] "nethernore: I predict my top artist will be mor ve otesi #SpotifyWrapped"
## 
## [[7509]]
## [1] "tragcryens: I predict my most played song will be Forget Me by Lewis Capaldi #SpotifyWrapped"
## 
## [[7510]]
## [1] "starrynini05: I predict my most played song will be pink venom #SpotifyWrapped"
## 
## [[7511]]
## [1] "Durghan: I predict my top artist will be @ThomasVent  #SpotifyWrapped"
## 
## [[7512]]
## [1] "Imani_Ruth_: I find it funny how some men think it’s up to them to determine if they’re going to be in a relationship with you.… https://t.co/n88eYk0A73"
## 
## [[7513]]
## [1] "Kwamamkhize_: Let's keep the #HellaParty Challenge going going. Comment with #HellaParty #SpotifyWrapped \n\nStream here… https://t.co/oWSXja8FgH"
## 
## [[7514]]
## [1] "boombeomb: I predict my top artist will be TOMORROW BY TOGETHER #SpotifyWrapped"
## 
## [[7515]]
## [1] "RichKleinJr: I predict my most played song will be Beer Never Broke My Heart #SpotifyWrapped"
## 
## [[7516]]
## [1] "flickerarchives: But honestly I feel I would be taylor or louis cause they have the most recent albums I don't think it works that way\n#SpotifyWrapped"
## 
## [[7517]]
## [1] "uh_oh_gotta_go: I predict my top genre will be pop #SpotifyWrapped"
## 
## [[7518]]
## [1] "boombeomb: I predict my top genre will be jazz #SpotifyWrapped"
## 
## [[7519]]
## [1] "FearhunterNL: Here you have good music #SpotifyWrapped #SpotifyFestival #Spotifyfest https://t.co/6rEQWPUXf3"
## 
## [[7520]]
## [1] "zoglizzy4624: Zo Glizzy  “GO AWAY” (Official Audio) https://t.co/RbLbBzy4Dr via @YouTube #SpotifyWrapped"
## 
## [[7521]]
## [1] "uh_oh_gotta_go: I predict my most played song will be Delicate, Taylor Swift #SpotifyWrapped"
## 
## [[7522]]
## [1] "NoWayNo_3: I predict my top artist will be [THE1975] #SpotifyWrapped"
## 
## [[7523]]
## [1] "edenbruv: I predict my most played song will be [Crazy Frog - Axel F] #SpotifyWrapped"
## 
## [[7524]]
## [1] "boombeomb: I predict my most played song will be Fairy of Shampoo #SpotifyWrapped"
## 
## [[7525]]
## [1] "YNPPAREKH: Her most played on Spotify wrapped has to be me, \nCause she played me the most this year. 🫠 \n\n#SpotifyWrapped @Spotify"
## 
## [[7526]]
## [1] "uh_oh_gotta_go: I predict my most played song will be Wildest dreams, Taylor Swift #SpotifyWrapped"
## 
## [[7527]]
## [1] "_AceeGG: I predict my most played song will be [Waste by Edmon,Ouse] #SpotifyWrapped"
## 
## [[7528]]
## [1] "Sp0nge76: I predict my most played song will be Pick it Up, or Bone Theme (both by @RIOTEDM) #SpotifyWrapped"
## 
## [[7529]]
## [1] "Chocoolatee00: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[7530]]
## [1] "HolyDiverDion: I predict my most played song will be [https://t.co/I4cz8KSxxj] #SpotifyWrapped"
## 
## [[7531]]
## [1] "shairakookie: I predict my top artist will be [BTS,TXT, Taylor Swift] #SpotifyWrapped"
## 
## [[7532]]
## [1] "SRKian_BaBa: Just feel The Music  👑\n.\n.\n.\n@iamsrk \n#SRK𓃵 #ShahRukhKhan #Pathaan #ImACeleb #SpotifyWrapped https://t.co/xKNRPVAvO6"
## 
## [[7533]]
## [1] "iamzkiel_: But it’s mad that we waiting for  #SpotifyWrapped like it’s gonna add value to our lives. WHEN WILL IT DROP?? 😆😆😆🤪"
## 
## [[7534]]
## [1] "AmeliaElder_: Looking to interview anyone in the music industry who can provide an opinion on separating art from artist with Kan… https://t.co/riwRBJm9i4"
## 
## [[7535]]
## [1] "Terbear_Lynn: I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped Hmmmmmm this one’s harder… Either… https://t.co/hIALT53RRw"
## 
## [[7536]]
## [1] "axellottl3_: WHEN IS #SpotifyWrapped 2022"
## 
## [[7537]]
## [1] "dineshkav16: I predict my top artist will be @arrahman #SpotifyWrapped"
## 
## [[7538]]
## [1] "angel_lreyes: I predict that my most streamed song will be Lightning #SpotifyWrapped"
## 
## [[7539]]
## [1] "MN0PLY: I predict my top artist will be ariana duh #SpotifyWrapped"
## 
## [[7540]]
## [1] "shairakookie: I predict my top genre will be [K-pop,R&amp;B,Hip Hop] #SpotifyWrapped"
## 
## [[7541]]
## [1] "StarwberryKels: I predict my most played song will be [VCR by Tyler the Creator] #SpotifyWrapped"
## 
## [[7542]]
## [1] "radicaldumb: So, we have now learned the exact thing that made Taylor Swift, Alex Jones, and even Madonna happy. Oh wait they co… https://t.co/w6W2UXfA3R"
## 
## [[7543]]
## [1] "SofiaMata35: I predict my top artist will be Taylor Swift omg pls drop the #SpotifyWrapped"
## 
## [[7544]]
## [1] "mt5l5l: I predict my top artist will be [Younha] #SpotifyWrapped"
## 
## [[7545]]
## [1] "LenkaRowenaXIV: I predict my top podcast will be Conan O'Brien needs a friend #SpotifyWrapped \n\nProud Patreon for Sloss and Humphri… https://t.co/0eIXbYKEka"
## 
## [[7546]]
## [1] "niallxmessi: I predict my top artist will be louis tomlinson #SpotifyWrapped"
## 
## [[7547]]
## [1] "macie_ps12: I predict my top artist will be Harry Styles or Louis Tomlinson #SpotifyWrapped"
## 
## [[7548]]
## [1] "Awkorcc: I predict my most played song will be [Monkeys Spinning Monkeys] #SpotifyWrapped"
## 
## [[7549]]
## [1] "mt5l5l: I predict my top genre will be [Pop] #SpotifyWrapped"
## 
## [[7550]]
## [1] "itslwt91: I predict my top artist will be:\n1-Louis Tomlinson\n2-Morat /One Direction \n3-One Direction / Morat \n4- Harry Styles… https://t.co/94nc01yWnm"
## 
## [[7551]]
## [1] "VallettaGatt: I predict my top podcast will be no one #SpotifyWrapped"
## 
## [[7552]]
## [1] "iamnjr77: I predict my top podcast will be Gilbert Gottfried's Amazing Colossall Podcast #SpotifyWrapped"
## 
## [[7553]]
## [1] "macie_ps12: I predict my top genre will be pop #SpotifyWrapped"
## 
## [[7554]]
## [1] "MariDoz: Mine just going to be #TaylorSwift like it was last year.. I’m basic I like what I like  #SpotifyWrapped"
## 
## [[7555]]
## [1] "EricFrancisco24: everyone right now playing Mitski on loop before #SpotifyWrapped drops to seem interesting"
## 
## [[7556]]
## [1] "mt5l5l: I predict my most played song will be [Younha - Stardust] #SpotifyWrapped"
## 
## [[7557]]
## [1] "VallettaGatt: I predict my top artist will be [J.Cole] #SpotifyWrapped"
## 
## [[7558]]
## [1] "TheCaitMarie: Give me my #SpotifyWrapped https://t.co/saDKpt86Ew"
## 
## [[7559]]
## [1] "giic0r3: ngl i’m looking forward to #SpotifyWrapped more than christmas https://t.co/4tDLCx8gw8"
## 
## [[7560]]
## [1] "youmysonbxtch: I predict my most played song will be VIRGO'S GROOVE by Beyoncé  #SpotifyWrapped"
## 
## [[7561]]
## [1] "iamnjr77: I predict my top artist will be @barbjungr  #SpotifyWrapped"
## 
## [[7562]]
## [1] "lovlives4ever: I predict my top artist will be Lady Gaga #SpotifyWrapped"
## 
## [[7563]]
## [1] "VallettaGatt: I predict my top genre will be rap #SpotifyWrapped"
## 
## [[7564]]
## [1] "LenkaRowenaXIV: I predict my top artist will be either Lewis Capaldi, Vansire or My Chemical Romance #SpotifyWrapped"
## 
## [[7565]]
## [1] "rodpitts: I predict my top artist will be @TheMidnightLA! #SpotifyWrapped"
## 
## [[7566]]
## [1] "AJLoves__: I predict my top artist will be Taylor Swift obviously 😂 \nThink Maisie Peters might have taken Little Mix’s 2nd pla… https://t.co/uq3srvi8W2"
## 
## [[7567]]
## [1] "macie_ps12: I predict my most played song will be as it was by Harry styles #SpotifyWrapped"
## 
## [[7568]]
## [1] "josemariou: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[7569]]
## [1] "VallettaGatt: I predict my most played song will be No Role Modelz #SpotifyWrapped"
## 
## [[7570]]
## [1] "myideasmarket_: “Don’t ask if your dream is crazy, ask if it’s crazy enough.”\n— Lena Waithe\n\n#Mondaymotivation #CyberMonday… https://t.co/3uHWKPdpRH"
## 
## [[7571]]
## [1] "lovlives4ever: I predict my top genre will be Pop music #SpotifyWrapped"
## 
## [[7572]]
## [1] "iamnjr77: I predict my top genre will be musical theatre #SpotifyWrapped"
## 
## [[7573]]
## [1] "iamcardilia: I predict my most played song will be All to Well (10 min version) #SpotifyWrapped"
## 
## [[7574]]
## [1] "lovlives4ever: I predict my most played song will be Hold My Hand by Lady Gaga #SpotifyWrapped"
## 
## [[7575]]
## [1] "LenkaRowenaXIV: I predict my top genre will be Indie #SpotifyWrapped"
## 
## [[7576]]
## [1] "klim4t3k0mmunsm: I predict my top artist will be king krule the absolute love of my life🫶🏾 #SpotifyWrapped https://t.co/tA2VdYzIrw… https://t.co/AjAxiwPv1I"
## 
## [[7577]]
## [1] "ezraretr: #SpotifyWrapped it is coming bois"
## 
## [[7578]]
## [1] "iheartparkjihyo: I predict my most played song will be [ I FLY ] #SpotifyWrapped"
## 
## [[7579]]
## [1] "LenkaRowenaXIV: I predict my most played song will be Next Year by Two Door Cinema Club #SpotifyWrapped"
## 
## [[7580]]
## [1] "NikKatushkin: Oh no #SpotifyWrapped https://t.co/PzapwyU1Fb"
## 
## [[7581]]
## [1] "Kaydenspeaks: My spotify is a mixture of all the genres my friends listen,coz its basically their DJ\n#SpotifyWrapped"
## 
## [[7582]]
## [1] "pIantbob: I predict my most played song will be something really embarrassing #SpotifyWrapped"
## 
## [[7583]]
## [1] "IAmRockReigns: I predict my top artist will be @Daughtry_News #SpotifyWrapped"
## 
## [[7584]]
## [1] "hystericalsteve: I predict my top artist will be KISS #SpotifyWrapped"
## 
## [[7585]]
## [1] "karkinoma2: I predict my most played song will be Rayando el sol - Maná #SpotifyWrapped"
## 
## [[7586]]
## [1] "darcymulgrewlol: 2 more days until my favourite holiday #SpotifyWrapped"
## 
## [[7587]]
## [1] "frankie_lero: I predict my most played song will be either Hang on to Yourself or Take Me to Church #SpotifyWrapped"
## 
## [[7588]]
## [1] "JohnBerchielli: I predict my top artist will be @IronMaiden #SpotifyWrapped"
## 
## [[7589]]
## [1] "ShineSwiftieK: @SpotifyAU O N L Y #TaylorSwift #SpotifyWrapped"
## 
## [[7590]]
## [1] "Erickcast2: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped"
## 
## [[7591]]
## [1] "laughpisslazuli: i know for a fact my #SpotifyWrapped top artist will be bring me the horizon"
## 
## [[7592]]
## [1] "anamemoir: I predict my most played song will be Moon Song by Phoebe Bridgers *2nd year* #SpotifyWrapped \n\n🥲 https://t.co/Tjp1cNRaan"
## 
## [[7593]]
## [1] "shairakookie: I predict my most played song will be [DREAMERS BY JUNGKOOK 💜] #SpotifyWrapped"
## 
## [[7594]]
## [1] "julifantini: I predict my most played song will be [esta obviedad de otra era] #SpotifyWrapped https://t.co/IJE5DHV3Ak"
## 
## [[7595]]
## [1] "RayonCracc: I predict my most played song will be BYOB from SOAD maybe??? Or Peephole??????? GOD I'M EXITED FOR SPOTIFY WRAPPED… https://t.co/m8k7C3f6Jh"
## 
## [[7596]]
## [1] "Story_Tavern: We’re hoping to end up on your #SpotifyWrapped! Make sure to tag us if we do!"
## 
## [[7597]]
## [1] "JohnBerchielli: I predict my top genre will be #metal #SpotifyWrapped"
## 
## [[7598]]
## [1] "TheHen69420: Some people look at there phones wasting time before class, play some chess and stop being a loser. #SpotifyWrapped… https://t.co/hCHMAut9Vv"
## 
## [[7599]]
## [1] "hersheylangue: I predict my most played song will be Daydreaming #SpotifyWrapped"
## 
## [[7600]]
## [1] "mrs__worldwide: I predict my top podcast will be the leaked version of medicine❤️ #SpotifyWrapped"
## 
## [[7601]]
## [1] "hertzboy97: I predict my top artist will be [Juice WRLD] #SpotifyWrapped"
## 
## [[7602]]
## [1] "breathinglady: Listen to the most recent episode of my podcast: How to engage in daily activity when all you want to do is withdra… https://t.co/FNehHP2cMr"
## 
## [[7603]]
## [1] "ObaIfe3: Shorts Nollywood Actors And Thier Real That Confuse Fans 🤯\n\nClick here to see full list\n\nhttps://t.co/u3hxuoQfsb… https://t.co/kuXDfaqcXG"
## 
## [[7604]]
## [1] "honcho_0fficial: High on life low on sleep!!! #life #Lowkey #OneLove #sleep #MONEY #SpotifyWrapped #RedVelvet #CyberMondayAmazon… https://t.co/Oe2YabPx9o"
## 
## [[7605]]
## [1] "e_jinxx: i feel like my top is either taylor or txt 😭 #SpotifyWrapped"
## 
## [[7606]]
## [1] "hertzboy97: I predict my top genre will be [Melodic Rap] #SpotifyWrapped"
## 
## [[7607]]
## [1] "AliReact: Plz help 🙏\n.\n.\n#SpotifyWrapped #RedVelvet #CyberMondayAmazon #JHOPEatMAMA2022 #乌鲁木齐 https://t.co/M5MwE0DvOJ"
## 
## [[7608]]
## [1] "b7RBACK: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped @bigtimerush"
## 
## [[7609]]
## [1] "vicwts: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[7610]]
## [1] "freedomxme: I predict my most played song will be De Diepte by S10 #SpotifyWrapped"
## 
## [[7611]]
## [1] "ashofclanwren: top artist for #SpotifyWrapped will be taylor swift\n\ntop pod will either be @RuPalpsPodrace or @Story_Tavern"
## 
## [[7612]]
## [1] "kjholyfield63: I predict my most played song will be Lavender Haze by Taylor Swift #SpotifyWrapped"
## 
## [[7613]]
## [1] "anejonomad: Why wait for #SpotifyWrapped when websites like #audiohabits exist?  Genres are meaningless anyway.\n\n@SmooveTurrell… https://t.co/Esl2wb8EgE"
## 
## [[7614]]
## [1] "rafaelimaooo: I predict my top podcast will be ludocast #SpotifyWrapped"
## 
## [[7615]]
## [1] "CortlandCoffey: can we get something like #spotifywrapped but for onlyfans?"
## 
## [[7616]]
## [1] "ManicPixieEmo: I predict my top artist will be like previous years again once more, BTS 💀👍 #SpotifyWrapped"
## 
## [[7617]]
## [1] "b7RBACK: I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped pop."
## 
## [[7618]]
## [1] "aaasthaaa_: I predict my most played song will be all too well 10 mins ver 🫣 #SpotifyWrapped"
## 
## [[7619]]
## [1] "henloworld66: I predict my most played song will be BAD ROMANCE #SpotifyWrapped"
## 
## [[7620]]
## [1] "rana0037: Dogle sale...😡\n#rana0037\n#Tranding \n#foryoupage \n#Explore #ExploreMore #exploration #exploreyourarchives… https://t.co/6mpZIFN8tB"
## 
## [[7621]]
## [1] "Sierrablueee: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[7622]]
## [1] "rafaelimaooo: I predict my most played song will be A tour le monde #SpotifyWrapped"
## 
## [[7623]]
## [1] "b7RBACK: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped big time rush paralyzed."
## 
## [[7624]]
## [1] "thrilway: Hey! I thought we were all boycotting Spotify, and now I'm seeing #SpotifyWrapped on my feed??"
## 
## [[7625]]
## [1] "ManicPixieEmo: I predict my top genre will be like previous years, Kpop #SpotifyWrapped"
## 
## [[7626]]
## [1] "RayonCracc: I predict my top artist will be System of a Down lmao\nand if not then...I don't even know- #SpotifyWrapped"
## 
## [[7627]]
## [1] "jiseoksberry: I predict my most played song will be domino (english) skz because of how many times I played it over for my friends #SpotifyWrapped"
## 
## [[7628]]
## [1] "MacTopward: You don't have to be adequately prepared to do what God have asked you to do.\n\nYou are progressively prepared along… https://t.co/BBd5uz2nU2"
## 
## [[7629]]
## [1] "UnderCoverHay: I predict my top artist will be either @TRENDZ_OFFCL, @Stray_Kids, or @xydofficial! #SpotifyWrapped"
## 
## [[7630]]
## [1] "modified_fixed1: WHY SOME PEOPLE STAY BROKE!*\n\n1. Full of Doubt\n\n2. Fear of other failed businesses\n\n3. Comfortable with being broke… https://t.co/gUC3ewbQu7"
## 
## [[7631]]
## [1] "ManicPixieEmo: I predict my most played song will be Love Dive by IVE 💀💀 #SpotifyWrapped"
## 
## [[7632]]
## [1] "qerbros: GHC690.00 each\nThread\n#SpotifyWrapped \n#CyberMondayAmazon #gha\n#WorldcupQatar2022 https://t.co/y6ZysSrCJ0"
## 
## [[7633]]
## [1] "Real_fixedodds: @MOlumilade Congratulations to your winning yesterday 🎊 🎊 🍾 🍾 💯💯 #CyberMondayAmazon #SpotifyWrapped #FIFAWorldCupQatar2022"
## 
## [[7634]]
## [1] "hollydaisy23: I predict my top artist will be @taylorswift13 #SpotifyWrapped"
## 
## [[7635]]
## [1] "KhurrambinAslam: There have been a lot totally unexpected things that have happened in the crypto space over the past 2 months. Bloc… https://t.co/fRJr6TA2UR"
## 
## [[7636]]
## [1] "aaasthaaa_: can't wait for the #SpotifyWrapped so here's #instafest 🙃 https://t.co/eFn5fHJFSi"
## 
## [[7637]]
## [1] "buymemelatonin: I predict my top artist will be @taylorswift13 #SpotifyWrapped"
## 
## [[7638]]
## [1] "Luna024__: The way I have listened to 70s, 80s, 90s more than 2022 songs . It's gonna be wild to see #SpotifyWrapped https://t.co/e5j7M9NT5F"
## 
## [[7639]]
## [1] "bluebelle444: WHERE R UUUUU #SpotifyWrapped"
## 
## [[7640]]
## [1] "silmades: I predict my top genre will be pop #SpotifyWrapped"
## 
## [[7641]]
## [1] "IamSoloh: A #songwriter/ #lyricist is here. \n\nI write for a living (all genre).\nHit me up now\nSerbia cameroon onana kudus… https://t.co/hLiYH5tuXS"
## 
## [[7642]]
## [1] "cgarci_: I predict my most played song will be UGH! by BTS because so many people tried me this year &lt;3 #SpotifyWrapped"
## 
## [[7643]]
## [1] "hiashutoshsingh: I predict my most played song will be Wrecked @Imaginedragons #SpotifyWrapped"
## 
## [[7644]]
## [1] "kbankks_: I can’t lie music put us in another zone #ILoveYou.\n\nKeep Downloading /Stream 👉👉\nhttps://t.co/ery0hoW48D\n\nHave a gr… https://t.co/mbnX4RKgHn"
## 
## [[7645]]
## [1] "buymemelatonin: I predict my most played song will be southview by @8_4_8_5 #SpotifyWrapped"
## 
## [[7646]]
## [1] "Logan7__: I predict my top artist will be probably ajr because of the number of songs I listen to from them #SpotifyWrapped"
## 
## [[7647]]
## [1] "sweetgravli: I predict that my most played song will be Go luck yourself - ghost of the robot #SpotifyWrapped"
## 
## [[7648]]
## [1] "UnderCoverHay: I predict my top genre will be K-pop. For the millionth year in a row. #SpotifyWrapped"
## 
## [[7649]]
## [1] "smblanc1793: I’m really scared my top song on #SpotifyWrapped is gonna be “The Nanny” theme song"
## 
## [[7650]]
## [1] "Shewwll: I predict my most played song will be Heat Waves 🤍  #SpotifyWrapped"
## 
## [[7651]]
## [1] "rsj3zs: I predict my most played song will be that's our lamp by Mitski #SpotifyWrapped"
## 
## [[7652]]
## [1] "ncycrcr: I predict my top artist will be @taylorswift13 #SpotifyWrapped"
## 
## [[7653]]
## [1] "BhaveeshG: I know I have manipulated @spotifyindia into making that song my most-played song this year. #SpotifyWrapped"
## 
## [[7654]]
## [1] "RogerWilcoAstro: Morning!!! Have a great week everyone #SpotifyWrapped “Dee dee na na na \nSaturday night, I feel the air is getting hot”"
## 
## [[7655]]
## [1] "MikilaKillwell: if #SpotifyWrapped  isn't your culture then just move along LET ME LIVE https://t.co/mSOe3M0xZR"
## 
## [[7656]]
## [1] "Ramifrey: I predict my top artist will be BAD BUNNY #SpotifyWrapped"
## 
## [[7657]]
## [1] "counterfetts: I predict my top podcast will be @deuxmoiworld #SpotifyWrapped"
## 
## [[7658]]
## [1] "BIoodChampagne: i feel like spotify wrapped is way too big a deal. like all it's gonna do is tell you what you already know. it's f… https://t.co/xuO0en2DDH"
## 
## [[7659]]
## [1] "arswaw: I predict my top artist will be Coldplay #SpotifyWrapped"
## 
## [[7660]]
## [1] "pharoahein: This man's prayer can Save Ghanas Economy heeerh. \n\n#Blackstar #kudus dede ayew man of the match  #SpotifyWrapped b… https://t.co/olUUZEPXvZ"
## 
## [[7661]]
## [1] "Nanatoffee11: What do have to say about it \n  🤐🤐🤐🤐🤐🤐 #SpotifyWrapped\n#BrazilGP  comment below https://t.co/DCeW7Mj0MP"
## 
## [[7662]]
## [1] "theBenzedrine: I predict my top artist will be Bad Bunny  #SpotifyWrapped"
## 
## [[7663]]
## [1] "FretCore: I predict my top artist will be @newnewgf for sure lol #SpotifyWrapped"
## 
## [[7664]]
## [1] "counterfetts: I predict my most played song will be goodbye from arcane #SpotifyWrapped"
## 
## [[7665]]
## [1] "rudoamormusic: Do you remember when you joined Twitter? I do!\nWow here is to more years of tweeting and connecting!… https://t.co/Bf6s5OPIm9"
## 
## [[7666]]
## [1] "siriuslysonia: is #SpotifyWrapped coming on dec 1"
## 
## [[7667]]
## [1] "camidv27_: I predict my most played song will be  renegade - taylor swift #SpotifyWrapped"
## 
## [[7668]]
## [1] "carveGogh_: where is mine ????#SpotifyWrapped"
## 
## [[7669]]
## [1] "lopereirasix: I predict my most played song will be Closure by @graicekay #SpotifyWrapped"
## 
## [[7670]]
## [1] "sixpackplease: I predict my top artist will be Joji #SpotifyWrapped"
## 
## [[7671]]
## [1] "swxjlckn: Mine its gonna be completely different this year #SpotifyWrapped"
## 
## [[7672]]
## [1] "lexeyydburns: I predict my top artist will be either Taylor Swift or Noah Kahan #SpotifyWrapped"
## 
## [[7673]]
## [1] "dovesxc: PLEASE RELEASE IT ALREADY #SpotifyWrapped https://t.co/vzzo0wyxGq"
## 
## [[7674]]
## [1] "Daily_Pickens: DELIVERED THAT WIN 🎯\n\nUconn -4 (-140)💵\n\nSaid it would be a WHOOPIN, I’ll classify an 18pt W as just that🔒\n\nFINISH S… https://t.co/uX8lZfBaDP"
## 
## [[7675]]
## [1] "fentydeangelis: I predict my most played song will be 'Brividi' #SpotifyWrapped"
## 
## [[7676]]
## [1] "slliverbullet: I predict my most played song will be [fund and forget by theekidace and ssj twiin] #SpotifyWrapped"
## 
## [[7677]]
## [1] "073weekend: 🤣wizkid is funny Af @DJ_TUNEZ straight to the top 🦅🖤\n\nNzaza calabar #hookup #dontkillsoftdrinks #portable Oriyomi A… https://t.co/WLsOereh5R"
## 
## [[7678]]
## [1] "lanadeImay: I predict my top artist will be lana del rey #SpotifyWrapped"
## 
## [[7679]]
## [1] "lexeyydburns: I predict my top podcast will be @Ologies 100% :) #SpotifyWrapped"
## 
## [[7680]]
## [1] "AbsolToast: I predict my top artist will be MARETU #SpotifyWrapped"
## 
## [[7681]]
## [1] "catchchocolate: Introducing Catch Wrapped! \nIt’s everyone’s much-loved deep-dive into how your choco-choices defined your music cho… https://t.co/WbuHfukx7h"
## 
## [[7682]]
## [1] "Silaqui1: What’s your #instafest look like 👀 #SpotifyWrapped https://t.co/ALP4libyGy"
## 
## [[7683]]
## [1] "MercyAdedayo3: Do I even have Tweeps...Mans just been Retweeting and Liking😂 \n#SpotifyWrapped #RedVelvet #JHOPEatMAMA2022… https://t.co/6qoViUuoTV"
## 
## [[7684]]
## [1] "BlazynFire123: My favorite artist will either be The Score, Skillet, or Imagine Dragons. Maybe even PelleK. #SpotifyWrapped"
## 
## [[7685]]
## [1] "sixpackplease: I predict my top podcast will be Dan Carlin's Hardcore History #SpotifyWrapped"
## 
## [[7686]]
## [1] "fauxdenzel: PURRRR! #SpotifyWrapped day! https://t.co/fuXo8EH03I"
## 
## [[7687]]
## [1] "borisosa: I predict my most played song will be The Rumbling by SiM #SpotifyWrapped"
## 
## [[7688]]
## [1] "AbsolToast: I predict my top genre will be Otacore  #SpotifyWrapped"
## 
## [[7689]]
## [1] "emiIycrisp: I predict my top artist will be olivia o’brien #SpotifyWrapped"
## 
## [[7690]]
## [1] "sixpackplease: I predict my most played song will be The Key to Life on Earth by Declan McKenna #SpotifyWrapped"
## 
## [[7691]]
## [1] "____exoaf: I predict my top podcast will be @KnowForSurePod #SpotifyWrapped"
## 
## [[7692]]
## [1] "Kosmic_Dust: DONT FORGET, OUR CYBER MONDAY SALE IS LIVE TODAY! You cannot beat 30% off! \n\nIf you were looking for a time to buy,… https://t.co/6rAGIuJKgn"
## 
## [[7693]]
## [1] "AbsolToast: I predict my most played song will be Easy Peasy Euthanasia #SpotifyWrapped"
## 
## [[7694]]
## [1] "real_straxxxes: #breakthematrix\n\nThe societal brainwashing dam is cracking.\n\nReady tor burst at the seams.\n\nSlaves are becoming sel… https://t.co/cHmcC1CyWM"
## 
## [[7695]]
## [1] "hcmesicks: i predict my most played song will be kiss land by the weeknd #SpotifyWrapped"
## 
## [[7696]]
## [1] "is_wordpress: We Develop high-performing #eCommerce Websites!\n\nWe Develop Professional, Modern, Responsive, and friendly… https://t.co/xVn4V3FdaJ"
## 
## [[7697]]
## [1] "promexico: I predict my top podcast will be Joe Rogan lmao #SpotifyWrapped"
## 
## [[7698]]
## [1] "kylieoneill13: I predict my most played song will be All Too Well (10 Minute Version) (Taylor's Version) (From The Vault)… https://t.co/SblV1vPD6n"
## 
## [[7699]]
## [1] "sixpackplease: I predict my top genre will be indie rock #SpotifyWrapped"
## 
## [[7700]]
## [1] "____exoaf: I predict my top genre will be Dance Pop cause it always is lol #SpotifyWrapped"
## 
## [[7701]]
## [1] "LindseyDeals: Evenflo Reversi Lightweight Reversible Stroller\n$69, originally $104\nhttps://t.co/S88mZmEfvm\n#Deals #CyberMonday… https://t.co/0sllKdRicm"
## 
## [[7702]]
## [1] "Apfelstrud: I predict my top artist will be @iameden #SpotifyWrapped"
## 
## [[7703]]
## [1] "AllDayDillon28: I predict my most played song will be Blinded by As I Lay Dying #SpotifyWrapped"
## 
## [[7704]]
## [1] "hemehna: I’m tired of the teasing put out already 😩 #SpotifyWrapped"
## 
## [[7705]]
## [1] "darkandwild07: I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped"
## 
## [[7706]]
## [1] "txmfrkln: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[7707]]
## [1] "darkandwild07: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[7708]]
## [1] "emiIycrisp: I predict my top genre will be pop #SpotifyWrapped"
## 
## [[7709]]
## [1] "kellydahbaby: Garri wey I buy on credit, nylon don tear for road Abeg make una drop motivational quotes for me make I use hold bo… https://t.co/ybftfPqSQL"
## 
## [[7710]]
## [1] "EntertainersAce: I predict my top genre will be [anime music or Love Live idol music] #SpotifyWrapped"
## 
## [[7711]]
## [1] "darkandwild07: I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped"
## 
## [[7712]]
## [1] "darkandwild07: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped"
## 
## [[7713]]
## [1] "im_wizguy: I swear he don dey red gan oh shey i go do money ritual like this 🫣😫😫 #SpotifyWrapped #KoreaGhana… https://t.co/phRNvqVtHM"
## 
## [[7714]]
## [1] "emiIycrisp: I predict my most played song will be camera roll - kacey musgraves #SpotifyWrapped"
## 
## [[7715]]
## [1] "c4n2agency: #SpotifyWrapped here are some demographics \n\n2018 dropped December 4-5 \n2019 dropped December 12th \n2020 dropped No… https://t.co/RjXBD1qIOq"
## 
## [[7716]]
## [1] "txmfrkln: I predict my top genre will be Pop #SpotifyWrapped"
## 
## [[7717]]
## [1] "neyafliye: I predict my top artist will be Taylor Swift 🤭 siapa lagi ya gak #SpotifyWrapped"
## 
## [[7718]]
## [1] "CaintAugust: I predict my top podcast will be [New Rory and Mal] #SpotifyWrapped"
## 
## [[7719]]
## [1] "CaintAugust: I predict my top genre will be [hiphoo] #SpotifyWrapped"
## 
## [[7720]]
## [1] "txmfrkln: I predict my most played song will be Nxde by (G)I-DLE #SpotifyWrapped"
## 
## [[7721]]
## [1] "marctoofyee: I’m already an hour into this game and want to slap tf out of Atreus https://t.co/8Ji3UXpUnh #SpotifyWrapped… https://t.co/zdNnH15lKq"
## 
## [[7722]]
## [1] "ShutupNikhilll: Saw #SpotifyWrapped trending and i immediately checked my spotify😂 https://t.co/HasMwnZIZW"
## 
## [[7723]]
## [1] "nacsmspring: I predict my most played song will be Love Dive, O.O ou Dice #SpotifyWrapped"
## 
## [[7724]]
## [1] "oog_abo_oga69: I predict my top artist will be @phoebe_bridgers #SpotifyWrapped"
## 
## [[7725]]
## [1] "vivliqs: I predict my most played song will be Rawww by youra #SpotifyWrapped"
## 
## [[7726]]
## [1] "flajiggle: ahh, americas favorite holiday #SpotifyWrapped day is coming soon"
## 
## [[7727]]
## [1] "MrJamesBmx: Don't rush the process. Allow yourself to grow at your own pace. Stop comparing your life to what other people are doing. \n#SpotifyWrapped"
## 
## [[7728]]
## [1] "isratshaikh11: Teakook dance to together 💜\n#BTSV \n#BTSJUNGKOOK \n#SpotifyWrapped https://t.co/QeyfjjT9SU"
## 
## [[7729]]
## [1] "CaintAugust: I predict my top artist will be [landon tewers ] #SpotifyWrapped"
## 
## [[7730]]
## [1] "iamtvxqed: honestly scared for #SpotifyWrapped"
## 
## [[7731]]
## [1] "oog_abo_oga69: I predict my most played song will be Halloween by @phoebe_bridgers #SpotifyWrapped"
## 
## [[7732]]
## [1] "ChrisMySass: playing antifragile a few more times to make sure it ends up at the top of my #spotifywrapped https://t.co/J37NY3QnFV"
## 
## [[7733]]
## [1] "nacsmspring: I predict my top artist will be IVE, Aespa ou Twice #SpotifyWrapped"
## 
## [[7734]]
## [1] "counterfetts: I predict my top artist will be taylor swift #SpotifyWrapped"
## 
## [[7735]]
## [1] "unendingdreamss: I predict my top genre will be metal for sure 🤣🤣 #SpotifyWrapped"
## 
## [[7736]]
## [1] "shirlpuzz: Me acting shocked when I’ve orchestrated and calculated my favourite songs of all time to be in the top 3… https://t.co/i1U7BA3OsL"
## 
## [[7737]]
## [1] "nacsmspring: I predict my top genre will be KPOP #SpotifyWrapped"
## 
## [[7738]]
## [1] "bullaugentech: Wireless Camera\nWiFi \nSD card\nTwo way talk\n\nSolar indoor camera\nWiFi \nTwo way talk\nSD card\n#SpotifyWrapped… https://t.co/iTSGS2PIEb"
## 
## [[7739]]
## [1] "Akshu_gg: logs in to TWITTER\nsee her photo \n\"bhai ye kitne sundar hai\"\nlogs out 🚶🏻\n\n#SpotifyWrapped"
## 
## [[7740]]
## [1] "daylightcanyonn: happy #SpotifyWrapped week to those who celebrate 🕺🏻🕺🏻"
## 
## [[7741]]
## [1] "qing1636: For me I think @SuiNetwork is good to be the next big thing in the space, I have read and research on this project,… https://t.co/RzV7s8KIBL"
## 
## [[7742]]
## [1] "CamoReba: Good Morning. I'm cold in Florida can you warm me up? \n#Feet #FloridaGirl #warmmeup #music #SpotifyWrapped https://t.co/if5MHmxqUG"
## 
## [[7743]]
## [1] "goblinkimg: mine is probably. gonna be atrocious but i’m assuming TV girl or machine girl OR maybe ICP as my top 3 #SpotifyWrapped"
## 
## [[7744]]
## [1] "Dah_Saint001: I predict Fireboy DML my top artist will be #SpotifyWrapped"
## 
## [[7745]]
## [1] "Ejobs_pk: NATIONAL LOGISTICS CELL (NLC) JOBS 2022\n \nAPPLY HERE :\nhttps://t.co/CJy6xSlh30 \n\n Follow https://t.co/KlT946mXbN to… https://t.co/c6XLXv9qXQ"
## 
## [[7746]]
## [1] "swoonerd: yall got #SpotifyWrapped trending so i thought it was out wtf 😭😭😭😭"
## 
## [[7747]]
## [1] "SIDDHAR16174031: Arteries are red 🟥\nVeins are blue 🟦\nI will be ur six 6️⃣\nWill u be my nine \n#SpotifyWrapped #RedVelvet… https://t.co/Qnmhk5nLok"
## 
## [[7748]]
## [1] "yoooliam: I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped"
## 
## [[7749]]
## [1] "abigailisgood: I predict my most played song will be… #SpotifyWrapped https://t.co/zdozcxTKXh"
## 
## [[7750]]
## [1] "Dah_Saint001: I predict Afrobeats my top genre will be #SpotifyWrapped"
## 
## [[7751]]
## [1] "LadyBravestrong: My niece and nephews have got me f***ed up! 😅😂 \n\n#Spotify #SpotifyWrapped #Instafest #Prince #Prince4Ever #JoeArroyo https://t.co/VP9hGvqy98"
## 
## [[7752]]
## [1] "BlizzardWinds: I predict my top genre will be Dancepop #SpotifyWrapped"
## 
## [[7753]]
## [1] "IAmRockReigns: I predict my most played song will be Dearly Beloved by Daughtry. #SpotifyWrapped"
## 
## [[7754]]
## [1] "BlizzardWinds: I predict my top podcast will be Sibling Rivalry  #SpotifyWrapped"
## 
## [[7755]]
## [1] "LightBluish95: I predict my top artist will be Harry Styles (obviously) #SpotifyWrapped"
## 
## [[7756]]
## [1] "Shaylahamady: I predict my most played song will be “chit chat” by @tokenhiphop or something from @billieeilish 😂#SpotifyWrapped"
## 
## [[7757]]
## [1] "TheDhillonn: Just give me already #SpotifyWrapped"
## 
## [[7758]]
## [1] "soahcteews: I predict my top artist will be Tyler Shawn &lt;3 #SpotifyWrapped"
## 
## [[7759]]
## [1] "BlizzardWinds: I predict my top artist will be Luisa Sonza  #SpotifyWrapped"
## 
## [[7760]]
## [1] "Dah_Saint001: I predict Bandana by Fireboy my most played song will be #SpotifyWrapped"
## 
## [[7761]]
## [1] "LightBluish95: I predict my top genre will be jazz/blues #SpotifyWrapped"
## 
## [[7762]]
## [1] "multiplewealth1: Hello Monday ✨ \nKeep on chasing your dreams 😘\nActivate Levels 👉$155Dai\nhttps://t.co/8kYWBM6kUH\n\nFollow up on Telegr… https://t.co/TdXRpHBdyZ"
## 
## [[7763]]
## [1] "superhbics: I predict my top podcast will be [no clue] #SpotifyWrapped"
## 
## [[7764]]
## [1] "magguieluna: I predict my top artist will be Taylor Swift ✨✨✨✨#SpotifyWrapped"
## 
## [[7765]]
## [1] "engrkenprax: I predict my top artist will be Twice (duh)  #SpotifyWrapped"
## 
## [[7766]]
## [1] "BlizzardWinds: I predict my most played song will be SloMo by Chanel  #SpotifyWrapped"
## 
## [[7767]]
## [1] "MazoutVape: Go go go !!! https://t.co/6l6N00Va5F #SpotifyWrapped #CyberMondayAmazon #CAMSER #LOONA #RedVelvet #CyberMonday… https://t.co/lgaL8sfaxY"
## 
## [[7768]]
## [1] "superhbics: I predict my top artist will be [Taylor Swift duh] #SpotifyWrapped"
## 
## [[7769]]
## [1] "engrkenprax: I predict my most played song will be Pop! by Nayeon #SpotifyWrapped"
## 
## [[7770]]
## [1] "PEARLFOUNTAlN: I predict my top artist will be ELLIOTT SMITH it has to be #SpotifyWrapped"
## 
## [[7771]]
## [1] "appleinsider: Tips: It's not just Spotify that has a year-end wrap-up feature, Apple Music does too! Here's how to get your Apple… https://t.co/ah6LALfqw6"
## 
## [[7772]]
## [1] "Ben_BeanBag: I predict my most played song will be Sad Machine by @porterrobinson. Worlds has been on blast all year and I am no… https://t.co/QhFlgVg4F5"
## 
## [[7773]]
## [1] "superhbics: I predict my top genre will be [pop??] #SpotifyWrapped"
## 
## [[7774]]
## [1] "magguieluna: I predict my most played song will be [August-Taylor Swift] #SpotifyWrapped"
## 
## [[7775]]
## [1] "Larabruhhh: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[7776]]
## [1] "superhbics: I predict my most played song will be [anti hero or dear reader by Taylor Swift] #SpotifyWrapped"
## 
## [[7777]]
## [1] "JOBSEEKER2306: Like share &amp; follow💗 us \n#Twittertrending  #twitterviral #trending #viral #twitter #motivation #exam #jobmotivation… https://t.co/cUVFnajfAq"
## 
## [[7778]]
## [1] "Gabrielleruth15: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[7779]]
## [1] "techinfomania20: How 2 Relock Bootloader Of Any Realme Mobile Phone https://t.co/0cPVn42Coh via @YouTube #YOUTUBERS #Google… https://t.co/TxxiAin6Zc"
## 
## [[7780]]
## [1] "batteryman17: I predict my top podcast will be @MurderSmall  the same it’s been for three consecutive years.\n#SpotifyWrapped"
## 
## [[7781]]
## [1] "pirate_jail: #CyberMonday  #SpotifyWrapped into the future https://t.co/RkZWlFWqyV"
## 
## [[7782]]
## [1] "PEARLFOUNTAlN: I predict my most played song will be son of sam by elliott smith #SpotifyWrapped"
## 
## [[7783]]
## [1] "NoahVlogss: On the weekends twitter is dead no one is really tweeting. All of a sudden Monday morning hits and it’s like a rush… https://t.co/5K0w0Bwbzi"
## 
## [[7784]]
## [1] "vigilantehaze: I predict my most played song will be anti hero tbh #SpotifyWrapped"
## 
## [[7785]]
## [1] "multiskpopstan: won’t be surprised if #1 stays the same this year\n #SpotifyWrapped https://t.co/P68g7UwhXX"
## 
## [[7786]]
## [1] "scaranara: #SpotifyWrapped is trending cmon guys give the people what they want. im ready to be humbled"
## 
## [[7787]]
## [1] "TonyGerdeman: My #SpotifyWrapped list this year looks the same it has the last 10 years or so. When you have already found the be… https://t.co/LYfXZhYnGJ"
## 
## [[7788]]
## [1] "m1kasasgf: I predict my top podcast will be Philosophize This #SpotifyWrapped"
## 
## [[7789]]
## [1] "jfloridakilos: I predict my top artist will be Lana Del Rey #SpotifyWrapped https://t.co/p9yoPkqF1R"
## 
## [[7790]]
## [1] "K1L0METER: I predict my most played song will be tokyo teddy bear #SpotifyWrapped"
## 
## [[7791]]
## [1] "emptywlt: WHEN  #SpotifyWrapped https://t.co/TZVsKNhWGO"
## 
## [[7792]]
## [1] "FoolGenius33: Free Ket at my festival #SpotifyWrapped https://t.co/31Bh3Sws5i"
## 
## [[7793]]
## [1] "K1L0METER: I predict my top artist will be my first story #SpotifyWrapped"
## 
## [[7794]]
## [1] "merlinburnsfood: I predict my top podcast will be Banter or UK true crime one I listen to #SpotifyWrapped"
## 
## [[7795]]
## [1] "TWXNUZlS: streets saying #SpotifyWrapped comes out on dec 2"
## 
## [[7796]]
## [1] "barkhadesaiii: New in Twitter #SpotifyWrapped #RedVelvet #PakistanCricket #السعوديه_بولندا #JHOPEatMAMA2022 https://t.co/s4vefvlkaC"
## 
## [[7797]]
## [1] "parxboo: I predict my top podcast will be [either my sleep podcast or @SLUMBERPODCAST] #SpotifyWrapped"
## 
## [[7798]]
## [1] "SonyMusicIre: waiting for #SpotifyWrapped wrapped to drop like @Spotify https://t.co/McpdIsngnk"
## 
## [[7799]]
## [1] "merlinburnsfood: I predict my top genre will be pop or pop punk #SpotifyWrapped"
## 
## [[7800]]
## [1] "JBsTwoCents: I didn't know there were #SpotifyWrapped devotees until I met my husband. This man is completely jazzed to see ever… https://t.co/C2FmgVCF0D"
## 
## [[7801]]
## [1] "AlexEssien14: Had to remind her she a nigga too😂😂😂😂 #HerLoss #friendlyfire #ImACeleb #SpotifyWrapped #RedVelvet #DramaAlert https://t.co/hQFd7z7gza"
## 
## [[7802]]
## [1] "Ayrtoes: I predict my top artist will be Them Crooked Vultures #SpotifyWrapped"
## 
## [[7803]]
## [1] "jaron95: I have a feeling. #SpotifyWrapped https://t.co/LQVpAracb1"
## 
## [[7804]]
## [1] "merlinburnsfood: I predict my top artist will be Ethan Jewell #SpotifyWrapped"
## 
## [[7805]]
## [1] "m1kasasgf: I predict my top artist will be Mitski #SpotifyWrapped"
## 
## [[7806]]
## [1] "KatieBug_6: I predict my most played song will probably be a weezer song. I will be weezered #SpotifyWrapped"
## 
## [[7807]]
## [1] "yvesgleek: can thishe shit drop already #SpotifyWrapped"
## 
## [[7808]]
## [1] "paupaula: Uhhh uhm is there one for Youtube because that’s where I listen to music almost exclusively lately HAHAHAHA #SPOTIFYWRAPPED"
## 
## [[7809]]
## [1] "parxboo: I predict my top artist will be [waterparks] #SpotifyWrapped"
## 
## [[7810]]
## [1] "m1kasasgf: I predict my top genre will be rock #SpotifyWrapped"
## 
## [[7811]]
## [1] "wegetitchris: I actually have no predictions #SpotifyWrapped"
## 
## [[7812]]
## [1] "merlinburnsfood: I predict my most played song will be: The Dark by Ethan Jewell or Change by Deftones #SpotifyWrapped"
## 
## [[7813]]
## [1] "parxboo: I predict my most played song will be [funeral grey] #SpotifyWrapped"
## 
## [[7814]]
## [1] "m1kasasgf: I predict my most played song will be Working for the knife #SpotifyWrapped"
## 
## [[7815]]
## [1] "lallorica_: I predict my top podcast will be Estas Rica #SpotifyWrapped"
## 
## [[7816]]
## [1] "nicoleschafer_: I predict my top podcast will be probably a leaked song one #SpotifyWrapped"
## 
## [[7817]]
## [1] "soph_iagracee: y’all know my top artist for #SpotifyWrapped is gonna be @the1975 no hate xo"
## 
## [[7818]]
## [1] "nicoleschafer_: I predict my top artist will be ariana..... idk #SpotifyWrapped"
## 
## [[7819]]
## [1] "lallorica_: I predict my most played song will be Bendito Castigo #SpotifyWrapped"
## 
## [[7820]]
## [1] "aquarianweekly: How are you feeling about your impending #SpotifyWrapped?"
## 
## [[7821]]
## [1] "nicoleschafer_: I predict my top genre will be KPOP #SpotifyWrapped"
## 
## [[7822]]
## [1] "nicoleschafer_: I predict my most played song will be She Abunai \n#SpotifyWrapped"
## 
## [[7823]]
## [1] "MCFC_Etho: I predict my top artist will be [Polo G] #SpotifyWrapped"
## 
## [[7824]]
## [1] "zach_sm1th: I predict my top artist will be… mr abel tesfaye himself. The Weeknd‼️#SpotifyWrapped"
## 
## [[7825]]
## [1] "thehiteshee: True \n#SpotifyWrapped #RedVelvet #PakistanCricket #JHOPEatMAMA2022 https://t.co/9FTr4z2JTN"
## 
## [[7826]]
## [1] "ppawmpink: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[7827]]
## [1] "Naija_unlockd: You get mind comot soldier hairdressing? 😳😳😳\nCameraman na him funny me pass… 🤣🤣🤣🤣\n\n#naijaunlockd Ademola Adeleke. L… https://t.co/dMvtu2ACCw"
## 
## [[7828]]
## [1] "illliad1: I predict my most-played song will be Good Days by SZA  \nI predict my top genre will be Pop\nI predict my top artist… https://t.co/BHzUQxz1A2"
## 
## [[7829]]
## [1] "UndeadPandaNFT: GM UNDEAD CLUB \n\n#NFTS #NFT #NFTCommunity #opensea #eth #Cryptocurency #crypto #CyberMondayAmazon #CyberMonday… https://t.co/08fTH2hyKS"
## 
## [[7830]]
## [1] "iBenBean: i’m….so gay #SpotifyWrapped https://t.co/CRKhwAY7MO"
## 
## [[7831]]
## [1] "MCFC_Etho: I predict my most played song will be [Oslo - Lil Macks] #SpotifyWrapped"
## 
## [[7832]]
## [1] "youronlykitkat: I predict my top artist will be Taylor Swift 😅😅😅 #SpotifyWrapped"
## 
## [[7833]]
## [1] "Harp_YT: I predict my top artist will be @AJRBrothers #SpotifyWrapped"
## 
## [[7834]]
## [1] "Jessthelefty: I sort of dread #SpotifyWrapped being released because I know my top songs will be from my “Guilty Pleasures” playlist 🤦‍♀️"
## 
## [[7835]]
## [1] "victoriagng: I predict my top podcast will be anything goes by emma chamberlain  #SpotifyWrapped"
## 
## [[7836]]
## [1] "moonyyieebaby: Best Supportive comment I got about my music 🥹🥹♥️♥️ #SpotifyWrapped #CyberMondayAmazon #AppleMusicLive #TrendingNow… https://t.co/pEF8BkgKck"
## 
## [[7837]]
## [1] "DoccyBen: Paid £5 for a Spotify analytics app to see my #SpotifyWrapped early but it could take up to 30 days to actually work https://t.co/RTpnnJGRtg"
## 
## [[7838]]
## [1] "bymyhair: I predict my most played song will be [back to black - amy winehouse] #SpotifyWrapped"
## 
## [[7839]]
## [1] "thedawsonvega: I’m not getting anything in my #SpotifyWrapped fest because I pay that thing but do not use it 🥴"
## 
## [[7840]]
## [1] "immagneticx: I predict my most played song will be [Half Life by Djo] #SpotifyWrapped"
## 
## [[7841]]
## [1] "youronlykitkat: I predict my top genre will be Pop or Alternative/Punk #SpotifyWrapped"
## 
## [[7842]]
## [1] "Sammy11658443: Forex is a scam. Forex is a scam. Forex is a scam. #MONEY #SpotifyWrapped #FIFAWorldCup"
## 
## [[7843]]
## [1] "Johnmarklwin: I predict my most played song will be Anti-Hero #SpotifyWrapped"
## 
## [[7844]]
## [1] "scar_mufasa: I predict my top artist will be [ZAYN or central cee] #SpotifyWrapped"
## 
## [[7845]]
## [1] "HarshaAngeri: Brazil vs Switzerland\n\n#DataScience suggests #bra win but will #Sui pull off a wonder?\n\n#FIFAWorldCup… https://t.co/7AzBlhn4zl"
## 
## [[7846]]
## [1] "victoriagng: I predict my top genre will be dance pop/Norwegian pop #SpotifyWrapped"
## 
## [[7847]]
## [1] "lallorica_: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[7848]]
## [1] "itsmariahjean: My #spotifywrapped is gonna be Beyoncé, Panic! At The Disco and Arctic Monkeys. And I'm not mad about it"
## 
## [[7849]]
## [1] "ilakoze02: Year is ending…#SpotifyWrapped https://t.co/8i49pzZs5M https://t.co/xoCxFuAncV"
## 
## [[7850]]
## [1] "youronlykitkat: I’ma be annoying for a sec sorry \n\nI predict my most played song will be Cornelia Street (Live in Paris), Twinkle L… https://t.co/atQlLPlLN8"
## 
## [[7851]]
## [1] "SnowRivera: I predict my top artist will be BTS *shocker 😏* #SpotifyWrapped https://t.co/O3D8OvKKRk"
## 
## [[7852]]
## [1] "polydomain: I predict my top artist will be bts #SpotifyWrapped"
## 
## [[7853]]
## [1] "BluehairedV: I predict my most played song will be [Yeah right by joji] #SpotifyWrapped"
## 
## [[7854]]
## [1] "outsidexflicker: I predict my top artist will be harry #SpotifyWrapped"
## 
## [[7855]]
## [1] "polydomain: I predict my top genre will be indie pop #SpotifyWrapped"
## 
## [[7856]]
## [1] "Mansoureh_K: #SpotifyWrapped is around the corner…"
## 
## [[7857]]
## [1] "SaraArevalo2112: I predict my top podcast will be [It coludirse be one from Carolina Braedt] #SpotifyWrapped"
## 
## [[7858]]
## [1] "QueenCityJamz: It's that time of the yr when we share the QCJ #SpotifyWrapped for 2022! Here it is: https://t.co/woqPV3Pd5G"
## 
## [[7859]]
## [1] "polydomain: I predict my most played song will be unholy  #SpotifyWrapped"
## 
## [[7860]]
## [1] "joinBJPnow: @PTI_News no news channel is showing this. @AAPDelhi @ItsShubhangi @Cyberdost @BeingSalmanKhan @msisodia @TimesNow… https://t.co/WmPmLaMauW"
## 
## [[7861]]
## [1] "maddyminati14: Happy raho or happy rahne do #SpotifyWrapped #RedVelvet #JHOPEatMAMA2022 https://t.co/VzL9cUge5X"
## 
## [[7862]]
## [1] "Leone04Umberto: I predict my top artist will be The Weeknd #SpotifyWrapped"
## 
## [[7863]]
## [1] "naomisnews: Metalheads cursing Metallica for releasing a new song now as it won’t be included in their #SpotifyWrapped"
## 
## [[7864]]
## [1] "csaro_: I predict my top podcast will be @dissectpodcast. #SpotifyWrapped"
## 
## [[7865]]
## [1] "literativy: i predict my most played song will be ivy by taylor swift #SpotifyWrapped"
## 
## [[7866]]
## [1] "csaro_: I predict my top artist will be Kendrick Lamar. #SpotifyWrapped"
## 
## [[7867]]
## [1] "goodoldmoon: I predict my top podcast will be i use stitcher premium so i dont know what ive clicked on spotify but in general i… https://t.co/PuiieNUh5h"
## 
## [[7868]]
## [1] "isayuiii: I predict my top podcast will be [#hobbylos ] #SpotifyWrapped"
## 
## [[7869]]
## [1] "josuevmartin: I predict my top artist will be [Britney Spears or Benjamin Ingrosso] #SpotifyWrapped"
## 
## [[7870]]
## [1] "csaro_: I predict my top genre will be hip-hop. #SpotifyWrapped"
## 
## [[7871]]
## [1] "gucci_child: I predict my top artist will be [Ariana Grande] #SpotifyWrapped"
## 
## [[7872]]
## [1] "hiimmarijo: I predict my top artist will be Beyoncé/BadBunny #SpotifyWrapped"
## 
## [[7873]]
## [1] "LadyBravestrong: Yep, sounds about right. 😂 #Spotify #SpotifyWrapped #Instafest #Prince #Prince4Ever https://t.co/6B3BR3VXdK"
## 
## [[7874]]
## [1] "iamHarryBrook: I’m donating my match fees from this Test series to the Pakistan Flood appeal ❤️🇵🇰\n\n#PakvsEng2022 #BabarAzam𓃵… https://t.co/1iaF5mcrwf"
## 
## [[7875]]
## [1] "UzairRae: Why should a person start a  @YouTube channel.\nAnswer…………….\n.\n.\n@YouTubeCreators @TeamYouTube #SpotifyWrapped… https://t.co/axNoIMZ4ya"
## 
## [[7876]]
## [1] "SaraArevalo2112: I predict my top genre will be [KPOP] #SpotifyWrapped"
## 
## [[7877]]
## [1] "josuevmartin: I predict my top genre will be [pop and many other variants] #SpotifyWrapped"
## 
## [[7878]]
## [1] "csaro_: I predict my most played song will be \"Unreachable\" - John Frusciante. #SpotifyWrapped"
## 
## [[7879]]
## [1] "hrtsfrdtqk: I predict my most played song will be Soft Boy or Rises The Moon #SpotifyWrapped"
## 
## [[7880]]
## [1] "akbrax: We have a classical playlist that loops for my toddler all night so my #SpotifyWrapped be like https://t.co/sPW970dJkL"
## 
## [[7881]]
## [1] "cherryrrehcpin: I predict my most played song will be ... #SpotifyWrapped"
## 
## [[7882]]
## [1] "SaraArevalo2112: I predict my top artist will be [LE SSERAFIM] #SpotifyWrapped"
## 
## [[7883]]
## [1] "gucci_child: I predict my top genre will be [R&amp;B?] #SpotifyWrapped"
## 
## [[7884]]
## [1] "josuevmartin: I predict my most played song will be [Slomo-Chanel] #SpotifyWrapped https://t.co/nlcp2Ljzz3"
## 
## [[7885]]
## [1] "hrtsfrdtqk: I predict my top genre will be DSMP #SpotifyWrapped"
## 
## [[7886]]
## [1] "lookingfralska: I predict my most played song will be all too well (10 minutes version) #SpotifyWrapped"
## 
## [[7887]]
## [1] "mezzentertain: 🔥 Happy Monday! 🔥\nThe Mezz Music Monday playlist is updated! Listen now 👏 #newmusic #newartist #SpotifyWrapped \n\nhttps://t.co/IUL90Echeu"
## 
## [[7888]]
## [1] "thewolmer: Waiting for my yearly mental health analysis report. (also known as #SpotifyWrapped)"
## 
## [[7889]]
## [1] "milkmaraj: we’re gonna get #SpotifyWrapped on dec 1st me thinks"
## 
## [[7890]]
## [1] "lagostarwireng: LAGOSTAR wire &amp; cable are your solution\nIf you have been struggling with long electrical bills.\n\n.\nFor more informa… https://t.co/fEHXAYX9tY"
## 
## [[7891]]
## [1] "blnx3: I predict my top artist will be Taylor’s Swift. #SpotifyWrapped"
## 
## [[7892]]
## [1] "Sir__CEO: Yesterday's A History...\nTomorrow's A Mystery...\n...But Today; Today's A Gift.\n\nThat's Why Its Called PRESENT… https://t.co/Xq4EFZtOCS"
## 
## [[7893]]
## [1] "hrtsfrdtqk: I predict my top podcast will be THE MAGNUS ARCHIVES #SpotifyWrapped"
## 
## [[7894]]
## [1] "Manya_jdope: BTS, J-HOPE and THE WEEKND headlining my fest ofc 😌💜 #SpotifyWrapped \nbp?? Nahh my mom she keeps asking me to play… https://t.co/EACQmCoPBV"
## 
## [[7895]]
## [1] "infantecavazos: I predict my most played song will be redguard snipers #SpotifyWrapped"
## 
## [[7896]]
## [1] "gucci_child: I predict my most played song will be [Run BTS] #SpotifyWrapped"
## 
## [[7897]]
## [1] "MiuKook_: I predict my top artist will be Camila Cabello #SpotifyWrapped\nI don’t know I REALLY CAN’T PREDICT at all tho\nI gue… https://t.co/6ium35fhNX"
## 
## [[7898]]
## [1] "blnx3: I predict my top podcast will be #ShaggedMarriedAnnoyed #SpotifyWrapped"
## 
## [[7899]]
## [1] "SaraArevalo2112: I predict my most played song will be [Sour grapes - #LESSERAFIM ] #SpotifyWrapped"
## 
## [[7900]]
## [1] "boombeomb: i'll almost know what my spotify wrapped will be like lmao\n\n#투모로우바이투게더 @TXT_members @TXT_bighit… https://t.co/a5W7U70kvr"
## 
## [[7901]]
## [1] "hrtsfrdtqk: I predict my top artist will be egg #SpotifyWrapped"
## 
## [[7902]]
## [1] "goodoldmoon: I predict my top artist will be imagine if i didnt say taylor swift #SpotifyWrapped"
## 
## [[7903]]
## [1] "pincheyana: Whether my Spotify wrapped is good or bad this year I’m still gonna be annoying #SpotifyWrapped"
## 
## [[7904]]
## [1] "goodoldmoon: I predict my top genre will be hmmm 🤔 idk! maybe rap? rock? country? jk it's pop 😵‍💫🫠🤪🤩 #SpotifyWrapped"
## 
## [[7905]]
## [1] "valvolamitry: I predict my top artist will be sissi #SpotifyWrapped"
## 
## [[7906]]
## [1] "ncityzonxx: I predict my top podcast will be Modus Operandi #SpotifyWrapped"
## 
## [[7907]]
## [1] "grace_stoneman: If I'm too embarrassed to share my spotify instafest what am I going to do when #SpotifyWrapped comes out 😳"
## 
## [[7908]]
## [1] "madd0ll: I predict my top genre will be [pop or alr depending on where is Lana placed] #SpotifyWrapped"
## 
## [[7909]]
## [1] "ncityzonxx: I predict my top artist will be NCT Dream #SpotifyWrapped"
## 
## [[7910]]
## [1] "BradleyC999: @Hamlin67919122 @donald_mac24 @Jewell5Jr @lockej1234 @BarstoolMSU Not trying to be presumptuous here, but I would s… https://t.co/eTMMhlnNiP"
## 
## [[7911]]
## [1] "valvolamitry: I predict my top genre will be pop/rnb #SpotifyWrapped"
## 
## [[7912]]
## [1] "xxxdalv: my #SpotifyWrapped will tell me everything i need to know this year"
## 
## [[7913]]
## [1] "imaniversus: Make up and Music: This week we are talking about the woman that help make this hip hop males have a relevant caree… https://t.co/dmSV9dPbFJ"
## 
## [[7914]]
## [1] "YT__Nightmare: Premiers in one hour on YouTube! \n\nFirst 1,000,000 likes gets a cool leaf I found outside.\n\n#backrooms… https://t.co/s9SJqG6HJq"
## 
## [[7915]]
## [1] "yungstakes: I predict my most played song will be [Red Daisy by Billy Strings] #SpotifyWrapped"
## 
## [[7916]]
## [1] "fiImlvr: I predict my top artist will be arctic monkeys #SpotifyWrapped"
## 
## [[7917]]
## [1] "valvolamitry: I predict my most played song will be danshari #SpotifyWrapped"
## 
## [[7918]]
## [1] "ncityzonxx: I predict my top genre will be K-pop #SpotifyWrapped"
## 
## [[7919]]
## [1] "Super_jillop: I predict my top podcast will be Erin is the Funny One ~@jacksfilms #SpotifyWrapped"
## 
## [[7920]]
## [1] "Super_jillop: I predict my most played song will be Beware ~@KryptLMAO #SpotifyWrapped"
## 
## [[7921]]
## [1] "Super_jillop: I predict my top genre will be Classic rock #SpotifyWrapped"
## 
## [[7922]]
## [1] "Super_jillop: I predict my top artist will be @Eminem #SpotifyWrapped"
## 
## [[7923]]
## [1] "fiImlvr: I predict my most played song will be crying lightning #SpotifyWrapped"
## 
## [[7924]]
## [1] "goodoldmoon: I predict my most played song will be fast times by sabrina carpenter or yuck by charli xcx #SpotifyWrapped"
## 
## [[7925]]
## [1] "pokuaase: VAR team today #SpotifyWrapped https://t.co/uExHKYi2cB"
## 
## [[7926]]
## [1] "ncityzonxx: I predict my most played song will be Beatbox - NCT Dream #SpotifyWrapped"
## 
## [[7927]]
## [1] "giselleb1234: I’m anxiously waiting for Spotify Wrapped to come out but in the meantime my instafest for the past six months and… https://t.co/HaBNlDWLho"
## 
## [[7928]]
## [1] "anotemusic: @Spotify has officially launched the #SpotifyWrapped hashflag for 2022. What do you predict will be your #1 #song,… https://t.co/BE6QMs0pzE"
## 
## [[7929]]
## [1] "quackivay: I predict that twenty one pilots will be my top artist this year for #SpotifyWrapped"
## 
## [[7930]]
## [1] "PsyKotiiiiK: Undead. #SpotifyWrapped #CyberMondayAmazon #halo #haloinfinite #xbox #onlinegaming https://t.co/1s7IPAbtn4"
## 
## [[7931]]
## [1] "madd0ll: I predict my most played song will be [Holy Ground by Taylor Swift \nor\nsummertime sadness by Lana del rey] #SpotifyWrapped"
## 
## [[7932]]
## [1] "ellieebeaar_: my predictions: #SpotifyWrapped\n\ntop song: life by the sea or perfume hmm\n\ntop artist: lovejoy, easily \n\ntop genre:… https://t.co/jVRnKzXQKK"
## 
## [[7933]]
## [1] "iamdeaduser: Work from home\n#freelancers \n#fiverrgig \n#upwork \n#SpotifyWrapped \n#RedVelvet https://t.co/MNOYe4y3Pt"
## 
## [[7934]]
## [1] "Alis_Djo1: Generosity is more than a gift to others. It’s a reflection of your heart.\n\nThe Bible says 🙏🏾🤎\n\n#SpotifyWrapped"
## 
## [[7935]]
## [1] "torpedror: I predict my most played song will be cardigan - Taylor Swift #SpotifyWrapped"
## 
## [[7936]]
## [1] "nolighttweets: I predict my top artist will be ODESZA. No way it won't. #SpotifyWrapped"
## 
## [[7937]]
## [1] "Cheriekew: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped \ntaylor swift @taylorswift13… https://t.co/HpZbLcajzi"
## 
## [[7938]]
## [1] "cleolune: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped Taylor Swift lol obvs"
## 
## [[7939]]
## [1] "VeePunk2077: I predict my top podcast will be The McElroy Brothers Will Be In Trolls World Tour #SpotifyWrapped"
## 
## [[7940]]
## [1] "NanaO923: This guy is fast and good @TariqLamptey 🇬🇭🇬🇭🇬🇭🇬🇭 #SpotifyWrapped #ghanablackstars https://t.co/tRTXqVJJy1"
## 
## [[7941]]
## [1] "formulachlo: It’s embarrassing how excited I am for Spotify wrapped #SpotifyWrapped"
## 
## [[7942]]
## [1] "frigidsurf: i predict my most played song will be feel good inc. - gorillaz #SpotifyWrapped"
## 
## [[7943]]
## [1] "Ivanwabo1: It’s  #portable and it’s #hookup so let’s get strategic , omg it’s starting to shock me sportybet loading…… https://t.co/Pf2wBuFp5B"
## 
## [[7944]]
## [1] "jiiiprific: I predict my top artist will be [Taylor Swift] #SpotifyWrapped"
## 
## [[7945]]
## [1] "VeePunk2077: I predict my top artist will be BELLE #SpotifyWrapped https://t.co/OgWtUVROKE"
## 
## [[7946]]
## [1] "DaNiMaLik619: Just chill 🙂 \n#centrous #Pakistan #SpotifyWrapped https://t.co/uXFUBFddTC"
## 
## [[7947]]
## [1] "luvk4t: I predict my top artist will be [ Lucki duh ] #SpotifyWrapped"
## 
## [[7948]]
## [1] "jiiiprific: I predict my top genre will be [Reggaeton] #SpotifyWrapped"
## 
## [[7949]]
## [1] "earlisgonzales: I predict my top artist is taylor swift 🫶🏻#SpotifyWrapped"
## 
## [[7950]]
## [1] "dmSantosaha: Reach for the future and reach the goal of becoming a successful Entrepreneur.\n#PakistanCricket #SpotifyWrapped… https://t.co/sRkWvzMLVE"
## 
## [[7951]]
## [1] "lovexornelius: I predict my top genre will be electronic pop or maybe something rocks inspired #SpotifyWrapped"
## 
## [[7952]]
## [1] "cleolune: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped \"Savior Complex\" by Phoebe Bridgers"
## 
## [[7953]]
## [1] "ivefila: I predict my top artist will be TWICE #SpotifyWrapped"
## 
## [[7954]]
## [1] "torpedror: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[7955]]
## [1] "nilousenpaij: I predict my most played song will be Astrogirl #SpotifyWrapped"
## 
## [[7956]]
## [1] "Rakronsi: I predict my top artist will be [BTS] #SpotifyWrapped"
## 
## [[7957]]
## [1] "Biddymiff_: Praying for the day there’s an actually cute colour scheme #SpotifyWrapped"
## 
## [[7958]]
## [1] "ivefila: I predict my top genre will be K-Pop #SpotifyWrapped"
## 
## [[7959]]
## [1] "breakdownbuzzin: Cant really say that I'm that excited for #SpotifyWrapped\nBut its not because of Spotify but rather me. I've again… https://t.co/5MzEjVcw1n"
## 
## [[7960]]
## [1] "candycttnflwr: I predict my top artist will be #Red Velvet!! 💝💛💙💚💜#SpotifyWrapped"
## 
## [[7961]]
## [1] "jiiiprific: I predict my most played song will be [Ferxxo 100] #SpotifyWrapped"
## 
## [[7962]]
## [1] "__ankitae: I predict my top artist will be BTS (@BTS_twt ) #SpotifyWrapped"
## 
## [[7963]]
## [1] "ReindeerWife: I predict my top podcast will be Nighty Night bedtime stories to keep you awake #SpotifyWrapped"
## 
## [[7964]]
## [1] "Rakronsi: I predict my top genre will be [K-Pop] #SpotifyWrapped"
## 
## [[7965]]
## [1] "KonFinally: I predict my most played song will be [heartless] #SpotifyWrapped"
## 
## [[7966]]
## [1] "aririnchuu: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped Weezer"
## 
## [[7967]]
## [1] "izzyescreve: I predict my most played song will be [All Too Well by Taylor Swift] #SpotifyWrapped"
## 
## [[7968]]
## [1] "lovelykacchan: did spotify remove the DSMP genre... please i wanna post my wrapped on my insta\n #SpotifyWrapped"
## 
## [[7969]]
## [1] "Rakronsi: I predict my most played song will be [Louder than bombs - BTS] #SpotifyWrapped"
## 
## [[7970]]
## [1] "aririnchuu: I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped rock?"
## 
## [[7971]]
## [1] "gala_ck: I predict my top artist will be el pinche cuarteto de nos #SpotifyWrapped"
## 
## [[7972]]
## [1] "lovexlier: I predict my spotify wrapped in order\n1.Will Wood\n2.Wilbur Soot\n3.FallOutBoy\n4. Kate Bush\n5. Stray Kids\n\n#SpotifyWrapped"
## 
## [[7973]]
## [1] "VeePunk2077: I predict my top genre will be Otacore or J-pop although its probably gonna be Broadway because its that one every year #SpotifyWrapped"
## 
## [[7974]]
## [1] "thee_kinguduak: This Daniel Amokachi’s betBonanza ad… 🤐\n\n#SpotifyWrapped #FifaWorldCup\n#BRASUI"
## 
## [[7975]]
## [1] "aririnchuu: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped Stealing Fat from The Dust Brothers"
## 
## [[7976]]
## [1] "__ankitae: I predict my top genre will be K-Pop / Pop #SpotifyWrapped"
## 
## [[7977]]
## [1] "Blazestarninja: I predict my top podcast will be Free Period #SpotifyWrapped"
## 
## [[7978]]
## [1] "geniusessay_ctr: i'm available to take your due assignments tonight 11:59, essays, research papers, homeworks \ndm me… https://t.co/N0RkvJcwGZ"
## 
## [[7979]]
## [1] "TaeJinKook97: I predict my top artist will be [BTS] #SpotifyWrapped"
## 
## [[7980]]
## [1] "albusquerquee: I predict my top artist will be [Beyoncé] #SpotifyWrapped"
## 
## [[7981]]
## [1] "VeePunk2077: I predict my most played song will be either U from Belle or I Really Want To Stay At Your House #SpotifyWrapped"
## 
## [[7982]]
## [1] "Blazestarninja: I predict my top artist will be Haim #SpotifyWrapped"
## 
## [[7983]]
## [1] "__ankitae: I predict my most played song will be RUN BTS by BTS #SpotifyWrapped"
## 
## [[7984]]
## [1] "albusquerquee: I predict my top genre will be [Pop] #SpotifyWrapped"
## 
## [[7985]]
## [1] "OppongClem: Like how on earth 🌍 !!!. The current finance minister to save our economy😀😀😀. You deserve it! @ASAMOAH_GYAN3… https://t.co/e4dgGx6iW6"
## 
## [[7986]]
## [1] "Sahilswe1: The music streaming service has been teasing Spotify Wrapped 2022 for a few days now, but has not revealed the date… https://t.co/9IA0O8UcrX"
## 
## [[7987]]
## [1] "walterdelmar: Angsty gay. #SpotifyWrapped #instafest https://t.co/vWVIpExLYn"
## 
## [[7988]]
## [1] "YNYY_666: I predict my top podcast will be [Charli XCX's Best Song Ever] #SpotifyWrapped"
## 
## [[7989]]
## [1] "albusquerquee: I predict my most played song will be [As It Was] #SpotifyWrapped"
## 
## [[7990]]
## [1] "Nobot26: Who’s gonna be in my #SpotifyWrapped ?\nProbably sio but who knows"
## 
## [[7991]]
## [1] "Blazestarninja: I predict my most played song will be Leaning On You by Haim #SpotifyWrapped"
## 
## [[7992]]
## [1] "TaeJinKook97: I predict my top genre will be [kpop] #SpotifyWrapped"
## 
## [[7993]]
## [1] "zchughtai95: I predict my top artist will be linkin park #SpotifyWrapped"
## 
## [[7994]]
## [1] "Khaizen__: bruh #SpotifyWrapped https://t.co/KYglNwt29Y"
## 
## [[7995]]
## [1] "imawitnesss: Me seeing my #SpotifyWrapped https://t.co/yHPFbSvY8o"
## 
## [[7996]]
## [1] "Monke_MYRO: I predict my most played song will be [snowflake by powfu] #SpotifyWrapped"
## 
## [[7997]]
## [1] "writingstephani: I predict my top podcast will be [ADHD As Females] #SpotifyWrapped"
## 
## [[7998]]
## [1] "TheLastPirateLA: Life is beautiful  #CyberMonday #SpotifyWrapped #mondaythoughts so dance like everyone is watching https://t.co/VytyBEL6ai"
## 
## [[7999]]
## [1] "TaeJinKook97: I predict my most played song will be [YTC] #SpotifyWrapped"
## 
## [[8000]]
## [1] "iammichauli: Every artist that wanted to ki about my streams better outsell me when #SpotifyWrapped drops 😝 cus I’m on dat ass!"
## 
## [[8001]]
## [1] "_arianagrindr: The top song on your #SpotifyWrapped \n\n#arianagrindr https://t.co/Z3xTqji0r7"
## 
## [[8002]]
## [1] "velvet_twine: Listening to Halsey extra before #SpotifyWrapped comes out to make sure they're my top artist"
## 
## [[8003]]
## [1] "arminsvcecracks: I predict my most played song will be [Guren No Yumiya by linked horizon] #SpotifyWrapped"
## 
## [[8004]]
## [1] "jermaine0381: I predict my top artist will be [s10] #SpotifyWrapped"
## 
## [[8005]]
## [1] "ZachOsip: It's almost December, meaning it's time for me to start listening to the music I want people to think I listen to i… https://t.co/tQ6I0vJlt8"
## 
## [[8006]]
## [1] "JadeBloodstone: I'm ready for this to come out to so how much crack this one will be on compared to past ones #SpotifyWrapped"
## 
## [[8007]]
## [1] "superquikk: apple music stats dropped and no one knew or batted an eye but the whole world stops when #SpotifyWrapped comes 🤭"
## 
## [[8008]]
## [1] "itskers19: I predict my most played song will be All Too Well (10 Minute Version) (Taylor’s Version) #SpotifyWrapped"
## 
## [[8009]]
## [1] "jermaine0381: I predict my top genre will be [indie] #SpotifyWrapped"
## 
## [[8010]]
## [1] "canis_85: Conflicted about #SpotifyWrapped after it outed me as a 🚬 last year with the surprise stat of being in the top 0.05… https://t.co/rfpPpFmZqS"
## 
## [[8011]]
## [1] "purcents: I predict my most played song will be [ANTIFRAGILE] #SpotifyWrapped"
## 
## [[8012]]
## [1] "hannaashea: i can’t wait to see how mentally ill i was this year #SpotifyWrapped"
## 
## [[8013]]
## [1] "ZionH10: I predict my top genre will be Rock #SpotifyWrapped"
## 
## [[8014]]
## [1] "jermaine0381: I predict my most played song will be [s10 wat is real] #SpotifyWrapped"
## 
## [[8015]]
## [1] "writingstephani: I predict my most played song will be [Nicki Minaj - Yikes] #SpotifyWrapped"
## 
## [[8016]]
## [1] "WORD__SM1TH: #SpotifyWrapped PRESS ‘shuffle 🔘’ for #70s, #80s, #90s, and #2k post punk #thenational #drabmajesty #sovietwave#blo… https://t.co/XrY8jlQD51"
## 
## [[8017]]
## [1] "sabrinay2468: I predict my top artist will be BTS @BTS_twt #SpotifyWrapped"
## 
## [[8018]]
## [1] "rodeoricc3: waiting for my #SpotifyWrapped like https://t.co/7bao6ITSQx"
## 
## [[8019]]
## [1] "ivyidell: i listen to rain sounds on a loop every night so i’m not as thrilled to see my #SpotifyWrapped this year"
## 
## [[8020]]
## [1] "EFFORTLESSYY: i predict my top artist will be ariana grande #SpotifyWrapped"
## 
## [[8021]]
## [1] "LNash13_: I predict my most played song will be [Strawberry Moon or Yes or Yes 🫡] #SpotifyWrapped"
## 
## [[8022]]
## [1] "STAY_XH_MOA: I predict my top artist will be [Stray Kids] #SpotifyWrapped"
## 
## [[8023]]
## [1] "EFFORTLESSYY: i predict my top genre will be pop #SpotifyWrapped"
## 
## [[8024]]
## [1] "JTBRAXCH: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[8025]]
## [1] "pandefranciauwu: I predict my top genre will be K-pop #SpotifyWrapped"
## 
## [[8026]]
## [1] "STAY_XH_MOA: I predict my most played song will be [Thunderous- Stray Kids] #SpotifyWrapped"
## 
## [[8027]]
## [1] "Flavour_avour: I predict my most played song will be soldier, poet,king #SpotifyWrapped"
## 
## [[8028]]
## [1] "LautaroMartinaz: I predict my top artist will be Giveon #SpotifyWrapped"
## 
## [[8029]]
## [1] "supercwt: I predict my most played song will be This Is Why - Paramore #SpotifyWrapped"
## 
## [[8030]]
## [1] "arrxshh: I predict my top artist will be Tomorrow By Together! #SpotifyWrapped"
## 
## [[8031]]
## [1] "nrl_amira_: I predict my top artist will be @NCTsmtown or @theweeknd #SpotifyWrapped"
## 
## [[8032]]
## [1] "EFFORTLESSYY: i predict my most played song will be in my head #SpotifyWrapped"
## 
## [[8033]]
## [1] "instacartagent1: We sell instacart bot for iPhone and android we also reactivate instacart account text(843) 868-1406.… https://t.co/l2IeVcj6dQ"
## 
## [[8034]]
## [1] "LautaroMartinaz: I predict my top genre will be Pop #SpotifyWrapped"
## 
## [[8035]]
## [1] "whitehot4evah: I predict my top artist will be Taylor Swift but I want Lana #SpotifyWrapped"
## 
## [[8036]]
## [1] "andry_vo: I predict my most played song will be Moon song #SpotifyWrapped"
## 
## [[8037]]
## [1] "Vlazgax: I predict my most played song will be The Noose by A Perfect Circle #SpotifyWrapped"
## 
## [[8038]]
## [1] "Tristaf14: I predict my top podcast will be On Purpose with Jay Shetty #SpotifyWrapped"
## 
## [[8039]]
## [1] "arrxshh: I predict my top genre will be kpop #SpotifyWrapped"
## 
## [[8040]]
## [1] "pandefranciauwu: I predict my most played song will be Flex by @TFN_official_ \n#SpotifyWrapped"
## 
## [[8041]]
## [1] "veebeemeep: me pretending spotify wrapped doesnt define my personality #SpotifyWrapped https://t.co/wTegF10PyQ"
## 
## [[8042]]
## [1] "adiovadia14: This is my Spotify wrapped I’m done waiting #SpotifyWrapped https://t.co/E5SkAUL5g2"
## 
## [[8043]]
## [1] "theundertaIe: I predict my most played song will be And So It Goes by The King's Singers #SpotifyWrapped"
## 
## [[8044]]
## [1] "hotyturner: i predict my top artist will be Taylor Swift, there's no way it's another person #SpotifyWrapped"
## 
## [[8045]]
## [1] "route411podcast: It’s almost that time of the year #SpotifyWrapped 👀 https://t.co/ABbnts1dVI"
## 
## [[8046]]
## [1] "SoUWanaBaSinger: Now yall got me all hyped for my #SpotifyWrapped and it's not ready. smdh"
## 
## [[8047]]
## [1] "V_icPoto: My #SpotifyWrapped is gonna be the most weird mixed up shit ever... \nKpop, Grime, Rap, Rock, Classic music all of it"
## 
## [[8048]]
## [1] "pandefranciauwu: I predict my top artist will be @TFN_official_\n #SpotifyWrapped"
## 
## [[8049]]
## [1] "Tristaf14: I predict my top artist will be MGK or Selena Gomez #SpotifyWrapped"
## 
## [[8050]]
## [1] "terranceloveme: I predict that my top artist will be Lana Del Rey 🤍 #SpotifyWrapped"
## 
## [[8051]]
## [1] "LoupiDare: By looking at this, I may actually have a #SpotifyWrapped    that doesn't have Glee Cast as my number one artist! W… https://t.co/l14257V13v"
## 
## [[8052]]
## [1] "NewYorkMikeCity: My #spotifywrapped cannot be beat https://t.co/USHmocKhRw"
## 
## [[8053]]
## [1] "esccaitlin: #SpotifyWrapped when"
## 
## [[8054]]
## [1] "MariiiMaybe: when is #SpotifyWrapped ?"
## 
## [[8055]]
## [1] "LautaroMartinaz: I predict my most played song will be Another Heartbreak by Giveon #SpotifyWrapped"
## 
## [[8056]]
## [1] "Tristaf14: I predict my top genre will be Pop Punk #SpotifyWrapped"
## 
## [[8057]]
## [1] "S0FT_DRAINAGE: waiting for me #SpotifyWrapped so i can compare it to this shitshow https://t.co/R7oCxcC5Gy"
## 
## [[8058]]
## [1] "YNYY_666: I predict my top artist will be [@NICKIMINAJ] #SpotifyWrapped"
## 
## [[8059]]
## [1] "therealhakim410: Whats on your Playlist for work?? I need some new songs or artists \n\n#hiphop\n#SpotifyWrapped"
## 
## [[8060]]
## [1] "SAIKILATTE: I predict my top artist will be @laufey probably #SpotifyWrapped"
## 
## [[8061]]
## [1] "care4ou: I predict my top artist will be [BTS ] #SpotifyWrapped"
## 
## [[8062]]
## [1] "Oli_andCompany: #SpotifyWrapped waiting patiently https://t.co/Px2UFWMdsK"
## 
## [[8063]]
## [1] "care4ou: I predict my top genre will be Kpop  #SpotifyWrapped"
## 
## [[8064]]
## [1] "YNYY_666: I predict my top genre will be [Pop dance] #SpotifyWrapped"
## 
## [[8065]]
## [1] "Tristaf14: I predict my most played song will be either a MGK song or Selena Gomez song #SpotifyWrapped"
## 
## [[8066]]
## [1] "ddaanniiaaaaaaa: I predict my top artist will be BLACKPINK (I hope) #SpotifyWrapped"
## 
## [[8067]]
## [1] "Peanutxk: I predict my top artist will be @Stray_Kids #SpotifyWrapped\n🤔🤔🤔"
## 
## [[8068]]
## [1] "Infomundoed: Cover de #chainsawman\nhttps://t.co/RbYxKygsxT👈\nhttps://t.co/k5xuHbMHf9👈\nLINK IN BIO!!\n#チェンソーマン見放題最速配信 \n#チェンソーマン… https://t.co/mOqEiYHW0E"
## 
## [[8069]]
## [1] "care4ou: I predict my most played song will be moonlight by agust d  #SpotifyWrapped"
## 
## [[8070]]
## [1] "dwtfav_: I predict my top artist will be harry styles 😍 #SpotifyWrapped"
## 
## [[8071]]
## [1] "decodeselena: I predict my most played song will be pink venom #SpotifyWrapped"
## 
## [[8072]]
## [1] "SAIKILATTE: I predict my most played song will be fragile by laufey probably #SpotifyWrapped"
## 
## [[8073]]
## [1] "afzankhaliff: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[8074]]
## [1] "ddaanniiaaaaaaa: I predict my top genre will be K-POP #SpotifyWrapped"
## 
## [[8075]]
## [1] "YNYY_666: I predict my most played song will be [Do We Have A Problem] by @NICKIMINAJ #SpotifyWrapped"
## 
## [[8076]]
## [1] "AGGGYJ: I predict my top artist will be easy life #SpotifyWrapped"
## 
## [[8077]]
## [1] "olivvv03: I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped\nno escucho"
## 
## [[8078]]
## [1] "UdhayaTech: Super project  💝💝💝\n\n#SpotifyWrapped #RedVelvet #JHOPEatMAMA2022 #ImACeleb #乌鲁木齐 #FIFAWorldCup https://t.co/zfIvSoF6AT"
## 
## [[8079]]
## [1] "ddaanniiaaaaaaa: I predict my most played song will be Pink Venom by BLACKPINK #SpotifyWrapped"
## 
## [[8080]]
## [1] "StickyBeeSyrup: I predict my top artist will be Lana Del Rey #SpotifyWrapped"
## 
## [[8081]]
## [1] "clary98_: I predict my top genre will be pop #SpotifyWrapped"
## 
## [[8082]]
## [1] "olivvv03: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped Taylor swift/Arctic monkeys"
## 
## [[8083]]
## [1] "Peanutxk: I predict my most played song will be Maniac or case 143 by @Stray_Kids #SpotifyWrapped"
## 
## [[8084]]
## [1] "marljeffrey: my instafest looking like shit! #SpotifyWrapped will be bad for me i fear 😭"
## 
## [[8085]]
## [1] "connorge_: I predict my top artist will be my chemical romance (i actually dont know for sure but) #SpotifyWrapped"
## 
## [[8086]]
## [1] "candyuppng16: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped"
## 
## [[8087]]
## [1] "decodeselena: I predict my top artist will be Selena Gomez  #SpotifyWrapped"
## 
## [[8088]]
## [1] "olivvv03: I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped \nPop/rock"
## 
## [[8089]]
## [1] "StickyBeeSyrup: I predict my top genre will be Pop #SpotifyWrapped"
## 
## [[8090]]
## [1] "hari_qwest123: I predict my top podcast will be [what's good podcast @WGPodcastUK] #SpotifyWrapped"
## 
## [[8091]]
## [1] "olivvv03: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped I wanna be yours/ you belong with me"
## 
## [[8092]]
## [1] "agis_pipi: I predict my top artist will be Chase Atlantic or Taylor Swift  #SpotifyWrapped"
## 
## [[8093]]
## [1] "Stixbrwn: Pray,Believe &amp; Hard work\n#SpotifyWrapped #MondayMotivation #ImACeleb #FIFAWorldCupQatar2022 https://t.co/nH7DED2qTB"
## 
## [[8094]]
## [1] "boyfrompara: I predict my top artist will be Anitta … of course #SpotifyWrapped"
## 
## [[8095]]
## [1] "5th_HELIX: I predict my top artist will be Nero's Day at Disneyland. #SpotifyWrapped"
## 
## [[8096]]
## [1] "chris_opperman: I predict my most played song will be \"Sunshine On My Shoulders\" by John Denver because it's my 2 y/o Dale's favori… https://t.co/n1SqcSv8Ol"
## 
## [[8097]]
## [1] "Nugget_028: I predict my top genre will be Dance Pop #SpotifyWrapped"
## 
## [[8098]]
## [1] "pixieXuk: I predict my top artist will be @pledis_17 or @taylorswift13 #SpotifyWrapped"
## 
## [[8099]]
## [1] "starrymm426: I predict my top artist will be [Ludwig Goransson] #SpotifyWrapped"
## 
## [[8100]]
## [1] "hari_qwest123: I predict my top artist will be [Charlie Puth] #SpotifyWrapped"
## 
## [[8101]]
## [1] "PujaRoy20164250: Me waiting for wrapped 2022 pretending not to know anything I listened \n#spotifywrapped https://t.co/AQMvqK0tQg"
## 
## [[8102]]
## [1] "alissonsimp: I predict my top artist will be Arctic Monkeys #SpotifyWrapped"
## 
## [[8103]]
## [1] "Nugget_028: I predict my most played song will be How to Forgive #SpotifyWrapped"
## 
## [[8104]]
## [1] "SEVENS_HEAVEN_7: I predict my top podcast will be [Anime Out of Context] #SpotifyWrapped"
## 
## [[8105]]
## [1] "Itz_Salvatore: It's getting more and more interesting. #SpotifyWrapped"
## 
## [[8106]]
## [1] "cactusYoasisY: Since love grows within you, so beauty grows. For love is the beauty of the soul.\n#SpotifyWrapped #abstractart #art… https://t.co/eiL1Bztm97"
## 
## [[8107]]
## [1] "ts4ever_: I predict my top podcast will be [nothing] #SpotifyWrapped"
## 
## [[8108]]
## [1] "jellyswirlz: I predict my most played song will be hatefuck - the bravery💀💀 dumb ass name #SpotifyWrapped"
## 
## [[8109]]
## [1] "use_inviteam: Except you love to be the aladimeru Because I see no reason why one will have the opportunity of having a stress fr… https://t.co/gMO1EavRA0"
## 
## [[8110]]
## [1] "ts4ever_: I predict my top artist will be [@RVsmtown] #SpotifyWrapped"
## 
## [[8111]]
## [1] "luluspvx: i predict my top played song will be dying on the inside by nessa barrett #SpotifyWrapped"
## 
## [[8112]]
## [1] "starrymm426: I predict my most played song will be [#Pasoori ] #SpotifyWrapped"
## 
## [[8113]]
## [1] "UdhayaTech: This is very fantastically project   💝💝💝\n\n#SpotifyWrapped #RedVelvet #JHOPEatMAMA2022 #CyberMonday #PakistanCricket https://t.co/9iAi8XzfSs"
## 
## [[8114]]
## [1] "onlythemercy: I predict my top artist will be #LouisTomlinson\n\n#SpotifyWrapped"
## 
## [[8115]]
## [1] "IndianBrudda: I predict my top genre will be Lofi #SpotifyWrapped"
## 
## [[8116]]
## [1] "WTSethi: Ya. That went fast. \n#speed_dating \n#SpotifyWrapped \n#RedVelvet https://t.co/25ve4uA6vV"
## 
## [[8117]]
## [1] "SEVENS_HEAVEN_7: I predict my top artist will be [Ado] #SpotifyWrapped"
## 
## [[8118]]
## [1] "StickyBeeSyrup: I predict my most played song will be Ride - Doja Cat #SpotifyWrapped"
## 
## [[8119]]
## [1] "VinayakMohanSh1: How my #SpotifyWrapped is going to look like- https://t.co/ziLtNTTFKP"
## 
## [[8120]]
## [1] "ts4ever_: I predict my top genre will be [K-Pop] #SpotifyWrapped"
## 
## [[8121]]
## [1] "_giselaamponsah: I predict my most played song will be Rosemary(Victony) Drunk Guitar(NSG) or Woman (Omah Lay) #SpotifyWrapped"
## 
## [[8122]]
## [1] "ts4ever_: I predict my most played song will be [True Love - NuNew] #SpotifyWrapped"
## 
## [[8123]]
## [1] "ILoveShotaro25: They teasing #SpotifyWrapped so much, I'm starting to not care about it 😭"
## 
## [[8124]]
## [1] "justcalledtosay: Scared stiff of playing anymore @taylorswift13 in case it skews my #SpotifyWrapped"
## 
## [[8125]]
## [1] "eleo_ellis: I predict my most played song will be [CAMPOS ELISEOS - Airbag] #SpotifyWrapped"
## 
## [[8126]]
## [1] "KanekiYohance: If someone got RKelly in their #SpotifyWrapped they simply need they ass beat https://t.co/gXcE6oaryi"
## 
## [[8127]]
## [1] "PobertR: Can't wait for my #SpotifyWrapped even though I used Spotify for the months of May - September and that's it, the r… https://t.co/h5j8Id722m"
## 
## [[8128]]
## [1] "iamlemarwilson: Stopping Question #SpotifyWrapped #RedVelvet #CyberMondayAmazon #JHOPEatMAMA2022 #乌鲁木齐 #ميقا #ImACeleb… https://t.co/CMhEh3PWkD"
## 
## [[8129]]
## [1] "andromeda_sarah: I predict my most played song will be [Burning Bridges- Mike Curb Congregation] #SpotifyWrapped"
## 
## [[8130]]
## [1] "SEVENS_HEAVEN_7: I predict my top genre will be [Japanese Rock] #SpotifyWrapped"
## 
## [[8131]]
## [1] "lotfigrande: I predict my top artist will be [Ariana grande ] #SpotifyWrapped"
## 
## [[8132]]
## [1] "snowxflowerx: my wrapped is here omg so true 🫣 #SpotifyWrapped https://t.co/Aw8zUVfRDX"
## 
## [[8133]]
## [1] "umeenterprise: Stopping Question #SpotifyWrapped #RedVelvet #CyberMondayAmazon #JHOPEatMAMA2022 #乌鲁木齐 #ميقا #ImACeleb… https://t.co/fevPNsPxnV"
## 
## [[8134]]
## [1] "SteveHowellYeti: I predict my top podcast will be @AuntyDonnaBoys  #SpotifyWrapped"
## 
## [[8135]]
## [1] "SEVENS_HEAVEN_7: I predict my most played song will be [The Rumbling by SiM] #SpotifyWrapped"
## 
## [[8136]]
## [1] "domesticwinds: #SpotifyWrapped or i’ll go insane"
## 
## [[8137]]
## [1] "lotfigrande: I predict my top genre will be [dance pop] #SpotifyWrapped"
## 
## [[8138]]
## [1] "bblpillows: CYBER MONDAY IS HERE!  ORDER YOUR FAVORITE BBL/LIPOSUCTION  POST-OP SUPPLIES NOW!  🛍️15% OFF🛍️… https://t.co/fQMFDDnRx4"
## 
## [[8139]]
## [1] "hemorrhoid83: hemorrhoids or piles @hemorrhoids_piles_\n#SpotifyWrapped #RedVelvet #PakistanCricket #ImACeleb #JHOPEatMAMA2022… https://t.co/Y6lDR0tzaT"
## 
## [[8140]]
## [1] "AMP_3002: I predict my top artist will be [@ChloeBailey or @DojaCat or @Beyonce ] #SpotifyWrapped"
## 
## [[8141]]
## [1] "lotfigrande: I predict my most played song will be [positions ] #SpotifyWrapped"
## 
## [[8142]]
## [1] "BreannaCasey: I do not feel bad for Apple Music users on these, the days and eves before the magic of @Spotify wrapped is bestowe… https://t.co/Ir68WiztdW"
## 
## [[8143]]
## [1] "Nugget_028: I predict my top podcast will be Vad? Med Ijustwanttobecool #SpotifyWrapped"
## 
## [[8144]]
## [1] "folkcala: I predict my top podcast will be anything goes by emma chamberlain  #SpotifyWrapped"
## 
## [[8145]]
## [1] "andromeda_sarah: I predict my top artist will be [Lana Del Rey] #SpotifyWrapped"
## 
## [[8146]]
## [1] "fruitandwap: prediction that All Too Well (10 Minute Version) (Taylor's Version) (From The Vault) is my most played song of the year #spotifywrapped"
## 
## [[8147]]
## [1] "SongForgotten: I predict my top artist will be @olivianj #SpotifyWrapped \n\n(though I wouldn't put any money on that)"
## 
## [[8148]]
## [1] "zamieyoshi: Me knowing my #SpotifyWrapped is just DAY6 songs and all my other close friends knows it too."
## 
## [[8149]]
## [1] "folkcala: I predict my top artist will be taylor swift 🥺💗#SpotifyWrapped"
## 
## [[8150]]
## [1] "Nugget_028: I predict my top artist will be Magdalena Bay #SpotifyWrapped"
## 
## [[8151]]
## [1] "mscolonist: Girls with glasses😉😍 #lovelive #Trending #TweetOfTheDay #girls #SpotifyWrapped #RedVelvet #ImACeleb #CyberMonday https://t.co/jWWWcT8N8v"
## 
## [[8152]]
## [1] "gorillaprison: Is it still called #SpotifyWrapped this year or are they #SpotifyEdging now since they refuse to release it 😒"
## 
## [[8153]]
## [1] "sickboyfilm: I predict my top artist will be K3 😓#SpotifyWrapped"
## 
## [[8154]]
## [1] "dead_m0sby: Imagine dying, and then the first thing you see is a #spotifywrapped, but with your life instead of music"
## 
## [[8155]]
## [1] "ScaledAndTired: I predict my top artist will be TWENTY ONE PILOTS #SpotifyWrapped https://t.co/5ZUEejb2CU"
## 
## [[8156]]
## [1] "folkcala: I predict my top genre will be pop 💗 #SpotifyWrapped"
## 
## [[8157]]
## [1] "nella37316553: I predict my top artist will be [Taylor Swift] #SpotifyWrapped"
## 
## [[8158]]
## [1] "luluspvx: i predict my top artist will be @Lilpeep #SpotifyWrapped"
## 
## [[8159]]
## [1] "buddingtemplar: theres still time to stream snow halation before #SpotifyWrapped drops"
## 
## [[8160]]
## [1] "SwiftieMidnight: I predict my top genre will be pop #SpotifyWrapped"
## 
## [[8161]]
## [1] "folkcala: I predict my most played song will be difficult by gracie abrams&lt;3 #SpotifyWrapped"
## 
## [[8162]]
## [1] "nella37316553: I predict my top genre will be [Pop] #SpotifyWrapped"
## 
## [[8163]]
## [1] "sickboyfilm: I predict my most played song will be Waterval #SpotifyWrapped"
## 
## [[8164]]
## [1] "Featurlessfreek: What if I told you there is a mix somewhere of a duet with John Lennon and Tina Turner singing Come Together..🤔🤠… https://t.co/kiwUfqAhiC"
## 
## [[8165]]
## [1] "clairegraham13: as a preschool teacher, i am *anxiously* waiting for my #SpotifyWrapped to come out as if this isn’t going to be my… https://t.co/hy6teCFwP7"
## 
## [[8166]]
## [1] "gondzarmusic: What a great cover!!!\n\nCrosscut Saw - Albert King (Cover by Evan Nicole Bell) https://t.co/qbHoLrL140 via @YouTube… https://t.co/FEJy5V8cw6"
## 
## [[8167]]
## [1] "reinosopaula: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[8168]]
## [1] "nella37316553: I predict my most played song will be [Burning Love] #SpotifyWrapped"
## 
## [[8169]]
## [1] "SwiftieMidnight: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[8170]]
## [1] "milesphobic: me when i see twice as my number 1 on #SpotifyWrapped  https://t.co/nF1zPo1bBF"
## 
## [[8171]]
## [1] "reinosopaula: I predict my top genre will be Indie #SpotifyWrapped"
## 
## [[8172]]
## [1] "SwiftieMidnight: I predict my most played song will be All Too Well (10 Minute Version) (Taylor’s Version) (From The Vault) #SpotifyWrapped"
## 
## [[8173]]
## [1] "trippyjenna: Give me my muthafuckin #SpotifyWrapped nowww‼️"
## 
## [[8174]]
## [1] "rsvnze: I predict my top podcast will be [distractible] #SpotifyWrapped"
## 
## [[8175]]
## [1] "moonmoo_lite: I predict my top artist will be Mamamoo\n #SpotifyWrapped\n\nhttps://t.co/uVA3V0MELI"
## 
## [[8176]]
## [1] "turninginkpots: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped"
## 
## [[8177]]
## [1] "psyencecity: I predict my top artist will be:\n#SpotifyWrapped https://t.co/tdzpDuv6gf"
## 
## [[8178]]
## [1] "rsvnze: I predict my top artist will be [favorite] #SpotifyWrapped"
## 
## [[8179]]
## [1] "V17BEZ: I predict my top artist will be [skrillex] #SpotifyWrapped"
## 
## [[8180]]
## [1] "rsvnze: I predict my top genre will be [kpop] #SpotifyWrapped"
## 
## [[8181]]
## [1] "rsvnze: I predict my most played song will be [alkoholproblem] #SpotifyWrapped"
## 
## [[8182]]
## [1] "RBXEventHunters: Spotify Island's Upcoming Free Item on #Roblox! The 'WonderWrapped Cloak'. This item and update will release soon w… https://t.co/pirTeqEaNK"
## 
## [[8183]]
## [1] "yeonjunsoftie: txt my plot twist for 2022 #SpotifyWrapped"
## 
## [[8184]]
## [1] "mirrzrbaIl: I predict my most played song will be all too well (taylor's version) 10 minuts version #SpotifyWrapped"
## 
## [[8185]]
## [1] "relientkenny: i’ve literally been preparing my Spotify all year for this and i hope my calculations are correct #SpotifyWrapped https://t.co/o9Zr3iNdnY"
## 
## [[8186]]
## [1] "vnunnallyy: I predict my top artist will be @Lilpeep #SpotifyWrapped"
## 
## [[8187]]
## [1] "ConorShadowYT: I predict my top artist will be DAGames or Iris Official  #SpotifyWrapped"
## 
## [[8188]]
## [1] "BIGNAZ32: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[8189]]
## [1] "martincinssss: I predict my top artist will be [@DukiSSJ ] #SpotifyWrapped"
## 
## [[8190]]
## [1] "klavuuusem: I predict my top artist will be queen @taylorswift13 👑 #SpotifyWrapped"
## 
## [[8191]]
## [1] "AirbudsApp: waiting for my #SpotifyWrapped like I don’t already check my top track every single week on Airbuds https://t.co/09fdZT76Q1"
## 
## [[8192]]
## [1] "antcaruso_: I predict my top artist will be @JColeNC #SpotifyWrapped"
## 
## [[8193]]
## [1] "Madifilipswife: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped \n\ntaylor swift \nor \nnessa barrett"
## 
## [[8194]]
## [1] "StegoGamez: I predict my top artist will be @ChewieCatt because I absolutely love his music and I've been listening to him all year. #SpotifyWrapped"
## 
## [[8195]]
## [1] "antcaruso_: I predict my most played song will be https://t.co/4Kk2ULo3PB #SpotifyWrapped"
## 
## [[8196]]
## [1] "corongavirose: I predict my most played song will be right where you left me #SpotifyWrapped"
## 
## [[8197]]
## [1] "FidgetOrbs: CYBER MONDAY SALE. Today only at https://t.co/IovMKwLSGl check out our store. #sale #holiday #ball #ballislife… https://t.co/Uzo7QAmMDg"
## 
## [[8198]]
## [1] "DanielLaRiva9: I predict my most played song will be Bad Habit #SpotifyWrapped"
## 
## [[8199]]
## [1] "sana_fanatic: I predict my most played song will be 1, 3, 2 (JEONGYEON, MINA, TZUYU) #SpotifyWrapped"
## 
## [[8200]]
## [1] "givensmalachi28: I predict my top artist will be [Natewantstobattle] #SpotifyWrapped"
## 
## [[8201]]
## [1] "imrraaj: Last 6 months summarised \n#SpotifyWrapped https://t.co/GLUW3mvqV1"
## 
## [[8202]]
## [1] "HintsWIDM: I predict my top podcast will be BANTER because that's the only podcast I ever listened to, lol #SpotifyWrapped"
## 
## [[8203]]
## [1] "embered_1: I predict my top genre will be Metal #SpotifyWrapped"
## 
## [[8204]]
## [1] "givensmalachi28: I predict my top genre will be [Metalcore] #SpotifyWrapped"
## 
## [[8205]]
## [1] "HintsWIDM: I predict my top artist will be Kordhell, can't be different #SpotifyWrapped"
## 
## [[8206]]
## [1] "alliumroyalty: I predict my top artist will be Bad Bunny #SpotifyWrapped https://t.co/zYcM1SqC1S"
## 
## [[8207]]
## [1] "givensmalachi28: I predict my most played song will be [To My Grave by Natewantstobattle] #SpotifyWrapped"
## 
## [[8208]]
## [1] "JordanMel23: I predict my top artist will be NICKELBACK #SpotifyWrapped"
## 
## [[8209]]
## [1] "Cuh_trina: I predict my top podcast will be @BrohioPodcast  #SpotifyWrapped"
## 
## [[8210]]
## [1] "phoebebrdgrsbf: I predict my most played song will be walkin by Denzel curry or the gold by pheobe bridgers  #SpotifyWrapped"
## 
## [[8211]]
## [1] "MonteBaccFr: I predict my top artist will be [fill in top artist prediction]#SpotifyWrapped\n\n@Spotify stop playing with me this… https://t.co/tUjYf7GeNe"
## 
## [[8212]]
## [1] "HintsWIDM: I predict my top genre will be phonk LOL #SpotifyWrapped"
## 
## [[8213]]
## [1] "francis4eva_: I predict my top artist will be mitski, for the 5th year in a row #SpotifyWrapped"
## 
## [[8214]]
## [1] "tasharose06: I’m predicting my #SpotifyWrapped will consist of @taylorswift13 @bleachersmusic and @charlieputh and I’m betting A… https://t.co/cLakBwKrE1"
## 
## [[8215]]
## [1] "stylesotts: who wants to come ? #SpotifyWrapped https://t.co/WmLgX2ojen"
## 
## [[8216]]
## [1] "young8k: if my top song isn't fairy of shampoo im fake #spotifywrapped"
## 
## [[8217]]
## [1] "KobiElijah: I predict my most played song will be metamorphosis. [fill in top song prediction] #SpotifyWrapped"
## 
## [[8218]]
## [1] "GillyAnnandale: Excited for #SpotifyWrapped again, won't be a repeat of this 2019 disaster 👎 https://t.co/BNdOe0dnwf"
## 
## [[8219]]
## [1] "nonstopgliding: I predict my top artist will be Sus #SpotifyWrapped"
## 
## [[8220]]
## [1] "KobiElijah: I predict my top artist will be phonk. [fill in top artist prediction] #SpotifyWrapped"
## 
## [[8221]]
## [1] "nonstopgliding: I predict my top genre will be drill #SpotifyWrapped"
## 
## [[8222]]
## [1] "andrw_1908: GIVE ME MY #SpotifyWrapped please i been waiting my whole birthday month for this 😭😭😭 https://t.co/JeL1s3Oyqj"
## 
## [[8223]]
## [1] "elthatswiftie: I predict my top artist will be Taylor Swift cause duh tf #SpotifyWrapped"
## 
## [[8224]]
## [1] "wickedren: I predict my most played song will be Haunted by Laura Les #SpotifyWrapped"
## 
## [[8225]]
## [1] "nonstopgliding: I predict my most played song will be Frostbite #SpotifyWrapped"
## 
## [[8226]]
## [1] "ThaTomias: I predict my top artist will be [ MGK ] #SpotifyWrapped"
## 
## [[8227]]
## [1] "KrisEmbers: I've been listening to those automated \"daily playlists\" on Spotify, and since those change who's on them every day… https://t.co/3WPUz5A1Zv"
## 
## [[8228]]
## [1] "jasmine181201: I predict my top artist will be @billieeilish for the fourth year in a row 🤍 #SpotifyWrapped"
## 
## [[8229]]
## [1] "obioran51: Who else has a masters degree in Using Nude pictures as Wallpaper #要要搞定個要 #RedVelvet #JHOPEatMAMA2022 #ImACeleb… https://t.co/N7XgG6LwxN"
## 
## [[8230]]
## [1] "MonteBaccFr: I predict my most played song will be What You Need (for the second year in a row)🙏🏽🙏🏽 #SpotifyWrapped"
## 
## [[8231]]
## [1] "noaintereses: I predict my top artist will be [@_samanthagg] #SpotifyWrapped"
## 
## [[8232]]
## [1] "dnate96018318: I predict my top podcast will be WHATS A PODCAST #SpotifyWrapped"
## 
## [[8233]]
## [1] "dcsportsguy14: Bruv we need our yearly recap #SpotifyWrapped https://t.co/8RHUpd7nVS"
## 
## [[8234]]
## [1] "redheadalyssa: I predict my most played song will be august by @taylorswift13 #SpotifyWrapped"
## 
## [[8235]]
## [1] "LakerFan4ever87: #SpotifyWrapped I predicate will be my top podcast: @LockedOnLakers"
## 
## [[8236]]
## [1] "Pimpfordays: I predict my top podcast will be Learn Deutsch mit Harry #SpotifyWrapped"
## 
## [[8237]]
## [1] "ThaTomias: I predict my most played song will be [idk bro that's a tough one tbh lol ] #SpotifyWrapped"
## 
## [[8238]]
## [1] "http_maricielo: I predict my most played song will be Better Man (Taylor’s Version) (From the vault) Y SI NO ES QUE CHINGUE A SU MADRE #SpotifyWrapped"
## 
## [[8239]]
## [1] "patzistar: Dont @ me, aber wann #spotifywrapped 2022?"
## 
## [[8240]]
## [1] "wickedren: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[8241]]
## [1] "dnate96018318: I predict my top artist will be BLADEE #SpotifyWrapped"
## 
## [[8242]]
## [1] "popstop891: *sees Spotify Wrapped trending*\n\n👀,🏃‍♂️,📲 #SpotifyWrapped"
## 
## [[8243]]
## [1] "dnate96018318: I predict my top genre will be WHATEVER GENRE BLADEE IS #SpotifyWrapped"
## 
## [[8244]]
## [1] "UnexaminedLife9: I predict my most played song will be master of puppets #SpotifyWrapped"
## 
## [[8245]]
## [1] "ThaTomias: I predict my top genre will be [mostly likely hiphop ] #SpotifyWrapped"
## 
## [[8246]]
## [1] "Thonytweets: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped\n\nLol"
## 
## [[8247]]
## [1] "Spriha_: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[8248]]
## [1] "yungwatercycle: I predict my top artist will be [Drake] #SpotifyWrapped"
## 
## [[8249]]
## [1] "UnexaminedLife9: I predict my top genre will be rock #SpotifyWrapped"
## 
## [[8250]]
## [1] "dnate96018318: I predict my most played song will be BLISS BY YUNG LEAN #SpotifyWrapped"
## 
## [[8251]]
## [1] "freddyfaznutzzz: I predict my top podcast will be a podcast who tf listens to the shitty podcast on Spotify 🥺🥺🥺🥺🥺🥺🥺🥺🥺🥺🥺🥺🥺🥺🥺💀🥺🥺🥺🥺🥺💔💔🥺🥺🥺#SpotifyWrapped"
## 
## [[8252]]
## [1] "yungwatercycle: I predict my top podcast will be [MalikTalking] #SpotifyWrapped"
## 
## [[8253]]
## [1] "Demomute: I predict my most played song will be [Sleepwalking By Chain Gang Of 1974] 100% that or Baby Blue #SpotifyWrapped"
## 
## [[8254]]
## [1] "LeonFit24: Go @Chiefs boys had a blast #SpotifyWrapped https://t.co/ErQrRwhmPg"
## 
## [[8255]]
## [1] "telma_oliveira_: I predict my most played song will be Out Of My System #SpotifyWrapped"
## 
## [[8256]]
## [1] "diaanavb: I predict my top genre will be popsito #SpotifyWrapped"
## 
## [[8257]]
## [1] "beccaspxcee: I predict my most played song will be love dive by Ive #SpotifyWrapped"
## 
## [[8258]]
## [1] "aloosesona: @bole_bharat @RajThackeray MNS not getting single MLA seat only bol Bachan. No need to reply his tweet is not impor… https://t.co/iapB2GuISK"
## 
## [[8259]]
## [1] "lomajii: I predict my top artist will be @keshimusic #SpotifyWrapped"
## 
## [[8260]]
## [1] "maaaccccccccccc: I predict my top artist will be @sanbenito #SpotifyWrapped"
## 
## [[8261]]
## [1] "sabilastellaa: me knowing my entire #SpotifyWrapped is gonna be afrobeats, afrobeats and more afrobeats"
## 
## [[8262]]
## [1] "usedtoglden: I predict my top artist will be Taylor Swift  #SpotifyWrapped"
## 
## [[8263]]
## [1] "bbhlmeat: #spotifywrapped i’m not scared for my wrapped but ngl if i’m not like top 1% i might air out the room"
## 
## [[8264]]
## [1] "freddyfaznutzzz: I predict my top artist will be its mother mother isn’t it 💀 #SpotifyWrapped"
## 
## [[8265]]
## [1] "__yupthatsm: I predict my most played song will be All Too Well (10 minute version) #SpotifyWrapped"
## 
## [[8266]]
## [1] "hannahhplayzz: I predict my most played song will be Moonlight - Chase Atlantic #SpotifyWrapped"
## 
## [[8267]]
## [1] "Addo_Man: I predict my top podcast will be @WordsFromBlerds #SpotifyWrapped"
## 
## [[8268]]
## [1] "facetheomens: I predict my top artist will be 5 seconds of summer #SpotifyWrapped"
## 
## [[8269]]
## [1] "telma_oliveira_: I predict my top artist will be Harry Styles #SpotifyWrapped"
## 
## [[8270]]
## [1] "SneakASip: I have the chills 🤒 but If I could get my Spotify wrap that would help #SpotifyWrapped"
## 
## [[8271]]
## [1] "_Lyricxl_: I predict my top genre will be pop because it has always been that for YEARS. In fact, it has been pop, kpop, manda… https://t.co/Fmz0q3B7Im"
## 
## [[8272]]
## [1] "MEANANDSHESMINE: I predict my most played song will be i bet on losing dogs !! #SpotifyWrapped"
## 
## [[8273]]
## [1] "facetheomens: I predict my top genre will be Pop #SpotifyWrapped"
## 
## [[8274]]
## [1] "freddyfaznutzzz: I predict my top genre will be alt if that’s even a fucking genre #SpotifyWrapped"
## 
## [[8275]]
## [1] "JOJICHWES: I predict my top podcast will be @sleepdeprived #SpotifyWrapped"
## 
## [[8276]]
## [1] "PloopBerries: I predict my top artist will be [50landing] #SpotifyWrapped"
## 
## [[8277]]
## [1] "ScottMitchellFM: I predict my top song will be [daily heardle answer] #SpotifyWrapped"
## 
## [[8278]]
## [1] "lilactrails: i geniunely am so not excited to see my #SpotifyWrapped this year its gonna be so bad im like embarassed😭😭"
## 
## [[8279]]
## [1] "BenjMCFC_hth29: I predict my most played song will be Waves - Pre-Nazi Kanye West #SpotifyWrapped"
## 
## [[8280]]
## [1] "freddyfaznutzzz: I predict my most played song will be idk some mother mother song lol I hope #SpotifyWrapped"
## 
## [[8281]]
## [1] "L0NGWAYD0WN: I predict my top podcast will be  @CrimeJunkiePod #SpotifyWrapped"
## 
## [[8282]]
## [1] "carpiodm: my top artist better be either taylor swift or pheobe bridgers spotify don’t test me. #SpotifyWrapped"
## 
## [[8283]]
## [1] "PloopBerries: I predict my top genre will be [hyperpop] #SpotifyWrapped"
## 
## [[8284]]
## [1] "UcheAgina_: It's a simple action that gives us momentum towards starting our day. \n\nLess thinking. More doing✅\n\n#RedVelvet… https://t.co/gOCQtrMHws"
## 
## [[8285]]
## [1] "zezewastaken_: I predict my top artist will be wilbur soot #SpotifyWrapped"
## 
## [[8286]]
## [1] "dcsportsguy14: I predict my top podcast will be [The Joe Rogan Experience] #SpotifyWrapped"
## 
## [[8287]]
## [1] "_TROOF_: Since @Tesla doesn’t offer #Spotify user account switching and @Spotify won’t allow you to edit your listening hist… https://t.co/gxy59hLb8S"
## 
## [[8288]]
## [1] "L0NGWAYD0WN: I predict my top artist will be taylor swift #SpotifyWrapped"
## 
## [[8289]]
## [1] "PloopBerries: I predict my most played song will be [still 50landing] #SpotifyWrapped"
## 
## [[8290]]
## [1] "RachelDinning: Who needs a therapist when #SpotifyWrapped is on its way to explain your mental state for the past 12 months"
## 
## [[8291]]
## [1] "wistyduly: I predict my top artist will be Mitski #SpotifyWrapped"
## 
## [[8292]]
## [1] "L0NGWAYD0WN: I predict my top genre will be pop #SpotifyWrapped"
## 
## [[8293]]
## [1] "dcsportsguy14: I predict my top artist will be [Drake] #SpotifyWrapped"
## 
## [[8294]]
## [1] "ArijitianNiro: Coz he's gonna top the list 🔥 #ArijitSingh #SpotifyWrapped https://t.co/KFp96KODwF"
## 
## [[8295]]
## [1] "L0NGWAYD0WN: I predict my most played song will be summer girl #SpotifyWrapped"
## 
## [[8296]]
## [1] "zezewastaken_: I predict my top genre will be pop \n#SpotifyWrapped"
## 
## [[8297]]
## [1] "dcsportsguy14: I predict my top genre will be [Alternative rap] #SpotifyWrapped"
## 
## [[8298]]
## [1] "bigcatagenda: I predict my most played song will be Don Quioxte - Seventeen #SpotifyWrapped"
## 
## [[8299]]
## [1] "lucyharbron: I’m still adamant that #spotifywrapped can’t access data about playlists and only seems to go off artists/albums yo… https://t.co/PyDGu6XgcF"
## 
## [[8300]]
## [1] "wistyduly: I predict my top genre will be Pop, rock, or vocaloid (if that’s a genre) #SpotifyWrapped"
## 
## [[8301]]
## [1] "zezewastaken_: I predict my most played song will be something from wilbur soot \n#SpotifyWrapped"
## 
## [[8302]]
## [1] "idyllicsoullll: I predict my most played song will be Yet to come or Run BTS #SpotifyWrapped"
## 
## [[8303]]
## [1] "dcsportsguy14: I predict my most played song will be [Don’t You Worry Child] #SpotifyWrapped"
## 
## [[8304]]
## [1] "ErikOsipenko: I predict my top artist will be [arctic monkeys or low roar] #SpotifyWrapped"
## 
## [[8305]]
## [1] "somahria: I predict my most played song will be She used to be mine\n\nou\n\nWhat do you know about love  #SpotifyWrapped"
## 
## [[8306]]
## [1] "djwinterman: Jyst like last year our #SpotifyWrapped  is dismal, IRGAF anymore personally... And frankly, it's always been SUS A… https://t.co/x0rSI49gnn"
## 
## [[8307]]
## [1] "4evergrimm99: I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped definitely teachers off duty, but… https://t.co/lOlwI8dtsN"
## 
## [[8308]]
## [1] "rosiesarelovely: I predict my top artist will be BLACKPINK #SpotifyWrapped"
## 
## [[8309]]
## [1] "ErikOsipenko: I predict my top genre will be [indie, rock] #SpotifyWrapped"
## 
## [[8310]]
## [1] "ESJanrrol: I predict my most played song will be [Ride - Lana del Rey] #SpotifyWrapped"
## 
## [[8311]]
## [1] "moonmoo_lite: I predict my most played song will be \n#SpotifyWrapped\nhttps://t.co/ibpXIJZ9x5"
## 
## [[8312]]
## [1] "axsthxtic_: I predict my most played song will be [MARCH! by @xanakinskywok ] #SpotifyWrapped \nI predict my top genre will be [… https://t.co/ObWJlqlcvO"
## 
## [[8313]]
## [1] "wistyduly: I predict my most played song will be SIU #SpotifyWrapped"
## 
## [[8314]]
## [1] "rosiesarelovely: I predict my top genre will be K-POP #SpotifyWrapped"
## 
## [[8315]]
## [1] "BoffeeMan: I predict my top genre will be modern rock #SpotifyWrapped"
## 
## [[8316]]
## [1] "elithemself: Why did americans make 80s-90s band \"incelcore\" 😭\n\nI just get called having the music tastes of a 30-year-old here.\n\n#SpotifyWrapped"
## 
## [[8317]]
## [1] "ErikOsipenko: I predict my most played song will be [Give up by low roar] #SpotifyWrapped"
## 
## [[8318]]
## [1] "WhyItsMeh: I predict my most played song will be [Forever, PT.2 by Bktherula ] #SpotifyWrapped"
## 
## [[8319]]
## [1] "Italydilfrry: I predict my top artist will be [lana del rey or taylor swift] #SpotifyWrapped"
## 
## [[8320]]
## [1] "rosiesarelovely: I predict my most played song will be Shut Down or Pink Venom by BLACKPINK #SpotifyWrapped"
## 
## [[8321]]
## [1] "BoffeeMan: I predict my top artist will be Twenty One Pilots #SpotifyWrapped"
## 
## [[8322]]
## [1] "winterstaee: I predict my most played song will be ON #SpotifyWrapped"
## 
## [[8323]]
## [1] "Italydilfrry: I predict my top podcast will be BANTER #SpotifyWrapped"
## 
## [[8324]]
## [1] "sorrow_misfit: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped\nMac demarco"
## 
## [[8325]]
## [1] "BoffeeMan: I predict my most played song will be air catcher #SpotifyWrapped"
## 
## [[8326]]
## [1] "astrorodd: tbh I bumped honestly, nevermind like a freak asi que fijo drake se lleva mi top artist este año\n#SpotifyWrapped"
## 
## [[8327]]
## [1] "crxelsumm3r: I predict my top artist will be @taylorswift13 #SpotifyWrapped"
## 
## [[8328]]
## [1] "sorrow_misfit: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped\nAny Mac Demarco song"
## 
## [[8329]]
## [1] "logankpayne: I predict my most played song will be \"you're on your own, kid\" #SpotifyWrapped"
## 
## [[8330]]
## [1] "4evergrimm99: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped misterwives? Maybe? Honestly I real… https://t.co/0nJsxsJBBQ"
## 
## [[8331]]
## [1] "NAONIDK7: I predict my top artist will be [iKON &amp; B.I] #SpotifyWrapped https://t.co/IzVvDBaqX9"
## 
## [[8332]]
## [1] "sunmustset2rise: I predict my most played song will be Science and Faith by The Script #SpotifyWrapped"
## 
## [[8333]]
## [1] "psyencecity: I predict my top genre will be: \n…post punk?? maaaaaybe j rock… visual kei maybe \n#SpotifyWrapped"
## 
## [[8334]]
## [1] "mxlti_stan: I predict my top artist will be @nessabarrett #SpotifyWrapped"
## 
## [[8335]]
## [1] "chillspot: #SpotifyWrapped has officially begun teasing its 2022 rollout ⚡️\n\nAre you excited? 😆 https://t.co/xSQzjj7nil"
## 
## [[8336]]
## [1] "Jamaelaa_: #SpotifyWrapped trending and y’all had me excited like it was finally time 🥲"
## 
## [[8337]]
## [1] "MichaelConnor27: Last year #SpotifyWrapped https://t.co/TKD6kaj0hM"
## 
## [[8338]]
## [1] "EricaC318: I predict my top genre will be pop #SpotifyWrapped"
## 
## [[8339]]
## [1] "4evergrimm99: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped stick season 😭"
## 
## [[8340]]
## [1] "DaniloBertozzo: I predict my top podcast will be Lampcast Podcast by @LampadaNerd #SpotifyWrapped"
## 
## [[8341]]
## [1] "psyencecity: I predict my most played song will be:\nprobably dress or iiid empire 🤔 mayb dog with sharper teeth \n#SpotifyWrapped"
## 
## [[8342]]
## [1] "DaniloBertozzo: I predict my top artist will be Elvis Presley #SpotifyWrapped"
## 
## [[8343]]
## [1] "naevis7thsense: When is it coming out #SpotifyWrapped https://t.co/IybSJk2YUd"
## 
## [[8344]]
## [1] "Italydilfrry: I predict my most played song will be i literally no idea mhm stargirl interlude? #SpotifyWrapped"
## 
## [[8345]]
## [1] "DaniloBertozzo: I predict my top genre will be Rock! #SpotifyWrapped"
## 
## [[8346]]
## [1] "DaniloBertozzo: I predict my most played song will be Body Paint by Arctic Monkeys #SpotifyWrapped"
## 
## [[8347]]
## [1] "issaccwhat: I predict my most played song will be B.O.Y.S.N.E.X.T.D.O.O.R #SpotifyWrapped"
## 
## [[8348]]
## [1] "mcconavghey: I predict my most played song will be Candy by @robbiewilliams #SpotifyWrapped"
## 
## [[8349]]
## [1] "candelaislost: I predict my top genre will be Indie/Alternative #SpotifyWrapped"
## 
## [[8350]]
## [1] "jaypeetdc: Lol all these people getting angry Spotify wrapped isn't out yet I've had mine for a long time #SpotifyWrapped https://t.co/CoXfF0ebI9"
## 
## [[8351]]
## [1] "ppeachoutt: I wonder how they’re gonna piss off the graphic designer in me this year #SpotifyWrapped https://t.co/1MllIaZr7a"
## 
## [[8352]]
## [1] "POPSUGARUK: You've probably seen Instafest all over your timeline and yes, it's as cringe as #SpotifyWrapped. Here's how to cre… https://t.co/WfQczewEur"
## 
## [[8353]]
## [1] "hispanic_cowboy: Can't wait to see Eight by IU as my number 1 song for my #SpotifyWrapped"
## 
## [[8354]]
## [1] "moondeukiie: @Spotify I predict my most played song will be [PINK VENOM] #SpotifyWrapped"
## 
## [[8355]]
## [1] "ZXZapd0s: I predict my top artist will be [Phoneboy] #SpotifyWrapped"
## 
## [[8356]]
## [1] "noodlesmooshes: I predict my most played song will be Time Lapse by NCT 127 #SpotifyWrapped"
## 
## [[8357]]
## [1] "1DSJ8772: I predict my most played song will be As It Was #SpotifyWrapped"
## 
## [[8358]]
## [1] "ZXZapd0s: I predict my top genre will be [Indie Rock] #SpotifyWrapped"
## 
## [[8359]]
## [1] "kingofmyheart25: I predict my top artist will be [the artist of the decade] #SpotifyWrapped"
## 
## [[8360]]
## [1] "mumciur: #spotifywrapped predictions (trying really hard to not go check on my last fm): probably kanye still as the top art… https://t.co/ycHDx3sAve"
## 
## [[8361]]
## [1] "sudip928: I predict my top genre will be [hiphop] #SpotifyWrapped"
## 
## [[8362]]
## [1] "ZXZapd0s: I predict my most played song will be [Roses] #SpotifyWrapped"
## 
## [[8363]]
## [1] "arianasbinnie: I predict my top artist will be Straykids #SpotifyWrapped"
## 
## [[8364]]
## [1] "SupSoob: Let me see my shit already @Spotify  #SpotifyWrapped"
## 
## [[8365]]
## [1] "indernottinder: I think this song could be my top song ❤️ #SpotifyWrapped\nhttps://t.co/aq9OVBLE0d"
## 
## [[8366]]
## [1] "kingofmyheart25: I predict my most played song will be [august] #SpotifyWrapped"
## 
## [[8367]]
## [1] "ItsArpitaSarkar: Be it #Walls Or #FaithInTheFuture my top artist will be always @Louis_Tomlinson for #SpotifyWrapped 🙌🏻❤ https://t.co/J8C9VlGjKs"
## 
## [[8368]]
## [1] "crxelsumm3r: I predict my most played song will be right where you left me by Taylor 👑#SpotifyWrapped"
## 
## [[8369]]
## [1] "arianasbinnie: I predict my most played song will be Heyday by 3RACHA (straykids) #SpotifyWrapped"
## 
## [[8370]]
## [1] "yungwatercycle: I predict my most played song will be [Liability x Drake ] #SpotifyWrapped"
## 
## [[8371]]
## [1] "ltheadline28: I predict my top artist will be #LouisTomlinson with #FaithInTheFuture \n\n#SpotifyWrapped"
## 
## [[8372]]
## [1] "Nathanael___i: I predict my most played song will be [Love is Hillsong United] #SpotifyWrapped"
## 
## [[8373]]
## [1] "Lovatics820: I predict my most played song will be Substance by Demi Lovato\n#SpotifyWrapped"
## 
## [[8374]]
## [1] "cmspiderman00: I predict my top artist will be [ariana grande ] #SpotifyWrapped"
## 
## [[8375]]
## [1] "Z0mbie8157: I predict my top artist will be [Porter Robinson] #SpotifyWrapped"
## 
## [[8376]]
## [1] "squee_machine: Ok so the #SpotifyWrapped predictions are tricky for me bc my whole life this year was equal parts Harry Styles onl… https://t.co/XRh4DCFi1o"
## 
## [[8377]]
## [1] "vinaverdemusic: Just trying Instafest. app.\nSo it's like #SpotifyWrapped but they make it looks like a music fest ad? I like to see… https://t.co/A0WT0mbVuQ"
## 
## [[8378]]
## [1] "Z0mbie8157: I predict my top genre will be [Sad/lofi/Edm] #SpotifyWrapped"
## 
## [[8379]]
## [1] "cmspiderman00: I predict my top genre will be [pop] #SpotifyWrapped"
## 
## [[8380]]
## [1] "7_kookie1997: I predict my most played song will be [\n\nleft and Right] #SpotifyWrapped"
## 
## [[8381]]
## [1] "cmspiderman00: I predict my most played song will be [leave me lonley] #SpotifyWrapped"
## 
## [[8382]]
## [1] "kittirry989: #SpotifyWrapped omg its coming this week"
## 
## [[8383]]
## [1] "OlicityIsMyLife: I predict my top artist will be Taylor Swift #SpotifyWrapped duh"
## 
## [[8384]]
## [1] "Z0mbie8157: I predict my most played song will be [Trying to feel alive (Porter Robinson)] #SpotifyWrapped"
## 
## [[8385]]
## [1] "SleinNoir: I predict my most played song will be Nobuo Uematsu - One Winged Angel #SpotifyWrapped"
## 
## [[8386]]
## [1] "daleycolfin: I predict my top artist will be #LouisTomlinson with #FaithInTheFuture \n\n#SpotifyWrapped"
## 
## [[8387]]
## [1] "swiftiegnf: I predict my top podcast will be banter!!!!! #SpotifyWrapped"
## 
## [[8388]]
## [1] "Sumire_Shea: oooooooh the official tag is out, looking forward to getting my #spotifywrapped later on this week!"
## 
## [[8389]]
## [1] "Picklejar987: I predict my top artist will be @boywithukes #SpotifyWrapped"
## 
## [[8390]]
## [1] "w1ntertea: I predict my top artist will be @oO0Eve0Oo  #SpotifyWrapped"
## 
## [[8391]]
## [1] "lmgiriv: My favorite holiday is on the way #SpotifyWrapped"
## 
## [[8392]]
## [1] "swiftiegnf: I predict my top artist will be taylor 10000% #SpotifyWrapped"
## 
## [[8393]]
## [1] "swiftiegnf: I predict my top genre will be if they didn’t take dream smp out it’ll be that #SpotifyWrapped"
## 
## [[8394]]
## [1] "arunextdoor: I predict my top genre will be Electronic? specifically Trance  #SpotifyWrapped"
## 
## [[8395]]
## [1] "conchazzz: I predict my top artist will be [Taylor Swift] #SpotifyWrapped"
## 
## [[8396]]
## [1] "KevinFroleiks: I know everyone is excited for #SpotifyWrapped but the truly enlightened know that music fans go to #BandCamp. \n\nAn… https://t.co/9ZTIaS8sGr"
## 
## [[8397]]
## [1] "ana_laura0691: I predict my most played song will be  Yonaguni - Bad Bunny #SpotifyWrapped"
## 
## [[8398]]
## [1] "jlcs193: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[8399]]
## [1] "kaybocaya: I predict my top podcast will be @creepsilog. sure na yan. #SpotifyWrapped"
## 
## [[8400]]
## [1] "th0mqs_: I predict my top podcast will be anything goes by queen emma #SpotifyWrapped"
## 
## [[8401]]
## [1] "swiftiegnf: I predict my most played song will be either change my clothes or daylight #SpotifyWrapped"
## 
## [[8402]]
## [1] "_ecii__: I predict my most played song will be A.M. #SpotifyWrapped"
## 
## [[8403]]
## [1] "mandaIorr: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[8404]]
## [1] "jlcs193: I predict my top genre will be Pop #SpotifyWrapped"
## 
## [[8405]]
## [1] "arunextdoor: I predict my most played song will be Sweat - SOPHIE remix #SpotifyWrapped"
## 
## [[8406]]
## [1] "TheCiarKat: NGL I’m scared to see my  #SpotifyWrapped"
## 
## [[8407]]
## [1] "th0mqs_: I predict my top artist will be sza fs 🙏🙏🙏 #SpotifyWrapped"
## 
## [[8408]]
## [1] "jlcs193: I predict my most played song will be Lights Off - ESC Version #SpotifyWrapped"
## 
## [[8409]]
## [1] "DizDougle: I predict my most played song will be lightning Charli XCX #SpotifyWrapped"
## 
## [[8410]]
## [1] "the_gary999: I predict my most played song will be SPACE MAN by Sam Ryder #SpotifyWrapped"
## 
## [[8411]]
## [1] "kaybocaya: I predict my most played song will be Silk Chiffon YAHAHAHAHHAHAHAHAAHAHAHA #SpotifyWrapped"
## 
## [[8412]]
## [1] "th0mqs_: I predict my top genre will be pop music ig #SpotifyWrapped"
## 
## [[8413]]
## [1] "NvsSarath: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[8414]]
## [1] "_ecii__: I predict my top genre will be pop #SpotifyWrapped"
## 
## [[8415]]
## [1] "thefutureisbvb: I predict my top artist will be Black Veil Brides #SpotifyWrapped"
## 
## [[8416]]
## [1] "Somasom44575703: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[8417]]
## [1] "th0mqs_: I predict my most played song will be Shirt by SZA (aka queen)  #SpotifyWrapped"
## 
## [[8418]]
## [1] "KrisRoyle91: I predict my top artist will be @theweeknd #SpotifyWrapped"
## 
## [[8419]]
## [1] "_ecii__: I predict my top artist will be One Direction #SpotifyWrapped"
## 
## [[8420]]
## [1] "graaaynovembeer: I predict my top genre will be [taylor-pop obviously] #SpotifyWrapped"
## 
## [[8421]]
## [1] "NT5431: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[8422]]
## [1] "gamaboaba: I predict my most played song will be Tzanca Uraganu Mami ti am promis live #SpotifyWrapped"
## 
## [[8423]]
## [1] "afvulax: I predict my top artist will be Taylor Swift  #SpotifyWrapped"
## 
## [[8424]]
## [1] "dvestgolf: @jappleby Used to love it until by 5yo took over my #spotifywrapped now i get bluey, makeup stories and instrumental lullabies. Dad life."
## 
## [[8425]]
## [1] "isthereashley: me when my top artist on #spotifywrapped is Taylor Swift https://t.co/55Jw2sqRk6"
## 
## [[8426]]
## [1] "JiminieIsMyKing: I predict my top artist will be [BTS] #SpotifyWrapped"
## 
## [[8427]]
## [1] "matildajendbdjs: I predict my top artist will be lana del rey #SpotifyWrapped"
## 
## [[8428]]
## [1] "Backflip25: I predict my top artist will be @lilamccann, like every year since i got Spotify! #SpotifyWrapped"
## 
## [[8429]]
## [1] "afvulax: I predict my top genre will be Pop (either Dance, Synth or K-pop) #SpotifyWrapped"
## 
## [[8430]]
## [1] "JiminieIsMyKing: I predict my top genre will be [Kpop] #SpotifyWrapped"
## 
## [[8431]]
## [1] "frlsslouis: I predict my top artist will be #LouisTomlinson #SpotifyWrapped"
## 
## [[8432]]
## [1] "_ecii__: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[8433]]
## [1] "locaIantihero: I predict my most played song will be Getaway Car #SpotifyWrapped"
## 
## [[8434]]
## [1] "t4bletennis: I predict my top artist will be [carti or kendrick] #SpotifyWrapped"
## 
## [[8435]]
## [1] "JiminieIsMyKing: I predict my most played song will be [Dynamite] #SpotifyWrapped"
## 
## [[8436]]
## [1] "squee_machine: I predict my top genre will be Metal #SpotifyWrapped https://t.co/7RpLJ6AJmd"
## 
## [[8437]]
## [1] "angelo_tortora: It’s almost time for the yearly Vapor Twitch Takeover #SpotifyWrapped"
## 
## [[8438]]
## [1] "t4bletennis: I predict my top genre will be [is opium a genre 😋] #SpotifyWrapped"
## 
## [[8439]]
## [1] "afvulax: I predict my most played song will be Shut Down by BLACKPINK  #SpotifyWrapped"
## 
## [[8440]]
## [1] "wlxfpxws: waiting for my #SpotifyWrapped"
## 
## [[8441]]
## [1] "Youniverse_2012: I predict my top artist will be Seventeen. #SpotifyWrapped"
## 
## [[8442]]
## [1] "Backflip25: I predict my top genre will be country #SpotifyWrapped"
## 
## [[8443]]
## [1] "marianasburner: I predict my top artist will be bad bunny ?? #SpotifyWrapped"
## 
## [[8444]]
## [1] "sapphicgillz: i predict my top artist will be taylor swift #SpotifyWrapped"
## 
## [[8445]]
## [1] "t4bletennis: I predict my most played song will be [BENO ON WLR] #SpotifyWrapped"
## 
## [[8446]]
## [1] "deadrosesantnee: I predict my top podcast will be Views #SpotifyWrapped"
## 
## [[8447]]
## [1] "MinajAngelic: next year my #spotifywrapped top genre will be \"we get it. you're a lesbian barb\""
## 
## [[8448]]
## [1] "sinkingana: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[8449]]
## [1] "voltaeri: give it to me now  #SpotifyWrapped"
## 
## [[8450]]
## [1] "sapphicgillz: i predict my top genre will be pop #SpotifyWrapped"
## 
## [[8451]]
## [1] "Youniverse_2012: I predict my top genre will be K-Pop. #SpotifyWrapped"
## 
## [[8452]]
## [1] "bambistarcandy: I predict my top podcast will be [offlinetv podcast] #SpotifyWrapped"
## 
## [[8453]]
## [1] "wangmeilly: I predict my top artist will be aespa #SpotifyWrapped"
## 
## [[8454]]
## [1] "Yamamba3952: I predict my most played song will be King Of The Fall #SpotifyWrapped"
## 
## [[8455]]
## [1] "deadrosesantnee: I predict my top artist will be @iamblackbear #SpotifyWrapped"
## 
## [[8456]]
## [1] "wandasoldier_: I WANNA KNOW!! #SpotifyWrapped"
## 
## [[8457]]
## [1] "marianasburner: I predict my most played song will be Next Level by Aespa #SpotifyWrapped"
## 
## [[8458]]
## [1] "JiminieIsMyKing: My Spotify Wrap will probably be nothing but BTS since I became an ARMY this year lmao 💜#SpotifyWrapped"
## 
## [[8459]]
## [1] "sapphicgillz: i predict my most played song will be all too well ten minute version #SpotifyWrapped"
## 
## [[8460]]
## [1] "Youniverse_2012: I predict my most played song will be Hot by Seventeen. #SpotifyWrapped"
## 
## [[8461]]
## [1] "itsmebeechhh: My #SpotifyWrapped most listened to will be the relaxing dog music I leave on for my dog every day 😂😂😂"
## 
## [[8462]]
## [1] "wangmeilly: I predict my most played song will be To Be Honest by Kai #SpotifyWrapped"
## 
## [[8463]]
## [1] "sinkingana: I predict my most played song will be am I wrong by BTS LMAO #SpotifyWrapped"
## 
## [[8464]]
## [1] "Manya_jdope: Me waiting for my 2022 wrapped even though I know who my #1 artist is going to be\n#SpotifyWrapped #BTS https://t.co/k0lmpYPAYB"
## 
## [[8465]]
## [1] "Yamamba3952: I predict my top genre will be R&amp;B (probably) #SpotifyWrapped"
## 
## [[8466]]
## [1] "rain_isdying: I predict my top artist will be fob, again #SpotifyWrapped"
## 
## [[8467]]
## [1] "sanakaeya: squeezie #SpotifyWrapped the weeknd loona chuu tim burton #BoycottFnac valorant hyunjin namjoon nehuda south korea… https://t.co/dBgV00nLKN"
## 
## [[8468]]
## [1] "deadrosesantnee: I predict my most played song will be Mine - 1nonly #SpotifyWrapped"
## 
## [[8469]]
## [1] "mastermindTS10: I predict my top artist will be Taylor Swift  #SpotifyWrapped"
## 
## [[8470]]
## [1] "IamCJCarr081706: I predict my top artist will be Riders in the Sky! #SpotifyWrapped"
## 
## [[8471]]
## [1] "SakuraBlossomb: i'm gonna pretend i'm surprised when taylor swift is my top artist #SpotifyWrapped"
## 
## [[8472]]
## [1] "helenaboone: I predict my top podcast will be Violating Community Guidelines with @sarahschauer and @brittany_broski #SpotifyWrapped"
## 
## [[8473]]
## [1] "SpiderGangnem: I predict my top artist will be \nJuice Wrld #SpotifyWrapped"
## 
## [[8474]]
## [1] "DJRock93: I predict my top artist will be @raincitydrive #SpotifyWrapped"
## 
## [[8475]]
## [1] "Yamamba3952: I predict my top artist will be The Weeknd for sure lmaooo #SpotifyWrapped"
## 
## [[8476]]
## [1] "sarahrainyy: I predict my top artist will be \n1. Lana Del Rey\n2. Taylor Swift\n3. Billie Eilish\n#SpotifyWrapped"
## 
## [[8477]]
## [1] "rain_isdying: I predict my top genre will be idk some mentally ill shit or another #SpotifyWrapped"
## 
## [[8478]]
## [1] "mastermindTS10: I predict my top genre will be pop #SpotifyWrapped"
## 
## [[8479]]
## [1] "valleysinz: I predict my top genre will be trap metal/punk #SpotifyWrapped"
## 
## [[8480]]
## [1] "mastermindTS10: I predict my most played song will be [my tears ricochet ] #SpotifyWrapped"
## 
## [[8481]]
## [1] "adwd_band: #SpotifyWrapped INCOMING!!"
## 
## [[8482]]
## [1] "DJRock93: I predict my top genre will be post-hardcore or pop lol #SpotifyWrapped"
## 
## [[8483]]
## [1] "bambistarcandy: I predict my top artist will be [bts] #SpotifyWrapped"
## 
## [[8484]]
## [1] "helenaboone: I predict my top artist will be @taylorswift13 #SpotifyWrapped"
## 
## [[8485]]
## [1] "forgot2rest: I predict my top podcast will be Horoscopinho Semanal #SpotifyWrapped"
## 
## [[8486]]
## [1] "bambistarcandy: I predict my top genre will be [k-pop] #SpotifyWrapped"
## 
## [[8487]]
## [1] "sarahrainyy: I predict my top genre will be \n1. pop\n2. indie pop\n3. rock\n#SpotifyWrapped"
## 
## [[8488]]
## [1] "Sammi_Sativa: I predict my top genre will be Deep House #SpotifyWrapped"
## 
## [[8489]]
## [1] "kimclaws: I predict my most played song will be RUN2U or Better #SpotifyWrapped"
## 
## [[8490]]
## [1] "bambistarcandy: I predict my most played song will be [with you] #SpotifyWrapped"
## 
## [[8491]]
## [1] "rain_isdying: I predict my most played song will be ginasfs by fob #SpotifyWrapped"
## 
## [[8492]]
## [1] "IamCJCarr081706: I predict my most played song will be Woody’s Roundup! #SpotifyWrapped"
## 
## [[8493]]
## [1] "WillZMarler: I predict my top artist will be @thecure #SpotifyWrapped"
## 
## [[8494]]
## [1] "sarahrainyy: I predict my most played song will be \n1. TV - Billie Eilish\n2. Fade Into You - Mazzy Star\n3. Genesis - Grimes\n#SpotifyWrapped"
## 
## [[8495]]
## [1] "houseofhae: I predict my most played song will be 2 baddies by @NCTsmtown_127 for sure #SpotifyWrapped"
## 
## [[8496]]
## [1] "voremanbates: my #SpotifyWrapped predictions:\ntop song - either komm susser tod or early sunsets over monroeville\ntop artist - my… https://t.co/BfSqQFaRbw"
## 
## [[8497]]
## [1] "dynastysrina: I predict my top podcast will be [notskinnybutnotfat] #SpotifyWrapped"
## 
## [[8498]]
## [1] "IshanArya2512: I predict my most played song will be [idk] #SpotifyWrapped"
## 
## [[8499]]
## [1] "sergiOFWGKT4: I predict my top genre will be [male] #SpotifyWrapped"
## 
## [[8500]]
## [1] "Blink_here_: I predict my top artist will be [@BLACKPINK ] #SpotifyWrapped"
## 
## [[8501]]
## [1] "dynastysrina: I predict my top artist will be [lady gaga] #SpotifyWrapped"
## 
## [[8502]]
## [1] "FatimaRH_: I predict my top artist will be Taylor Alison Suif  #SpotifyWrapped"
## 
## [[8503]]
## [1] "dynastysrina: I predict my top genre will be [pop] #SpotifyWrapped"
## 
## [[8504]]
## [1] "tinaclxmen: I predict my top artist will be taylor swift  #SpotifyWrapped"
## 
## [[8505]]
## [1] "roseseokk: I predict my top artist will be [BTS] #SpotifyWrapped"
## 
## [[8506]]
## [1] "z0irf: I predict my top podcast will be Papo de UX #SpotifyWrapped"
## 
## [[8507]]
## [1] "dynastysrina: I predict my most played song will be [judas] #SpotifyWrapped"
## 
## [[8508]]
## [1] "alwaysformomo: I predict my top podcast will be [Hablando de Cine con] #SpotifyWrapped"
## 
## [[8509]]
## [1] "FatimaRH_: I predict my most played song will be All too well 10 mv tv #SpotifyWrapped"
## 
## [[8510]]
## [1] "HaileyRen13: Can't Wait For #SpotifyWrapped   #instafest https://t.co/KC5nDhEuDT"
## 
## [[8511]]
## [1] "Blink_here_: I predict my most played song will be [shutdown/Pink Venom/] #SpotifyWrapped"
## 
## [[8512]]
## [1] "z0irf: I predict my top artist will be OOMPH! #SpotifyWrapped"
## 
## [[8513]]
## [1] "InTheCosmos_twt: I predict my most played song will be The Difference by Flume #SpotifyWrapped"
## 
## [[8514]]
## [1] "silverItongues: I predict my top podcast will be I don't listen to podcasts 😭 #SpotifyWrapped"
## 
## [[8515]]
## [1] "lovebugcaitlyn: I predict my top artist will be One Direction #SpotifyWrapped"
## 
## [[8516]]
## [1] "mewstrooms: DROP IT RIGHT NOW PLEASE #SpotifyWrapped https://t.co/AhPXeYYROS"
## 
## [[8517]]
## [1] "mcmason1984: I predict my top artist will be Bill Evans #SpotifyWrapped"
## 
## [[8518]]
## [1] "Paolakati: I predict my top artist will be @taylorswift13 #SpotifyWrapped"
## 
## [[8519]]
## [1] "alwaysformomo: I predict my top artist will be [TWICE] #SpotifyWrapped"
## 
## [[8520]]
## [1] "OhFlawless_: @DPRIAN_ as headline act, of course #SpotifyWrapped #instafest https://t.co/sgiQYNtQow"
## 
## [[8521]]
## [1] "silverItongues: I predict my top artist will be louis tomlinson of course #SpotifyWrapped"
## 
## [[8522]]
## [1] "malalamente: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[8523]]
## [1] "Bp_Ruletheworld: I predict my most played song will be Pink Venom #SpotifyWrapped"
## 
## [[8524]]
## [1] "steffiabeyta: Can’t wait for my #SpotifyWrapped to come out &amp; for all my top songs to be from Midnights even tho it just came out last month"
## 
## [[8525]]
## [1] "st4rgrrrl_jpeg: I predict my top podcast will be i dont listen to podcasts #SpotifyWrapped"
## 
## [[8526]]
## [1] "chromatictaylor: I predict my most played song will be Red (Taylor’s Version) #SpotifyWrapped"
## 
## [[8527]]
## [1] "mcmason1984: I predict my top genre will be Adult Standards #SpotifyWrapped"
## 
## [[8528]]
## [1] "alwaysformomo: I predict my top genre will be [Kpop] #SpotifyWrapped"
## 
## [[8529]]
## [1] "EFCWilliam: I predict my most played song will be come as you are #SpotifyWrapped"
## 
## [[8530]]
## [1] "eiIishrry: I predict my most played song will be As it Was by @Harry_Styles #SpotifyWrapped"
## 
## [[8531]]
## [1] "Abel__says: In my designer brain, #SpotifyWrapped is so unappealing...."
## 
## [[8532]]
## [1] "st4rgrrrl_jpeg: I predict my top genre will be permanent wave #SpotifyWrapped"
## 
## [[8533]]
## [1] "silverItongues: I predict my top genre will be Pop-rock-indie-soundtrack? #SpotifyWrapped"
## 
## [[8534]]
## [1] "alwaysformomo: I predict my most played song will be [After Like de IVE] #SpotifyWrapped"
## 
## [[8535]]
## [1] "serenitysky98: I’m either expecting  @JanetJealousy or @taylorswift13 to be my most listened to on Spotify Wrapped #SpotifyWrapped"
## 
## [[8536]]
## [1] "mcmason1984: I predict my most played song will be Yesterday Oh Yesterday by Stephen Emmer &amp; Frank McComb #SpotifyWrapped"
## 
## [[8537]]
## [1] "EFCWilliam: I predict my top artist will be the weeknd #SpotifyWrapped"
## 
## [[8538]]
## [1] "st4rgrrrl_jpeg: I predict my top artist will be destroy boys, radiohead or weezer #SpotifyWrapped"
## 
## [[8539]]
## [1] "LOVEKILLAAZ: my most played artists are gonna be kihyun and monsta x 😭 #SpotifyWrapped"
## 
## [[8540]]
## [1] "Rayforgreen: I predict my top artist will be [(G)I-DLE] #SpotifyWrapped"
## 
## [[8541]]
## [1] "MinYoongiMoods: I predict my top artist will be [BTS] #SpotifyWrapped"
## 
## [[8542]]
## [1] "FeloniousPines: i'm so ready to get free mental health evaluation for 2022 #SpotifyWrapped"
## 
## [[8543]]
## [1] "silverItongues: I predict my most played song will be some song by louis or artick monkeys, either ooms or teddy picker #SpotifyWrapped"
## 
## [[8544]]
## [1] "coraseabourne: #spotifywrapped trending almost had a heart attack"
## 
## [[8545]]
## [1] "m0ss_kal: I predict my most played song will be CHEERS by @pledis_17 #SpotifyWrapped"
## 
## [[8546]]
## [1] "kyeokenyy: I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped jump jumpers"
## 
## [[8547]]
## [1] "chrisjoonie: I predict my top podcast will be spotify knows  #SpotifyWrapped"
## 
## [[8548]]
## [1] "girIstalkbrooke: I predict my top artist will be 5sos 💀 #SpotifyWrapped"
## 
## [[8549]]
## [1] "st4rgrrrl_jpeg: I predict my most played song will be widow by destroy boys #SpotifyWrapped"
## 
## [[8550]]
## [1] "kyeokenyy: I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped hip hop/ rap"
## 
## [[8551]]
## [1] "stormystellaa: I predict my top artist will be Michael Jackson #SpotifyWrapped"
## 
## [[8552]]
## [1] "emilsmamacita: I predict my top podcast will be Bryar Lane #SpotifyWrapped"
## 
## [[8553]]
## [1] "chrisjoonie: I predict my top artist will be taylor swift #SpotifyWrapped"
## 
## [[8554]]
## [1] "kyeokenyy: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped drake or nba youngboy"
## 
## [[8555]]
## [1] "blasiyus_harris: @arrahman\n\nI predict my top artist will be [fill in top artist prediction] #SpotifyWrapped"
## 
## [[8556]]
## [1] "imfranci13: #spotifywrapped&gt;any other events"
## 
## [[8557]]
## [1] "emilsmamacita: I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped"
## 
## [[8558]]
## [1] "MissHaymes: Not sure I want to see my #SpotifyWrapped ….last year it was almost all @KSI thanks to my son that decided to use mine instead of his own 👍🏼"
## 
## [[8559]]
## [1] "emilsmamacita: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[8560]]
## [1] "sospeedygirl: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[8561]]
## [1] "girIstalkbrooke: I predict my most played song will be girls talk boys 💀#SpotifyWrapped"
## 
## [[8562]]
## [1] "chrisjoonie: I predict my top genre will be Pop #SpotifyWrapped"
## 
## [[8563]]
## [1] "kyeokenyy: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped every chance I get by lil baby and lil durk"
## 
## [[8564]]
## [1] "stanofshawn98: I predict my top podcast will be @gintoxicpodcast #SpotifyWrapped"
## 
## [[8565]]
## [1] "TikSui: I predict my most played song will be [subtitle] #SpotifyWrapped"
## 
## [[8566]]
## [1] "chrisjoonie: I predict my most played song will be one out of this four choices:\n- caroline by taylor swift\n- bones by imagine d… https://t.co/jyHlwpoRoa"
## 
## [[8567]]
## [1] "emilsmamacita: I predict my top genre will be Pop and Rock #SpotifyWrapped"
## 
## [[8568]]
## [1] "kam_asp: #SpotifyWrapped CAN IT GET HERE SOONER THAN THIS ISTG IM SO NERVOUS"
## 
## [[8569]]
## [1] "PeaceFF47: Waiting for you. #SpotifyWrapped https://t.co/C5HESNcPy4"
## 
## [[8570]]
## [1] "simp_requiem: Need this joint to drop IMMEDIATELY #SpotifyWrapped https://t.co/kI5WXJ1Ifo"
## 
## [[8571]]
## [1] "Fretzy99: I'll give you my #SpotifyWrapped nice and early.\n\nSpoilers, it looks a lot like last year's. https://t.co/neWMwLg9ti"
## 
## [[8572]]
## [1] "allthingsenews: My #SpotifyWrapped will be lots of @1future, @lilbaby4PF and @DojaCat."
## 
## [[8573]]
## [1] "stanofshawn98: I predict my top genre will be pop #SpotifyWrapped"
## 
## [[8574]]
## [1] "emilsmamacita: I predict my most played song will be I Think He Knows by Taylor Swift #SpotifyWrapped"
## 
## [[8575]]
## [1] "stelshortt: I predict my top podcast will be [good girls guide to murder and hits different ] #SpotifyWrapped"
## 
## [[8576]]
## [1] "Taloneon: I predict my top podcast will be Unhhhhh #SpotifyWrapped"
## 
## [[8577]]
## [1] "realDynamicDuo1: #SpotifyWrapped is coming out soon, what’s your prediction for your top 5 artists? \n\nFor everyone that guesses righ… https://t.co/fP2WZhvADK"
## 
## [[8578]]
## [1] "lmlysweetener: can't wait for my spotify wrapped this year #SpotifyWrapped"
## 
## [[8579]]
## [1] "anna_stevenson9: I predict my top artist will be @taylorswift13 🥰🥰🥰🥰🥰🥰🥰🥰🥰🥰🥰🥰🥰 #SpotifyWrapped"
## 
## [[8580]]
## [1] "stelshortt: I predict my top artist will be [taylor swift] #SpotifyWrapped"
## 
## [[8581]]
## [1] "Taloneon: I predict my top artist will be The Original Broadway Cast of Hamilton #SpotifyWrapped"
## 
## [[8582]]
## [1] "FearlessRedLovr: I predict my top podcast will be that one episode about Thomas Jefferson #SpotifyWrapped"
## 
## [[8583]]
## [1] "stelshortt: I predict my top genre will be  pop #SpotifyWrapped"
## 
## [[8584]]
## [1] "unknownalias47: I predict my most played song will be Maybe by the Kid LAROI #SpotifyWrapped"
## 
## [[8585]]
## [1] "FearlessRedLovr: I predict my top artist will be @taylorswift13 #SpotifyWrapped"
## 
## [[8586]]
## [1] "TheRealJustHen: #spotifywrapped when?????"
## 
## [[8587]]
## [1] "Taloneon: I predict my top genre will be Show Tunes #SpotifyWrapped"
## 
## [[8588]]
## [1] "stelshortt: I predict my most played song will be [memories by conan gray #SpotifyWrapped"
## 
## [[8589]]
## [1] "Navyanth18: I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped"
## 
## [[8590]]
## [1] "FatherLord9: #SpotifyWrapped can u convince apple to do this.  😭 asking for a friend"
## 
## [[8591]]
## [1] "avatarmitski: I predict my top artist will be Mitski #SpotifyWrapped"
## 
## [[8592]]
## [1] "sugacookielatte: I predict my top artist will be yeat #SpotifyWrapped"
## 
## [[8593]]
## [1] "Navyanth18: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[8594]]
## [1] "avatarmitski: I predict my top genre will be Pop  #SpotifyWrapped"
## 
## [[8595]]
## [1] "kenziestove: Waiting patiently for my #SpotifyWrapped https://t.co/jo1NHQunpM"
## 
## [[8596]]
## [1] "avatarmitski: I predict my most played song will be First Love / Late Spring  #SpotifyWrapped"
## 
## [[8597]]
## [1] "MrsReed0710: I predict my top genre will be Pop #SpotifyWrapped"
## 
## [[8598]]
## [1] "powerfuyu: I predict my top artist will be Kero Kero Bonito #SpotifyWrapped"
## 
## [[8599]]
## [1] "hyuckstin: I predict my top artist will be baekhyun or NCT dream? #SpotifyWrapped"
## 
## [[8600]]
## [1] "prettypateI: I predict my most played song will be on deck @abznoproblem17 I love you #SpotifyWrapped"
## 
## [[8601]]
## [1] "krishbotdotexe: I predict my top artist will be FUTURE #SpotifyWrapped"
## 
## [[8602]]
## [1] "SkittishSting99: I predict my most played song will be Glimpse of Us by @sushitrash #SpotifyWrapped"
## 
## [[8603]]
## [1] "powerfuyu: I predict my top genre will be K-Pop #SpotifyWrapped"
## 
## [[8604]]
## [1] "eupickogargat: I predict my top artist will be [Eve] #SpotifyWrapped"
## 
## [[8605]]
## [1] "hyuckstin: I predict my most played song will be r u ridin by baekhyun again? #SpotifyWrapped"
## 
## [[8606]]
## [1] "crystallllmond: Meet Me In The Woods is definitely gonna be my top song I've listened to it at least 10 times every week since it f… https://t.co/XXRISMTNXM"
## 
## [[8607]]
## [1] "powerfuyu: I predict my most played song will be Touch The Sun by CryALot #SpotifyWrapped"
## 
## [[8608]]
## [1] "_ughoyas: I predict my top artist will be J-Hope or BTS 👀 #SpotifyWrapped"
## 
## [[8609]]
## [1] "CodySutcliffe4: I predict my top artist will be Hollywood undead #SpotifyWrapped"
## 
## [[8610]]
## [1] "totoandluli: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[8611]]
## [1] "Suela_Balla: I predict my most played song will be J-hope More #SpotifyWrapped"
## 
## [[8612]]
## [1] "powerofvethoe: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[8613]]
## [1] "dearanularmy: @chartdata It's been 2 years almost that Spotify had been launched in my country &amp; my #SpotifyWrapped is only BTS 💜"
## 
## [[8614]]
## [1] "sheenaluker2: I predict my most played song will be Lost by @robbiewilliams [fill in top song prediction] #SpotifyWrapped"
## 
## [[8615]]
## [1] "Suela_Balla: I predict my top artist will be J-hope #SpotifyWrapped"
## 
## [[8616]]
## [1] "catsjia: I predict my most played song will be invu by taeyeon #SpotifyWrapped"
## 
## [[8617]]
## [1] "jaymyth2006: I predict my top artist will be @taylorswift13 #SpotifyWrapped"
## 
## [[8618]]
## [1] "totoandluli: I predict my top genre will be pop or country #SpotifyWrapped"
## 
## [[8619]]
## [1] "WOOJ0830: I predict my most played song will be [Darari] #SpotifyWrapped"
## 
## [[8620]]
## [1] "Maddibreanne: I predict my top artist will be @NoahKahan. I listened to Stick Season on repeat 😂 #SpotifyWrapped"
## 
## [[8621]]
## [1] "Taloneon: I predict my most played song will be It's My Life by Bon Jovi #SpotifyWrapped"
## 
## [[8622]]
## [1] "CodySutcliffe4: I predict my top genre will be pop #SpotifyWrapped"
## 
## [[8623]]
## [1] "jaymyth2006: I predict my top genre will be pop #SpotifyWrapped"
## 
## [[8624]]
## [1] "milliepilled: these two trending at the same time makes so much sense #SpotifyWrapped https://t.co/o5kUJWL4Ul"
## 
## [[8625]]
## [1] "Qui_nni: I NEED IT MATE I NEED TO KNOW #SpotifyWrapped https://t.co/YmXoY2CdTJ"
## 
## [[8626]]
## [1] "Jimweave: I predict my most played song will be [the blues by @vincestaples]      #SpotifyWrapped"
## 
## [[8627]]
## [1] "jaymyth2006: I predict my most played song will be “feels like” by @gracieabrams #SpotifyWrapped"
## 
## [[8628]]
## [1] "NaikVimla: I predict my top artist will be [the weeknd] #SpotifyWrapped"
## 
## [[8629]]
## [1] "xrcoraline: I predict my most played song will be IN NOME DEL PADRE - MÅNESKIN #SpotifyWrapped"
## 
## [[8630]]
## [1] "dhruvievikas: I predict my top artist will be Taylor Swift, duh #SpotifyWrapped"
## 
## [[8631]]
## [1] "kam_asp: I predict my top artist will be either störmbreaker, csh, lsb, or maybe death cab? #SpotifyWrapped"
## 
## [[8632]]
## [1] "AmberRoseZA: I predict my top podcast will be Darren \"Whackhead\" Simpson's prank calls on Kfm Mornings #SpotifyWrapped"
## 
## [[8633]]
## [1] "tswizzversion: I predict my top artist will be [taylor swift] #SpotifyWrapped"
## 
## [[8634]]
## [1] "kiwistour: I predict my most played song will be Love of My Life by Harry Styles #SpotifyWrapped\n\nif it aint this then i have 0 clue"
## 
## [[8635]]
## [1] "cowboylik3m3_: I predict my top artist will be [@taylorswift13 ] #SpotifyWrapped"
## 
## [[8636]]
## [1] "holyorangebottl: Me acting surprised when my Spotify wrapped is mostly all Taylor swift and pop punk #SpotifyWrapped https://t.co/GnorRz60fE"
## 
## [[8637]]
## [1] "CallMeCrowz: I predict my most played song will be probably something by drippin so pretty or dc the don #SpotifyWrapped"
## 
## [[8638]]
## [1] "oscie57: I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped"
## 
## [[8639]]
## [1] "jhscentric: I predict my top artist will be j-hope!! \n\n#SpotifyWrapped"
## 
## [[8640]]
## [1] "oscie57: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped"
## 
## [[8641]]
## [1] "oscie57: I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped"
## 
## [[8642]]
## [1] "rjmpescador: I predict my top genre will be.....don't tell me it's dance pop again. On a streak, aren't we? #SpotifyWrapped"
## 
## [[8643]]
## [1] "oscie57: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[8644]]
## [1] "tswizzversion: I predict my top genre will be [pop] #SpotifyWrapped"
## 
## [[8645]]
## [1] "demetria_outdid: I predict my top artist will be DEMIIIII @ddlovato  #SpotifyWrapped"
## 
## [[8646]]
## [1] "fran_sepul_: I predict my most played song will be All to well (10min) #SpotifyWrapped"
## 
## [[8647]]
## [1] "blorgil: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[8648]]
## [1] "tswizzversion: I predict my most played song will be [august] #SpotifyWrapped"
## 
## [[8649]]
## [1] "QueenXBarb: I predict my top artist will be Nicki Minaj #SpotifyWrapped"
## 
## [[8650]]
## [1] "AmberRoseZA: I predict my top genre will be [Parody] #SpotifyWrapped"
## 
## [[8651]]
## [1] "cowboylik3m3_: I predict my most played song will be [Difficult by @gracieabrams ] #SpotifyWrapped"
## 
## [[8652]]
## [1] "SantiC1956: Spotify 2021. #SpotifyWrapped \nhttps://t.co/Yi6PEU7hLq"
## 
## [[8653]]
## [1] "_joshua_09: I predict my top artist will be The Weeknd #SpotifyWrapped"
## 
## [[8654]]
## [1] "marvelbimbo: I predict my top artist will be Taylor swift dUH  #SpotifyWrapped"
## 
## [[8655]]
## [1] "Halo_Khibbles: I already know that Intruder - Yann Vann Der Cruyssen is my top song. It's literally my alarm clock. #SpotifyWrapped"
## 
## [[8656]]
## [1] "QueenXBarb: I predict my top genre will be Rap #SpotifyWrapped"
## 
## [[8657]]
## [1] "cxtxzenerased: I predict my most played song will be [suck my dick by arctic monkeys] #SpotifyWrapped"
## 
## [[8658]]
## [1] "vaItcrsen: it’s so close #spotifywrapped https://t.co/3qDW6sEzrT"
## 
## [[8659]]
## [1] "loveof__mylife_: I predict my top artist will be the one and only @NiallOfficial #SpotifyWrapped"
## 
## [[8660]]
## [1] "kurianandgeorge: I predict my top podcast will be [Interleks Podcast] #SpotifyWrapped"
## 
## [[8661]]
## [1] "JJJamii_: I predict my top podcast will be [Niggalations] #SpotifyWrapped"
## 
## [[8662]]
## [1] "joelthemoelttv: I predict my top artist will be Michael Jackson #SpotifyWrapped"
## 
## [[8663]]
## [1] "_joshua_09: I predict my top genre will be R&amp;B \n#SpotifyWrapped"
## 
## [[8664]]
## [1] "QueenXBarb: I predict my most played song will be Bussin - Nicki minaj #SpotifyWrapped"
## 
## [[8665]]
## [1] "regaardezmoi: i predict my top artist will be cesare cremonini #SpotifyWrapped"
## 
## [[8666]]
## [1] "valley_heart9: Why am I anxious for #SpotifyWrapped when I know DAMN WELL it's going to be all @thebandGHOST? Most played artist?… https://t.co/qFJyA9qf1h"
## 
## [[8667]]
## [1] "JJJamii_: I predict my top artist will be [SewerSlvt] #SpotifyWrapped"
## 
## [[8668]]
## [1] "kurianandgeorge: I predict my top artist will be [Eminem] #SpotifyWrapped"
## 
## [[8669]]
## [1] "knappsack77: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[8670]]
## [1] "liyahumphrey: I predict my top genre will be Latin Pop #SpotifyWrapped https://t.co/LpcK7Jd6CD"
## 
## [[8671]]
## [1] "Thasamuraiy: I predict my top podcast will be [@garyvee ] #SpotifyWrapped"
## 
## [[8672]]
## [1] "jealousyxliv: I predict my top artist will be [ taylor swift ] #SpotifyWrapped"
## 
## [[8673]]
## [1] "Epix_Noob: I predict my most played song will be [Blinding Lights by the weeknd ] #SpotifyWrapped"
## 
## [[8674]]
## [1] "kurianandgeorge: I predict my top genre will be [Malayalam classics] #SpotifyWrapped"
## 
## [[8675]]
## [1] "prettehboah: Can  #SpotifyWrapped hurry the tf up already 😭😭"
## 
## [[8676]]
## [1] "jealousyxliv: I predict my top genre will be [pop] #SpotifyWrapped"
## 
## [[8677]]
## [1] "JJJamii_: I predict my top genre will be [Jungle/Jazz] #SpotifyWrapped"
## 
## [[8678]]
## [1] "FrowningFreeman: Time to get excited for something I wasn't excited about until a corporation started a marketing campaign #SpotifyWrapped"
## 
## [[8679]]
## [1] "paige_maccc28: I predict my most played song will be Little Freak #SpotifyWrapped"
## 
## [[8680]]
## [1] "jealousyxliv: I predict my most played song will be [new romantics by taylor swift ] #SpotifyWrapped"
## 
## [[8681]]
## [1] "EllaFle47164315: I predict my top artist will be Jack Stauber #SpotifyWrapped"
## 
## [[8682]]
## [1] "Thasamuraiy: I predict my top artist will be [Tha Samurai] #SpotifyWrapped"
## 
## [[8683]]
## [1] "JJJamii_: I predict my most played song will be [Heaven Norihiko Hibino Remix] #SpotifyWrapped"
## 
## [[8684]]
## [1] "FongerOfficial: I predict my top podcast will be [fill in top podcast prediction] Red Scare #SpotifyWrapped"
## 
## [[8685]]
## [1] "adaaaaaa_1: I predict my top artist will be taylor swift or The Weeknd #SpotifyWrapped"
## 
## [[8686]]
## [1] "paige_maccc28: I predict my top artist will be Harry Styles #SpotifyWrapped"
## 
## [[8687]]
## [1] "atomicdani_: I predict my most played song will be Kingston by Faye Webster  #SpotifyWrapped"
## 
## [[8688]]
## [1] "MilesDittmar: Waiting for my #SpotifyWrapped https://t.co/UGbR0pI5bF"
## 
## [[8689]]
## [1] "afterglourry: I predict my top artist will be [Taylor Alison Swift and I would bet my life on it ] #SpotifyWrapped"
## 
## [[8690]]
## [1] "adaaaaaa_1: I predict my top genre will be pop/ dance pop \n#SpotifyWrapped"
## 
## [[8691]]
## [1] "kwaleegaming: GG to everyone that only has video game music in their #spotifywrapped this year."
## 
## [[8692]]
## [1] "Thasamuraiy: I predict my top genre will be [classical/reggae] #SpotifyWrapped"
## 
## [[8693]]
## [1] "paige_maccc28: I predict my top genre will be pop #SpotifyWrapped"
## 
## [[8694]]
## [1] "DanielFrancisJM: I predict my most played song will be \"Sorry if I Hurt You\" by Charli XCX #SpotifyWrapped"
## 
## [[8695]]
## [1] "jk00luv: I predict my top podcast will be Hot girl talk #SpotifyWrapped"
## 
## [[8696]]
## [1] "_joshua_09: I predict my most played song will be Blinding lights #SpotifyWrapped"
## 
## [[8697]]
## [1] "necurrymancer: I predict my most played song will be Heaven’s Cloud by Seventeen #SpotifyWrapped"
## 
## [[8698]]
## [1] "_Timmietech: Hello, I am a website designer, I will create a responsive and functional cleaning website for your business/brand.… https://t.co/jyBp4wvhQY"
## 
## [[8699]]
## [1] "afterglourry: I predict my top genre will be [Dance pop ???] #SpotifyWrapped"
## 
## [[8700]]
## [1] "ratedrnasir: Drop the wrapped #SpotifyWrapped"
## 
## [[8701]]
## [1] "spotifyindia: Thinking about the year ending: 🥲🥲\nThinking about how that means\n#SpotifyWrapped: 💃🕺"
## 
## [[8702]]
## [1] "adaaaaaa_1: I predict my most played song will be until I found you???#SpotifyWrapped"
## 
## [[8703]]
## [1] "afterglourry: I predict my most played song will be [Bigger than me by Louis Tomlinson] #SpotifyWrapped"
## 
## [[8704]]
## [1] "Shwax: I personally am not excited for #SpotifyWrapped because just like EOTY album lists, it's TOO SOON. I still need the… https://t.co/qAjB58Kl4O"
## 
## [[8705]]
## [1] "Themadwomanisme: I predict my top genre will be [pop] #SpotifyWrapped"
## 
## [[8706]]
## [1] "Thasamuraiy: I predict my most played song will be [Save Tha Wrld by Tha Samurai] #SpotifyWrapped"
## 
## [[8707]]
## [1] "MamboleNkela: I predict my most played song will be [Thursday - Morphine] #SpotifyWrapped"
## 
## [[8708]]
## [1] "montezumas: Whaaaat, we weren't expecting that... 👀🍫#SpotifyWrapped @Spotify https://t.co/mYbKxYGC5F"
## 
## [[8709]]
## [1] "SHINee_Things_: Me pretending to be shocked when SHINee is #1 on my playlist  #SpotifyWrapped https://t.co/zhS36KnYRg"
## 
## [[8710]]
## [1] "ApplenMicro: Get The Best Therapy Lamp of 2022: https://t.co/9lKckT8tmS #Moodozi  #CyberMondayAmazon #CyberMonday #health… https://t.co/jRxkL51fjK"
## 
## [[8711]]
## [1] "Dxllypersephone: I predict my top artist will be joe hisaishi #SpotifyWrapped"
## 
## [[8712]]
## [1] "glamouredbyjude: I predict my top podcast will be that greek mythology podcast i listen to forgot the name #SpotifyWrapped"
## 
## [[8713]]
## [1] "jk00luv: I predict my top artist will be SEVENTEEN (or bts, not too sure) #SpotifyWrapped"
## 
## [[8714]]
## [1] "goldrushbossman: I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped HIP HOP"
## 
## [[8715]]
## [1] "Ana4424Miguel: I predict my top artist will be BTS #SpotifyWrapped https://t.co/SwbWtxeCoZ"
## 
## [[8716]]
## [1] "goldrushbossman: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped. #myparty"
## 
## [[8717]]
## [1] "cherryplushies: I need BLACKPINK to be my top artist again on #SpotifyWrapped !!!"
## 
## [[8718]]
## [1] "jk00luv: I predict my top genre will be K-Pop #SpotifyWrapped"
## 
## [[8719]]
## [1] "koo97_jk: Pop\nI predict my top genre will be [fill in top genre prediction] #SpotifyWrapped"
## 
## [[8720]]
## [1] "glamouredbyjude: I predict my top artist will be lana del rey or chase atlantic #SpotifyWrapped"
## 
## [[8721]]
## [1] "okcinder: I predict my top podcast will be Very Really Good #SpotifyWrapped"
## 
## [[8722]]
## [1] "Dxllypersephone: I predict my top genre will be kpop #spotifywrapped"
## 
## [[8723]]
## [1] "jk00luv: I predict my most played song will be Love Dive by IVE #SpotifyWrapped"
## 
## [[8724]]
## [1] "sully_0216: Hurry up man ffs  #SpotifyWrapped"
## 
## [[8725]]
## [1] "StevenJ10: Trending #CyberMonday\n#MondayMotivation\nCity of Houston\n#SpotifyWrapped\nBalenciaga\n#mondaythoughts\nDietCoke\nMauna L… https://t.co/elZ33BM9gK"
## 
## [[8726]]
## [1] "okcinder: I predict my top artist will be Radiohead #SpotifyWrapped"
## 
## [[8727]]
## [1] "koo97_jk: Taylor swift\nI predict my top artist will be [fill in top artist prediction] #SpotifyWrapped"
## 
## [[8728]]
## [1] "AFCAlfredovic: Top Song: Fade Into You\nTop Artist: Mac Miller or Mazzy Star\nTop Genre: Indie Pop\n#SpotifyWrapped https://t.co/tpp8LQ9dW9"
## 
## [[8729]]
## [1] "avribi: I predict my top genre will be Some Emo shit I don’t know #SpotifyWrapped"
## 
## [[8730]]
## [1] "okcinder: I predict my top genre will be alternative rock #SpotifyWrapped"
## 
## [[8731]]
## [1] "mynorhm: I need my #SpotifyWrapped now…👺🗿"
## 
## [[8732]]
## [1] "MoChiChi_004: I predict my top artist will be Nct dream duhh like literally no competition #SpotifyWrapped"
## 
## [[8733]]
## [1] "JJJamii_: #SpotifyWrapped\n\nProud Taylor Swift won't be on my list\n\nBreaking bad ost better https://t.co/0RxYpzz1dr"
## 
## [[8734]]
## [1] "Sunwave1111: I predict my most played song will be [Run BTS] #SpotifyWrapped"
## 
## [[8735]]
## [1] "yourgagarazzi: I predict my most played song will be Americano by Lady Gaga #SpotifyWrapped"
## 
## [[8736]]
## [1] "glamouredbyjude: I predict my top genre will be indie #SpotifyWrapped"
## 
## [[8737]]
## [1] "FemCritRhya: I love when the #SpotifyWrapped stuff happens every year because every year people feel shame for their listening t… https://t.co/DblaayZ13P"
## 
## [[8738]]
## [1] "nquoys: I predict my top artist will be Kendrick 😘🤤😩 #SpotifyWrapped"
## 
## [[8739]]
## [1] "okcinder: I predict my most played song will be Let Down by Radiohead #SpotifyWrapped"
## 
## [[8740]]
## [1] "Dxllypersephone: I predict my most played song will be [“once upon  a dream” #SpotifyWrapped"
## 
## [[8741]]
## [1] "avribi: I predict my top artist will be  WEYES BLOOD I JUST KNOW IT #SpotifyWrapped"
## 
## [[8742]]
## [1] "jirachi_legends: I predict my most played song will be Litterally any @TheDunts song #SpotifyWrapped"
## 
## [[8743]]
## [1] "DianaAlidema: I predict my top artist will be [Taylor Swift, Camila Cabello] #SpotifyWrapped"
## 
## [[8744]]
## [1] "emanuel_migoo: I predict my top artist will be [Taylor Swift] #SpotifyWrapped"
## 
## [[8745]]
## [1] "fotsjjk: I predict my top artist will be i acc have no idea im scared #SpotifyWrapped"
## 
## [[8746]]
## [1] "nquoys: I predict my top genre will be hip hop #SpotifyWrapped"
## 
## [[8747]]
## [1] "iamtaple: I predict my top artist will be Weezer #SpotifyWrapped"
## 
## [[8748]]
## [1] "glamouredbyjude: I predict my most played song will be [probably a Lana song ] #SpotifyWrapped"
## 
## [[8749]]
## [1] "cix4lifers: I predict my most played song will be baby dont cry - exo  #SpotifyWrapped"
## 
## [[8750]]
## [1] "avribi: I predict my most played song will be Aftwe Dark by Mr Kitty 💀 I listen to that song RELIGIOUSLY #SpotifyWrapped"
## 
## [[8751]]
## [1] "yourgagarazzi: OMG IT'S HAPPENING, EVERYBODY STAY CALM, IT'S COMING #SpotifyWrapped"
## 
## [[8752]]
## [1] "Libbotomy: I want to see everyone’s #SpotifyWrapped and I’m going to post mine. If you don’t want to see them you better mute the tag now"
## 
## [[8753]]
## [1] "DianaAlidema: I predict my top genre will be [Pop &amp; Reggaeton] #SpotifyWrapped"
## 
## [[8754]]
## [1] "antidnfer: I predict my top podcast will be BANTER WOO #SpotifyWrapped"
## 
## [[8755]]
## [1] "nquoys: I predict my most played song will be [Show me How by Men I Trust] #SpotifyWrapped"
## 
## [[8756]]
## [1] "AnnTargaryen_: I predict my most played song will be All Too Well (Taylor's Version) (Ten Minutes Version) - Taylor Swift #SpotifyWrapped"
## 
## [[8757]]
## [1] "antidnfer: I predict my top artist will be taylor swift #SpotifyWrapped"
## 
## [[8758]]
## [1] "folkmore28: I predict my most played song will be delicate\n#SpotifyWrapped"
## 
## [[8759]]
## [1] "CoolnessPcs: I predict my most played song will be oneday, taunt,or My songs know what you did In the dark. #SpotifyWrapped"
## 
## [[8760]]
## [1] "bm4ll: I predict my top genre will be [ kpop fosho] #SpotifyWrapped"
## 
## [[8761]]
## [1] "antidnfer: I predict my most played song will be astronomy by conan gray #SpotifyWrapped"
## 
## [[8762]]
## [1] "fotsjjk: I predict my top genre will be dance pop probably  #SpotifyWrapped"
## 
## [[8763]]
## [1] "potatoswiftie13: I predict my top artist will be the music industry aka taylor swift #SpotifyWrapped"
## 
## [[8764]]
## [1] "Lyonfaced: I predict my most played song will be telepatía by Kali Uchis or FEVER by ENHYPEN #SpotifyWrapped"
## 
## [[8765]]
## [1] "Mellet_sasaki: I predict my top artist will be the 1975 or troye Sivan #SpotifyWrapped"
## 
## [[8766]]
## [1] "papakareu: I predict my top artist will be [radiohead?] nao sei #SpotifyWrapped"
## 
## [[8767]]
## [1] "fotsjjk: I predict my most played song will be shivers remix 😣 #SpotifyWrapped"
## 
## [[8768]]
## [1] "10eighty6: When I see NSYNC is number one on my #SpotifyWrapped for the 13th year in a row https://t.co/FMGsm2WUxN"
## 
## [[8769]]
## [1] "papakareu: I predict my top genre will be [post-punk] tem nem oq falar #SpotifyWrapped"
## 
## [[8770]]
## [1] "Mellet_sasaki: I predict my top genre will be pop or indie  #SpotifyWrapped"
## 
## [[8771]]
## [1] "alewesai: I predict my top podcast will be @elvertedero_69 #SpotifyWrapped"
## 
## [[8772]]
## [1] "dcnyc2667: I predict my top artist will be [The Beatles] #SpotifyWrapped"
## 
## [[8773]]
## [1] "DianaAlidema: I predict my most played song will be [Vigilante Shit] #SpotifyWrapped"
## 
## [[8774]]
## [1] "Mellet_sasaki: I predict my most played song will be no surprises or Scott street 😭😭😭\n#SpotifyWrapped"
## 
## [[8775]]
## [1] "CoolnessPcs: I predict my top genre will be 3010s alt/rock #SpotifyWrapped"
## 
## [[8776]]
## [1] "susannasalieri: I predict my most played song will be [die for you] #SpotifyWrapped"
## 
## [[8777]]
## [1] "kareemefahmy: I predict/sureasfuckinghellknow my top artist will be @taylorswift13 #SpotifyWrapped"
## 
## [[8778]]
## [1] "xtae_thv: I predict my most played song will be film out o dionysus #SpotifyWrapped"
## 
## [[8779]]
## [1] "susannasalieri: I predict my top genre will be [pop] #SpotifyWrapped idk"
## 
## [[8780]]
## [1] "sinceranmi: I predict my top genre will be pop #SpotifyWrapped"
## 
## [[8781]]
## [1] "CoolnessPcs: I predict my top podcast will be I spent a day with #SpotifyWrapped"
## 
## [[8782]]
## [1] "bozobuildskeebs: I predict my top podcast will be https://t.co/W01jlsihdH  #SpotifyWrapped"
## 
## [[8783]]
## [1] "susannasalieri: I predict my top artist will be [The Weeknd] #SpotifyWrapped @theweeknd"
## 
## [[8784]]
## [1] "bm4ll: I predict my most played song will be [idk] because i be playing anything based on my mood  #SpotifyWrapped"
## 
## [[8785]]
## [1] "gabeahhlicious: I predict my top podcast will bei do not listen to podcasts #SpotifyWrapped"
## 
## [[8786]]
## [1] "CoolnessPcs: I predict my top artist will be lovejoy #SpotifyWrapped"
## 
## [[8787]]
## [1] "gabeahhlicious: I predict my top artist will be car seat headrest #SpotifyWrapped"
## 
## [[8788]]
## [1] "yyangire: just drop it 🚬 #SpotifyWrapped"
## 
## [[8789]]
## [1] "susannasalieri: I predict my top podcast will be [anything goes with Emma Chamberlain] #SpotifyWrapped"
## 
## [[8790]]
## [1] "aLFRED0SAUCE: As a JW, the day #SpotifyWrapped drops is our Christmas 😆"
## 
## [[8791]]
## [1] "gabeahhlicious: I predict my top genre will be rock? idfk lol #SpotifyWrapped"
## 
## [[8792]]
## [1] "bozobuildskeebs: I predict my top artist will be https://t.co/hlFethMmfz #SpotifyWrapped"
## 
## [[8793]]
## [1] "alishamk8: woke up and it's trending but where tf is it #SpotifyWrapped"
## 
## [[8794]]
## [1] "megthebeast: I predict my top podcast will be miss gemma collins herself #SpotifyWrapped"
## 
## [[8795]]
## [1] "gabeahhlicious: I predict my most played song will be beach life in death probably or between the bars #SpotifyWrapped"
## 
## [[8796]]
## [1] "stalkingnic: I predict my top artist will be [Kenia Os] #SpotifyWrapped"
## 
## [[8797]]
## [1] "megthebeast: I predict my top artist will be Harry or Blossoms #SpotifyWrapped"
## 
## [[8798]]
## [1] "FaizanSaif21: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[8799]]
## [1] "sinceranmi: I predict my top podcast will be Livraria em Casa do Paulo Ratz (@livrariaemcasa) #SpotifyWrapped"
## 
## [[8800]]
## [1] "JCTrick: It’s that time of the year when you get to find out which of your friends has the crustiest taste in music. 🤟🤣… https://t.co/uCQCT4YzMN"
## 
## [[8801]]
## [1] "bejeweledstyles: I predict my top artist will be taylor swift obviously #SpotifyWrapped"
## 
## [[8802]]
## [1] "stalkingnic: I predict my top genre will be [Pop] #SpotifyWrapped"
## 
## [[8803]]
## [1] "megthebeast: I predict my top genre will probs be indie  #SpotifyWrapped"
## 
## [[8804]]
## [1] "anotemusic: @Spotify has officially launched the #SpotifyWrapped hashflag for 2022. What do you predict will be your #1 song, g… https://t.co/pCoAoOLK3s"
## 
## [[8805]]
## [1] "bejeweledstyles: I predict my most played song will be anything but me by muna #SpotifyWrapped"
## 
## [[8806]]
## [1] "stefosaurus_rex: You can't hurt me. You're not my #spotifywrapped"
## 
## [[8807]]
## [1] "bozobuildskeebs: I predict my top genre will be Rap #SpotifyWrapped"
## 
## [[8808]]
## [1] "Haziqrighthere: I predict my top artist will be [Mariah Carey or Yuna] #SpotifyWrapped"
## 
## [[8809]]
## [1] "megthebeast: I predict my most played song will be Daylight by Mr HS #SpotifyWrapped"
## 
## [[8810]]
## [1] "bozobuildskeebs: I predict my most played song will be https://t.co/RgVRRFojz7 #SpotifyWrapped"
## 
## [[8811]]
## [1] "PeaceFF47: I predict my top artist will be Burnout Syndromes #SpotifyWrapped"
## 
## [[8812]]
## [1] "aliens_77: Where tf is it!?!? #SpotifyWrapped https://t.co/LKyWpRQReO"
## 
## [[8813]]
## [1] "Anastacia026: I predict my top podcast will be @LeBatardShow #SpotifyWrapped"
## 
## [[8814]]
## [1] "waxcomets: I predict my most played song will be grapes by james marriott but its because i looped it for six consecutive hours #SpotifyWrapped"
## 
## [[8815]]
## [1] "LAUFEYS6NS: I predict my most played song will be as it was #SpotifyWrapped"
## 
## [[8816]]
## [1] "xradx666: I predict my top genre will be punk #SpotifyWrapped"
## 
## [[8817]]
## [1] "BUGIFYZ: WHY DID YALL ADD FUCKING STORIES?? GIVE US WHAT WE WANT NOT THIS  #SpotifyWrapped"
## 
## [[8818]]
## [1] "jooniieuwu: I predict my most played song will be run bts 🥱 #SpotifyWrapped"
## 
## [[8819]]
## [1] "defaultferrari: I predict my top artist will be [Cigarettes After Sex] #SpotifyWrapped"
## 
## [[8820]]
## [1] "lousunflower28: I predict my top artist will be Louis!! #SpotifyWrapped"
## 
## [[8821]]
## [1] "PeaceFF47: I predict my top genre will be J pop #SpotifyWrapped"
## 
## [[8822]]
## [1] "StoryforDay: Best hunter,puppy catches snake\n\n#SoundCloud #SpotifyWrapped  #KKKevinMcCarthy #KORGHA https://t.co/JmdeZe6IMD"
## 
## [[8823]]
## [1] "defaultferrari: I predict my top genre will be [Pop] #SpotifyWrapped"
## 
## [[8824]]
## [1] "ChicagoCyber: There’s still time to binge music to pad your plays for #SpotifyWrapped"
## 
## [[8825]]
## [1] "defaultferrari: I predict my most played song will be [K. by Cigarettes After Sex] #SpotifyWrapped"
## 
## [[8826]]
## [1] "midnightslftv: I predict my top artist will be 5SOS #SpotifyWrapped"
## 
## [[8827]]
## [1] "midnightslftv: I predict my top genre will be pop? #SpotifyWrapped"
## 
## [[8828]]
## [1] "beckyboris: Practising my shocked face for when Spotify announces @PLACEBOWORLD as my most listened to artist of 2022… https://t.co/PBQnvCNaOa"
## 
## [[8829]]
## [1] "Claudia_GarSim: I predict my top genre will be Modern Rock #SpotifyWrapped"
## 
## [[8830]]
## [1] "CactiFighting: If you’re still in queu to be played, stay in the queu! If you’re in the queu before #SpotifyWrapped releases your streams will count!"
## 
## [[8831]]
## [1] "natalie_anne_99: I predict my top podcast will be UK True Crime Podcast #SpotifyWrapped"
## 
## [[8832]]
## [1] "midnightslftv: I predict my most played song will be 2011 #SpotifyWrapped"
## 
## [[8833]]
## [1] "TheJoshGriggs: I predict my top artist will be @oliviarodrigo #SpotifyWrapped"
## 
## [[8834]]
## [1] "druigbabe: I predict my top artist will be [idk i cant its too much] #SpotifyWrapped"
## 
## [[8835]]
## [1] "RhysTheBear: Looking forward to seeing the tweet of some girl pretending she came up with the idea of #SpotifyWrapped when she w… https://t.co/GYdPJfyO79"
## 
## [[8836]]
## [1] "phhstyls: I predict my top artist will be Harry styles  #SpotifyWrapped"
## 
## [[8837]]
## [1] "natalie_anne_99: I predict my top artist will be Billy Joel #SpotifyWrapped"
## 
## [[8838]]
## [1] "Youssef_tweeets: I predict my most played song will be  Attracted to you by 'Pinkpatheress' #SpotifyWrapped"
## 
## [[8839]]
## [1] "realKateL: I predict my most played song will be Skeletons by @Labrinth #SpotifyWrapped"
## 
## [[8840]]
## [1] "clean_digital: The wait is over...PPC Wrapped is here!!📽️🎬🎞️🚀💫\n\n💥See you again in 2023💥\n\n[inspired by #spotify🎵]\n#ppc… https://t.co/8tz69qaUd5"
## 
## [[8841]]
## [1] "heateor: OWN a Website? Allow your Website Visitors to Login to your Website via their Spotify, Twitter, Instagram and 24 Ot… https://t.co/nYXLuBwvQH"
## 
## [[8842]]
## [1] "druigbabe: I predict my top genre will be [idk pop??] #SpotifyWrapped"
## 
## [[8843]]
## [1] "natalie_anne_99: I predict my most played song will be What a Catch, Donnie #SpotifyWrapped"
## 
## [[8844]]
## [1] "caibonesjones: I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped Rap"
## 
## [[8845]]
## [1] "egocsb: I predict my top podcast will be POKS #SpotifyWrapped"
## 
## [[8846]]
## [1] "MsGretchenMVila: I predict my most played song will be Cozy by Beyoncé #SpotifyWrapped"
## 
## [[8847]]
## [1] "druigbabe: I predict my most played song will be new girl by labrinth #SpotifyWrapped"
## 
## [[8848]]
## [1] "OurFreeBird: I predict my most played song will be some kind of Synthwave #SpotifyWrapped"
## 
## [[8849]]
## [1] "Lucid_Hielx: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped Michael Jackson"
## 
## [[8850]]
## [1] "caibonesjones: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped Shake that by Eminem"
## 
## [[8851]]
## [1] "SinkingWine: I bet my most played song will be Valentino #SpotifyWrapped"
## 
## [[8852]]
## [1] "egocsb: I predict my top artist will be bts (or twice 🧐) #SpotifyWrapped"
## 
## [[8853]]
## [1] "Lucid_Hielx: I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped Pop"
## 
## [[8854]]
## [1] "PeaceFF47: I predict my most played song will be Quevedo:Bzrp music sessions, vol. 52 #SpotifyWrapped"
## 
## [[8855]]
## [1] "Lucid_Hielx: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped Virgo’s Groove -Beyoncé"
## 
## [[8856]]
## [1] "magabs: I predict my most played song will be All To Well by @taylorswift13  #SpotifyWrapped"
## 
## [[8857]]
## [1] "pvrecocaine: I BEEN THINKIN OF DYIN MY HAIR RED, JUS TO LOOK LIKE A PINT KF RED #SpotifyWrapped https://t.co/0p5bnm7ZTZ"
## 
## [[8858]]
## [1] "mad_woman1989: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[8859]]
## [1] "egocsb: I predict my top genre will be kpop #SpotifyWrapped"
## 
## [[8860]]
## [1] "aesthetic_52Hz: I predict my top artist will be [&amp;TEAM/andAUDITION] #SpotifyWrapped\n\nCheck out my pin twt😌"
## 
## [[8861]]
## [1] "BigNickSimons: I predict my top genre will be brutal death metal, or 50’s Country  #SpotifyWrapped"
## 
## [[8862]]
## [1] "blueandgrey02: I predict my most played song will be [RUN BTS] #SpotifyWrapped https://t.co/bMiyWwZGLx"
## 
## [[8863]]
## [1] "gm1ddy: If your #SpotifyWrapped isn’t completely filled with @PlayStreamBeats by @HarrisHeller have you even been using dmc… https://t.co/YKq1dVvKQ2"
## 
## [[8864]]
## [1] "Claudia_GarSim: I predict my most played song will be I Drink Wine #SpotifyWrapped"
## 
## [[8865]]
## [1] "dorthyhrry: I predict my top podcast will be taste buds #SpotifyWrapped"
## 
## [[8866]]
## [1] "scaracooochie: I predict my top artist will be loona #SpotifyWrapped"
## 
## [[8867]]
## [1] "HenzPlayz_: I predict my top artist will be [Andrew Garfield] #SpotifyWrapped"
## 
## [[8868]]
## [1] "dorthyhrry: I predict my top artist will be harry styles #SpotifyWrapped"
## 
## [[8869]]
## [1] "xTrepyy: I predict my top artist will be BLADEE!!!! #SpotifyWrapped"
## 
## [[8870]]
## [1] "OOkayOak: I predict my top artist will be will wood. the silly tapeworm man #SpotifyWrapped"
## 
## [[8871]]
## [1] "Edgar_AllanHoe: I predict my top podcast will be Plumbing the Death Star #SpotifyWrapped"
## 
## [[8872]]
## [1] "draggabeats: The illest festival you’ve ever experienced. Pre-Sale tickets this Friday. #InstaFest #SpotifyWrapped #Spotify… https://t.co/yXcITnFzDQ"
## 
## [[8873]]
## [1] "1111elisa: When is our #SpotifyWrapped??? I need to know so I can get my sexy outfit prepared"
## 
## [[8874]]
## [1] "dorthyhrry: I predict my top genre will be pop #SpotifyWrapped"
## 
## [[8875]]
## [1] "asplitend: I predict my top artist will be harry styles theres no way its not #SpotifyWrapped"
## 
## [[8876]]
## [1] "HenzPlayz_: I predict my top genre will be [Rock] #SpotifyWrapped"
## 
## [[8877]]
## [1] "tancam1983: I predict my most played song will be Aqueous transmission by @IncubusBand as I play it every day to send me and my… https://t.co/g0vHJCegnl"
## 
## [[8878]]
## [1] "721_saurabh: I predict my top podcast will be [ I only listen music ] #SpotifyWrapped"
## 
## [[8879]]
## [1] "NavyBurgundy: I predict my top artist will be Mariah Carey #SpotifyWrapped"
## 
## [[8880]]
## [1] "HenzPlayz_: I predict my most played song will be [30/90 from Tick…Tick…BOOM!] #SpotifyWrapped"
## 
## [[8881]]
## [1] "dorthyhrry: I predict my most played song will be from the dining table by harry styles #SpotifyWrapped"
## 
## [[8882]]
## [1] "brandao_237: I predict my top artist will be [Bladee] #SpotifyWrapped"
## 
## [[8883]]
## [1] "Edgar_AllanHoe: I predict my top artist will be Bowling for Soup #SpotifyWrapped"
## 
## [[8884]]
## [1] "HanbinForever07: I predict my most played song will be BTBT no cap #SpotifyWrapped https://t.co/2iLPTHm0sa"
## 
## [[8885]]
## [1] "gr8queenreanne: I predict my top genre will be pop (for sure) #SpotifyWrapped"
## 
## [[8886]]
## [1] "721_saurabh: I predict my top artist will be [ @taylorswift13]  #SpotifyWrapped"
## 
## [[8887]]
## [1] "megsypieee: I predict my most played song will be something from @ChrisMotionless @MIWband because that's all I've listened to… https://t.co/4yelCDy5Hk"
## 
## [[8888]]
## [1] "themarkdennison: I predict my top artist will be Turnstile. I’m not even predicting this, considering in less than a year they’ve be… https://t.co/t8QhgvhJaz"
## 
## [[8889]]
## [1] "Parategan: My big flex is that Running Up That Hill was in my #SpotifyWrapped last year pre-Stranger Things"
## 
## [[8890]]
## [1] "t6p8x6: I predict my top artist will be [@KublaiKhanTX ] #SpotifyWrapped"
## 
## [[8891]]
## [1] "aarias288: Super excited  #SpotifyWrapped"
## 
## [[8892]]
## [1] "Edgar_AllanHoe: I predict my top genre will be Pop Punk #SpotifyWrapped"
## 
## [[8893]]
## [1] "gr8queenreanne: I predict my most played song will be cardigan by Taylor Swift #SpotifyWrapped"
## 
## [[8894]]
## [1] "HartkopfMarcos: I predict my top artist will be [The Weeknd] #SpotifyWrapped"
## 
## [[8895]]
## [1] "SamshuzzamanM: Any custom stationery item as per your requirements with max number of revisions, Affordable price, and Your Satisf… https://t.co/Kipsqsbfxy"
## 
## [[8896]]
## [1] "outofsober: I predict my top artist will be Louis Tomlinson #SpotifyWrapped"
## 
## [[8897]]
## [1] "721_saurabh: I predict my top genre will be [ pop music or korean osts ] #SpotifyWrapped"
## 
## [[8898]]
## [1] "tancam1983: I predict my top artist will be [@IncubusBand ] #SpotifyWrapped"
## 
## [[8899]]
## [1] "nanamisayang: I predict my most played song will be Tiara (Raffa Affar Cover) #SpotifyWrapped"
## 
## [[8900]]
## [1] "gusfringlover60: I predict my most played song will be negro y  azul from breaking bad 💪💪💪💪#SpotifyWrapped"
## 
## [[8901]]
## [1] "HartkopfMarcos: I predict my top genre will be [Pop] #SpotifyWrapped"
## 
## [[8902]]
## [1] "brandao_237: I predict my most played song will be [Bladee - Obedient] #SpotifyWrapped"
## 
## [[8903]]
## [1] "HartkopfMarcos: I predict my most played song will be [Save Your Tears - The Weeknd] #SpotifyWrapped"
## 
## [[8904]]
## [1] "Edgar_AllanHoe: I predict my most played song will be I Wanna Be Brad Pitt #SpotifyWrapped"
## 
## [[8905]]
## [1] "EmpireStateBldg: My #spotifywrapped cannot be beat https://t.co/HUPELmGOkE"
## 
## [[8906]]
## [1] "caratfrsvt: I predict my top artist will be nct #SpotifyWrapped"
## 
## [[8907]]
## [1] "721_saurabh: my most played song will be [ Apocalypse ] #SpotifyWrapped"
## 
## [[8908]]
## [1] "lilmzfenty: I predict my most played song will be heated by Beyoncé #SpotifyWrapped"
## 
## [[8909]]
## [1] "kat_desi: I predict my top artist will be @Harry_Styles #SpotifyWrapped"
## 
## [[8910]]
## [1] "anesumuzenda: ladies and gentlemen, I'm a new person and whatever type of music comes up on my #SpotifyWrapped is in no way repre… https://t.co/nko4ZBe92A"
## 
## [[8911]]
## [1] "outofsober: I predict my top genre will be pop (?) #SpotifyWrapped"
## 
## [[8912]]
## [1] "caratfrsvt: I predict my top genre will be kpop #SpotifyWrapped"
## 
## [[8913]]
## [1] "outofsober: I predict my most played song will be All This Time by Louis Tomlinson #SpotifyWrapped"
## 
## [[8914]]
## [1] "SlSTEROFTHEMOON: I predict my top song will be Paper Bag by Fiona Apple #SpotifyWrapped"
## 
## [[8915]]
## [1] "caratfrsvt: I predict my most played song will be o.o #SpotifyWrapped"
## 
## [[8916]]
## [1] "btsoperia: I predict my top artist will be  Bts #SpotifyWrapped"
## 
## [[8917]]
## [1] "ammrhrth: letsfuckinggo #SpotifyWrapped"
## 
## [[8918]]
## [1] "antonioomoro_: I predict my top artist will be Kanye West #SpotifyWrapped"
## 
## [[8919]]
## [1] "salamrezame: I Am Offering Guest Posts From The High-Authority Website, which Is Being Updated Every Day.\n\ncontact me:… https://t.co/yyG7cCeD9J"
## 
## [[8920]]
## [1] "Yinzermania: my therapist when i show her my #SpotifyWrapped this year https://t.co/FPUckRzCS6"
## 
## [[8921]]
## [1] "rhinomrl: I predict my most played song will be a song #SpotifyWrapped"
## 
## [[8922]]
## [1] "wildfelI: what are y’all wearing to the #spotifywrapped party"
## 
## [[8923]]
## [1] "petr_hradecky: I'm very excited 🤩  #spotifywrapped"
## 
## [[8924]]
## [1] "ExoSaul: I predict my top artist will be Mother Mother #SpotifyWrapped"
## 
## [[8925]]
## [1] "generictwhandIe: Me pretending not to care about #SpotifyWrapped so it comes faster https://t.co/6wzXn1Xewa"
## 
## [[8926]]
## [1] "ExoSaul: I predict my top genre will be Vancouver Indie #SpotifyWrapped"
## 
## [[8927]]
## [1] "withustarlost: I predict my most played song will be star lost by stray kids o sino me m4to #SpotifyWrapped"
## 
## [[8928]]
## [1] "bbbbbeeeennnn: I predict my most played song will be Harlequin by @unlikepluto #SpotifyWrapped"
## 
## [[8929]]
## [1] "Sherline_k: Another day to be anxious about #SpotifyWrapped as if I don't know that singer, song writer, actor, grammy award no… https://t.co/XZAhOMsjJi"
## 
## [[8930]]
## [1] "ExoSaul: I predict my most played song will be ghosting 😳😳😳😳😳#SpotifyWrapped"
## 
## [[8931]]
## [1] "benj_robinson: I predict my top artist will be @sopharela #SpotifyWrapped"
## 
## [[8932]]
## [1] "antonioomoro_: I predict my most played song will be “How to Disappear Completely” by Radiohead #SpotifyWrapped"
## 
## [[8933]]
## [1] "Silenterc: I predict my most played song will be [Frank Wild, Kafuu - Hafo] #SpotifyWrapped"
## 
## [[8934]]
## [1] "gabrielcpok: I predict my top artist will be Taylor Swift #SpotifyWrapped https://t.co/a9gBjwLoPb"
## 
## [[8935]]
## [1] "Samiii90210: I predict my top artist will be [Kendrick Lamar] #SpotifyWrapped"
## 
## [[8936]]
## [1] "katehannififi: Me when Spotify wrapped comes out and it’s all Taylor Swift #spotifywrapped https://t.co/p4DFj3tTVo"
## 
## [[8937]]
## [1] "Samiii90210: I predict my most played song will be [Kendrick Lamar - DNA.] #SpotifyWrapped"
## 
## [[8938]]
## [1] "generictwhandIe: RELEASE IT NOW #SpotifyWrapped https://t.co/TMk5IEcDk4"
## 
## [[8939]]
## [1] "TomShaw20: Please for the love of god please don’t let Coldplay be my most listened to artist for the 5th year in a row. I wou… https://t.co/CFPQ2YMLVX"
## 
## [[8940]]
## [1] "gabrielcpok: I predict my most played song will be I Bet You Think About Me (Taylor's version) #SpotifyWrapped"
## 
## [[8941]]
## [1] "aguapapi_: I predict my top artist will be Morat #SpotifyWrapped"
## 
## [[8942]]
## [1] "makaylaaaaa14: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped ARE WE STILL FRIENDS tylerrrr"
## 
## [[8943]]
## [1] "cmoifc: I predict my top artist will be Drizzy for sure #SpotifyWrapped"
## 
## [[8944]]
## [1] "Caitlin89145465: I predict my most played song will be Matilda by Harry Styles #SpotifyWrapped"
## 
## [[8945]]
## [1] "aguapapi_: I predict my top genre will be POP #SpotifyWrapped"
## 
## [[8946]]
## [1] "aguapapi_: I predict my most played song will be alguna de Morat xd #SpotifyWrapped"
## 
## [[8947]]
## [1] "undergaslamps: Genuinely fucking nervous this year #SpotifyWrapped"
## 
## [[8948]]
## [1] "theswiftiery: I predict my top artist will be TAYLOR MASTERMIND SWIFT #SpotifyWrapped"
## 
## [[8949]]
## [1] "seobsuniverse: I predict my top artist will be BTS of course  #SpotifyWrapped"
## 
## [[8950]]
## [1] "Teentanie: I predict my top artist will be [@pledis_17] #SpotifyWrapped"
## 
## [[8951]]
## [1] "AbhaiTanwar: I predict my most played song will be London View by OTP #SpotifyWrapped"
## 
## [[8952]]
## [1] "SimplyKun33: I predict my top artist will be @talhahanjum or @kendricklamar #SpotifyWrapped"
## 
## [[8953]]
## [1] "sarangyour13: I predict my most played song will be blood,swear and tears #SpotifyWrapped"
## 
## [[8954]]
## [1] "moveslikethis: I predict my most played song will be *screams violently* #SpotifyWrapped"
## 
## [[8955]]
## [1] "Teentanie: I predict my top genre will be [kpop] 😂😂 soo easy #SpotifyWrapped"
## 
## [[8956]]
## [1] "onelowthree: I predict my top artist will be @theweeknd #SpotifyWrapped"
## 
## [[8957]]
## [1] "kookjinrts: I predict my top podcast will be Libra hoy definitivamente jsjsjsj #SpotifyWrapped"
## 
## [[8958]]
## [1] "PERIODPINK: I predict my most played song will be Pink Venom #SpotifyWrapped"
## 
## [[8959]]
## [1] "SimplyKun33: I predict my top genre will be Desi Hip Hop #SpotifyWrapped"
## 
## [[8960]]
## [1] "cloudismad: When it just a different order of the same songs I am disgustingly attached to #SpotifyWrapped https://t.co/SVE7lzUhTb"
## 
## [[8961]]
## [1] "rainnnyluna: @tbhcreaturekins yeah real. #spotifywrapped got the weird hashflag thing today so it’s probably close teehee"
## 
## [[8962]]
## [1] "moveslikethis: I predict my top genre will be sex #SpotifyWrapped"
## 
## [[8963]]
## [1] "onelowthree: I predict my top genre will be synth pop #SpotifyWrapped"
## 
## [[8964]]
## [1] "kookjinrts: I predict my top artist will be BTS #SpotifyWrapped"
## 
## [[8965]]
## [1] "Teentanie: I predict my most played song will be [either dandelions or shadow by seventeen] #SpotifyWrapped"
## 
## [[8966]]
## [1] "hypateea: I predict my most played song will be Kaiserion #SpotifyWrapped"
## 
## [[8967]]
## [1] "moveslikethis: I predict my top podcast will be [im not a nerd but if i was it’d be this american life or wait wait don’t tell me] #SpotifyWrapped"
## 
## [[8968]]
## [1] "thatslilla: I predict my top artist will be Arctic Monkeys\n #SpotifyWrapped"
## 
## [[8969]]
## [1] "kurtslimabean: i predict my top artist is gonna be them,,,\n#SpotifyWrapped https://t.co/Ptr0auwH70"
## 
## [[8970]]
## [1] "lurvespatpran: I predict my top artist will be Justin Bieber as always 💁🏼‍♀️ #SpotifyWrapped"
## 
## [[8971]]
## [1] "languinii: I predict my most played song will be Best Friends By 5 seconds of summer because i listened to that crap for MONTH… https://t.co/rQBawzi6tv"
## 
## [[8972]]
## [1] "torpidmiscreant: I predict my top genre will be Gay #SpotifyWrapped"
## 
## [[8973]]
## [1] "Dove_HimikoToga: I predict my top artist will be Twenty One Pilots #SpotifyWrapped"
## 
## [[8974]]
## [1] "kookjinrts: I predict my top genre will be pop? #SpotifyWrapped"
## 
## [[8975]]
## [1] "onelowthree: I predict my most played song will be Envolver by @Anitta #SpotifyWrapped"
## 
## [[8976]]
## [1] "Taylorqueen133: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[8977]]
## [1] "AJ85004018: I predict my most played song will be I Like You-JonnyBDope #SpotifyWrapped"
## 
## [[8978]]
## [1] "karimact: I predict my top artist will be TAYLOR SWIFT PER USUAL 🧣#SpotifyWrapped"
## 
## [[8979]]
## [1] "matthewmalerba: I predict my top artist will be #TaylorSwift #SpotifyWrapped"
## 
## [[8980]]
## [1] "kookjinrts: I predict my most played song will be Yet to come  #SpotifyWrapped"
## 
## [[8981]]
## [1] "SammieDeexl: Today is the day 🤩 #SpotifyWrapped"
## 
## [[8982]]
## [1] "mastermindbby: Lowkey don’t know what my #SpotifyWrapped is gonna look like bc I just switched from Apple Music like 2 months ago 🫣"
## 
## [[8983]]
## [1] "Taylorqueen133: I predict my top genre will be [Pop] #SpotifyWrapped"
## 
## [[8984]]
## [1] "Dove_HimikoToga: //I predict my most played song will be Cloud 9 by Beach Bunny #SpotifyWrapped"
## 
## [[8985]]
## [1] "MeredithABriggs: I predict my top artist will be [@twentyonepilots ] #SpotifyWrapped"
## 
## [[8986]]
## [1] "kimberlyapills: I predict my top artist will be @taylorswift13 as it has been since #SpotifyWrapped was started. #seniorswiftie"
## 
## [[8987]]
## [1] "daddylonglegz4: hmmm i wonder who my number one artist will be #SpotifyWrapped https://t.co/JxdUCxg29X"
## 
## [[8988]]
## [1] "James_SWilson: I predict my most played song will be Michelle by Sir Chloe #SpotifyWrapped"
## 
## [[8989]]
## [1] "matthewmalerba: I predict my most played song will be #AllTooWell10MinuteVersion #SpotifyWrapped"
## 
## [[8990]]
## [1] "moonb3auty: I predict my top artist will be [Tyler, The Creator] #SpotifyWrapped"
## 
## [[8991]]
## [1] "Taylorqueen133: I predict my most played song will be Karma by Taylor Swift  #SpotifyWrapped"
## 
## [[8992]]
## [1] "moonb3auty: I predict my top genre will be [rap, gospel, or afrofuturism] #SpotifyWrapped"
## 
## [[8993]]
## [1] "gintaka69: I predict my top artist will be radiohead #SpotifyWrapped"
## 
## [[8994]]
## [1] "realmyola1: I predict my top genre will be [ Trap ] #SpotifyWrapped"
## 
## [[8995]]
## [1] "moonb3auty: I predict my most played song will be [mars by redveil or Walkin by Denzel Curry] #SpotifyWrapped"
## 
## [[8996]]
## [1] "ilyryanreynolds: My #SpotifyWrapped is about to be filled with The Weeknd, The Top Gun Maverick soundtrack and Spirited soundtrack 😅🤷‍♀️"
## 
## [[8997]]
## [1] "heeeyimkim: @Spotify you really dragging this shit #SpotifyWrapped hurry up"
## 
## [[8998]]
## [1] "x_emo_mermaid_x: I predict my top artist will be @taylorswift13 #SpotifyWrapped"
## 
## [[8999]]
## [1] "martasoosa: I predict my top artist will be 5sos #SpotifyWrapped"
## 
## [[9000]]
## [1] "yaemichi: #SpotifyWrapped STOP TEASING AND RELEASE IT ALREADY https://t.co/67OraIXvrt"
## 
## [[9001]]
## [1] "misterrob98: I predict my top artist will be [Bebe Rexha] #SpotifyWrapped"
## 
## [[9002]]
## [1] "SaulRaja: I’m ready #SpotifyWrapped ! https://t.co/NUOWsPcHSX"
## 
## [[9003]]
## [1] "m2kk379: FFS I JUS WANNA SEE HOW I DID AS A ARTIST IN 2022 #SpotifyWrapped"
## 
## [[9004]]
## [1] "AgeofAultron: I predict my top artist will be @bearhandsband #SpotifyWrapped"
## 
## [[9005]]
## [1] "ayeleeminho: #SpotifyWrapped CANT WAIT TO SEE MY IDOL THIS YEAR HHAHAHAHAHAHA"
## 
## [[9006]]
## [1] "jaxdavids: I predict my most played song will be Love Of My Life by #HarryStyles #SpotifyWrapped"
## 
## [[9007]]
## [1] "pipeandmusic: #SpotifyWrapped  Who do you think will be the number artist? Number 1 song and genre? https://t.co/TtWul41EtM"
## 
## [[9008]]
## [1] "Nothere4Lng: My last two brain cells when my #SpotifyWrapped is finally revealed https://t.co/sbaWf9HPgZ"
## 
## [[9009]]
## [1] "eucarolmanoel: I predict my top artist will be Austin Butler ou Elvis Presley #SpotifyWrapped"
## 
## [[9010]]
## [1] "misterrob98: I predict my most played song will be [Empty by Bebe Rexha] #SpotifyWrapped"
## 
## [[9011]]
## [1] "beth06231: I predict my most played song will be Seventeen Hot #SpotifyWrapped"
## 
## [[9012]]
## [1] "damikay: You have to order one of these before it's too late! @kickbooster #kickbooster  https://t.co/n4aJ7YjgW9 #Facundo Ca… https://t.co/9Smrzmf4H5"
## 
## [[9013]]
## [1] "damikay: You have to order one of these before it's too late! @kickbooster #kickbooster  https://t.co/72vnYUpKut #Facundo Ca… https://t.co/Nex2t2ca9J"
## 
## [[9014]]
## [1] "zee__20: I predict my top artist will be chris brown #SpotifyWrapped"
## 
## [[9015]]
## [1] "beth06231: I predict my top artist will be oooo Seventeen or Ateez, depending when they stopped logging my listening #SpotifyWrapped"
## 
## [[9016]]
## [1] "Lulu67131640: ✨Taste✨ #SpotifyWrapped https://t.co/rS30Wi8Haa"
## 
## [[9017]]
## [1] "damikay: You have to order one of these before it's too late! @kickbooster #kickbooster  https://t.co/PISf7NtOCv #Facundo Ca… https://t.co/6eAJxcamux"
## 
## [[9018]]
## [1] "Melonhead414: me waiting for my #spotifywrapped to come out after teasing me for a week: https://t.co/YeBVoUOuxF"
## 
## [[9019]]
## [1] "PlantzEmoji: I predict my most played song will be wouldve couldve shouldve #SpotifyWrapped"
## 
## [[9020]]
## [1] "damikay: You have to order one of these before it's too late! @kickbooster #kickbooster  https://t.co/u4xdlgpWKU #Facundo Ca… https://t.co/qFTtHZc55R"
## 
## [[9021]]
## [1] "zee__20: I predict my most played song will be we (warm embrace) by chris brown #SpotifyWrapped"
## 
## [[9022]]
## [1] "scrptdmikey: I predict my top podcast will be that one that posted wayf live #SpotifyWrapped"
## 
## [[9023]]
## [1] "Spettacomedy: In two days, we'll have countless #SpotifyWrapped memes that aren't even remotely funny. Half of them will most lik… https://t.co/IF3Pv0PdJE"
## 
## [[9024]]
## [1] "oliiviafdez_: I predict my top artist will be [Glee Cast] #SpotifyWrapped"
## 
## [[9025]]
## [1] "damikay: You have to order one of these before it's too late! @kickbooster #kickbooster  https://t.co/agvranSl7W #Facundo Ca… https://t.co/UvL6W3RUdD"
## 
## [[9026]]
## [1] "ilyryanreynolds: I predict my top 5 artists in my #SpotifyWrapped will be \n1. The Weeknd\n2. Ryan Reynolds\n3. Will Ferrell\n4. One Republic \n5. Taylor Swift"
## 
## [[9027]]
## [1] "KerriOlorcain: Having an eclectic taste in music 🎶 \n\nWonder what 2022 Spotify wrapped will be \n\nJust drop it already… https://t.co/x9IoeQYfUx"
## 
## [[9028]]
## [1] "beth06231: I predict my top genre will be k-pop (this one is easy lol) #SpotifyWrapped"
## 
## [[9029]]
## [1] "eucarolmanoel: I predict my top genre will be pop ou R&amp;B #SpotifyWrapped"
## 
## [[9030]]
## [1] "dissumlight: idc abt my  #SpotifyWrapped cause i track my music all year long 😭"
## 
## [[9031]]
## [1] "aesthetic_52Hz: I predict my most played song will be [the final countdown] by &amp;TEAM/ andAUDITION \nIf not then it's definitely will… https://t.co/Q2ovbydTkQ"
## 
## [[9032]]
## [1] "kuromibatwings: my top artist's gonna be doja i can feel it #SpotifyWrapped"
## 
## [[9033]]
## [1] "_estanilo: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[9034]]
## [1] "vickygg97: I predict my top artist will be @taylorswift13 #SpotifyWrapped"
## 
## [[9035]]
## [1] "scrptdmikey: I predict my top artist will be 5sos #SpotifyWrapped"
## 
## [[9036]]
## [1] "Yiye_OC: I predict my top podcast will be @DesenredaMadeja #SpotifyWrapped"
## 
## [[9037]]
## [1] "Ozy_The_Ghost: I predict my top podcast will be [probably just some random podcast with songs on it 🧍] #SpotifyWrapped\n\n(It better… https://t.co/nDRt79CG05"
## 
## [[9038]]
## [1] "PhyllisKDick: If #SpotifyWrapped doesn't stop edging me... https://t.co/mB2UOqoJMw"
## 
## [[9039]]
## [1] "sushihottrash: my spotify wrapped is gonna look so bad 😭😭 #SpotifyWrapped"
## 
## [[9040]]
## [1] "iCruells: I just muted #SpotifyWrapped from the TL. My sanity is now somewhat saved."
## 
## [[9041]]
## [1] "TheRiverIsSilly: My #SpotifyWrapped is gonna be challenging lizzies reighn in minutes of music lmao"
## 
## [[9042]]
## [1] "AIdelfonzo: I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped\ndistractable"
## 
## [[9043]]
## [1] "scrptdmikey: I predict my top genre will be some kind of pop #SpotifyWrapped"
## 
## [[9044]]
## [1] "filteroflwt: I predict my top artist will be Louis Tomlinson #SpotifyWrapped"
## 
## [[9045]]
## [1] "AIdelfonzo: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped\njoji 😽"
## 
## [[9046]]
## [1] "rapperrbr: Stream my Ep Cinematic Depression one last time before #SpotifyWrapped 2022 🙏🏽 #Spotifymusic… https://t.co/rne1xKeXex"
## 
## [[9047]]
## [1] "filteroflwt: I predict my top genre will be pop #SpotifyWrapped"
## 
## [[9048]]
## [1] "AIdelfonzo: I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped pop 💔"
## 
## [[9049]]
## [1] "GabiWhittred: I predict my top genre will be alternative rock idk #SpotifyWrapped"
## 
## [[9050]]
## [1] "simplydesmond: I predict my top artist will be [Nicki Minaj] #SpotifyWrapped"
## 
## [[9051]]
## [1] "eIectricdreamss: most played song Together In Electric Dreams by Phil Oakey and Giorgio Moroder #SpotifyWrapped"
## 
## [[9052]]
## [1] "PE_Canada: Black Friday sale is L I V E\nSave UPTO 60% compare to Amazon &amp; Other Retailer.\nShop Now: https://t.co/jq3y3PTR0a\nCh… https://t.co/izJrrawofb"
## 
## [[9053]]
## [1] "shawninthe604: My #SpotifyWrapped is going to be some order of Dolph, Sidhu, Lil Baby and maybe Payroll or Peezy"
## 
## [[9054]]
## [1] "AIdelfonzo: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped slow dancing in the dark-joji"
## 
## [[9055]]
## [1] "filteroflwt: I predict my most played song will be bigger than me - Louis Tomlinson  #SpotifyWrapped"
## 
## [[9056]]
## [1] "BrainBeastShaun: I predict my top artist will be @Interruptweets  #SpotifyWrapped"
## 
## [[9057]]
## [1] "TikTokSexHouse: #SpotifyWrapped is trending so we are 3 days away from learning how many people have been listening to POP RAP all year"
## 
## [[9058]]
## [1] "chantaje__: I predict my most played song will be Pink Venom  #SpotifyWrapped"
## 
## [[9059]]
## [1] "Ozy_The_Ghost: I predict my top artist will be [Wilbur Soot, Lovejoy, or New Hope Club] #SpotifyWrapped"
## 
## [[9060]]
## [1] "thomasdavyd99: the people have spoken @Spotify\n\nDrop the damn thing #SpotifyWrapped https://t.co/kYmJ6slddZ"
## 
## [[9061]]
## [1] "GabiWhittred: I predict my top artist will be takayan 100% #SpotifyWrapped"
## 
## [[9062]]
## [1] "gamja_kate: I predict my top artist will be TWICE! they remain supreme #SpotifyWrapped"
## 
## [[9063]]
## [1] "soapiax: I predict my top artist will be Linkin Park #SpotifyWrapped"
## 
## [[9064]]
## [1] "cowboy_like_ava: I predict my top artist will be Taylor Swift 1 billion percent!!! #SpotifyWrapped"
## 
## [[9065]]
## [1] "Ozy_The_Ghost: I predict my top genre will be […DSMP] #SpotifyWrapped\n(Please Spotify- please don’t do this to me-)"
## 
## [[9066]]
## [1] "GabiWhittred: I predict my most played song will be its true love by takayan?? idk #SpotifyWrapped"
## 
## [[9067]]
## [1] "rudyrudiirudeez: I predict my top artist will be mitski #SpotifyWrapped"
## 
## [[9068]]
## [1] "scrptdmikey: I predict my most played song will be all too well 10 min version #SpotifyWrapped"
## 
## [[9069]]
## [1] "gamja_kate: I predict my top genre will be kpop.... #SpotifyWrapped"
## 
## [[9070]]
## [1] "sassyswas: bc itni toh boards ke results ke lie nahi phati thi jitna spotify wrapped ke lie phat rahi hai🫥\n\n#SpotifyWrapped"
## 
## [[9071]]
## [1] "lovetyun_: I predict my top artist will be TOMORROW X TOGETHER #SpotifyWrapped"
## 
## [[9072]]
## [1] "soapiax: I predict my top genre will be Metal #SpotifyWrapped"
## 
## [[9073]]
## [1] "juanmatupater: I predict my top artist will be [Sam Fender] #SpotifyWrapped"
## 
## [[9074]]
## [1] "cowboy_like_ava: I predict my top genre will be pop! #SpotifyWrapped"
## 
## [[9075]]
## [1] "Ozy_The_Ghost: I predict my most played song will be [Lonely King: CG5] #SpotifyWrapped (this is like auto typed)"
## 
## [[9076]]
## [1] "NihilusVevo: No way my top artist isn't Bladee #SpotifyWrapped"
## 
## [[9077]]
## [1] "soapiax: I predict my most played song will be Crying Lightning - Arctic Monkeys] #SpotifyWrapped"
## 
## [[9078]]
## [1] "eucarolmanoel: I predict my most played song will be Trouble, versão do Austin Butler para o filme \"Elvis\". #SpotifyWrapped"
## 
## [[9079]]
## [1] "gamja_kate: I predict my most played song will be BASICS by TWICE #SpotifyWrapped"
## 
## [[9080]]
## [1] "juanmatupater: I predict my top genre will be [Indie Rock] #SpotifyWrapped"
## 
## [[9081]]
## [1] "lovetyun_: I predict my top genre will be K-pop #SpotifyWrapped"
## 
## [[9082]]
## [1] "cowboy_like_ava: I predict my most played song will be All Too Well (10 Minute Version) (Taylor’s Version) (From The Vault)!!!❤️❤️❤️❤️ #SpotifyWrapped"
## 
## [[9083]]
## [1] "donutsaregood28: I predict my top artist will be One Direction #SpotifyWrapped"
## 
## [[9084]]
## [1] "NihilusVevo: I predict my top genre will be Cloud Rap or Atl Rap #SpotifyWrapped"
## 
## [[9085]]
## [1] "juanmatupater: I predict my most played song will be [Get You Down] #SpotifyWrapped"
## 
## [[9086]]
## [1] "anittaplay: Esse ano ludsession em #1\n#SpotifyWrapped"
## 
## [[9087]]
## [1] "lovetyun_: I predict my most played song will be Opening Sequence #SpotifyWrapped"
## 
## [[9088]]
## [1] "28wallsbylouis: I predict my most played song will be We made it by Louis Tomlinson #SpotifyWrapped"
## 
## [[9089]]
## [1] "noellesaysmeoww: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped Taylor Swift"
## 
## [[9090]]
## [1] "believe0069: I predict my most played song will be Me Porto Bonito @sanbenito  #SpotifyWrapped"
## 
## [[9091]]
## [1] "NihilusVevo: I predict my most played song will be LOVESTORY #SpotifyWrapped https://t.co/BJ3dEFEmrd"
## 
## [[9092]]
## [1] "PotatoCarton: I predict my most played song will be the divine damsel of devistation from genshin #SpotifyWrapped"
## 
## [[9093]]
## [1] "DevinDesire: I predict my top artist will be [fill in top artist prediction] jid #SpotifyWrapped"
## 
## [[9094]]
## [1] "donutsaregood28: I predict my top genre will be Pop (I think?) #SpotifyWrapped"
## 
## [[9095]]
## [1] "namgikookies: I predict my top artist will be BTS #SpotifyWrapped"
## 
## [[9096]]
## [1] "donutsaregood28: I predict my most played song will be Through the Dark #SpotifyWrapped"
## 
## [[9097]]
## [1] "eyerollAngel: I predict my top artist will be @taylorswift13 #SpotifyWrapped"
## 
## [[9098]]
## [1] "LOGANXARCHER: I predict my top artist will be [The Weeknd] #SpotifyWrapped"
## 
## [[9099]]
## [1] "SplaRinn: I predict my most played song will be [Why Do I feat. Hatsune Miku by Set It Off] #SpotifyWrapped"
## 
## [[9100]]
## [1] "gonfhk_: I predict my top artist will be Taylor Swift  #SpotifyWrapped"
## 
## [[9101]]
## [1] "thismirr: I predict my most played song will be [Dream On] #SpotifyWrapped"
## 
## [[9102]]
## [1] "ivyromance: I predict my top artist will be I think Camila Cabello #SpotifyWrapped"
## 
## [[9103]]
## [1] "ListersGroup: I predict my most played song will be \"Cars\" by Gary Newman 🚗🎶 #SpotifyWrapped"
## 
## [[9104]]
## [1] "itslepp: When come out #SpotifyWrapped https://t.co/nZnFGLvjY5"
## 
## [[9105]]
## [1] "gonfhk_: I predict my top genre will be Alt Z #SpotifyWrapped"
## 
## [[9106]]
## [1] "BrainBeastShaun: I predict my top genre will be Ska for sure. #SpotifyWrapped"
## 
## [[9107]]
## [1] "bluemonkeyape: I predict my most played song will be anything off of Slut Pop tbh 😅 #SpotifyWrapped"
## 
## [[9108]]
## [1] "believe0069: I predict my top genre will be House #SpotifyWrapped"
## 
## [[9109]]
## [1] "lvbeargyu: I predict my top genre will K-pop #SpotifyWrapped"
## 
## [[9110]]
## [1] "ShreyaAkhil: #SpotifyWrapped  as if I care... 🙂\n\nI genuinely do 😭😭😭😭😭😭😭😭😭😭😭 can't wait to see @shreyaghoshal as most streamed artist for me 😍"
## 
## [[9111]]
## [1] "alpaca_tales: I predict my most played song will be [ALL TOO WELL 10 MIN TV] #SpotifyWrapped"
## 
## [[9112]]
## [1] "BrainBeastShaun: I predict my top podcast will be @KEMpodcast or @ComicBookYeti Cryptid Creator Corner #SpotifyWrapped"
## 
## [[9113]]
## [1] "nyxfor13days: I predict my top podcast will be GaryVee Audio Experience #SpotifyWrapped"
## 
## [[9114]]
## [1] "Senpaie_: I predict my most played song will be Burn JW #SpotifyWrapped"
## 
## [[9115]]
## [1] "lvbeargyu: I predict my most played song will be Adore U - Seventeen #SpotifyWrapped"
## 
## [[9116]]
## [1] "believe0069: I predict my top artist will be @sanbenito #SpotifyWrapped"
## 
## [[9117]]
## [1] "Wale4tf: I predict my top artist will be [king von] #SpotifyWrapped"
## 
## [[9118]]
## [1] "thesportslivie: I predict my top artist will be Olivia Rodrigo #SpotifyWrapped"
## 
## [[9119]]
## [1] "nyxfor13days: I predict my top artist will be Joji #SpotifyWrapped"
## 
## [[9120]]
## [1] "believe0069: I predict my top podcast will be Impaulsive  #SpotifyWrapped"
## 
## [[9121]]
## [1] "thesportslivie: I predict my top genre will be pop #SpotifyWrapped"
## 
## [[9122]]
## [1] "august_ouk: I predict my top artist will be [Taylor Swift ] #SpotifyWrapped"
## 
## [[9123]]
## [1] "Unknown5Awesome: #SpotifyWrapped Check out AwesomeUnknown5's video! #TikTok https://t.co/B9PU3Fj8DJ"
## 
## [[9124]]
## [1] "xylofrance: My Spotify Wrapped this year. Who else is ready ? \n#SpotifyWrapped https://t.co/G4T6UkfeNf"
## 
## [[9125]]
## [1] "nyxfor13days: I predict my top genre will be pop #SpotifyWrapped"
## 
## [[9126]]
## [1] "brktrend: 【Trends Tag】 #CyberMonday #KORGHA #MondayMotivation #SpotifyWrapped #mondaythoughts"
## 
## [[9127]]
## [1] "voluptuousgiant: If you have men in your #SpotifyWrapped you don't deserve rights! Because why would you listen to men so often?"
## 
## [[9128]]
## [1] "pantheologies: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped @FatboySlim"
## 
## [[9129]]
## [1] "thesportslivie: I predict my most played song will be “traitor” by Olivia Rodrigo #SpotifyWrapped"
## 
## [[9130]]
## [1] "ItHadtoBeYou_: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped \n\nI literally have NO idea. I j… https://t.co/ni9I49R7CH"
## 
## [[9131]]
## [1] "august_ouk: I predict my top genre will be [indie] #SpotifyWrapped"
## 
## [[9132]]
## [1] "nyxfor13days: I predict my most played song will be Middle of the Night #SpotifyWrapped"
## 
## [[9133]]
## [1] "filipeys: I predict my top podcast will be Modus Operandi @moduspod  #SpotifyWrapped"
## 
## [[9134]]
## [1] "ArijitianNiro: I know Arijit Singh tops my #SpotifyWrapped"
## 
## [[9135]]
## [1] "selimvrt2: I predict my most played song will be Freestyle 2 #SpotifyWrapped"
## 
## [[9136]]
## [1] "NesquikBh: I predict my top artist will be [Kendrick or JID!] #SpotifyWrapped"
## 
## [[9137]]
## [1] "august_ouk: I predict my most played song will be [little freak] #SpotifyWrapped"
## 
## [[9138]]
## [1] "wavecephus: I predict my top podcast will be [Anything Goes By Emma Chamberlain ] #SpotifyWrapped"
## 
## [[9139]]
## [1] "Trentkillazz: #SpotifyWrapped My top artist is either @WhitechapelBand or @LornaShore let's see if I end up being right. As for m… https://t.co/HskpoApfL1"
## 
## [[9140]]
## [1] "dramatrooper: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[9141]]
## [1] "andsandysays: My partners going to be upset when his #SpotifyWrapped comes out because I have listened to countless hours of Tayl… https://t.co/F9cc3e7mIF"
## 
## [[9142]]
## [1] "HlGHASHXPE: my #SpotifyWrapped predictions 🤩 https://t.co/lxY77dkfZP"
## 
## [[9143]]
## [1] "wavecephus: I predict my top artist will be [ Beyoncé ] #SpotifyWrapped"
## 
## [[9144]]
## [1] "dramatrooper: I predict my top genre will be POP ROCK #SpotifyWrapped"
## 
## [[9145]]
## [1] "JoeTheRooferNJ: Your #SpotifyWrapped sucks, but not as much as having a leak in your roof https://t.co/7l6lYT4zfY"
## 
## [[9146]]
## [1] "WaleNoir: I predict my top artist will be Justin Bieber  #SpotifyWrapped"
## 
## [[9147]]
## [1] "GermanSwifite: I predict my most played song will be either All Too Well 10MV or The Story of Us #SpotifyWrapped"
## 
## [[9148]]
## [1] "dramatrooper: I predict my most played song will be London Boy by Taylor Swift #SpotifyWrapped"
## 
## [[9149]]
## [1] "wavecephus: I predict my top genre will be [Pop] #SpotifyWrapped"
## 
## [[9150]]
## [1] "wavecephus: I predict my most played song will be [ Tomorrow 2 ] #SpotifyWrapped"
## 
## [[9151]]
## [1] "amilcarezv: I predict my most played song will be:\nThe Beginning - Magdalena Bay \n #SpotifyWrapped"
## 
## [[9152]]
## [1] "SparkletStrange: I predict my top artist will be The Weeknd #SpotifyWrapped"
## 
## [[9153]]
## [1] "StoryforDay: Proven Wolf-Call Techniques howling\n\n#Wolf #SoundCloud #SpotifyWrapped  #KKKevinMcCarthy #KORGHA https://t.co/4Y5NWf6lrq"
## 
## [[9154]]
## [1] "miyoshibanri: HOLY SHIT ALREADY???? 😭😭😭#SpotifyWrapped"
## 
## [[9155]]
## [1] "MandisaXO: I predict my top podcast will be Weeeehhhhh😂😂😂😂 #SpotifyWrapped"
## 
## [[9156]]
## [1] "GermanSwifite: I predict my top artist will be, of course, Taylor Swift #SpotifyWrapped"
## 
## [[9157]]
## [1] "thewebz1ne: #SpotifyWrapped where the fuck is it"
## 
## [[9158]]
## [1] "MandisaXO: I predict my top artist will be THE WEEKND #SpotifyWrapped"
## 
## [[9159]]
## [1] "lit_dot: Trends #CyberMonday\n#MondayMotivation\nCity of Houston\n#SpotifyWrapped\nBalenciaga\n#mondaythoughts\nDietCoke\nMauna Loa… https://t.co/YRbvIDuobg"
## 
## [[9160]]
## [1] "itsdaviad: I predict my top artist will be [@lolaindigomusic ] #SpotifyWrapped"
## 
## [[9161]]
## [1] "sushihottrash: I predict my top artist will be Joji and if its not im fighting people 💖 #SpotifyWrapped"
## 
## [[9162]]
## [1] "prostreetcross: It’s wild how big #SpotifyWrapped has gotten over the years. Always did it now I anticipate it…gimme pictures of girlssss"
## 
## [[9163]]
## [1] "Sharuk_Usaini: I predict my top podcast will be [@Schumy_Official] #SpotifyWrapped"
## 
## [[9164]]
## [1] "tswiftandcats13: I predict my most played song will be a gracie abrams song probably #SpotifyWrapped"
## 
## [[9165]]
## [1] "MandisaXO: I predict my top genre will be Pop #SpotifyWrapped"
## 
## [[9166]]
## [1] "_CannaBlyss_: I predict my top artist will be @machinegunkelly like it is every year #SpotifyWrapped"
## 
## [[9167]]
## [1] "LukeyC224: I predict my top artist will be [@thewombats] #SpotifyWrapped"
## 
## [[9168]]
## [1] "MandisaXO: I predict my most played song will be [Frank Ocean - Pink + White] #SpotifyWrapped"
## 
## [[9169]]
## [1] "MX_CARNES: #SpotifyWrapped this isnt even funny i know my top artist is gonna be slipknot ☹️"
## 
## [[9170]]
## [1] "urbanicole: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[9171]]
## [1] "diaz_isa89: I predict my top podcast will be duolingo podcast #SpotifyWrapped"
## 
## [[9172]]
## [1] "urbanicole: I predict my most played song will be The Way I Loved You (Taylor’s Version) by Taylor Swift #SpotifyWrapped"
## 
## [[9173]]
## [1] "sunlightpalette: I predict my top artist will be [RADWIMPS] #SpotifyWrapped"
## 
## [[9174]]
## [1] "diaz_isa89: I predict my top artist will be Stromae #SpotifyWrapped"
## 
## [[9175]]
## [1] "johannetweets: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[9176]]
## [1] "NihilusVevo: cant wait to he #SpotifyWrapped 's #1 bladee listener"
## 
## [[9177]]
## [1] "3oinks: I predict my top artist will be @jypetwice hands down #SpotifyWrapped"
## 
## [[9178]]
## [1] "com_azeite: I predict my top artist will be The Strokes\n #SpotifyWrapped"
## 
## [[9179]]
## [1] "Sharuk_Usaini: I predict my top genre will be [Soul, R&amp;B, Indie] #SpotifyWrapped"
## 
## [[9180]]
## [1] "anglesfly1: I predict my most played song will be [Angles fly] #SpotifyWrapped"
## 
## [[9181]]
## [1] "peachfctrygirl: #SpotifyWrapped next please https://t.co/riuqs8wSsO"
## 
## [[9182]]
## [1] "lucycrispmusic: This better be accurate 🥰\n\nTop Song: As It Was\nTop Genre: Pop (normally is)\nTop Artist: Harold Styles\n #SpotifyWrapped"
## 
## [[9183]]
## [1] "johannetweets: I predict my most played song will be  cardigan by Taylor Swift #SpotifyWrapped"
## 
## [[9184]]
## [1] "semrush: if marketers’ lives had #spotifywrapped https://t.co/2RD99Q4p5d"
## 
## [[9185]]
## [1] "8THEV: I predict my top artist will be #SEVENTEEN #SpotifyWrapped"
## 
## [[9186]]
## [1] "manicrose1984: Where’s my #SpotifyWrapped 😕 impatiently waiting even though I can probably guess 4 of my top 5 - Morrissey, the smiths, oasis and muse."
## 
## [[9187]]
## [1] "imtannies: I predict my most played song will be RUN BTS #SpotifyWrapped"
## 
## [[9188]]
## [1] "cassie1Dlover: me defending my mental health when phoebe bridgers is my #1 artist this year🤩 #SpotifyWrapped https://t.co/sKTmIU4sdh"
## 
## [[9189]]
## [1] "Chainsaw_Diego: I predict my top podcast will be definitely the Rebuild of Joycast\n\n#SpotifyWrapped"
## 
## [[9190]]
## [1] "8THEV: I predict my top genre will be Kpop #SpotifyWrapped"
## 
## [[9191]]
## [1] "FigureEminente: I predict my top podcast will be [@ALOK1P] #SpotifyWrapped"
## 
## [[9192]]
## [1] "Goonwuff: I predict my most played song will be Burial from In the Green.  #SpotifyWrapped"
## 
## [[9193]]
## [1] "hannnahgrim: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[9194]]
## [1] "8THEV: I predict my most played song will be Woozi- Ruby #SpotifyWrapped"
## 
## [[9195]]
## [1] "FigureEminente: I predict my top artist will be [Mc Kresha] #SpotifyWrapped"
## 
## [[9196]]
## [1] "HRRYLOVESGUCCI: I predict my top podcast will be [i don't know] #SpotifyWrapped"
## 
## [[9197]]
## [1] "mcytroyal: I predict my most played song will be Harvey #SpotifyWrapped"
## 
## [[9198]]
## [1] "LostBoyZeph: I predict my most played song will be \"Restraint\" by @woolimusic  &amp; @calciumdubs  #SpotifyWrapped"
## 
## [[9199]]
## [1] "shlokium: i predict my top podcast will be:- dear teenage me..\n\n#SpotifyWrapped"
## 
## [[9200]]
## [1] "FigureEminente: I predict my top genre will be [Hip Hop] #SpotifyWrapped"
## 
## [[9201]]
## [1] "sebvargas_: I predict my top artist will be @ladygaga  #SpotifyWrapped"
## 
## [[9202]]
## [1] "aleja26berrio: My fest screams diversity and mostly VOCALS and PERFORMANCE quality 👌 🎤🔥 #SpotifyWrapped https://t.co/E5Sv0eqWEP"
## 
## [[9203]]
## [1] "emmalboc: If Vince Guaraldi isn’t one of my top 5 artists on #SpotifyWrapped I will no longer trust the algorithm I listen to… https://t.co/WAswiVYhWv"
## 
## [[9204]]
## [1] "FigureEminente: I predict my most played song will be [Miss you Robin Schulz] #SpotifyWrapped"
## 
## [[9205]]
## [1] "HRRYLOVESGUCCI: I predict my top artist will be [harry styles or louis tomlinson] #SpotifyWrapped"
## 
## [[9206]]
## [1] "Lunar_Moogle: WOW I can't wait for my #SpotifyWrapped to once again show me that my top band is Rammstein and I am in the top 1%… https://t.co/ObN2GCCj5A"
## 
## [[9207]]
## [1] "imtannies: everybody worrying about #SpotifyWrapped as if it's the school report card"
## 
## [[9208]]
## [1] "LindaHubert13: Trends #CyberMonday\n#MondayMotivation\nCity of Houston\n#SpotifyWrapped\nBalenciaga\n#mondaythoughts\nDietCoke\nMauna Loa… https://t.co/E7kOULOPai"
## 
## [[9209]]
## [1] "LIVSPARTRIDGE: I predict my top genre will be pop #SpotifyWrapped"
## 
## [[9210]]
## [1] "HRRYLOVESGUCCI: I predict my top genre will be [pop or r&amp;b] #SpotifyWrapped"
## 
## [[9211]]
## [1] "xvaebhavx: the number of times I have listened to maan meri jaan and tu aake dekhle, no doubt king will be my top artist in #SpotifyWrapped"
## 
## [[9212]]
## [1] "tiredjean: Can this come out so bitches can stfu  already. I am bitches #SpotifyWrapped"
## 
## [[9213]]
## [1] "LostBoyZeph: I predict my top artist will be @Tapebbeats #SpotifyWrapped"
## 
## [[9214]]
## [1] "LIVSPARTRIDGE: I predict my top artist will be either liv, taylor or sabrina #SpotifyWrapped"
## 
## [[9215]]
## [1] "Chainsaw_Diego: #SpotifyWrapped \n\nThere are always some songs that I feel 100% certain should be on my Spotify wrapped playlist but… https://t.co/0lTuYllYod"
## 
## [[9216]]
## [1] "KelleyLi1974: I predict my most played song will be \n#BadDecisionswithBTS\n #SpotifyWrapped"
## 
## [[9217]]
## [1] "Shpigford: Is there any tool for Apple Music that lets you generate something like #SpotifyWrapped?"
## 
## [[9218]]
## [1] "HRRYLOVESGUCCI: I predict my most played song will be [chicago by louis tomlinson] #SpotifyWrapped"
## 
## [[9219]]
## [1] "LostBoyZeph: I predict my top genre will be Drum and Bass #SpotifyWrapped"
## 
## [[9220]]
## [1] "hard2explainn: I predict my most played song will be [Leave it in my Dreams by the Voidz] #SpotifyWrapped"
## 
## [[9221]]
## [1] "rosems_: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[9222]]
## [1] "LIVSPARTRIDGE: I predict my most played song will be high infidelity #SpotifyWrapped"
## 
## [[9223]]
## [1] "childerolandusa: Sabrina Carpenter\nSmoke and Fire https://t.co/fsz7bllONN \n#sabrinacarpenter #คุณชายตอนจบ #SpotifyWrapped"
## 
## [[9224]]
## [1] "mygfls: I predict my top artist will be bts! #SpotifyWrapped"
## 
## [[9225]]
## [1] "rikipies: I predict my top podcast will be I don't listen to podcasts 🧍🏼‍♀️ #SpotifyWrapped"
## 
## [[9226]]
## [1] "KelleyLi1974: I predict my top genre will be #KPOP \n#Pop\nR&amp;B\n\n#SpotifyWrapped"
## 
## [[9227]]
## [1] "rosems_: I predict my most played song will be This is why by paramore #SpotifyWrapped"
## 
## [[9228]]
## [1] "Autorennen7: MINE CAME OUT EARLY #SpotifyWrapped https://t.co/5Grzt6ElTD"
## 
## [[9229]]
## [1] "rikipies: I predict my top artist will be bts? #SpotifyWrapped"
## 
## [[9230]]
## [1] "hakushus: I predict my top podcast will be Airplane Cabin White Noise to  Sleep, Study, or Relax ( 2 Hours, Loopable.) #SpotifyWrapped"
## 
## [[9231]]
## [1] "1dstannerrr: I predict my top artist will be Taylor Swift for sure 😭❤️ #SpotifyWrapped"
## 
## [[9232]]
## [1] "ServerMerk: I predict my top genre will be [Rock] #SpotifyWrapped"
## 
## [[9233]]
## [1] "Joana_FT9: I predict my top genre will be pop #SpotifyWrapped"
## 
## [[9234]]
## [1] "AllieW72910105: This is the kind of job I want to do\n.\n.\n.\n.\n.\n. \nJUST ANNOUNCED China #SpotifyWrapped\n22,1 B Tweet #LooseWomen Res… https://t.co/zgRBASkw1j"
## 
## [[9235]]
## [1] "chillnatee: Me awaiting my detailing of this year in music #SpotifyWrapped https://t.co/NxDhWFeme6"
## 
## [[9236]]
## [1] "rikipies: I predict my top genre will be kpop no question #SpotifyWrapped"
## 
## [[9237]]
## [1] "pcklegiggles: I predict my top artist will be @taylorswift13 of course✨ #SpotifyWrapped https://t.co/5f70gkZaTW"
## 
## [[9238]]
## [1] "kawaii711: I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped My Favorite Murder 🙌🏽😬"
## 
## [[9239]]
## [1] "Joana_FT9: I predict my top artist will be taylor swift  #SpotifyWrapped"
## 
## [[9240]]
## [1] "rikipies: I predict my most played song will be honestly idk 🧍🏼‍♀️ #SpotifyWrapped"
## 
## [[9241]]
## [1] "irwinscline: the glee cast will be in everyones top artists i fear !!!  #SpotifyWrapped https://t.co/pIYO1Othja"
## 
## [[9242]]
## [1] "KelleyLi1974: I predict my top artist will be @bts_bighit\n@BTS_twt\n#SpotifyWrapped"
## 
## [[9243]]
## [1] "Youshah015: I predict my top artist will be [ Ariana Grande ] #SpotifyWrapped"
## 
## [[9244]]
## [1] "1dstannerrr: I predict my top genre will be pop,rnb #SpotifyWrapped"
## 
## [[9245]]
## [1] "definitelypkmn4: Spotify has given me a riddle in the form of a funny tweet, so I predict that my top song on my Spotify wrapped wil… https://t.co/zOs2lkUEfV"
## 
## [[9246]]
## [1] "chuubry: I predict my top podcast will be idk lol #SpotifyWrapped"
## 
## [[9247]]
## [1] "SEVENISHEAVEN07: I predict my top artist will be [BTS ] #SpotifyWrapped"
## 
## [[9248]]
## [1] "midnoits10: I predict my top artist will be Taylor Swift (pretend to be shoked)  #SpotifyWrapped"
## 
## [[9249]]
## [1] "Ernestosorbet: I predict my top genre will be Pop or Soundtrack #SpotifyWrapped"
## 
## [[9250]]
## [1] "Youshah015: I predict my top genre will be [ POP ] #SpotifyWrapped"
## 
## [[9251]]
## [1] "kawaii711: I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped K-pop 🤷🏽‍♀️"
## 
## [[9252]]
## [1] "theytheminem: I predict my most played song will be something from Renaissance I already know LMAO #SpotifyWrapped"
## 
## [[9253]]
## [1] "chuubry: I predict my top artist will be taylor swift. #SpotifyWrapped"
## 
## [[9254]]
## [1] "SEVENISHEAVEN07: I predict my top genre will be [pop] #SpotifyWrapped"
## 
## [[9255]]
## [1] "WaywardFreak13: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped  @PanicAtTheDisco"
## 
## [[9256]]
## [1] "chuubry: I predict my most played song will be pink venom? #SpotifyWrapped"
## 
## [[9257]]
## [1] "KelleyLi1974: I predict my top podcast will be @MeghanMood\n#ArchetypesWithMeghan\n #SpotifyWrapped"
## 
## [[9258]]
## [1] "Ernestosorbet: I predict my most played song will be Think Twice by @celinedion #SpotifyWrapped"
## 
## [[9259]]
## [1] "johnny_yip: Wonder what my #SpotifyWrapped will look like this year. Listened to a lot of Blackpink as usual, but given the oth… https://t.co/Ny4RH0vK1S"
## 
## [[9260]]
## [1] "sp1d3rland: I predict my most played song will be Breadcrumb Trail by Slint #SpotifyWrapped"
## 
## [[9261]]
## [1] "Escapedjourneys: I predict my most played song will be all this time by @Louis_Tomlinson  #SpotifyWrapped"
## 
## [[9262]]
## [1] "SEVENISHEAVEN07: I predict my most played song will be [RUN BTS] #SpotifyWrapped"
## 
## [[9263]]
## [1] "rvngqno: I predict my top artist will be Sarah Geronimo @JustSarahG #SpotifyWrapped"
## 
## [[9264]]
## [1] "chuubry: I predict my top genre will be pop/k-pop #SpotifyWrapped"
## 
## [[9265]]
## [1] "rsksq: I predict my top artist will be DBE @DBlockEurope #SpotifyWrapped"
## 
## [[9266]]
## [1] "babyshea97: I predict my top artist will be ateez #SpotifyWrapped"
## 
## [[9267]]
## [1] "brbutpolplus: I predict my top genre will be Indie Rock, followed by alternative indie, modern rock, indie pop...\n#SpotifyWrapped"
## 
## [[9268]]
## [1] "soshishade: I predict my top artist will be [NCT 127] #SpotifyWrapped"
## 
## [[9269]]
## [1] "KD_Osewa: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped Wizkid"
## 
## [[9270]]
## [1] "Redddjsks: I predict my most played song will be All Too Well (10 Minute Version)💀 #SpotifyWrapped"
## 
## [[9271]]
## [1] "notjustajoke: should i wait for #SpotifyWrapped to drop so i can post and publicize how depressed i am so my old friends would ta… https://t.co/wUFceHN82d"
## 
## [[9272]]
## [1] "soshishade: I predict my top genre will be [K-pop girl group] #SpotifyWrapped"
## 
## [[9273]]
## [1] "rvngqno: I predict my top genre will be Pop. #SpotifyWrapped"
## 
## [[9274]]
## [1] "KD_Osewa: I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped Afrobeats"
## 
## [[9275]]
## [1] "Amphibiafan_Mal: I predict my top artist will be @ohgeeeznotagain #SpotifyWrapped"
## 
## [[9276]]
## [1] "babyshea97: I predict my top genre will be Kpop/alt r&amp;b/gospel #SpotifyWrapped"
## 
## [[9277]]
## [1] "KD_Osewa: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped Bad to Me by wizkid"
## 
## [[9278]]
## [1] "bexinthecity05: I predict my most played song will be [anti-hero by Taylor swift] #SpotifyWrapped"
## 
## [[9279]]
## [1] "midnoits10: I predict my most played song will be all too well 10' version #SpotifyWrapped"
## 
## [[9280]]
## [1] "lalainewuzhere: I predict my top artist will be lovejoy #SpotifyWrapped"
## 
## [[9281]]
## [1] "wowzerswubbly: sooooo scared but ready #SpotifyWrapped"
## 
## [[9282]]
## [1] "soshishade: I predict my most played song will be [Focus by NCT 127] \n#SpotifyWrapped"
## 
## [[9283]]
## [1] "LifeEstLepo: I predict my top podcast will be girls gotta eat ✨😌✨  #SpotifyWrapped"
## 
## [[9284]]
## [1] "rvngqno: I predict my most played song will be Dati-Dati by @JustSarahG #SpotifyWrapped"
## 
## [[9285]]
## [1] "lucytaysversion: I predict my most played song will be Anti-Hero by Taylor Swift #SpotifyWrapped"
## 
## [[9286]]
## [1] "reviews_org: The moment we've really been waiting all year for.  #SpotifyWrapped\nhttps://t.co/mKgzN823oY"
## 
## [[9287]]
## [1] "lalainewuzhere: I predict my top genre will be [redacted] #SpotifyWrapped"
## 
## [[9288]]
## [1] "LifeEstLepo: I predict my top artist will be Taylor swift lol  #SpotifyWrapped"
## 
## [[9289]]
## [1] "DGabbard42: Ngl the evolution of #SpotifyWrapped and how it's become a yearly tradition has been really fascinating to watch"
## 
## [[9290]]
## [1] "lalainewuzhere: I predict my most played song will be any lovejoy song #SpotifyWrapped"
## 
## [[9291]]
## [1] "jahrastamari: I honestly believe that I have the best line-up in America #SpotifyWrapped 😳🔥 #DayRockPt3 https://t.co/dAQabsBlL1"
## 
## [[9292]]
## [1] "Our_Reputation_: I predict my top artist will be [Taylor Swift ] #SpotifyWrapped"
## 
## [[9293]]
## [1] "NyxieNG: Please hurry up I’m getting Impatient #SpotifyWrapped https://t.co/bOxaz5sH77"
## 
## [[9294]]
## [1] "Redddjsks: I predict my top genre will be Show Tunes #SpotifyWrapped"
## 
## [[9295]]
## [1] "moondroppin_: i predict my top artist is either conan gray or chase atlantic. i predict my most played track is either melting by… https://t.co/0uGn3ep5EH"
## 
## [[9296]]
## [1] "FighterVortex: I'm battling my dad for our personal #SpotifyWrapped, I will have more time on Spotify so hurry up with the wrapped"
## 
## [[9297]]
## [1] "thetweetedquote: I predict my most played song will be Sasto Mutu/ Chitthi Bhitra by @SajjanRajVaidya #SpotifyWrapped 🤔"
## 
## [[9298]]
## [1] "skadixo: I predict my most played song will be your graduation - modern baseball #SpotifyWrapped"
## 
## [[9299]]
## [1] "Ernestosorbet: I predict my top podcast will be Jumping in an Elevator #SpotifyWrapped"
## 
## [[9300]]
## [1] "LifeEstLepo: I predict my top genre will be pop? 🤔 #SpotifyWrapped"
## 
## [[9301]]
## [1] "babyshea97: I predict my most played song will be ateez Say My Name or Guerrilla #SpotifyWrapped"
## 
## [[9302]]
## [1] "Our_Reputation_: I predict my top genre will be [POP] #SpotifyWrapped"
## 
## [[9303]]
## [1] "Theo_mattheww: just drop it alredy god damnit ! #SpotifyWrapped"
## 
## [[9304]]
## [1] "Redddjsks: I predict my top artist will be Taylor Swift🏃‍♀️ #SpotifyWrapped"
## 
## [[9305]]
## [1] "huechaccoo: I predict my most played song will be fairy of shampoo 🥺 #SpotifyWrapped"
## 
## [[9306]]
## [1] "LifeEstLepo: I predict my most played song will be something by Taylor swift 😭😩✨  #SpotifyWrapped"
## 
## [[9307]]
## [1] "ActNaturally76: I predict my top artist will be [the Beatles] #SpotifyWrapped"
## 
## [[9308]]
## [1] "SlovesTaylena: wait it's still not out?? #spotifywrapped"
## 
## [[9309]]
## [1] "michaelvbrownie: I predict my top podcast will be @sextedmyboss #SpotifyWrapped"
## 
## [[9310]]
## [1] "100_Becs: All I know is my #SpotifyWrapped   is gonna unfairly have \"Paper Wings\" by Rise Against, \"BYOB\" by System of a Down… https://t.co/kTZWuqjql8"
## 
## [[9311]]
## [1] "michaelvbrownie: I predict my top artist will be @taylorswift13 #SpotifyWrapped"
## 
## [[9312]]
## [1] "Redddjsks: I predict my top podcast will be #SidenotePodcast #SpotifyWrapped"
## 
## [[9313]]
## [1] "peakboytae: I predict my most played song will be hmmm maybe arson? or maybe yet to come? idk but some bts song defs  #SpotifyWrapped"
## 
## [[9314]]
## [1] "3NVYBABY: I predict (cof cof, am sure) my top artist will be Reol #SpotifyWrapped"
## 
## [[9315]]
## [1] "peakboytae: I predict my top genre will be pop #SpotifyWrapped"
## 
## [[9316]]
## [1] "mandoblossom: I predict my top artist will be mothica #SpotifyWrapped"
## 
## [[9317]]
## [1] "judasphysicall: I predict my most played song will be [monster] #SpotifyWrapped"
## 
## [[9318]]
## [1] "wonutq: I predict my most played song will be NO TENGO NI IDEA DIOOOS  #SpotifyWrapped"
## 
## [[9319]]
## [1] "Ernestosorbet: I predict my top artist will be @Sia #SpotifyWrapped"
## 
## [[9320]]
## [1] "3NVYBABY: this is actually a thought one \n\nI predict my top genre will be jpop (?) #SpotifyWrapped"
## 
## [[9321]]
## [1] "louieromantics: I predict my top artist will be taylor swift #SpotifyWrapped"
## 
## [[9322]]
## [1] "svtoyou5: I predict my top artist will be seventeen e coldplay ci saranno sicuro #SpotifyWrapped"
## 
## [[9323]]
## [1] "Redddjsks: i need my #SpotifyWrapped so i can base my entire personality off of it for half of 2023"
## 
## [[9324]]
## [1] "3NVYBABY: I predict my most played song will be -opening- #SpotifyWrapped"
## 
## [[9325]]
## [1] "thekytastrophe: I predict my top artist will be TAYLOR SWIIIIIFT #SpotifyWrapped"
## 
## [[9326]]
## [1] "svtoyou5: I predict my most played song will be to you (ma tipo palese) #SpotifyWrapped"
## 
## [[9327]]
## [1] "IIecIerc16: I predict my most played song will be [heartbeat by childish gambino] #SpotifyWrapped"
## 
## [[9328]]
## [1] "iamvedang10: I predict my most played song will be [Starboy by @theweeknd] #SpotifyWrapped"
## 
## [[9329]]
## [1] "samttweetz: I predict my top genre will be [R&amp;B] #SpotifyWrapped"
## 
## [[9330]]
## [1] "greatesthaze: I predict my most played song will be Bigger than me by @Louis_Tomlinson #SpotifyWrapped"
## 
## [[9331]]
## [1] "peakboytae: I predict my top artist will be bts bts bts bts #SpotifyWrapped"
## 
## [[9332]]
## [1] "thekytastrophe: I predict my most played song will be Anti-Hero #SpotifyWrapped"
## 
## [[9333]]
## [1] "INTELLECTUALPR0: i predict my top artist will be waterparks #SpotifyWrapped"
## 
## [[9334]]
## [1] "_lifeofshay_: I predict my most played song will be [Run] #SpotifyWrapped"
## 
## [[9335]]
## [1] "iamrobertoortiz: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped\n\nMann this is hard cuz Kevin Gates… https://t.co/sDVGayMJLI"
## 
## [[9336]]
## [1] "killmyreagan: #SpotifyWrapped I CANT DO IT WITH THE EDGING I NEED IT NOW OR ELSE"
## 
## [[9337]]
## [1] "__shr00min__: I predict my top artist will be gorillaz. duh. #SpotifyWrapped"
## 
## [[9338]]
## [1] "frenzelaguilar: if I don't story or post my #SpotifyWrapped it means I'm embarrassed about my top played songs/album/artists HAHA"
## 
## [[9339]]
## [1] "__shr00min__: I predict my top genre will be alt rock #SpotifyWrapped"
## 
## [[9340]]
## [1] "rileyvol13: I predict my top podcast will be CHD #SpotifyWrapped"
## 
## [[9341]]
## [1] "krishh2710: I predict my top artist will be EDEN #SpotifyWrapped"
## 
## [[9342]]
## [1] "imarinholima: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[9343]]
## [1] "INTELLECTUALPR0: i predict my top genre will be pop punk #SpotifyWrapped"
## 
## [[9344]]
## [1] "thekytastrophe: MY FIRST #SpotifyWrapped INCOMING LEZGO"
## 
## [[9345]]
## [1] "RaneyDay4: I predict my top artist will be Evanescence #SpotifyWrapped"
## 
## [[9346]]
## [1] "krishh2710: I predict my top genre will be Pop😞😞#SpotifyWrapped"
## 
## [[9347]]
## [1] "lovinqqxo: I predict my most played song will be kiss land #SpotifyWrapped"
## 
## [[9348]]
## [1] "INTELLECTUALPR0: i predict my most played song will be funeral grey #SpotifyWrapped"
## 
## [[9349]]
## [1] "rileyvol13: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[9350]]
## [1] "iamrobertoortiz: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped \n\nProbably Ayer La Vi by Don Omar\n😂😂😂😂"
## 
## [[9351]]
## [1] "_Fine_Sunflower: you don't understand... I've always had the most predictable results, and this is the first year when I'm really no… https://t.co/32tLQVX5vS"
## 
## [[9352]]
## [1] "MONTERO_Album: I predict my top podcast will be ImPaulsive #SpotifyWrapped"
## 
## [[9353]]
## [1] "MikeTuffy: It's that time of year where you either post your #SpotifyWrapped or you let everyone know how much you hate it. Th… https://t.co/XFxMLWIzKr"
## 
## [[9354]]
## [1] "PolarizedFM: I predict my most played song will be [Self care - Mac Miller] #SpotifyWrapped"
## 
## [[9355]]
## [1] "krishh2710: I predict my most played song will be PS1- EDEN\n#SpotifyWrapped"
## 
## [[9356]]
## [1] "ManagedWolf1: I predict my most played song will be [Donda Chant] #SpotifyWrapped"
## 
## [[9357]]
## [1] "SheLovesWonder: Every year, since 2019 I get excited about #SpotifyWrapped even when I already know who will be my most listened to… https://t.co/7ho10bccY3"
## 
## [[9358]]
## [1] "rileyvol13: I predict my top genre will be pop #SpotifyWrapped"
## 
## [[9359]]
## [1] "scaleddandicy: I predict my top artist will be [twenty one pilots of course😳] #SpotifyWrapped"
## 
## [[9360]]
## [1] "heyitsmozavsa: I predict my top artist will be Taylor Swift  #SpotifyWrapped"
## 
## [[9361]]
## [1] "granny_vr: Since @Spotify tagged me let me do it \nI predict my top podcast will be \n\n Yummy Yummy love by Momoland (it was in… https://t.co/5flqQq6sCW"
## 
## [[9362]]
## [1] "TeamStarKid: Is there still time to have VHS Christmas Carol make your #SpotifyWrapped?  \n\nhttps://t.co/rcqgCySEuY"
## 
## [[9363]]
## [1] "AdityaSehara: I predict my most played song will be After Dark #SpotifyWrapped"
## 
## [[9364]]
## [1] "rileyvol13: I predict my most played song will be As It Was #SpotifyWrapped"
## 
## [[9365]]
## [1] "MONTERO_Album: I predict my top genre will be Pop #SpotifyWrapped"
## 
## [[9366]]
## [1] "MinxCouture: #SpotifyWrapped Aka let me show you how many bots fw my music 🤣"
## 
## [[9367]]
## [1] "paperje11y: I predict my most played song will be Lover #SpotifyWrapped"
## 
## [[9368]]
## [1] "cruel_emma: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[9369]]
## [1] "ne0CITY___: DROP IT NOW I CAN'T TAKE IT! #SpotifyWrapped https://t.co/7KlhEqqpxE"
## 
## [[9370]]
## [1] "buddy666u: my versatility in music taste 😅 #SpotifyWrapped https://t.co/KgTvE2VT9R"
## 
## [[9371]]
## [1] "joelingzz: I think Rina Sawayama is getting dethroned as most played this year… maybe if HTG was released a couple months earlier #SpotifyWrapped"
## 
## [[9372]]
## [1] "MONTERO_Album: I predict my top artist will be Lil Nas X #SpotifyWrapped"
## 
## [[9373]]
## [1] "cruel_emma: I predict my top genre will be pop #SpotifyWrapped"
## 
## [[9374]]
## [1] "ArroyoSylvana: I predict my top artist will be Taylor Swift 💓 #SpotifyWrapped"
## 
## [[9375]]
## [1] "MONTERO_Album: I predict my most played song will be THATS WHAT I WANT by Lil Nas X #SpotifyWrapped"
## 
## [[9376]]
## [1] "_Fine_Sunflower: I predict my top artist will be Harry Styles or Louis Tomlinson. Honestly, for the first time in 7 years, I don't k… https://t.co/zaORvcFfl4"
## 
## [[9377]]
## [1] "chrisd2019: I predict my top artist will be Justin Bieber. #SpotifyWrapped"
## 
## [[9378]]
## [1] "AcidicBliss: I predict my top podcast will be Banter lmfao #SpotifyWrapped"
## 
## [[9379]]
## [1] "whalienloh7: I predict my most played song will be All too well 10 minutes version #SpotifyWrapped"
## 
## [[9380]]
## [1] "PiercePrkr: I predict my top genre will be [Indie Rock] #SpotifyWrapped"
## 
## [[9381]]
## [1] "cruel_emma: I predict my most played song will be something from midnights or folklore #SpotifyWrapped"
## 
## [[9382]]
## [1] "ArroyoSylvana: I predict my most played song will be Daydreaming by Harry Styles  #SpotifyWrapped"
## 
## [[9383]]
## [1] "jackgap8: I predict my top genre will be [Pop] #SpotifyWrapped"
## 
## [[9384]]
## [1] "chrisd2019: I predict my top genre will be Pop. #SpotifyWrapped"
## 
## [[9385]]
## [1] "youmadearebels: I predict my top artist will be [Taylor Swift] #SpotifyWrapped"
## 
## [[9386]]
## [1] "tinytaeyong_: I predict my top artist will be NCT 127. If it ain't my guys then idk #SpotifyWrapped"
## 
## [[9387]]
## [1] "pantsforahat: I predict my top artist will be Harry Styles, even though I want it to be John Mayer or Hozier 😭#SpotifyWrapped"
## 
## [[9388]]
## [1] "chrisd2019: I predict my most played song will be Somebody by @justinbieber. #SpotifyWrapped"
## 
## [[9389]]
## [1] "Gigwise: If #SpotifyWrapped launches on Thursday and steals our thunder we're gonna kick off x"
## 
## [[9390]]
## [1] "AmarjitRajput: The meeting about the unsatisfactory results of ACME leaked to the social media😂\n#stockmarketcrash\nTerrorist\nJavaSc… https://t.co/1fqfdU6sA3"
## 
## [[9391]]
## [1] "iamjjalvarado: I predict my top artist will be @taylorswift13 #SpotifyWrapped"
## 
## [[9392]]
## [1] "katelynnh137: I predict my top podcast will be sword and scale #SpotifyWrapped"
## 
## [[9393]]
## [1] "iamjjalvarado: I predict my top genre will be pop #SpotifyWrapped"
## 
## [[9394]]
## [1] "GiBugogo: IS IT WRAPPED DAY YET?! #SpotifyWrapped"
## 
## [[9395]]
## [1] "katelynnh137: I predict my top artist will be Drake  #SpotifyWrapped"
## 
## [[9396]]
## [1] "Liz_Claire21: I predict my most played song will be Dirty work by Steely Dan #SpotifyWrapped"
## 
## [[9397]]
## [1] "theburfer_aoe: I predict my most played song will be [eminem - lucky you] #SpotifyWrapped"
## 
## [[9398]]
## [1] "HELLCATVINYLS: my #SpotifyWrapped probs gonna be \n1: Arctic Monkeys\n2: The Last Shadow Puppets\n3: Tyler, The Creator\n4: Alex Turne… https://t.co/0bERLWL8t6"
## 
## [[9399]]
## [1] "TheNerdDown: I predict my top genre will be Rap #SpotifyWrapped"
## 
## [[9400]]
## [1] "khammie360: I predict my top podcast will be tbh this one idk  #SpotifyWrapped"
## 
## [[9401]]
## [1] "wonutq: I predict my top artist will be nct o bts  #SpotifyWrapped"
## 
## [[9402]]
## [1] "katelynnh137: I predict my top genre will be rap/rock #SpotifyWrapped"
## 
## [[9403]]
## [1] "matteo_resca: I predict my most played song will be [Running Up That Hill] #SpotifyWrapped"
## 
## [[9404]]
## [1] "seokkubus: I predict my top artist will be @pledis_17 #SpotifyWrapped"
## 
## [[9405]]
## [1] "TheNerdDown: I predict my top artist will be @KiDCuDi  #SpotifyWrapped"
## 
## [[9406]]
## [1] "DevCraft4: I predict my top artist will be Eminem #SpotifyWrapped"
## 
## [[9407]]
## [1] "abdulkadiratic1: This is the kind of job I want to do\n.\n.\n.\n.\n.\n.\nJames Earl Jones The CCP Zero Covid Balenciaga Kim Kardashian… https://t.co/5i68y3CQ2A"
## 
## [[9408]]
## [1] "RhyseRichards0n: I predict my top artist will be @charli_xcx #SpotifyWrapped"
## 
## [[9409]]
## [1] "wonutq: I predict my top genre will be  k-pop #SpotifyWrapped"
## 
## [[9410]]
## [1] "katelynnh137: I predict my most played song will be \nRisk Deftones \n#SpotifyWrapped"
## 
## [[9411]]
## [1] "XXovlee: I predict my top artist will be Fucking Kanye lmao #SpotifyWrapped"
## 
## [[9412]]
## [1] "DevCraft4: I predict my top genre will be Rap #SpotifyWrapped"
## 
## [[9413]]
## [1] "seokkubus: I predict my most played song will be Flower by @pledis_17 lol #SpotifyWrapped"
## 
## [[9414]]
## [1] "TheNerdDown: I predict my most played song will be Talk About Me Dot, Denzel, Cudi and JID.  #SpotifyWrapped"
## 
## [[9415]]
## [1] "TheLilJ45: its almost near #SpotifyWrapped"
## 
## [[9416]]
## [1] "allisona15: I predict my most played song will be... All Too Well 10 Minute Version (Taylor's Version) #SpotifyWrapped"
## 
## [[9417]]
## [1] "carrottwt: I predict my top podcast will be wayf live #SpotifyWrapped"
## 
## [[9418]]
## [1] "movie_man164: I predict my most played song will be My Happy Ending and Complicated #SpotifyWrapped"
## 
## [[9419]]
## [1] "iamsodownbadfo: I predict my top artist will be (G)I-DLE NO QUESTION #SpotifyWrapped"
## 
## [[9420]]
## [1] "ReissMeister92: I predict my top artist will be @LittleMix #SpotifyWrapped"
## 
## [[9421]]
## [1] "khammie360: I predict my top artist will be @MariahScientist for sure 😊 #SpotifyWrapped"
## 
## [[9422]]
## [1] "impaulbodea: I predict my most played song will be Black Summer from Red Hot Chili Peppers #SpotifyWrapped"
## 
## [[9423]]
## [1] "matteo_resca: I predict my top artist will be [Lana Del Rey] #SpotifyWrapped"
## 
## [[9424]]
## [1] "AmarjitRajput: Watch a pygmy marmoset completely fascinated by an insect in this clip from; Tiny World \n#stockmarketcrash\nTerroris… https://t.co/xuWX1ZEiVl"
## 
## [[9425]]
## [1] "carrottwt: I predict my top artist will be 5sos #SpotifyWrapped"
## 
## [[9426]]
## [1] "aelmmnouxy: I predict my most played song will be Every Breath You Take.\n\nI predict my top genre will be rock.\n\nI predict my to… https://t.co/aSt8Ml05Ot"
## 
## [[9427]]
## [1] "Alissa2022: I predict my top podcast will be that fortnite song chug jug with you that someone uploaded as a podcast #SpotifyWrapped"
## 
## [[9428]]
## [1] "ReissMeister92: I predict my most played song will be Cut You Off by @LittleMix #SpotifyWrapped"
## 
## [[9429]]
## [1] "carrottwt: I predict my most played song will be taste 🤭🤭 #SpotifyWrapped"
## 
## [[9430]]
## [1] "CallebBanks: I predict my top artist will be [@Eminem ] #SpotifyWrapped"
## 
## [[9431]]
## [1] "khammie360: I predict my top genre will be Hip Hop again  #SpotifyWrapped"
## 
## [[9432]]
## [1] "Jamjars_14: I predict my top artist will be The Crane Wives.\n\n(and if it isn't I'm not going to be happy) \n #SpotifyWrapped"
## 
## [[9433]]
## [1] "DramaKing25: I predict my most played song will be Cant Get You Out Of My Head by Kylie Minogue #SpotifyWrapped"
## 
## [[9434]]
## [1] "hari_qwest123: I predict my most played song will be [Loser by Charlie Puth] #SpotifyWrapped"
## 
## [[9435]]
## [1] "abbythecleric: I will be genuinely shocked if my top artist isn't Taylor Swift. SHOCKED.\n\nBut also I listen to the Mighty Vibes pl… https://t.co/8j9xhr96QD"
## 
## [[9436]]
## [1] "MaryFor44530047: Do you want to get a job which pay weekly?? Try to get this Job. Now click below link then show a page where again… https://t.co/HZsI0oHOos"
## 
## [[9437]]
## [1] "HeloiseMesure: I predict my top artist will be Taylor Swift #SpotifyWrapped duh"
## 
## [[9438]]
## [1] "mrsdarc97700517: I predict my top artist will be Harry Styles. There’s no doubt about it #SpotifyWrapped"
## 
## [[9439]]
## [1] "khammie360: I predict my most played song will be Aura (by Mariah the scientist) #SpotifyWrapped"
## 
## [[9440]]
## [1] "dionysis_ai: Remind me smile #SpotifyWrapped"
## 
## [[9441]]
## [1] "NoahAdk46403259: I predict my top artist will be [tyler the creator] #SpotifyWrapped"
## 
## [[9442]]
## [1] "ariadnavf_: I predict my top artist will be Rosaliaaa❤️❤️ #SpotifyWrapped"
## 
## [[9443]]
## [1] "GenuinelyTammy: One thing about Spotify is that they wrapped be so exciting, @AppleMusic don’t be giving us nothing good #SpotifyWrapped"
## 
## [[9444]]
## [1] "POPSUGARUK: Do this before your #SpotifyWrapped comes out!  https://t.co/DNIqWycsBG"
## 
## [[9445]]
## [1] "NoahAdk46403259: I predict my top genre will be [rap] #SpotifyWrapped"
## 
## [[9446]]
## [1] "mrsdarc97700517: I predict my most played song will be As it Was #SpotifyWrapped"
## 
## [[9447]]
## [1] "kya_yaar_ananya: My #SpotifyWrapped will literally be this picture. https://t.co/4R3O3yB4Dw"
## 
## [[9448]]
## [1] "NoeticSaturnine: SOON #SpotifyWrapped"
## 
## [[9449]]
## [1] "EmSh8944: I predict my top artist will be @ThisIsRobThomas #SpotifyWrapped \nI mean if it’s not it should be @MatchboxTwenty instead"
## 
## [[9450]]
## [1] "JahmikelG: I’m ready for it I want to know I can’t wait lol 😂 #SpotifyWrapped https://t.co/8fvQMwsgWJ"
## 
## [[9451]]
## [1] "mrsdarc97700517: I predict my top genre will be pop music #SpotifyWrapped"
## 
## [[9452]]
## [1] "NoahAdk46403259: I predict my most played song will be [money trees] #SpotifyWrapped"
## 
## [[9453]]
## [1] "iama_lion_: I predict my top artist will be Kesha #SpotifyWrapped"
## 
## [[9454]]
## [1] "britxnic0: Where is my #SpotifyWrapped. I need to know how mental ill I actually am."
## 
## [[9455]]
## [1] "TrueBlueLDR: I predict my most played song will be Alien Superstar #SpotifyWrapped"
## 
## [[9456]]
## [1] "Tweetbyshreyas: #SpotifyWrapped is so interesting. I’ve got one more reason to judge you. \n.\n#Tweetbyshreyas"
## 
## [[9457]]
## [1] "iama_lion_: I predict my most played song will be Big Girls You Are Beautiful #SpotifyWrapped"
## 
## [[9458]]
## [1] "masonangelo23: I predict my top artist will be miss Cupcakke 3 years straight bby #SpotifyWrapped"
## 
## [[9459]]
## [1] "RodPeels: I predict my most played song will be Starboy #SpotifyWrapped"
## 
## [[9460]]
## [1] "yoongis_fruit: I predict my top artist will be [BTS] #SpotifyWrapped"
## 
## [[9461]]
## [1] "MaryFor44530047: OMG!!Great News!!If Want to get a job as Amazon flex, you need follow below steps. Please click below link then sho… https://t.co/JgrXHc7yWX"
## 
## [[9462]]
## [1] "Yashistic_: I predict my top podcast will be 2 peas in a pod #SpotifyWrapped\n@raghavanand67 \n@iamparitosh_"
## 
## [[9463]]
## [1] "TruffleSocial: Anyone else a teensy bit stressed about their #SpotifyWrapped? 😱"
## 
## [[9464]]
## [1] "Mamo_dele: I predict my top artist will be [Burna Boy] #SpotifyWrapped"
## 
## [[9465]]
## [1] "yoongis_fruit: I predict my top genre will be [Kpop] #SpotifyWrapped"
## 
## [[9466]]
## [1] "joystickjuniper: Look, I know it's all Taylor Swift for me... Still.. release it.  #SpotifyWrapped"
## 
## [[9467]]
## [1] "yoongis_fruit: I predict my most played song will be [Run BTS] #SpotifyWrapped"
## 
## [[9468]]
## [1] "Sam_McQueen1: I predict my top artist will be [@OuseOfficial ] #SpotifyWrapped"
## 
## [[9469]]
## [1] "sushijoker: DROP IT NOW #SpotifyWrapped https://t.co/5P7arbcsxa"
## 
## [[9470]]
## [1] "qubaap: I predict my top podcast will be Too easy - firez favs (donda 2) or never let me go 💀#SpotifyWrapped"
## 
## [[9471]]
## [1] "seconda89807391: #SpotifyWrapped hello"
## 
## [[9472]]
## [1] "sarahnicoleguy: Spotify Wrapped is great for determining if you were 100% unhinged this year or just, like, 50%  #SpotifyWrapped"
## 
## [[9473]]
## [1] "yl3O1: Me when my #SpotifyWrapped got Griselda, Pusha T, symba, and Kendrick headlining.  https://t.co/g8rpkAWVfm"
## 
## [[9474]]
## [1] "m4rl0nnnn: Who will be ur #1 in ur Spotify Wrapped? #SpotifyWrapped"
## 
## [[9475]]
## [1] "ikjunsflower: I predict my top artist will be BTOB / Lee Changsub😌 #SpotifyWrapped"
## 
## [[9476]]
## [1] "XXL: #SpotifyWrapped has officially begun teasing its 2022 rollout 👀\n\nWho do you think will be your most-listened to rap… https://t.co/Fq2zrue9M8"
## 
## [[9477]]
## [1] "Mamo_dele: I predict my top genre will be [Afrobeats] #SpotifyWrapped"
## 
## [[9478]]
## [1] "iFrankMartin97: I predict my most played song will be \"Hikare Inochi\" #SpotifyWrapped"
## 
## [[9479]]
## [1] "EarnMakingMoney: Tap to see the meme - #memes #SpotifyWrapped https://t.co/nIhVmtmG22"
## 
## [[9480]]
## [1] "UnderTakingBoy: I predict my most played album will be the weekend's \"Dawn FM\" and most played songs will be \"After Hour\",\"Repeat A… https://t.co/UgbqRMCdIU"
## 
## [[9481]]
## [1] "Mamo_dele: I predict my most played song will be Soso #SpotifyWrapped"
## 
## [[9482]]
## [1] "ikjunsflower: I predict my most played song will be  Cookie by NewJeans #SpotifyWrapped"
## 
## [[9483]]
## [1] "abhignya04: can’t wait for my mental issues analysis #SpotifyWrapped"
## 
## [[9484]]
## [1] "anngri7: #SpotifyWrapped i'm right where you wrapped me"
## 
## [[9485]]
## [1] "yogiilele: I predict my top podcast will be [dont listen much but prolly something haunted or girl talk] #SpotifyWrapped"
## 
## [[9486]]
## [1] "MaryFor44530047: Do you want earn from home? If you want, you need to follow below steps. Click below link then show a page where ag… https://t.co/C17oBlSakA"
## 
## [[9487]]
## [1] "AzeiteSeco: I predict my most played song will be Something Special🕺 #SpotifyWrapped"
## 
## [[9488]]
## [1] "iheartlouaylor: I predict my top podcast will be that one cunt who posted medicine (ily)#SpotifyWrapped"
## 
## [[9489]]
## [1] "adrestian_flame: It’s gonna be nothing but FFXIV ost. I can just FEEL IT.  #SpotifyWrapped"
## 
## [[9490]]
## [1] "KiwiTheKangaroo: I predict my most played song will be REVOFEV by Kid Cudi #SpotifyWrapped"
## 
## [[9491]]
## [1] "glittergelgirly: RELEASE IT NOW YOU STUPID B*TCH @Spotify #SpotifyWrapped https://t.co/z7QDIDSUjt"
## 
## [[9492]]
## [1] "onwrdstovictory: I predict my top artist will be Los campesinos! #SpotifyWrapped"
## 
## [[9493]]
## [1] "yogiilele: I predict my top artist will be [praying for lana, taylor or eunsook*m😭😭😭😭] #SpotifyWrapped"
## 
## [[9494]]
## [1] "queenrhemz: I predict my top podcast will be unfiltered podcast by @zane and @HeathHussar\nI'm 100% sure😌\n#SpotifyWrapped"
## 
## [[9495]]
## [1] "ofstarlight10: This was my Spotify top5 last year👀. Still waiting for this year's \n#SpotifyWrapped https://t.co/XOMMc2cAcy"
## 
## [[9496]]
## [1] "BigginzYT: @Spotify #SpotifyWrapped drop it. Now. https://t.co/mIZ5wzKr4O"
## 
## [[9497]]
## [1] "treehousepoetry: I predict my most played song of 2022 is “Don’t Take the Money” by Bleachers. (Which version is the real question) #SpotifyWrapped"
## 
## [[9498]]
## [1] "iFilmOrama: hope my #SpotifyWrapped don't make me go like this https://t.co/0xAlVWjKyR"
## 
## [[9499]]
## [1] "iheartlouaylor: I know my top artist will be taylor swift #SpotifyWrapped"
## 
## [[9500]]
## [1] "onwrdstovictory: I predict my top genre will be indie music #SpotifyWrapped"
## 
## [[9501]]
## [1] "MatildaSoGolden: I predict my most played song will be [UR MOM  ] #SpotifyWrapped"
## 
## [[9502]]
## [1] "nj_nearing: Cant wait for my #SpotifyWrapped this yr. prolly my top song is emails i cant send."
## 
## [[9503]]
## [1] "SirSalles01: I predict my most played song will be algum funk com certeza kkkkkkkkkkk #SpotifyWrapped"
## 
## [[9504]]
## [1] "josephappIegate: i predict my top artist will be ieuan! #SpotifyWrapped"
## 
## [[9505]]
## [1] "qubaap: I predict my top artist will be tyler the creator top g (or Ye) #SpotifyWrapped"
## 
## [[9506]]
## [1] "yogiilele: I predict my top genre will be [basic but prolly dance pop or ballet class 😭😭😭😭😭😭😭😭😭😭] #SpotifyWrapped"
## 
## [[9507]]
## [1] "FOLKMORE2: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped"
## 
## [[9508]]
## [1] "onwrdstovictory: I predict my most played song will be concrete by Lovejoy #SpotifyWrapped"
## 
## [[9509]]
## [1] "iheartlouaylor: I predict my top genre will be pop #SpotifyWrapped"
## 
## [[9510]]
## [1] "FOLKMORE2: I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped"
## 
## [[9511]]
## [1] "josephappIegate: i predict my most played song will be hypocrisy by sage ella’ #SpotifyWrapped"
## 
## [[9512]]
## [1] "FOLKMORE2: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[9513]]
## [1] "Gloomykatee: I predict my top artist will be Taylor Swift  #SpotifyWrapped"
## 
## [[9514]]
## [1] "ogedengbe_: I predict my most played song will be [Money &amp; Love] #SpotifyWrapped"
## 
## [[9515]]
## [1] "thelonejourney: I predict my most played song will be We Don’t Talk About Bruno #SpotifyWrapped LOL"
## 
## [[9516]]
## [1] "VeronikaZriniov: I predict my top artist will be Yzomandias 🌚  #SpotifyWrapped"
## 
## [[9517]]
## [1] "iheartlouaylor: I predict my most played song will be right where you left me #SpotifyWrapped"
## 
## [[9518]]
## [1] "whyjeon_: j-hope is one of the headliner in my #SpotifyWrapped THE MAN HE IS✨"
## 
## [[9519]]
## [1] "qubaap: I predict my most played song will be fue mejor - Kali uchis #SpotifyWrapped"
## 
## [[9520]]
## [1] "queenrhemz: I predict my most played song will be As it was by Harry Styles 🥰 #SpotifyWrapped"
## 
## [[9521]]
## [1] "UnderTakingBoy: I predict my most played song by kanye West will be \"Say You Will\" because for the lyrics and Deep voice and meanin… https://t.co/ArekvppnHj"
## 
## [[9522]]
## [1] "uglyducklin0: I predict my top artist will be Sade #SpotifyWrapped"
## 
## [[9523]]
## [1] "fredeyrhs: I predict my most played song will be As it was   #SpotifyWrapped"
## 
## [[9524]]
## [1] "yogiilele: I predict my most played song will be [All Too Well 10 Min Version] PLEASE BE IT IDK #SpotifyWrapped"
## 
## [[9525]]
## [1] "Sofa_Critic_2_0: My #SpotifyWrapped is going to be lame this year.  I was barely on the platform.  If I want to listen to music, I go to YouTube."
## 
## [[9526]]
## [1] "iamarjun23: I predict my top genre will be [indie pop] #SpotifyWrapped"
## 
## [[9527]]
## [1] "thelonejourney: I predict my top genre will be Indie Pop.  #SpotifyWrapped"
## 
## [[9528]]
## [1] "uglyducklin0: I predict my top genre will be Pop #SpotifyWrapped"
## 
## [[9529]]
## [1] "The_J_Stevenson: I predict my most played song will be “fresh bruises” by @bmthofficial #SpotifyWrapped"
## 
## [[9530]]
## [1] "abigailroseking: I predict my top artist will be @taylorswift13 of course!#SpotifyWrapped"
## 
## [[9531]]
## [1] "uglyducklin0: I predict my most played song will be Where you are de PinkPantheress #SpotifyWrapped"
## 
## [[9532]]
## [1] "bg_bts7: I predict my most played song will be Christmas Tree by @BTS_twt #SpotifyWrapped\n\n(Or With you or Yet to come 🤭) https://t.co/Pl8mwth91b"
## 
## [[9533]]
## [1] "mybuddiemybucky: so excited for if i could fly by one direction to by in my #spotifywrapped top 10 again despite it being released 7 years ago"
## 
## [[9534]]
## [1] "abigailroseking: I predict my most played song will be All Too Well (10 Minute Version) by @taylorswift13 #SpotifyWrapped"
## 
## [[9535]]
## [1] "iamthebegus: #SpotifyWrapped wait 4 me https://t.co/EbdRjOzWQP"
## 
## [[9536]]
## [1] "SelinaD42: Not a clue on this one I've played so many this year, it will probably different from last year's one though which… https://t.co/WG99b1QPSl"
## 
## [[9537]]
## [1] "thelonejourney: I predict my top artist will be @RyanCaraveo #SpotifyWrapped"
## 
## [[9538]]
## [1] "ImpulFizz: I predict my top artist will be Bring Me the Horizon or Set It Off #SpotifyWrapped"
## 
## [[9539]]
## [1] "leoaraujopp: I predict my most played song will be https://t.co/cmJxqt6PnX #SpotifyWrapped \n\n(ouvi demais essa)"
## 
## [[9540]]
## [1] "vantsecret: I predict my top artist will be stray kids #SpotifyWrapped"
## 
## [[9541]]
## [1] "coIorluna: I predict my top podcast will be Caso 63 #SpotifyWrapped"
## 
## [[9542]]
## [1] "b__dizon: DROP IT ALREADY #SpotifyWrapped https://t.co/TIcLYfRAch"
## 
## [[9543]]
## [1] "nadiamariazefri: I predict my top podcast will be Armchair Expert #SpotifyWrapped"
## 
## [[9544]]
## [1] "eggcheesebageI: me looking at my #SpotifyWrapped pretending to be shocked like i didnt spend all year checking spotistats last fm a… https://t.co/9U8xBWxHTy"
## 
## [[9545]]
## [1] "vantsecret: I predict my top genre will be kpop(?) #SpotifyWrapped"
## 
## [[9546]]
## [1] "vINce9867: I predict my top podcast will be Wag Kang Lilingon #SpotifyWrapped"
## 
## [[9547]]
## [1] "MaryFor44530047: OMG!!!Great News!!Do you want get a job at Aldi?? For getting job Please click below link then show a page where ag… https://t.co/C6lZArYxUh"
## 
## [[9548]]
## [1] "coIorluna: I predict my top artist will be Taylor Swift/Morat #SpotifyWrapped"
## 
## [[9549]]
## [1] "MyMoonIsUV: I predict my top genre will be [Alternative Indie] #SpotifyWrapped"
## 
## [[9550]]
## [1] "JaylaMOfficial: I predict my top artist will be  #SpotifyWrapped https://t.co/EjQfuC41L5"
## 
## [[9551]]
## [1] "coldchains19: I predict my top artist will be @cvltecult  #SpotifyWrapped"
## 
## [[9552]]
## [1] "vantsecret: I predict my most played song will be as it was #SpotifyWrapped"
## 
## [[9553]]
## [1] "MyMoonIsUV: I predict my most played song will be [Lana Del Rey - Old Money] #SpotifyWrapped"
## 
## [[9554]]
## [1] "gabrialholmes: GIVE IT TO ME NOW BITCH #SpotifyWrapped https://t.co/6nEEFARuwK"
## 
## [[9555]]
## [1] "isthereashley: I predict my most played song will be champagne problems or cardigan?(not sure though) #SpotifyWrapped"
## 
## [[9556]]
## [1] "ImpulFizz: I predict my most played song will be [ https://t.co/RJYVKwLz6t ] #SpotifyWrapped"
## 
## [[9557]]
## [1] "shesgotclaws: 9 Lives Album Out Now! \n\n'Best Of'Remix Album.. Ideal as a Xmas Gift!\n\nBuy: \niTunes / Apple -… https://t.co/MagP71F14t"
## 
## [[9558]]
## [1] "Surma_SG: Kitne din se #SpotifyWrapped is trending but aa kab rhe hai!"
## 
## [[9559]]
## [1] "vINce9867: I predict my top artist will be Lyn Lapid  #SpotifyWrapped"
## 
## [[9560]]
## [1] "iwantabigmac_: I predict my top genre will be pop #SpotifyWrapped"
## 
## [[9561]]
## [1] "coldchains19: I predict my most played song will be move me - @halfaliveco #SpotifyWrapped"
## 
## [[9562]]
## [1] "agdtinman: I got my #SpotifyWrapped!! Check out my top music genre: https://t.co/9C0Z3CFJdr"
## 
## [[9563]]
## [1] "am_kumkum22: Where are you #SpotifyWrapped ?"
## 
## [[9564]]
## [1] "iwantabigmac_: I predict my most played song will be As It Was #SpotifyWrapped"
## 
## [[9565]]
## [1] "isthereashley: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[9566]]
## [1] "JaylaMOfficial: I predict my top genre will be pop obviously #SpotifyWrapped"
## 
## [[9567]]
## [1] "ocadoinalright: I predict my most played song will be [west coast by lana del rey] #SpotifyWrapped or one of cas’s song"
## 
## [[9568]]
## [1] "spacesintheam: I really hope they bring back the desktop version this year. I like what they added at the beginning of last years… https://t.co/Y98RqZC37f"
## 
## [[9569]]
## [1] "DragEmetSelch: I predict my top podcast will be Tea and Strumpets #SpotifyWrapped"
## 
## [[9570]]
## [1] "JaylaMOfficial: I predict my most played song will be a doja cat song, probably get into it yuh😭 #SpotifyWrapped"
## 
## [[9571]]
## [1] "iamluvity: I predict my top genre will be [Kpop] #SpotifyWrapped"
## 
## [[9572]]
## [1] "TheSwiftD: Imagine you get a personalized video message from Taylor with your #SpotifyWrapped and she says you get tour tickets 😱😍"
## 
## [[9573]]
## [1] "qazimod: #SpotifyWrapped is trending but my account was banished to oblivion after the Joe Rogan thing. Awkward."
## 
## [[9574]]
## [1] "vINce9867: I predict my top genre will be OPM  #SpotifyWrapped"
## 
## [[9575]]
## [1] "THEMAINTHlNG: I predict my most played song will be Normal Girl #SpotifyWrapped"
## 
## [[9576]]
## [1] "MatildaSoGolden: I’ve waited long enough\n#SpotifyWrapped https://t.co/XfOGLzipLL"
## 
## [[9577]]
## [1] "charwillj0: I predict my top artist will be [ TLC ] #SpotifyWrapped"
## 
## [[9578]]
## [1] "fraaiises: I predict my most played song will be (never falling for this again oh my god) #SpotifyWrapped"
## 
## [[9579]]
## [1] "adolabrat: I predict my top artist will be Taylor Swift or Imagine Dragons #SpotifyWrapped"
## 
## [[9580]]
## [1] "aria2560: I predict my most played song will be The Other Side by Alice Merton  #SpotifyWrapped"
## 
## [[9581]]
## [1] "m3lenatedwh8re: I predict my top podcast will be FLEX AND MF FROOMES FOR SUREEE #SpotifyWrapped"
## 
## [[9582]]
## [1] "kenmorxo: I predict my top podcast will be @prettybasic on the simple fact that those are my girls and i get it my life every… https://t.co/m2TgtRwgZJ"
## 
## [[9583]]
## [1] "viandreiya: I predict my most played song will be BLUE HOUR BY TOMORROW X TOGETHER #SpotifyWrapped\n\npag hindi iyan sinungaling… https://t.co/hH6gXKQVUX"
## 
## [[9584]]
## [1] "charwillj0: I predict my most played song will be [ Left Outside Alone ] #SpotifyWrapped"
## 
## [[9585]]
## [1] "vINce9867: I predict my most played song will be Paraluman #SpotifyWrapped"
## 
## [[9586]]
## [1] "m3lenatedwh8re: I predict my top genre will defo give pop/dance pop, if not then r&amp;b #SpotifyWrapped"
## 
## [[9587]]
## [1] "eddgardx: @Spotify my #SpotifyWrapped when? https://t.co/gPZrUN2tBR"
## 
## [[9588]]
## [1] "hobihongie: I predict my top podcast will be LKKK NENHUM #SpotifyWrapped"
## 
## [[9589]]
## [1] "thelonejourney: I predict my top podcast will be Sweet Boys. I don’t remember a single word of them but I think that’s kinda the po… https://t.co/SfShgdDaOZ"
## 
## [[9590]]
## [1] "THEMAINTHlNG: I predict my top artist will be Ariana Grande #SpotifyWrapped"
## 
## [[9591]]
## [1] "m3lenatedwh8re: I predict my top artist will be Beyoncé, without a doubt #SpotifyWrapped"
## 
## [[9592]]
## [1] "bobthefixerrr: What is worse: not receiving the Spotify tracks you expected to receive or receiving a random song that you end up… https://t.co/gxrousH4yh"
## 
## [[9593]]
## [1] "adolabrat: I predict my top genre will be pop #SpotifyWrapped"
## 
## [[9594]]
## [1] "niambideeaye: I predict my most played song will be Heated #SpotifyWrapped https://t.co/B5Oo7V07gw"
## 
## [[9595]]
## [1] "gldenbusan: spotify wrapped spotify wrapped cuba kau drop spotify wrapped sekarang #SpotifyWrapped"
## 
## [[9596]]
## [1] "m3lenatedwh8re: I predict my most played song will be Glitter by 070 Shake or Alien Superstar by Beyoncé   #SpotifyWrapped"
## 
## [[9597]]
## [1] "tokyotwelve: I predict my top artist will be: NF ?  #SpotifyWrapped"
## 
## [[9598]]
## [1] "hobihongie: I predict my top artist will be ATEEZ ou PVRIS #SpotifyWrapped"
## 
## [[9599]]
## [1] "Meh96232227: Lol I don't listen to podcasts #SpotifyWrapped"
## 
## [[9600]]
## [1] "adolabrat: I predict my most played song will be Anti-Hero by Taylor Swift #SpotifyWrapped"
## 
## [[9601]]
## [1] "MaryFor44530047: Video editing Job!! What's a great news.Try to take chance. Now click below link then get a page where again click… https://t.co/FAyQFXUFDA"
## 
## [[9602]]
## [1] "Elisabe74257695: I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped"
## 
## [[9603]]
## [1] "chrisnel__: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped\n@Michinegunkell3"
## 
## [[9604]]
## [1] "tokyotwelve: I predict my most played song will be: \nStill into you - Paramore\n#SpotifyWrapped"
## 
## [[9605]]
## [1] "hobihongie: I predict my top genre will be K-pop #SpotifyWrapped"
## 
## [[9606]]
## [1] "dehydratedjay: I predict my top podcast will be Teenager Therapy #SpotifyWrapped"
## 
## [[9607]]
## [1] "viistrying: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped"
## 
## [[9608]]
## [1] "smith_adesoji: Love the outdoors 😊😊😊😊\n\nDan Andrews\niphone 14\n\n#SpotifyWrapped https://t.co/vsrxEV9RJA"
## 
## [[9609]]
## [1] "viistrying: I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped"
## 
## [[9610]]
## [1] "rockergirldrum: If you need a boost to start your Monday!  Here’s some @systemofadown 🤘@JohnDolmayan @serjtankian @ShavoOdadjian… https://t.co/6EWGv4YwP4"
## 
## [[9611]]
## [1] "MessiahRice: I predict my top artist will be ‘OnCue’ #SpotifyWrapped"
## 
## [[9612]]
## [1] "dehydratedjay: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[9613]]
## [1] "ocadoinalright: Siap siap nanti sg ku dengan #SpotifyWrapped walo no one cares about it but i will still post about it cz idc"
## 
## [[9614]]
## [1] "jzathegoat: live reaction after realizing spotify won’t count any of my listens to smithereens cause they stopped collecting da… https://t.co/R6nMGNUnql"
## 
## [[9615]]
## [1] "jakim77pt: I predict my top artist will be Joji #SpotifyWrapped"
## 
## [[9616]]
## [1] "hobihongie: I predict my most played song will be Loveless - PVRIS #SpotifyWrapped"
## 
## [[9617]]
## [1] "MyMoonIsUV: I predict my top artist will be [Lana Del Rey] #SpotifyWrapped"
## 
## [[9618]]
## [1] "Meh96232227: I predict my top artist will be mitski  #SpotifyWrapped"
## 
## [[9619]]
## [1] "alxjkfs: I predict my top genre will be [GOAT] #SpotifyWrapped"
## 
## [[9620]]
## [1] "dehydratedjay: I predict my top genre will be Pop or Eurovision #SpotifyWrapped"
## 
## [[9621]]
## [1] "kangseoyoon8: I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped"
## 
## [[9622]]
## [1] "Santiago_PaezP: I predict my top artist will be @ddlovato #SpotifyWrapped"
## 
## [[9623]]
## [1] "jakim77pt: I predict my most played song will be Glimpse of Us #SpotifyWrapped"
## 
## [[9624]]
## [1] "Meh96232227: I predict my most played song will be love me more by MITSKI  #SpotifyWrapped"
## 
## [[9625]]
## [1] "idioticsimpp: I predict my top artist will be Nirvana #SpotifyWrapped"
## 
## [[9626]]
## [1] "Pedro_5Oli: I predict my top podcast will be [Falsos Lentos] #SpotifyWrapped"
## 
## [[9627]]
## [1] "alxjkfs: I predict my top artist will be [FUTURE] #SpotifyWrapped"
## 
## [[9628]]
## [1] "dehydratedjay: I predict my most played song will be Brividi #SpotifyWrapped"
## 
## [[9629]]
## [1] "alxjkfs: I predict my most played song will be [TEEN X BY CARTI] #SpotifyWrapped"
## 
## [[9630]]
## [1] "idioticsimpp: I predict my top genre will be rock #SpotifyWrapped"
## 
## [[9631]]
## [1] "Pedro_5Oli: I predict my top artist will be [Kid Cudi] #SpotifyWrapped"
## 
## [[9632]]
## [1] "CaptivaLX: I predict my top artist will be [@trvisXX] #SpotifyWrapped"
## 
## [[9633]]
## [1] "logantwizz: I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped"
## 
## [[9634]]
## [1] "AlphaMillennium: Fuckin launch already! #SpotifyWrapped"
## 
## [[9635]]
## [1] "Pedro_5Oli: I predict my top genre will be [Hip-Hop] #SpotifyWrapped"
## 
## [[9636]]
## [1] "logantwizz: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped"
## 
## [[9637]]
## [1] "idioticsimpp: I predict my most played song will be Drain You #SpotifyWrapped"
## 
## [[9638]]
## [1] "babycxarmy: I predict my top artist will be [BTS] #SpotifyWrapped"
## 
## [[9639]]
## [1] "logantwizz: I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped"
## 
## [[9640]]
## [1] "logantwizz: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[9641]]
## [1] "Pedro_5Oli: I predict my most played song will be [Die Hard - Kendrick Lamar] #SpotifyWrapped"
## 
## [[9642]]
## [1] "Cubezix1: I predict my top podcast will be The Cubecast #SpotifyWrapped"
## 
## [[9643]]
## [1] "ElyanArcher: I predict my most played song will be Running Up That Hill #SpotifyWrapped"
## 
## [[9644]]
## [1] "stonelovebot: really nervous for #SpotifyWrapped  guys not going to lie https://t.co/SmQcIZzEy0"
## 
## [[9645]]
## [1] "somandra21: I predict my top podcast will be 😁😁😁 you don't want to know😅#SpotifyWrapped"
## 
## [[9646]]
## [1] "carabigote: I predict my top artist will be bad gyal espero no romper la racha #SpotifyWrapped"
## 
## [[9647]]
## [1] "Cubezix1: I predict my top artist will be Tally hall #SpotifyWrapped"
## 
## [[9648]]
## [1] "iHrtWByers: I predict my top podcast will be Flikken de podcast by NPO1 #SpotifyWrapped"
## 
## [[9649]]
## [1] "eternallyurz: I predict my top podcast will be Awsten + Travis' Slumber Party #SpotifyWrapped"
## 
## [[9650]]
## [1] "Cubezix1: I predict my top genre will be Indie  #SpotifyWrapped"
## 
## [[9651]]
## [1] "DarthKermit_: I predict my most played song will be Override #SpotifyWrapped"
## 
## [[9652]]
## [1] "nessaxbw: Me when my Spotify wrapped drops \n\n#SpotifyWrapped\n\n https://t.co/aXwSayLg1C"
## 
## [[9653]]
## [1] "iHrtWByers: I predict my top artist will be Harry Styles #SpotifyWrapped"
## 
## [[9654]]
## [1] "somandra21: I predict my top genre will be [fill in top genre prediction] Pop #SpotifyWrapped"
## 
## [[9655]]
## [1] "may7jailer: I predict my top artist will be lana del rey  #SpotifyWrapped"
## 
## [[9656]]
## [1] "larryS4eva28: I predict my top artist will be #OneDirection #SpotifyWrapped"
## 
## [[9657]]
## [1] "LifesADance44: What my own music festival would look like based on my @Spotify and now I’m prepared for my #SpotifyWrapped… https://t.co/eAjQAFlGSe"
## 
## [[9658]]
## [1] "str4wberrimo0n: I predict my top artist will be nct dream #SpotifyWrapped"
## 
## [[9659]]
## [1] "somandra21: I predict my most played song will be Heartbreak Anthem #SpotifyWrapped"
## 
## [[9660]]
## [1] "Cubezix1: I predict my most played song will be Cannibal #SpotifyWrapped"
## 
## [[9661]]
## [1] "iHrtWByers: I predict my top genre will be POP #SpotifyWrapped"
## 
## [[9662]]
## [1] "IliaZaatar10: I predict my top podcast will be Views by David Dobrik #SpotifyWrapped"
## 
## [[9663]]
## [1] "13mgiorgi13: I predict my top artist will be [@coldplay ] #SpotifyWrapped"
## 
## [[9664]]
## [1] "wmdan_: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped"
## 
## [[9665]]
## [1] "eternallyurz: I predict my top artist will be LOONA #SpotifyWrapped"
## 
## [[9666]]
## [1] "iHrtWByers: I predict my most played song will be Matilda by Harry Styles #SpotifyWrapped"
## 
## [[9667]]
## [1] "MrAddisonJones: I predict my most played song will be Down Bad by @Amouranth  #SpotifyWrapped"
## 
## [[9668]]
## [1] "rikl_13: I predict my most played song will be \"All Too Well (10 Minute Version) (Taylor's Version) (From The Vault) #SpotifyWrapped"
## 
## [[9669]]
## [1] "heartslilnas: NO WAY #SpotifyWrapped https://t.co/p7rcfPzu6e"
## 
## [[9670]]
## [1] "eternallyurz: I predict my top genre will be Modern Rock #SpotifyWrapped"
## 
## [[9671]]
## [1] "larryS4eva28: I predict my most played song will be Defenceless #LouisTomlinson #SpotifyWrapped"
## 
## [[9672]]
## [1] "Samrific25: need my #SpotifyWrapped right now"
## 
## [[9673]]
## [1] "Glaxdz1: I predict my top podcast will be [The Misfits Podcast] #SpotifyWrapped"
## 
## [[9674]]
## [1] "DelmarOwl: I predict my most played song will be [Seven O'Clock by Pearl Jam] #SpotifyWrapped"
## 
## [[9675]]
## [1] "eternallyurz: I predict my most played song will be RUN - H1-KEY #SpotifyWrapped"
## 
## [[9676]]
## [1] "iamarjun23: I predict my top artist will be [noah kahan] #SpotifyWrapped"
## 
## [[9677]]
## [1] "AbiESTXX: I predict my top artist will be @machinegunkelly #SpotifyWrapped\n\nI mean... This is an obvious one 💀"
## 
## [[9678]]
## [1] "Glaxdz1: I predict my top artist will be [Juice Wrld] #SpotifyWrapped"
## 
## [[9679]]
## [1] "iamarjun23: I predict my most played song will be [summer nights by DVBBS] #SpotifyWrapped"
## 
## [[9680]]
## [1] "PCTweetzz: I predict my top genre will be Rap / Hip Hop #SpotifyWrapped"
## 
## [[9681]]
## [1] "Daily_Serah: I predict my most played song will be A Quick One Before The Eternal Worm Devours Connecticut by Have A Nice Life #SpotifyWrapped"
## 
## [[9682]]
## [1] "Glaxdz1: I predict my top genre will be [Dark Trap] #SpotifyWrapped"
## 
## [[9683]]
## [1] "punzoswooner: I predict my top podcast will be CHUCKLE SANDWICH #SpotifyWrapped"
## 
## [[9684]]
## [1] "Msintheunknown: I predict my top artist will be [Taylor Swift] #SpotifyWrapped"
## 
## [[9685]]
## [1] "onIysunfIower: I predict my most played song will be As It Was #SpotifyWrapped"
## 
## [[9686]]
## [1] "lovemesomeALLI: I predict my top artist will be SG Lewis #SpotifyWrapped"
## 
## [[9687]]
## [1] "Glaxdz1: I predict my most played song will be [Juice Wrld - Lean Wit Me] #SpotifyWrapped"
## 
## [[9688]]
## [1] "onIysunfIower: I predict my top podcast will be Very really good  #SpotifyWrapped"
## 
## [[9689]]
## [1] "ArmaanSethi18: I predict my top podcast will be [Impaulsive] #SpotifyWrapped"
## 
## [[9690]]
## [1] "PraksArmaanian: I predict my top artist will be @ArmaanMalik22 #SpotifyWrapped"
## 
## [[9691]]
## [1] "PCTweetzz: I predict my most played song will be She Knows by J Cole #SpotifyWrapped"
## 
## [[9692]]
## [1] "_uncommentary_: #SpotifyWrapped THE HASHTAGS OUT ITS HAPPENING SOON. 3 DAYS MAYBE. THESE THREE DAYS ARE GONNA SUCK."
## 
## [[9693]]
## [1] "MaybeDanial_: I predict my top podcast will probably be The More Better Podcast #SpotifyWrapped"
## 
## [[9694]]
## [1] "onIysunfIower: I predict my top artist will be Harry Styles #SpotifyWrapped"
## 
## [[9695]]
## [1] "thatgirlmareena: I already know who’s gonna be on top #SpotifyWrapped"
## 
## [[9696]]
## [1] "some1likekefon: I predict my top artist will be Ariana Grande  #SpotifyWrapped"
## 
## [[9697]]
## [1] "ArmaanSethi18: I predict my top artist will be [Eminem] #SpotifyWrapped"
## 
## [[9698]]
## [1] "MaybeDanial_: I predict my top artist will be James Arthur #SpotifyWrapped"
## 
## [[9699]]
## [1] "SoldierSiobhan: I predict my top artist will be @carlypearce #SpotifyWrapped"
## 
## [[9700]]
## [1] "SixthCityDawg: Me waiting for my #SpotifyWrapped to drop. . . https://t.co/lYailjh0Df"
## 
## [[9701]]
## [1] "Sewey_Guy: I predict my most played song will be Bad Habits #SpotifyWrapped"
## 
## [[9702]]
## [1] "IliaZaatar10: I predict my top artist will be Swedish House Mafia #SpotifyWrapped"
## 
## [[9703]]
## [1] "ArmaanSethi18: I predict my top genre will be [hiphop] #SpotifyWrapped"
## 
## [[9704]]
## [1] "MaybeDanial_: I predict my top genre will be definitely pop #SpotifyWrapped"
## 
## [[9705]]
## [1] "minttynggie2: I predict my most played song will be wings or dimple by bts #SpotifyWrapped"
## 
## [[9706]]
## [1] "punzoswooner: I predict my top artist will be Seventeen or takayan &lt;3  #SpotifyWrapped"
## 
## [[9707]]
## [1] "ihrtwomn: I predict my most played song will be  Leith Ross - We’ll Never Have Sex #SpotifyWrapped"
## 
## [[9708]]
## [1] "SoldierSiobhan: I predict my top genre will be Pop Country 🤠  #SpotifyWrapped"
## 
## [[9709]]
## [1] "ArmaanSethi18: I predict my most played song will be [Alfred’s theme] #SpotifyWrapped"
## 
## [[9710]]
## [1] "IliaZaatar10: I predict my top genre will be EDM #SpotifyWrapped"
## 
## [[9711]]
## [1] "terry12539: Seeing as how each year has a new layout I wonder how 2022's #SpotifyWrapped is gonna look 🤔 https://t.co/NKP80yO33q https://t.co/mfJPg0KyiW"
## 
## [[9712]]
## [1] "MaybeDanial_: I predict my most played song will be \"So Good\" by Weston Estate #SpotifyWrapped"
## 
## [[9713]]
## [1] "migs13swift: I predict my top genre will be pop #SpotifyWrapped"
## 
## [[9714]]
## [1] "RHCHaricharan: I predict my most played song will be Footsteps of Doom by Kohta Yamamoto..\nCouldn't stop listening to this Attack… https://t.co/owU2mFBYLb"
## 
## [[9715]]
## [1] "inversephase: Fans: \"we're waiting for #SpotifyWrapped \"\nMusicians: \"we're waiting for a payout of 3.5¢ in 3 months because someone listened to our album\""
## 
## [[9716]]
## [1] "SoldierSiobhan: I predict my most played song will be Mess With My Head @mirandalambert #SpotifyWrapped"
## 
## [[9717]]
## [1] "7_soty: I predict my top podcast will be [mugglecast] #SpotifyWrapped"
## 
## [[9718]]
## [1] "urs__lohith: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped"
## 
## [[9719]]
## [1] "delicioso_x: the most streamed song from my past spotify wrapped\n2020: WAP\n2021: TODO DE TI\n\n#SpotifyWrapped https://t.co/fNOLa3euAM"
## 
## [[9720]]
## [1] "migs13swift: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[9721]]
## [1] "IliaZaatar10: I predict my most played song will be One More Time by Daft Punk #SpotifyWrapped"
## 
## [[9722]]
## [1] "astrsads: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped\n\ntaylor swift"
## 
## [[9723]]
## [1] "JDUBBABY_: I predict my top artist will be [J Cole] #SpotifyWrapped"
## 
## [[9724]]
## [1] "punzoswooner: I predict my top genre will be kpop and i know i'm right #SpotifyWrapped"
## 
## [[9725]]
## [1] "7_soty: I predict my top artist will be bts #SpotifyWrapped"
## 
## [[9726]]
## [1] "blousupremacy: I predict my top artist will be one direction lmao #SpotifyWrapped"
## 
## [[9727]]
## [1] "migs13swift: I predict my most played song will be Anti-Hero #SpotifyWrapped"
## 
## [[9728]]
## [1] "astrsads: I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped\n\npop? nao sei, taylor swift?KKKKKKKKKKKKKKKK"
## 
## [[9729]]
## [1] "Omgitsjustdae: Thought #SpotifyWrapped dropped but no it's trending because people are waiting for it."
## 
## [[9730]]
## [1] "SAlNTVALENTlNE: i predict my most played song will be screaming by loathe (crowd boos) #SpotifyWrapped"
## 
## [[9731]]
## [1] "SheepPsychic: I predict my most played song will be ribs by lorde 🛐 #SpotifyWrapped"
## 
## [[9732]]
## [1] "NicoleMonster23: I predict my top artist will be Lady Gaga #SpotifyWrapped https://t.co/xiiJoWUQUj"
## 
## [[9733]]
## [1] "austenxswift: I predict my top genre will be pop #SpotifyWrapped"
## 
## [[9734]]
## [1] "7_soty: I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped Kpop"
## 
## [[9735]]
## [1] "austenxswift: I predict my top podcast will be estas? de @buerabuerabuera  #SpotifyWrapped"
## 
## [[9736]]
## [1] "okayeboys: #SpotifyWrapped better have gorillaz up there 🙏"
## 
## [[9737]]
## [1] "Mitranshu2: I predict my top artist will be [Bieber] #SpotifyWrapped"
## 
## [[9738]]
## [1] "astrsads: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped \n\nDon’t Blame Me"
## 
## [[9739]]
## [1] "punzoswooner: I predict my most played song will be HOT DEMON B!TCHES NEAR U !!! or poltergeist by corpse ???#SpotifyWrapped"
## 
## [[9740]]
## [1] "austenxswift: I predict my top artist will be taylor swift #SpotifyWrapped"
## 
## [[9741]]
## [1] "IAmSprays: i predict my most listened to song this year will be when i was your man by bruno mars. no doubt. #SpotifyWrapped"
## 
## [[9742]]
## [1] "patternbluee: i thought it came out already nobody hmu #SpotifyWrapped https://t.co/yPnkjmtHOt"
## 
## [[9743]]
## [1] "brutus_il: I predict my most played song will be Good Ones by Charli XCX #SpotifyWrapped"
## 
## [[9744]]
## [1] "lonesomesswift: I predict my top podcast will be [The Lana unreleased ones] #SpotifyWrapped"
## 
## [[9745]]
## [1] "BamTennie: I predict my top genre will be Shoegaze or Numetal #SpotifyWrapped"
## 
## [[9746]]
## [1] "dswatmanstewart: I predict my top artist will be Taylor Swift  #SpotifyWrapped"
## 
## [[9747]]
## [1] "austenxswift: I predict my most played song will be mirorrball or i think he knows  #SpotifyWrapped"
## 
## [[9748]]
## [1] "sawrnr: I predict my most played song will be Manifesto by Tyler, the Creator #SpotifyWrapped"
## 
## [[9749]]
## [1] "theylorswift13: @TheColinesque Dammit it doesn’t show up in the retweet. #spotifywrapped"
## 
## [[9750]]
## [1] "okrzemkowa: I predict my top artist will be David Bowie as it's been 3 years in a row #SpotifyWrapped"
## 
## [[9751]]
## [1] "lonesomesswift: I predict my top artist will be [Taylor Swift] #SpotifyWrapped"
## 
## [[9752]]
## [1] "dreherkeleti: @renny_day to this date I don't understand why they put such garbage design into 2021's #SpotifyWrapped"
## 
## [[9753]]
## [1] "lonesomesswift: I predict my top genre will be [Pop] #SpotifyWrapped"
## 
## [[9754]]
## [1] "tdawgisdedV3: Im calling my most played songs on sporify this year will be from the above\n\nMisfits\nSum41\nBlink 182\nPoor mans pois… https://t.co/11LOfCJ63V"
## 
## [[9755]]
## [1] "cr0taline_: I predict my top podcast will be Pickle Chips (LISTEN TO IT)\n #SpotifyWrapped"
## 
## [[9756]]
## [1] "_abby_r0se: #SpotifyWrapped has become a holiday at this point"
## 
## [[9757]]
## [1] "a_ngelak: I predict my most played song will be alguna de la @saramalacara_ siosi #SpotifyWrapped"
## 
## [[9758]]
## [1] "lonesomesswift: I predict my most played song will be [Cruel Summer - Taylor Swift] #SpotifyWrapped"
## 
## [[9759]]
## [1] "Mrslnfamous: I predict motionless in white will be my most streamed artist of the year! #SpotifyWrapped"
## 
## [[9760]]
## [1] "BamTennie: I predict my most played song will be Without Me by Dayseeker #SpotifyWrapped"
## 
## [[9761]]
## [1] "celestynyaa: I predict my top artist will be Istasha  #SpotifyWrapped"
## 
## [[9762]]
## [1] "KarmaDash: My #SpotifyWrapped is just going to be my HellCheer playlist this year I feel it"
## 
## [[9763]]
## [1] "15c_djo: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped  Separate Ways,   Journey"
## 
## [[9764]]
## [1] "Sewey_Guy: I predict my top genre will be Pop #SpotifyWrapped"
## 
## [[9765]]
## [1] "bill_ndege: I predict my top podcast will be Ram Dass #SpotifyWrapped"
## 
## [[9766]]
## [1] "maxiee1999: I predict my top artist will be either Beomhan or One Ok Rock  #SpotifyWrapped"
## 
## [[9767]]
## [1] "AriKordeii: I predict my top artist will be [Cleo Sol] #SpotifyWrapped"
## 
## [[9768]]
## [1] "cr0taline_: I predict my top genre will be indie pop #SpotifyWrapped"
## 
## [[9769]]
## [1] "hiddleshouse: CHAN #SpotifyWrapped"
## 
## [[9770]]
## [1] "mixxiemajjy: I predict my most played song will be Beating Heart Baby by Head Automatica #SpotifyWrapped"
## 
## [[9771]]
## [1] "celestynyaa: I predict my most played song will be Lost Days by Istasha #SpotifyWrapped"
## 
## [[9772]]
## [1] "sey0_o: I predict my top artist will be [Dreamcatcher/Motionless In White/Bring Me The Horizon] #SpotifyWrapped like idk ma… https://t.co/RjbTZSJvMq"
## 
## [[9773]]
## [1] "cr0taline_: I predict my most played song will be goodbye my danish sweetheart #SpotifyWrapped"
## 
## [[9774]]
## [1] "Osariik: If my top artist in my #SpotifyWrapped isn’t @BSTNMNR I’ll…actually I don’t know what I’ll do. Listen to them more… https://t.co/MVTahuiZLn"
## 
## [[9775]]
## [1] "bill_ndege: My top artist is gonna be a close tie btw J. Cole and The Lumineers #SpotifyWrapped"
## 
## [[9776]]
## [1] "Sewey_Guy: I predict my top artist will be The Weeknd #SpotifyWrapped"
## 
## [[9777]]
## [1] "SKbloodfahim: I predict my most played song will be #Jalabulajangu 🕺 #SpotifyWrapped\n\nAana innum enakku antha vibe adangala 😤💥💥… https://t.co/tBrFTHH9It"
## 
## [[9778]]
## [1] "caitlin_veal: My #SpotifyWrapped ‘22 Top 5 prediction:\n\n1. Am I really going to die? - White Lies\n2. There is no cure for it - Wh… https://t.co/jK9zDzdKHa"
## 
## [[9779]]
## [1] "blppoj: I predict my most played song will be, actually i  have no idea this year DIAJSDIJAIDJA #SpotifyWrapped"
## 
## [[9780]]
## [1] "justrkives: JUST DROP IT NAAA #SpotifyWrapped"
## 
## [[9781]]
## [1] "maxiee1999: I predict my most played song will be Suns Up by Beomhan #SpotifyWrapped"
## 
## [[9782]]
## [1] "floriswyatt13: I predict my top genre will be #Pop #SpotifyWrapped https://t.co/EpYksbWBjx"
## 
## [[9783]]
## [1] "AriKordeii: I predict my top genre will be [Rnb/ Neo Soul] #SpotifyWrapped"
## 
## [[9784]]
## [1] "ally_euthanasia: Cant wait for the #SpotifyWrapped to drop so all the people who stream music in their sleep can out themselves. https://t.co/NcrAKuiE1W"
## 
## [[9785]]
## [1] "Ayoitsibra: I predict my most played song will be Freesty by lil baby #SpotifyWrapped"
## 
## [[9786]]
## [1] "danizofficial: #SpotifyWrapped\nThe most powerful emotion is Empathy"
## 
## [[9787]]
## [1] "maxiee1999: I predict my top genre will be kpop  #SpotifyWrapped"
## 
## [[9788]]
## [1] "jacques24_10: I predict my top artist will be  @taylorswift13 or @ladygaga #SpotifyWrapped"
## 
## [[9789]]
## [1] "sey0_o: I predict my top genre will be [idk metal/metalcore probably] #SpotifyWrapped"
## 
## [[9790]]
## [1] "danny_okey96: I predict my top podcast will be Every Single Album @NathanCHubbard @NoraPrinciotti #SpotifyWrapped"
## 
## [[9791]]
## [1] "mv_sanoop: I predict my most played song will be [Aaj Jane Ki Zid Na Karo by Farida Khanum] &amp; top artist will be @arrahman… https://t.co/bmT3lya3PH"
## 
## [[9792]]
## [1] "lavenderrrhhaze: I predict my most played song will be [I miss you, i’m sorry by Gracie abrams] #SpotifyWrapped"
## 
## [[9793]]
## [1] "bill_ndege: I predict my top genre will be Hip Hop #SpotifyWrapped"
## 
## [[9794]]
## [1] "AriKordeii: I predict my most played song will be Don’t let me fall by cleo sol #SpotifyWrapped"
## 
## [[9795]]
## [1] "sey0_o: I predict my most played song will be [Scoring The End of the World - @MIWband ] #SpotifyWrapped I’ve listened to that shit way too much 💀"
## 
## [[9796]]
## [1] "stonemilker__: I predict my most played song will be papi bones by fka twigs #SpotifyWrapped"
## 
## [[9797]]
## [1] "MaIteeser: I am a husk who is just waiting for my Wrapped HURRY UP #spotifywrapped"
## 
## [[9798]]
## [1] "exiledloveer: I predict my top artist will be @taylorswift13 #SpotifyWrapped"
## 
## [[9799]]
## [1] "lavenderrrhhaze: I predict my top artist will be [Taylor swift] #SpotifyWrapped"
## 
## [[9800]]
## [1] "larjjssa: I predict my top podcast will be Red Scare #SpotifyWrapped"
## 
## [[9801]]
## [1] "danny_okey96: I predict my top artist will be @taylorswift13 or I riot. @taylornation13 #SpotifyWrapped"
## 
## [[9802]]
## [1] "jacques24_10: I predict my top genre will be pop music prediction] #SpotifyWrapped"
## 
## [[9803]]
## [1] "bill_ndege: I predict my most played song will be \"6s to 9s Day Wave Remix\" #SpotifyWrapped"
## 
## [[9804]]
## [1] "justrkives: I predict my top podcast will be i-- 👁👄👁 #SpotifyWrapped"
## 
## [[9805]]
## [1] "DisIsDifferent_: Saw this hashtag and thought it was finally out! #SpotifyWrapped https://t.co/cKoclZp8NC"
## 
## [[9806]]
## [1] "kai_roswrites: #SpotifyWrapped is out???"
## 
## [[9807]]
## [1] "jacques24_10: I predict my most played song will be All too well 10 minutes version by @taylorswift13 #SpotifyWrapped"
## 
## [[9808]]
## [1] "danny_okey96: I predict my top genre will be dance pop cause I’m basic #SpotifyWrapped"
## 
## [[9809]]
## [1] "thestoryofles: I predict my most played song will be The Very First Night by Taylor Swift #SpotifyWrapped #TaylorSwift"
## 
## [[9810]]
## [1] "exiledloveer: I predict my most played song will be Sweet Nothing #SpotifyWrapped"
## 
## [[9811]]
## [1] "justrkives: I predict my top artist will be obviouslyyyy the one and onlyyyy TOMORROW X TOGETHERRR @TXT_bighit  #SpotifyWrapped"
## 
## [[9812]]
## [1] "_Rifty__: I predict my top artist will be [Juice WRLD] #SpotifyWrapped"
## 
## [[9813]]
## [1] "_starallura_: I predict my top artist will be muse #SpotifyWrapped"
## 
## [[9814]]
## [1] "danny_okey96: I predict my most played song will be Doomsday by @LizzyMcAlpine #SpotifyWrapped"
## 
## [[9815]]
## [1] "_starallura_: I predict my top genre will be pop #SpotifyWrapped"
## 
## [[9816]]
## [1] "jisungiecakee: I predict my top artist will be Stray Kids #SpotifyWrapped"
## 
## [[9817]]
## [1] "jhnmoe: I predict my most played song will be something from Lemon Demon 😭 I have so many on repeat songs I don’t even remember  #SpotifyWrapped"
## 
## [[9818]]
## [1] "MusnakeOfficial: This would be an excellent reason for me not to sleep for 3 days 🕺 #Instafest #SpotifyWrapped https://t.co/9HTdtgEaj3"
## 
## [[9819]]
## [1] "_starallura_: I predict my most played song will be the way i loved you (Taylor's version) #SpotifyWrapped"
## 
## [[9820]]
## [1] "hasanyahya04: I predict my most played song will be Crying Lightning\n#SpotifyWrapped"
## 
## [[9821]]
## [1] "LusterLazuli: It's been a weird year for me. Not sure if I wanna see my #SpotifyWrapped this time lol"
## 
## [[9822]]
## [1] "jisungiecakee: I predict my top genre will be Kpop #SpotifyWrapped"
## 
## [[9823]]
## [1] "larjjssa: I predict my top artist will be Charli XCX #SpotifyWrapped"
## 
## [[9824]]
## [1] "Callummooreyy: Give me my damn #SpotifyWrapped already 😂😭"
## 
## [[9825]]
## [1] "Yashlikesmucic: I predict my top genre will be Rap(Hip-Hop) ofc #SpotifyWrapped"
## 
## [[9826]]
## [1] "BTapiador: I predict my #SpotifyWrapped this year will be shit"
## 
## [[9827]]
## [1] "PTGHE4VEN: I'm expect Taylor in my top of everything  #SpotifyWrapped"
## 
## [[9828]]
## [1] "CAMMMTHV: I predict my most played song will be YET TO COME by BTS #SpotifyWrapped"
## 
## [[9829]]
## [1] "justrkives: I predict my top genre will be hmmmmm 🥸 it would be either kpop or bollywoodish or pop-rock 👁👄👁 #SpotifyWrapped"
## 
## [[9830]]
## [1] "hunitrio_sp: #SpotifyWrapped is coming, which means, its time to download spotify on my phone to check it out as it doesn't show… https://t.co/hX2JewBNxA"
## 
## [[9831]]
## [1] "jisungiecakee: I predict my most played song will be Silent Cry - Stray Kids #SpotifyWrapped"
## 
## [[9832]]
## [1] "KelleyLi1974: I got a feeling my #SpotifyWrapped is going to have a lot of this:\n@MeghanMood #ArchetypesWithMeghan \n@BTS_twt https://t.co/POzpXe3QmE"
## 
## [[9833]]
## [1] "Luna110806: I predict my top genre will be [rock or pop] #SpotifyWrapped"
## 
## [[9834]]
## [1] "Yashlikesmucic: I predict my most played song will be Zeus by Eminem  #SpotifyWrapped"
## 
## [[9835]]
## [1] "fashiongrunge: Oh god #spotifywrapped is upon us"
## 
## [[9836]]
## [1] "eIsieheather: I predict my top podcast will be headstrong or gaby roslin #SpotifyWrapped"
## 
## [[9837]]
## [1] "_ana_catalina_: I predict my most played song will be ULTRA SOLO #SpotifyWrapped"
## 
## [[9838]]
## [1] "rikl_13: I predict my top artist will be \"Taylor Swift\" #SpotifyWrapped"
## 
## [[9839]]
## [1] "joe_s_thomas: I predict my top artist will be  @iamjojo  #SpotifyWrapped obviously!"
## 
## [[9840]]
## [1] "Luna110806: I predict my top artist will be [Arctic Monkeys] #SpotifyWrapped"
## 
## [[9841]]
## [1] "CAMMMTHV: I predict my top genre will be POP #SpotifyWrapped"
## 
## [[9842]]
## [1] "justrkives: I predict my most played song will be Good Boy Gone Bad by @TXT_bighit #SpotifyWrapped"
## 
## [[9843]]
## [1] "rikl_13: I predict my top genre will be \"Pop\" #SpotifyWrapped"
## 
## [[9844]]
## [1] "yeh_dooriyan: I predict my most played song will be all too well? #SpotifyWrapped"
## 
## [[9845]]
## [1] "moodytwt_: I predict my most played song will be I was all over her  #SpotifyWrapped"
## 
## [[9846]]
## [1] "CAMMMTHV: I predict my top artist will be BTS @BTS_twt #SpotifyWrapped"
## 
## [[9847]]
## [1] "kynolike: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped 5sos."
## 
## [[9848]]
## [1] "TonyPow34012518: I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped Alternative rock"
## 
## [[9849]]
## [1] "yeh_dooriyan: I predict my top podcast will be love shuv pyaar vyaar #SpotifyWrapped"
## 
## [[9850]]
## [1] "AdmMarley: I predict my top podcast will be Mythology de Parkast o \"The Lord of the rings\" by BBC #SpotifyWrapped"
## 
## [[9851]]
## [1] "MidgarKopZone: I predict my top podcast will be 2 bears,1 cave #SpotifyWrapped"
## 
## [[9852]]
## [1] "eIsieheather: I predict my top artist will be harry styles or 5sos #SpotifyWrapped"
## 
## [[9853]]
## [1] "ChocChipu: can't wait for #SpotifyWrapped to call me a slur again https://t.co/f6xX5UEuFu"
## 
## [[9854]]
## [1] "JustinH61116835: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped"
## 
## [[9855]]
## [1] "luckyflower04: can't wait to show my #SpotifyWrapped"
## 
## [[9856]]
## [1] "TonyPow34012518: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped \"So Many Things\""
## 
## [[9857]]
## [1] "The10ndDoctor: I predict my top podcast will be I listen to podcasts on other platforms but probably Trash Taste #SpotifyWrapped"
## 
## [[9858]]
## [1] "dannst28: I predict my top artist will be Harry Styles #SpotifyWrapped"
## 
## [[9859]]
## [1] "dtqkblud: I predict my most played song will be HOT DEMON B!TCHES NEAR U ! ! ! by CORPSE ft. Night Lovell #SpotifyWrapped"
## 
## [[9860]]
## [1] "yeh_dooriyan: I predict my top artist will be TAYLOR SWIFT  #SpotifyWrapped"
## 
## [[9861]]
## [1] "jaaazzzyyyyyy: I predict my most played song will be definitely will be something from nothing nowhere lol #SpotifyWrapped"
## 
## [[9862]]
## [1] "maisyx0x0: I predict my top podcast will be most likely imallexx’s podcast that’s the only one I listen to tbh 💀#SpotifyWrapped"
## 
## [[9863]]
## [1] "dannst28: I predict my top genre will be pop #SpotifyWrapped"
## 
## [[9864]]
## [1] "xxmadyrogersxx: I’m microdosing #spotifywrapped by using all those random websites (Receiptify, Instafest, etc.) to tell me my top… https://t.co/kcF5RqLQGN"
## 
## [[9865]]
## [1] "yeh_dooriyan: I predict my top genre will be Hollywood pop  #SpotifyWrapped"
## 
## [[9866]]
## [1] "MidgarKopZone: I predict my top artist will be Fred Again.. #SpotifyWrapped"
## 
## [[9867]]
## [1] "purrrcell: I predict my most played song will be Twisted Transistor or Coming Undone #SpotifyWrapped https://t.co/7y6STRzkSf"
## 
## [[9868]]
## [1] "dannst28: I predict my most played song will be Little Freak #SpotifyWrapped"
## 
## [[9869]]
## [1] "P0LZR0ID: I predict my top artist will be lamp im obsessed #SpotifyWrapped"
## 
## [[9870]]
## [1] "navtrendsweb: #Tech\n#SpotifyWrapped\nSpotify Wrapped 2022 https://t.co/H8JisLS2Mg"
## 
## [[9871]]
## [1] "gayrightsiguess: #SpotifyWrapped hurry tf up i want to think christmas is the only thing left in the flop fest of 2022"
## 
## [[9872]]
## [1] "The10ndDoctor: I predict my top artist will be Biffy Clyro  #SpotifyWrapped"
## 
## [[9873]]
## [1] "gosha_digital: I predict my top artist will be yeat #SpotifyWrapped"
## 
## [[9874]]
## [1] "eIsieheather: I predict my top genre will be pop LMAOO #SpotifyWrapped"
## 
## [[9875]]
## [1] "DroxzyFPS: I predict my top artist will be Paramore #SpotifyWrapped"
## 
## [[9876]]
## [1] "The10ndDoctor: I predict my top genre will be Rock  🤟 #SpotifyWrapped"
## 
## [[9877]]
## [1] "gosha_digital: I predict my top genre will be rap #SpotifyWrapped"
## 
## [[9878]]
## [1] "wlwsafin: I predict my top podcast will be [Stories with Sapphire] #SpotifyWrapped"
## 
## [[9879]]
## [1] "DroxzyFPS: I predict my top genre will be Pop #SpotifyWrapped"
## 
## [[9880]]
## [1] "maisyx0x0: I predict my top artist will be either Harry styles or Taylor swift I will honestly be surprised if it was someone else #SpotifyWrapped"
## 
## [[9881]]
## [1] "glowspinkss: #spotifywrapped when?"
## 
## [[9882]]
## [1] "theawkwardhanna: I predict my most played song will be Car lights by @JamesMarriottYT #SpotifyWrapped"
## 
## [[9883]]
## [1] "MilaDeSojaLover: I predict my most played song will be [Yendo de la cama al living] #SpotifyWrapped"
## 
## [[9884]]
## [1] "mayigandre: I predict my most played song will be [It's Plenty] #SpotifyWrapped"
## 
## [[9885]]
## [1] "saellikhaxx: I predict my most played song will be the last great american dynasty #SpotifyWrapped"
## 
## [[9886]]
## [1] "fabianvr: Es muy seguro que sea @Mentesliterales\n\nI predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped"
## 
## [[9887]]
## [1] "gosha_digital: I predict my most played song will be yeat-doublë #SpotifyWrapped"
## 
## [[9888]]
## [1] "The10ndDoctor: I predict my most played song will be Living is a Problem Because Everything Dies - Biffy Clyro #SpotifyWrapped"
## 
## [[9889]]
## [1] "men_lover49: I predict my top podcast will be \"I spent a day with\" #SpotifyWrapped"
## 
## [[9890]]
## [1] "avlisasiul: I predict my most played song will be hot by seventeen #SpotifyWrapped"
## 
## [[9891]]
## [1] "MidgarKopZone: I predict my top genre will be Alternative Metal #SpotifyWrapped"
## 
## [[9892]]
## [1] "DroxzyFPS: I predict my most played song will be Brick by Boring Brick #SpotifyWrapped"
## 
## [[9893]]
## [1] "elle_hcarrr: I predict my top artist will be, as always #StrayKids #SpotifyWrapped"
## 
## [[9894]]
## [1] "sarthakHT: I predict my top podcast will be Horror Time #SpotifyWrapped"
## 
## [[9895]]
## [1] "fabianvr: Metallica!\n\nI predict my top artist will be [fill in top artist prediction] #SpotifyWrapped"
## 
## [[9896]]
## [1] "LeviStephhen: I predict my top genre will be R&amp;B  #SpotifyWrapped"
## 
## [[9897]]
## [1] "KallySheerio: I predict my top podcast will be Listening time. #SpotifyWrapped"
## 
## [[9898]]
## [1] "westsidexwalls: I predict my top genre will be [Pop] #SpotifyWrapped"
## 
## [[9899]]
## [1] "men_lover49: I predict my top artist will be James Marriott #SpotifyWrapped"
## 
## [[9900]]
## [1] "ReyThe2nd: predicting a whole lot of bossfight on my #SpotifyWrapped frfr 🙏"
## 
## [[9901]]
## [1] "fabianvr: RAP\n\nI predict my top genre will be [fill in top genre prediction] #SpotifyWrapped"
## 
## [[9902]]
## [1] "westsidexwalls: I predict my most played song will be [As It Was] #SpotifyWrapped"
## 
## [[9903]]
## [1] "Redinho1983: I predict my top artist will be Fred Again...#SpotifyWrapped"
## 
## [[9904]]
## [1] "MidgarKopZone: I predict my most played song will be      When the Sun Hits - Slowdive #SpotifyWrapped"
## 
## [[9905]]
## [1] "KallySheerio: I predict my top artist will be Ed Sheeran.  #SpotifyWrapped"
## 
## [[9906]]
## [1] "men_lover49: I predict my top genre will be either dream smp if they didn't delete it, pop-rock if they did delete it #SpotifyWrapped"
## 
## [[9907]]
## [1] "JuanCamiloLagoc: I predict my top artist will be @taylorswift13 \n\n #SpotifyWrapped"
## 
## [[9908]]
## [1] "fabianvr: BOOKER T!!\n\nI predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[9909]]
## [1] "museumwony: I predict my top podcast will be idgaf about podcasts i don't listen to them #SpotifyWrapped"
## 
## [[9910]]
## [1] "Xavier_Kalt: I predict my most played song will be [KICK BACK] #SpotifyWrapped"
## 
## [[9911]]
## [1] "mayigandre: I predict my top artist will be [Maurice Kirya ] #SpotifyWrapped"
## 
## [[9912]]
## [1] "chldedpty: I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped"
## 
## [[9913]]
## [1] "museumwony: I predict my top artist will be [ive] #SpotifyWrapped"
## 
## [[9914]]
## [1] "museumwony: I predict my top genre will be [k-pop] #SpotifyWrapped"
## 
## [[9915]]
## [1] "Xavier_Kalt: I predict my top artist will be [lovejoy] #SpotifyWrapped"
## 
## [[9916]]
## [1] "westsidexwalls: I predict my top artist will be [Taylor Swift] #SpotifyWrapped"
## 
## [[9917]]
## [1] "museumwony: I predict my most played song will be [love dive] #SpotifyWrapped"
## 
## [[9918]]
## [1] "corne1iastreet: I predict my most played song will be Babe (Taylor’s Version) #SpotifyWrapped"
## 
## [[9919]]
## [1] "men_lover49: I predict my most played song will be Sleeping on trains by james marriott #SpotifyWrapped"
## 
## [[9920]]
## [1] "Chloe26414889: I predict my most played song will be Alien blues by Vundabur #SpotifyWrapped"
## 
## [[9921]]
## [1] "theannaside: if out of my sistem isn’t on my  #SpotifyWrapped i swear Spotify is lying to me!"
## 
## [[9922]]
## [1] "mayigandre: I predict my top genre will be [soul] #SpotifyWrapped"
## 
## [[9923]]
## [1] "Xavier_Kalt: I predict my top genre will be [indie rock] #SpotifyWrapped"
## 
## [[9924]]
## [1] "bxngnxsty: Anton Yelchin en mi fest.🥺💔 I'm not okay\n#SpotifyWrapped https://t.co/1lLqIVjOQt"
## 
## [[9925]]
## [1] "luvfaii: I predict my top artist will be @Adele #SpotifyWrapped"
## 
## [[9926]]
## [1] "chocolatemikl: I predict my top artist will be [weeknd bhaya] #SpotifyWrapped"
## 
## [[9927]]
## [1] "oooo95167106: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped"
## 
## [[9928]]
## [1] "JamesReid_NL: I predict my top genre will be [heavy metal] #SpotifyWrapped"
## 
## [[9929]]
## [1] "hunitrio_sp: look on my #SpotifyWrapped if the crane wives is number one ON EVERYTHING im about to throw hands, and Spotify is about to catch 'em"
## 
## [[9930]]
## [1] "Mangochichinim2: I predict my most played song will be Yet to come by @bts_bighit #SpotifyWrapped"
## 
## [[9931]]
## [1] "Thaynee1997: I predict my most played song will be sTraNgeRs #SpotifyWrapped"
## 
## [[9932]]
## [1] "freejoyde: I predict my top artist will be [rod wave] #SpotifyWrapped"
## 
## [[9933]]
## [1] "ditaaaylor: my jam🤙🏻 #SpotifyWrapped https://t.co/wEpjDbU0dD"
## 
## [[9934]]
## [1] "RecklessBea: I predict my most played song will be [The Hills by The Faim] #SpotifyWrapped"
## 
## [[9935]]
## [1] "slimecreaturezz: I predict my top podcast will be [comedy bang bang] #SpotifyWrapped"
## 
## [[9936]]
## [1] "freejoyde: I predict my top genre will be [rap] #SpotifyWrapped"
## 
## [[9937]]
## [1] "snowjustthesnow: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[9938]]
## [1] "holson_sheryl: Music streaming service · Trending\n#SpotifyWrapped\n20.3K Tweets"
## 
## [[9939]]
## [1] "taetanic76: I predict my top podcast will be [TTMIK] #SpotifyWrapped"
## 
## [[9940]]
## [1] "yoshiikge: babe wake up #SpotifyWrapped is coming soon"
## 
## [[9941]]
## [1] "Mangochichinim2: I predict my top artist will be BTS #SpotifyWrapped"
## 
## [[9942]]
## [1] "freejoyde: I predict my most played song will be [never get over me by rod wave] #SpotifyWrapped"
## 
## [[9943]]
## [1] "MikaTsumaki: I predict my most played song will be After Like by IVE #SpotifyWrapped"
## 
## [[9944]]
## [1] "snowjustthesnow: I predict my top genre will be Pop or Indie or PopIndie #SpotifyWrapped"
## 
## [[9945]]
## [1] "midnightmj: i predict my top artist will be @theweeknd #SpotifyWrapped"
## 
## [[9946]]
## [1] "singularsnty: I predict my top artist will be Ariana Grande #SpotifyWrapped"
## 
## [[9947]]
## [1] "taetanic76: I predict my top artist will be [BTS] #SpotifyWrapped"
## 
## [[9948]]
## [1] "Thaynee1997: I predict my top artist will be @bmthofficial #SpotifyWrapped"
## 
## [[9949]]
## [1] "omfgitscat: I predict my top artist will be 5 Seconds of Summer #SpotifyWrapped"
## 
## [[9950]]
## [1] "rosecoloredxboy: Looks like I have a week to beat the Taylor Swift allegations #SpotifyWrapped"
## 
## [[9951]]
## [1] "lnnnaaaz: I predict my top podcast will be el de la Manyu @toyhartas #SpotifyWrapped"
## 
## [[9952]]
## [1] "RULERREACHF4N4: I predict my most played song will be perfume by lovejoy #SpotifyWrapped"
## 
## [[9953]]
## [1] "taetanic76: I predict my top genre will be [k-pop] #SpotifyWrapped"
## 
## [[9954]]
## [1] "riyanah_rahmath: I predict my most played will be young forever #SpotifyWrapped"
## 
## [[9955]]
## [1] "snowjustthesnow: I predict my most played song will be Cate's Brother #SpotifyWrapped"
## 
## [[9956]]
## [1] "jmoram_: I predict my most played song will be All too well (10 minutes version) (Taylor's Version)🧣 #SpotifyWrapped"
## 
## [[9957]]
## [1] "omfgitscat: I predict my most played song will be TEARS! by 5 Seconds of Summer #SpotifyWrapped"
## 
## [[9958]]
## [1] "isdiego99: I predict my most played song will be [limitless by Martin Garrix &amp; Mesto ] #SpotifyWrapped"
## 
## [[9959]]
## [1] "soyjnbarragan: I predict my top artist will be @britneyspears  as usual 😍🤟🏻 #SpotifyWrapped"
## 
## [[9960]]
## [1] "platinumpagne: I predict my top artist will be [$UICIDEBOY$] #SpotifyWrapped"
## 
## [[9961]]
## [1] "vivvviddy: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped hard. mb seventeen ?"
## 
## [[9962]]
## [1] "RecklessBea: Can I get my  #SpotifyWrapped already please🙃"
## 
## [[9963]]
## [1] "taetanic76: I predict my most played song will be [FAKE LOVE] #SpotifyWrapped"
## 
## [[9964]]
## [1] "jessussx: I predict my top artist will be Ariana Grande #SpotifyWrapped"
## 
## [[9965]]
## [1] "lnnnaaaz: I predict my top artist will be Joji #SpotifyWrapped"
## 
## [[9966]]
## [1] "CarterSchneid14: I predict my top artist will be Drake #SpotifyWrapped"
## 
## [[9967]]
## [1] "souvmina: I predict my top artist will be stray kids #SpotifyWrapped"
## 
## [[9968]]
## [1] "riyanah_rahmath: I predict my top artist will be BTS #SpotifyWrapped"
## 
## [[9969]]
## [1] "bennstark: I predict my top artist will be: ovviamente la sola e unica billie eilish😔😔 #SpotifyWrapped"
## 
## [[9970]]
## [1] "gnfnyc: I predict my top artist will be Instupendo #SpotifyWrapped"
## 
## [[9971]]
## [1] "souvmina: I predict my top genre will be kpop #SpotifyWrapped"
## 
## [[9972]]
## [1] "lnnnaaaz: I predict my top genre will be eeee pop node #SpotifyWrapped"
## 
## [[9973]]
## [1] "CarterSchneid14: I predict my top genre will be rap #SpotifyWrapped"
## 
## [[9974]]
## [1] "midnightsjisung: I predict my most played song will be Secret Secret #SpotifyWrapped"
## 
## [[9975]]
## [1] "_Jencarloo: I predict my top artist will be @waterparks #SpotifyWrapped"
## 
## [[9976]]
## [1] "otbwaIls: I predict my top artist will be Shawn Mendes #SpotifyWrapped"
## 
## [[9977]]
## [1] "vivvviddy: I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped oh my god it will be kpop lol"
## 
## [[9978]]
## [1] "Joshuahardz001: I predict my top artist will be [Why Don't We] #SpotifyWrapped"
## 
## [[9979]]
## [1] "RecycleTheDuck: Can't wait to get my #spotifywrapped , scan my 5th genre and download Raid Shadow Legends https://t.co/a0NJO8lsoi"
## 
## [[9980]]
## [1] "8avey: I predict my top artist will be Gold Zebra i guess 🫣 #SpotifyWrapped"
## 
## [[9981]]
## [1] "_banyezzz: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped f&amp;f -Coults"
## 
## [[9982]]
## [1] "carllosr82: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped https://t.co/AT4cRzM2OP"
## 
## [[9983]]
## [1] "souvmina: I predict my most played song will be mixtape oh #SpotifyWrapped"
## 
## [[9984]]
## [1] "CarterSchneid14: I predict my most played song will be Jimmy Cooks- drake and 21 savage #SpotifyWrapped"
## 
## [[9985]]
## [1] "avatartswift: I predict my most played song will be ATWTMVTVFTV #SpotifyWrapped"
## 
## [[9986]]
## [1] "iFilmOrama: I predict my top artist will be [The Weeknd] #SpotifyWrapped"
## 
## [[9987]]
## [1] "lnnnaaaz: I predict my most played song will be cualquier tema de smithereens de joji u #SpotifyWrapped"
## 
## [[9988]]
## [1] "jessussx: I predict my most played song will be just like magic #SpotifyWrapped"
## 
## [[9989]]
## [1] "SANOSGF: I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped"
## 
## [[9990]]
## [1] "_Jencarloo: I predict my most played song will be deja vu, by Olivia Rodrigo #SpotifyWrapped"
## 
## [[9991]]
## [1] "otbwaIls: I predict my most played song will be ‘It’ll Be Okay’ by Shawn Mendes #SpotifyWrapped"
## 
## [[9992]]
## [1] "SANOSGF: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[9993]]
## [1] "VoyasVirta: I predict my most played song will be Risaune Bhaye by Sushant KC #SpotifyWrapped"
## 
## [[9994]]
## [1] "8avey: I predict my most played song will be For the Love of God by Steve Vai #SpotifyWrapped"
## 
## [[9995]]
## [1] "davybright: I predict my top podcast will be Red River Podcast @RRP_NY #SpotifyWrapped"
## 
## [[9996]]
## [1] "SANOSGF: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped"
## 
## [[9997]]
## [1] "sixtenlindberg_: I predict my top genre will be @Adele 😃 #SpotifyWrapped"
## 
## [[9998]]
## [1] "ferropiposo: AMO ♥️🫶 LOVE IT  #SpotifyWrapped https://t.co/TPREbCOmIM"
## 
## [[9999]]
## [1] "msheldonmusic: I predict my top artist will be @taylorswift13 #SpotifyWrapped"
## 
## [[10000]]
## [1] "Joshuahardz001: I predict my top genre will be [pop rock] #SpotifyWrapped"

CONVERTING LIST DATA TO DATA FRAME.

TTweetsdf <- twListToDF(trending_Tweets)
class(TTweetsdf)
## [1] "data.frame"
names(TTweetsdf)
##  [1] "text"          "favorited"     "favoriteCount" "replyToSN"    
##  [5] "created"       "truncated"     "replyToSID"    "id"           
##  [9] "replyToUID"    "statusSource"  "screenName"    "retweetCount" 
## [13] "isRetweet"     "retweeted"     "longitude"     "latitude"
View(TTweetsdf)
head(TTweetsdf)[1:5]
##                                                                                  text
## 1  Can’t wait for my #SpotifyWrapped top 5 genre to just all be reiterations of pop 💕
## 2 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 3                                 I predict my top genre will be rap. #SpotifyWrapped
## 4                   I predict my top podcast will be Pod Meets World  #SpotifyWrapped
## 5                   I predict my most played song will be  That Girl😭 #SpotifyWrapped
## 6 I predict my most played song will be Through The Wire (Kanye West) #SpotifyWrapped
##   favorited favoriteCount replyToSN             created
## 1     FALSE             0      <NA> 2022-11-28 23:59:56
## 2     FALSE             1      <NA> 2022-11-28 23:59:54
## 3     FALSE             0      <NA> 2022-11-28 23:59:50
## 4     FALSE             0      <NA> 2022-11-28 23:59:47
## 5     FALSE             0      <NA> 2022-11-28 23:59:43
## 6     FALSE             0      <NA> 2022-11-28 23:59:38
head(TTweetsdf$text)[1:5]
## [1] "Can’t wait for my #SpotifyWrapped top 5 genre to just all be reiterations of pop 💕"
## [2] "I predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## [3] "I predict my top genre will be rap. #SpotifyWrapped"                                
## [4] "I predict my top podcast will be Pod Meets World  #SpotifyWrapped"                  
## [5] "I predict my most played song will be  That Girl😭 #SpotifyWrapped"

SAVE DATA FRAME FILE.

save(TTweetsdf,file = "TTweetsdf.Rdata")

LOAD DATA FRAME FILE.

load(file = "TTweetsdf.Rdata")

SAVING FILE AS RDATA.

save(TTweetsdf, file = "tweetsDF2.Rdata")

CHECKING FOR MISSING VALUES IN A DATA FRAME.

sap_ply <- sapply(TTweetsdf, function(x) sum(is.na(x)))
sap_ply
##          text     favorited favoriteCount     replyToSN       created 
##             0             0             0          9797             0 
##     truncated    replyToSID            id    replyToUID  statusSource 
##             0          9847             0          9797             0 
##    screenName  retweetCount     isRetweet     retweeted     longitude 
##             0             0             0             0         10000 
##      latitude 
##         10000

SUBSETTING USING THE dplyr() PACKAGE.

TTweetsdf2 <- TTweetsdf %>%
  select(screenName,text,created,statusSource)
TTweetsdf2
##            screenName
## 1            heliosk_
## 2               m4ac1
## 3      bottomindenial
## 4          CliffosPin
## 5         TreeshVille
## 6      bottomindenial
## 7        carolinetpwk
## 8        carolinetpwk
## 9           Gabhy1522
## 10         CliffosPin
## 11       LupitaVee713
## 12              ckyp_
## 13           sariashi
## 14       warnerofvere
## 15      SUPERR1CHKIDS
## 16         Seb_Dharma
## 17    stpbcksillygirl
## 18     kali_heartbeat
## 19      hackwithClark
## 20      SUPERR1CHKIDS
## 21    emilyirizarry02
## 22         CliffosPin
## 23           MLBONFAX
## 24        ArtisticXP_
## 25      SUPERR1CHKIDS
## 26             guzuiz
## 27    thecherrieberry
## 28         CliffosPin
## 29     kristenmurdock
## 30    Mr_BalIoonhands
## 31           ItsnotuK
## 32           vivis_so
## 33         equalssign
## 34      LandoBurdette
## 35           vivis_so
## 36    childerolandusa
## 37      marileezafari
## 38           vivis_so
## 39           vivis_so
## 40      saymynamegabi
## 41     massiveballscb
## 42        wnwgalleria
## 43             vv3spa
## 44             vv3spa
## 45     PaintWaterChug
## 46             vv3spa
## 47     apriljeanapril
## 48      TheC0baltBlu3
## 49     apriljeanapril
## 50       AParedeOrtis
## 51     GoldenDreams50
## 52         slimytrain
## 53       HackwithFred
## 54    BraydenMeechan1
## 55        SunbeaM_GSW
## 56     deathisbac1001
## 57        Meateater89
## 58           agustdxk
## 59     apriljeanapril
## 60        OncoDancing
## 61           sunnasg_
## 62    BraydenMeechan1
## 63    macedodouglas13
## 64         slimytrain
## 65     Josefa98167895
## 66     deathisbac1001
## 67     DBakerOutdoors
## 68      itsoliveyalll
## 69     apriljeanapril
## 70    BraydenMeechan1
## 71         slimytrain
## 72           rotnsick
## 73         Darlyn_twt
## 74            MikyleK
## 75          pnwlife77
## 76         slimytrain
## 77          roxyposie
## 78      savestheday91
## 79          dhiyaulzz
## 80    macedodouglas13
## 81        nicolasmavr
## 82          dhiyaulzz
## 83     ladyofdaycourt
## 84        nicolasmavr
## 85          dhiyaulzz
## 86      QueenpinClark
## 87       drsweetnlowe
## 88      Enigma_Soul01
## 89        nicolasmavr
## 90         __mallorym
## 91      savestheday91
## 92             hsreid
## 93       drsweetnlowe
## 94          phaniehcr
## 95      Imerikalozano
## 96         Boston_Box
## 97      Imerikalozano
## 98       drsweetnlowe
## 99    tasteimmortalty
## 100          bbunniev
## 101     LifeonArisTwo
## 102   tasteimmortalty
## 103     QueenCityBird
## 104       scrapxmusic
## 105   tasteimmortalty
## 106          Pazanato
## 107         angela2k1
## 108        ApolloViet
## 109        omgsihyuna
## 110          Boeing74
## 111           SUN34TR
## 112     allieemackeyy
## 113           Halo_JJ
## 114    jimmy_plz_help
## 115     allieemackeyy
## 116        omgsihyuna
## 117        omgsihyuna
## 118       TheDFSguys_
## 119     theitaliamoon
## 120   ScarboroughTWTC
## 121        omgsihyuna
## 122       LZZYHALE666
## 123       SengokuSeju
## 124          franefig
## 125       LZZYHALE666
## 126     stupidlylogic
## 127       klausthorne
## 128   ToiletMonster31
## 129       SengokuSeju
## 130   JahblessAzubui2
## 131     DazedSkiezTTV
## 132        ojoanemile
## 133      SolimanRacha
## 134   ToiletMonster31
## 135       LZZYHALE666
## 136        iamochayan
## 137   theboyzbrainrot
## 138     RickTheBuilda
## 139       josephcup18
## 140   KevWatchedAFilm
## 141           BTTG161
## 142     stupidlylogic
## 143          2viccruz
## 144   ToiletMonster31
## 145        alopez1197
## 146           xime_nh
## 147        iamochayan
## 148        Tkubo_afro
## 149   marynherfangirl
## 150        Tkubo_afro
## 151        iamochayan
## 152   theboyzbrainrot
## 153     stupidlylogic
## 154     mxdnight_rxin
## 155        Tkubo_afro
## 156          punzbaby
## 157   theboyzbrainrot
## 158   chrisderespino_
## 159   theboyzbrainrot
## 160        Boston_Box
## 161   user42069666420
## 162      TheeAstroDot
## 163   chrisderespino_
## 164         ShutUp_AJ
## 165   chrisderespino_
## 166        VaginaPlug
## 167   user42069666420
## 168   chrisderespino_
## 169        Boston_Box
## 170   user42069666420
## 171            aroc88
## 172   user42069666420
## 173    nickipinkprink
## 174    migos_kilosfit
## 175           m0hs1n1
## 176        mal_aki_01
## 177     taylahcabello
## 178       EmiMulligan
## 179   SwiftieJess19XX
## 180           M6_6_06
## 181        doctordave
## 182    nickipinkprink
## 183        Boston_Box
## 184         Marshyism
## 185     taylahcabello
## 186       Izzeythedon
## 187       EmiMulligan
## 188    nickipinkprink
## 189     taylahcabello
## 190           M6_6_06
## 191    nickipinkprink
## 192    andybidibidis_
## 193          Big_46_2
## 194      imisspurpIed
## 195     francisco_b22
## 196        raul_ipina
## 197         AuthorMrE
## 198           catbat0
## 199        Darlyn_twt
## 200         nikkieeli
## 201   LaurieFinlayson
## 202           catbat0
## 203       OlmecPrince
## 204   thepencilbaber_
## 205          Big_46_2
## 206           catbat0
## 207         Roooowwws
## 208       leisakimone
## 209        briiii_lyn
## 210           catbat0
## 211   mariasofiamenez
## 212       BronxBombrs
## 213        briiii_lyn
## 214        briiii_lyn
## 215          skyebro_
## 216       leisakimone
## 217   baddispositioon
## 218     cowsupremacyy
## 219       Heyyoongiah
## 220     astrid_belova
## 221      Hansumbunnie
## 222      Georgia_1037
## 223     cowsupremacyy
## 224      WeezYbloomix
## 225     astrid_belova
## 226   KateLoganBeauty
## 227     fixed_surebet
## 228      College_IRL_
## 229         wafflemak
## 230    goldrushstan13
## 231      itmecatalina
## 232       metobomerng
## 233    goldrushstan13
## 234         maroeteez
## 235      WeezYbloomix
## 236        allremixes
## 237       ADelphinius
## 238    goldrushstan13
## 239        maryavliss
## 240    goldrushstan13
## 241     PrettySophieK
## 242      heartpotters
## 243          04_jerrr
## 244        allremixes
## 245      heartpotters
## 246   SMPingForTheSMP
## 247    Essential_Mark
## 248        svndayclub
## 249    deareadernovia
## 250      OurPodFather
## 251       Jm76Mendoza
## 252          caitinlv
## 253    voltaire_marie
## 254       YourBoyGavo
## 255      heyyouguys18
## 256         sav_anna2
## 257    CodeNameRetro1
## 258        Luevermore
## 259          j2dat419
## 260        majabxrger
## 261       vanessitarv
## 262        Luevermore
## 263      ShaySetura22
## 264      mischiefhale
## 265      yankeegoomba
## 266   StellaArcticFox
## 267   Person123432123
## 268      _lucaaraujoo
## 269      cannacutie24
## 270     jackeelantern
## 271        biza_sarah
## 272      yankeegoomba
## 273        wild_flowa
## 274      purityempire
## 275          tenderyv
## 276      mischiefhale
## 277        RawwwMoney
## 278    parttimeobiwan
## 279      _lucaaraujoo
## 280          anavitxt
## 281      sovadashopee
## 282      yankeegoomba
## 283       VRoyTheGOAT
## 284      mischiefhale
## 285     Iawrencenovia
## 286      WeezYbloomix
## 287       STATEOFTEAR
## 288   Person123432123
## 289            le0xrd
## 290    angie959262342
## 291        17dinogasm
## 292    SilentlyDark69
## 293    goldenxcoacoac
## 294          anavitxt
## 295      FalconAlbane
## 296          kerongbb
## 297          anavitxt
## 298          i6jxnini
## 299           iKay_Mo
## 300           McLushy
## 301    onlycarolknows
## 302          i6jxnini
## 303        AkiraCoded
## 304       dmillerwats
## 305        MoomooPtpt
## 306        ZanAycicek
## 307      ShaySetura22
## 308    onlycarolknows
## 309        AkiraCoded
## 310        salemified
## 311      IsaacLarrier
## 312           iKay_Mo
## 313    PinstripeSZN99
## 314        salemified
## 315      MeghanSchrag
## 316       vanessajaye
## 317         mature_13
## 318    whyidontsmilee
## 319   YoursTrulySofia
## 320   Alice_Targaryen
## 321   Justfordogshop1
## 322       Leanel_Hell
## 323         manox_eth
## 324         jzfallows
## 325         mature_13
## 326     elysespeaches
## 327      Sheisty12Big
## 328         Ade197303
## 329    theCOURTsystem
## 330   marissacrenwlge
## 331   DROWNINGZLESSON
## 332     lyOness_pride
## 333      ShirellHill3
## 334   DROWNINGZLESSON
## 335      Sheisty12Big
## 336         Lottedek_
## 337           njnic23
## 338       MetronomeGh
## 339           K_Rinou
## 340          sdmc_004
## 341   DROWNINGZLESSON
## 342      Youngfolarge
## 343        cascoded67
## 344     Arvinthehuman
## 345        AmymKimble
## 346   DROWNINGZLESSON
## 347         aeagle624
## 348            mabfx3
## 349       _useryoongi
## 350      Sheisty12Big
## 351      MMcn03062875
## 352     ClassyLady_24
## 353      BonnieAuntea
## 354        FRY1N6_P4N
## 355         b0dypaint
## 356      Lauracoder12
## 357   JawshieTheShark
## 358           vkemp01
## 359    AlohaScoobyDoo
## 360          Arti767_
## 361      ShaySetura22
## 362       _maroonmoon
## 363       vanessajaye
## 364          GirlTema
## 365    holidaygrl1225
## 366      rissalutions
## 367      JAMIESDARLIN
## 368       AndyUTorres
## 369            miggon
## 370        jakedashed
## 371       vanessajaye
## 372          vixltoon
## 373   Jdemonallthaway
## 374           iKay_Mo
## 375    leighsmanipink
## 376      Youngfolarge
## 377          vixltoon
## 378       sayilysally
## 379   sandrablunt1958
## 380   iwouldntaskyouu
## 381      Julie_lmao13
## 382    brownskinkage1
## 383         linifiles
## 384        Vijoelante
## 385            28Sabs
## 386      1ElectricMag
## 387         linifiles
## 388        Starstrux3
## 389       tgzerosugar
## 390        josephh__m
## 391        noeyedgirI
## 392    crzygrnflashes
## 393           ilyj913
## 394        noeyedgirI
## 395    daddymyershere
## 396        noeyedgirI
## 397         linifiles
## 398        noeyedgirI
## 399   RaulLop76366986
## 400      MdollarBetts
## 401        R_jeonko22
## 402        Starstrux3
## 403    crzygrnflashes
## 404           ilyj913
## 405     davieskeller9
## 406     akselineemeli
## 407         WAHBamboo
## 408     HatcherSophie
## 409        AshDaAries
## 410     KEYNGofBOSTON
## 411    giovancreano11
## 412        ilyjunniee
## 413           ilyj913
## 414            dio82_
## 415       KaosCryptid
## 416         CestEliza
## 417       nikitavance
## 418        AshDaAries
## 419        Starstrux3
## 420   lttlfreakmattie
## 421        Kxtxerinne
## 422          sourtaem
## 423       sock_footed
## 424            dio82_
## 425       supafly1974
## 426          Avr9teen
## 427            dio82_
## 428        styleofjvo
## 429          forsiwoo
## 430     lorenshtarkey
## 431        fanxieturt
## 432     kindagoldrush
## 433      sound_saint1
## 434   cewulidgabxyau9
## 435    MadisonTrudeau
## 436      mjeaster1000
## 437       KaosCryptid
## 438     kindagoldrush
## 439     franklin48205
## 440     funkyenderboy
## 441      mjeaster1000
## 442    CheriflyTwitch
## 443       oddeyegirIs
## 444   GamingTherap1st
## 445     kindagoldrush
## 446     ganjagoblinnn
## 447      mjeaster1000
## 448      katelafraise
## 449    multiskpopstan
## 450      m0shim0nster
## 451    TheFakeMaalikM
## 452            29jonn
## 453      mjeaster1000
## 454    carlabradley89
## 455            29jonn
## 456    Sapphiredrogon
## 457     squiliamfancy
## 458   lttlfreakmattie
## 459      AndroidZNerd
## 460       skellyrizzy
## 461   eatkelpeveryday
## 462            29jonn
## 463     PSMartiniFest
## 464   lttlfreakmattie
## 465       y_swiftie13
## 466    Sapphiredrogon
## 467       skellyrizzy
## 468      D_Dandridge1
## 469         Ruby12325
## 470    efffortlessley
## 471   Mattie_TweetBox
## 472      CanineDeBoii
## 473      alvaromurgui
## 474       y_swiftie13
## 475       skellyrizzy
## 476   lttlfreakmattie
## 477      lemon_chief_
## 478           swuidge
## 479   Mattie_TweetBox
## 480      CanineDeBoii
## 481          kithyook
## 482       y_swiftie13
## 483     britlikesnaps
## 484    TheFakeMaalikM
## 485    Sapphiredrogon
## 486      alvaromurgui
## 487       obitchuaryx
## 488   CelestialKitte3
## 489           jdurugo
## 490      alvaromurgui
## 491          mojo1404
## 492      CanineDeBoii
## 493        AdnovacMcr
## 494     Jazzgoesindie
## 495         cookem_fr
## 496      CanineDeBoii
## 497     Jazzgoesindie
## 498      MsSandoval15
## 499          mojo1404
## 500           tadeuwu
## 501         cookem_fr
## 502   Epicnes66127354
## 503      m0shim0nster
## 504           tadeuwu
## 505           xCrymzn
## 506   TheLexGabrielle
## 507       S1LVERH0UND
## 508         cookem_fr
## 509     Jazzgoesindie
## 510         cookem_fr
## 511    JordanWillis18
## 512          kbankks_
## 513   SchlegelBagel05
## 514     Jazzgoesindie
## 515      The5LPodcast
## 516        RP23005965
## 517    mads_was_taken
## 518    obvioushartley
## 519            Mvne16
## 520      charxstyles_
## 521          retinarn
## 522   addie__ramsdell
## 523           Koin_AI
## 524   SchlegelBagel05
## 525      katelafraise
## 526    michaela_gelb_
## 527        clownguttz
## 528          ttotheyx
## 529      liquorsquick
## 530    TheFakeMaalikM
## 531          ttotheyx
## 532   mediocrebitch47
## 533           _OMOBOY
## 534        BruceBullu
## 535          ttotheyx
## 536        Florianzii
## 537        Danielklss
## 538    TheFakeMaalikM
## 539       zxawakening
## 540    michaela_gelb_
## 541      InkAndHoney1
## 542       madrigrober
## 543    wonsangbeloved
## 544      iluvtaylor17
## 545       itz_notaldo
## 546        adrinbooks
## 547   Patrick31370308
## 548       zxawakening
## 549          Ccubby17
## 550        Florianzii
## 551   rayleennotfound
## 552        Danielklss
## 553        realbanjar
## 554      dontviewmypg
## 555   rayleennotfound
## 556        realbanjar
## 557    salonedesserts
## 558        adrinbooks
## 559    michaela_gelb_
## 560      iluvtaylor17
## 561   rayleennotfound
## 562       gumgumangel
## 563        adrinbooks
## 564        Florianzii
## 565      iluvtaylor17
## 566   rayleennotfound
## 567      Boppinpop123
## 568      iluvtaylor17
## 569        ohwell_10_
## 570   JoshuaR15493426
## 571     GregoryMarc95
## 572      fetusrrysimp
## 573         OSchleppi
## 574   Night_somewhere
## 575      thanawithanh
## 576       gumgumangel
## 577       91DEARLOUIS
## 578        ohwell_10_
## 579    michaela_gelb_
## 580         OSchleppi
## 581      Boppinpop123
## 582     Karla_perez41
## 583       madrigrober
## 584          KrisE_bz
## 585       follentoken
## 586         OSchleppi
## 587       madrigrober
## 588         Utd_Emily
## 589       marsisdying
## 590       gumgumangel
## 591   JoshuaR15493426
## 592          Virtopia
## 593      Boppinpop123
## 594          bgsexy16
## 595   JoshuaR15493426
## 596      Boppinpop123
## 597        SidoHikami
## 598     thecozylorain
## 599           purevvs
## 600     nouisfinity28
## 601          selslovr
## 602      hugzforgrian
## 603    SybilleColombe
## 604   childerolandusa
## 605     nouisfinity28
## 606     oApZ_Official
## 607    annikaxkerstin
## 608        Florianzii
## 609        SmokedSalt
## 610       racheljoy23
## 611        phermida99
## 612         LindsTS19
## 613     iced_cilantro
## 614     shesamerihann
## 615     michaelbellu4
## 616     GivenLungile2
## 617      Hillbilly762
## 618      courtkneelyn
## 619          softymak
## 620        eunchaeria
## 621       addieislame
## 622       Djskip_litk
## 623      courtkneelyn
## 624     thecozylorain
## 625   MaximilianoPl18
## 626   pabstblue_lover
## 627     shesamerihann
## 628      Hillbilly762
## 629        LimbuLbina
## 630       sidneyfmelb
## 631           Rhi5SOS
## 632   FedericaFaggia7
## 633   KutulloManthat2
## 634       sleepymilk_
## 635         MandieIRL
## 636     dietheverhack
## 637        uponreason
## 638          mathllnd
## 639      HackwithFred
## 640        hrtspandas
## 641      yoongurtmoon
## 642      focusonbts__
## 643          Quapsins
## 644     auditoraddict
## 645      focusonbts__
## 646       humancallum
## 647      Bidoofisgod3
## 648      focusonbts__
## 649     shesamerihann
## 650       haddadwlt74
## 651   TheAmericoSousa
## 652        NatiRivers
## 653     BRlGHTESTBLUE
## 654       humancallum
## 655      Bidoofisgod3
## 656   pettytrashmouth
## 657         MandieIRL
## 658     yokiothesquid
## 659         IsheBarry
## 660       itsemmaella
## 661           Rhi5SOS
## 662          Raulgz93
## 663       humancallum
## 664          kms_kali
## 665      getphysicool
## 666      HackwithFred
## 667     lovesartists3
## 668     lovesartists3
## 669       LarsonEvans
## 670   TheAmericoSousa
## 671   temProudPeasant
## 672     Zenon56140617
## 673      getphysicool
## 674        loreG_0404
## 675         MandieIRL
## 676   TheAmericoSousa
## 677            ralauw
## 678         tiredjean
## 679       itsemmaella
## 680        loreG_0404
## 681         _KingKole
## 682      al_squared99
## 683   TheAmericoSousa
## 684   Jaeighgallagher
## 685      kaedecrochet
## 686          Chor_les
## 687           Rhi5SOS
## 688      getphysicool
## 689    blackghoulette
## 690      KAIAXGIFFORD
## 691         tiredjean
## 692          Chor_les
## 693        krimmydawg
## 694     elfeliebhaber
## 695             Seraa
## 696      KAIAXGIFFORD
## 697           remb_16
## 698         MandieIRL
## 699        ilem_ilem3
## 700       KayPopKraze
## 701     elfeliebhaber
## 702         CA_Cart28
## 703       itsemmaella
## 704      getphysicool
## 705     elfeliebhaber
## 706      KAIAXGIFFORD
## 707        single4tay
## 708        mrlouque75
## 709       POVPODCAST_
## 710       lanarose_r1
## 711      YoBoyOatmeal
## 712       nicolagrxce
## 713          SYMB1988
## 714      YoBoyOatmeal
## 715       KayPopKraze
## 716      TheChrisRand
## 717      YoBoyOatmeal
## 718       itsemmaella
## 719      Chaos__Idiot
## 720       MinaACypert
## 721      YoBoyOatmeal
## 722       rean_angelo
## 723   FromNazWithLove
## 724      mine_m0nster
## 725     jamiestelling
## 726       KayPopKraze
## 727     txm_mybeloved
## 728      mine_m0nster
## 729    solacedusoleil
## 730       Wilbah_4057
## 731      fredrickwass
## 732          kmskenzz
## 733       emperor_svc
## 734        summer_0_d
## 735       Wilbah_4057
## 736    guessurallmine
## 737         MelAnnGro
## 738       itzlyssa_xo
## 739    SkylersRevenge
## 740        arthurguim
## 741    guessurallmine
## 742       Wilbah_4057
## 743     Viviennehyene
## 744        summer_0_d
## 745     Ridhogrowinup
## 746    KayleighForde1
## 747       Wilbah_4057
## 748    SkylersRevenge
## 749       ShanChan_37
## 750           stimk33
## 751       sarah_12605
## 752    GustaveDeresse
## 753     Mark_Hanson17
## 754    QuotesfromtheP
## 755       sarah_12605
## 756    KayleighForde1
## 757     fixed_surebet
## 758        summer_0_d
## 759       sarah_12605
## 760          senkozuu
## 761    SkylersRevenge
## 762          otbjules
## 763    solacedusoleil
## 764    KayleighForde1
## 765        1905steven
## 766        summer_0_d
## 767          otbjules
## 768   AvishaiLindenb1
## 769     jesse_gambrah
## 770        1905steven
## 771        LulRedZazi
## 772         _ANOBRAIN
## 773    KayleighForde1
## 774          sgfgmilf
## 775        1905steven
## 776       satelliites
## 777   AvishaiLindenb1
## 778       iblamedrake
## 779     sogoldencarli
## 780          sgfgmilf
## 781        summer_0_d
## 782   AvishaiLindenb1
## 783        1905steven
## 784        Unknoxnn__
## 785       satelliites
## 786          otbjules
## 787            flxnt_
## 788         esanghelo
## 789        wibblytoes
## 790        pugsly6338
## 791        Unknoxnn__
## 792   gh0stinthewaIIs
## 793        Unknoxnn__
## 794     radiodreading
## 795   AvishaiLindenb1
## 796     NintendoCuber
## 797          NeonBLK3
## 798     Swiftie_jazzy
## 799     fixed_surebet
## 800           B1ngusB
## 801   thederpymanboii
## 802      HackwithFred
## 803          DaBacon7
## 804          stewperb
## 805           DJNPR04
## 806      Wirehead2000
## 807     Swiftie_jazzy
## 808     cosmic_loser_
## 809     Swiftie_jazzy
## 810           sayylem
## 811    meatloaf369296
## 812   yeahhhN1ghtfall
## 813       VivaLaSasha
## 814          ANGShots
## 815   yeahhhN1ghtfall
## 816          juschase
## 817      Dinnymuthoni
## 818     miscmartyrdom
## 819      HackwithFred
## 820   yeahhhN1ghtfall
## 821          seaneneh
## 822        EliteDaily
## 823       skzjuicyboi
## 824       Gracie_Days
## 825   yeahhhN1ghtfall
## 826       phantom9073
## 827   FromNazWithLove
## 828      Smt1Drelated
## 829      Smt1Drelated
## 830           7kquaso
## 831      Smt1Drelated
## 832      Smt1Drelated
## 833      beyondjikook
## 834      Ohok20160600
## 835      Marc53295108
## 836     vaishnavi_ot7
## 837          luksidee
## 838      beyondjikook
## 839    solacedusoleil
## 840   perfectlycosmic
## 841       EARLYHOOKUP
## 842          basil067
## 843          NeonBLK3
## 844     enzomarajjjjj
## 845      liquorsquick
## 846       KOTORevan93
## 847      FlooQuill194
## 848           urbooye
## 849   facelessGh0stly
## 850     enzomarajjjjj
## 851      FlooQuill194
## 852    BorowikMateusz
## 853   Phoenix96278002
## 854          BxbaTea4
## 855   thunderousknigh
## 856   TheSophiaAlexis
## 857     enzomarajjjjj
## 858      FlooQuill194
## 859     enzomarajjjjj
## 860            CH8KED
## 861          BxbaTea4
## 862       JrHyun_soft
## 863        420laura69
## 864         mbab_2001
## 865    crypto_gold_XX
## 866          BxbaTea4
## 867          B505Matt
## 868    MarajStarships
## 869          BxbaTea4
## 870       WeMadeItOut
## 871     the_new_wavee
## 872     _elladenicola
## 873     fixed_surebet
## 874         mbab_2001
## 875        420laura69
## 876     _elladenicola
## 877        SmokedSalt
## 878        420laura69
## 879         button401
## 880         sojuspplr
## 881   StephensVlogsYT
## 882         mbab_2001
## 883         JackAegon
## 884         sojuspplr
## 885       MayorSilent
## 886   ionfwthissocial
## 887    AheadfullofBTS
## 888   ionfwthissocial
## 889    LisRodriguez06
## 890   jamesmeowrriott
## 891   ionfwthissocial
## 892        foxycasper
## 893     KerriOlorcain
## 894    AheadfullofBTS
## 895     yeehawnatalie
## 896      JonnieLamour
## 897   ionfwthissocial
## 898       WeMadeItOut
## 899      ConanSmith96
## 900   let_alpha_write
## 901     ana_manizales
## 902       mybanisters
## 903         Dashint0n
## 904     iced_cilantro
## 905       WeMadeItOut
## 906        kendoIlroy
## 907      ConanSmith96
## 908        QViolet_97
## 909   brvothcantsleep
## 910          helllyh_
## 911   let_alpha_write
## 912     frappucinarry
## 913        STARCL0UDD
## 914      rainberrykmm
## 915   HannahLovesLIV1
## 916     maddiefan2974
## 917   brvothcantsleep
## 918         chaneklix
## 919          kaitill_
## 920   brvothcantsleep
## 921      rainberrykmm
## 922    AnthonyBragger
## 923   HannahLovesLIV1
## 924    Doctor0fTerror
## 925           minpjmz
## 926      rainberrykmm
## 927       Sav_angel07
## 928         chaneklix
## 929     zachisgr8ness
## 930            akaur0
## 931        Ace_Cyber_
## 932   HannahLovesLIV1
## 933    Doctor0fTerror
## 934       loverofjaya
## 935     zachisgr8ness
## 936      caitnottaken
## 937   brvothcantsleep
## 938     the_new_wavee
## 939           minpjmz
## 940     chatterboxnat
## 941     zachisgr8ness
## 942     talkativetess
## 943           minpjmz
## 944      robot_rocker
## 945     kerry_marie17
## 946           minpjmz
## 947    romanadebruyne
## 948     etherialf4iry
## 949     MrsGabbyGecko
## 950         slmanbero
## 951      atb__william
## 952       Brandy_Sade
## 953       havingIived
## 954   bwtchdmbdyasoul
## 955            LyndaN
## 956        yeoreumzzz
## 957     MrsGabbyGecko
## 958    LIFEWITHNUANCE
## 959   Jessemckenzie06
## 960        SquadRises
## 961    Jesse_Jones_92
## 962      BaraketZaine
## 963        GandalfVRC
## 964     MrsGabbyGecko
## 965       Brandy_Sade
## 966       klarissaaan
## 967           4unouis
## 968     MrsGabbyGecko
## 969       Mineko12208
## 970          aethumus
## 971      karanicedric
## 972      WorthmoreBiz
## 973       Brandy_Sade
## 974      HackwithFred
## 975   plutinjordan_23
## 976         CiscoYork
## 977     chatterboxnat
## 978    LIFEWITHNUANCE
## 979        geasylagos
## 980       Mineko12208
## 981       charlnorris
## 982       ghoulia_irl
## 983    LIFEWITHNUANCE
## 984    MaSSaPowerHour
## 985      Glasgow_Live
## 986    belovedcentral
## 987     AgunobiBethel
## 988          aethumus
## 989        geasylagos
## 990      t3ddyhyuck66
## 991   TechnicolorNick
## 992     letterstoesme
## 993       Mineko12208
## 994            ArjooX
## 995            taemqa
## 996        ltlivbells
## 997        Prissyamor
## 998    venomaesthetic
## 999          aethumus
## 1000           ArjooX
## 1001   venomaesthetic
## 1002       Prissyamor
## 1003       islandboee
## 1004           taemqa
## 1005           ArjooX
## 1006    The0_Capsicle
## 1007           45slur
## 1008         aethumus
## 1009       Lian_zhrrr
## 1010       ltlivbells
## 1011    kennypowell55
## 1012           taemqa
## 1013         HarkomsV
## 1014      havingIived
## 1015    soundsgoodBOS
## 1016     austin_imoru
## 1017           taemqa
## 1018  LEVlTATETHEHYPE
## 1019          AskoDsc
## 1020       WhoisDenim
## 1021   AnneHe70044514
## 1022      havingIived
## 1023      _ellielou97
## 1024   venomaesthetic
## 1025      finnisajedi
## 1026      peachyverse
## 1027         kgmtskii
## 1028   AnneHe70044514
## 1029          beewitc
## 1030         qquinny_
## 1031       silviaseee
## 1032   AnneHe70044514
## 1033     CeasarTowers
## 1034  Atlantic__Azure
## 1035     HalfBloodPJP
## 1036       PMercier31
## 1037   AnneHe70044514
## 1038       xxzoeyxx51
## 1039     hijabigaming
## 1040       PMercier31
## 1041   bubblegumx2020
## 1042     gebrandonkyw
## 1043       silviaseee
## 1044    Army7_Ahgase7
## 1045   arisvideodiary
## 1046     newpackrunna
## 1047   arisvideodiary
## 1048  let_alpha_write
## 1049    RyutoSetsujin
## 1050          xyenoh_
## 1051         sa1httam
## 1052        SpotifyAU
## 1053  jeviendemercure
## 1054      darius_monk
## 1055       silviaseee
## 1056       emoblkthot
## 1057     newpackrunna
## 1058     HackwithFred
## 1059      itsjustkeel
## 1060       silviaseee
## 1061        Iamdstar1
## 1062         LiNailah
## 1063        WolfiedaA
## 1064      itsjustkeel
## 1065     WolfiedaAqua
## 1066         LiNailah
## 1067          SLX_13_
## 1068      itsjustkeel
## 1069      Coolgirlk22
## 1070         NidgeOCE
## 1071         LiNailah
## 1072       _sirisaiah
## 1073    VillimanMagee
## 1074         Morgandy
## 1075       _sirisaiah
## 1076         Morgandy
## 1077     Cosmopalitan
## 1078          niskuik
## 1079        READY2MIX
## 1080     abby21898184
## 1081       _sirisaiah
## 1082       lifeofciel
## 1083         Morgandy
## 1084         HarkomsV
## 1085        ItsTiDALL
## 1086    pizzaaaqueeen
## 1087         GLuck354
## 1088  softservehoseok
## 1089          ariwlll
## 1090       _sirisaiah
## 1091         RiendzYT
## 1092   em_enchanted13
## 1093     abby21898184
## 1094       Abu_sardiq
## 1095  softservehoseok
## 1096        triffiths
## 1097          ariwlll
## 1098     Cosmopalitan
## 1099      sophs_moran
## 1100       imagingpdx
## 1101     harperthejay
## 1102          ariwlll
## 1103     fischylchips
## 1104     screaminglip
## 1105     Cosmopalitan
## 1106  softservehoseok
## 1107    The0_Capsicle
## 1108          ISwag93
## 1109          ariwlll
## 1110        crainfly1
## 1111   astoldbyalahni
## 1112    The0_Capsicle
## 1113      ABaldwin636
## 1114     fischylchips
## 1115   kennedytcooper
## 1116          teeyup_
## 1117  LetMeSimpNPeace
## 1118    The0_Capsicle
## 1119       Jeniferium
## 1120       ManSpiiduh
## 1121   OlajumokeSings
## 1122       earnedabel
## 1123      denlightful
## 1124  meg_interrupted
## 1125       _daviidjc_
## 1126  originalnicoleg
## 1127       Ravener182
## 1128          JRman99
## 1129         mollycej
## 1130  phil_a_cardwell
## 1131    BruhITzMisael
## 1132      denlightful
## 1133     WikkedBlissy
## 1134  Nessa_Smackable
## 1135     dwaeofficial
## 1136      projectingx
## 1137         annabtww
## 1138  phil_a_cardwell
## 1139  TheYeetmaster22
## 1140       staryeol98
## 1141  a_a_ronofficial
## 1142    Iqvenderhazes
## 1143          lucylee
## 1144      projectingx
## 1145   thatgayguyjosh
## 1146       staryeol98
## 1147    Iqvenderhazes
## 1148       Newsmacoll
## 1149  EberhardyPayton
## 1150       staryeol98
## 1151  meg_interrupted
## 1152    Iqvenderhazes
## 1153  TheYeetmaster22
## 1154      projectingx
## 1155       staryeol98
## 1156  rainbowmisandry
## 1157    SopranosWorld
## 1158    CarterSwigert
## 1159      vinceXbeans
## 1160  KamakshiGanduri
## 1161  celestialbinchh
## 1162  meg_interrupted
## 1163      Plopperingo
## 1164   HorridGameplay
## 1165   thatgayguyjosh
## 1166  KamakshiGanduri
## 1167  phil_a_cardwell
## 1168       matlaelawr
## 1169     f1x_1t_fel1x
## 1170   thatgayguyjosh
## 1171  TheYeetmaster22
## 1172     HackwithFred
## 1173  KamakshiGanduri
## 1174     bellawazowsk
## 1175  thesickrosevamp
## 1176       Nsrt_Usrnm
## 1177       Frothy_boy
## 1178          macush_
## 1179  EberhardyPayton
## 1180  EberhardyPayton
## 1181        jihansluv
## 1182       Nsrt_Usrnm
## 1183  EberhardyPayton
## 1184      curlyfuqnae
## 1185           _ortxa
## 1186  OfficialBacon37
## 1187   definitelydevv
## 1188    avalon_jewelz
## 1189          Jenxrmm
## 1190  phil_a_cardwell
## 1191  TheYeetmaster22
## 1192   definitelydevv
## 1193        Kyan__223
## 1194      curlyfuqnae
## 1195  OfficialBacon37
## 1196       Nsrt_Usrnm
## 1197           PizzaX
## 1198   YAMADA52137629
## 1199           _ortxa
## 1200        lizdotgov
## 1201         ariskyy_
## 1202   definitelydevv
## 1203       Nsrt_Usrnm
## 1204       MuseArtCo_
## 1205     bostonguy924
## 1206        heyyou_md
## 1207   kenjiharimaily
## 1208           effeot
## 1209    therebelbunny
## 1210   definitelydevv
## 1211    DoughBoyMOIST
## 1212         tpops111
## 1213       Lacheln___
## 1214  Megan_OnTwitt3r
## 1215        amooloona
## 1216         Guackiki
## 1217   kenjiharimaily
## 1218       kraydragon
## 1219        JadeC1412
## 1220        GHOSTXIUK
## 1221       rayray_twt
## 1222         tpops111
## 1223     Novaboogaloo
## 1224  Megan_OnTwitt3r
## 1225          Britt_Z
## 1226       EsnyMorgan
## 1227       Caddieoops
## 1228  Megan_OnTwitt3r
## 1229   Pantherheart13
## 1230  raveisnotacrime
## 1231    trobediscanon
## 1232  namutambowataka
## 1233        Afroreal1
## 1234        iloooo666
## 1235    lilginapamish
## 1236   Pantherheart13
## 1237       EsnyMorgan
## 1238        GHOSTXIUK
## 1239  raveisnotacrime
## 1240        Afroreal1
## 1241        iloooo666
## 1242          xNeivax
## 1243        myiwilife
## 1244       EsnyMorgan
## 1245        iloooo666
## 1246        Afroreal1
## 1247  raveisnotacrime
## 1248    NolanKelley16
## 1249        iloooo666
## 1250        jaeiuyang
## 1251       EsnyMorgan
## 1252     Connorbankey
## 1253    missbambidoll
## 1254        GHOSTXIUK
## 1255  raveisnotacrime
## 1256     eileenofeire
## 1257  Darker_diamonds
## 1258        liztakeit
## 1259      Silenciaga_
## 1260      ughsheshere
## 1261     eileenofeire
## 1262   RockstarRhidoy
## 1263     DarkLion2704
## 1264   UnoUno90604608
## 1265     DarkLion2704
## 1266          liabyte
## 1267  Darker_diamonds
## 1268     eileenofeire
## 1269           _tfish
## 1270  Rafaela53949671
## 1271     DarkLion2704
## 1272    enhyskiescafe
## 1273   FattahMagazine
## 1274       BlueKyndra
## 1275    enhyskiescafe
## 1276          12Ice_2
## 1277         teayuji_
## 1278        AleximoYT
## 1279    enhyskiescafe
## 1280        Vulturnia
## 1281          PearVoz
## 1282  ilovefaouziato1
## 1283  ilovefaouziato1
## 1284           gnfzay
## 1285    evandertweets
## 1286      thatonemush
## 1287     lusgathewise
## 1288      pipebomb404
## 1289           gnfzay
## 1290  ilovefaouziato1
## 1291          BEQYpng
## 1292        AleximoYT
## 1293   WinxForeverPod
## 1294      G_M_Dlamini
## 1295     lusgathewise
## 1296    evandertweets
## 1297  AmyMitc82310834
## 1298      Stantonio_A
## 1299   em_enchanted13
## 1300      erasehrhead
## 1301     katwithclaws
## 1302       wormholeef
## 1303         HarkomsV
## 1304         dubuqiqi
## 1305       ZanAycicek
## 1306        Squish815
## 1307     eddygotsalsa
## 1308      luvinn_jess
## 1309         dubuqiqi
## 1310         HarkomsV
## 1311      delforcee01
## 1312     madsdalorian
## 1313        mgateszie
## 1314     jesrenee1487
## 1315     _cinnamoncat
## 1316   emidowntheline
## 1317         dubuqiqi
## 1318   swiftienette17
## 1319        tvgirIfan
## 1320    evandertweets
## 1321     eddygotsalsa
## 1322       Dragoneggy
## 1323         dubuqiqi
## 1324        mgateszie
## 1325    gojonifficent
## 1326      awayfrommyg
## 1327       Dragoneggy
## 1328        sadlebyyy
## 1329      cyberzeroer
## 1330   em_enchanted13
## 1331        tvgirIfan
## 1332        mgateszie
## 1333      FreddersF14
## 1334       Dragoneggy
## 1335     jesrenee1487
## 1336      FreddersF14
## 1337      GingerSwizz
## 1338  GeneralPedroArt
## 1339         Pttyslim
## 1340      Stantonio_A
## 1341  DemaraDrknguard
## 1342      FreddersF14
## 1343        tvgirIfan
## 1344         WeStay08
## 1345     BriannaRob13
## 1346      Swampgobl1n
## 1347   em_enchanted13
## 1348    couponblender
## 1349      MarxusScott
## 1350    scarzonreplay
## 1351      GingerSwizz
## 1352     bernabasagre
## 1353         WeStay08
## 1354      _Adamisneat
## 1355   golden__ariana
## 1356      madalenaaaa
## 1357       L3m0nL1l4c
## 1358  PitchesOfficial
## 1359      GingerSwizz
## 1360    HimanshuT4200
## 1361        Dmcity619
## 1362      Jamdungghal
## 1363       2L2Q_JGMan
## 1364         IbraLile
## 1365      Swampgobl1n
## 1366        B14091993
## 1367        Dmcity619
## 1368      _Adamisneat
## 1369         bens0nnn
## 1370      Swampgobl1n
## 1371      delforcee01
## 1372     LizzyLizz_xo
## 1373         bens0nnn
## 1374    teenage_wh0r3
## 1375    comphetforBTS
## 1376        denebolia
## 1377      apriliaspar
## 1378    eggrollsfromu
## 1379  DemaraDrknguard
## 1380    abe_schonfeld
## 1381      apriliaspar
## 1382     BrookeKriner
## 1383  PitchesOfficial
## 1384      apriliaspar
## 1385     eden_anapple
## 1386  vernesa27292271
## 1387  feverdreamhuddy
## 1388     wallsxagustd
## 1389       PewPewChar
## 1390         WeStay08
## 1391        kkalechip
## 1392     jpeg2thehead
## 1393     eden_anapple
## 1394          kuonesh
## 1395     h34rtstopp3d
## 1396        didphoebe
## 1397     anarchytater
## 1398  vernesa27292271
## 1399        kkalechip
## 1400     h34rtstopp3d
## 1401    PhattieBlaise
## 1402     wallsxagustd
## 1403     ki222urheart
## 1404  feverdreamhuddy
## 1405     h34rtstopp3d
## 1406  MoneyBagSports1
## 1407         TBYOFTEN
## 1408        DeeClose1
## 1409      t4tkawoshin
## 1410  flowers_the_guy
## 1411       kylieagang
## 1412   em_enchanted13
## 1413  feverdreamhuddy
## 1414      t4tkawoshin
## 1415   usernotanyname
## 1416      t4tkawoshin
## 1417     SwiftCheck13
## 1418   yunhotriever24
## 1419   usernotanyname
## 1420         brktrend
## 1421  feverdreamhuddy
## 1422        TaptrickD
## 1423        BallKaan2
## 1424           PIIKOK
## 1425    PARANOIDJULES
## 1426       wtxnewsusa
## 1427           PIIKOK
## 1428        eyemusing
## 1429           rmzz08
## 1430   usernotanyname
## 1431          lothani
## 1432      bell_allens
## 1433   Swatsniper_716
## 1434       mocellosag
## 1435   usernotanyname
## 1436    martaftgerard
## 1437   yunhotriever24
## 1438     online_rhino
## 1439        eyemusing
## 1440     martibeenfly
## 1441    thisisedel_xo
## 1442    thee_LuiRemix
## 1443      V1rus_Alert
## 1444  EmmaJac28300283
## 1445      V1rus_Alert
## 1446   aquarianweekly
## 1447      AshaWasHere
## 1448       DoinsSport
## 1449        eyemusing
## 1450  Felix_Onyenugwu
## 1451       DerivJay12
## 1452        BLACKM0SS
## 1453      V1rus_Alert
## 1454   harpersversion
## 1455         idlmdylm
## 1456  HayleyR90286123
## 1457       NavInkling
## 1458       365WHISTLE
## 1459          amyphxm
## 1460        BLACKM0SS
## 1461      troysweater
## 1462   harpersversion
## 1463   Mrjimsmith1234
## 1464        eyemusing
## 1465       NavInkling
## 1466     Peteywee337_
## 1467    GiuliaMazzaPh
## 1468    ActorAngelina
## 1469       NavInkling
## 1470        amooloona
## 1471       Dali_lama8
## 1472     ReginaMundi7
## 1473   nessamartins97
## 1474    ActorAngelina
## 1475    undercoverbri
## 1476   harpersversion
## 1477  farhan__mehmood
## 1478       NavInkling
## 1479    ActorAngelina
## 1480  HayleyR90286123
## 1481      erinkoleary
## 1482   nessamartins97
## 1483     RoninStarted
## 1484      wingobingus
## 1485      foundeasily
## 1486   harpersversion
## 1487         martyw82
## 1488    ActorAngelina
## 1489           DM8315
## 1490          margmak
## 1491     thetinysilva
## 1492       1Informer2
## 1493        HectorDMS
## 1494     idkitsnicole
## 1495        kplayfest
## 1496     thetinysilva
## 1497   sh0rtest_str4w
## 1498           PIIKOK
## 1499        sirensinb
## 1500        DulljshhA
## 1501        sirensinb
## 1502       jeenonamit
## 1503     phantomghafa
## 1504         thea__25
## 1505     thetinysilva
## 1506      LVJYadmirer
## 1507         martyw82
## 1508        HectorDMS
## 1509        gowonning
## 1510        sirensinb
## 1511     phantomghafa
## 1512   Melissa_Wasser
## 1513      Haifinphoto
## 1514         neeeloys
## 1515        HectorDMS
## 1516    whatthe_hayls
## 1517     drachenovska
## 1518     phantomghafa
## 1519  curtainfarewell
## 1520        ya_SKZ731
## 1521     phantomghafa
## 1522        HectorDMS
## 1523    SplinterRatio
## 1524     drachenovska
## 1525          Ms_KatW
## 1526         HarkomsV
## 1527  StuffFromBlock3
## 1528  RagingWhormoans
## 1529  Tarrah_Danielle
## 1530        sirensinb
## 1531        kayladon9
## 1532         neeeloys
## 1533  simona_bargagli
## 1534   devilmidwinter
## 1535        ya_SKZ731
## 1536  curtainfarewell
## 1537        MikPikRik
## 1538        ya_SKZ731
## 1539          Ms_KatW
## 1540      Jamdungghal
## 1541        wowyolotv
## 1542   Robert_scott30
## 1543    salimishmael_
## 1544         JosszzoL
## 1545         HarkomsV
## 1546  simona_bargagli
## 1547     BonnieAuntea
## 1548      TinaDarwell
## 1549        TonicForg
## 1550       SirHotLaps
## 1551        KaosBunny
## 1552        ya_SKZ731
## 1553    rocketenginee
## 1554        cardigron
## 1555    Albas_Fortune
## 1556  simona_bargagli
## 1557         LM_woomy
## 1558     EpinardGuard
## 1559  ihopeudrownmore
## 1560  simona_bargagli
## 1561  sarahbethismyl1
## 1562    emotrash_wuff
## 1563  di_shun_meh_die
## 1564        cardigron
## 1565         maemaedc
## 1566        nikfinite
## 1567  MoonlightsCoven
## 1568          margmak
## 1569        cardigron
## 1570       macks_page
## 1571         LM_woomy
## 1572        Uwusukuru
## 1573  CALIFORNIAW0RLD
## 1574     kurzedificio
## 1575         LM_woomy
## 1576     xamitexmusic
## 1577        nikfinite
## 1578  MoonlightsCoven
## 1579         maemaedc
## 1580     starsrsocool
## 1581    musubigarbage
## 1582  CALIFORNIAW0RLD
## 1583   Startup_Canada
## 1584     DIEGUIRRI_89
## 1585   NosleepPodcast
## 1586   Samantha_lilac
## 1587        shiemisss
## 1588   therealparis23
## 1589         LM_woomy
## 1590     starsrsocool
## 1591        nikfinite
## 1592  neverlastinline
## 1593    Kinga_Ninurta
## 1594     starsrsocool
## 1595        itsvdanni
## 1596            gwyx6
## 1597         maemaedc
## 1598     starsrsocool
## 1599         sncaffee
## 1600          GapsFNT
## 1601           FevenA
## 1602    sapphohyunjin
## 1603  cewulidgabxyau9
## 1604      TeeRexradio
## 1605   GeorgeColuccia
## 1606    sapphohyunjin
## 1607      ZellBellArt
## 1608   baekseongseung
## 1609       Lurifodase
## 1610    sapphohyunjin
## 1611      UncleHerpes
## 1612   etherealheartt
## 1613     5w1tchGaming
## 1614       Lurifodase
## 1615        itsvdanni
## 1616         HarkomsV
## 1617        Uwusukuru
## 1618     swiftwonders
## 1619   etherealheartt
## 1620     m1dn1ght5_13
## 1621     5w1tchGaming
## 1622   etherealheartt
## 1623        itsvdanni
## 1624         mkaRocki
## 1625   etherealheartt
## 1626          Bezvard
## 1627  makelessharries
## 1628  _darklikemysoul
## 1629      trivialtony
## 1630    Grace_Costags
## 1631       enchantlwt
## 1632         Nami_501
## 1633      trivialtony
## 1634         sncaffee
## 1635         alloeium
## 1636          inezwil
## 1637    Grace_Costags
## 1638     fxckoklahoma
## 1639  _darklikemysoul
## 1640   I_need_theatre
## 1641       augustlore
## 1642    MormanCalorie
## 1643    Grace_Costags
## 1644       augustlore
## 1645      trivialtony
## 1646         HarkomsV
## 1647   2blaqofficial1
## 1648      RosieHoranx
## 1649   loveforitadori
## 1650   fandeaitanaaax
## 1651     krissybeeean
## 1652    MormanCalorie
## 1653           melc91
## 1654     BootsPerkins
## 1655        kayladon9
## 1656   I_need_theatre
## 1657      OakenHooHoo
## 1658    MormanCalorie
## 1659  namutambowataka
## 1660   loveforitadori
## 1661        briesglcw
## 1662   PenThePenguin_
## 1663      juanduenas_
## 1664   fandeaitanaaax
## 1665    0xWaldoVision
## 1666       iamaudreyp
## 1667      WalterGarre
## 1668   fandeaitanaaax
## 1669   loveforitadori
## 1670   I_need_theatre
## 1671     Jace98127644
## 1672    clshields1980
## 1673   PenThePenguin_
## 1674           Neziy_
## 1675      bravefortzu
## 1676      lexicozartt
## 1677      juanduenas_
## 1678          fem_yeq
## 1679       ZoomSlay28
## 1680        NanaAkwan
## 1681   PenThePenguin_
## 1682  RealFlexiAfrica
## 1683      bigtimedogs
## 1684       Trojan0026
## 1685  Magicalharvest1
## 1686   iGuessItsBlake
## 1687      juanduenas_
## 1688   PenThePenguin_
## 1689   SharkieSkittle
## 1690      OakenHooHoo
## 1691       ZoomSlay28
## 1692   iGuessItsBlake
## 1693   SharkieSkittle
## 1694  Magicalharvest1
## 1695      pskeedesign
## 1696   WakandriaJones
## 1697          Anzy_aa
## 1698   SharkieSkittle
## 1699      juanduenas_
## 1700         happyy08
## 1701      OakenHooHoo
## 1702      jaimelozc09
## 1703           melc91
## 1704       CPLD_music
## 1705  Magicalharvest1
## 1706   iGuessItsBlake
## 1707  Dannica32000657
## 1708          S_vannn
## 1709    michaelbergla
## 1710       DKZENJOYER
## 1711      VlCT0RYSTAR
## 1712      sofiapease4
## 1713    michaelbergla
## 1714       garffan985
## 1715      theslayence
## 1716  Dannica32000657
## 1717      jaimelozc09
## 1718  Magicalharvest1
## 1719     ACNH_kitty44
## 1720   iGuessItsBlake
## 1721  Dannica32000657
## 1722   WakandriaJones
## 1723      sofiapease4
## 1724    goro_pancakes
## 1725      Luisfavicii
## 1726  Dannica32000657
## 1727  Magicalharvest1
## 1728        offmalibu
## 1729     ACNH_kitty44
## 1730        rma2saucy
## 1731       iammandurr
## 1732      sofiapease4
## 1733   JerseyKidPicks
## 1734        florasiac
## 1735  247MzansUpdates
## 1736      PoppyUpdate
## 1737        tiaTiahTT
## 1738       iammandurr
## 1739     ACNH_kitty44
## 1740       garffan985
## 1741     tyunkngomhrt
## 1742         SkierBen
## 1743       iammandurr
## 1744   WakandriaJones
## 1745         _thloVer
## 1746        DeeClose1
## 1747        urluvnabi
## 1748        florasiac
## 1749       garffan985
## 1750       iammandurr
## 1751     tyunkngomhrt
## 1752        florasiac
## 1753   WakandriaJones
## 1754        shyawaycd
## 1755         _thloVer
## 1756  KenedyRemontada
## 1757        florasiac
## 1758     DidntAskBro7
## 1759       garffan985
## 1760     tyunkngomhrt
## 1761        KosimaBiz
## 1762    DailyTaxMemes
## 1763         _thloVer
## 1764   ChiSIammaJamma
## 1765  isayrandomshiit
## 1766          ToywMe1
## 1767        urluvnabi
## 1768     DidntAskBro7
## 1769     2Chipmunks43
## 1770  KenedyRemontada
## 1771   ChiSIammaJamma
## 1772        urluvnabi
## 1773    nuttelaspread
## 1774    1CrowdedTable
## 1775         Rubao112
## 1776         Syphtolo
## 1777    nuttelaspread
## 1778   soaked_nbleach
## 1779        JaredOnYT
## 1780          TBFINDS
## 1781  KenedyRemontada
## 1782         Syphtolo
## 1783      j1annamar1a
## 1784      zoobee_zaba
## 1785          Gratych
## 1786      LitzyBrown1
## 1787       kvnq_teeza
## 1788         Syphtolo
## 1789       EgoStreams
## 1790   justastargirl9
## 1791   Apollo_Knightt
## 1792     DolefulLions
## 1793     KellyHart147
## 1794    nuttelaspread
## 1795         wipeyman
## 1796      itsmeraymel
## 1797   Ollie_loves_fr
## 1798    ImnotRichard6
## 1799         Syphtolo
## 1800   Apollo_Knightt
## 1801         jashinko
## 1802   Ollie_loves_fr
## 1803  xephas_official
## 1804    IdealGameroom
## 1805      LitzyBrown1
## 1806      itsmeraymel
## 1807      ysuftloverr
## 1808   Drownincheddar
## 1809   Ollie_loves_fr
## 1810         jashinko
## 1811    edetedemakpan
## 1812   udbparanoidtoo
## 1813      ysuftloverr
## 1814  SimplyChaotic26
## 1815           Smvvth
## 1816           jvjmjx
## 1817         jashinko
## 1818        offmalibu
## 1819      ysuftloverr
## 1820        sativ4grl
## 1821         itsdreqa
## 1822        monosmoon
## 1823         CptLongD
## 1824  Darker_diamonds
## 1825  tw_porn_on_here
## 1826        monosmoon
## 1827   kaffienatedkat
## 1828    PauPalauVidal
## 1829        tonisrage
## 1830        monosmoon
## 1831      ysuftloverr
## 1832        Blxndkidz
## 1833       Beast_Dank
## 1834   kaffienatedkat
## 1835    AlshababRadio
## 1836        offmalibu
## 1837    JaireLockdown
## 1838         imDudsz_
## 1839       Insider747
## 1840           VABG__
## 1841     Brandisandre
## 1842        thafckora
## 1843        Nakasanga
## 1844       Beast_Dank
## 1845    indianafantum
## 1846           VABG__
## 1847    balthazar_and
## 1848         exhawkyx
## 1849       Beast_Dank
## 1850        joanammel
## 1851           VABG__
## 1852      juIiansands
## 1853        intake444
## 1854      juIiansands
## 1855       Beast_Dank
## 1856         anseonii
## 1857  InfernalAmigops
## 1858        intake444
## 1859     arshpatel123
## 1860  TheOffi14494401
## 1861    balthazar_and
## 1862         reellita
## 1863       bageItower
## 1864     Damain_cyber
## 1865      cyclops2022
## 1866        joanammel
## 1867        intake444
## 1868   Apollo_Knightt
## 1869   Stay_Vicious20
## 1870     arshpatel123
## 1871  TheOffi14494401
## 1872         reellita
## 1873   Stay_Vicious20
## 1874     arshpatel123
## 1875       ZanAycicek
## 1876      0_Dantess_0
## 1877   Stay_Vicious20
## 1878         scrivzLJ
## 1879        joanammel
## 1880      LilMamaNat_
## 1881   maryondeeznuts
## 1882   Christine_meow
## 1883  TheOffi14494401
## 1884       ytmlab6_23
## 1885   Christine_meow
## 1886          KR0WNNN
## 1887      CeleneElric
## 1888   maryondeeznuts
## 1889         reellita
## 1890   maryondeeznuts
## 1891   Christine_meow
## 1892  VikkiCh21052435
## 1893        asmogotti
## 1894      CeleneElric
## 1895  maureenroseama1
## 1896        C_to_the_
## 1897     SplatoonPeru
## 1898   Christine_meow
## 1899   EkoClubNigeria
## 1900        glamroclc
## 1901     SplatoonPeru
## 1902     SplatoonPeru
## 1903     SplatoonPeru
## 1904  maureenroseama1
## 1905      CeleneElric
## 1906        shregg4PF
## 1907   shosplecolupus
## 1908   bytheshannynkt
## 1909   anna__holcombe
## 1910   Swatsniper_716
## 1911   maryondeeznuts
## 1912           jvjmjx
## 1913  EllieLennie2491
## 1914  iluvcharlixcx21
## 1915  maureenroseama1
## 1916     aloisi_tribe
## 1917        dacool661
## 1918        pinkbxbie
## 1919           lxvvie
## 1920    darla65201189
## 1921  iluvcharlixcx21
## 1922    ItsKatnissxxx
## 1923   anna__holcombe
## 1924            J4KHz
## 1925      CeleneElric
## 1926       LostBakaTV
## 1927       bek_zepeda
## 1928      lesser_afim
## 1929       _edgelxrd_
## 1930     0_SteveKosie
## 1931  xephas_official
## 1932      lesser_afim
## 1933    ducklingsissy
## 1934         fvcknuts
## 1935       bek_zepeda
## 1936      imkrissuela
## 1937      lesser_afim
## 1938    ducklingsissy
## 1939     retroflordia
## 1940    sapphicforlwt
## 1941     aloisi_tribe
## 1942      Iegallylisa
## 1943      lesser_afim
## 1944      huachen_zhu
## 1945       _edgelxrd_
## 1946      Iegallylisa
## 1947       bek_zepeda
## 1948    sapphicforlwt
## 1949         enslashy
## 1950         Gionosai
## 1951      huachen_zhu
## 1952   charlotte_luve
## 1953     aloisi_tribe
## 1954  madeleineisswag
## 1955      gingercat02
## 1956         cammirry
## 1957      thecapguy24
## 1958    sapphicforlwt
## 1959  madeleineisswag
## 1960   bellaboolovesj
## 1961    ducklingsissy
## 1962    sapphicforlwt
## 1963      huachen_zhu
## 1964      Iegallylisa
## 1965       SmoodiWolf
## 1966   butterflynbuds
## 1967       ___joffrey
## 1968       emstunning
## 1969         cammirry
## 1970      Luisfavicii
## 1971            Seraa
## 1972     Master_monke
## 1973         Gionosai
## 1974      jademelody_
## 1975      PassyAlyssa
## 1976    CatLoversAsso
## 1977     TigerOffcial
## 1978   aluthordanvers
## 1979     Master_monke
## 1980      kamehamiltn
## 1981         cammirry
## 1982     Master_monke
## 1983  kevinswillliams
## 1984    tressaburns22
## 1985      konpietokoo
## 1986     say_number33
## 1987         cammirry
## 1988     aisuruuuuuuu
## 1989       floverjoon
## 1990     say_number33
## 1991   soyguiacarmona
## 1992   LilVeroodletwt
## 1993      fr_simone_m
## 1994    DiegoSerafimm
## 1995    ImnotRichard6
## 1996   Scotsman_Games
## 1997       JayLando22
## 1998         Gionosai
## 1999     aisuruuuuuuu
## 2000      N4TTYNIGGAC
## 2001      wavyrebecca
## 2002    queers4yoongi
## 2003          vidddit
## 2004          Sheadra
## 2005        Cool_Clay
## 2006         harrry91
## 2007   Scotsman_Games
## 2008      cozykarlnap
## 2009         marizpov
## 2010    kariheartstae
## 2011           sapdnf
## 2012     aisuruuuuuuu
## 2013  TintinMinecraft
## 2014    GreekGirl2012
## 2015  arianatoratcore
## 2016    w3ird_fanatic
## 2017          Sheadra
## 2018      cozykarlnap
## 2019  TintinMinecraft
## 2020    queers4yoongi
## 2021      unstablebih
## 2022    BlitzerTweets
## 2023      _belleamor_
## 2024       BluSilurus
## 2025    w3ird_fanatic
## 2026        NlGHTLOCK
## 2027  TintinMinecraft
## 2028        joanammel
## 2029          Sheadra
## 2030       amaroscuro
## 2031      cozykarlnap
## 2032       _DrNichols
## 2033          Ijir0VT
## 2034       mi_aps2002
## 2035    w3ird_fanatic
## 2036          jun10ie
## 2037         dlibskzh
## 2038           BRH_KK
## 2039     _alex_elena_
## 2040    ItHadtoBeYou_
## 2041  TintinMinecraft
## 2042     say_number33
## 2043    CatLoversAsso
## 2044    NovakEveryday
## 2045           BRH_KK
## 2046    eliizabxthann
## 2047  vijay_thakur083
## 2048         e4bluesc
## 2049      NOAKES_ISMS
## 2050     adriiananana
## 2051   ykthat1fangirl
## 2052         dlibskzh
## 2053           BRH_KK
## 2054         deepumi5
## 2055  BrwnSugarSalmon
## 2056   thebrookeriley
## 2057  Stefan27_Swifty
## 2058           BRH_KK
## 2059  VihaanChennare1
## 2060  ichor__ambrosia
## 2061  BrwnSugarSalmon
## 2062        DeeClose1
## 2063  stovecookcowboy
## 2064         Niuvenis
## 2065     GoredSpencer
## 2066  kindredaquarian
## 2067           rxaul7
## 2068     LIBRASGR0OVE
## 2069  ThatJustinPeery
## 2070       irishyanks
## 2071  lovestorystreet
## 2072   thebrookeriley
## 2073  whoopsalldeoxys
## 2074         Gionosai
## 2075       ber_damien
## 2076   patriciaashman
## 2077  BrwnSugarSalmon
## 2078  ZiemniakTerroru
## 2079       iforgot_28
## 2080  Stefan27_Swifty
## 2081     PetePete2112
## 2082    BeccaFarrugia
## 2083   Motema71632882
## 2084   soyguiacarmona
## 2085    petttylabelle
## 2086       adelineyo_
## 2087       iforgot_28
## 2088  ConspiraciesACC
## 2089  stovecookcowboy
## 2090       JaJaFaRah1
## 2091  Stefan27_Swifty
## 2092   thebrookeriley
## 2093         __LUC1AN
## 2094       Shmotzknot
## 2095           rxaul7
## 2096   soyguiacarmona
## 2097  stovecookcowboy
## 2098     LIBRASGR0OVE
## 2099         snowiisa
## 2100   EarlTheSeventh
## 2101  Stefan27_Swifty
## 2102           cojqul
## 2103         MFroggii
## 2104         _tklmnop
## 2105   thebrookeriley
## 2106           f23157
## 2107         strwboi_
## 2108      momoringzap
## 2109      TheIroncane
## 2110   secondoenjoyer
## 2111    DiegoSerafimm
## 2112      minstarlost
## 2113         Bernnzzz
## 2114  stovecookcowboy
## 2115  geeking_around_
## 2116  sadnessandbeans
## 2117       vwolfmusic
## 2118    BILLIESSHEART
## 2119       iforgot_28
## 2120    ireland__skye
## 2121   ThatCreepyGoat
## 2122           f23157
## 2123     erikadcharts
## 2124         Bernnzzz
## 2125  sadnessandbeans
## 2126         avatron4
## 2127          imsnoot
## 2128   EarlTheSeventh
## 2129        karkopolo
## 2130           f23157
## 2131       iforgot_28
## 2132   NlNACRlEDP0WER
## 2133         ly_sosaa
## 2134    latenightslay
## 2135    AlshababRadio
## 2136  cameronjosephhh
## 2137   Persona5Royal_
## 2138         Bernnzzz
## 2139     xamitexmusic
## 2140  sadnessandbeans
## 2141      bundloofjoy
## 2142          cimfla9
## 2143           f23157
## 2144       kwandarine
## 2145        zaneyrxnf
## 2146  Rafael_Ferreras
## 2147       noah_wizzy
## 2148          MyCheri
## 2149    junkafunktron
## 2150        notnicogv
## 2151       kwandarine
## 2152        keydonjoe
## 2153      _bewtyfort_
## 2154      justusmaddo
## 2155        inxrilxcy
## 2156    HarrisonYork3
## 2157     ethanbogardd
## 2158     ColdestLilac
## 2159            Seraa
## 2160    HarrisonYork3
## 2161           T8tumz
## 2162      Fromthevill
## 2163      _bewtyfort_
## 2164     ethanbogardd
## 2165        ludacribs
## 2166        _kcnvrmnd
## 2167        Manna__14
## 2168   be11arodrigues
## 2169  _Lewis_Jamieson
## 2170     KBreadsticks
## 2171    dreamsofcheol
## 2172      LurkerMedia
## 2173    alfred_makura
## 2174  chaeyeonshooter
## 2175       kwandarine
## 2176        ludacribs
## 2177   charlotte_luve
## 2178      _bewtyfort_
## 2179            GBO26
## 2180        bigfinish
## 2181           ska834
## 2182      senorcool87
## 2183  independentalto
## 2184  _Lewis_Jamieson
## 2185        kydkahlil
## 2186    thegenzmystic
## 2187        ludacribs
## 2188           mcgkel
## 2189      _bewtyfort_
## 2190    TheGroupieApp
## 2191      Lizzie_1924
## 2192       redmigacha
## 2193  _Lewis_Jamieson
## 2194    TheGroupieApp
## 2195     seungminsice
## 2196   Panquequinha__
## 2197     seungminsice
## 2198   Panquequinha__
## 2199   Panquequinha__
## 2200  Mireille_Mirela
## 2201        sdbobatea
## 2202     seungminsice
## 2203       jissell_97
## 2204        ludacribs
## 2205            gs3OO
## 2206   Panquequinha__
## 2207  _Lewis_Jamieson
## 2208    AlshababRadio
## 2209         Onepcorn
## 2210    lukaaaaaaaa_a
## 2211     horny_bi_top
## 2212            GBO26
## 2213      margiabelle
## 2214    lukaaaaaaaa_a
## 2215         BrainEX9
## 2216      MadBunny___
## 2217   mike___diamond
## 2218      TomanyJames
## 2219    lukaaaaaaaa_a
## 2220      meluvseunbi
## 2221        adam_ughh
## 2222      margiabelle
## 2223      MadBunny___
## 2224    Ramboletswork
## 2225      TomanyJames
## 2226      meluvseunbi
## 2227         naaddinz
## 2228   CallumWatkinss
## 2229    ToningByTeddy
## 2230         JMAN_iAm
## 2231  jiminko18192336
## 2232  jiminko18192336
## 2233      meluvseunbi
## 2234      spitealone_
## 2235      TomanyJames
## 2236      margiabelle
## 2237      donramon___
## 2238       thervdhood
## 2239     blossominseo
## 2240  jiminko18192336
## 2241  jiminko18192336
## 2242        milkybunk
## 2243     Arcadegutzzz
## 2244  SerenityOracle1
## 2245  thejonsternator
## 2246      margiabelle
## 2247       amaroscuro
## 2248      MadBunny___
## 2249   nudaearthangel
## 2250      PLAN3T_ZOOM
## 2251     blossominseo
## 2252           FCBbot
## 2253  VictorD39626666
## 2254    iamstargazing
## 2255         mcxcurls
## 2256     TriciaOrgana
## 2257         mcxcurls
## 2258         mcxcurls
## 2259  WEAPONISEDWORDS
## 2260     kloopmusic69
## 2261  gomezupdateseur
## 2262         mcxcurls
## 2263       bookwhitey
## 2264   monteirolari13
## 2265  WEAPONISEDWORDS
## 2266  WEAPONISEDWORDS
## 2267     ian_abalos98
## 2268         RexatyXD
## 2269  ZeroThunder1738
## 2270        geo_pahpi
## 2271    starkeybestie
## 2272       chichard41
## 2273       amaroscuro
## 2274   Tusharverma549
## 2275  smnsinistertoit
## 2276        ElimzzTV_
## 2277  liv_laugh_lovee
## 2278    CArmstrongGFS
## 2279     kloopmusic69
## 2280    PhoneAccess01
## 2281  grissomsladybug
## 2282     ian_abalos98
## 2283    Neptune_Leo22
## 2284        _QueenET_
## 2285  grissomsladybug
## 2286     JaredsEmpire
## 2287  grissomsladybug
## 2288  NEW_SONGS_DA1LY
## 2289        ElimzzTV_
## 2290     ian_abalos98
## 2291        padme9876
## 2292        ElimzzTV_
## 2293  grissomsladybug
## 2294  StaydangerousFP
## 2295         Ootorvic
## 2296     shootytodope
## 2297     aman_tweets5
## 2298     SmokaToka420
## 2299     ian_abalos98
## 2300  PerfectDilemma2
## 2301     TheLastAesir
## 2302   L1vingdxadgirl
## 2303      pugmartin14
## 2304          Boishaw
## 2305     nagireocidio
## 2306  theadultmatilda
## 2307     nagireocidio
## 2308  FandomEmpress11
## 2309     LilBlueDucky
## 2310        ElimzzTV_
## 2311   L1vingdxadgirl
## 2312       burefan723
## 2313     nagireocidio
## 2314      startdying1
## 2315        lozzakins
## 2316    applecrumblin
## 2317  OlguisSantillan
## 2318  AnirudhMusicFvr
## 2319        ok_mydude
## 2320    SAVAGE_KAT_SA
## 2321    TheGroupieApp
## 2322     homesicktown
## 2323  YCMC_PRODUCTION
## 2324           mo2the
## 2325   howlingfantogs
## 2326      annenothere
## 2327    whatisgooding
## 2328  ikidnapthestars
## 2329        lozzakins
## 2330     JhonnieDarko
## 2331      annenothere
## 2332       dehrlich25
## 2333       SabrinaY2k
## 2334    jlmsupremacyx
## 2335      annenothere
## 2336     RayPhantom98
## 2337      techfunnell
## 2338       Rachousame
## 2339   Sabahattin1985
## 2340  TrentAr94633264
## 2341        KcNxtdoor
## 2342       btharris93
## 2343   howlingfantogs
## 2344   IncorrectTakes
## 2345         Jimweave
## 2346      SeraphToons
## 2347   natashasoojung
## 2348        yvesgleek
## 2349         Loganzpr
## 2350       jobijosimp
## 2351     RayPhantom98
## 2352      ollie_ellio
## 2353  TrentAr94633264
## 2354     hAidEr__aLie
## 2355        m1lkbabyy
## 2356       lingstahle
## 2357    causeursodark
## 2358         Jimweave
## 2359  TrentAr94633264
## 2360      DollyDemeli
## 2361     Invent_pedia
## 2362         Jimweave
## 2363     marika_donne
## 2364     marika_donne
## 2365     emma17992722
## 2366     marika_donne
## 2367  YourBirthCertif
## 2368        lilgoshey
## 2369  lavendervioIets
## 2370   LaurenChristyy
## 2371     marika_donne
## 2372      BensonTedd3
## 2373         smooney9
## 2374   LaurenChristyy
## 2375        Bolts_pog
## 2376         jas_afia
## 2377     daneen_g2645
## 2378      Otakustar13
## 2379      BensonTedd3
## 2380   spuffysmixtape
## 2381        Uwusukuru
## 2382          makdde_
## 2383     RayPhantom98
## 2384     daneen_g2645
## 2385       AanaMoren0
## 2386   MsTheestallion
## 2387      Stakich_inc
## 2388          makdde_
## 2389    ukrainehelpuk
## 2390    n0t_dominique
## 2391       jisungtnkr
## 2392      gummywurmmy
## 2393       percysimpp
## 2394     daneen_g2645
## 2395      rinkrat8383
## 2396          livvi78
## 2397      gummywurmmy
## 2398   btscuresdeprsn
## 2399      _Backtrackz
## 2400          sbrsimp
## 2401      Abiadeking1
## 2402       AlfWilsonn
## 2403        berrytpwk
## 2404          r4pIin3
## 2405   Sabahattin1985
## 2406        Uwusukuru
## 2407    brittanywhose
## 2408     gaymergeek26
## 2409    zorijaramillo
## 2410          makdde_
## 2411   Sabahattin1985
## 2412     mennaw3alena
## 2413        sxllout17
## 2414         jemjemid
## 2415     girIaIm1ghty
## 2416         Welman_B
## 2417   SashaaNatashaa
## 2418       jisungtnkr
## 2419          sbrsimp
## 2420       AlfWilsonn
## 2421         Besldjuu
## 2422    ii_love_bowee
## 2423    heelpatrickmc
## 2424         ayush03d
## 2425         Welman_B
## 2426    eipuriru_desu
## 2427       cedanewsgh
## 2428     mennaw3alena
## 2429        EmobunnyE
## 2430     paridiecoole
## 2431        SonnysBBQ
## 2432     paridiecoole
## 2433     StayClassyJM
## 2434     mennaw3alena
## 2435  AccademicWriter
## 2436          tmth421
## 2437        EmobunnyE
## 2438      wiktoria419
## 2439       57b9j4fcqh
## 2440     paridiecoole
## 2441      ronimiah_bd
## 2442   notmfpumkinduh
## 2443       Cakinator_
## 2444        EmobunnyE
## 2445    lunacannabica
## 2446     mennaw3alena
## 2447       fkathatnsh
## 2448     SomethinClub
## 2449     dauktaurslim
## 2450     paridiecoole
## 2451       Cakinator_
## 2452          tmth421
## 2453      KarysBelger
## 2454        EmobunnyE
## 2455           RMotti
## 2456     Mha_Dreamsmp
## 2457          tmth421
## 2458         Keisshay
## 2459       kaylee_xcx
## 2460        jeonbamBv
## 2461     RedsVelocity
## 2462     RedsVelocity
## 2463     Mha_Dreamsmp
## 2464       fkathatnsh
## 2465        jimmyghad
## 2466       kaylee_xcx
## 2467           huaxln
## 2468        MeyetMiss
## 2469   notmfpumkinduh
## 2470     RedsVelocity
## 2471     Mha_Dreamsmp
## 2472    ChandramDutta
## 2473     RedsVelocity
## 2474           fvklgn
## 2475         hyooryyy
## 2476        AguaDieta
## 2477       youforiafm
## 2478     walker_88793
## 2479        AguaDieta
## 2480         hyooryyy
## 2481      ilovebyidle
## 2482  Fredrik_Larsen_
## 2483          tmth421
## 2484    KendraBTaylor
## 2485        AguaDieta
## 2486      ilovebyidle
## 2487         wtfmlili
## 2488    DOREMIDOKYE0M
## 2489       sleepy_rio
## 2490      ilovebyidle
## 2491        AguaDieta
## 2492    pedrosierramx
## 2493         hyooryyy
## 2494          luzxray
## 2495      ilovebyidle
## 2496  4thPresidentKE3
## 2497    KendraBTaylor
## 2498     its_veronica
## 2499       sleepy_rio
## 2500       imnotmimmy
## 2501       imnotmimmy
## 2502     pollystaffle
## 2503          luzxray
## 2504       ZanAycicek
## 2505    PieroPereyra4
## 2506  matthewlaurie19
## 2507    DOREMIDOKYE0M
## 2508  SwiftBelieber89
## 2509  TheNameIsCitrix
## 2510  satellitesilho1
## 2511          luzxray
## 2512   cowboylikeaddi
## 2513    DOREMIDOKYE0M
## 2514        Afiemo_AO
## 2515          luzxray
## 2516       imnotmimmy
## 2517   cowboylikeaddi
## 2518         NychPrxr
## 2519        JGroomsZN
## 2520     SeamusCalder
## 2521    DOREMIDOKYE0M
## 2522      badussy8913
## 2523    ClydepactDisc
## 2524             WDBM
## 2525       elequantig
## 2526         kiabbwwi
## 2527      mypurplesun
## 2528       elequantig
## 2529         NychPrxr
## 2530       Dirty_Roll
## 2531     young_ckash1
## 2532   lex_the_rex_24
## 2533       elequantig
## 2534  marquandisdaddy
## 2535    JulieMayville
## 2536  aestheticdaydr1
## 2537         NychPrxr
## 2538         SamBawse
## 2539     CrystalEdits
## 2540     Divinebet130
## 2541    iamantonia_cj
## 2542        bendifyyt
## 2543  v1g1lantesh1t13
## 2544       Laserlord_
## 2545   lex_the_rex_24
## 2546        TashB2205
## 2547          dejease
## 2548       Next_G_EAS
## 2549        Fungussy3
## 2550        mcalive01
## 2551          dejease
## 2552   tae_alexandria
## 2553   Hahaha10989852
## 2554    WhatsTrending
## 2555    Uttamk16t6543
## 2556      nbutler_art
## 2557           s0fqia
## 2558   kissy_carolina
## 2559   kissy_carolina
## 2560          sbrsimp
## 2561  exclusivedeal16
## 2562   kissy_carolina
## 2563       miacoyle07
## 2564     Divinebet130
## 2565    NikolajZamo89
## 2566    JulieMayville
## 2567      sophs_moran
## 2568   RebeccaWright4
## 2569   shad0w_unkn0wn
## 2570   shad0w_unkn0wn
## 2571   RebeccaWright4
## 2572            h41ey
## 2573    ClutchRaptors
## 2574   RebeccaWright4
## 2575  whereisbillllie
## 2576   xxJodieMariexx
## 2577  whereisbillllie
## 2578  ill3gallybl0nde
## 2579   BlissfulOrange
## 2580        JustmoveG
## 2581  whereisbillllie
## 2582   Daniel_barb_v2
## 2583   BlissfulOrange
## 2584         lunedel_
## 2585   pnggangoffical
## 2586       George4559
## 2587       LiLCjBaby1
## 2588     helencity_94
## 2589   BlissfulOrange
## 2590    Nathan_Evans9
## 2591  ill3gallybl0nde
## 2592        yuujikoos
## 2593    royceda69real
## 2594        Wormysaur
## 2595       stu4niolos
## 2596     prettypilled
## 2597       stu4niolos
## 2598   ArbitraryTingz
## 2599       impastamac
## 2600       stu4niolos
## 2601        yuujikoos
## 2602     OurFrequency
## 2603        HelenArvi
## 2604       stu4niolos
## 2605    INDOBARCA_BKL
## 2606       impastamac
## 2607        yuujikoos
## 2608       Kara_Ann_C
## 2609        yuujikoos
## 2610   GoneInTheDark5
## 2611        rayyprayy
## 2612      nadanuffgum
## 2613    royceda69real
## 2614      LFMKINGPJAY
## 2615         gohivanj
## 2616     brigadiearnb
## 2617        rayyprayy
## 2618    EvanEtaitPris
## 2619        jupit33rr
## 2620     Larishlisten
## 2621   HarryFan4Life_
## 2622  OMETinyHeartsMD
## 2623      everydayori
## 2624       mythias675
## 2625        rayyprayy
## 2626    royceda69real
## 2627   HarryFan4Life_
## 2628   keandrianjones
## 2629  inbetweenness__
## 2630        TailsmenT
## 2631       ChloeCombi
## 2632  inbetweenness__
## 2633         _sweats_
## 2634  inbetweenness__
## 2635     gracelyndupe
## 2636       klawmachin
## 2637        rayyprayy
## 2638     harpergruffy
## 2639    royceda69real
## 2640     drmuhammadsf
## 2641   keandrianjones
## 2642        wynterNM_
## 2643    amanda_emblem
## 2644      Miranda4069
## 2645  hushleberryspam
## 2646      RANSUMARONS
## 2647  hushleberryspam
## 2648         gh029mdz
## 2649      theantiflop
## 2650     itsjakeaaron
## 2651  hushleberryspam
## 2652        TIfe_eNTG
## 2653      bryanxtomas
## 2654          LouBell
## 2655     mushrooomgrl
## 2656     jesseUnknown
## 2657  hushleberryspam
## 2658       We_Are_SSD
## 2659      pandasbugzz
## 2660     TheCapThorne
## 2661        merxuriia
## 2662        kibet____
## 2663   reevemealone02
## 2664       slim_lady1
## 2665           taemqa
## 2666    Biden82469108
## 2667         benfoard
## 2668  unicornlover69p
## 2669        SouthJawn
## 2670        TIfe_eNTG
## 2671   reevemealone02
## 2672       ivyissofun
## 2673    tpwkrozalie28
## 2674   NadyaNyakinyua
## 2675      TotalDamian
## 2676   perennialosers
## 2677      beanchuffer
## 2678        Korae_Dae
## 2679       cocoiguess
## 2680   herkisstheriot
## 2681   reevemealone02
## 2682      beanchuffer
## 2683   herkisstheriot
## 2684      Onix_kheeng
## 2685        IamJClary
## 2686          JamjoKB
## 2687     TimLockwood_
## 2688  Ashcrash_studio
## 2689      beanchuffer
## 2690        TIfe_eNTG
## 2691   herkisstheriot
## 2692    AyandaMbatha4
## 2693        TheMosh77
## 2694        lheajane_
## 2695         dshcare1
## 2696     casey_lemmer
## 2697  JoshuaGarzaniti
## 2698        TheMosh77
## 2699   lu_on_the_m00n
## 2700        TheMosh77
## 2701        lheajane_
## 2702        LOWESMATE
## 2703       BlndHaji11
## 2704       sadiiq_101
## 2705   RidetoShredPow
## 2706  Kobbyphlakesghz
## 2707      multi_lunax
## 2708    imjustherebru
## 2709         NOLADawn
## 2710  fakeitflowerss1
## 2711   wanttobeaghost
## 2712         ga_bril_
## 2713   wanttobeaghost
## 2714       angelide01
## 2715       AirbudsApp
## 2716         lwtzehes
## 2717   selenaswiftb99
## 2718        timdams8x
## 2719   USAT0PWRITER4u
## 2720        mamertime
## 2721   sapphiretears7
## 2722   Robert_scott30
## 2723     rebelroscrey
## 2724      sixthirtyy_
## 2725         mbyulist
## 2726   VillagePixel64
## 2727  Patrick31370308
## 2728         mbyulist
## 2729          999_Icy
## 2730         mbyulist
## 2731           tncmno
## 2732    Hakeemlennox_
## 2733    NachoSoriano8
## 2734         mbyulist
## 2735      Bladimir25_
## 2736   TheWriteUpSite
## 2737    lilkanyewest1
## 2738        arocks_75
## 2739        holden050
## 2740         NJMiles1
## 2741      Fructuosa19
## 2742         redman36
## 2743       Lilpetey24
## 2744       MonkeMyths
## 2745      vhopekookgi
## 2746     J_Lawrence34
## 2747          skofiix
## 2748       GhastlyLNX
## 2749  yoongis_wife_27
## 2750      vhopekookgi
## 2751        lacrimads
## 2752       farhofarho
## 2753   USAT0PWRITER4u
## 2754         MissAHxx
## 2755        TillGoins
## 2756         redman36
## 2757     J_Lawrence34
## 2758      LSUgymtiger
## 2759       farhofarho
## 2760  yoongis_wife_27
## 2761      ALLDAY4HOBI
## 2762  xWildestDreams_
## 2763         kwonnist
## 2764  AngelTheEmpress
## 2765       ERRyan1999
## 2766    brinaslullaby
## 2767      DebasmitRay
## 2768       Lilpetey24
## 2769         redman36
## 2770      LSUgymtiger
## 2771         kwonnist
## 2772   TheWriteUpSite
## 2773         kwonnist
## 2774   OriginalArmada
## 2775       ERRyan1999
## 2776         redman36
## 2777         Vika0245
## 2778          Leap250
## 2779     TheCapThorne
## 2780      ALLDAY4HOBI
## 2781       jbird14526
## 2782      LSUgymtiger
## 2783      SailorSilvi
## 2784       ERRyan1999
## 2785    jessica_62408
## 2786       whoscoline
## 2787        TillGoins
## 2788    MariaPamukova
## 2789        MerkMark_
## 2790     TheCapThorne
## 2791  DinahstyHarmony
## 2792    BratzDoll8493
## 2793       ERRyan1999
## 2794          genkki_
## 2795          genkki_
## 2796          genkki_
## 2797       whoscoline
## 2798        TIfe_eNTG
## 2799       GuruNauman
## 2800       FoxtrotDan
## 2801       cocoiguess
## 2802        TheKuakTT
## 2803      ALLDAY4HOBI
## 2804       whoscoline
## 2805        SaibotXXV
## 2806         Limekidd
## 2807       cocoiguess
## 2808   TheWriteUpSite
## 2809      Tabicat2020
## 2810         03Alexjh
## 2811    QueenCityBird
## 2812       cocoiguess
## 2813       GazparConZ
## 2814         03Alexjh
## 2815     bannedalt123
## 2816    skipperwabalo
## 2817      emmahemmsty
## 2818         NiInMiCe
## 2819    ricardodiazm6
## 2820   SportsBasketgh
## 2821   irissversion13
## 2822         Craylorr
## 2823     bannedalt123
## 2824         TeleBunn
## 2825  whyyougottaplay
## 2826       GazparConZ
## 2827         Craylorr
## 2828     krissybubble
## 2829        rcolleary
## 2830     bannedalt123
## 2831       cryptstina
## 2832         iiJoelxJ
## 2833    ExpoDevSequel
## 2834      T_BonezLive
## 2835        EnderDev_
## 2836     bannedalt123
## 2837           dilski
## 2838       Im_Omphile
## 2839        rcolleary
## 2840     GoodIdeaAdia
## 2841        rcolleary
## 2842     theyarenther
## 2843      Uncle_Pilpy
## 2844      lovequarrel
## 2845   Infantry_bucky
## 2846    ricardodiazm6
## 2847       Otto5002O6
## 2848      kokushiboop
## 2849   bittylittlebat
## 2850     krissybubble
## 2851        rcolleary
## 2852  Haruhipureheart
## 2853      SonnyKissXO
## 2854     GoodIdeaAdia
## 2855    sabishiitsumo
## 2856  akward_turtle_7
## 2857  dang3rouswoman7
## 2858  Haruhipureheart
## 2859      SlTHLECLERC
## 2860      supercutsam
## 2861           kkqqvm
## 2862        hagrid994
## 2863     RavagersRuin
## 2864  Haruhipureheart
## 2865   USAT0PWRITER4u
## 2866         DunkwaTv
## 2867       luisanaroa
## 2868    cookingmama48
## 2869  Haruhipureheart
## 2870     bunnyboo0802
## 2871   Chaotic_Girl55
## 2872       luisanaroa
## 2873     badthings2ya
## 2874     MuhammadDaur
## 2875        paulienuh
## 2876    mrmonstercat1
## 2877         DunkwaTv
## 2878         gyuulife
## 2879    SaritaZapater
## 2880      Ike_Bongani
## 2881  localemogabriel
## 2882          Nzxtime
## 2883       nixaltzero
## 2884           gahtek
## 2885    SpotifyStages
## 2886    mrmonstercat1
## 2887  gspiredofficial
## 2888         gyuulife
## 2889         Jvst2709
## 2890   Robert_scott30
## 2891    mrmonstercat1
## 2892           gahtek
## 2893      CurruchagaD
## 2894  kyungsoomilover
## 2895         ItzRay20
## 2896    mrmonstercat1
## 2897    mystinkyhorse
## 2898    imoonliight__
## 2899     emmiiscooler
## 2900    mystinkyhorse
## 2901        SYMNJAYMS
## 2902    mystinkyhorse
## 2903    mystinkyhorse
## 2904  TrinityXavier69
## 2905          AbyMc34
## 2906   hypothetilarry
## 2907        AniemordJ
## 2908   hypothetilarry
## 2909      Danny_Bird1
## 2910  TrinityXavier69
## 2911         R6MANOVA
## 2912        SYMNJAYMS
## 2913         ASVKband
## 2914      AshisWeirdo
## 2915        ayorandy_
## 2916       sunnyxluna
## 2917    policelawnews
## 2918  LaCeballonetaRM
## 2919   hypothetilarry
## 2920     sleepiestkid
## 2921  LaCeballonetaRM
## 2922         R6MANOVA
## 2923     sleepiestkid
## 2924          fay_klr
## 2925  LaCeballonetaRM
## 2926         R6MANOVA
## 2927      sydknee_123
## 2928      outhouse069
## 2929     sleepiestkid
## 2930       cramburry_
## 2931  KillingArtMusic
## 2932           8wolf1
## 2933  TYREEKMONEYHILL
## 2934     danipasekoff
## 2935        Minjiuwuu
## 2936  La75771764Chris
## 2937        ben5stone
## 2938  TYREEKMONEYHILL
## 2939       meetirving
## 2940         XMegzX_X
## 2941       _Aldaveee_
## 2942         R6MANOVA
## 2943          fay_klr
## 2944  TYREEKMONEYHILL
## 2945       ZanAycicek
## 2946  the_chakra_khan
## 2947       _Aldaveee_
## 2948     whittneyrich
## 2949  baseballhero245
## 2950          fay_klr
## 2951  TYREEKMONEYHILL
## 2952     violetvolume
## 2953        Minjiuwuu
## 2954       _Aldaveee_
## 2955           cars1n
## 2956          fay_klr
## 2957        Rizkyzh97
## 2958     OshieDidnt14
## 2959       _Aldaveee_
## 2960  baseballhero245
## 2961        zairaas92
## 2962        Jay_kid__
## 2963  PineOfTheApple0
## 2964        mdnghthes
## 2965        Minjiuwuu
## 2966     sleepiestkid
## 2967      woojoongsbf
## 2968       Native_365
## 2969    BGmusicjourno
## 2970  baseballhero245
## 2971      woojoongsbf
## 2972         gelodawg
## 2973        Doogievet
## 2974   SamuelDaWriter
## 2975        Doogievet
## 2976   DemonMentions1
## 2977       xoangel_20
## 2978     YesiSaidiTTT
## 2979      AshisWeirdo
## 2980           xB1aZe
## 2981      WeBeenCroft
## 2982         ZainA700
## 2983     IsntIt10vely
## 2984         urielbmr
## 2985       sunny_jayx
## 2986    John_BoogleYT
## 2987  PineOfTheApple0
## 2988        jdpgators
## 2989      fricyfire__
## 2990         Thekidg2
## 2991         geekykoo
## 2992  FilipeGabriel__
## 2993      MeanBean_04
## 2994       sugaabloom
## 2995         averaiii
## 2996      thelakeswft
## 2997  eniolaemmanuel_
## 2998       sugaabloom
## 2999       edgar_94_p
## 3000        jdpgators
## 3001         geekykoo
## 3002       sugaabloom
## 3003        IFALLSX94
## 3004        jdpgators
## 3005        lloydtroe
## 3006        IFALLSX94
## 3007        IFALLSX94
## 3008  clearestrainbow
## 3009        MrsMPoppy
## 3010    dnfsecretclub
## 3011          maiats2
## 3012         catire98
## 3013         Leemon_X
## 3014    youphoria_ao3
## 3015         rylennnn
## 3016  barchiesjabitha
## 3017           d49kmj
## 3018    HelloKiKi1717
## 3019          NMPILA2
## 3020    youphoria_ao3
## 3021        Camsxsuns
## 3022    youphoria_ao3
## 3023         ZazaOpp1
## 3024  lemonbecherovka
## 3025   limpbizkitstan
## 3026  trueoffherchest
## 3027     Stimulfuriac
## 3028  emotionsonvinyl
## 3029    TetsuAndBucky
## 3030    youphoria_ao3
## 3031         xPlutoBH
## 3032    carly_dwyer13
## 3033  oratileratsoma_
## 3034        kirbypunk
## 3035        AuzReacts
## 3036     iTakeYeonjun
## 3037    OnlyTheMorgan
## 3038     Stimulfuriac
## 3039       fentibratz
## 3040  clearestrainbow
## 3041     iTakeYeonjun
## 3042       svndayclub
## 3043       fentibratz
## 3044     Stimulfuriac
## 3045     iTakeYeonjun
## 3046       JhoselynAA
## 3047        Ciotti001
## 3048           _bcl16
## 3049       fentibratz
## 3050   kingdreamyyboi
## 3051   anouk_truijenn
## 3052           K1NGQ1
## 3053        JerseySV5
## 3054          sioamai
## 3055       Beeperfect
## 3056       Beeperfect
## 3057        philo_ooo
## 3058   anouk_truijenn
## 3059        JerseySV5
## 3060     iTakeYeonjun
## 3061   anouk_truijenn
## 3062          minospw
## 3063      shadow_kinz
## 3064       alex12321_
## 3065       urrdiehard
## 3066      dylaaanking
## 3067     aaron_rexman
## 3068    AlshababRadio
## 3069       alesiaa444
## 3070    teawithtiger_
## 3071     Arizonasalon
## 3072         waoyflwt
## 3073          minospw
## 3074    shrutithenaik
## 3075      imshuhaib18
## 3076     Crystals_Bra
## 3077       LuciDracul
## 3078        waIlstaIk
## 3079           Chilis
## 3080    monnnalisa143
## 3081       velislav44
## 3082  Cassie__complex
## 3083       alesiaa444
## 3084        LewisMac_
## 3085    its_ageething
## 3086    DanielSleigh3
## 3087   ScaringTheCrow
## 3088  jelversionsofme
## 3089      imshuhaib18
## 3090   woooooooooood_
## 3091    Relax2daMax99
## 3092           auzlul
## 3093     IamR_Everson
## 3094     PictureGame2
## 3095    monnnalisa143
## 3096       alesiaa444
## 3097  sunandmoonddani
## 3098      etnaflonnie
## 3099        rainyjaes
## 3100      chaeincubus
## 3101       alesiaa444
## 3102      version2cat
## 3103     Uniquearts28
## 3104     john63942689
## 3105      Natasha5560
## 3106         DMWASI12
## 3107      chaeincubus
## 3108   NeptunesDigest
## 3109         hwahyune
## 3110       LuciDracul
## 3111  vampireallegory
## 3112      chaeincubus
## 3113          mossyoa
## 3114    monnnalisa143
## 3115         hwahyune
## 3116   ScaringTheCrow
## 3117          mossyoa
## 3118       chunkysixx
## 3119     jamestankrah
## 3120      Patriot6915
## 3121  cursedwithsilly
## 3122  AppleAfrica2022
## 3123   JairoEAKABilly
## 3124         hwahyune
## 3125      lekkiloaded
## 3126         JvstJaci
## 3127          mossyoa
## 3128       Big_Nixk12
## 3129       chunkysixx
## 3130   JairoEAKABilly
## 3131         LanaBoss
## 3132       chunkysixx
## 3133           GYUTl3
## 3134         kalycede
## 3135         disgukie
## 3136       chunkysixx
## 3137         JvstJaci
## 3138  karmaisacat13TS
## 3139        krissnazy
## 3140            NCG87
## 3141           GYUTl3
## 3142        sabslucky
## 3143     kennedyrayyy
## 3144  karmaisacat13TS
## 3145    Chip_MoaBlink
## 3146   Sophie30429697
## 3147  karmaisacat13TS
## 3148       imagingpdx
## 3149         JvstJaci
## 3150           GYUTl3
## 3151    Chip_MoaBlink
## 3152   thevinyljagoff
## 3153         fazg1996
## 3154       Ivygrows10
## 3155       305NERVOUS
## 3156   MsLindsieStarr
## 3157    Chip_MoaBlink
## 3158          Mrotoo4
## 3159          imnuu13
## 3160       305NERVOUS
## 3161  dougrosenberg27
## 3162       305NERVOUS
## 3163          mossyoa
## 3164   thevinyljagoff
## 3165         daheeloo
## 3166       laurenk130
## 3167     KimTaeisKing
## 3168  emilyelixabeth_
## 3169         VeryZebb
## 3170     KimTaeisKing
## 3171           GYUTl3
## 3172         JvstJaci
## 3173         daheeloo
## 3174     KimTaeisKing
## 3175         VeryZebb
## 3176     livsrodrihoe
## 3177   official_noria
## 3178  KaitlynCeline15
## 3179  cowboyliketayta
## 3180       JhoselynAA
## 3181       Rhys_Dyson
## 3182   official_noria
## 3183      DoBotherMe2
## 3184  msantiagophotos
## 3185        athenaa95
## 3186       JhoselynAA
## 3187     Divinebet130
## 3188         moastays
## 3189        NaraNidhi
## 3190         moastays
## 3191      Al_Brown313
## 3192       ZeBadmedic
## 3193  barbiesobodittt
## 3194         ItsRim2K
## 3195    Lil_D12345678
## 3196  barbiesobodittt
## 3197       ihrtaejoon
## 3198  barbiesobodittt
## 3199  barbiesobodittt
## 3200   MsLindsieStarr
## 3201         ItsRim2K
## 3202          Mega4L_
## 3203        aesteetic
## 3204     cleanlight19
## 3205   bozofreakazoid
## 3206          Mhduke2
## 3207   Low_Tier_Jacob
## 3208         raeshrey
## 3209   NyahWashington
## 3210        jinxdorii
## 3211          Mhduke2
## 3212           444hal
## 3213   Harrysaykholar
## 3214   BellaHoneyErot
## 3215          roturru
## 3216     DavidHuzzard
## 3217          axilatl
## 3218       ZeBadmedic
## 3219    Danny46236441
## 3220       ethersh4rk
## 3221         Dolamieu
## 3222          Mhduke2
## 3223          Cutewdx
## 3224       shakirazyx
## 3225  SheikhoSuleiman
## 3226     Pancake_Punk
## 3227      LUVBOATBOYS
## 3228       ethersh4rk
## 3229       ZeBadmedic
## 3230       parisrae13
## 3231     SanticoSecre
## 3232   ScaringTheCrow
## 3233      amandasuxks
## 3234      callmelexis
## 3235      ColorMeTris
## 3236     jules_hooper
## 3237      MochiMouse_
## 3238       BlazzianC1
## 3239      ColorMeTris
## 3240    theghostk1ng_
## 3241     6adboyafrika
## 3242     Shark_Horses
## 3243         Clumpter
## 3244       phrigphrog
## 3245      zmcnair2000
## 3246          4Naeemm
## 3247       Tommy_Byrn
## 3248   IamGoalsetting
## 3249   MsLindsieStarr
## 3250      ColorMeTris
## 3251         deepumi5
## 3252  Rhys_fantastico
## 3253      splash13223
## 3254    stelllawunder
## 3255     ponyos_ocean
## 3256         Oinkert1
## 3257        terryjgeo
## 3258         meowguro
## 3259    stelllawunder
## 3260         scasagra
## 3261    theghostk1ng_
## 3262     Eu4n_H4mm0nD
## 3263  Daniellasicon2L
## 3264   MyLittIeForest
## 3265       The_Yakyra
## 3266    khanke_suprit
## 3267     fckthetories
## 3268         MJ_PARKS
## 3269   MyLittIeForest
## 3270        dannyolix
## 3271       cartomutti
## 3272         arisaroo
## 3273      splash13223
## 3274   BluCocoSlushie
## 3275           135Alx
## 3276      Ragnarock_1
## 3277  SappireMoon1312
## 3278          nov4bee
## 3279      Ragnarock_1
## 3280           135Alx
## 3281       96chelseah
## 3282     lilstepstone
## 3283    ashstarstruck
## 3284           135Alx
## 3285          Kouaii_
## 3286     lilstepstone
## 3287    redlinekiller
## 3288        GlansAnja
## 3289   Supremecmdrike
## 3290       cartomutti
## 3291  xorcismemlyrose
## 3292          _AriBee
## 3293  sellingdreams77
## 3294          nov4bee
## 3295  AmberThaGambler
## 3296     lilstepstone
## 3297   Supremecmdrike
## 3298    MollyTierney9
## 3299      Ragnarock_1
## 3300         okuuzen_
## 3301     lilstepstone
## 3302        HalfrackP
## 3303      Ragnarock_1
## 3304          patrvee
## 3305  AUNKNOWNPERSON0
## 3306           135Alx
## 3307     spookychiaki
## 3308  serendipity4_jm
## 3309    Ocean_Pearl09
## 3310        _Eric9000
## 3311   Arianahasfaith
## 3312         kamzori_
## 3313         urielbmr
## 3314        liliacy_d
## 3315      TheAimercat
## 3316        kiran_l_g
## 3317      mattvettese
## 3318          vibeyTM
## 3319     DashingDebby
## 3320       stanhijabi
## 3321     Starlost_Han
## 3322     FaeWitchKlae
## 3323      Tayliviafan
## 3324  EllingerBrandon
## 3325     andromustdie
## 3326   Desideriumbook
## 3327            Rnckw
## 3328     FaeWitchKlae
## 3329       Grymmsnarl
## 3330        KDWORLD17
## 3331       wookookbin
## 3332  Treasuregodwin_
## 3333       andres5396
## 3334         urielbmr
## 3335   remindmetoread
## 3336    WanderingLana
## 3337         hrtmates
## 3338     Eth4nkar4te1
## 3339    brother_trees
## 3340        KDWORLD17
## 3341     FaeWitchKlae
## 3342  forevermoreshea
## 3343     krallan70700
## 3344   remindmetoread
## 3345         urielbmr
## 3346           Viinxe
## 3347          VChibyk
## 3348     ElCangri_Ish
## 3349           srhbat
## 3350           Viinxe
## 3351     krallan70700
## 3352       TG_Bizkiit
## 3353    vivscinntoast
## 3354  TinyButMighty17
## 3355   Action_Jeffson
## 3356      twicetagasm
## 3357    LovingRoscoe_
## 3358           Viinxe
## 3359         forsiwoo
## 3360     krallan70700
## 3361         Zenify1x
## 3362           Viinxe
## 3363  francisthccarts
## 3364       corroduste
## 3365     jakeylantern
## 3366   johnson_adeolu
## 3367  onlinesaleseldo
## 3368   DaRealOblivion
## 3369     cakeofsodomy
## 3370         forsiwoo
## 3371   smores_michael
## 3372    LovingRoscoe_
## 3373         m_dean75
## 3374     velvetbunnys
## 3375         boxisalt
## 3376        WeeJimmii
## 3377    Smackwater790
## 3378   CherryAnimates
## 3379  francisthccarts
## 3380     JohnViking17
## 3381  GraceOghenevwde
## 3382         xXeriTum
## 3383     cakeofsodomy
## 3384  GiveAwa67117250
## 3385    LovingRoscoe_
## 3386  pride12thedevil
## 3387        gothzeIda
## 3388      Braidsupzaa
## 3389  OfficialEdenMae
## 3390       Bamlover03
## 3391    hooplajessica
## 3392      callmelexis
## 3393         Wo1fishh
## 3394       ZanAycicek
## 3395      fxirydust__
## 3396       loveschrry
## 3397        pinko_art
## 3398      wollowolles
## 3399            DJGEE
## 3400        Ciotti001
## 3401    trentonhaney7
## 3402        SirriaNMB
## 3403          koesine
## 3404       loveschrry
## 3405            DJGEE
## 3406     b3ttysg4rd3n
## 3407        Ciotti001
## 3408       danvernite
## 3409   trashbandic00t
## 3410     JanicaBrooke
## 3411     deanny_merry
## 3412        alexlpz97
## 3413     b3ttysg4rd3n
## 3414     deanny_merry
## 3415  junior_maCHaALA
## 3416     ohtheresarry
## 3417      raedmiranda
## 3418         MAXBIANS
## 3419        JhonashaS
## 3420     JanicaBrooke
## 3421     ohtheresarry
## 3422     ohtheresarry
## 3423  whotfiskndajaay
## 3424       triviatori
## 3425       KeefHerbin
## 3426      thepinks816
## 3427   TheRealFatWalt
## 3428      JoeDrakeNYC
## 3429       burstchaoz
## 3430   shadowstochase
## 3431      thepinks816
## 3432       KeefHerbin
## 3433       burstchaoz
## 3434      thepinks816
## 3435    isaacmcortess
## 3436     littlehobito
## 3437      JoeDrakeNYC
## 3438   Alessandro2170
## 3439       burstchaoz
## 3440        Jaebi_oce
## 3441         pjmjewel
## 3442       judithred7
## 3443       kennetthss
## 3444       KeefHerbin
## 3445       burstchaoz
## 3446   amyis_confused
## 3447  jeremydiesel191
## 3448     lovehermadly
## 3449         Fabicisf
## 3450    East_Boogie2c
## 3451      JoeDrakeNYC
## 3452  karmaisacat13TS
## 3453  BlackprintWidow
## 3454  AdamsUnoriginal
## 3455     ahmedwael127
## 3456   KidrauhlsFaith
## 3457         Fabicisf
## 3458     dupras_paige
## 3459     jpeg2thehead
## 3460       judithred7
## 3461     yellowcat_13
## 3462      JoeDrakeNYC
## 3463     ahmedwael127
## 3464       KeefHerbin
## 3465         anjelcph
## 3466   blanchettbabe1
## 3467         DapieMoe
## 3468   tamagotchibabe
## 3469   RACZestforLife
## 3470     yellowcat_13
## 3471        lemonxpri
## 3472   Alessandro2170
## 3473   tamagotchibabe
## 3474       ilze_jez03
## 3475          LobzyF1
## 3476      Luiisvi1321
## 3477  accidentallybri
## 3478     yellowcat_13
## 3479   blanchettbabe1
## 3480        AmberNH12
## 3481     ahmedwael127
## 3482      Luiisvi1321
## 3483     SarahMarble6
## 3484      NokchaFFXIV
## 3485         DCgehrke
## 3486      Luiisvi1321
## 3487    elegantpizzaa
## 3488     yellowcat_13
## 3489    ellisesballon
## 3490         etbowser
## 3491   blanchettbabe1
## 3492      weishentiny
## 3493  LauraZambrano02
## 3494  mirrorballarryy
## 3495         thuxgirl
## 3496        AmberNH12
## 3497         brktrend
## 3498     paurestrepos
## 3499      thelylashow
## 3500     cosdivatrend
## 3501       ellizibeth
## 3502       McevoyOlga
## 3503        AmberNH12
## 3504      thelylashow
## 3505    nicogandaglia
## 3506      Mystic_5247
## 3507       ellizibeth
## 3508      leois_upset
## 3509      thelylashow
## 3510        BrajBliss
## 3511    mmelestrange_
## 3512        who_sushi
## 3513     Kagaridreams
## 3514        AmberNH12
## 3515      thelylashow
## 3516    nicogandaglia
## 3517         hunger84
## 3518    nicogandaglia
## 3519      wilburloona
## 3520     AstroSteIIar
## 3521         Caktus28
## 3522  KehlaniRicoStan
## 3523     KayleenaDawn
## 3524     StephenB1906
## 3525      uiralaflame
## 3526      iam_maranga
## 3527       AstolfoTwt
## 3528    Noahlopez2020
## 3529     _malibuhoney
## 3530       Pssssst_hi
## 3531    Noahlopez2020
## 3532        LARULRICH
## 3533        LARULRICH
## 3534        LARULRICH
## 3535  agustdkookietae
## 3536     Enderscythe2
## 3537         BringaDj
## 3538    nicogandaglia
## 3539         DqwnBlue
## 3540         cheffiee
## 3541     WaifuMelanin
## 3542   stargirlevelyn
## 3543           aza_hm
## 3544      iam_maranga
## 3545     WaifuMelanin
## 3546     Enderscythe2
## 3547     JordanFroese
## 3548      emmasowards
## 3549       kaihihanto
## 3550           aza_hm
## 3551  Jennifercarlo95
## 3552          vmiss33
## 3553         coolat23
## 3554  openingendinggg
## 3555         cheffiee
## 3556     tarothalicue
## 3557     WaifuMelanin
## 3558     JordanFroese
## 3559        SnailShea
## 3560        hatsunama
## 3561      emmasowards
## 3562         badnsbor
## 3563     WaifuMelanin
## 3564       RadioQuinn
## 3565       kalopsided
## 3566         lucytewk
## 3567     Enderscythe2
## 3568         cheffiee
## 3569      emmasowards
## 3570         lucytewk
## 3571     Enderscythe2
## 3572         lucytewk
## 3573      spriternals
## 3574     roorah_riley
## 3575         lucytewk
## 3576      emmasowards
## 3577   ThatVideoJacob
## 3578     roorah_riley
## 3579        LOSTlNLUV
## 3580         Popkid71
## 3581         Estuko_1
## 3582     egirItriIogy
## 3583        Tegan2130
## 3584        Pip_est89
## 3585     roorah_riley
## 3586     Krispy_Kay08
## 3587      aurochedici
## 3588     Krispy_Kay08
## 3589         Mongaair
## 3590      Mariasv1912
## 3591        Khendry15
## 3592     Krispy_Kay08
## 3593        himbology
## 3594        Tegan2130
## 3595  FilmNerdReviews
## 3596   longlivewallss
## 3597       cryessence
## 3598        Khendry15
## 3599      Mariasv1912
## 3600     Krispy_Kay08
## 3601        ftccodttv
## 3602          h_eatrr
## 3603    AngelicTears3
## 3604       DayWithAle
## 3605        ccdesorcy
## 3606       user101299
## 3607   longlivewallss
## 3608        astroneb_
## 3609        Glascoian
## 3610        ftccodttv
## 3611   themalbecbaddy
## 3612    Christina_Lad
## 3613  catnoirswhisker
## 3614      chanye_oh_l
## 3615          ImKoyle
## 3616     roorah_riley
## 3617        Glascoian
## 3618   The_angrei_gay
## 3619    cherrybabysav
## 3620          ImKoyle
## 3621         BrewMatt
## 3622          VeMont_
## 3623       aajones007
## 3624      joshualance
## 3625  WinterWolf107th
## 3626         nasxmyaa
## 3627          ImKoyle
## 3628      joshualance
## 3629      chanye_oh_l
## 3630        theooodns
## 3631        theooodns
## 3632      joshualance
## 3633  marco_martins14
## 3634        theooodns
## 3635       aajones007
## 3636        lola___xx
## 3637    Showtimestein
## 3638      chanye_oh_l
## 3639    AlshababRadio
## 3640    AlshababRadio
## 3641   themalbecbaddy
## 3642    AlshababRadio
## 3643    dametokillfor
## 3644    AlshababRadio
## 3645       Rita_Rogni
## 3646       aajones007
## 3647    AlshababRadio
## 3648       MCMStudio_
## 3649       Rita_Rogni
## 3650  catnoirswhisker
## 3651      Infomundoed
## 3652        lola___xx
## 3653   CawmeKrazeeSFW
## 3654       Rita_Rogni
## 3655      Mariasv1912
## 3656   vmastrangelooo
## 3657      dug_masters
## 3658    karen05025005
## 3659        lola___xx
## 3660         1jokudah
## 3661    enoch_ayodeji
## 3662       aajones007
## 3663         QueenS21
## 3664    enoch_ayodeji
## 3665      MonyChina07
## 3666      Mariasv1912
## 3667   themalbecbaddy
## 3668          YoTxddy
## 3669    enoch_ayodeji
## 3670  MitchellTropman
## 3671      Landonian20
## 3672     CHERRYGAL0RE
## 3673      Landonian20
## 3674    theHamzaMan64
## 3675          YoTxddy
## 3676    karen05025005
## 3677   queercornsnake
## 3678    abby_lisewski
## 3679   Johnlopez12220
## 3680      tauruskelIs
## 3681          YoTxddy
## 3682       h0wlswitch
## 3683      iamnotaflop
## 3684     tiffyMontana
## 3685   Johnlopez12220
## 3686   themalbecbaddy
## 3687      howtodrawme
## 3688   Johnlopez12220
## 3689   shadindipankar
## 3690    theHamzaMan64
## 3691      howtodrawme
## 3692   Johnlopez12220
## 3693      howtodrawme
## 3694        Pip_est89
## 3695       AnnSchafer
## 3696        itst13ler
## 3697      QueenTlholo
## 3698    sammyblaisszn
## 3699   TheJoblessJack
## 3700    sammyblaisszn
## 3701         _Nineter
## 3702  caeley_robinson
## 3703         gummlolz
## 3704     demisholyfck
## 3705  leitnerpiper420
## 3706     _TweetCritic
## 3707     _TweetCritic
## 3708     _TweetCritic
## 3709    karen05025005
## 3710     _TweetCritic
## 3711        ColeFoxxy
## 3712   themalbecbaddy
## 3713     paridiecoole
## 3714          _pooshh
## 3715  leitnerpiper420
## 3716   GingerNicole91
## 3717   TheJoblessJack
## 3718   CourtneyCorboy
## 3719            hyxqe
## 3720         c2ashlee
## 3721   The_angrei_gay
## 3722   TheJoblessJack
## 3723   alter_cristian
## 3724   msjessdavidgrl
## 3725    MaryFortier11
## 3726         gummlolz
## 3727         LongToop
## 3728      howtodrawme
## 3729   BearcatBetch27
## 3730         c2ashlee
## 3731   GingerNicole91
## 3732  th3saddestbitch
## 3733    haleyyharbour
## 3734          vrnnmrk
## 3735  freddiedreddfan
## 3736          marls__
## 3737   GingerNicole91
## 3738    haleyyharbour
## 3739  MillennialGran7
## 3740        tropic_xo
## 3741         c2ashlee
## 3742  freddiedreddfan
## 3743         beaky173
## 3744      serpent_sky
## 3745          marls__
## 3746    haleyyharbour
## 3747          vrnnmrk
## 3748      micchaaleth
## 3749         Jas1337_
## 3750   KrissyWakeUp86
## 3751          vrnnmrk
## 3752          marls__
## 3753        mrdbann93
## 3754         Bylerbae
## 3755        yoiamluca
## 3756     ShellvpSmith
## 3757   JacobValcarce3
## 3758      WeirdGuyJay
## 3759        liyah_vvs
## 3760         Bylerbae
## 3761   angeIenergy111
## 3762        _haranna_
## 3763   msjessdavidgrl
## 3764       Mrbrooks21
## 3765        mrdbann93
## 3766          camxsgh
## 3767   The_angrei_gay
## 3768          camxsgh
## 3769      Melnameless
## 3770       Mrbrooks21
## 3771    jessielynne__
## 3772           UPROXX
## 3773       Mrbrooks21
## 3774       meganpsitn
## 3775          camxsgh
## 3776  SmoothieEmpress
## 3777    chonamaeSANDS
## 3778  Rainydayreadsv3
## 3779        yungkekee
## 3780        supaSheva
## 3781   King_Crescendo
## 3782        yungkekee
## 3783   princessdeleon
## 3784    joseph_palles
## 3785   outlander_frog
## 3786   King_Crescendo
## 3787    chonamaeSANDS
## 3788    joseph_palles
## 3789     sunsetchrisy
## 3790       cami1023ds
## 3791  eternalswiftie1
## 3792        supaSheva
## 3793         zxebella
## 3794          mef_986
## 3795        Makanju92
## 3796   King_Crescendo
## 3797   KIRACOLDNIGHTS
## 3798  MillennialGran7
## 3799      damlagrantt
## 3800          seodilf
## 3801    exolification
## 3802        supaSheva
## 3803    rocketenginee
## 3804    sillystringay
## 3805   RubyP109484873
## 3806       cami1023ds
## 3807   outlander_frog
## 3808           lowd70
## 3809        supaSheva
## 3810  Jennifercarlo95
## 3811  MelanieHandrest
## 3812       cami1023ds
## 3813  Jennifercarlo95
## 3814  Jennifercarlo95
## 3815          seodilf
## 3816       IvarsOsis1
## 3817     partyatjerms
## 3818      saenz_herre
## 3819  SalvatoreMilic1
## 3820   RubyP109484873
## 3821   CourtneyCorboy
## 3822     ThommoAndrew
## 3823          seodilf
## 3824        Jamersxn1
## 3825   RubyP109484873
## 3826       IvarsOsis1
## 3827         bb4rbiee
## 3828        Jamersxn1
## 3829      saenz_herre
## 3830          seodilf
## 3831       IvarsOsis1
## 3832     hrts4buckley
## 3833        Jamersxn1
## 3834         FeezFeed
## 3835   RubyP109484873
## 3836   PotatoLovesTae
## 3837     LiliForRosie
## 3838         deepumi5
## 3839        snezhink4
## 3840   _likedynamight
## 3841     LiliForRosie
## 3842      sunshinecxn
## 3843     beet_lejuice
## 3844  Kristen_Henners
## 3845       ZanAycicek
## 3846       gracelizyx
## 3847   shubhmbendkule
## 3848   shubhmbendkule
## 3849   giovancreano11
## 3850       jlawsslave
## 3851        swiftkrma
## 3852     VG_Blackwell
## 3853     xNickyUrinex
## 3854        swiftkrma
## 3855  ShuckingFinnick
## 3856    111forevercal
## 3857  HENRYJEDIKNIGHT
## 3858      pdxmeredith
## 3859     ally99730110
## 3860          Cia_6v6
## 3861       posgillies
## 3862  childerolandusa
## 3863    111forevercal
## 3864       jmartins05
## 3865          _bryze_
## 3866    lajibolalla95
## 3867    111forevercal
## 3868    lajibolalla95
## 3869           V1tchh
## 3870    111forevercal
## 3871       YutaFrrita
## 3872    lajibolalla95
## 3873  daawesomeprieto
## 3874           F1N4N4
## 3875        squg_game
## 3876          thizbiz
## 3877          ramykld
## 3878          madfl3a
## 3879   queenthebunbun
## 3880        Evalvape2
## 3881   queenthebunbun
## 3882    WhoiisElijaah
## 3883      esnyhabitss
## 3884   queenthebunbun
## 3885        Evalvape2
## 3886     izaaaaaaaaak
## 3887       Deadgoth95
## 3888          ramykld
## 3889      esnyhabitss
## 3890      acidpop_fox
## 3891   brinasafetynet
## 3892      esnyhabitss
## 3893           ekm748
## 3894     _HopeThePope
## 3895           ekm748
## 3896      SacchCoffee
## 3897   gonzalodetarde
## 3898        Evalvape2
## 3899     JoyRideEntmt
## 3900           ekm748
## 3901     deancliddell
## 3902     TomInToonami
## 3903   brinasafetynet
## 3904      julinhalol1
## 3905  MadisonBarnhil2
## 3906  WILLHASAPROBLEM
## 3907           dnky27
## 3908   franklynforeal
## 3909      hookingahoy
## 3910       messtrogen
## 3911     deancliddell
## 3912    SamiamMarkson
## 3913      hookingahoy
## 3914     Pulp_Ficti0n
## 3915     deancliddell
## 3916      hookingahoy
## 3917     deancliddell
## 3918     itzinsanity2
## 3919       messtrogen
## 3920  loverhippimusic
## 3921        cagspears
## 3922      JulianGumbo
## 3923  NyanKittyWaffl1
## 3924       messtrogen
## 3925       ellizibeth
## 3926   lovecherrysumi
## 3927  loverhippimusic
## 3928      kccloud1107
## 3929  CharlieTheRanga
## 3930  confettinhavana
## 3931       j__1998__o
## 3932    buttercupprry
## 3933  loverhippimusic
## 3934     reasybecerra
## 3935    davidcantswim
## 3936      D4YL1GHTRRY
## 3937  confettinhavana
## 3938        a_parry92
## 3939     dqofficial__
## 3940  confettinhavana
## 3941   brightantidote
## 3942    Thoma_Beloved
## 3943      itsme__Dori
## 3944      trans_heeho
## 3945      itsme__Dori
## 3946    kandresmiller
## 3947    Thoma_Beloved
## 3948       j__1998__o
## 3949      itsme__Dori
## 3950      D4YL1GHTRRY
## 3951        PhonySelf
## 3952     realmandefro
## 3953      D4YL1GHTRRY
## 3954         UnniSumi
## 3955      D4YL1GHTRRY
## 3956    onlytruejames
## 3957          nurssi_
## 3958           vrrtix
## 3959           AP0R14
## 3960      kccloud1107
## 3961          nurssi_
## 3962      animel20201
## 3963       NYgrateful
## 3964   easylikepheezy
## 3965        topher057
## 3966   thedaryltucker
## 3967          nurssi_
## 3968      brandonnyip
## 3969     callie_kent1
## 3970       e_twiggy23
## 3971        sunncheol
## 3972        Withorone
## 3973        sunncheol
## 3974      yyyang__cox
## 3975        sunncheol
## 3976       e_twiggy23
## 3977        Withorone
## 3978    meganotmorgan
## 3979        anacaro24
## 3980         RealQwig
## 3981        sunncheol
## 3982     MoisturiseMe
## 3983       e_twiggy23
## 3984    laurameijer27
## 3985        Withorone
## 3986       e_twiggy23
## 3987     Jorgie774312
## 3988   Panic_AtTheBBQ
## 3989      browngirlja
## 3990  BricksDontMusic
## 3991     andreaandtia
## 3992    laurameijer27
## 3993  Hereisyourstuff
## 3994   aryfreakinanna
## 3995     michaelmwm07
## 3996       aloosesona
## 3997     FierceJersey
## 3998   parxiesforever
## 3999   Ley_MoArmyGenE
## 4000     concert_next
## 4001     michaelmwm07
## 4002      remuspoems_
## 4003   Ley_MoArmyGenE
## 4004    d0mEaFav0rhls
## 4005  OdinaniOfficial
## 4006     michaelmwm07
## 4007      remuspoems_
## 4008      sophieontwt
## 4009         seafog14
## 4010    d0mEaFav0rhls
## 4011      sophieontwt
## 4012      Extreme7323
## 4013     lucitatoelle
## 4014       aguscont96
## 4015         AshlyGfx
## 4016     Jorgie774312
## 4017   AdrianEvanKirk
## 4018    kathyloredo19
## 4019   aryfreakinanna
## 4020      Extreme7323
## 4021     K8thegreat80
## 4022     IstiakShihab
## 4023    kathyloredo19
## 4024         LUZSPELL
## 4025         LUZSPELL
## 4026         LUZSPELL
## 4027     WeezYbloomix
## 4028      iblamedrake
## 4029     xXTommyTNTXx
## 4030       aguscont96
## 4031   aryfreakinanna
## 4032       KevinDLC50
## 4033       Gogo123316
## 4034      Extreme7323
## 4035      heedfulsoul
## 4036          woahdyl
## 4037   happybrilidays
## 4038       aguscont96
## 4039   aryfreakinanna
## 4040  enchanteleclevc
## 4041      BitLifeWrld
## 4042        DanLit111
## 4043  Depressed_Devil
## 4044     cosdivatrend
## 4045        DanLit111
## 4046         CekChan_
## 4047     Jorgie774312
## 4048        yujifiIms
## 4049       AmymKimble
## 4050        KhanArt92
## 4051        DanLit111
## 4052   jlcorcorcorcor
## 4053   summercardinal
## 4054   kingb_official
## 4055     feelmypussay
## 4056       heartedtbp
## 4057       dschanaika
## 4058        DanLit111
## 4059   carlosesierraf
## 4060   LifeonWheels95
## 4061     blackrose3kr
## 4062     it_was_reaps
## 4063      heedfulsoul
## 4064   carlosesierraf
## 4065    AdrianReeder7
## 4066           keeksy
## 4067       JamesL_TRW
## 4068  webdevelopercde
## 4069  maureenroseama1
## 4070   LifeonWheels95
## 4071        DanLit111
## 4072      heedfulsoul
## 4073       jozzzaphen
## 4074        bradsucks
## 4075    itwillbeohkay
## 4076    revelinmemory
## 4077    Jenna_Coffey5
## 4078    banqtanswrldd
## 4079       m00ns_baby
## 4080        eXpNaruto
## 4081   aadriangarciac
## 4082      ayumicruzzz
## 4083     Lauracoder12
## 4084   TheSandMasterr
## 4085   basiccoalminer
## 4086        jayerlofi
## 4087      staygoldgyu
## 4088   aadriangarciac
## 4089  JuanDeL81607394
## 4090        dlibyhcaz
## 4091          Cbarts5
## 4092  imgonnachaseit6
## 4093    cowboycatcafe
## 4094     hannahsquill
## 4095  angyllblackwyng
## 4096        eXpNaruto
## 4097   aadriangarciac
## 4098     clawsonhonda
## 4099       LadyJestah
## 4100    cowboycatcafe
## 4101     digitaldiaz1
## 4102    cowboycatcafe
## 4103   aadriangarciac
## 4104   LifeonWheels95
## 4105        eXpNaruto
## 4106     KanekiZero99
## 4107      Kris__sToRm
## 4108    tilly_sheldon
## 4109  angyllblackwyng
## 4110     KanekiZero99
## 4111        jayerlofi
## 4112     digitaldiaz1
## 4113  podlingjustista
## 4114  2003unbearable_
## 4115     KanekiZero99
## 4116   witchywoman608
## 4117      melinadurre
## 4118     digitaldiaz1
## 4119  angyllblackwyng
## 4120   sunflowervol1d
## 4121        jayerlofi
## 4122     digitaldiaz1
## 4123     digitaldiaz1
## 4124   sunflowervol1d
## 4125          44Jackk
## 4126   witchywoman608
## 4127        KeefenOwO
## 4128       frankyquin
## 4129     vansrryfreak
## 4130     digitaldiaz1
## 4131    Thrishank4521
## 4132     vansrryfreak
## 4133        my_surrey
## 4134      chick_canon
## 4135     digitaldiaz1
## 4136       arianauras
## 4137       b_storm796
## 4138    __jonosmith__
## 4139  GraceOghenevwde
## 4140   Remssupportbat
## 4141     vansrryfreak
## 4142     vansrryfreak
## 4143    Haleymarie_j2
## 4144       b_storm796
## 4145          1Xenius
## 4146  JuanDeL81607394
## 4147      Antagionist
## 4148    Thrishank4521
## 4149      Whatleydude
## 4150         neckeope
## 4151     cspikemurray
## 4152      Funko_Jules
## 4153      Shapingrime
## 4154   jaimitoperalta
## 4155       b_storm796
## 4156          1Xenius
## 4157         LoveITx0
## 4158   EnglishDesigns
## 4159     sailorcringe
## 4160         rigby113
## 4161       frankyquin
## 4162         tntbursz
## 4163     PeterTorch16
## 4164     PeterTorch16
## 4165       dlaniger22
## 4166         alennono
## 4167     Jacksquared_
## 4168       ronnie2029
## 4169       EySoyIsaaa
## 4170       musubiitou
## 4171     PeterTorch16
## 4172    BlazynFire123
## 4173      JayAcortado
## 4174      tiffanyclay
## 4175  thisisntmegannn
## 4176    GovernorSleme
## 4177    BlazynFire123
## 4178           FrBoat
## 4179      JayAcortado
## 4180   thelovelyerica
## 4181       b_storm796
## 4182       frankyquin
## 4183      tiffanyclay
## 4184      JayAcortado
## 4185        HBrickboy
## 4186   mitchellmb2004
## 4187        VanniCobs
## 4188          1Xenius
## 4189    BlazynFire123
## 4190      JayAcortado
## 4191      tiffanyclay
## 4192    GovernorSleme
## 4193    BlazynFire123
## 4194    clarissamcfly
## 4195   iamlemarwilson
## 4196    umeenterprise
## 4197     kaeunshabets
## 4198       DareRider8
## 4199   mitchellmb2004
## 4200  Cho_gath_gaming
## 4201   ICallThemIdols
## 4202         __cw24__
## 4203    sosorrybye789
## 4204        thvglittr
## 4205    sosorrybye789
## 4206          GOWENYT
## 4207      FandWWaffle
## 4208   alexandrerstos
## 4209     brenden_lmao
## 4210       BAmbergaze
## 4211      crackerboxx
## 4212         ariserii
## 4213       DareRider8
## 4214   wild3st_dreams
## 4215  SpaceSoldier_01
## 4216      MechaMaiden
## 4217        bratfvckr
## 4218  angyllblackwyng
## 4219   wild3st_dreams
## 4220    dukeofpeckham
## 4221    kiryuuwakatsu
## 4222   wild3st_dreams
## 4223  wermusmaximusii
## 4224      strilondian
## 4225   FloridaMike100
## 4226    karenkagamine
## 4227      FandWWaffle
## 4228    dukeofpeckham
## 4229      strilondian
## 4230    beratmehmedii
## 4231        supaSheva
## 4232  arifckingspring
## 4233       aviniertwt
## 4234      megalodon_k
## 4235    dukeofpeckham
## 4236     ryleejean051
## 4237      FandWWaffle
## 4238  prettytreatment
## 4239      AlanCrashGZ
## 4240  prettytreatment
## 4241  halfdeadairhead
## 4242  webdevelopercde
## 4243        Martaim__
## 4244       ZanAycicek
## 4245        ryanavfcc
## 4246        HeZamboni
## 4247  halfdeadairhead
## 4248  prettytreatment
## 4249        HeZamboni
## 4250  halfdeadairhead
## 4251      danieliskoo
## 4252        hanyulton
## 4253          abianst
## 4254        hanyulton
## 4255        HeZamboni
## 4256  halfdeadairhead
## 4257        hanyulton
## 4258    yourdollmochi
## 4259           a_yrmb
## 4260   airplane_flaps
## 4261  brian_23_gibson
## 4262      Klahasphemy
## 4263   mepradayounada
## 4264        aaajfabio
## 4265    annabel______
## 4266    XH_VillainLaw
## 4267      Klahasphemy
## 4268   __cockgoblin__
## 4269    XH_VillainLaw
## 4270   mepradayounada
## 4271   FromPaperchase
## 4272   ithinkimsophia
## 4273  Pokemaster55551
## 4274     arismaximoff
## 4275   mepradayounada
## 4276     theikonickay
## 4277     arismaximoff
## 4278    yourdollmochi
## 4279      Klahasphemy
## 4280     spokanehouse
## 4281       alex_uhh_2
## 4282       vicohyland
## 4283      Sno94627256
## 4284       alex_uhh_2
## 4285       alex_uhh_2
## 4286          hnidgaf
## 4287         rwdrygoo
## 4288          shazzCS
## 4289       alex_uhh_2
## 4290       theanarice
## 4291     Bean71075702
## 4292    gabewalker_26
## 4293     shartzcutely
## 4294         needyriy
## 4295  PhuturePhocused
## 4296     Bean71075702
## 4297  PhuturePhocused
## 4298     Bean71075702
## 4299        anamarchl
## 4300    gabewalker_26
## 4301     LastChanceXD
## 4302      sososhbrt12
## 4303    goodoneoliver
## 4304        miaaochoa
## 4305    gabewalker_26
## 4306      Carlos31789
## 4307  PhuturePhocused
## 4308      sososhbrt12
## 4309     LastChanceXD
## 4310      Carlos31789
## 4311    SarahCat_XOXO
## 4312    joeyeinberger
## 4313     LastChanceXD
## 4314  PhuturePhocused
## 4315   RecticOfficial
## 4316      Carlos31789
## 4317    namjooning111
## 4318    melaniehotaux
## 4319   ShashwatVaish2
## 4320          TyRezac
## 4321      DEVILINRUIN
## 4322      Joeadelphia
## 4323         r_blankk
## 4324  LisaBra59850659
## 4325      Joeadelphia
## 4326       Armakanzas
## 4327        DxrkSpawn
## 4328  SabrinaCamaril5
## 4329      hataaramune
## 4330         LVJY1975
## 4331     Logandev_owo
## 4332        luvjust1n
## 4333      10BOUJEEBOY
## 4334  aminabi54146383
## 4335  SabrinaCamaril5
## 4336        its_sp4rk
## 4337           jgagec
## 4338   cutyouoffleigh
## 4339        simarinna
## 4340  SabrinaCamaril5
## 4341        DITENTION
## 4342       trans_tank
## 4343    Musical_Rando
## 4344        Enamine99
## 4345           jgagec
## 4346      10BOUJEEBOY
## 4347    Musical_Rando
## 4348  SabrinaCamaril5
## 4349      Cookimonter
## 4350     MikeEverest7
## 4351   SilverPandora2
## 4352      RathHorizon
## 4353      01___farina
## 4354        simarinna
## 4355         c6aihtny
## 4356    AlshababRadio
## 4357     cefffylbottt
## 4358   guadalupeob_02
## 4359       marcoapg96
## 4360      krillfluids
## 4361     cefffylbottt
## 4362   guadalupeob_02
## 4363      10BOUJEEBOY
## 4364   girls4annabeth
## 4365    TalhahQureshi
## 4366         GeyserRL
## 4367   guadalupeob_02
## 4368      _usamallama
## 4369    ConnorAaron06
## 4370      turbobakshi
## 4371         TeoNik16
## 4372  SleepColorsCity
## 4373          AysiaMN
## 4374       breakdecks
## 4375     cefffylbottt
## 4376         TeoNik16
## 4377    ConnorAaron06
## 4378        savabagel
## 4379    AmonaMatthias
## 4380  bryansofficiall
## 4381  bryansofficiall
## 4382    ConnorAaron06
## 4383      lexiconsays
## 4384    flowIikewaves
## 4385  bryansofficiall
## 4386        savabagel
## 4387    AThermopolisR
## 4388  ParalelOrcz_ofc
## 4389       stowns1981
## 4390          Bfc_ell
## 4391           Quimnz
## 4392     49daysbefore
## 4393  ParalelOrcz_ofc
## 4394         NotStan5
## 4395    ZackMossMusic
## 4396        DustyKion
## 4397  ParalelOrcz_ofc
## 4398        Nickdekks
## 4399    goodoneoliver
## 4400     alice_hubble
## 4401    Musical_Rando
## 4402         GeyserRL
## 4403     FoxGalaxy511
## 4404         GeyserRL
## 4405   chrispy_kreeme
## 4406  ParalelOrcz_ofc
## 4407        Nickdekks
## 4408         ambyhd12
## 4409       peeyyyyton
## 4410  AnanyaC02818922
## 4411        DustyKion
## 4412          xempyra
## 4413          ManaRBX
## 4414        DustyKion
## 4415       obsidian98
## 4416      abnormalvic
## 4417  hotmilkatlantic
## 4418  mialoui40932197
## 4419     mgc_castaway
## 4420     misscynthiax
## 4421  mialoui40932197
## 4422      DaenysSarah
## 4423     HgMercury200
## 4424       obsidian98
## 4425          ManaRBX
## 4426  aminabi54146383
## 4427           pkmnsp
## 4428     mgc_castaway
## 4429  mialoui40932197
## 4430         MONNCATH
## 4431          ManaRBX
## 4432  exomakemefeelmh
## 4433      tzuweemamaa
## 4434  exomakemefeelmh
## 4435          ManaRBX
## 4436       IsaactPaul
## 4437        starlumas
## 4438     HgMercury200
## 4439       IsaactPaul
## 4440         LilDJcat
## 4441   homicidalbirde
## 4442   sitruspuserrin
## 4443       IsaactPaul
## 4444     feelmypussay
## 4445      sickboyfilm
## 4446     User_potatto
## 4447     carolinextrx
## 4448         LilDJcat
## 4449     QveenHLately
## 4450   micheallemire1
## 4451        Luv_Stray
## 4452     SrcsticSamyy
## 4453     User_potatto
## 4454       GubbyBongo
## 4455       coupspouts
## 4456      nutonemuzic
## 4457     blob_blobby_
## 4458       IsaactPaul
## 4459     sana_fanatic
## 4460       GubbyBongo
## 4461     HgMercury200
## 4462    flowIikewaves
## 4463  Patrick31370308
## 4464       GubbyBongo
## 4465    Jared_Raccoon
## 4466         livmencl
## 4467   micheallemire1
## 4468    Charlietate02
## 4469     HgMercury200
## 4470  SEROTONINSEEKIN
## 4471   torturedshordy
## 4472     jbincircles_
## 4473         ocdalvey
## 4474       GubbyBongo
## 4475       CiaraVodka
## 4476     WitCoDesigns
## 4477     ThisJustIntw
## 4478         kateho85
## 4479    itzbestiebear
## 4480    Jared_Raccoon
## 4481        littleCT5
## 4482    ArnoldsCuelin
## 4483       InverseYrc
## 4484     TheHorizonDX
## 4485    Jared_Raccoon
## 4486    antiherogomez
## 4487    ArnoldsCuelin
## 4488       PhilippaJG
## 4489       MarsShad0w
## 4490       m00ns_baby
## 4491       SeanSolo27
## 4492   charloteaugust
## 4493      GrldNovales
## 4494         lvieblue
## 4495       jesusgworl
## 4496     bisexualmqtt
## 4497    Jared_Raccoon
## 4498     TheHorizonDX
## 4499          maxsztx
## 4500    ArnoldsCuelin
## 4501   charloteaugust
## 4502       iambebefan
## 4503      GrldNovales
## 4504     TheHorizonDX
## 4505   pi3rc3dn1pples
## 4506       lisetweetz
## 4507       jesusgworl
## 4508      quinnnthony
## 4509       iambebefan
## 4510      RblxTracker
## 4511         ivyw1tch
## 4512    ChrisSexyTime
## 4513       JayDaSmiff
## 4514      GrldNovales
## 4515     HgMercury200
## 4516          maxsztx
## 4517        iamgiusee
## 4518         WsgLucid
## 4519    nevillebujang
## 4520  BetterCallSadie
## 4521         LDiolosa
## 4522          r4nched
## 4523   micheallemire1
## 4524       Min__hisui
## 4525           BRU_76
## 4526     FaithLloyd19
## 4527        OnlyMyron
## 4528     topicstories
## 4529      victoriaoa_
## 4530  BetterCallSadie
## 4531       nickhere34
## 4532         Porkadel
## 4533         undead08
## 4534      lodedsoobin
## 4535  ThexAphroditex_
## 4536       nickelkeep
## 4537      victoriaoa_
## 4538          maxsztx
## 4539    flowIikewaves
## 4540        Kennyd345
## 4541       nickelkeep
## 4542   LogieLover0696
## 4543      SandraRmer1
## 4544          omgx3no
## 4545    satanscowgirl
## 4546       nickelkeep
## 4547         kll3b3er
## 4548    FAIRYODDPENlS
## 4549       cbabyyblue
## 4550    flynnriderbff
## 4551        bigiboyon
## 4552        sammmyyyd
## 4553      SandraRmer1
## 4554       cbabyyblue
## 4555         akkermin
## 4556      SandraRmer1
## 4557     indiagrace20
## 4558     Kristoeferrr
## 4559      kkingmarlin
## 4560        OnlyMyron
## 4561        rgemini__
## 4562     oIiviadawson
## 4563       cbabyyblue
## 4564    ryan358428369
## 4565      SandraRmer1
## 4566       nickelkeep
## 4567         akkermin
## 4568      RizzyBeamen
## 4569         akkermin
## 4570       crazymaxwi
## 4571   sisterscqrlett
## 4572  theshoereviews7
## 4573  EllieLennie2491
## 4574         akkermin
## 4575       crazymaxwi
## 4576         vanggukh
## 4577    blackswan_myg
## 4578     ashercrafter
## 4579      zavdontcare
## 4580       crazymaxwi
## 4581    blackswan_myg
## 4582    blackswan_myg
## 4583      StylesMilky
## 4584  theAshutoshDave
## 4585   FunnyBandMusic
## 4586  OyeDanielHutton
## 4587  theAshutoshDave
## 4588      SUMGroup_PK
## 4589        PopokHati
## 4590    JennyRigney11
## 4591    scarl3ttwid0w
## 4592     stupidgirl45
## 4593      JWillSoReal
## 4594   r1ng0s_d34db1t
## 4595     stupidgirl45
## 4596        effigials
## 4597        Bryn69420
## 4598   chiedzawith2ds
## 4599    youwakeupdead
## 4600     PenisEsports
## 4601    youwakeupdead
## 4602     Mlle_Jessica
## 4603     theeseoklace
## 4604    gabeorgabeidk
## 4605  YesIWearBEFNDay
## 4606  carolineroseexe
## 4607     theeseoklace
## 4608          choigrf
## 4609      yoursadboii
## 4610      AngieLaC528
## 4611  carolineroseexe
## 4612     theeseoklace
## 4613         Deffshot
## 4614       rothbourne
## 4615     theeseoklace
## 4616      AngieLaC528
## 4617     solomoonmono
## 4618  carolineroseexe
## 4619  Kenneth_Ekandem
## 4620   leapyearking92
## 4621     JuniorKwasi_
## 4622        b68412537
## 4623         Deffshot
## 4624          defMako
## 4625  carolineroseexe
## 4626      AngieLaC528
## 4627      AnnaTiecken
## 4628        Beyyyyy04
## 4629         Deffshot
## 4630    youwakeupdead
## 4631       rothbourne
## 4632    Rikku_Revenge
## 4633        Beyyyyy04
## 4634      AnnaTiecken
## 4635       rothbourne
## 4636    TrevonSprewer
## 4637     Liz_wildcat5
## 4638         a_elle55
## 4639         Bob4Tide
## 4640         Bob4Tide
## 4641         Bob4Tide
## 4642     BDAstroBaker
## 4643          auxdity
## 4644       ZanAycicek
## 4645       Mintylove0
## 4646          auxdity
## 4647     Liz_wildcat5
## 4648        _BenSolo_
## 4649          auxdity
## 4650     brian1218_bh
## 4651         dottttts
## 4652          auxdity
## 4653         Deffshot
## 4654     Liz_wildcat5
## 4655     glossyangel_
## 4656      Klahasphemy
## 4657        imnasakun
## 4658        Laila5301
## 4659     glossyangel_
## 4660      AnnaTiecken
## 4661        Kjane0696
## 4662         stash211
## 4663    flickerofashe
## 4664          unwoman
## 4665     Mlle_Jessica
## 4666      JedWalker15
## 4667  ilovestevie1234
## 4668       1330PASTOR
## 4669      yoodongists
## 4670    flickerofashe
## 4671         Vickyob8
## 4672       1330PASTOR
## 4673      BenamBarman
## 4674   NonexistentMug
## 4675     Gloria_tpwk_
## 4676        MIRWRAITH
## 4677      heymartinah
## 4678       1330PASTOR
## 4679    Giant06750888
## 4680    christineroad
## 4681     Gloria_tpwk_
## 4682     Gloria_tpwk_
## 4683        vincenbob
## 4684    saadiabalhous
## 4685  QueenGallifreya
## 4686  allweneed0fhell
## 4687       joannie_v2
## 4688     Gloria_tpwk_
## 4689         Vickyob8
## 4690        vincenbob
## 4691   adventureofhan
## 4692  brittanyahlgrim
## 4693      stars4lunch
## 4694      navy4life67
## 4695        vincenbob
## 4696   adventureofhan
## 4697   one_tricky_boi
## 4698     ur1n3troubl3
## 4699       joannie_v2
## 4700   one_tricky_boi
## 4701        vincenbob
## 4702      navy4life67
## 4703   one_tricky_boi
## 4704  Levin2Johnathan
## 4705     sweetenerboo
## 4706      navy4life67
## 4707           BigSto
## 4708  SharonS01831343
## 4709   one_tricky_boi
## 4710         forsiwoo
## 4711      mamanifurro
## 4712         TyDuecce
## 4713          Arkanis
## 4714        KryptLMAO
## 4715        KryptLMAO
## 4716        KryptLMAO
## 4717        KryptLMAO
## 4718         Vickyob8
## 4719    CigarEraRobot
## 4720  flamingogamer15
## 4721    saadiabalhous
## 4722          Arkanis
## 4723       hvyscanlon
## 4724      a4creation1
## 4725          UlyWEST
## 4726  flamingogamer15
## 4727       ksiezyckid
## 4728          Arkanis
## 4729   regularsquidd_
## 4730          UlyWEST
## 4731      QueenStar04
## 4732  flamingogamer15
## 4733      ghostboiv_v
## 4734      FlimsySquid
## 4735     neilgcoleman
## 4736   crookedweasley
## 4737        llaramaia
## 4738  flamingogamer15
## 4739    philstasyszen
## 4740      Tink_Peruna
## 4741          UlyWEST
## 4742     mispayasadas
## 4743      SpotifyNews
## 4744    Billy_Shmurda
## 4745   crookedweasley
## 4746      ghostboiv_v
## 4747     mispayasadas
## 4748    ConnorAaron06
## 4749   crookedweasley
## 4750      ghostboiv_v
## 4751          UlyWEST
## 4752    saadiabalhous
## 4753        llaramaia
## 4754       Fredo_WACK
## 4755        bibistarc
## 4756         samsw1ft
## 4757        ISATHEORY
## 4758      Tink_Peruna
## 4759   crookedweasley
## 4760   CourtneyCorboy
## 4761         samsw1ft
## 4762   NyanDoesStuff_
## 4763        vusketeer
## 4764      Tink_Peruna
## 4765         wahhbahh
## 4766         samsw1ft
## 4767       utdcorey27
## 4768         D00MZJAY
## 4769       bams_eomma
## 4770        llaramaia
## 4771     ThatStanAnna
## 4772         wahhbahh
## 4773         samsw1ft
## 4774   newromantics02
## 4775       sofiaatomo
## 4776      Tink_Peruna
## 4777   TheAlexisKraft
## 4778         wahhbahh
## 4779       packer0519
## 4780       itsrandiii
## 4781       MewnuxWolf
## 4782       bams_eomma
## 4783      blondedzero
## 4784       haniexists
## 4785        Snipermor
## 4786         luisjbi7
## 4787        Snipermor
## 4788       sofiaatomo
## 4789     Selsfavclown
## 4790        Snipermor
## 4791       konorsmind
## 4792         1DSJ8772
## 4793        ifeeIfine
## 4794        GloTuNNa1
## 4795       level94836
## 4796   HStandsForHalo
## 4797  katie_racklyeft
## 4798   FreelanceMocha
## 4799        ifeeIfine
## 4800         1DSJ8772
## 4801   HStandsForHalo
## 4802     genlossrnboo
## 4803     raspbinnie23
## 4804     JesseW8nmbrs
## 4805          Zzquack
## 4806        ifeeIfine
## 4807     raspbinnie23
## 4808       Brotractor
## 4809   mendessingular
## 4810     genlossrnboo
## 4811  katie_racklyeft
## 4812       frannysalv
## 4813     buterasretro
## 4814         1DSJ8772
## 4815    PopRockTeal13
## 4816     raspbinnie23
## 4817          Zzquack
## 4818    bilsredladder
## 4819          m0th0id
## 4820      BrookeAlexx
## 4821     buterasretro
## 4822     ThatStanAnna
## 4823         yunkernt
## 4824  Dani_flower_pow
## 4825     rewiredhanna
## 4826     buterasretro
## 4827     ThatStanAnna
## 4828   SportsDude2222
## 4829     buterasretro
## 4830    geezybeatz145
## 4831   Itsyoualigatie
## 4832    bilsredladder
## 4833   BirthdayCakeFB
## 4834      xogerardine
## 4835           sj_frr
## 4836  PersonOfThePer1
## 4837       cvbinfever
## 4838           __Dxw_
## 4839        lisaaaalm
## 4840  PersonOfThePer1
## 4841       bobbyIemon
## 4842          ThibsGG
## 4843    tiffanylouie_
## 4844        llaramaia
## 4845       bobbyIemon
## 4846   Itsyoualigatie
## 4847   fatherskeleton
## 4848        jpetras22
## 4849       bobbyIemon
## 4850          ThibsGG
## 4851        jpetras22
## 4852         one8amit
## 4853   Itsyoualigatie
## 4854       bobbyIemon
## 4855        okramikey
## 4856   Itsyoualigatie
## 4857         soykiena
## 4858         one8amit
## 4859   MassYoungblood
## 4860         one8amit
## 4861         s8nson1a
## 4862        cococalor
## 4863        DOR_Rogue
## 4864         soykiena
## 4865   cristaldesanti
## 4866   YaelSantiago67
## 4867         soykiena
## 4868    mettatonplush
## 4869       LuchaSpawn
## 4870       nathantwts
## 4871         one8amit
## 4872         SUZUIKUU
## 4873         soykiena
## 4874      loganevolve
## 4875       whatisKiro
## 4876      loganevolve
## 4877    corneater6000
## 4878      loganevolve
## 4879       SsbSalazer
## 4880  CarolinaBonitoS
## 4881         Proleerr
## 4882       THEEMZBLUE
## 4883  CarolinaBonitoS
## 4884    VoltsonTwitch
## 4885       THEEMZBLUE
## 4886  CarolinaBonitoS
## 4887     tospeanuttos
## 4888   mike_from_mike
## 4889      Carlos31789
## 4890       THEEMZBLUE
## 4891         russdire
## 4892  CarolinaBonitoS
## 4893       THEEMZBLUE
## 4894   StrifeMagazine
## 4895     JumpinAdvice
## 4896         russdire
## 4897         Proleerr
## 4898          TGMThal
## 4899   AllHailBuckets
## 4900   MattGrudzinski
## 4901      tacobellcry
## 4902          Orps1xx
## 4903  nasikandaqlover
## 4904         vegsters
## 4905     HaangeeZooee
## 4906        ilyxarson
## 4907    mattyandsteak
## 4908    BestJesster08
## 4909       edsterrock
## 4910       nickelkeep
## 4911      tacobellcry
## 4912    JasmineGonz10
## 4913   OfRoyalLineage
## 4914      xoxoCorinne
## 4915        carorosee
## 4916  sfbayareamovers
## 4917      ariforlife_
## 4918    bronkhandsoap
## 4919      louises1224
## 4920     starliivenom
## 4921         _pcrico_
## 4922     xawkwardandi
## 4923          J_M00R3
## 4924         TomHyoos
## 4925      Maddie4836h
## 4926      geelovesmcr
## 4927  faithinthetommo
## 4928      Maddie4836h
## 4929      geelovesmcr
## 4930        loneknome
## 4931      H3AVENANGEL
## 4932          dollyx9
## 4933      Maddie4836h
## 4934   EduwigesLopezR
## 4935        mgcsvinyI
## 4936  barcaleomessi71
## 4937     NearJeopardy
## 4938     sadshanduhh2
## 4939        mgcsvinyI
## 4940  PitchersDrummer
## 4941      SangeethanM
## 4942       WadeiLLson
## 4943      NaraxGomes_
## 4944      SiegeTheory
## 4945    fixed_surebet
## 4946  Nickrevolution3
## 4947     crystalies__
## 4948  brandonwong1004
## 4949     JumpinAdvice
## 4950      miupalettez
## 4951       sp1d3rrman
## 4952            Tammy
## 4953       WadeiLLson
## 4954        BerrakBiz
## 4955        ant_headd
## 4956          Celtry1
## 4957       sp1d3rrman
## 4958       WadeiLLson
## 4959      miupalettez
## 4960          haydomj
## 4961           morgxn
## 4962          LouIn22
## 4963        ot4boomer
## 4964      miupalettez
## 4965          RoxyK71
## 4966       brittlynjo
## 4967     milliejanine
## 4968      miupalettez
## 4969    Shadowsofdeed
## 4970          Anas_91
## 4971   EmanuelLopesS2
## 4972       brittlynjo
## 4973   ismael_badarou
## 4974     JumpinAdvice
## 4975        dilemma_x
## 4976          gjannx3
## 4977     prepcoredoug
## 4978        alexes184
## 4979   ismael_badarou
## 4980  preordermilf716
## 4981     finelinehalo
## 4982         xoftbhoy
## 4983    dogsmellsgood
## 4984       brittlynjo
## 4985   imsoooooooogay
## 4986       jennyfurhh
## 4987      TheKwGVenom
## 4988       Ethelispog
## 4989      taystermind
## 4990  Parkers_Kitchen
## 4991       heisqueque
## 4992          varelxo
## 4993         xoftbhoy
## 4994      megadummy87
## 4995     MMASwiftie13
## 4996          Tr3jtor
## 4997      diana_law_1
## 4998     taythearcher
## 4999     MMASwiftie13
## 5000      babybluelex
## 5001      ariiicedtea
## 5002     MMASwiftie13
## 5003       TPWKLove15
## 5004    _greggjameson
## 5005        aslan_ste
## 5006   LifeMusicSound
## 5007      xxlisatje16
## 5008        aslan_ste
## 5009     MMASwiftie13
## 5010      hastings_19
## 5011       TPWKLove15
## 5012        aslan_ste
## 5013    luvfionaapple
## 5014       AgusZapata
## 5015       TPWKLove15
## 5016        aslan_ste
## 5017        elkiey327
## 5018       TPWKLove15
## 5019    timchudakov11
## 5020   scaredtocommit
## 5021      SangeethanM
## 5022          arqtmis
## 5023          Larckye
## 5024       0pOlaTingz
## 5025      giorgioborz
## 5026           bee_84
## 5027        Mar10Kart
## 5028     GeoulioMarin
## 5029       UsmanZuhaa
## 5030       ZanAycicek
## 5031    mateo52491237
## 5032           jyseob
## 5033      giorgioborz
## 5034    Ocean_Pearl09
## 5035    EthanUrbanski
## 5036      giorgioborz
## 5037         prajxfcb
## 5038         luvhopew
## 5039   SweMeatballs78
## 5040  ChuckNo34556584
## 5041    angelogrossi_
## 5042           jyseob
## 5043           jyseob
## 5044      diana_law_1
## 5045         victgab_
## 5046    BLymanWarrior
## 5047  crazy_but_crazy
## 5048      diana_law_1
## 5049        ghostzbur
## 5050         prajxfcb
## 5051         victgab_
## 5052      diana_law_1
## 5053           jyseob
## 5054        thasubean
## 5055         prajxfcb
## 5056         victgab_
## 5057    Addyforselena
## 5058      Stuleveller
## 5059         UrLuvJ0Y
## 5060           znftna
## 5061         victgab_
## 5062       Specsavers
## 5063       breezlebit
## 5064         cononbon
## 5065   MarvinSoldier1
## 5066         SUZUIKUU
## 5067       oncein20lt
## 5068     JumpinAdvice
## 5069       Cilla_mena
## 5070        dhiasyaf_
## 5071        IAMACROBA
## 5072  AaronOfTheSkies
## 5073       a_marie803
## 5074  Bp_Ruletheworld
## 5075     sugarmoonhes
## 5076  ohschittpatrick
## 5077  flamingogamer15
## 5078      mmericdesem
## 5079     sugarmoonhes
## 5080          snakezv
## 5081    JuliaMorales3
## 5082  Bp_Ruletheworld
## 5083    joof_official
## 5084         anaaaii_
## 5085         matt_nid
## 5086  Bp_Ruletheworld
## 5087  sparekidneymaam
## 5088        BustedFTL
## 5089     sugarmoonhes
## 5090      AntaaBaaaka
## 5091    highbury_ryan
## 5092        deccoroma
## 5093        m4rl0nnnn
## 5094  unseriously_ang
## 5095  sparekidneymaam
## 5096    ronnyparedess
## 5097    trostdistrict
## 5098        AyuenBiar
## 5099    trostdistrict
## 5100    trostdistrict
## 5101   channelblonddd
## 5102        bleuhstry
## 5103      TOONYGOONYY
## 5104        AyuenBiar
## 5105    smhjacqueline
## 5106      serein_sara
## 5107      TOONYGOONYY
## 5108      girlwtheaxe
## 5109    Duchess_Woody
## 5110        AyuenBiar
## 5111      TOONYGOONYY
## 5112      serein_sara
## 5113      girlwtheaxe
## 5114         gwsnasty
## 5115   jimjimhasfleas
## 5116      girlwtheaxe
## 5117       hobibobi24
## 5118   waldorfcomplex
## 5119        AyuenBiar
## 5120         Phillu96
## 5121    camprockqueen
## 5122          LouIn22
## 5123      serein_sara
## 5124          taedh28
## 5125      Its_NoGenre
## 5126      tauruskelIs
## 5127      Tomato_Jam6
## 5128       zachzeaman
## 5129      chaserwoodz
## 5130      iameduard20
## 5131           svtwrn
## 5132  lucybluofficial
## 5133      KEEPDRlVING
## 5134         Phillu96
## 5135           svtwrn
## 5136     Carlos_jmt99
## 5137      chaserwoodz
## 5138         brktrend
## 5139   justastargirl9
## 5140  musicislife2342
## 5141      serein_sara
## 5142          taedh28
## 5143       esalextric
## 5144   bad_gal_rennan
## 5145         Phillu96
## 5146      ChopShopChi
## 5147      chaserwoodz
## 5148     dreamofkarIa
## 5149        mvance980
## 5150  bree_brendahope
## 5151      Dwizzle2021
## 5152       marthaskzz
## 5153   AshishRChauhan
## 5154          rnbtomi
## 5155      Dwizzle2021
## 5156      surrealhaze
## 5157   justastargirl9
## 5158         Phillu96
## 5159     ShnizelInBag
## 5160       imfranci13
## 5161   Namjoonbug1138
## 5162         Shazi087
## 5163   taylorsbobatea
## 5164       imfranci13
## 5165  certifieduzistn
## 5166      Dwizzle2021
## 5167    JoEyTanThaMan
## 5168       imfranci13
## 5169       mini_van__
## 5170    redrobinriley
## 5171   waldorfcomplex
## 5172         wildrift
## 5173           onoyop
## 5174        BettyLS27
## 5175     kevinmarrerx
## 5176     totallymills
## 5177         YesUrDad
## 5178       xo_gusTaV0
## 5179          aujulon
## 5180   itsbillie4ever
## 5181         YesUrDad
## 5182         luvXchuu
## 5183    polarizedchan
## 5184         YesUrDad
## 5185          aujulon
## 5186        BettyLS27
## 5187       lunawoona2
## 5188         YesUrDad
## 5189  Number1ErenStan
## 5190   _flores_tweets
## 5191    matache_elena
## 5192        BettyLS27
## 5193         HannaBec
## 5194        moxieknox
## 5195    JamesMillyard
## 5196          aujulon
## 5197   SonaKitnaSonaa
## 5198       demoisland
## 5199         whatflix
## 5200       demoisland
## 5201    JamesMillyard
## 5202          amalwtf
## 5203         ilyGingr
## 5204   Jackson_Harris
## 5205   _flores_tweets
## 5206    JamesMillyard
## 5207         ilyGingr
## 5208    JamesMillyard
## 5209         luvXchuu
## 5210   _flores_tweets
## 5211    fleabagin221b
## 5212      neverlinkko
## 5213     daveoracle01
## 5214   _flores_tweets
## 5215    matt_meowmeow
## 5216    babysatelIite
## 5217         luvXchuu
## 5218         ilyGingr
## 5219  plutosupremacy0
## 5220     feeIingwoozy
## 5221        dxndelinz
## 5222    matt_meowmeow
## 5223         luvXchuu
## 5224        deleytons
## 5225      imshuhaib18
## 5226    matt_meowmeow
## 5227     prior_parker
## 5228    Angie_Bouvier
## 5229        shunsuiri
## 5230   demolovers4evr
## 5231       77741L3777
## 5232        deleytons
## 5233    matt_meowmeow
## 5234         SamESTXX
## 5235   demolovers4evr
## 5236  chaosthechemist
## 5237         mar_ee_n
## 5238    thedompodcast
## 5239          anujdog
## 5240        Evvrrmore
## 5241       _itgirlkai
## 5242        Evvrrmore
## 5243       ferra_fond
## 5244       IAmKinetik
## 5245         JomiBT21
## 5246       ferra_fond
## 5247          hafsawk
## 5248        Evvrrmore
## 5249         mar_ee_n
## 5250     susmitha_519
## 5251     TomMauchline
## 5252     irwin_angel5
## 5253  venturewithlani
## 5254       ferra_fond
## 5255       zeroyorke_
## 5256      glowspinkss
## 5257     luckyjessey1
## 5258       ferra_fond
## 5259      btrsnewdemo
## 5260         mar_ee_n
## 5261     irwin_angel5
## 5262     Bobtheukguy1
## 5263  Ariel_Silva2013
## 5264     morgan990912
## 5265            S7OUS
## 5266         cassatem
## 5267      ashlynn1420
## 5268       90120fairy
## 5269         mar_ee_n
## 5270     bansheeirosa
## 5271        Aaistruly
## 5272     bansheeirosa
## 5273       90120fairy
## 5274     bansheeirosa
## 5275    minsungshiner
## 5276      reptaylor__
## 5277       Krangsbody
## 5278    Based_Cardian
## 5279         terryb0i
## 5280       samsterp18
## 5281    minsungshiner
## 5282        Bunnuunuu
## 5283  sikntiiiiiiired
## 5284     adharabanana
## 5285    minsungshiner
## 5286       Krangsbody
## 5287     Saralpfamily
## 5288       mirkopecis
## 5289  sikntiiiiiiired
## 5290     CorduroyLane
## 5291     adharabanana
## 5292   LISARINNAMANDM
## 5293        Aaistruly
## 5294       samsterp18
## 5295         jawsavfc
## 5296     Harolddamnit
## 5297    frank92546075
## 5298       Krangsbody
## 5299          Tazmad7
## 5300       Krangsbody
## 5301      nomadicblur
## 5302      3xiledGamer
## 5303  bekindorbequie2
## 5304         Hiddanas
## 5305      tzuweemamaa
## 5306  underabigbould1
## 5307           0daawn
## 5308     TheMaxxStorm
## 5309      SWesterbeck
## 5310     KileyKrueger
## 5311         C00PIERE
## 5312      hauntedskye
## 5313    brownsugarrry
## 5314        brookiefr
## 5315  duckmakesthings
## 5316   mateoojimenezz
## 5317  KevinSa14803791
## 5318    VotingIsLocal
## 5319   paupaviabieber
## 5320  KevinSa14803791
## 5321     SwiftieDisco
## 5322          evron44
## 5323    brownsugarrry
## 5324  childerolandusa
## 5325     troy_warren_
## 5326  KevinSa14803791
## 5327     ssalsaolivia
## 5328         C00PIERE
## 5329   cherrystyles_8
## 5330     ssalsaolivia
## 5331    _maddieperez_
## 5332     lucas_nojosa
## 5333        frogc0ric
## 5334     ssalsaolivia
## 5335    chasingbodies
## 5336   Bluebarracks26
## 5337        Mawrk0902
## 5338     SwiftieDisco
## 5339      Nico_Neko14
## 5340    PawsUp_Taiwan
## 5341   manthansingh09
## 5342     DJDODEMDRUGS
## 5343         ZenZooma
## 5344        tk1sharma
## 5345        frogc0ric
## 5346          _heInik
## 5347      kccloud1107
## 5348     JumpinAdvice
## 5349         zemessai
## 5350      Tashas_Spot
## 5351  childerolandusa
## 5352        frogc0ric
## 5353     kingfIorence
## 5354     gloomywalrus
## 5355    starlessvigil
## 5356       JonaSoto23
## 5357         C00PIERE
## 5358        frogc0ric
## 5359     ducks_celina
## 5360     chuuveswxrld
## 5361     kingfIorence
## 5362    Riley81146126
## 5363     gloomywalrus
## 5364    Riley81146126
## 5365  creative_carrah
## 5366    Riley81146126
## 5367     kingfIorence
## 5368        murderize
## 5369     ducks_celina
## 5370      emerald_4ce
## 5371      hyunjiness_
## 5372         mogenee_
## 5373     ducks_celina
## 5374     gloomywalrus
## 5375         C00PIERE
## 5376     chuuveswxrld
## 5377          swttrep
## 5378  KataclysticLive
## 5379     ducks_celina
## 5380      RoselineS15
## 5381     adampamartin
## 5382          swttrep
## 5383       roanother1
## 5384         B2Bniche
## 5385    Fatimarhaliyu
## 5386    sh0ppingcart7
## 5387       aliolivaqx
## 5388          swttrep
## 5389        ecokeecko
## 5390    sh0ppingcart7
## 5391      emerald_4ce
## 5392           777ggk
## 5393     rubysletters
## 5394    AngelGonza234
## 5395      RoselineS15
## 5396       bintcrubbs
## 5397       DistrokidR
## 5398           777ggk
## 5399           777ggk
## 5400      emerald_4ce
## 5401      ryujibonkin
## 5402      taylorpylex
## 5403      RoselineS15
## 5404    avigilantebit
## 5405         cryoshia
## 5406         cryoshia
## 5407     lafave_katie
## 5408    avigilantebit
## 5409        jubiesims
## 5410         AshlyGfx
## 5411    HannahJonesUU
## 5412         cryoshia
## 5413    avigilantebit
## 5414      RobLariceJr
## 5415        swift4gnf
## 5416       madimasako
## 5417      RoselineS15
## 5418  JuicyxChocolate
## 5419         speaaknw
## 5420    Shakespearoes
## 5421          r3pluvr
## 5422    _carloscrespo
## 5423       manuelle06
## 5424       poke_siter
## 5425         weaner43
## 5426        JColRaper
## 5427          erocxel
## 5428   HitThemRycepss
## 5429        TomFHydes
## 5430      theangryang
## 5431      TechScout10
## 5432  neptunestardust
## 5433     Lauracoder12
## 5434    migrainegoner
## 5435      fairyofpoop
## 5436    seven_itseven
## 5437      YaBoyAkshar
## 5438      RoselineS15
## 5439      shroomslive
## 5440    seven_itseven
## 5441   TwillDistilled
## 5442     cakeofsodomy
## 5443   breathineilish
## 5444    Imrulkayes100
## 5445    migrainegoner
## 5446    seven_itseven
## 5447      RoselineS15
## 5448    summersun4evr
## 5449       davidcaba_
## 5450       ZanAycicek
## 5451         ganzw1en
## 5452         ptvlt666
## 5453         ganzw1en
## 5454  especiallyavery
## 5455         speashos
## 5456       waoyfswift
## 5457      RoselineS15
## 5458  Bluebelldigital
## 5459    EvermoreWitch
## 5460       davidcaba_
## 5461    EvermoreWitch
## 5462      RoselineS15
## 5463  griffith_lorisa
## 5464       ZeBadmedic
## 5465      RoselineS15
## 5466  funniestphemale
## 5467     E_Teezey1286
## 5468  dennisnjuki2018
## 5469    EvermoreWitch
## 5470      V3g4punk123
## 5471  griffith_lorisa
## 5472    Olivias_livie
## 5473        tuneestan
## 5474     luckyjessey1
## 5475         VSlaylor
## 5476     mickey_smash
## 5477        letterxci
## 5478        tannywuff
## 5479        tuneestan
## 5480     hannahhmarch
## 5481         Dvann562
## 5482     luckyjessey1
## 5483          shlieut
## 5484      RoselineS15
## 5485   leefelixsblkgf
## 5486           beqmed
## 5487    BigheadCarrol
## 5488          shlieut
## 5489          shlieut
## 5490           beqmed
## 5491          shlieut
## 5492    satirerevived
## 5493     luckyjessey1
## 5494        LuLu_9496
## 5495      BrokeBoyCal
## 5496      Alastorsart
## 5497         jawsavfc
## 5498     AnthonyLWolf
## 5499    tahtinenrandy
## 5500    DungeonGlitch
## 5501          ojanshu
## 5502         maddy_h_
## 5503       6asmaskTTV
## 5504     facuu_correa
## 5505        viejamina
## 5506       Ariesone96
## 5507          ayyonce
## 5508    BigheadCarrol
## 5509         geekykoo
## 5510   QueenieMoet412
## 5511     overmestella
## 5512     luckyjessey1
## 5513    BigheadCarrol
## 5514          aryxari
## 5515     SofiaNight21
## 5516      prc__roblox
## 5517    MansiDave0409
## 5518  Patrick31370308
## 5519     kelseyyyannx
## 5520    BigheadCarrol
## 5521     ethanmedler_
## 5522    laurakristen_
## 5523      RoselineS15
## 5524          Yaro_b_
## 5525         EvsNieli
## 5526       Poulami_dp
## 5527      icky__nikki
## 5528      kingfromqns
## 5529        yetismall
## 5530         EvsNieli
## 5531         EvsNieli
## 5532       Takuday_OW
## 5533      AaronDenius
## 5534       Poulami_dp
## 5535   emilycantwell_
## 5536     RobinBaum143
## 5537   iamnotinkansas
## 5538      RoselineS15
## 5539       Poulami_dp
## 5540          IWK2GK5
## 5541  Sarthak61511357
## 5542       Poulami_dp
## 5543   emilycantwell_
## 5544       Takuday_OW
## 5545   __yxgxmilighto
## 5546      applicable_
## 5547      lulaamaya__
## 5548     southpawwolf
## 5549       MillyGoats
## 5550  sakshishukla489
## 5551      RoselineS15
## 5552       Takuday_OW
## 5553        skadoople
## 5554     southpawwolf
## 5555   ForbiddenDisco
## 5556      ITSDKARTIER
## 5557     peace2dahood
## 5558    rohini_wagh77
## 5559      linnaesheng
## 5560          FoParty
## 5561     Glasgow_Live
## 5562         hann_mcg
## 5563    NMCSOfficial1
## 5564        Tania120m
## 5565      RoselineS15
## 5566        Ntlombe_S
## 5567          Maaabby
## 5568         ariskyy_
## 5569        Brexito26
## 5570        esprit15d
## 5571   LeolloOfficial
## 5572    melodramarain
## 5573        joesnicky
## 5574         boyish07
## 5575   LeolloOfficial
## 5576       doodles829
## 5577       heymanthan
## 5578      aureumsimia
## 5579      RoselineS15
## 5580        Brexito26
## 5581   LeolloOfficial
## 5582        ororealty
## 5583         boyish07
## 5584    melodramarain
## 5585   badsadandmad_x
## 5586   LeolloOfficial
## 5587    DARLINGDABEST
## 5588    JerryBoKnowz_
## 5589      loveyoujoss
## 5590      orangecrocs
## 5591  sanrioskullz999
## 5592         boyish07
## 5593      pushpinbird
## 5594  LosMerengues_14
## 5595    melodramarain
## 5596      Team_Amdrew
## 5597    DARLINGDABEST
## 5598      yuhitzme810
## 5599          popbuzz
## 5600         DevComp_
## 5601    journo_sophie
## 5602    DARLINGDABEST
## 5603    wonderofshawn
## 5604       doodles829
## 5605  iluvkirstyb1975
## 5606      mileyzdrive
## 5607    melodramarain
## 5608       Phantom3zz
## 5609        BanambaYT
## 5610        irisnotok
## 5611   eleventndoctor
## 5612    nandos_fan123
## 5613   noodlescompany
## 5614          zrjaved
## 5615        irisnotok
## 5616      r753_rfw753
## 5617   theteainpotato
## 5618   eleventndoctor
## 5619         imRockey
## 5620         CC_Razer
## 5621          Poplel_
## 5622         CC_Razer
## 5623    rrendezzvvous
## 5624  DgeeChamberlain
## 5625      yoinksplonk
## 5626   eleventndoctor
## 5627  LukeH_icanteven
## 5628     ThommoAndrew
## 5629  glugglugglugglu
## 5630    pappysheedlwe
## 5631      loveyoujoss
## 5632         MorayDad
## 5633    hamsatheninth
## 5634          wjf____
## 5635      healingcari
## 5636        Lonchavic
## 5637     madtractions
## 5638      loveyoujoss
## 5639      healingcari
## 5640    Malsoma_Royte
## 5641        ghazouf97
## 5642     madtractions
## 5643      RoselineS15
## 5644         whuikiss
## 5645     madtractions
## 5646     teejay_rukky
## 5647      pau13_swift
## 5648   Captinknuckels
## 5649    ChemistHealth
## 5650        flwrrxboy
## 5651           deft18
## 5652           jdd1k3
## 5653       ElderIsaak
## 5654        shirecrow
## 5655    PHANT0MTHIEVE
## 5656    Juanitoooo004
## 5657       shakypubco
## 5658    AdeliadeShine
## 5659       ElderIsaak
## 5660    PlayzRednight
## 5661           biiksr
## 5662    PlayzRednight
## 5663           jdd1k3
## 5664       eddiediiaz
## 5665    PlayzRednight
## 5666          VexxXt_
## 5667  nikita__ramirez
## 5668     onikarevenge
## 5669    PlayzRednight
## 5670         artplugg
## 5671         bngh8016
## 5672   Virac0chaTweet
## 5673   Lizbeth_Meza95
## 5674    Nelly_Jelly07
## 5675      krispie1103
## 5676    Juanitoooo004
## 5677        brutalxim
## 5678  AsthaGu60674407
## 5679  MellowScotJulia
## 5680     andromustdie
## 5681    blueberrymoss
## 5682   _badcontestant
## 5683        brutalxim
## 5684    OutdoorsAlexa
## 5685        _artsyari
## 5686        brutalxim
## 5687        drliemann
## 5688          bugenji
## 5689           jdd1k3
## 5690   Lizbeth_Meza95
## 5691     mistahjamess
## 5692         sonaroha
## 5693         sonaroha
## 5694     chiamamiPino
## 5695         giuuloon
## 5696      sunflowersv
## 5697      sunflowersv
## 5698       ohMyG00och
## 5699       oluwa_faro
## 5700   Lizbeth_Meza95
## 5701         sonaroha
## 5702      sunflowersv
## 5703     chiamamiPino
## 5704   onedaylonglive
## 5705  disgruntledtofu
## 5706      sunflowersv
## 5707      MarcoWatts_
## 5708      kayoshi_dev
## 5709     mistahjamess
## 5710        itsmeljel
## 5711   faith_in_louis
## 5712         theo7509
## 5713      FOLINY_ARMY
## 5714        Kyberry32
## 5715       HeroicSide
## 5716    KathleenMHill
## 5717         soitis__
## 5718    peachysxnrise
## 5719  nicetohaveswift
## 5720    flaherty22891
## 5721        putzolutz
## 5722    peachysxnrise
## 5723   FeelinYourself
## 5724        imdumbfr_
## 5725        exhalevro
## 5726    peachysxnrise
## 5727    sucker4greedy
## 5728    AbdulRehmen_1
## 5729      yallgurlfer
## 5730          2cents_
## 5731        shirecrow
## 5732   AngelT_Edwards
## 5733      FOLINY_ARMY
## 5734     ColbyLindsay
## 5735     goodluckbeer
## 5736   FeelinYourself
## 5737        saintnivk
## 5738   Loveiloandmilo
## 5739    flaherty22891
## 5740        mishachu3
## 5741    ntinanotf0und
## 5742  simplyycornelia
## 5743    elsabelamaren
## 5744  ouraniablossoms
## 5745       czambrotto
## 5746    peachysxnrise
## 5747    elsabelamaren
## 5748           nthlni
## 5749  LaCamilazaRemix
## 5750     squid_roblox
## 5751      djwinterman
## 5752    lapisdevelops
## 5753    elsabelamaren
## 5754      FOLINY_ARMY
## 5755     squid_roblox
## 5756        Drip_komi
## 5757    flaherty22891
## 5758     squid_roblox
## 5759    lapisdevelops
## 5760     squid_roblox
## 5761        wtfmoura1
## 5762   __SourCandy___
## 5763    lapisdevelops
## 5764      JalisaSnell
## 5765    flaherty22891
## 5766      erikm0nster
## 5767        wtfmoura1
## 5768        jandralee
## 5769     goldendaae23
## 5770      LiaMichelle
## 5771       houseofari
## 5772   Loveiloandmilo
## 5773        wtfmoura1
## 5774         tyderail
## 5775   Loveiloandmilo
## 5776     CorduroyLane
## 5777     mistahjamess
## 5778      VindiTweets
## 5779         edeniseg
## 5780   Loveiloandmilo
## 5781          xtrnall
## 5782   ItsJosiePosiee
## 5783          xtrnall
## 5784      AlexParody3
## 5785          xtrnall
## 5786   RyanHorror1998
## 5787          ACHlUWA
## 5788          xtrnall
## 5789      vanessitarv
## 5790   Chanwooisbabie
## 5791         edeniseg
## 5792   RyanHorror1998
## 5793  BenjaminGCooper
## 5794  williamsIsaia16
## 5795      X100PreBeno
## 5796        MemedMeat
## 5797            F1Emz
## 5798  MatheusVersian5
## 5799  JumplinkTechhub
## 5800         tyderail
## 5801          indstu7
## 5802         edeniseg
## 5803  Cristin25558525
## 5804  ohmygod81844174
## 5805  RealFrancisPort
## 5806      youremymymy
## 5807            F1Emz
## 5808         Ryana427
## 5809            F1Emz
## 5810    thesleeperart
## 5811    thesleeperart
## 5812           cxrize
## 5813       iquitenian
## 5814           cxrize
## 5815  DanielM39398089
## 5816    thesleeperart
## 5817   ASouth_African
## 5818     AprilCrook18
## 5819        mukhershd
## 5820     BoiSenseless
## 5821           cxrize
## 5822    thesleeperart
## 5823       kanekisIut
## 5824     AprilCrook18
## 5825   Moonlight_Herr
## 5826     AprilCrook18
## 5827            jmbwr
## 5828  dennisnjuki2018
## 5829          Maimdp_
## 5830        jkrenebae
## 5831      youremymymy
## 5832       gloomjenos
## 5833       burkayshn1
## 5834   Moonlight_Herr
## 5835      YrnlonnieYt
## 5836   battle_reviews
## 5837     ayokasystems
## 5838         AmoahCFC
## 5839        jkrenebae
## 5840      leehannie08
## 5841          Maimdp_
## 5842  ROLLINSxMESSIAH
## 5843     1975ruinedme
## 5844           Favanr
## 5845        EZBreezyT
## 5846   battle_reviews
## 5847      leehannie08
## 5848  BanditsInsider_
## 5849        octowhat2
## 5850    forgetmenot49
## 5851  ROLLINSxMESSIAH
## 5852      youremymymy
## 5853   MochaWilliams9
## 5854  usernimmtestief
## 5855  Daniela53946522
## 5856        tiffnic06
## 5857          godfree
## 5858      leehannie08
## 5859        solacesyk
## 5860  m_thompson_0506
## 5861  ROLLINSxMESSIAH
## 5862      isiforshort
## 5863      youremymymy
## 5864   MochaWilliams9
## 5865  ROLLINSxMESSIAH
## 5866      JaysmokesZa
## 5867    heartlifeshin
## 5868        GaneshDGN
## 5869       hiheyitsmk
## 5870        tiffnic06
## 5871   battle_reviews
## 5872        jkrenebae
## 5873       lilmzfenty
## 5874   amireallyhimfr
## 5875       hiheyitsmk
## 5876      Sararose12_
## 5877      khalid_jiya
## 5878       hiheyitsmk
## 5879      SpookyKing0
## 5880      khalid_jiya
## 5881        tiffnic06
## 5882      fairislerry
## 5883       casslogist
## 5884      Vermontious
## 5885   manuelgalindoo
## 5886      khalid_jiya
## 5887      Sararose12_
## 5888      lilac_bambi
## 5889     BobKaufman69
## 5890  ot7close_friend
## 5891      EJC_CORBETT
## 5892           _uuwah
## 5893       Mescuudiii
## 5894      lilac_bambi
## 5895  m_thompson_0506
## 5896   manuelgalindoo
## 5897      Sararose12_
## 5898       PhoebiArum
## 5899     Esteban_g27_
## 5900     JayKitsuneTV
## 5901           _uuwah
## 5902       nikki_inde
## 5903     gayganridley
## 5904       AstroTorch
## 5905           _uuwah
## 5906      Sararose12_
## 5907           _uuwah
## 5908     JayKitsuneTV
## 5909         yuriink_
## 5910    ProbablyNolan
## 5911    kiaramaritz13
## 5912     JayKitsuneTV
## 5913       ZanAycicek
## 5914       Nadia_4444
## 5915        gayroxide
## 5916          exlaixa
## 5917    kiaramaritz13
## 5918      I_mialisa_I
## 5919          exlaixa
## 5920     JayKitsuneTV
## 5921    NC422wasfound
## 5922        lyingbugs
## 5923      juliatayloe
## 5924  Junkyuturtlekim
## 5925      I_mialisa_I
## 5926    kiaramaritz13
## 5927      callmelexis
## 5928          PikaSaz
## 5929        chirpyest
## 5930       qmptrading
## 5931      I_mialisa_I
## 5932      juliatayloe
## 5933       ariishinyz
## 5934  gr33nblu3purpl3
## 5935  Moflexhandsome0
## 5936      I_mialisa_I
## 5937    NotUnfunniest
## 5938       ariishinyz
## 5939       DrFrogDoom
## 5940      hedrswiffff
## 5941       DrFrogDoom
## 5942        dreamytsu
## 5943    NotUnfunniest
## 5944     RoyalxDaring
## 5945  gr33nblu3purpl3
## 5946     ETomlinson99
## 5947       DrFrogDoom
## 5948       prism_punk
## 5949         chydhera
## 5950         ZZozo624
## 5951       DrFrogDoom
## 5952        ShyybahFM
## 5953       ariishinyz
## 5954    NotUnfunniest
## 5955   itskendalagain
## 5956     epicdave2001
## 5957  gr33nblu3purpl3
## 5958         leoarapp
## 5959       AstroTorch
## 5960  gr33nblu3purpl3
## 5961     epicdave2001
## 5962   MultiversalDev
## 5963      otherebecca
## 5964    NotUnfunniest
## 5965  minsugaforehead
## 5966        kerancore
## 5967     epicdave2001
## 5968   tryingtocancel
## 5969  datkidchrisdree
## 5970     epicdave2001
## 5971       xpapatya_x
## 5972      I_Am_Mars__
## 5973  minsugaforehead
## 5974        dreamytsu
## 5975    zayyunleashed
## 5976       xpapatya_x
## 5977      I_Am_Mars__
## 5978           j3ssaf
## 5979       xpapatya_x
## 5980      calmIjawBoy
## 5981    veggie_samosa
## 5982      I_Am_Mars__
## 5983  MichelleCaissi1
## 5984  minsugaforehead
## 5985       xpapatya_x
## 5986        party4__u
## 5987   midnightsera13
## 5988     g_awaycarmrd
## 5989      I_Am_Mars__
## 5990           Dur_x9
## 5991  minsugaforehead
## 5992          mpsrcym
## 5993     nialovenicki
## 5994  CocoandFriends2
## 5995     g_awaycarmrd
## 5996     OnlineProusa
## 5997      kim17_jihoo
## 5998        party4__u
## 5999   midnightsera13
## 6000    votefortxtuwu
## 6001      martin_mg__
## 6002   midnightsera13
## 6003   manic_idleteen
## 6004    KennoStargate
## 6005  carcarcrash7864
## 6006     OnlineProusa
## 6007   midnightsera13
## 6008    LilJinata1111
## 6009        junhaniac
## 6010  blackholefriend
## 6011   hildevongarden
## 6012     JamesHarness
## 6013  carcarcrash7864
## 6014           ONErpm
## 6015     OnlineProusa
## 6016          maomic2
## 6017  carcarcrash7864
## 6018         xoxoewer
## 6019    relevant_2020
## 6020      lilac_bambi
## 6021     relientkenny
## 6022       Boomalope_
## 6023      ferzavala14
## 6024     _AstroMaddie
## 6025     OnlineProusa
## 6026        lizdalben
## 6027         RealMyaJ
## 6028    jaylee_shaner
## 6029  HaitianDoll_LLC
## 6030    ddlhsteinfeld
## 6031   ZackAttack2995
## 6032      diegolealdo
## 6033       coacoac28l
## 6034      diegolealdo
## 6035     OnlineProusa
## 6036      diegolealdo
## 6037    jinastronautt
## 6038    ItsonlyEdrian
## 6039        xoxojoyce
## 6040      ghost_drone
## 6041      saqifkhan59
## 6042      mydixswreck
## 6043    kohiwonomitai
## 6044      mydixswreck
## 6045    kohiwonomitai
## 6046    jinastronautt
## 6047      xtinapanama
## 6048       JamesMozia
## 6049          ye_onge
## 6050   palmtreesdolan
## 6051      saqifkhan59
## 6052      mydixswreck
## 6053      SaylorxMoon
## 6054     bulletssalem
## 6055    kohiwonomitai
## 6056        xoxojoyce
## 6057        LokitaViv
## 6058     OnlineProusa
## 6059           Mvxzzz
## 6060          tajit_7
## 6061         lauvrryt
## 6062  CamilyWilliany1
## 6063  tangerinewsugaa
## 6064  CamilyWilliany1
## 6065      SaylorxMoon
## 6066  CamilyWilliany1
## 6067        ctmmydisc
## 6068      saqifkhan59
## 6069    TheGiraffeBoi
## 6070  CamilyWilliany1
## 6071          tajit_7
## 6072     OnlineProusa
## 6073      slimayjimay
## 6074        ctmmydisc
## 6075      xtinapanama
## 6076          tajit_7
## 6077        xoxojoyce
## 6078     jadetravers1
## 6079      rubendehaes
## 6080      saqifkhan59
## 6081    uarmydionysus
## 6082     jadetravers1
## 6083     Blink_are_BP
## 6084       prodbyLOUX
## 6085   worldturnedred
## 6086       SAPPHlCSAM
## 6087     jadetravers1
## 6088      saqifkhan59
## 6089        yujurosie
## 6090     OnlineProusa
## 6091    krittikanandi
## 6092      reverseliss
## 6093        xoxojoyce
## 6094       RobynisRed
## 6095           hcqwyp
## 6096     testing_2610
## 6097     OnlineProusa
## 6098     jealousyxliv
## 6099        yujurosie
## 6100      reverseliss
## 6101  SiphesihleNts14
## 6102     OnlineProusa
## 6103    conorelwell12
## 6104  OpaqueSleet7802
## 6105           hcqwyp
## 6106        dolcening
## 6107   thebadboyblues
## 6108        bela_iman
## 6109    krittikanandi
## 6110     OnlineProusa
## 6111       rikingball
## 6112   darealveektohr
## 6113      birdsbelles
## 6114           Dur_x9
## 6115      birdsbelles
## 6116   carmenmagentaa
## 6117      slimayjimay
## 6118    krittikanandi
## 6119    sneakers_hub4
## 6120      birdsbelles
## 6121  missbogwitchusa
## 6122        zynthical
## 6123        bela_iman
## 6124      birdsbelles
## 6125   carmenmagentaa
## 6126  Justmagicalgirl
## 6127    Joseespinosaz
## 6128     RektSkeleton
## 6129   carmenmagentaa
## 6130    missmoonpride
## 6131  isitromantichow
## 6132      seafoamyonk
## 6133          RoxyK71
## 6134       HorsinReal
## 6135        AmandaRPI
## 6136      _jaccaranda
## 6137     RektSkeleton
## 6138     themwananchi
## 6139        taemay222
## 6140     RektSkeleton
## 6141    jazzydamasco_
## 6142      ControlTVng
## 6143      AnimosityX_
## 6144   indigo_sounds_
## 6145  onlinesaleseldo
## 6146   colincreekmall
## 6147   notsummersrose
## 6148          _Ruuubs
## 6149       kanyestan0
## 6150    Barbartuneday
## 6151    umeenterprise
## 6152   iamlemarwilson
## 6153          not_drc
## 6154   BlackButterEnt
## 6155   emmamatteiniii
## 6156     Jace98127644
## 6157     RektSkeleton
## 6158    flurrylazulii
## 6159  bolonmusicgroup
## 6160    Felsenbirne22
## 6161  thepakistan2021
## 6162    yasminalm3ida
## 6163    flurrylazulii
## 6164     2Letters__Tc
## 6165     nemospencer1
## 6166   cherrystyles_8
## 6167      lukaslevert
## 6168    LordChristoff
## 6169    Remembalucky7
## 6170        MPowerRSA
## 6171        Page2Girl
## 6172      PandemexLLC
## 6173  Your_siddhartha
## 6174   DirtyLoverBand
## 6175          JJSLCVE
## 6176        cyb3rn1te
## 6177    Felsenbirne22
## 6178        neilmacq_
## 6179         a_moskwa
## 6180         octohbrs
## 6181           Helpy_
## 6182         joaophs1
## 6183  LeChristopherAG
## 6184        luckyLVJY
## 6185  nicoleswiftieee
## 6186          JJSLCVE
## 6187        cyb3rn1te
## 6188          45264rs
## 6189          HByedon
## 6190           Adds4L
## 6191   jacksonsjigsaw
## 6192     RoxasEevwy32
## 6193        pompompep
## 6194        cyb3rn1te
## 6195  thehopeofitalll
## 6196  brianabonfiglio
## 6197           Helpy_
## 6198  arsinghofficial
## 6199         EinarrGL
## 6200         ecco_tel
## 6201   amaranewbeginn
## 6202           Adds4L
## 6203        doux_soft
## 6204    Felsenbirne22
## 6205   amaranewbeginn
## 6206       sqigglelie
## 6207    OG_Aboriginal
## 6208           Adds4L
## 6209          bkithia
## 6210   amaranewbeginn
## 6211   _GrantTheGoat_
## 6212     royalyoungsz
## 6213  MsSamanthalynn2
## 6214       amsysiyo_6
## 6215     testing_2610
## 6216     kingnathan45
## 6217   amaranewbeginn
## 6218     checkoutsopi
## 6219           Adds4L
## 6220       aleannemia
## 6221     arshpatel123
## 6222     berryheiress
## 6223    yoonsdelight_
## 6224       Chloweeee_
## 6225     iamEPanthony
## 6226       misslunela
## 6227          KEENAS_
## 6228    VanillAiLatte
## 6229       amsysiyo_6
## 6230   Samira43812949
## 6231     PomstarVstar
## 6232       aleannemia
## 6233    Fatimarhaliyu
## 6234     geniecraft92
## 6235           Dur_x9
## 6236         RexTare2
## 6237       tiatricamo
## 6238     marriedheads
## 6239          souldls
## 6240   apkaranatayyab
## 6241       tiatricamo
## 6242    sneakers_hub4
## 6243       amsysiyo_6
## 6244  MichaelDanger19
## 6245     geniecraft92
## 6246   kdjsdirty_coat
## 6247     walker_88793
## 6248      brokerbobw1
## 6249    maadelinemoon
## 6250     jenniferxcab
## 6251     fullstackera
## 6252     geniecraft92
## 6253     harshamano02
## 6254       amsysiyo_6
## 6255           x_aldc
## 6256         gloxxexi
## 6257           x_aldc
## 6258     geniecraft92
## 6259         Miyoomih
## 6260        AbbyZitro
## 6261           x_aldc
## 6262     geniecraft92
## 6263   sweetlacrimosa
## 6264  MonaxMoonKnight
## 6265           x_aldc
## 6266      KHCHENLE___
## 6267     testing_2610
## 6268     geniecraft92
## 6269   kdjsdirty_coat
## 6270    OnlineBethany
## 6271    uwupotato9206
## 6272   gabigalashiels
## 6273       criyptogod
## 6274     geniecraft92
## 6275     mistahjamess
## 6276    gabrielaa1109
## 6277  TheNotoriousNTJ
## 6278           7texts
## 6279   gabigalashiels
## 6280          im_vlan
## 6281          10Drilz
## 6282      Ckalebtoday
## 6283     geniecraft92
## 6284    SailorGainz18
## 6285        Miralibay
## 6286   gabigalashiels
## 6287      Imaarinkaur
## 6288     yale__mollie
## 6289     geniecraft92
## 6290       amsysiyo_6
## 6291        NERODANKS
## 6292         ItsMeT96
## 6293  Muellersdayoff_
## 6294       VANLEPPARD
## 6295    Missing_Peice
## 6296         sicmundz
## 6297        WeSpotYou
## 6298  lucyabernathy23
## 6299       TinaleeM83
## 6300   katharsisTKlts
## 6301        Miralibay
## 6302       WintyTweet
## 6303      Ckalebtoday
## 6304     sammilopes14
## 6305     geniecraft92
## 6306           Hkcgv7
## 6307      oasis_ch1ld
## 6308         04_jerrr
## 6309  lucyabernathy23
## 6310         taefolla
## 6311     yelenqvision
## 6312    marjoriestave
## 6313        CJhereeee
## 6314      DevilTastic
## 6315       shelbytism
## 6316       minjiscafe
## 6317        Miralibay
## 6318       Confoozzed
## 6319         04_jerrr
## 6320         WOOJ0830
## 6321  Christo68932776
## 6322         taefolla
## 6323        grayoshii
## 6324     sammilopes14
## 6325         04_jerrr
## 6326        urboyphel
## 6327      RachaelEfff
## 6328         04_jerrr
## 6329           sj_frr
## 6330  oluwafemi_bobby
## 6331          PexcelD
## 6332      Ckalebtoday
## 6333    fixed_surebet
## 6334         sicmundz
## 6335        ChidongaT
## 6336        AroojBlog
## 6337          mianyuu
## 6338      LucaCelli67
## 6339    Waylen_Essays
## 6340     mileyalegend
## 6341  GrahamCamComedy
## 6342       Ac247Agyei
## 6343         sicmundz
## 6344         kamo226_
## 6345         Trvrctt1
## 6346        GusAmogus
## 6347     mileyalegend
## 6348         tkotheii
## 6349     Bluesinger71
## 6350      bellanati0n
## 6351         Axleal18
## 6352         kamo226_
## 6353        GusAmogus
## 6354    djleakycheese
## 6355     Chilly_Pixie
## 6356     Bluesinger71
## 6357  stopswearingpls
## 6358  MtKilimanjaroTZ
## 6359       ntmyimsimp
## 6360     mileyalegend
## 6361      nadinemaybe
## 6362     goldenwallzz
## 6363       leilazebra
## 6364     Bluesinger71
## 6365        felintooz
## 6366        GusAmogus
## 6367    djleakycheese
## 6368     Cathie_Mills
## 6369   ElonMusksapceX
## 6370     zombieweiner
## 6371     Bluesinger71
## 6372    djleakycheese
## 6373   yellow_lindsey
## 6374        lilyvol_6
## 6375           28Sabs
## 6376      nadinemaybe
## 6377     zombieweiner
## 6378      ElfJohanaGT
## 6379            14u53
## 6380     Cathie_Mills
## 6381      nadinemaybe
## 6382   MarshalRegalia
## 6383    ScrunchieShop
## 6384     zombieweiner
## 6385      budbrowniee
## 6386           Oilk4_
## 6387   GhostlyCas9999
## 6388     geniecraft92
## 6389    Robin_Paige20
## 6390    djleakycheese
## 6391         snaakszn
## 6392         valaisvx
## 6393      cfs123plays
## 6394         valaisvx
## 6395     geniecraft92
## 6396       killercupe
## 6397    PrAnAychArAn9
## 6398    satnam_nation
## 6399  gently_confused
## 6400      cfs123plays
## 6401         valaisvx
## 6402       jcoyndrive
## 6403    scotsmike1985
## 6404      leandro9366
## 6405     MattMatthewP
## 6406     katehofilena
## 6407  Muellersdayoff_
## 6408      BethReanne_
## 6409     overmestella
## 6410      uenoyamalvr
## 6411         scamheen
## 6412      cfs123plays
## 6413       jcoyndrive
## 6414           GVMiS3
## 6415      leandro9366
## 6416      uenoyamalvr
## 6417    satellite_rry
## 6418     geniecraft92
## 6419     danielba2001
## 6420     bluepandas28
## 6421    EverMidnights
## 6422   joseandress_13
## 6423       jcoyndrive
## 6424     NeoMasemola_
## 6425       kollegerok
## 6426    thelazyarpita
## 6427         Jhndleee
## 6428   joseandress_13
## 6429       jcoyndrive
## 6430       bIackcindy
## 6431     geniecraft92
## 6432   gingersnations
## 6433   joseandress_13
## 6434     geniecraft92
## 6435       peenapples
## 6436      BeautyNBars
## 6437  sendirianmuluya
## 6438     geniecraft92
## 6439         noullian
## 6440       peenapples
## 6441    satnam_nation
## 6442    hokagebrizzle
## 6443      TheAlexZurg
## 6444          plabieo
## 6445         noullian
## 6446   ichbinderbenny
## 6447        gamermabk
## 6448          Al_Hine
## 6449  GamingSkelebone
## 6450          anaglcx
## 6451        jaketylxr
## 6452       LuccaCotta
## 6453        gamermabk
## 6454   ichbinderbenny
## 6455          plabieo
## 6456        trueebIue
## 6457      safari_room
## 6458           gc187x
## 6459        gamermabk
## 6460    Jinsha_Frainy
## 6461        haylortkm
## 6462       brodylol33
## 6463        MrsMarie_
## 6464        haylortkm
## 6465           kweiju
## 6466         povdiors
## 6467    Jinsha_Frainy
## 6468  NewrozLovesMILF
## 6469     imthefoolish
## 6470     sikuthealien
## 6471   clairebear007_
## 6472      mollysulli3
## 6473            HST_7
## 6474     imthefoolish
## 6475      DookDoodles
## 6476  RobinsonPeace16
## 6477           kweiju
## 6478         Ejobs_pk
## 6479  artandmasterpi1
## 6480        ikcentrik
## 6481         imsamnow
## 6482     Darkmode_420
## 6483   simplythebeth3
## 6484   katedensonluvr
## 6485      leandro9366
## 6486   SouthBlackNote
## 6487   DarioSwiftLipa
## 6488   basedburritos_
## 6489     luxmoonchild
## 6490         userjan4
## 6491        encanthor
## 6492          Erzuluk
## 6493       BmkEminent
## 6494          Arriamz
## 6495          Erzuluk
## 6496        encanthor
## 6497          URL0S3R
## 6498  secretaryarcane
## 6499        Mar_moram
## 6500        Cl4rityGG
## 6501    iamDCinvestor
## 6502   champagneflopi
## 6503   pablointheskin
## 6504      gabbyshreve
## 6505        kelvinfnk
## 6506    annabel______
## 6507       TheSchnetz
## 6508       Jenni_faar
## 6509      SkillsFood1
## 6510       EvolAva_EV
## 6511      VoodooSCOOP
## 6512          mosh241
## 6513    MuppetMulaney
## 6514       dayasorbit
## 6515          mosh241
## 6516  RobinsonPeace16
## 6517         Tr1gga_3
## 6518        encanthor
## 6519      YukiYukiPOG
## 6520       EvolAva_EV
## 6521          mosh241
## 6522     laurrynnnnnn
## 6523      genroflores
## 6524        encanthor
## 6525        Alienware
## 6526        jon_m_rob
## 6527     clumsyxmarii
## 6528     paperfishgal
## 6529           alrwyd
## 6530   ThisIsRituNegi
## 6531      DJAssassino
## 6532       mabonso_sa
## 6533     paperfishgal
## 6534      bre_mccrary
## 6535     DJARlNISPUNK
## 6536          ikatyah
## 6537   alwaysolatunji
## 6538     paperfishgal
## 6539        burtonvjr
## 6540   FirstNameConor
## 6541        b2fly2000
## 6542      bre_mccrary
## 6543          ikatyah
## 6544        burtonvjr
## 6545      bre_mccrary
## 6546        jon_m_rob
## 6547          l0usour
## 6548        burtonvjr
## 6549        b2fly2000
## 6550     PriyankaA333
## 6551   Stanleydaninja
## 6552        b2fly2000
## 6553   Judith11593504
## 6554    elizabethduds
## 6555        Aeisha___
## 6556    amusingsoojin
## 6557        fabioddao
## 6558    Grantosterone
## 6559    helenaisawake
## 6560  the_real_ticker
## 6561        b2fly2000
## 6562           _hmgjr
## 6563    corneliaspink
## 6564     alterbrown82
## 6565         dom_drea
## 6566       jakeupnash
## 6567    victoriiakath
## 6568  RyanForEQUALITY
## 6569           _hmgjr
## 6570     alterbrown82
## 6571      amytorbetta
## 6572     alterbrown82
## 6573       renugav555
## 6574     alterbrown82
## 6575        Aeisha___
## 6576       sydparker_
## 6577     AdamClark850
## 6578    FrawstyGWizzo
## 6579      liquortalks
## 6580     xande_poveda
## 6581       helpmum_ng
## 6582         Mr_Reedo
## 6583       AMoonshade
## 6584   Evelyn_Chhetry
## 6585        Barrytoon
## 6586      liquortalks
## 6587     lotsadLottie
## 6588     Missskitttin
## 6589      liquortalks
## 6590   skvwalkerfilms
## 6591        Aeisha___
## 6592           h4liwp
## 6593       AMoonshade
## 6594     TeamAthena13
## 6595        JrKalyjay
## 6596       freakyfly_
## 6597   skvwalkerfilms
## 6598      How2bJazzAF
## 6599    finch_forever
## 6600        quirkstie
## 6601          mrmhrs_
## 6602      ggxdelovato
## 6603       freakyfly_
## 6604        lee_04njm
## 6605        lee_04njm
## 6606     aubryfonseca
## 6607        CNS_Media
## 6608  josh44444444442
## 6609        ilykimtea
## 6610          hayls_s
## 6611    MelissaJFrost
## 6612    MandyPanda011
## 6613      wilks_lydia
## 6614     Richnigga912
## 6615         MrKrepan
## 6616  josh44444444442
## 6617          hayls_s
## 6618        lee_04njm
## 6619          hayls_s
## 6620  visionsofmantra
## 6621     BelgianDears
## 6622       DjGus_Bqto
## 6623      niinetynine
## 6624          hayls_s
## 6625   clifford_kriss
## 6626     TheresABeaaa
## 6627      KozmixBlitz
## 6628   PlainsTunneler
## 6629      KozmixBlitz
## 6630      relleunique
## 6631     chericelovee
## 6632      KozmixBlitz
## 6633          gd_pika
## 6634       seeseehawk
## 6635     louiecapaldi
## 6636      KozmixBlitz
## 6637       aTzbiT1117
## 6638      Isa4cIsiaka
## 6639   googlemybusine
## 6640  darealtimshady1
## 6641      Isa4cIsiaka
## 6642  carloscruz21999
## 6643      fanaticnole
## 6644  montsemaqueda01
## 6645          dikhxon
## 6646     Glasgow_Live
## 6647         jiheon67
## 6648      Isa4cIsiaka
## 6649       aTzbiT1117
## 6650          dikhxon
## 6651      RyujinBread
## 6652         jiheon67
## 6653        flatentx1
## 6654         Allieen0
## 6655       aTzbiT1117
## 6656          dikhxon
## 6657        Aeisha___
## 6658         jiheon67
## 6659        adrienefq
## 6660       aTzbiT1117
## 6661   xForeverMixer1
## 6662  Esteban31743091
## 6663  theemarajpalace
## 6664   xForeverMixer1
## 6665        MadCatBeX
## 6666        _Spiracle
## 6667          Doo_kis
## 6668  Esteban31743091
## 6669         LSU_EDEN
## 6670   xForeverMixer1
## 6671        _Spiracle
## 6672    artblockmusic
## 6673  MoneyMarkDiggla
## 6674    Lord_Chiquita
## 6675        notregina
## 6676     vergara_1028
## 6677         LSU_EDEN
## 6678    Lord_Chiquita
## 6679      Isa4cIsiaka
## 6680       DjGus_Bqto
## 6681  MoneyMarkDiggla
## 6682      ThomBartley
## 6683    Lord_Chiquita
## 6684        wa_mutegi
## 6685    mutwiri_njue1
## 6686         gjkhouri
## 6687    Lord_Chiquita
## 6688        theta7274
## 6689       MoneyWilin
## 6690          nbn1126
## 6691        mayajoyrn
## 6692        cindilmao
## 6693         Tuttasb1
## 6694     lavenderocky
## 6695     violetaaazur
## 6696         LunarO7_
## 6697         OTU_SUAU
## 6698          primo4k
## 6699      buddhikac97
## 6700         gjkhouri
## 6701        Dam2juicy
## 6702        cindilmao
## 6703   sunnysatelIite
## 6704         Em_Bowie
## 6705        cindilmao
## 6706   kendallsrose03
## 6707        Dam2juicy
## 6708        ZadaJones
## 6709        J0K3RW1NS
## 6710   Jordanmanzelli
## 6711           septaz
## 6712     G_God_Josiah
## 6713      MaizieSeput
## 6714      NitroSpidey
## 6715        GR3YVE1NS
## 6716   kookoo71747839
## 6717         LunarO7_
## 6718       eliferssan
## 6719     nightmaxlive
## 6720  KATYCAT123CAT12
## 6721      Imagine5684
## 6722   Jordanmanzelli
## 6723    istantoulouse
## 6724   muzzu_or_mujju
## 6725      gudgurlriri
## 6726           QRiplo
## 6727         LunarO7_
## 6728      Imagine5684
## 6729          vlvtmin
## 6730    karla_smile07
## 6731    dipakhaldar02
## 6732   monikapocalips
## 6733      Imagine5684
## 6734     chatroomstan
## 6735   hrts4crimeboyz
## 6736        GR3YVE1NS
## 6737    dipakhaldar02
## 6738    karla_smile07
## 6739      Imagine5684
## 6740     chatroomstan
## 6741      Bk_officail
## 6742    theplatf0rmuk
## 6743          cosmiqr
## 6744         LunarO7_
## 6745   monikapocalips
## 6746       Cloudfrog7
## 6747    dipakhaldar02
## 6748    dipakhaldar02
## 6749   monikapocalips
## 6750        WFNYCraig
## 6751          Rasausa
## 6752        dejviid03
## 6753   ADMarcovecchio
## 6754      gudgurlriri
## 6755    dipakhaldar02
## 6756     October_Paro
## 6757      kamranali96
## 6758        MioneTwin
## 6759    bbIacktreacle
## 6760        Stef_ahny
## 6761    bbIacktreacle
## 6762    dipakhaldar02
## 6763    BelovedCassia
## 6764   punkdivestedbw
## 6765        imnasakun
## 6766    bbIacktreacle
## 6767  mightyknight501
## 6768       neoteez___
## 6769        imnasakun
## 6770   punkdivestedbw
## 6771    dipakhaldar02
## 6772       clownsalva
## 6773        AliCateRL
## 6774    bbIacktreacle
## 6775     mercurysummr
## 6776       MrDude_o_o
## 6777        imnasakun
## 6778     cathleenamor
## 6779      wheresbex95
## 6780     mercurysummr
## 6781    Cathydirector
## 6782       BrittJayee
## 6783  weightofthecrwn
## 6784     Ioveisnteasy
## 6785        AliCateRL
## 6786    Cathydirector
## 6787          stdbluv
## 6788           S3benj
## 6789     VeiledSirius
## 6790        Succmoody
## 6791     Ioveisnteasy
## 6792      Reggaemoms9
## 6793    adriana280921
## 6794       DjGus_Bqto
## 6795    SpectrumHubNg
## 6796           S3benj
## 6797         KikoFenn
## 6798    OliviaSLeland
## 6799   nectarofdelrey
## 6800   PESU_Anonymous
## 6801     cybervikash_
## 6802    sleepyariadne
## 6803       sumire9797
## 6804   nectarofdelrey
## 6805    KathEnchanted
## 6806         Tuttasb1
## 6807          stdbluv
## 6808        shyrlonai
## 6809         lvskgrls
## 6810        alonzofgo
## 6811   nectarofdelrey
## 6812   qingru19851221
## 6813     VeiledSirius
## 6814       liugmakeup
## 6815           jtwt95
## 6816   nectarofdelrey
## 6817        NymphNora
## 6818         guadaowo
## 6819      itstwinrova
## 6820          nxzzius
## 6821  josephine_werff
## 6822      flickerrenx
## 6823    myaccusername
## 6824   gxrgeouscolors
## 6825           jtwt95
## 6826      6illiebossa
## 6827         xxzamnxx
## 6828          a1_ahil
## 6829    Cathydirector
## 6830    KathEnchanted
## 6831          madd0ll
## 6832     VeiledSirius
## 6833      linosubway_
## 6834   gxrgeouscolors
## 6835  josephine_werff
## 6836         Abiyoo22
## 6837   ihearttswift06
## 6838   gxrgeouscolors
## 6839        Kaciigeek
## 6840  kookssoulmate01
## 6841           jtwt95
## 6842        dtqklover
## 6843   ihearttswift06
## 6844        mansdexeo
## 6845      iam__army18
## 6846       webeehappy
## 6847   gxrgeouscolors
## 6848        dtqklover
## 6849      iam__army18
## 6850           jtwt95
## 6851   ihearttswift06
## 6852        dtqklover
## 6853   thefirstkarbie
## 6854   hopeitnverends
## 6855      HateULuvMee
## 6856  aayushi__dhawan
## 6857   ihearttswift06
## 6858  THandsomeFather
## 6859     nba_laquica1
## 6860          parxrun
## 6861   WrittenByRome2
## 6862      iam__army18
## 6863     mercurysummr
## 6864  FatalBazookette
## 6865   TisanesTriumph
## 6866    Fiorella_9597
## 6867   snowontheb1tch
## 6868    robdotgregory
## 6869    loveisgoIden_
## 6870          parxrun
## 6871       MattPerks3
## 6872  ShivPat65724824
## 6873         aleyska_
## 6874       MattPerks3
## 6875        dtqklover
## 6876  Joshua_Miller24
## 6877          parxrun
## 6878   WrittenByRome2
## 6879    loveisgoIden_
## 6880       MattPerks3
## 6881       MattPerks3
## 6882        ShrWorldo
## 6883         kayxlayy
## 6884         aleyska_
## 6885    loveisgoIden_
## 6886   WrittenByRome2
## 6887         aleyska_
## 6888  bejeweledsydney
## 6889     imphfethryna
## 6890  kendrickpropose
## 6891       jami_jaami
## 6892     liyahumphrey
## 6893        mansdexeo
## 6894         aleyska_
## 6895      SadiaDisha2
## 6896   94SILVERTONGUE
## 6897        phoeni_x6
## 6898         antydowt
## 6899     zomerinzicht
## 6900   94SILVERTONGUE
## 6901          dadogg0
## 6902      Mexbill2341
## 6903          tolxbbe
## 6904        McCathyln
## 6905  ArianaOffical23
## 6906     rlewisphilly
## 6907     claudiastayy
## 6908        phoeni_x6
## 6909        gordo_rob
## 6910          dadogg0
## 6911         med_art1
## 6912          JMuse77
## 6913        equis_nyc
## 6914        phoeni_x6
## 6915        arisminie
## 6916   94SILVERTONGUE
## 6917    purplearmyst_
## 6918    dipakhaldar02
## 6919   94SILVERTONGUE
## 6920     arianamagicz
## 6921        bonny_473
## 6922       _keshawn15
## 6923    dipakhaldar02
## 6924         Tuttasb1
## 6925        tatixyeah
## 6926        LUVJ00NIE
## 6927          97Deras
## 6928       LCyphre666
## 6929    dipakhaldar02
## 6930       LeeStoner8
## 6931     AnimeInfern0
## 6932         13giyoon
## 6933       ese_rakata
## 6934         femenbee
## 6935        tatixyeah
## 6936    dipakhaldar02
## 6937       AsprinkleO
## 6938         13giyoon
## 6939       irenifilms
## 6940    purplearmyst_
## 6941       meskis_st_
## 6942       CleartwoIT
## 6943         13giyoon
## 6944     rove46726248
## 6945       joelfrom08
## 6946  lennyinanewdrss
## 6947   _evandavidson_
## 6948         13giyoon
## 6949    dipakhaldar02
## 6950    purplearmyst_
## 6951      DDDashielll
## 6952     rove46726248
## 6953  lennyinanewdrss
## 6954   mahlangu_nqobi
## 6955    dipakhaldar02
## 6956       joelfrom08
## 6957       eliseryann
## 6958         SaBlae_D
## 6959       bardlover6
## 6960      DanSelwood1
## 6961   virgovenusgang
## 6962   lovelyfornow11
## 6963      Thekaliwali
## 6964       eliseryann
## 6965  blackoutconfess
## 6966    sunflowerjayd
## 6967         madssfdg
## 6968  msfineifyanasty
## 6969     MystrumGamer
## 6970       eliseryann
## 6971    braywoodsterr
## 6972       sorvetiemi
## 6973         madssfdg
## 6974   lovelyfornow11
## 6975       eliseryann
## 6976       BlackTipRS
## 6977       sorvetiemi
## 6978     w0nderland89
## 6979         madssfdg
## 6980         SWTNRLTD
## 6981  dddddreamcatch1
## 6982        KatieGiac
## 6983       aloosesona
## 6984       sakiwie879
## 6985    braywoodsterr
## 6986           fmPUSH
## 6987  msfineifyanasty
## 6988          UJNIBHK
## 6989        pinsleric
## 6990     w0nderland89
## 6991    Its_Mario_boi
## 6992    braywoodsterr
## 6993   virgovenusgang
## 6994  dddddreamcatch1
## 6995     w0nderland89
## 6996  flickerarchives
## 6997      Apoorva_144
## 6998    Its_Mario_boi
## 6999       sorvetiemi
## 7000   virgovenusgang
## 7001     w0nderland89
## 7002  dddddreamcatch1
## 7003         OnceLara
## 7004        TODDSSTER
## 7005        LFC_Tom72
## 7006    Its_Mario_boi
## 7007  harrys_tequilax
## 7008     Tanyayasmin7
## 7009   virgovenusgang
## 7010     _jackdasilva
## 7011    imarebelpilot
## 7012      PjMokoena31
## 7013         OnceLara
## 7014     RedMoonglade
## 7015     dreherkeleti
## 7016  ladyofthecanyon
## 7017         nuguoomf
## 7018     RedMoonglade
## 7019       jjin_jjwan
## 7020  kookssoulmate01
## 7021     RedMoonglade
## 7022      rakmo_music
## 7023  flickerarchives
## 7024      Marcellesas
## 7025       jjin_jjwan
## 7026        elise_mhc
## 7027  kookssoulmate01
## 7028         DotPeezy
## 7029     jamie___rees
## 7030          ff3ntse
## 7031   crxminalmindss
## 7032          samwuvv
## 7033       jjin_jjwan
## 7034        ferrawiii
## 7035    beansystemtwt
## 7036  Nice2KnoNatalie
## 7037  kookssoulmate01
## 7038     QueenyMartha
## 7039    JazzEclectikk
## 7040    ZaynDailyZone
## 7041  Nice2KnoNatalie
## 7042  kookssoulmate01
## 7043     RedMoonglade
## 7044  flickerarchives
## 7045      its_nahdeen
## 7046  Nice2KnoNatalie
## 7047        Afroskils
## 7048    saltypepper14
## 7049          ff3ntse
## 7050      its_nahdeen
## 7051    fratgirlharry
## 7052       pauline_nx
## 7053     RealistSpice
## 7054          ff3ntse
## 7055     Dimex_haywhy
## 7056  mightyknight501
## 7057  YounessInTheCut
## 7058  flickerarchives
## 7059   GoodFriendJoey
## 7060           cjdjam
## 7061   eversinceraggi
## 7062         mcumagic
## 7063          Goedel_
## 7064  nileshjadhav947
## 7065   interrupted_me
## 7066        joenahnah
## 7067   eversinceraggi
## 7068      5weetcheeks
## 7069     vagabondgrey
## 7070   eversinceraggi
## 7071    saamiyahusain
## 7072       littenator
## 7073      panellhnies
## 7074    cherrybabysav
## 7075   Verdorosafaris
## 7076          dme_363
## 7077      panellhnies
## 7078         Spingerd
## 7079      panellhnies
## 7080         mocjaune
## 7081      YesungsLove
## 7082      ValeDiRosa1
## 7083         Spingerd
## 7084     designaster_
## 7085         Spingerd
## 7086     ibrahimflixx
## 7087         Spingerd
## 7088  ana_of_universe
## 7089     startupbits7
## 7090  ana_of_universe
## 7091      ValeDiRosa1
## 7092        httpsWeel
## 7093  jadelittlefreak
## 7094  ana_of_universe
## 7095         kyuloopy
## 7096       DummyDucky
## 7097     graybookmark
## 7098  aayushi__dhawan
## 7099        wthkookie
## 7100           cjdjam
## 7101       ssamanthxq
## 7102         Spingerd
## 7103        wthkookie
## 7104        Slamarchy
## 7105       NaomiSam00
## 7106        SakshijiM
## 7107        wthkookie
## 7108       ssamanthxq
## 7109  girlfriends1978
## 7110        albandguy
## 7111     claudiomruiz
## 7112      Lov3Amanduh
## 7113     bejeweledivy
## 7114           SQPHlE
## 7115        jamiexrow
## 7116      tip_master1
## 7117      ValeDiRosa1
## 7118        httpsWeel
## 7119        Slamarchy
## 7120           cjdjam
## 7121      autumnizzle
## 7122       NaomiSam00
## 7123   Assured_Fixed0
## 7124       sakiwie879
## 7125    jessnicole997
## 7126  sundaynightarmy
## 7127        PopCraive
## 7128        httpsWeel
## 7129      fire_fisher
## 7130  shawnlovesindie
## 7131      emskinner11
## 7132   sickshootin757
## 7133  JaytoshiNetwork
## 7134  DraikeSkywalker
## 7135   R0seC0LoredB0y
## 7136            _Hazz
## 7137     OficiallTrii
## 7138    jessnicole997
## 7139        rachie421
## 7140           7aerys
## 7141  TheNotoriousAyo
## 7142     decodedrop00
## 7143           7aerys
## 7144        httpsWeel
## 7145           7aerys
## 7146       lifeinidle
## 7147           Bo8c4t
## 7148     taronstrange
## 7149      carluh_Lola
## 7150    LockedIn0rbit
## 7151           IddyFN
## 7152      spiiriit_na
## 7153      thaynar4___
## 7154        renzptrck
## 7155           IddyFN
## 7156         DanNew96
## 7157      mamawinnieh
## 7158   piccadilly0329
## 7159           IddyFN
## 7160      mamawinnieh
## 7161         UCMo_DMP
## 7162    YunginSent412
## 7163   Inlandempire79
## 7164        DRajput95
## 7165         DanNew96
## 7166     tired_vampyr
## 7167         Maholote
## 7168      mamawinnieh
## 7169   slowdownmrwolf
## 7170     CurlVitality
## 7171          petti41
## 7172          ceyiyec
## 7173   carlosesierraf
## 7174      mamawinnieh
## 7175  huyindear_jelly
## 7176           j_thmm
## 7177           qantus
## 7178         AudioWok
## 7179        taroesmio
## 7180        taroesmio
## 7181         saadtwts
## 7182        hiautosng
## 7183        taroesmio
## 7184        876Raiden
## 7185   loserwaybright
## 7186       sammilfson
## 7187      AaradhyaK16
## 7188   loserwaybright
## 7189      rifrompluto
## 7190        sim_artsy
## 7191     AnxiousMoose
## 7192        rabeebadz
## 7193      AaradhyaK16
## 7194     taronstrange
## 7195      AaradhyaK16
## 7196   loserwaybright
## 7197    TwoBeatsApart
## 7198      AaradhyaK16
## 7199   ekindelightful
## 7200    cubanoshake10
## 7201  speculatornifty
## 7202   Thescholar5989
## 7203    SimplyShayna_
## 7204        PJ_MaskUp
## 7205         saadtwts
## 7206   ekindelightful
## 7207       dieroteway
## 7208   loserwaybright
## 7209     babysasori_1
## 7210    Amity23713860
## 7211           jp4464
## 7212  oflittleczarina
## 7213   TheStarblaqWay
## 7214     MetalHead614
## 7215         jess1519
## 7216    dipakhaldar02
## 7217        xotbirdox
## 7218    Tinde22225866
## 7219          nhfieri
## 7220     MetalHead614
## 7221          303exai
## 7222          876_BTS
## 7223       1004__0808
## 7224          hy9ning
## 7225     bcfc_kingers
## 7226          hy9ning
## 7227       sillygal42
## 7228  oflittleczarina
## 7229   RealAnnaMarieR
## 7230         jess1519
## 7231        xotbirdox
## 7232          TonellB
## 7233       laceslifes
## 7234           lid177
## 7235     agnesmariyea
## 7236          kuhvonx
## 7237  GreatnessSpoken
## 7238  oflittleczarina
## 7239       GeneWillis
## 7240        xotbirdox
## 7241      ventiblooms
## 7242       laceslifes
## 7243     KlutzTheKing
## 7244      icelives___
## 7245   salamisamalama
## 7246           one40s
## 7247        xotbirdox
## 7248     onyxhorizons
## 7249         DBiddell
## 7250  WholesaleCircle
## 7251   ZackAttack2995
## 7252           one40s
## 7253    dipakhaldar02
## 7254    Burningman333
## 7255           one40s
## 7256    dipakhaldar02
## 7257   tayrianabarbie
## 7258     realenochafl
## 7259     stateoflucky
## 7260         kaearnah
## 7261   tayrianabarbie
## 7262  pgalantedesigns
## 7263          Snahccy
## 7264    aceofheartsXP
## 7265           _m__92
## 7266         jess1519
## 7267      NeNeN0Leaks
## 7268          xtinasm
## 7269     stateoflucky
## 7270      ananya_0724
## 7271  oflittleczarina
## 7272  vincentsgotagun
## 7273  HughJan06655012
## 7274      NeNeN0Leaks
## 7275       zekeIandon
## 7276        sopekooky
## 7277         hey_ebie
## 7278         jess1519
## 7279        sopekooky
## 7280      NeNeN0Leaks
## 7281        Nathy2895
## 7282        sopekooky
## 7283    dipakhaldar02
## 7284       deadrimmoa
## 7285       zekeIandon
## 7286     yunhos_timee
## 7287    fariaschahede
## 7288        sopekooky
## 7289      cardiglmore
## 7290    DeberryBlaine
## 7291        Nathy2895
## 7292       zekeIandon
## 7293     rehman432020
## 7294         Kino9991
## 7295    DeberryBlaine
## 7296      ZeroTooFast
## 7297    JuliaFoxWhore
## 7298        Nathy2895
## 7299   CrayfishCrusty
## 7300        Nathy2895
## 7301    DeberryBlaine
## 7302   LaydenRobinson
## 7303    DeberryBlaine
## 7304       swifterias
## 7305       kyunggssoo
## 7306    minaa________
## 7307      Swiftie9189
## 7308        emisthere
## 7309    Omgitssupreme
## 7310           kjjduh
## 7311     SoDieketseng
## 7312  TheMoonsAceCard
## 7313         dwyerkev
## 7314     tamarinarose
## 7315  imtotallymorgan
## 7316       BaseyCasey
## 7317        shei_twts
## 7318         Sarii15G
## 7319   Katherine_L_21
## 7320         dwyerkev
## 7321      illicitstay
## 7322    dipakhaldar02
## 7323        afrnaaziz
## 7324     imatransally
## 7325           sbraep
## 7326         agentp_x
## 7327          Bbkphat
## 7328         JHXYWCH3
## 7329     tamarinarose
## 7330     kylepilleddd
## 7331     Ash_NotIrwin
## 7332         deftoadz
## 7333   Katherine_L_21
## 7334      traehailema
## 7335       KimSnakeob
## 7336  vigilante_diego
## 7337    RedLippedDiva
## 7338         agentp_x
## 7339    dipakhaldar02
## 7340           sbraep
## 7341        zachgouge
## 7342        boredgerm
## 7343      sabbithmoss
## 7344           ZeGcgh
## 7345     AsetMuratuly
## 7346       girlgoyard
## 7347          cvxxrdt
## 7348       KimSnakeob
## 7349  Dikshas25493378
## 7350     kylepilleddd
## 7351       tearortear
## 7352    BadJawn_Gilbs
## 7353         biohzrrd
## 7354           sbraep
## 7355     tamarinarose
## 7356       parrrth9__
## 7357         agentp_x
## 7358       KimSnakeob
## 7359          sld2820
## 7360          JJSLCVE
## 7361  thebigdreadhead
## 7362          Bbkphat
## 7363       BarryCynic
## 7364       KimSnakeob
## 7365    dipakhaldar02
## 7366           sbraep
## 7367     tamarinarose
## 7368          sld2820
## 7369    ghostofchrisy
## 7370       Aragondb12
## 7371     AsetMuratuly
## 7372     kylepilleddd
## 7373    Dopeboichacha
## 7374  lolsarahlol1000
## 7375  childerolandusa
## 7376        frick_all
## 7377         tspeachy
## 7378       sofiaatomo
## 7379          beki483
## 7380          Bbkphat
## 7381          ultriax
## 7382   AdrienneRegina
## 7383         watrparx
## 7384    BeckyAzulpuff
## 7385         Kyxx__01
## 7386          Bbkphat
## 7387   rainbowlights_
## 7388         tspeachy
## 7389      kayladotexe
## 7390  Muhamma19127912
## 7391       pperson_01
## 7392      retickinapp
## 7393   universityofky
## 7394   rainbowlights_
## 7395    ghostofchrisy
## 7396      sp1cy_asian
## 7397   AdrienneRegina
## 7398         yenniesi
## 7399   s1lver_t0ngues
## 7400        frick_all
## 7401        frick_all
## 7402           HCloYO
## 7403        sebfxwler
## 7404        frick_all
## 7405   rainbowlights_
## 7406       Poulami_dp
## 7407  Djamil654657021
## 7408   s1lver_t0ngues
## 7409        sebfxwler
## 7410         blunt_mk
## 7411     Savagelord_1
## 7412        JoeMBurke
## 7413     91ssatellite
## 7414   cemeteri_drjve
## 7415     librarybunny
## 7416   s1lver_t0ngues
## 7417    LoboSauce_777
## 7418       AlextheG11
## 7419   cemeteri_drjve
## 7420       willAIm_21
## 7421        pritibaaa
## 7422  kalliebeasley99
## 7423     SkyintheWood
## 7424  dimitriIovemaiI
## 7425      itsjoshwolf
## 7426          jobrofr
## 7427        nessapr08
## 7428     SkyintheWood
## 7429        sebfxwler
## 7430           L2K_UK
## 7431          jobrofr
## 7432       DiegoEstMH
## 7433   larahurtubise1
## 7434         Loxxhart
## 7435          jobrofr
## 7436    Goldenwords22
## 7437   barneyconbotox
## 7438  angelaanupdates
## 7439   barneyconbotox
## 7440       Mi_nuteDEO
## 7441    BiggerthanK28
## 7442        AjcS_1119
## 7443       Kwambosco2
## 7444  THESWAGADOCIOUS
## 7445          jobrofr
## 7446       willAIm_21
## 7447       chosenmont
## 7448  SamkezCreations
## 7449    BiggerthanK28
## 7450    SamriddhiRai9
## 7451   NicoleWrayFans
## 7452       Juraeslife
## 7453   halfemptygirIs
## 7454          yobecks
## 7455       gimmessouo
## 7456    laur3nh3pburn
## 7457  tagathascamelot
## 7458      RJ_Patil_24
## 7459  GorgeousLifeeee
## 7460          54NGWOO
## 7461         xeptense
## 7462   NerdsDigCrypto
## 7463     Chereenmusic
## 7464    BiggerthanK28
## 7465         bp_carlo
## 7466        dabiinada
## 7467         klinthoq
## 7468           AKV_20
## 7469        AviWisnia
## 7470        maalemita
## 7471     KicchaFanTah
## 7472         bp_carlo
## 7473   mrswinterbearr
## 7474    FlintNotFound
## 7475          PJinxox
## 7476      jadeshareee
## 7477    FlintNotFound
## 7478   THEICONFRANCIS
## 7479        MeliaRati
## 7480   oalbertogarcia
## 7481         YJRIndia
## 7482  flickerarchives
## 7483    FlintNotFound
## 7484   mrswinterbearr
## 7485   fremen_cansado
## 7486         ferbluer
## 7487  tagathascamelot
## 7488   mrswinterbearr
## 7489     JamesHarness
## 7490         neonwknd
## 7491  toomanyoptions_
## 7492      slayvermore
## 7493    IggfeTheFella
## 7494   KimBae08435610
## 7495  flickerarchives
## 7496          Durghan
## 7497    Kaathikepamwe
## 7498         karmun92
## 7499      slayvermore
## 7500     faceplantmay
## 7501    Kaathikepamwe
## 7502   uh_oh_gotta_go
## 7503   mrswinterbearr
## 7504  jungkook_lovex7
## 7505   princessdeleon
## 7506    SalmonSeaFish
## 7507      slayvermore
## 7508       nethernore
## 7509       tragcryens
## 7510     starrynini05
## 7511          Durghan
## 7512      Imani_Ruth_
## 7513     Kwamamkhize_
## 7514        boombeomb
## 7515      RichKleinJr
## 7516  flickerarchives
## 7517   uh_oh_gotta_go
## 7518        boombeomb
## 7519     FearhunterNL
## 7520     zoglizzy4624
## 7521   uh_oh_gotta_go
## 7522        NoWayNo_3
## 7523         edenbruv
## 7524        boombeomb
## 7525        YNPPAREKH
## 7526   uh_oh_gotta_go
## 7527          _AceeGG
## 7528         Sp0nge76
## 7529    Chocoolatee00
## 7530    HolyDiverDion
## 7531     shairakookie
## 7532      SRKian_BaBa
## 7533        iamzkiel_
## 7534     AmeliaElder_
## 7535     Terbear_Lynn
## 7536      axellottl3_
## 7537      dineshkav16
## 7538     angel_lreyes
## 7539           MN0PLY
## 7540     shairakookie
## 7541   StarwberryKels
## 7542      radicaldumb
## 7543      SofiaMata35
## 7544           mt5l5l
## 7545   LenkaRowenaXIV
## 7546      niallxmessi
## 7547       macie_ps12
## 7548          Awkorcc
## 7549           mt5l5l
## 7550         itslwt91
## 7551     VallettaGatt
## 7552         iamnjr77
## 7553       macie_ps12
## 7554          MariDoz
## 7555  EricFrancisco24
## 7556           mt5l5l
## 7557     VallettaGatt
## 7558     TheCaitMarie
## 7559          giic0r3
## 7560    youmysonbxtch
## 7561         iamnjr77
## 7562    lovlives4ever
## 7563     VallettaGatt
## 7564   LenkaRowenaXIV
## 7565         rodpitts
## 7566        AJLoves__
## 7567       macie_ps12
## 7568       josemariou
## 7569     VallettaGatt
## 7570   myideasmarket_
## 7571    lovlives4ever
## 7572         iamnjr77
## 7573      iamcardilia
## 7574    lovlives4ever
## 7575   LenkaRowenaXIV
## 7576  klim4t3k0mmunsm
## 7577         ezraretr
## 7578  iheartparkjihyo
## 7579   LenkaRowenaXIV
## 7580     NikKatushkin
## 7581     Kaydenspeaks
## 7582         pIantbob
## 7583    IAmRockReigns
## 7584  hystericalsteve
## 7585       karkinoma2
## 7586  darcymulgrewlol
## 7587     frankie_lero
## 7588   JohnBerchielli
## 7589    ShineSwiftieK
## 7590       Erickcast2
## 7591  laughpisslazuli
## 7592        anamemoir
## 7593     shairakookie
## 7594      julifantini
## 7595       RayonCracc
## 7596     Story_Tavern
## 7597   JohnBerchielli
## 7598      TheHen69420
## 7599    hersheylangue
## 7600   mrs__worldwide
## 7601       hertzboy97
## 7602    breathinglady
## 7603          ObaIfe3
## 7604  honcho_0fficial
## 7605          e_jinxx
## 7606       hertzboy97
## 7607         AliReact
## 7608          b7RBACK
## 7609           vicwts
## 7610       freedomxme
## 7611    ashofclanwren
## 7612    kjholyfield63
## 7613       anejonomad
## 7614     rafaelimaooo
## 7615   CortlandCoffey
## 7616    ManicPixieEmo
## 7617          b7RBACK
## 7618       aaasthaaa_
## 7619     henloworld66
## 7620         rana0037
## 7621     Sierrablueee
## 7622     rafaelimaooo
## 7623          b7RBACK
## 7624         thrilway
## 7625    ManicPixieEmo
## 7626       RayonCracc
## 7627     jiseoksberry
## 7628       MacTopward
## 7629    UnderCoverHay
## 7630  modified_fixed1
## 7631    ManicPixieEmo
## 7632          qerbros
## 7633   Real_fixedodds
## 7634     hollydaisy23
## 7635  KhurrambinAslam
## 7636       aaasthaaa_
## 7637   buymemelatonin
## 7638        Luna024__
## 7639     bluebelle444
## 7640         silmades
## 7641         IamSoloh
## 7642          cgarci_
## 7643  hiashutoshsingh
## 7644         kbankks_
## 7645   buymemelatonin
## 7646         Logan7__
## 7647      sweetgravli
## 7648    UnderCoverHay
## 7649      smblanc1793
## 7650          Shewwll
## 7651           rsj3zs
## 7652          ncycrcr
## 7653        BhaveeshG
## 7654  RogerWilcoAstro
## 7655   MikilaKillwell
## 7656         Ramifrey
## 7657     counterfetts
## 7658   BIoodChampagne
## 7659           arswaw
## 7660       pharoahein
## 7661     Nanatoffee11
## 7662    theBenzedrine
## 7663         FretCore
## 7664     counterfetts
## 7665    rudoamormusic
## 7666    siriuslysonia
## 7667        camidv27_
## 7668       carveGogh_
## 7669     lopereirasix
## 7670    sixpackplease
## 7671         swxjlckn
## 7672     lexeyydburns
## 7673          dovesxc
## 7674    Daily_Pickens
## 7675   fentydeangelis
## 7676    slliverbullet
## 7677       073weekend
## 7678       lanadeImay
## 7679     lexeyydburns
## 7680       AbsolToast
## 7681   catchchocolate
## 7682         Silaqui1
## 7683    MercyAdedayo3
## 7684    BlazynFire123
## 7685    sixpackplease
## 7686       fauxdenzel
## 7687         borisosa
## 7688       AbsolToast
## 7689       emiIycrisp
## 7690    sixpackplease
## 7691        ____exoaf
## 7692      Kosmic_Dust
## 7693       AbsolToast
## 7694   real_straxxxes
## 7695        hcmesicks
## 7696     is_wordpress
## 7697        promexico
## 7698    kylieoneill13
## 7699    sixpackplease
## 7700        ____exoaf
## 7701     LindseyDeals
## 7702       Apfelstrud
## 7703   AllDayDillon28
## 7704          hemehna
## 7705    darkandwild07
## 7706         txmfrkln
## 7707    darkandwild07
## 7708       emiIycrisp
## 7709     kellydahbaby
## 7710  EntertainersAce
## 7711    darkandwild07
## 7712    darkandwild07
## 7713        im_wizguy
## 7714       emiIycrisp
## 7715       c4n2agency
## 7716         txmfrkln
## 7717        neyafliye
## 7718      CaintAugust
## 7719      CaintAugust
## 7720         txmfrkln
## 7721      marctoofyee
## 7722   ShutupNikhilll
## 7723      nacsmspring
## 7724    oog_abo_oga69
## 7725          vivliqs
## 7726        flajiggle
## 7727       MrJamesBmx
## 7728    isratshaikh11
## 7729      CaintAugust
## 7730        iamtvxqed
## 7731    oog_abo_oga69
## 7732      ChrisMySass
## 7733      nacsmspring
## 7734     counterfetts
## 7735  unendingdreamss
## 7736        shirlpuzz
## 7737      nacsmspring
## 7738    bullaugentech
## 7739         Akshu_gg
## 7740  daylightcanyonn
## 7741         qing1636
## 7742         CamoReba
## 7743       goblinkimg
## 7744     Dah_Saint001
## 7745         Ejobs_pk
## 7746         swoonerd
## 7747  SIDDHAR16174031
## 7748         yoooliam
## 7749    abigailisgood
## 7750     Dah_Saint001
## 7751  LadyBravestrong
## 7752    BlizzardWinds
## 7753    IAmRockReigns
## 7754    BlizzardWinds
## 7755    LightBluish95
## 7756     Shaylahamady
## 7757      TheDhillonn
## 7758       soahcteews
## 7759    BlizzardWinds
## 7760     Dah_Saint001
## 7761    LightBluish95
## 7762  multiplewealth1
## 7763       superhbics
## 7764      magguieluna
## 7765      engrkenprax
## 7766    BlizzardWinds
## 7767       MazoutVape
## 7768       superhbics
## 7769      engrkenprax
## 7770    PEARLFOUNTAlN
## 7771     appleinsider
## 7772      Ben_BeanBag
## 7773       superhbics
## 7774      magguieluna
## 7775       Larabruhhh
## 7776       superhbics
## 7777    JOBSEEKER2306
## 7778  Gabrielleruth15
## 7779  techinfomania20
## 7780     batteryman17
## 7781      pirate_jail
## 7782    PEARLFOUNTAlN
## 7783       NoahVlogss
## 7784    vigilantehaze
## 7785   multiskpopstan
## 7786        scaranara
## 7787     TonyGerdeman
## 7788        m1kasasgf
## 7789    jfloridakilos
## 7790        K1L0METER
## 7791         emptywlt
## 7792     FoolGenius33
## 7793        K1L0METER
## 7794  merlinburnsfood
## 7795         TWXNUZlS
## 7796    barkhadesaiii
## 7797          parxboo
## 7798     SonyMusicIre
## 7799  merlinburnsfood
## 7800      JBsTwoCents
## 7801     AlexEssien14
## 7802          Ayrtoes
## 7803          jaron95
## 7804  merlinburnsfood
## 7805        m1kasasgf
## 7806       KatieBug_6
## 7807        yvesgleek
## 7808         paupaula
## 7809          parxboo
## 7810        m1kasasgf
## 7811     wegetitchris
## 7812  merlinburnsfood
## 7813          parxboo
## 7814        m1kasasgf
## 7815       lallorica_
## 7816   nicoleschafer_
## 7817    soph_iagracee
## 7818   nicoleschafer_
## 7819       lallorica_
## 7820   aquarianweekly
## 7821   nicoleschafer_
## 7822   nicoleschafer_
## 7823        MCFC_Etho
## 7824       zach_sm1th
## 7825      thehiteshee
## 7826        ppawmpink
## 7827    Naija_unlockd
## 7828         illliad1
## 7829   UndeadPandaNFT
## 7830         iBenBean
## 7831        MCFC_Etho
## 7832   youronlykitkat
## 7833          Harp_YT
## 7834     Jessthelefty
## 7835      victoriagng
## 7836    moonyyieebaby
## 7837         DoccyBen
## 7838         bymyhair
## 7839    thedawsonvega
## 7840      immagneticx
## 7841   youronlykitkat
## 7842    Sammy11658443
## 7843     Johnmarklwin
## 7844      scar_mufasa
## 7845     HarshaAngeri
## 7846      victoriagng
## 7847       lallorica_
## 7848    itsmariahjean
## 7849        ilakoze02
## 7850   youronlykitkat
## 7851       SnowRivera
## 7852       polydomain
## 7853      BluehairedV
## 7854  outsidexflicker
## 7855       polydomain
## 7856      Mansoureh_K
## 7857  SaraArevalo2112
## 7858    QueenCityJamz
## 7859       polydomain
## 7860       joinBJPnow
## 7861    maddyminati14
## 7862   Leone04Umberto
## 7863       naomisnews
## 7864           csaro_
## 7865       literativy
## 7866           csaro_
## 7867      goodoldmoon
## 7868         isayuiii
## 7869     josuevmartin
## 7870           csaro_
## 7871      gucci_child
## 7872       hiimmarijo
## 7873  LadyBravestrong
## 7874    iamHarryBrook
## 7875         UzairRae
## 7876  SaraArevalo2112
## 7877     josuevmartin
## 7878           csaro_
## 7879       hrtsfrdtqk
## 7880           akbrax
## 7881   cherryrrehcpin
## 7882  SaraArevalo2112
## 7883      gucci_child
## 7884     josuevmartin
## 7885       hrtsfrdtqk
## 7886   lookingfralska
## 7887    mezzentertain
## 7888        thewolmer
## 7889        milkmaraj
## 7890   lagostarwireng
## 7891            blnx3
## 7892         Sir__CEO
## 7893       hrtsfrdtqk
## 7894      Manya_jdope
## 7895   infantecavazos
## 7896      gucci_child
## 7897         MiuKook_
## 7898            blnx3
## 7899  SaraArevalo2112
## 7900        boombeomb
## 7901       hrtsfrdtqk
## 7902      goodoldmoon
## 7903       pincheyana
## 7904      goodoldmoon
## 7905     valvolamitry
## 7906       ncityzonxx
## 7907   grace_stoneman
## 7908          madd0ll
## 7909       ncityzonxx
## 7910      BradleyC999
## 7911     valvolamitry
## 7912          xxxdalv
## 7913      imaniversus
## 7914    YT__Nightmare
## 7915       yungstakes
## 7916          fiImlvr
## 7917     valvolamitry
## 7918       ncityzonxx
## 7919     Super_jillop
## 7920     Super_jillop
## 7921     Super_jillop
## 7922     Super_jillop
## 7923          fiImlvr
## 7924      goodoldmoon
## 7925         pokuaase
## 7926       ncityzonxx
## 7927     giselleb1234
## 7928       anotemusic
## 7929        quackivay
## 7930      PsyKotiiiiK
## 7931          madd0ll
## 7932     ellieebeaar_
## 7933      iamdeaduser
## 7934        Alis_Djo1
## 7935        torpedror
## 7936    nolighttweets
## 7937        Cheriekew
## 7938         cleolune
## 7939      VeePunk2077
## 7940         NanaO923
## 7941      formulachlo
## 7942       frigidsurf
## 7943        Ivanwabo1
## 7944       jiiiprific
## 7945      VeePunk2077
## 7946     DaNiMaLik619
## 7947           luvk4t
## 7948       jiiiprific
## 7949   earlisgonzales
## 7950      dmSantosaha
## 7951    lovexornelius
## 7952         cleolune
## 7953          ivefila
## 7954        torpedror
## 7955     nilousenpaij
## 7956         Rakronsi
## 7957       Biddymiff_
## 7958          ivefila
## 7959  breakdownbuzzin
## 7960    candycttnflwr
## 7961       jiiiprific
## 7962        __ankitae
## 7963     ReindeerWife
## 7964         Rakronsi
## 7965       KonFinally
## 7966       aririnchuu
## 7967      izzyescreve
## 7968    lovelykacchan
## 7969         Rakronsi
## 7970       aririnchuu
## 7971          gala_ck
## 7972        lovexlier
## 7973      VeePunk2077
## 7974   thee_kinguduak
## 7975       aririnchuu
## 7976        __ankitae
## 7977   Blazestarninja
## 7978  geniusessay_ctr
## 7979     TaeJinKook97
## 7980    albusquerquee
## 7981      VeePunk2077
## 7982   Blazestarninja
## 7983        __ankitae
## 7984    albusquerquee
## 7985       OppongClem
## 7986        Sahilswe1
## 7987     walterdelmar
## 7988         YNYY_666
## 7989    albusquerquee
## 7990          Nobot26
## 7991   Blazestarninja
## 7992     TaeJinKook97
## 7993      zchughtai95
## 7994        Khaizen__
## 7995      imawitnesss
## 7996       Monke_MYRO
## 7997  writingstephani
## 7998  TheLastPirateLA
## 7999     TaeJinKook97
## 8000      iammichauli
## 8001    _arianagrindr
## 8002     velvet_twine
## 8003  arminsvcecracks
## 8004     jermaine0381
## 8005         ZachOsip
## 8006   JadeBloodstone
## 8007       superquikk
## 8008        itskers19
## 8009     jermaine0381
## 8010         canis_85
## 8011         purcents
## 8012       hannaashea
## 8013          ZionH10
## 8014     jermaine0381
## 8015  writingstephani
## 8016      WORD__SM1TH
## 8017     sabrinay2468
## 8018       rodeoricc3
## 8019         ivyidell
## 8020     EFFORTLESSYY
## 8021         LNash13_
## 8022      STAY_XH_MOA
## 8023     EFFORTLESSYY
## 8024         JTBRAXCH
## 8025  pandefranciauwu
## 8026      STAY_XH_MOA
## 8027    Flavour_avour
## 8028  LautaroMartinaz
## 8029         supercwt
## 8030          arrxshh
## 8031       nrl_amira_
## 8032     EFFORTLESSYY
## 8033  instacartagent1
## 8034  LautaroMartinaz
## 8035    whitehot4evah
## 8036         andry_vo
## 8037          Vlazgax
## 8038        Tristaf14
## 8039          arrxshh
## 8040  pandefranciauwu
## 8041       veebeemeep
## 8042      adiovadia14
## 8043     theundertaIe
## 8044       hotyturner
## 8045  route411podcast
## 8046  SoUWanaBaSinger
## 8047         V_icPoto
## 8048  pandefranciauwu
## 8049        Tristaf14
## 8050   terranceloveme
## 8051        LoupiDare
## 8052  NewYorkMikeCity
## 8053       esccaitlin
## 8054      MariiiMaybe
## 8055  LautaroMartinaz
## 8056        Tristaf14
## 8057    S0FT_DRAINAGE
## 8058         YNYY_666
## 8059  therealhakim410
## 8060       SAIKILATTE
## 8061          care4ou
## 8062   Oli_andCompany
## 8063          care4ou
## 8064         YNYY_666
## 8065        Tristaf14
## 8066  ddaanniiaaaaaaa
## 8067         Peanutxk
## 8068      Infomundoed
## 8069          care4ou
## 8070          dwtfav_
## 8071     decodeselena
## 8072       SAIKILATTE
## 8073     afzankhaliff
## 8074  ddaanniiaaaaaaa
## 8075         YNYY_666
## 8076           AGGGYJ
## 8077         olivvv03
## 8078       UdhayaTech
## 8079  ddaanniiaaaaaaa
## 8080   StickyBeeSyrup
## 8081         clary98_
## 8082         olivvv03
## 8083         Peanutxk
## 8084      marljeffrey
## 8085        connorge_
## 8086     candyuppng16
## 8087     decodeselena
## 8088         olivvv03
## 8089   StickyBeeSyrup
## 8090    hari_qwest123
## 8091         olivvv03
## 8092        agis_pipi
## 8093         Stixbrwn
## 8094      boyfrompara
## 8095        5th_HELIX
## 8096   chris_opperman
## 8097       Nugget_028
## 8098         pixieXuk
## 8099      starrymm426
## 8100    hari_qwest123
## 8101  PujaRoy20164250
## 8102      alissonsimp
## 8103       Nugget_028
## 8104  SEVENS_HEAVEN_7
## 8105    Itz_Salvatore
## 8106    cactusYoasisY
## 8107         ts4ever_
## 8108      jellyswirlz
## 8109     use_inviteam
## 8110         ts4ever_
## 8111         luluspvx
## 8112      starrymm426
## 8113       UdhayaTech
## 8114     onlythemercy
## 8115     IndianBrudda
## 8116          WTSethi
## 8117  SEVENS_HEAVEN_7
## 8118   StickyBeeSyrup
## 8119  VinayakMohanSh1
## 8120         ts4ever_
## 8121  _giselaamponsah
## 8122         ts4ever_
## 8123   ILoveShotaro25
## 8124  justcalledtosay
## 8125       eleo_ellis
## 8126    KanekiYohance
## 8127          PobertR
## 8128   iamlemarwilson
## 8129  andromeda_sarah
## 8130  SEVENS_HEAVEN_7
## 8131      lotfigrande
## 8132     snowxflowerx
## 8133    umeenterprise
## 8134  SteveHowellYeti
## 8135  SEVENS_HEAVEN_7
## 8136    domesticwinds
## 8137      lotfigrande
## 8138       bblpillows
## 8139     hemorrhoid83
## 8140         AMP_3002
## 8141      lotfigrande
## 8142     BreannaCasey
## 8143       Nugget_028
## 8144         folkcala
## 8145  andromeda_sarah
## 8146      fruitandwap
## 8147    SongForgotten
## 8148       zamieyoshi
## 8149         folkcala
## 8150       Nugget_028
## 8151       mscolonist
## 8152    gorillaprison
## 8153      sickboyfilm
## 8154       dead_m0sby
## 8155   ScaledAndTired
## 8156         folkcala
## 8157    nella37316553
## 8158         luluspvx
## 8159   buddingtemplar
## 8160  SwiftieMidnight
## 8161         folkcala
## 8162    nella37316553
## 8163      sickboyfilm
## 8164  Featurlessfreek
## 8165   clairegraham13
## 8166     gondzarmusic
## 8167     reinosopaula
## 8168    nella37316553
## 8169  SwiftieMidnight
## 8170      milesphobic
## 8171     reinosopaula
## 8172  SwiftieMidnight
## 8173      trippyjenna
## 8174           rsvnze
## 8175     moonmoo_lite
## 8176   turninginkpots
## 8177      psyencecity
## 8178           rsvnze
## 8179           V17BEZ
## 8180           rsvnze
## 8181           rsvnze
## 8182  RBXEventHunters
## 8183    yeonjunsoftie
## 8184       mirrzrbaIl
## 8185     relientkenny
## 8186       vnunnallyy
## 8187    ConorShadowYT
## 8188         BIGNAZ32
## 8189    martincinssss
## 8190       klavuuusem
## 8191       AirbudsApp
## 8192       antcaruso_
## 8193   Madifilipswife
## 8194       StegoGamez
## 8195       antcaruso_
## 8196    corongavirose
## 8197       FidgetOrbs
## 8198    DanielLaRiva9
## 8199     sana_fanatic
## 8200  givensmalachi28
## 8201          imrraaj
## 8202        HintsWIDM
## 8203        embered_1
## 8204  givensmalachi28
## 8205        HintsWIDM
## 8206    alliumroyalty
## 8207  givensmalachi28
## 8208      JordanMel23
## 8209        Cuh_trina
## 8210   phoebebrdgrsbf
## 8211      MonteBaccFr
## 8212        HintsWIDM
## 8213     francis4eva_
## 8214      tasharose06
## 8215       stylesotts
## 8216          young8k
## 8217       KobiElijah
## 8218   GillyAnnandale
## 8219   nonstopgliding
## 8220       KobiElijah
## 8221   nonstopgliding
## 8222       andrw_1908
## 8223    elthatswiftie
## 8224        wickedren
## 8225   nonstopgliding
## 8226        ThaTomias
## 8227       KrisEmbers
## 8228    jasmine181201
## 8229        obioran51
## 8230      MonteBaccFr
## 8231     noaintereses
## 8232    dnate96018318
## 8233    dcsportsguy14
## 8234    redheadalyssa
## 8235  LakerFan4ever87
## 8236      Pimpfordays
## 8237        ThaTomias
## 8238   http_maricielo
## 8239        patzistar
## 8240        wickedren
## 8241    dnate96018318
## 8242       popstop891
## 8243    dnate96018318
## 8244  UnexaminedLife9
## 8245        ThaTomias
## 8246      Thonytweets
## 8247          Spriha_
## 8248   yungwatercycle
## 8249  UnexaminedLife9
## 8250    dnate96018318
## 8251  freddyfaznutzzz
## 8252   yungwatercycle
## 8253         Demomute
## 8254        LeonFit24
## 8255  telma_oliveira_
## 8256         diaanavb
## 8257      beccaspxcee
## 8258       aloosesona
## 8259          lomajii
## 8260  maaaccccccccccc
## 8261    sabilastellaa
## 8262      usedtoglden
## 8263         bbhlmeat
## 8264  freddyfaznutzzz
## 8265      __yupthatsm
## 8266    hannahhplayzz
## 8267         Addo_Man
## 8268     facetheomens
## 8269  telma_oliveira_
## 8270        SneakASip
## 8271        _Lyricxl_
## 8272  MEANANDSHESMINE
## 8273     facetheomens
## 8274  freddyfaznutzzz
## 8275        JOJICHWES
## 8276     PloopBerries
## 8277  ScottMitchellFM
## 8278      lilactrails
## 8279   BenjMCFC_hth29
## 8280  freddyfaznutzzz
## 8281      L0NGWAYD0WN
## 8282         carpiodm
## 8283     PloopBerries
## 8284       UcheAgina_
## 8285    zezewastaken_
## 8286    dcsportsguy14
## 8287          _TROOF_
## 8288      L0NGWAYD0WN
## 8289     PloopBerries
## 8290    RachelDinning
## 8291        wistyduly
## 8292      L0NGWAYD0WN
## 8293    dcsportsguy14
## 8294    ArijitianNiro
## 8295      L0NGWAYD0WN
## 8296    zezewastaken_
## 8297    dcsportsguy14
## 8298     bigcatagenda
## 8299      lucyharbron
## 8300        wistyduly
## 8301    zezewastaken_
## 8302   idyllicsoullll
## 8303    dcsportsguy14
## 8304     ErikOsipenko
## 8305         somahria
## 8306      djwinterman
## 8307     4evergrimm99
## 8308  rosiesarelovely
## 8309     ErikOsipenko
## 8310        ESJanrrol
## 8311     moonmoo_lite
## 8312       axsthxtic_
## 8313        wistyduly
## 8314  rosiesarelovely
## 8315        BoffeeMan
## 8316      elithemself
## 8317     ErikOsipenko
## 8318        WhyItsMeh
## 8319     Italydilfrry
## 8320  rosiesarelovely
## 8321        BoffeeMan
## 8322      winterstaee
## 8323     Italydilfrry
## 8324    sorrow_misfit
## 8325        BoffeeMan
## 8326        astrorodd
## 8327      crxelsumm3r
## 8328    sorrow_misfit
## 8329      logankpayne
## 8330     4evergrimm99
## 8331         NAONIDK7
## 8332  sunmustset2rise
## 8333      psyencecity
## 8334       mxlti_stan
## 8335        chillspot
## 8336        Jamaelaa_
## 8337  MichaelConnor27
## 8338        EricaC318
## 8339     4evergrimm99
## 8340   DaniloBertozzo
## 8341      psyencecity
## 8342   DaniloBertozzo
## 8343   naevis7thsense
## 8344     Italydilfrry
## 8345   DaniloBertozzo
## 8346   DaniloBertozzo
## 8347       issaccwhat
## 8348      mcconavghey
## 8349    candelaislost
## 8350        jaypeetdc
## 8351       ppeachoutt
## 8352       POPSUGARUK
## 8353  hispanic_cowboy
## 8354      moondeukiie
## 8355         ZXZapd0s
## 8356   noodlesmooshes
## 8357         1DSJ8772
## 8358         ZXZapd0s
## 8359  kingofmyheart25
## 8360          mumciur
## 8361         sudip928
## 8362         ZXZapd0s
## 8363    arianasbinnie
## 8364          SupSoob
## 8365   indernottinder
## 8366  kingofmyheart25
## 8367  ItsArpitaSarkar
## 8368      crxelsumm3r
## 8369    arianasbinnie
## 8370   yungwatercycle
## 8371     ltheadline28
## 8372    Nathanael___i
## 8373      Lovatics820
## 8374    cmspiderman00
## 8375       Z0mbie8157
## 8376    squee_machine
## 8377   vinaverdemusic
## 8378       Z0mbie8157
## 8379    cmspiderman00
## 8380     7_kookie1997
## 8381    cmspiderman00
## 8382      kittirry989
## 8383  OlicityIsMyLife
## 8384       Z0mbie8157
## 8385        SleinNoir
## 8386      daleycolfin
## 8387       swiftiegnf
## 8388      Sumire_Shea
## 8389     Picklejar987
## 8390        w1ntertea
## 8391          lmgiriv
## 8392       swiftiegnf
## 8393       swiftiegnf
## 8394      arunextdoor
## 8395        conchazzz
## 8396    KevinFroleiks
## 8397    ana_laura0691
## 8398          jlcs193
## 8399        kaybocaya
## 8400          th0mqs_
## 8401       swiftiegnf
## 8402          _ecii__
## 8403        mandaIorr
## 8404          jlcs193
## 8405      arunextdoor
## 8406       TheCiarKat
## 8407          th0mqs_
## 8408          jlcs193
## 8409        DizDougle
## 8410      the_gary999
## 8411        kaybocaya
## 8412          th0mqs_
## 8413        NvsSarath
## 8414          _ecii__
## 8415   thefutureisbvb
## 8416  Somasom44575703
## 8417          th0mqs_
## 8418      KrisRoyle91
## 8419          _ecii__
## 8420  graaaynovembeer
## 8421           NT5431
## 8422        gamaboaba
## 8423          afvulax
## 8424        dvestgolf
## 8425    isthereashley
## 8426  JiminieIsMyKing
## 8427  matildajendbdjs
## 8428       Backflip25
## 8429          afvulax
## 8430  JiminieIsMyKing
## 8431       frlsslouis
## 8432          _ecii__
## 8433    locaIantihero
## 8434      t4bletennis
## 8435  JiminieIsMyKing
## 8436    squee_machine
## 8437   angelo_tortora
## 8438      t4bletennis
## 8439          afvulax
## 8440         wlxfpxws
## 8441  Youniverse_2012
## 8442       Backflip25
## 8443   marianasburner
## 8444     sapphicgillz
## 8445      t4bletennis
## 8446  deadrosesantnee
## 8447     MinajAngelic
## 8448       sinkingana
## 8449         voltaeri
## 8450     sapphicgillz
## 8451  Youniverse_2012
## 8452   bambistarcandy
## 8453       wangmeilly
## 8454      Yamamba3952
## 8455  deadrosesantnee
## 8456    wandasoldier_
## 8457   marianasburner
## 8458  JiminieIsMyKing
## 8459     sapphicgillz
## 8460  Youniverse_2012
## 8461     itsmebeechhh
## 8462       wangmeilly
## 8463       sinkingana
## 8464      Manya_jdope
## 8465      Yamamba3952
## 8466     rain_isdying
## 8467        sanakaeya
## 8468  deadrosesantnee
## 8469   mastermindTS10
## 8470  IamCJCarr081706
## 8471   SakuraBlossomb
## 8472      helenaboone
## 8473    SpiderGangnem
## 8474         DJRock93
## 8475      Yamamba3952
## 8476      sarahrainyy
## 8477     rain_isdying
## 8478   mastermindTS10
## 8479       valleysinz
## 8480   mastermindTS10
## 8481        adwd_band
## 8482         DJRock93
## 8483   bambistarcandy
## 8484      helenaboone
## 8485      forgot2rest
## 8486   bambistarcandy
## 8487      sarahrainyy
## 8488     Sammi_Sativa
## 8489         kimclaws
## 8490   bambistarcandy
## 8491     rain_isdying
## 8492  IamCJCarr081706
## 8493      WillZMarler
## 8494      sarahrainyy
## 8495       houseofhae
## 8496     voremanbates
## 8497     dynastysrina
## 8498    IshanArya2512
## 8499     sergiOFWGKT4
## 8500      Blink_here_
## 8501     dynastysrina
## 8502        FatimaRH_
## 8503     dynastysrina
## 8504       tinaclxmen
## 8505        roseseokk
## 8506            z0irf
## 8507     dynastysrina
## 8508    alwaysformomo
## 8509        FatimaRH_
## 8510      HaileyRen13
## 8511      Blink_here_
## 8512            z0irf
## 8513  InTheCosmos_twt
## 8514   silverItongues
## 8515   lovebugcaitlyn
## 8516       mewstrooms
## 8517      mcmason1984
## 8518        Paolakati
## 8519    alwaysformomo
## 8520      OhFlawless_
## 8521   silverItongues
## 8522      malalamente
## 8523  Bp_Ruletheworld
## 8524     steffiabeyta
## 8525   st4rgrrrl_jpeg
## 8526  chromatictaylor
## 8527      mcmason1984
## 8528    alwaysformomo
## 8529       EFCWilliam
## 8530        eiIishrry
## 8531       Abel__says
## 8532   st4rgrrrl_jpeg
## 8533   silverItongues
## 8534    alwaysformomo
## 8535    serenitysky98
## 8536      mcmason1984
## 8537       EFCWilliam
## 8538   st4rgrrrl_jpeg
## 8539      LOVEKILLAAZ
## 8540      Rayforgreen
## 8541   MinYoongiMoods
## 8542   FeloniousPines
## 8543   silverItongues
## 8544    coraseabourne
## 8545         m0ss_kal
## 8546        kyeokenyy
## 8547      chrisjoonie
## 8548  girIstalkbrooke
## 8549   st4rgrrrl_jpeg
## 8550        kyeokenyy
## 8551    stormystellaa
## 8552    emilsmamacita
## 8553      chrisjoonie
## 8554        kyeokenyy
## 8555  blasiyus_harris
## 8556       imfranci13
## 8557    emilsmamacita
## 8558       MissHaymes
## 8559    emilsmamacita
## 8560     sospeedygirl
## 8561  girIstalkbrooke
## 8562      chrisjoonie
## 8563        kyeokenyy
## 8564    stanofshawn98
## 8565           TikSui
## 8566      chrisjoonie
## 8567    emilsmamacita
## 8568          kam_asp
## 8569        PeaceFF47
## 8570     simp_requiem
## 8571         Fretzy99
## 8572   allthingsenews
## 8573    stanofshawn98
## 8574    emilsmamacita
## 8575       stelshortt
## 8576         Taloneon
## 8577  realDynamicDuo1
## 8578    lmlysweetener
## 8579  anna_stevenson9
## 8580       stelshortt
## 8581         Taloneon
## 8582  FearlessRedLovr
## 8583       stelshortt
## 8584   unknownalias47
## 8585  FearlessRedLovr
## 8586   TheRealJustHen
## 8587         Taloneon
## 8588       stelshortt
## 8589       Navyanth18
## 8590      FatherLord9
## 8591     avatarmitski
## 8592  sugacookielatte
## 8593       Navyanth18
## 8594     avatarmitski
## 8595      kenziestove
## 8596     avatarmitski
## 8597      MrsReed0710
## 8598        powerfuyu
## 8599        hyuckstin
## 8600      prettypateI
## 8601   krishbotdotexe
## 8602  SkittishSting99
## 8603        powerfuyu
## 8604    eupickogargat
## 8605        hyuckstin
## 8606   crystallllmond
## 8607        powerfuyu
## 8608         _ughoyas
## 8609   CodySutcliffe4
## 8610      totoandluli
## 8611      Suela_Balla
## 8612    powerofvethoe
## 8613     dearanularmy
## 8614     sheenaluker2
## 8615      Suela_Balla
## 8616          catsjia
## 8617      jaymyth2006
## 8618      totoandluli
## 8619         WOOJ0830
## 8620     Maddibreanne
## 8621         Taloneon
## 8622   CodySutcliffe4
## 8623      jaymyth2006
## 8624     milliepilled
## 8625          Qui_nni
## 8626         Jimweave
## 8627      jaymyth2006
## 8628        NaikVimla
## 8629       xrcoraline
## 8630     dhruvievikas
## 8631          kam_asp
## 8632      AmberRoseZA
## 8633    tswizzversion
## 8634        kiwistour
## 8635    cowboylik3m3_
## 8636  holyorangebottl
## 8637      CallMeCrowz
## 8638          oscie57
## 8639       jhscentric
## 8640          oscie57
## 8641          oscie57
## 8642      rjmpescador
## 8643          oscie57
## 8644    tswizzversion
## 8645  demetria_outdid
## 8646      fran_sepul_
## 8647          blorgil
## 8648    tswizzversion
## 8649       QueenXBarb
## 8650      AmberRoseZA
## 8651    cowboylik3m3_
## 8652       SantiC1956
## 8653       _joshua_09
## 8654      marvelbimbo
## 8655    Halo_Khibbles
## 8656       QueenXBarb
## 8657    cxtxzenerased
## 8658        vaItcrsen
## 8659  loveof__mylife_
## 8660  kurianandgeorge
## 8661         JJJamii_
## 8662   joelthemoelttv
## 8663       _joshua_09
## 8664       QueenXBarb
## 8665     regaardezmoi
## 8666    valley_heart9
## 8667         JJJamii_
## 8668  kurianandgeorge
## 8669      knappsack77
## 8670     liyahumphrey
## 8671      Thasamuraiy
## 8672     jealousyxliv
## 8673        Epix_Noob
## 8674  kurianandgeorge
## 8675      prettehboah
## 8676     jealousyxliv
## 8677         JJJamii_
## 8678  FrowningFreeman
## 8679    paige_maccc28
## 8680     jealousyxliv
## 8681  EllaFle47164315
## 8682      Thasamuraiy
## 8683         JJJamii_
## 8684   FongerOfficial
## 8685       adaaaaaa_1
## 8686    paige_maccc28
## 8687      atomicdani_
## 8688     MilesDittmar
## 8689     afterglourry
## 8690       adaaaaaa_1
## 8691     kwaleegaming
## 8692      Thasamuraiy
## 8693    paige_maccc28
## 8694  DanielFrancisJM
## 8695          jk00luv
## 8696       _joshua_09
## 8697    necurrymancer
## 8698      _Timmietech
## 8699     afterglourry
## 8700      ratedrnasir
## 8701     spotifyindia
## 8702       adaaaaaa_1
## 8703     afterglourry
## 8704            Shwax
## 8705  Themadwomanisme
## 8706      Thasamuraiy
## 8707     MamboleNkela
## 8708       montezumas
## 8709   SHINee_Things_
## 8710      ApplenMicro
## 8711  Dxllypersephone
## 8712  glamouredbyjude
## 8713          jk00luv
## 8714  goldrushbossman
## 8715    Ana4424Miguel
## 8716  goldrushbossman
## 8717   cherryplushies
## 8718          jk00luv
## 8719         koo97_jk
## 8720  glamouredbyjude
## 8721         okcinder
## 8722  Dxllypersephone
## 8723          jk00luv
## 8724       sully_0216
## 8725        StevenJ10
## 8726         okcinder
## 8727         koo97_jk
## 8728    AFCAlfredovic
## 8729           avribi
## 8730         okcinder
## 8731          mynorhm
## 8732     MoChiChi_004
## 8733         JJJamii_
## 8734      Sunwave1111
## 8735    yourgagarazzi
## 8736  glamouredbyjude
## 8737      FemCritRhya
## 8738           nquoys
## 8739         okcinder
## 8740  Dxllypersephone
## 8741           avribi
## 8742  jirachi_legends
## 8743     DianaAlidema
## 8744    emanuel_migoo
## 8745          fotsjjk
## 8746           nquoys
## 8747         iamtaple
## 8748  glamouredbyjude
## 8749       cix4lifers
## 8750           avribi
## 8751    yourgagarazzi
## 8752        Libbotomy
## 8753     DianaAlidema
## 8754        antidnfer
## 8755           nquoys
## 8756    AnnTargaryen_
## 8757        antidnfer
## 8758       folkmore28
## 8759      CoolnessPcs
## 8760            bm4ll
## 8761        antidnfer
## 8762          fotsjjk
## 8763  potatoswiftie13
## 8764        Lyonfaced
## 8765    Mellet_sasaki
## 8766        papakareu
## 8767          fotsjjk
## 8768        10eighty6
## 8769        papakareu
## 8770    Mellet_sasaki
## 8771         alewesai
## 8772        dcnyc2667
## 8773     DianaAlidema
## 8774    Mellet_sasaki
## 8775      CoolnessPcs
## 8776   susannasalieri
## 8777     kareemefahmy
## 8778         xtae_thv
## 8779   susannasalieri
## 8780       sinceranmi
## 8781      CoolnessPcs
## 8782  bozobuildskeebs
## 8783   susannasalieri
## 8784            bm4ll
## 8785   gabeahhlicious
## 8786      CoolnessPcs
## 8787   gabeahhlicious
## 8788         yyangire
## 8789   susannasalieri
## 8790     aLFRED0SAUCE
## 8791   gabeahhlicious
## 8792  bozobuildskeebs
## 8793        alishamk8
## 8794      megthebeast
## 8795   gabeahhlicious
## 8796      stalkingnic
## 8797      megthebeast
## 8798     FaizanSaif21
## 8799       sinceranmi
## 8800          JCTrick
## 8801  bejeweledstyles
## 8802      stalkingnic
## 8803      megthebeast
## 8804       anotemusic
## 8805  bejeweledstyles
## 8806  stefosaurus_rex
## 8807  bozobuildskeebs
## 8808   Haziqrighthere
## 8809      megthebeast
## 8810  bozobuildskeebs
## 8811        PeaceFF47
## 8812        aliens_77
## 8813     Anastacia026
## 8814        waxcomets
## 8815       LAUFEYS6NS
## 8816         xradx666
## 8817          BUGIFYZ
## 8818       jooniieuwu
## 8819   defaultferrari
## 8820   lousunflower28
## 8821        PeaceFF47
## 8822      StoryforDay
## 8823   defaultferrari
## 8824     ChicagoCyber
## 8825   defaultferrari
## 8826    midnightslftv
## 8827    midnightslftv
## 8828       beckyboris
## 8829   Claudia_GarSim
## 8830    CactiFighting
## 8831  natalie_anne_99
## 8832    midnightslftv
## 8833    TheJoshGriggs
## 8834        druigbabe
## 8835      RhysTheBear
## 8836         phhstyls
## 8837  natalie_anne_99
## 8838  Youssef_tweeets
## 8839        realKateL
## 8840    clean_digital
## 8841          heateor
## 8842        druigbabe
## 8843  natalie_anne_99
## 8844    caibonesjones
## 8845           egocsb
## 8846  MsGretchenMVila
## 8847        druigbabe
## 8848      OurFreeBird
## 8849      Lucid_Hielx
## 8850    caibonesjones
## 8851      SinkingWine
## 8852           egocsb
## 8853      Lucid_Hielx
## 8854        PeaceFF47
## 8855      Lucid_Hielx
## 8856           magabs
## 8857      pvrecocaine
## 8858    mad_woman1989
## 8859           egocsb
## 8860   aesthetic_52Hz
## 8861    BigNickSimons
## 8862    blueandgrey02
## 8863           gm1ddy
## 8864   Claudia_GarSim
## 8865       dorthyhrry
## 8866    scaracooochie
## 8867       HenzPlayz_
## 8868       dorthyhrry
## 8869          xTrepyy
## 8870         OOkayOak
## 8871   Edgar_AllanHoe
## 8872      draggabeats
## 8873        1111elisa
## 8874       dorthyhrry
## 8875        asplitend
## 8876       HenzPlayz_
## 8877       tancam1983
## 8878      721_saurabh
## 8879     NavyBurgundy
## 8880       HenzPlayz_
## 8881       dorthyhrry
## 8882      brandao_237
## 8883   Edgar_AllanHoe
## 8884  HanbinForever07
## 8885   gr8queenreanne
## 8886      721_saurabh
## 8887       megsypieee
## 8888  themarkdennison
## 8889        Parategan
## 8890           t6p8x6
## 8891        aarias288
## 8892   Edgar_AllanHoe
## 8893   gr8queenreanne
## 8894   HartkopfMarcos
## 8895    SamshuzzamanM
## 8896       outofsober
## 8897      721_saurabh
## 8898       tancam1983
## 8899     nanamisayang
## 8900  gusfringlover60
## 8901   HartkopfMarcos
## 8902      brandao_237
## 8903   HartkopfMarcos
## 8904   Edgar_AllanHoe
## 8905  EmpireStateBldg
## 8906       caratfrsvt
## 8907      721_saurabh
## 8908       lilmzfenty
## 8909         kat_desi
## 8910     anesumuzenda
## 8911       outofsober
## 8912       caratfrsvt
## 8913       outofsober
## 8914  SlSTEROFTHEMOON
## 8915       caratfrsvt
## 8916        btsoperia
## 8917         ammrhrth
## 8918    antonioomoro_
## 8919      salamrezame
## 8920      Yinzermania
## 8921         rhinomrl
## 8922         wildfelI
## 8923    petr_hradecky
## 8924          ExoSaul
## 8925  generictwhandIe
## 8926          ExoSaul
## 8927    withustarlost
## 8928    bbbbbeeeennnn
## 8929       Sherline_k
## 8930          ExoSaul
## 8931    benj_robinson
## 8932    antonioomoro_
## 8933        Silenterc
## 8934      gabrielcpok
## 8935      Samiii90210
## 8936    katehannififi
## 8937      Samiii90210
## 8938  generictwhandIe
## 8939        TomShaw20
## 8940      gabrielcpok
## 8941        aguapapi_
## 8942    makaylaaaaa14
## 8943           cmoifc
## 8944  Caitlin89145465
## 8945        aguapapi_
## 8946        aguapapi_
## 8947    undergaslamps
## 8948     theswiftiery
## 8949    seobsuniverse
## 8950        Teentanie
## 8951      AbhaiTanwar
## 8952      SimplyKun33
## 8953     sarangyour13
## 8954    moveslikethis
## 8955        Teentanie
## 8956      onelowthree
## 8957       kookjinrts
## 8958       PERIODPINK
## 8959      SimplyKun33
## 8960       cloudismad
## 8961      rainnnyluna
## 8962    moveslikethis
## 8963      onelowthree
## 8964       kookjinrts
## 8965        Teentanie
## 8966         hypateea
## 8967    moveslikethis
## 8968       thatslilla
## 8969    kurtslimabean
## 8970    lurvespatpran
## 8971        languinii
## 8972  torpidmiscreant
## 8973  Dove_HimikoToga
## 8974       kookjinrts
## 8975      onelowthree
## 8976   Taylorqueen133
## 8977       AJ85004018
## 8978         karimact
## 8979   matthewmalerba
## 8980       kookjinrts
## 8981      SammieDeexl
## 8982    mastermindbby
## 8983   Taylorqueen133
## 8984  Dove_HimikoToga
## 8985  MeredithABriggs
## 8986   kimberlyapills
## 8987   daddylonglegz4
## 8988    James_SWilson
## 8989   matthewmalerba
## 8990       moonb3auty
## 8991   Taylorqueen133
## 8992       moonb3auty
## 8993        gintaka69
## 8994       realmyola1
## 8995       moonb3auty
## 8996  ilyryanreynolds
## 8997       heeeyimkim
## 8998  x_emo_mermaid_x
## 8999       martasoosa
## 9000         yaemichi
## 9001      misterrob98
## 9002         SaulRaja
## 9003          m2kk379
## 9004     AgeofAultron
## 9005      ayeleeminho
## 9006        jaxdavids
## 9007     pipeandmusic
## 9008      Nothere4Lng
## 9009    eucarolmanoel
## 9010      misterrob98
## 9011        beth06231
## 9012          damikay
## 9013          damikay
## 9014          zee__20
## 9015        beth06231
## 9016     Lulu67131640
## 9017          damikay
## 9018     Melonhead414
## 9019      PlantzEmoji
## 9020          damikay
## 9021          zee__20
## 9022      scrptdmikey
## 9023     Spettacomedy
## 9024     oliiviafdez_
## 9025          damikay
## 9026  ilyryanreynolds
## 9027    KerriOlorcain
## 9028        beth06231
## 9029    eucarolmanoel
## 9030      dissumlight
## 9031   aesthetic_52Hz
## 9032   kuromibatwings
## 9033        _estanilo
## 9034        vickygg97
## 9035      scrptdmikey
## 9036          Yiye_OC
## 9037    Ozy_The_Ghost
## 9038     PhyllisKDick
## 9039    sushihottrash
## 9040         iCruells
## 9041  TheRiverIsSilly
## 9042       AIdelfonzo
## 9043      scrptdmikey
## 9044      filteroflwt
## 9045       AIdelfonzo
## 9046        rapperrbr
## 9047      filteroflwt
## 9048       AIdelfonzo
## 9049     GabiWhittred
## 9050    simplydesmond
## 9051  eIectricdreamss
## 9052        PE_Canada
## 9053    shawninthe604
## 9054       AIdelfonzo
## 9055      filteroflwt
## 9056  BrainBeastShaun
## 9057   TikTokSexHouse
## 9058       chantaje__
## 9059    Ozy_The_Ghost
## 9060    thomasdavyd99
## 9061     GabiWhittred
## 9062       gamja_kate
## 9063          soapiax
## 9064  cowboy_like_ava
## 9065    Ozy_The_Ghost
## 9066     GabiWhittred
## 9067  rudyrudiirudeez
## 9068      scrptdmikey
## 9069       gamja_kate
## 9070        sassyswas
## 9071        lovetyun_
## 9072          soapiax
## 9073    juanmatupater
## 9074  cowboy_like_ava
## 9075    Ozy_The_Ghost
## 9076      NihilusVevo
## 9077          soapiax
## 9078    eucarolmanoel
## 9079       gamja_kate
## 9080    juanmatupater
## 9081        lovetyun_
## 9082  cowboy_like_ava
## 9083  donutsaregood28
## 9084      NihilusVevo
## 9085    juanmatupater
## 9086       anittaplay
## 9087        lovetyun_
## 9088   28wallsbylouis
## 9089  noellesaysmeoww
## 9090      believe0069
## 9091      NihilusVevo
## 9092     PotatoCarton
## 9093      DevinDesire
## 9094  donutsaregood28
## 9095     namgikookies
## 9096  donutsaregood28
## 9097     eyerollAngel
## 9098     LOGANXARCHER
## 9099         SplaRinn
## 9100          gonfhk_
## 9101         thismirr
## 9102       ivyromance
## 9103     ListersGroup
## 9104          itslepp
## 9105          gonfhk_
## 9106  BrainBeastShaun
## 9107    bluemonkeyape
## 9108      believe0069
## 9109        lvbeargyu
## 9110      ShreyaAkhil
## 9111     alpaca_tales
## 9112  BrainBeastShaun
## 9113     nyxfor13days
## 9114         Senpaie_
## 9115        lvbeargyu
## 9116      believe0069
## 9117          Wale4tf
## 9118   thesportslivie
## 9119     nyxfor13days
## 9120      believe0069
## 9121   thesportslivie
## 9122       august_ouk
## 9123  Unknown5Awesome
## 9124       xylofrance
## 9125     nyxfor13days
## 9126         brktrend
## 9127  voluptuousgiant
## 9128    pantheologies
## 9129   thesportslivie
## 9130    ItHadtoBeYou_
## 9131       august_ouk
## 9132     nyxfor13days
## 9133         filipeys
## 9134    ArijitianNiro
## 9135        selimvrt2
## 9136        NesquikBh
## 9137       august_ouk
## 9138       wavecephus
## 9139     Trentkillazz
## 9140     dramatrooper
## 9141     andsandysays
## 9142       HlGHASHXPE
## 9143       wavecephus
## 9144     dramatrooper
## 9145   JoeTheRooferNJ
## 9146         WaleNoir
## 9147    GermanSwifite
## 9148     dramatrooper
## 9149       wavecephus
## 9150       wavecephus
## 9151       amilcarezv
## 9152  SparkletStrange
## 9153      StoryforDay
## 9154     miyoshibanri
## 9155        MandisaXO
## 9156    GermanSwifite
## 9157       thewebz1ne
## 9158        MandisaXO
## 9159          lit_dot
## 9160        itsdaviad
## 9161    sushihottrash
## 9162   prostreetcross
## 9163    Sharuk_Usaini
## 9164  tswiftandcats13
## 9165        MandisaXO
## 9166     _CannaBlyss_
## 9167        LukeyC224
## 9168        MandisaXO
## 9169        MX_CARNES
## 9170       urbanicole
## 9171       diaz_isa89
## 9172       urbanicole
## 9173  sunlightpalette
## 9174       diaz_isa89
## 9175    johannetweets
## 9176      NihilusVevo
## 9177           3oinks
## 9178       com_azeite
## 9179    Sharuk_Usaini
## 9180       anglesfly1
## 9181   peachfctrygirl
## 9182   lucycrispmusic
## 9183    johannetweets
## 9184          semrush
## 9185            8THEV
## 9186    manicrose1984
## 9187        imtannies
## 9188    cassie1Dlover
## 9189   Chainsaw_Diego
## 9190            8THEV
## 9191   FigureEminente
## 9192         Goonwuff
## 9193      hannnahgrim
## 9194            8THEV
## 9195   FigureEminente
## 9196   HRRYLOVESGUCCI
## 9197        mcytroyal
## 9198      LostBoyZeph
## 9199         shlokium
## 9200   FigureEminente
## 9201       sebvargas_
## 9202    aleja26berrio
## 9203         emmalboc
## 9204   FigureEminente
## 9205   HRRYLOVESGUCCI
## 9206     Lunar_Moogle
## 9207        imtannies
## 9208    LindaHubert13
## 9209    LIVSPARTRIDGE
## 9210   HRRYLOVESGUCCI
## 9211        xvaebhavx
## 9212        tiredjean
## 9213      LostBoyZeph
## 9214    LIVSPARTRIDGE
## 9215   Chainsaw_Diego
## 9216     KelleyLi1974
## 9217        Shpigford
## 9218   HRRYLOVESGUCCI
## 9219      LostBoyZeph
## 9220    hard2explainn
## 9221          rosems_
## 9222    LIVSPARTRIDGE
## 9223  childerolandusa
## 9224           mygfls
## 9225         rikipies
## 9226     KelleyLi1974
## 9227          rosems_
## 9228      Autorennen7
## 9229         rikipies
## 9230         hakushus
## 9231      1dstannerrr
## 9232       ServerMerk
## 9233        Joana_FT9
## 9234   AllieW72910105
## 9235       chillnatee
## 9236         rikipies
## 9237     pcklegiggles
## 9238        kawaii711
## 9239        Joana_FT9
## 9240         rikipies
## 9241      irwinscline
## 9242     KelleyLi1974
## 9243       Youshah015
## 9244      1dstannerrr
## 9245  definitelypkmn4
## 9246          chuubry
## 9247  SEVENISHEAVEN07
## 9248       midnoits10
## 9249    Ernestosorbet
## 9250       Youshah015
## 9251        kawaii711
## 9252     theytheminem
## 9253          chuubry
## 9254  SEVENISHEAVEN07
## 9255   WaywardFreak13
## 9256          chuubry
## 9257     KelleyLi1974
## 9258    Ernestosorbet
## 9259       johnny_yip
## 9260       sp1d3rland
## 9261  Escapedjourneys
## 9262  SEVENISHEAVEN07
## 9263          rvngqno
## 9264          chuubry
## 9265            rsksq
## 9266       babyshea97
## 9267     brbutpolplus
## 9268       soshishade
## 9269         KD_Osewa
## 9270        Redddjsks
## 9271     notjustajoke
## 9272       soshishade
## 9273          rvngqno
## 9274         KD_Osewa
## 9275  Amphibiafan_Mal
## 9276       babyshea97
## 9277         KD_Osewa
## 9278   bexinthecity05
## 9279       midnoits10
## 9280   lalainewuzhere
## 9281    wowzerswubbly
## 9282       soshishade
## 9283      LifeEstLepo
## 9284          rvngqno
## 9285  lucytaysversion
## 9286      reviews_org
## 9287   lalainewuzhere
## 9288      LifeEstLepo
## 9289       DGabbard42
## 9290   lalainewuzhere
## 9291     jahrastamari
## 9292  Our_Reputation_
## 9293          NyxieNG
## 9294        Redddjsks
## 9295     moondroppin_
## 9296    FighterVortex
## 9297  thetweetedquote
## 9298          skadixo
## 9299    Ernestosorbet
## 9300      LifeEstLepo
## 9301       babyshea97
## 9302  Our_Reputation_
## 9303    Theo_mattheww
## 9304        Redddjsks
## 9305       huechaccoo
## 9306      LifeEstLepo
## 9307   ActNaturally76
## 9308    SlovesTaylena
## 9309  michaelvbrownie
## 9310         100_Becs
## 9311  michaelvbrownie
## 9312        Redddjsks
## 9313       peakboytae
## 9314         3NVYBABY
## 9315       peakboytae
## 9316     mandoblossom
## 9317   judasphysicall
## 9318           wonutq
## 9319    Ernestosorbet
## 9320         3NVYBABY
## 9321   louieromantics
## 9322         svtoyou5
## 9323        Redddjsks
## 9324         3NVYBABY
## 9325   thekytastrophe
## 9326         svtoyou5
## 9327       IIecIerc16
## 9328      iamvedang10
## 9329       samttweetz
## 9330     greatesthaze
## 9331       peakboytae
## 9332   thekytastrophe
## 9333  INTELLECTUALPR0
## 9334     _lifeofshay_
## 9335  iamrobertoortiz
## 9336     killmyreagan
## 9337     __shr00min__
## 9338   frenzelaguilar
## 9339     __shr00min__
## 9340       rileyvol13
## 9341       krishh2710
## 9342     imarinholima
## 9343  INTELLECTUALPR0
## 9344   thekytastrophe
## 9345        RaneyDay4
## 9346       krishh2710
## 9347        lovinqqxo
## 9348  INTELLECTUALPR0
## 9349       rileyvol13
## 9350  iamrobertoortiz
## 9351  _Fine_Sunflower
## 9352    MONTERO_Album
## 9353        MikeTuffy
## 9354      PolarizedFM
## 9355       krishh2710
## 9356     ManagedWolf1
## 9357   SheLovesWonder
## 9358       rileyvol13
## 9359    scaleddandicy
## 9360    heyitsmozavsa
## 9361        granny_vr
## 9362      TeamStarKid
## 9363     AdityaSehara
## 9364       rileyvol13
## 9365    MONTERO_Album
## 9366      MinxCouture
## 9367       paperje11y
## 9368       cruel_emma
## 9369       ne0CITY___
## 9370        buddy666u
## 9371        joelingzz
## 9372    MONTERO_Album
## 9373       cruel_emma
## 9374    ArroyoSylvana
## 9375    MONTERO_Album
## 9376  _Fine_Sunflower
## 9377       chrisd2019
## 9378      AcidicBliss
## 9379      whalienloh7
## 9380       PiercePrkr
## 9381       cruel_emma
## 9382    ArroyoSylvana
## 9383         jackgap8
## 9384       chrisd2019
## 9385   youmadearebels
## 9386     tinytaeyong_
## 9387     pantsforahat
## 9388       chrisd2019
## 9389          Gigwise
## 9390    AmarjitRajput
## 9391    iamjjalvarado
## 9392     katelynnh137
## 9393    iamjjalvarado
## 9394         GiBugogo
## 9395     katelynnh137
## 9396     Liz_Claire21
## 9397    theburfer_aoe
## 9398    HELLCATVINYLS
## 9399      TheNerdDown
## 9400       khammie360
## 9401           wonutq
## 9402     katelynnh137
## 9403     matteo_resca
## 9404        seokkubus
## 9405      TheNerdDown
## 9406        DevCraft4
## 9407  abdulkadiratic1
## 9408  RhyseRichards0n
## 9409           wonutq
## 9410     katelynnh137
## 9411          XXovlee
## 9412        DevCraft4
## 9413        seokkubus
## 9414      TheNerdDown
## 9415        TheLilJ45
## 9416       allisona15
## 9417        carrottwt
## 9418     movie_man164
## 9419   iamsodownbadfo
## 9420   ReissMeister92
## 9421       khammie360
## 9422      impaulbodea
## 9423     matteo_resca
## 9424    AmarjitRajput
## 9425        carrottwt
## 9426       aelmmnouxy
## 9427       Alissa2022
## 9428   ReissMeister92
## 9429        carrottwt
## 9430      CallebBanks
## 9431       khammie360
## 9432       Jamjars_14
## 9433      DramaKing25
## 9434    hari_qwest123
## 9435    abbythecleric
## 9436  MaryFor44530047
## 9437    HeloiseMesure
## 9438  mrsdarc97700517
## 9439       khammie360
## 9440      dionysis_ai
## 9441  NoahAdk46403259
## 9442       ariadnavf_
## 9443   GenuinelyTammy
## 9444       POPSUGARUK
## 9445  NoahAdk46403259
## 9446  mrsdarc97700517
## 9447  kya_yaar_ananya
## 9448  NoeticSaturnine
## 9449         EmSh8944
## 9450        JahmikelG
## 9451  mrsdarc97700517
## 9452  NoahAdk46403259
## 9453       iama_lion_
## 9454        britxnic0
## 9455      TrueBlueLDR
## 9456   Tweetbyshreyas
## 9457       iama_lion_
## 9458    masonangelo23
## 9459         RodPeels
## 9460    yoongis_fruit
## 9461  MaryFor44530047
## 9462       Yashistic_
## 9463    TruffleSocial
## 9464        Mamo_dele
## 9465    yoongis_fruit
## 9466  joystickjuniper
## 9467    yoongis_fruit
## 9468     Sam_McQueen1
## 9469       sushijoker
## 9470           qubaap
## 9471  seconda89807391
## 9472   sarahnicoleguy
## 9473            yl3O1
## 9474        m4rl0nnnn
## 9475     ikjunsflower
## 9476              XXL
## 9477        Mamo_dele
## 9478   iFrankMartin97
## 9479  EarnMakingMoney
## 9480   UnderTakingBoy
## 9481        Mamo_dele
## 9482     ikjunsflower
## 9483       abhignya04
## 9484          anngri7
## 9485        yogiilele
## 9486  MaryFor44530047
## 9487       AzeiteSeco
## 9488   iheartlouaylor
## 9489  adrestian_flame
## 9490  KiwiTheKangaroo
## 9491  glittergelgirly
## 9492  onwrdstovictory
## 9493        yogiilele
## 9494       queenrhemz
## 9495    ofstarlight10
## 9496        BigginzYT
## 9497  treehousepoetry
## 9498       iFilmOrama
## 9499   iheartlouaylor
## 9500  onwrdstovictory
## 9501  MatildaSoGolden
## 9502       nj_nearing
## 9503      SirSalles01
## 9504  josephappIegate
## 9505           qubaap
## 9506        yogiilele
## 9507        FOLKMORE2
## 9508  onwrdstovictory
## 9509   iheartlouaylor
## 9510        FOLKMORE2
## 9511  josephappIegate
## 9512        FOLKMORE2
## 9513      Gloomykatee
## 9514       ogedengbe_
## 9515   thelonejourney
## 9516  VeronikaZriniov
## 9517   iheartlouaylor
## 9518         whyjeon_
## 9519           qubaap
## 9520       queenrhemz
## 9521   UnderTakingBoy
## 9522     uglyducklin0
## 9523        fredeyrhs
## 9524        yogiilele
## 9525  Sofa_Critic_2_0
## 9526       iamarjun23
## 9527   thelonejourney
## 9528     uglyducklin0
## 9529  The_J_Stevenson
## 9530  abigailroseking
## 9531     uglyducklin0
## 9532          bg_bts7
## 9533  mybuddiemybucky
## 9534  abigailroseking
## 9535      iamthebegus
## 9536        SelinaD42
## 9537   thelonejourney
## 9538        ImpulFizz
## 9539      leoaraujopp
## 9540       vantsecret
## 9541        coIorluna
## 9542         b__dizon
## 9543  nadiamariazefri
## 9544   eggcheesebageI
## 9545       vantsecret
## 9546        vINce9867
## 9547  MaryFor44530047
## 9548        coIorluna
## 9549       MyMoonIsUV
## 9550   JaylaMOfficial
## 9551     coldchains19
## 9552       vantsecret
## 9553       MyMoonIsUV
## 9554    gabrialholmes
## 9555    isthereashley
## 9556        ImpulFizz
## 9557     shesgotclaws
## 9558         Surma_SG
## 9559        vINce9867
## 9560    iwantabigmac_
## 9561     coldchains19
## 9562        agdtinman
## 9563      am_kumkum22
## 9564    iwantabigmac_
## 9565    isthereashley
## 9566   JaylaMOfficial
## 9567   ocadoinalright
## 9568    spacesintheam
## 9569    DragEmetSelch
## 9570   JaylaMOfficial
## 9571        iamluvity
## 9572        TheSwiftD
## 9573          qazimod
## 9574        vINce9867
## 9575     THEMAINTHlNG
## 9576  MatildaSoGolden
## 9577       charwillj0
## 9578        fraaiises
## 9579        adolabrat
## 9580         aria2560
## 9581   m3lenatedwh8re
## 9582         kenmorxo
## 9583       viandreiya
## 9584       charwillj0
## 9585        vINce9867
## 9586   m3lenatedwh8re
## 9587         eddgardx
## 9588       hobihongie
## 9589   thelonejourney
## 9590     THEMAINTHlNG
## 9591   m3lenatedwh8re
## 9592    bobthefixerrr
## 9593        adolabrat
## 9594     niambideeaye
## 9595       gldenbusan
## 9596   m3lenatedwh8re
## 9597      tokyotwelve
## 9598       hobihongie
## 9599      Meh96232227
## 9600        adolabrat
## 9601  MaryFor44530047
## 9602  Elisabe74257695
## 9603       chrisnel__
## 9604      tokyotwelve
## 9605       hobihongie
## 9606    dehydratedjay
## 9607       viistrying
## 9608    smith_adesoji
## 9609       viistrying
## 9610   rockergirldrum
## 9611      MessiahRice
## 9612    dehydratedjay
## 9613   ocadoinalright
## 9614       jzathegoat
## 9615        jakim77pt
## 9616       hobihongie
## 9617       MyMoonIsUV
## 9618      Meh96232227
## 9619          alxjkfs
## 9620    dehydratedjay
## 9621     kangseoyoon8
## 9622   Santiago_PaezP
## 9623        jakim77pt
## 9624      Meh96232227
## 9625     idioticsimpp
## 9626       Pedro_5Oli
## 9627          alxjkfs
## 9628    dehydratedjay
## 9629          alxjkfs
## 9630     idioticsimpp
## 9631       Pedro_5Oli
## 9632        CaptivaLX
## 9633       logantwizz
## 9634  AlphaMillennium
## 9635       Pedro_5Oli
## 9636       logantwizz
## 9637     idioticsimpp
## 9638       babycxarmy
## 9639       logantwizz
## 9640       logantwizz
## 9641       Pedro_5Oli
## 9642         Cubezix1
## 9643      ElyanArcher
## 9644     stonelovebot
## 9645       somandra21
## 9646       carabigote
## 9647         Cubezix1
## 9648       iHrtWByers
## 9649     eternallyurz
## 9650         Cubezix1
## 9651     DarthKermit_
## 9652         nessaxbw
## 9653       iHrtWByers
## 9654       somandra21
## 9655       may7jailer
## 9656     larryS4eva28
## 9657    LifesADance44
## 9658   str4wberrimo0n
## 9659       somandra21
## 9660         Cubezix1
## 9661       iHrtWByers
## 9662     IliaZaatar10
## 9663      13mgiorgi13
## 9664           wmdan_
## 9665     eternallyurz
## 9666       iHrtWByers
## 9667   MrAddisonJones
## 9668          rikl_13
## 9669     heartslilnas
## 9670     eternallyurz
## 9671     larryS4eva28
## 9672       Samrific25
## 9673          Glaxdz1
## 9674        DelmarOwl
## 9675     eternallyurz
## 9676       iamarjun23
## 9677         AbiESTXX
## 9678          Glaxdz1
## 9679       iamarjun23
## 9680        PCTweetzz
## 9681      Daily_Serah
## 9682          Glaxdz1
## 9683     punzoswooner
## 9684   Msintheunknown
## 9685    onIysunfIower
## 9686   lovemesomeALLI
## 9687          Glaxdz1
## 9688    onIysunfIower
## 9689    ArmaanSethi18
## 9690   PraksArmaanian
## 9691        PCTweetzz
## 9692   _uncommentary_
## 9693     MaybeDanial_
## 9694    onIysunfIower
## 9695  thatgirlmareena
## 9696   some1likekefon
## 9697    ArmaanSethi18
## 9698     MaybeDanial_
## 9699   SoldierSiobhan
## 9700    SixthCityDawg
## 9701        Sewey_Guy
## 9702     IliaZaatar10
## 9703    ArmaanSethi18
## 9704     MaybeDanial_
## 9705     minttynggie2
## 9706     punzoswooner
## 9707         ihrtwomn
## 9708   SoldierSiobhan
## 9709    ArmaanSethi18
## 9710     IliaZaatar10
## 9711       terry12539
## 9712     MaybeDanial_
## 9713      migs13swift
## 9714    RHCHaricharan
## 9715     inversephase
## 9716   SoldierSiobhan
## 9717           7_soty
## 9718      urs__lohith
## 9719      delicioso_x
## 9720      migs13swift
## 9721     IliaZaatar10
## 9722         astrsads
## 9723        JDUBBABY_
## 9724     punzoswooner
## 9725           7_soty
## 9726    blousupremacy
## 9727      migs13swift
## 9728         astrsads
## 9729    Omgitsjustdae
## 9730   SAlNTVALENTlNE
## 9731     SheepPsychic
## 9732  NicoleMonster23
## 9733     austenxswift
## 9734           7_soty
## 9735     austenxswift
## 9736        okayeboys
## 9737       Mitranshu2
## 9738         astrsads
## 9739     punzoswooner
## 9740     austenxswift
## 9741        IAmSprays
## 9742     patternbluee
## 9743        brutus_il
## 9744   lonesomesswift
## 9745        BamTennie
## 9746  dswatmanstewart
## 9747     austenxswift
## 9748           sawrnr
## 9749   theylorswift13
## 9750       okrzemkowa
## 9751   lonesomesswift
## 9752     dreherkeleti
## 9753   lonesomesswift
## 9754     tdawgisdedV3
## 9755       cr0taline_
## 9756       _abby_r0se
## 9757         a_ngelak
## 9758   lonesomesswift
## 9759      Mrslnfamous
## 9760        BamTennie
## 9761      celestynyaa
## 9762        KarmaDash
## 9763          15c_djo
## 9764        Sewey_Guy
## 9765       bill_ndege
## 9766       maxiee1999
## 9767       AriKordeii
## 9768       cr0taline_
## 9769     hiddleshouse
## 9770      mixxiemajjy
## 9771      celestynyaa
## 9772           sey0_o
## 9773       cr0taline_
## 9774          Osariik
## 9775       bill_ndege
## 9776        Sewey_Guy
## 9777     SKbloodfahim
## 9778     caitlin_veal
## 9779           blppoj
## 9780       justrkives
## 9781       maxiee1999
## 9782    floriswyatt13
## 9783       AriKordeii
## 9784  ally_euthanasia
## 9785       Ayoitsibra
## 9786    danizofficial
## 9787       maxiee1999
## 9788     jacques24_10
## 9789           sey0_o
## 9790     danny_okey96
## 9791        mv_sanoop
## 9792  lavenderrrhhaze
## 9793       bill_ndege
## 9794       AriKordeii
## 9795           sey0_o
## 9796    stonemilker__
## 9797        MaIteeser
## 9798     exiledloveer
## 9799  lavenderrrhhaze
## 9800         larjjssa
## 9801     danny_okey96
## 9802     jacques24_10
## 9803       bill_ndege
## 9804       justrkives
## 9805  DisIsDifferent_
## 9806    kai_roswrites
## 9807     jacques24_10
## 9808     danny_okey96
## 9809    thestoryofles
## 9810     exiledloveer
## 9811       justrkives
## 9812         _Rifty__
## 9813     _starallura_
## 9814     danny_okey96
## 9815     _starallura_
## 9816    jisungiecakee
## 9817           jhnmoe
## 9818  MusnakeOfficial
## 9819     _starallura_
## 9820     hasanyahya04
## 9821     LusterLazuli
## 9822    jisungiecakee
## 9823         larjjssa
## 9824    Callummooreyy
## 9825   Yashlikesmucic
## 9826        BTapiador
## 9827        PTGHE4VEN
## 9828         CAMMMTHV
## 9829       justrkives
## 9830      hunitrio_sp
## 9831    jisungiecakee
## 9832     KelleyLi1974
## 9833       Luna110806
## 9834   Yashlikesmucic
## 9835    fashiongrunge
## 9836     eIsieheather
## 9837   _ana_catalina_
## 9838          rikl_13
## 9839     joe_s_thomas
## 9840       Luna110806
## 9841         CAMMMTHV
## 9842       justrkives
## 9843          rikl_13
## 9844     yeh_dooriyan
## 9845        moodytwt_
## 9846         CAMMMTHV
## 9847         kynolike
## 9848  TonyPow34012518
## 9849     yeh_dooriyan
## 9850        AdmMarley
## 9851    MidgarKopZone
## 9852     eIsieheather
## 9853        ChocChipu
## 9854  JustinH61116835
## 9855    luckyflower04
## 9856  TonyPow34012518
## 9857    The10ndDoctor
## 9858         dannst28
## 9859         dtqkblud
## 9860     yeh_dooriyan
## 9861    jaaazzzyyyyyy
## 9862        maisyx0x0
## 9863         dannst28
## 9864   xxmadyrogersxx
## 9865     yeh_dooriyan
## 9866    MidgarKopZone
## 9867        purrrcell
## 9868         dannst28
## 9869         P0LZR0ID
## 9870     navtrendsweb
## 9871  gayrightsiguess
## 9872    The10ndDoctor
## 9873    gosha_digital
## 9874     eIsieheather
## 9875        DroxzyFPS
## 9876    The10ndDoctor
## 9877    gosha_digital
## 9878         wlwsafin
## 9879        DroxzyFPS
## 9880        maisyx0x0
## 9881      glowspinkss
## 9882  theawkwardhanna
## 9883  MilaDeSojaLover
## 9884       mayigandre
## 9885      saellikhaxx
## 9886         fabianvr
## 9887    gosha_digital
## 9888    The10ndDoctor
## 9889      men_lover49
## 9890       avlisasiul
## 9891    MidgarKopZone
## 9892        DroxzyFPS
## 9893      elle_hcarrr
## 9894        sarthakHT
## 9895         fabianvr
## 9896     LeviStephhen
## 9897     KallySheerio
## 9898   westsidexwalls
## 9899      men_lover49
## 9900        ReyThe2nd
## 9901         fabianvr
## 9902   westsidexwalls
## 9903      Redinho1983
## 9904    MidgarKopZone
## 9905     KallySheerio
## 9906      men_lover49
## 9907  JuanCamiloLagoc
## 9908         fabianvr
## 9909       museumwony
## 9910      Xavier_Kalt
## 9911       mayigandre
## 9912        chldedpty
## 9913       museumwony
## 9914       museumwony
## 9915      Xavier_Kalt
## 9916   westsidexwalls
## 9917       museumwony
## 9918   corne1iastreet
## 9919      men_lover49
## 9920    Chloe26414889
## 9921      theannaside
## 9922       mayigandre
## 9923      Xavier_Kalt
## 9924        bxngnxsty
## 9925          luvfaii
## 9926    chocolatemikl
## 9927     oooo95167106
## 9928     JamesReid_NL
## 9929      hunitrio_sp
## 9930  Mangochichinim2
## 9931      Thaynee1997
## 9932        freejoyde
## 9933       ditaaaylor
## 9934      RecklessBea
## 9935  slimecreaturezz
## 9936        freejoyde
## 9937  snowjustthesnow
## 9938    holson_sheryl
## 9939       taetanic76
## 9940        yoshiikge
## 9941  Mangochichinim2
## 9942        freejoyde
## 9943      MikaTsumaki
## 9944  snowjustthesnow
## 9945       midnightmj
## 9946     singularsnty
## 9947       taetanic76
## 9948      Thaynee1997
## 9949       omfgitscat
## 9950  rosecoloredxboy
## 9951         lnnnaaaz
## 9952   RULERREACHF4N4
## 9953       taetanic76
## 9954  riyanah_rahmath
## 9955  snowjustthesnow
## 9956          jmoram_
## 9957       omfgitscat
## 9958        isdiego99
## 9959    soyjnbarragan
## 9960    platinumpagne
## 9961        vivvviddy
## 9962      RecklessBea
## 9963       taetanic76
## 9964         jessussx
## 9965         lnnnaaaz
## 9966  CarterSchneid14
## 9967         souvmina
## 9968  riyanah_rahmath
## 9969        bennstark
## 9970           gnfnyc
## 9971         souvmina
## 9972         lnnnaaaz
## 9973  CarterSchneid14
## 9974  midnightsjisung
## 9975       _Jencarloo
## 9976         otbwaIls
## 9977        vivvviddy
## 9978   Joshuahardz001
## 9979   RecycleTheDuck
## 9980            8avey
## 9981        _banyezzz
## 9982       carllosr82
## 9983         souvmina
## 9984  CarterSchneid14
## 9985     avatartswift
## 9986       iFilmOrama
## 9987         lnnnaaaz
## 9988         jessussx
## 9989          SANOSGF
## 9990       _Jencarloo
## 9991         otbwaIls
## 9992          SANOSGF
## 9993       VoyasVirta
## 9994            8avey
## 9995       davybright
## 9996          SANOSGF
## 9997  sixtenlindberg_
## 9998      ferropiposo
## 9999    msheldonmusic
## 10000  Joshuahardz001
##                                                                                                                                                                     text
## 1                                                                                     Can’t wait for my #SpotifyWrapped top 5 genre to just all be reiterations of pop 💕
## 2                                                                                    I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 3                                                                                                                    I predict my top genre will be rap. #SpotifyWrapped
## 4                                                                                                      I predict my top podcast will be Pod Meets World  #SpotifyWrapped
## 5                                                                                                      I predict my most played song will be  That Girl😭 #SpotifyWrapped
## 6                                                                                    I predict my most played song will be Through The Wire (Kanye West) #SpotifyWrapped
## 7                                                                                                                     I predict my top genre will be Pop #SpotifyWrapped
## 8                                                                                               I predict my most played song will be I Burned LA Down \n#SpotifyWrapped
## 9                                                                                                                  I predict my top genre will be Kpop💎💙 #SpotifyWrapped
## 10                                                                                                         I predict my top artist will be Taylor Swift. #SpotifyWrapped
## 11                                                                                                         I predict my top artist will be Justin Bieber #SpotifyWrapped
## 12                                        My #SpotifyWrapped in 2022 will flex between LoFi beats, to early 2000s Jay-Z, to T-Swift and Sunmi (courtesy of the gorlfren)
## 13                                                                                                         I predict my top artist will be @Eiffel65Band #SpotifyWrapped
## 14                                                              we don’t talk about bruno va a estar en mi top 5, no me escondo\n#SpotifyWrapped https://t.co/OcGBB8WgEz
## 15                                                                                                     I predict my top artist will be tyler the creator #SpotifyWrapped
## 16                                                                                                       I predict my top artist will be Sebastian Yatra #SpotifyWrapped
## 17                                                                                        I predict my most played song will be Never Goodbye nct dreamm #SpotifyWrapped
## 18                                               I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped it’s between shawn mendes or borassca
## 19                         Hack\n\nWhat is the issue with your account? Send a DM to Get it fixed or Recovered !!!\n\n#Round #Robinhood #Acorns… https://t.co/M9bcBporhP
## 20                                                                                                                    I predict my top genre will be rap #SpotifyWrapped
## 21                                                             i swear if brown noise is in my top artist in the #SpotifyWrapped like im sorry i needed help sleeping 😪😪
## 22                                                                                                  I predict my top genre will be pop? Or pop adjacent. #SpotifyWrapped
## 23                                                                                                                  #SpotifyWrapped just dropped https://t.co/rqaTL1bcHD
## 24                                                                    I’m real nervous for my Spotify wrapped this year😅 my music was all over the place #SpotifyWrapped
## 25                                                                                            I predict my most played song will be monks by frank ocean #SpotifyWrapped
## 26                                                                               my #SpotifyWrapped when it comes out is just gonna be these two https://t.co/oykbMjoBbn
## 27                                                                                I think this will be the year that my top 5 artists change drastically #SpotifyWrapped
## 28                                                                               I predict my most played song will be 'I Think He Knows' - Taylor Swift #SpotifyWrapped
## 29                                                         I predict my top artist will be [well it better be @taylorswift13 or I’m gonna be real upset] #SpotifyWrapped
## 30                                                                                                        I predict my top artist will be [Jacques Brel] #SpotifyWrapped
## 31                                                                                                       I predict my top artist will be @JIDsv for sure #SpotifyWrapped
## 32                                                                                                        I predict my top podcast will be distractable  #SpotifyWrapped
## 33                                                       my #SpotifyWrapped: 2022 was an interesting year..you didn't let hate paralyze your mind a total of 10613 times
## 34                                                                                                            I predict my top artist will be [Rod Wave] #SpotifyWrapped
## 35                                                                                                                  I predict my top artist will be Lucy #SpotifyWrapped
## 36                                                                                   Sabrina Carpenter Space\nhttps://t.co/bLRQ6C7rCb\n#sabrinacarpenter #SpotifyWrapped
## 37                                                                                              I just want my damn #SpotifyWrapped already. Give it to me, you cowards.
## 38                                                                                                          I predict my top genre will be probably kpop #SpotifyWrapped
## 39                                                                                      I predict my most played song will be 소녀 소녀 by loonas haseul #SpotifyWrapped
## 40                                                                                                               I predict my top artist will be Beyoncé #SpotifyWrapped
## 41                                                                                   I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 42                                My one and only Chevron Amethyst earrings. 😍 #CyberMonday #SpotifyWrapped #beadedjewelry #handmadegifts #lizzo https://t.co/Xx3sFlXtwb
## 43                                                                                                   I predict my top artist will be [weird al yankovic] #SpotifyWrapped
## 44                                                                                                                 I predict my top genre will be [rock] #SpotifyWrapped
## 45                                                                                         just drank milk #awesome #badass #dope #swag #rad #SpotifyWrapped #cool #nice
## 46                                                                                                      I predict my most played song will be [pancreas] #SpotifyWrapped
## 47                                                                                                                    I predict my top genre will be Pop #SpotifyWrapped
## 48                         Why tf y'all posting "I hope (artist) is my #1 on #SpotifyWrapped?\nThat shit ain't for two days and everyone's post… https://t.co/6to5HmhJoz
## 49                                                                                  I predict my top podcast will be Anything Goes with Emma Chamberlain #SpotifyWrapped
## 50                                                                                                I predict my most played song will be A Que le Tiramos #SpotifyWrapped
## 51                                                                                                  I predict my top podcast will be louder with crowder #SpotifyWrapped
## 52                                                                                                         I predict my top podcast will be ... nothing! #SpotifyWrapped
## 53                            HTML is getting better😆🤪\nJust but a hint of my website😂\n#100DaysOfCode \n#100daysofcodechallenge\n#codeHive2022… https://t.co/AiKFbUHBD4
## 54                                                                                                        I predict my top artist will be billie eilish  #SpotifyWrapped
## 55                                                                                                                                Yo, can  #SpotifyWrapped drop already?
## 56                                                                                                          I predict my top artist will be XXXTENTACION #SpotifyWrapped
## 57                                                                                                         I predict my top podcast will be Archetypes\n #SpotifyWrapped
## 58                                                                                                         I predict my top artist will be @badomenscult #SpotifyWrapped
## 59                                                                                                          I predict my top artist will be Taylor Swift #SpotifyWrapped
## 60                                                                                I predict my most played song will be [probably something by crosses?] #SpotifyWrapped
## 61                                                                                                          I predict my top artist will be [the weeknd] #SpotifyWrapped
## 62                                                                                                                    I predict my top genre will be pop #SpotifyWrapped
## 63                                                                   I predict my top artist will be m #SpotifyWrapped I KNOW HER Mariah Carey @MariahCarey MARIAH CAREY
## 64                                                                                                        I predict my top artist will be Raleigh Keegan #SpotifyWrapped
## 65                         would you make a great career online and become a millionaire by 2022. \ntake this free test and find out how you ca… https://t.co/Ff8jSw6lUX
## 66                                                                                         I predict my most played song will be True Love by X &amp; YE #SpotifyWrapped
## 67                                 Slow hunts usually have incredible sunsets...\n#outdoors #nature #wildlife #hunting #duckhunting #duckhunter… https://t.co/XQwS63Djqc
## 68                                                                                                                                             #SpotifyWrapped PLEASEEEE
## 69                                                                               I predict my most played song will be Jump Then Fall (Taylor’s Version) #SpotifyWrapped
## 70                                                                                               I predict my most played song will be happier than ever #SpotifyWrapped
## 71                                                                                                               I predict my top genre will be country. #SpotifyWrapped
## 72                                                                                    my top artist will be @machinegunkelly 100% , no questions asked.  #SpotifyWrapped
## 73                                                                                         I predict my most played song will be obviously Yet To Come 🔥 #SpotifyWrapped
## 74                                  I predict my most played song will be "Understand" - Hippo Campus #Hippocampus @thehalocline #SpotifyWrapped https://t.co/7G3gskB2Jm
## 75                                                                                                        I predict my top artist will be  @MorganWallen #SpotifyWrapped
## 76                                                                 I predict my most played song will be All I Want for Christmas is You by Mariah Carey #SpotifyWrapped
## 77                                                                                                                    cant predict my # 1 song this year #SpotifyWrapped
## 78                                                                             I predict my top artist will be Andrew Garfield 😅 #SpotifyWrapped https://t.co/zOpGilmdfr
## 79                                                                                                         I predict my top artist will be [ BLACKPINK ] #SpotifyWrapped
## 80                                                                          I predict my most played song will be Carly Rae Jepsen - Talking to Yourself #SpotifyWrapped
## 81                                                                                                      I predict my top artist will be [Eleni Foureira] #SpotifyWrapped
## 82                                                                                                               I predict my top genre will be [ kpop ] #SpotifyWrapped
## 83                                                                                                          I predict my top artist will be Taylor Swift #SpotifyWrapped
## 84                                                                                                                  I predict my top genre will be [Pop] #SpotifyWrapped
## 85                                                                                           I predict my most played song will be [pink venom/shutdown] #SpotifyWrapped
## 86                                     https://t.co/835vHrEQt5\nWe live 😎💯\n#truecrimecommuity #RedVelvet #AnkitGupta𓃵 #BSC #DonaldTrump #dolar… https://t.co/z3AbVHwojb
## 87                                                                   I predict my top artist will be American rock band my chemical romance @MCRofficial #SpotifyWrapped
## 88                             My #SpotifyWrapped is going to be a very bizarre mix of deathcore, vocaloid/j pop, game soundtracks and synthwave https://t.co/4Ed10YwzXt
## 89                                                                                                  I predict my most played song will be [El Telephone] #SpotifyWrapped
## 90                                                                                                            Idk how much longer I can wait please drop #SpotifyWrapped
## 91                        I listened to too much Tick Tick Boom and Moulin Rouge for it to be anything else. \n\nI predict my top genre will be… https://t.co/dZeQajgbKY
## 92                                                                                                         i predict my top artist will be taylor swift. #spotifywrapped
## 93                                                                                           I predict my top podcast will be obviously @AMorbidPodcast  #SpotifyWrapped
## 94                                                                                                       I predict my top artist will be @jose_madero 💛\n#SpotifyWrapped
## 95                                                                                                                    I predict my top genre will be Rap #SpotifyWrapped
## 96                                                                                                 I predict my most played song will be ABOUT DAMN TIME #SpotifyWrapped
## 97                                                                                                    I predict my most played song will be fall in love #SpotifyWrapped
## 98                                                                                               I predict my most played song will be Famous Last Words #SpotifyWrapped
## 99                                                                                                        I predict my top artist will be ice nine kills #SpotifyWrapped
## 100                      My 6 months VS my all-time \nWhich y’all prefer?? \n(Some of these would never be in the same room 😂)\n#SpotifyWrapped… https://t.co/EcZza0tkJP
## 101                                     #wip trying to do more energetic scenes and illustrations #art #characterdesign #illustration #blackart… https://t.co/9WLSJ3wMZY
## 102                                                                                                           I predict my top genre will be metalcore 🤓 #SpotifyWrapped
## 103                                    I predict my top podcast will be #Archetypes without a doubt. #ArchetypesWithMeghan #ArchetypesOnSpotify… https://t.co/W3SOd7TLIe
## 104                        JUST DROPPED A FIRE TRACK “6TH SENSE” RUN IT UP 🔥🔥\n\nhttps://t.co/xP2zy1Csuc\n\n#artist #Producer #underground #rap… https://t.co/AcJUuqywM9
## 105                                                                                   I predict my most played song will be the greatest story ever told #SpotifyWrapped
## 106                                                                                                             it's almost #SpotifyWrapped time https://t.co/eeirWrraxn
## 107                                                                                                       I predict my top artist will be @taylorswift13 #SpotifyWrapped
## 108                                                                                                 I predict my top podcast will be The Tim Dillon Show #SpotifyWrapped
## 109                                                                                                              I predict my top podcast will be UNHhhh #SpotifyWrapped
## 110                                                                                                    I predict my top artist will be [@taylorswift13 ] #SpotifyWrapped
## 111                                                                                         I predict my most played song will be pretty boy by the nbhd #SpotifyWrapped
## 112                                                                                                       I predict my top artist will be [Taylor Swift] #SpotifyWrapped
## 113                                                             I predict @tvgirlz ‘s not allowed, indie, @bbnomula , @snyplease #SpotifyWrapped https://t.co/pyc8oygKlu
## 114                      ,@MrBeast \nDay 692 of asking @MrBeast to give me $10,000 so that I can buy a new car\n\n#Mrbeast                     … https://t.co/yVJlp9rCNB
## 115                                                                                                             I predict my top genre will be [Country] #SpotifyWrapped
## 116                                                                                                              I predict my top artist will be weeekly #SpotifyWrapped
## 117                                                                                                     I predict my top genre will be bubblegumpussypop #SpotifyWrapped
## 118                        Good amount of value to work with on this slate, let’s kill it. Full lineup for the main slate @ 7PM EST. 🔥🔥 \n~Luca… https://t.co/Cp47ehdi98
## 119                                         New Twitter ✨\n#SpotifyWrapped #乌鲁木齐 #FIFAWorldCupQatar2022 #new #RedVelvetBirthdayParty #mommy https://t.co/Vpox5S0mQT
## 120                              Eventually the 'cOoL kIdS' will make fun of this trend, but they're just mad my music festival crushes theirs.… https://t.co/rHNjDVjL90
## 121                                                                                          I predict my most played song will be top secret by weeekly #SpotifyWrapped
## 122                                                                                               I predict my top artist will be [Halestorm @LZZYHALE ] #SpotifyWrapped
## 123                                                                                I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped Emo rap
## 124                                                                                              Next year my #SpotifyWrapped is going to be 99% Daisy Jones and The Six
## 125                                                                                                                I predict my top genre will be [Rock] #SpotifyWrapped
## 126                                                                                                I predict my top podcast will be therapist gecko LMAO #SpotifyWrapped
## 127                       provável que seja assim: \nartista = lana • taylor • nicki • beyoncé • avril\nsingle = break my soul • 2 be loved • w… https://t.co/Zvh3cBaVjl
## 128                                                                                                        I predict my most played song will be RUN BTS #SpotifyWrapped
## 129                            I predict my most played song will be [fill in top song prediction] #SpotifyWrapped 1000 blunts, rain dance, escape plan, or psychosocial
## 130                     https://t.co/EFzouNL0PD\n\n A Village Burial Vlog\n\nCheck out another amazing video.. village vlog. You will get to en… https://t.co/lYRFdNWATS
## 131                          Come Get Good And Rant W/ Us! https://t.co/zkNinczALo\n\n#VALORANT #gold #silver #youtubegaming #gamer #LiveStream… https://t.co/XNAav4Gjez
## 132                                                                          @Naija_PR See your answer!!! #SpotifyWrapped #RedVelvet #9ja #music https://t.co/aL4TJL7Z91
## 133                          "The easiest thing to be in the world is you. The most difficult thing to be is what other people want you to be."… https://t.co/bmqqFedrin
## 134                                                                                            I predict my top artist will BANGTAN MUTHAFCKIN SONYEODAN #SpotifyWrapped
## 135                                                                       I predict my most played song will be [Masterpiece @MIWband @ChrisMotionless ] #SpotifyWrapped
## 136                                                                                                     I predict my top podcast will be @ToonsThatCurse #SpotifyWrapped
## 137                                                                        I predict my top podcast will be The Darker Side of Life or Chug Jug with You #SpotifyWrapped
## 138                           Cooking on the grill is a year round activity. Even if it’s 38 degrees. Change my mind. #changemymind #NewEngland… https://t.co/jppgZH9Q8j
## 139                                                                               About 5 finger strolls I think I got some decent stuff #Love #F4F #S4S #SpotifyWrapped
## 140                                                                                                                  I predict my top artist will be AJR #SpotifyWrapped
## 141                           Forget about your #SpotifyWrapped.\n\nListen to Markin' Out.\n\n#WWE #WWERaw #WWENXT #SmackDown #AEW #AEWDynamite… https://t.co/H5FryomsO2
## 142                                                                                          I predict my top artist will be maybe see plus @seeplusband #SpotifyWrapped
## 143                             I Predict My Top Artist Will Be \n1 Olivia Rodrigo \n2 Conan Gray\n3 Sabrina Carpenter\n4 Dove Cameron\n5 Shawn Mendes\n #SpotifyWrapped
## 144                                                                                                             I predict my top genre will be KPOP OBVI #SpotifyWrapped
## 145                                                         I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped @RSprachrohr without a doubt
## 146                                                                                                                     @Spotify #SpotifyWrapped i'm so excited for that
## 147                                                                                                           I predict my top artist will be @AriLennox #SpotifyWrapped
## 148                                                                                                        I predict my top artist will be [#SnoopnDogg] #SpotifyWrapped
## 149                                                                                                                                                 WHEN #SpotifyWrapped
## 150                                                                                                               I predict my top genre will be [Disco] #SpotifyWrapped
## 151                                                    I predict my most played song will be That’s Final by @aint_afraid or Waste My Time by @AriLennox #SpotifyWrapped
## 152                                                                                                              I predict my top artist will be NCT 127 #SpotifyWrapped
## 153                                                                                                         I predict my top genre will be vocaloid lmao #SpotifyWrapped
## 154                                                                                                        I predict my top artist will be Taylor Swift  #SpotifyWrapped
## 155                                                                                I predict my most played song will be [sexyback by Justin Timberlake] #SpotifyWrapped
## 156                                                                                                              I predict my top podcast will be BANTER #SpotifyWrapped
## 157                                                                                                               I predict my top genre will be Kpop. 😐 #SpotifyWrapped
## 158                                                                                        I predict my top podcast will be [who tf listens to podcasts] #SpotifyWrapped
## 159                                                                                  I predict my most played song will be Feel My Rhythm by Red Velvet 🤭#SpotifyWrapped
## 160                                                                                             I predict my top podcast will be And the Runner Up Is... #SpotifyWrapped
## 161                                                        I predict my top podcast will be unreleased music that ppl illegally uploaded in podcast form #SpotifyWrapped
## 162                                            #TheeAstroDot #ArmyWarrant #SpotifyWrapped #RedVelvet \n\nCheck out TheeAstroDot's video! #TikTok https://t.co/IhKAzXHgJc
## 163                                                                                                I predict my top artist will be [Taylor Alison Swift] #SpotifyWrapped
## 164                                               I predict my most played song will be 6666 - four fists. Or, maybe, darker still - @parkwayofficial\n\n#SpotifyWrapped
## 165                                                                                                             I predict my top genre will be [FAG POP] #SpotifyWrapped
## 166                                                                                                               I predict my top genre will be Indica  #SpotifyWrapped
## 167                                                                                                          I predict my top artist will be conan gray  #SpotifyWrapped
## 168                                                                     I predict my most played song will be [right where you left me OR break my soul] #SpotifyWrapped
## 169                                                                                                   I predict my top artist will be Barbra Streisand.  #SpotifyWrapped
## 170                                                                                                           I predict my top genre will be modern rock #SpotifyWrapped
## 171                                                                                                    I also enjoy seeing these #SpotifyWrapped https://t.co/f0zRSvUYjo
## 172                                                                                                    I predict my most played song will be family line #SpotifyWrapped
## 173                                                                                      I predict my top podcast will be [Inner monologue olivia neill] #SpotifyWrapped
## 174                                                    The Hawmiees #migos #kilos #fit #SpotifyWrapped #gains #motivational #gymbrand #gym #gear https://t.co/ZhRsc09kbQ
## 175                                                                                         live rn come join ! https://t.co/iAf1dVqejm #SpotifyWrapped #MW2 #CallofDuty
## 176                                  If you don't sleep before people that snore in their sleep. Forgerr abourr it💔😂 #RedVelvet #SpotifyWrapped… https://t.co/vEaVsMqjYs
## 177                                                                                                         I predict my top artist will be Taylor Swift #SpotifyWrapped
## 178                                            I predict my most played song will be [fill in top song prediction] #SpotifyWrapped prob drugs you should try some of not
## 179                                                                                                    I predict my top artist will be @machinegunkelly  #SpotifyWrapped
## 180                                                                                          I predict my most played song will be One Up by Central Cee #SpotifyWrapped
## 181                       Prediction– My #SpotifyWrapped :\n\n1. Song with a hard guitar solo I had to practice\n2. "Question?" by Taylor Swift… https://t.co/vkWwzH9xJ8
## 182                                                                                                       I predict my top artist will be [Taylor Swift] #SpotifyWrapped
## 183                                                                                                             I predict my top genre will be Pop.  #SpotifyWrapped Pop
## 184                                                                                                            I predict my top podcast will be [Morbid] #SpotifyWrapped
## 185                                                                                                                   I predict my top genre will be Pop #SpotifyWrapped
## 186                              Retweet Biko 🥹🤲🏾 @petiteback_ @Oyinriri26 @chaneldior1017 @wizkidayo @sakpo0007_ @DinahDanladi1 @Emmanuel12544… https://t.co/UeoHmo5w1Q
## 187                                                            I predict my most played song will be [fill in top song prediction] #SpotifyWrapped this charming man ngl
## 188                                                                                                                 I predict my top genre will be [pop] #SpotifyWrapped
## 189                                                                                                 I predict my most played song will be Vigilante Shit #SpotifyWrapped
## 190                                                                                                                I predict my top artist will be Drake #SpotifyWrapped
## 191                                                                                   I predict my most played song will be [mariners apartment complex] #SpotifyWrapped
## 192                                                                                                                  Can @YouTube make their version of #SpotifyWrapped?
## 193                                                                    I predict my top podcast will be The Album Years by Steven Wilson and Tim Bowness #SpotifyWrapped
## 194                                                               me doing this prediction as if i dont already know my top artist is arctic monkeys LOL #SpotifyWrapped
## 195                                                                                          I predict my most played song will be [safira by sirkazzio] #SpotifyWrapped
## 196                                                                                                       #SpotifyWrapped  this was mine in 2020 https://t.co/IV3d8JkkkS
## 197                       Can’t remember if I announced the trailer on here 🤔 Here it is anyway!\n\n😺Lots of Meows in The Little Tales of Alexa… https://t.co/tF5KRzuNa2
## 198                                                                                    I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped
## 199                                                                                         I predict my most played song will be obviously Yet To Come  #SpotifyWrapped
## 200                               When is Spotify going to let me see my #SpotifyWrapped I need it to tell me I’m obsessed with Taylor swift, even though I already know
## 201                       This wouldn’t be half bad, would it? There’s a few surprises too!\n\nI guess it’s a sneak peek at my #SpotifyWrapped,… https://t.co/o0TNaKEf69
## 202                                                                                              I predict my top artist will be [mother mother? or mcr] #SpotifyWrapped
## 203                                                                                                                             Add me on snap onesimo_m #SpotifyWrapped
## 204                     JB BARBERING SALON - \nKUMASI MOSHIE ZONGO \nLink up for the best cut --- \n0560990713// 0594053088\n\nthepencilbarber_… https://t.co/nChG8uBsT6
## 205                                                                                                      I predict my top artist will be Nine Inch Nails #SpotifyWrapped
## 206                                                                                                    I predict my top genre will be [alternative rock] #SpotifyWrapped
## 207                                                                                                                         #SpotifyWrapped should be s national holiday
## 208                                                                                             I predict my top podcast will be something @DiscoveryID  #SpotifyWrapped
## 209                                                                              I predict my most played song will be That’s why they call it the blues #SpotifyWrapped
## 210                                                                                        I predict my most played song will be [bitchboy by the oozes] #SpotifyWrapped
## 211                                                                                            I predict my most played song will be 21 by Gracie Abrams #SpotifyWrapped
## 212                                                                                                             It’s almost time #SpotifyWrapped https://t.co/qlivn1val1
## 213                                                                                                      I predict my top genre will be rock/alternative #SpotifyWrapped
## 214                                                                                                      I predict my top artist will be @eltonofficial  #SpotifyWrapped
## 215                                                                                                 I predict my top genre will be phonk or alternative 🤲#SpotifyWrapped
## 216                                                                                                              I predict my top artist will be @Drake  #SpotifyWrapped
## 217                                                                                                                       Yees 🤍 #SpotifyWrapped https://t.co/RAS9h6Ky4F
## 218                                                                                                               I predict my top artist will be Mitski #SpotifyWrapped
## 219                                                                                                                  I predict my top artist will be BTS #SpotifyWrapped
## 220                                                                     I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped \nProbably twice
## 221                     @the_kingslife This Will End like Eifi Airdrop Where None Of Us Got Our Tokens &amp; Even De Ones  Bought With Huge Sum… https://t.co/uNIm8XQaNI
## 222                                                                I predict my top artist will be either @5SOS or @taylorswift13 #SpotifyWrapped but i can’t decide who
## 223                                                                                  I predict my most played song will be Build God Then We’ll Talk 🙈🙈🙈 #SpotifyWrapped
## 224                                                                                   I predict my most played song will be [Alien Superstar by Beyonce] #SpotifyWrapped
## 225                                                             I predict my most played song will be [fill in top song prediction] #SpotifyWrapped \nIllusion or cheers
## 226                         So, it will soon be time for #SpotifyWrapped and as it has been a VERY stressy year think i might have leaned on Re… https://t.co/RCROgD3GcE
## 227                                                     Congratulations more winnings to be recorded #CyberMonday #ZehMer #COP27 #SpotifyWrapped https://t.co/ma5IL0wA4h
## 228                                Taking care of yourself shouldn’t be a second thought. Self-care starts now! #college #collegelife #selfcare… https://t.co/Xxy5pCqRFf
## 229                                                                      predictions for my #SpotifyWrapped top artists: @strayfromdapath @scenequeenrocks and @ddlovato
## 230                                                                                           I predict my top podcast will be Happiest Podcast on Earth #SpotifyWrapped
## 231                         put my spotify into insta fest to try to get a hint to what my #SpotifyWrapped might look like and oh my god what i… https://t.co/ewWIPgkjzq
## 232                                                                                   I predict my most played song will be litterally any babytron song #SpotifyWrapped
## 233                                                                                                         I predict my top artist will be Taylor Swift #SpotifyWrapped
## 234                                                                                                                                       #SpotifyWrapped IS ON FRIDAY??
## 235                                                                                                            I predict my top artist will be [Beyonce] #SpotifyWrapped
## 236                                                                                                I predict my top artist will be Red Hot Chili Peppers #SpotifyWrapped
## 237                         Boycott Apple 4 wanting 2 suppress free Speach R the owners of the company American? The Galaxy Phone is just as go… https://t.co/Tm56msTXLl
## 238                                                                                                           I predict my top genre will be bedroom pop #SpotifyWrapped
## 239                                                                                                 I predict my most played song will be RunBts by BTS  #SpotifyWrapped
## 240                                                                                     I predict my most played song will be The Archer by Taylor Swift #SpotifyWrapped
## 241                                                                                  I predict my top genre will be: is 90’s sadcore indie folk a genre? #SpotifyWrapped
## 242                                                                                                         I predict my top artist will be [maya hawke] #SpotifyWrapped
## 243                                                                                                                           Im so excited for my 2022  #SpotifyWrapped
## 244                                                                                              I predict my most played song will be Jesus Christ Pose #SpotifyWrapped
## 245                                                                                       I predict my most played song will be [thérèse or nothing new] #SpotifyWrapped
## 246                                                                        My top podcast better be The Magnus Archives or I’m switching to Amazon music #SpotifyWrapped
## 247                                           #SpotifyWrapped \nI genuinely don’t mind. Also- I’ve had Sprouts on all year and happy 😃 with that https://t.co/wEro7bKbAZ
## 248                                                                                 I predict my most played song will be [Cause for Concern by Lovejoy] #SpotifyWrapped
## 249                          elon musk cerrar twitter aus de neymar cristiano ronaldo mundial fifa i need a sugar daddy or a sugar mommy i need… https://t.co/ccP30uEVja
## 250                                                           I predict my most played song will be Spitting off the edge of the world - Yeah Yeah Yeahs #SpotifyWrapped
## 251                                                                                  I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 252                         I predict my most played song will be Last Train Home by the Pat Metheny Group, my most played artist will be Def L… https://t.co/8N5a4tfxid
## 253                                                                             I predict my top podcast will be [#Archetypes ] \n#ArchetypesWithMeghan\n#SpotifyWrapped
## 254                                                                                I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped country
## 255                                                                                                     I predict my most played song will be big parade #SpotifyWrapped
## 256                                                   we all already know taylor will be my top artist but like i can’t wait for spotify to tell me that #SpotifyWrapped
## 257                                                                                           I predict my most played song will be Late, by Kanye West! #SpotifyWrapped
## 258                                                                                                   I predict my top artist will be Taylooor swiffffft #SpotifyWrapped
## 259                                                                                                      I predict my top artist will be Eminem, duh 😂🤷🐐 #SpotifyWrapped
## 260                                                                                      #SpotifyWrapped cannot come any slower 💀 i need it NOW. https://t.co/TV8nqUnBXS
## 261                                                                                    I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped
## 262                                                                                                  I predict my most played song will be block me out  #SpotifyWrapped
## 263                                                                                            I predict my most played song will be [Super Freaky Girl] #SpotifyWrapped
## 264                                                                                                   I predict my top podcast will be [@AMorbidPodcast] #SpotifyWrapped
## 265                                                                                                           I predict my top artist will be black midi #SpotifyWrapped
## 266                                                           I predict my most played song will be \nHurt by Oliver Tree\n#SpotifyWrapped \n\nthis thing is interesting
## 267                                                                                                I predict my top artist will be Lemon Demon (@neilcic)#SpotifyWrapped
## 268                                                                                                        I predict my top artist will be Lana Del Rey  #SpotifyWrapped
## 269                         I don’t want to jinx nothing but it’s like I can see every one in my TL from the 🍃 community! High everyone can you… https://t.co/lzXSltpb09
## 270                                                                                                                      When is #SpotifyWrapped gonna dropppppp?!!!!!!!
## 271                                      Since when does @POTUS "let protesters speak for themselves?"\n\nWeak.\n#CCP #SpotifyWrapped #乌鲁木齐… https://t.co/9UL7elBPQj
## 272                                                                                    I predict my top genre will be experimental rock or some bullshit #SpotifyWrapped
## 273                                                                                           I predict my most played song will be Disconnected by 5sos #SpotifyWrapped
## 274                                                                                                            I predict my top artist will be Van Halen #SpotifyWrapped
## 275                                                                                                         i predict my top artist will be taylor swift #SpotifyWrapped
## 276                                                                                       I predict my top artist will be [@MissioMusic  or @Stray_Kids] #SpotifyWrapped
## 277                                                                                                        I predict my top artist will be @BigThirty375 #SpotifyWrapped
## 278                                                                                I predict my top artist will be Akina Nakamori. Without a doubt. Lol. #SpotifyWrapped
## 279                                                                                          I predict my most played song will be Low Blow by honeymoan #SpotifyWrapped
## 280                                                          I predict my top artist will be @Beyonce or @rosalia this I'm not sure wanna see the result #SpotifyWrapped
## 281                                                                                                             I predict my top artist will be @DojaCat #SpotifyWrapped
## 282                                                                                           I predict my most played song will be Dethroned or chondro #SpotifyWrapped
## 283                                   man we need more von music #SpotifyWrapped boutta be out n im already knowing durk boutta be my most listened to artist this year💀
## 284                                                                            I predict my most played song will be [Does Anybody Love Me @MissioMusic] #SpotifyWrapped
## 285                          elon musk cerrar twitter aus de neymar cristiano ronaldo mundial fifa i need a sugar daddy or a sugar mommy i need… https://t.co/lyjTBr8syi
## 286                                                                                            I predict my top podcast will be [Archetypes with Meghan] #SpotifyWrapped
## 287                           mary on a cross by ghost is going to be number one because it’s NUMBER ONE IN MY HEART!!!! WORDDD  #SpotifyWrapped https://t.co/gI4Tt4L2rV
## 288                                                                                         I predict my most played song will be [Eyewishes/Bystanding] #SpotifyWrapped
## 289                                                                                         Ma quando esce spotify wrapped ?\n\n#SpotifyWrapped #spotifywrapped2022 #ita
## 290                                        me pretending to be "surprised" when seeing BTS as my n.o 1# most played artist on my #SpotifyWrapped https://t.co/SjJzdRJK5q
## 291                                                #HOT by @pledis_17  will take #1 spot in my #SpotifyWrapped 2022 \n\n#SEVENTEEN \n#세븐틴 \n\nhttps://t.co/fX2hWwhYxu
## 292                                                                                                    I predict my top artist will be [#MichaelJackson] #SpotifyWrapped
## 293                                                                                                       I predict my top artist will be taylor swift 🥰 #SpotifyWrapped
## 294                                                                                                         I predict my top genre will be pop, as usual #SpotifyWrapped
## 295                                                                                                 I predict my top artist will be Leslie Cheung 张国荣 #SpotifyWrapped
## 296                                                                                        Dog chose his onlin gender #SpotifyWrapped #RedVelvet https://t.co/rN1U4k6t6M
## 297                                                                                           I predict my most played song will be despechá by @rosalia #SpotifyWrapped
## 298                                                                                           I predict my most played song will be [cute by rosalia lol #SpotifyWrapped
## 299                                                                                                               I predict my top artist will be Eminem #SpotifyWrapped
## 300                         Anyone who complained about not getting @taylorswift13 tickets better show their @Spotify Wrapped or Fest results s… https://t.co/JQojxpllhq
## 301                                                                                                         I predict my top artist will be taylor swift #SpotifyWrapped
## 302                                                                                                              I predict my top artist will be rosalía #SpotifyWrapped
## 303                                                                                                               I predict my top artist will be Alex G #SpotifyWrapped
## 304                                                              I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped #ArchetypesWithMeghan
## 305                                                                                               I predict my most played song will be Waiting by Woodz #SpotifyWrapped
## 306                                    Don't miss the opportunities for amazon discounts https://t.co/0iXgMZVOGI\n\n#SpotifyWrapped #GiftGalaxy #TOP100MostHandsomeFaces
## 307                                                                                                            I predict my top artist will be [Beyoncé] #SpotifyWrapped
## 308                                                                                                      I predict my most played song will be vent'anni #SpotifyWrapped
## 309                                                                                                  I predict my most played song will be Mary - Alex G #SpotifyWrapped
## 310                                                 I predict my top podcast will be distractible, I really didn't listen to any other podcast this year #SpotifyWrapped
## 311                                                                                                          I predict my top artist will be Beach House #SpotifyWrapped
## 312                                                                             I predict my most played song will be Rich Flex by Drake &amp; 21 Savage #SpotifyWrapped
## 313                                                                                        Can’t wait to see what my top artists and songs look like on  #SpotifyWrapped
## 314                                                                                I predict my top artist will be Chloe moriondo @kidzwithbugz probably #SpotifyWrapped
## 315                                                                                         I predict my top artist will be probably fucking John Powell #SpotifyWrapped
## 316                                                                              I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped Beyoncé
## 317                                                                                                          I predict my top artist will be [@ladygaga] #SpotifyWrapped
## 318                                                                         my top artist this year will be joywave. it has to be. it will be @joywave . #SpotifyWrapped
## 319                                                                                                  I predict my most played song will be [Make up sex] #SpotifyWrapped
## 320                                                                                 Yo idc about Christmas I care about #SpotifyWrapped . That’s the real holiday for me
## 321                          Dog Toys Chew Cleaning Teeth-Molar Toothbrush 🪥 \n\n#SpotifyWrapped #FIFAWorldCup #RedVelvet #Dog #dogs #pet #pets… https://t.co/E9yZmpACmE
## 322                                                                                      #SpotifyWrapped PREDICTIONS: top artist mitski, top song violence by frank iero
## 323                                                                        @Spotify is probably the only company I actually want to give my data to. \n\n#SpotifyWrapped
## 324                                                                                    I predict my most played song will be something by Taylor Swift!! #SpotifyWrapped
## 325                                                                                         I predict my most played song will be [Applause - Lady gaga] #SpotifyWrapped
## 326                                                                                 I predict my most played song will be Sit Pissers by Lord Aethelstan #SpotifyWrapped
## 327                                                                                                          I predict my top artist will be [21 Savage] #SpotifyWrapped
## 328                                                              I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped #ArchetypesWithMeghan
## 329                                                                                I’m literally all over dear lorddd #instafest #SpotifyWrapped https://t.co/YbKJ0edamp
## 330                     ok ahead of #SpotifyWrapped , here's my best bet at my top 5 for this year:\nTaylor Swift\nHarry Styles\nBeyonce\nFlore… https://t.co/C18gzJXsWY
## 331                                                                                                   I predict my top podcast will be very really good  #SpotifyWrapped
## 332                                                                                                     I predict my top artist will be [@OnlyOneOf_twt] #SpotifyWrapped
## 333                                                                                                        I predict my top podcast will be [Archetypes] #SpotifyWrapped
## 334                                                                                                  I predict my top artist will be my chemical romance #SpotifyWrapped
## 335                                                                                                                 I predict my top genre will be [Rap] #SpotifyWrapped
## 336                                                                                                       I predict my top artist will be Sufjan Stevens #SpotifyWrapped
## 337                                                          Since #SpotifyWrapped is too busy teasing us on main… the way this is too accurate… https://t.co/1Yljx1Lrmg
## 338                         Songtitle- #indecisive\nproduced by @MetronomeGh\nMixed and mastered by @astirbeats \n#FIFAWorldCup #SpotifyWrapped… https://t.co/yQdQuVFIlB
## 339                                                                                                         I predict my top podcast will be #Archetypes #SpotifyWrapped
## 340                    I predict my top artist will be\n–  Taylor Swift\n– Chase Atlantic\n– The Weeknd\n– Harry Styles\n– Billie Eilish\n– One… https://t.co/FnjAfLnbwE
## 341                                                                                                 I predict my top genre will be rock or something idk #SpotifyWrapped
## 342                                                                              50 jeez back to back daily dropping new tapes. #RedVelvet #30BG #Wizkid #SpotifyWrapped
## 343                                                       I predict my top artist will be @boburnham #SpotifyWrapped\nif im wrong then i failed my New Year’s resolution
## 344                                                                                                   I predict my top artist will be Natalia Lafourcade #SpotifyWrapped
## 345                                                                                                         I predict my top podcast will be #Archetypes #SpotifyWrapped
## 346                                                                                               I predict my most played song will be drowning lessons #SpotifyWrapped
## 347                                                                                                       I predict my top podcast will be @tillnpodcast #SpotifyWrapped
## 348                                                                         My instafest is already embarassing so I can imagine my #SpotifyWrapped will be even worst 🫠
## 349                                                                                       I predict my most played song will be DPR IAN - No Blueberries #SpotifyWrapped
## 350                                                                                                I predict my most played song will be [Shotta Flow 6] #SpotifyWrapped
## 351                                                                                                         I predict my top podcast will be [Archetype] #SpotifyWrapped
## 352                                                                                         Are y’all still eating Thanksgiving leftovers? #SpotifyWrapped #PollOfTheDay
## 353                                                                                               I predict my top podcast will be #ArchetypesWithMeghan #SpotifyWrapped
## 354                                                                                                  I predict my top podcast will be [Min indre dialog] #SpotifyWrapped
## 355                                                                                 I predict my most played song will be Lover, You Should've Come Over #SpotifyWrapped
## 356                              Who wants Experience Artist..?HMU!\nLike/ Retweet \nHelp/Support/ \nFollow each other \n#supportsmallstreamers… https://t.co/qWKrcbXCeC
## 357                               I predict my top artist will be one of these three, Huey Lewis and the News, Oingo Boingo, or Electric Light Orchestra #SpotifyWrapped
## 358                                                                                                      I predict my top podcast will be #Archetypes on #SpotifyWrapped
## 359                         I’m watching Inside The Criminal Mind on Netflix, and I think they used a picture of Ross Lynch as Dahmer instead o… https://t.co/ALOdqLylGD
## 360                                                                                      I predict my most played song will be Another Love by Tom Odell #SpotifyWrapped
## 361                                                                                                        I predict my top podcast will be [Archetypes] #SpotifyWrapped
## 362                                                                                                      I predict my top artist will be [keem or peggy] #SpotifyWrapped
## 363                                                                I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped Meghan’s Archetypes
## 364                                                                       I predict my top podcast will be Archetypes #SpotifyWrapped\n#Archetypes #ArchetypesWithMeghan
## 365                                                                                  I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 366                                                                                       I predict my top podcast will be [Archetypes by Meghan Markle] #SpotifyWrapped
## 367                                                                         nearly the lgbt communities favourite time of year x #SpotifyWrapped https://t.co/4lCJdlWhRw
## 368                                                             I predict my top podcast will be "Cosas" by @robertomtzTV  and JacoboWong --  @MrPablor  #SpotifyWrapped
## 369                                                                       I predict my most played song will be "New Delhi Freight Train" by Terry Allen #SpotifyWrapped
## 370                                                          I predict my most played song will be Future Perfect (Pass The MIC) #SpotifyWrapped https://t.co/mwOmVi23Fo
## 371                                                                         I predict my most played song will be [fill in top song prediction] #SpotifyWrapped. Cuff It
## 372                                                                                                    I predict my top artist will be Paramore OR Apink #SpotifyWrapped
## 373                         Ig mutuals drop it down below 👇 #igmutuals #foryoupage #Instagram不具合 #SpotifyWrapped #RedVelvet #البرازيل_ِسويسرا… https://t.co/l4vQpEy7Hl
## 374                                                                                                               I predict my top genre will be Hip Hop #SpotifyWrapped
## 375                                                                                              I predict my most played song will be Not My Job by Flo #SpotifyWrapped
## 376                                                                                                           Believe it.  Am better than @davido  #SpotifyWrapped #30BG
## 377                                                                                                                 I predict my top genre will be K-pop #SpotifyWrapped
## 378                                                                                        I predict my most played song will be "Vincent" by Don McLean #SpotifyWrapped
## 379                                                               I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped #archetypesonspotify
## 380                                                                                             I predict my most played song will be El doctor - paliza #SpotifyWrapped
## 381                                           I predict my most played song will be *checks my Spotify stats* Telecaster B Boy by Wonderlands X Showtime #SpotifyWrapped
## 382                                                          Anbu black ops sucks #NARUTO #SpotifyWrapped #البرازيل_ِسويسرا #tiktok #ميقا #BRASUI https://t.co/HWu3i5yybi
## 383                                                                                                  I predict my top artist will be ROSALÍA or NewJeans #SpotifyWrapped
## 384                       In preperation of #SpotifyWrapped I hearby present my "Favorites" playlist.\n\nWarning, it's over 200 songs long :)\n\nhttps://t.co/Zac9moyC4T
## 385                                                                                    when i didn't top this number i fucked up #SpotifyWrapped https://t.co/LSBYwdiag2
## 386                                                                                                     Make sure this Friday you tag us in your #SpotifyWrapped results
## 387                                                                                                      I predict my top genre will be (probably) K-Pop #SpotifyWrapped
## 388                                                                                                     I predict my top podcast will be Sonic Symbilism #SpotifyWrapped
## 389                                                                        I predict my most played song will be Testing or I Love U by the chainsmokers #SpotifyWrapped
## 390                                                                  I think my top artist will be Quadeca no cyappp, either Quad, bbno$ or Yung Gravy 🫡 #SpotifyWrapped
## 391                                                                                    I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped
## 392                                                                                                                I predict my top genre will be pop??? #SpotifyWrapped
## 393                                                                                                                 I predict my top artist will be ITZY #SpotifyWrapped
## 394                                                                                      I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped
## 395                                                                                                    I predict my top artist will be Green Day 😍😍😍😍😜😜😜 #SpotifyWrapped
## 396                                                                                        I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped
## 397                                                                                               I predict my most played song will be Hurt by NewJeans #SpotifyWrapped
## 398                                                                                  I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 399                                                                                     I predict my most played song will be First Class by Jack Harlow #SpotifyWrapped
## 400                                                                  NHL FREEPLAY #cash #SpotifyWrapped #RedVelvet #SportsGambling #bettingpicks https://t.co/PriIuKTnph
## 401                         Goooooooooo jungkook \nSo. proud ❤💜🥵🔥😭😭😭😭Congratulations to my beloved child And there are still other achievements… https://t.co/2OuHnGewBy
## 402                                                                                               I predict my most played song will be It’s In Our Hand #SpotifyWrapped
## 403                                                                                       I predict my most played song will be ni idea tal vez duvet??? #SpotifyWrapped
## 404                                                                                                       I predict my top genre will be kpop girl group #SpotifyWrapped
## 405                          I’m given $1,000 today cause I know people will need money for Christmas 🎄 follow @davieskeller9 and dm me for the… https://t.co/dDO7x1weQE
## 406                                                                                               I predict my most played song will be [Location, Dave] #SpotifyWrapped
## 407                         Name another top 5 on a artists spotify that is so radicaly different to their other stuff. imagine listening to Ca… https://t.co/8Vc6Cw4d6K
## 408                                                            I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped getting curios with JVN
## 409                                                                                                    I predict my top artist will be Tyler The Creator #SpotifyWrapped
## 410                         Letitia Wright, Pharrell Williams, and LeKeith Stanfield should play Diana Ross, Smokey Robinson, and Marvin Gaye r… https://t.co/9JFmQmPVhU
## 411                                                                                              Not a bad lineup #SpotifyWrapped  #instafestapp https://t.co/cNp9wZKdBU
## 412                                                                                                   I predict my top genre will be dance pop as always #SpotifyWrapped
## 413                                                                                                     I predict my most played song will be Sneakers 👀 #SpotifyWrapped
## 414                                                                                                       I predict my top artist will be Arctic Monkeys #SpotifyWrapped
## 415                                       If in my #SpotifyWrapped it comes back to say my most played song is Why Do I by @SetItOff or Ride by… https://t.co/zFyOXp479o
## 416                                                                       I predict my most played song will be Variations on a Cloud by Miracle Musical #SpotifyWrapped
## 417                                                    If Nicki Minaj isn't my top artist then my wrapped is broken and I'll be demanding a new one asap #SpotifyWrapped
## 418                                                                                                 I predict my most played song will be New Magic Wand #SpotifyWrapped
## 419                                                                                                             I predict my top genre will be Dance Pop #SpotifyWrapped
## 420                                                                                        I've got absolutely no clue what my most played song will be  #SpotifyWrapped
## 421                                  For all the girls in the inland empire , california area 📍❤️✨ tap in with love #CyberMonday #SpotifyWrapped https://t.co/3RrrjfcPvj
## 422                                                                     #SpotifyWrapped is already looking at me sideways, we both know half my list will just be taemin
## 423                                                                                            I predict my most played song will be Nico and the Niners #SpotifyWrapped
## 424                                                                                                              I predict my top genre will be Alt Rock #SpotifyWrapped
## 425                                        #StocksToBuy $COSM up 53% and still climbing! Easy money! #stockmarket #NASDAQ #SpotifyWrapped #RedVelvet #AMC #CNBC #FoxNews
## 426                                                                                              My top artist is probably going to be Tyler the creator💀#SpotifyWrapped
## 427                                                                                                      I predict my most played song will be Hello You #SpotifyWrapped
## 428                                                                                                    I predict my top artist will be [Johnny Orlando]  #SpotifyWrapped
## 429                                          I predict my top podcast will be Learn Korean with David even though i didn’t know i followed that podcast 😭#SpotifyWrapped
## 430                                                          my Spotify wrapped is about to be so fucked up cause I was on the aux at my old nut ass job #SpotifyWrapped
## 431                                                                                    if cinderella by cidergirl isn’t my top song on my #SpotifyWrapped I’m gonna riot
## 432                                                                                                         I predict my top artist will be Taylor Swift #SpotifyWrapped
## 433                          Poison rose is my new single and I’ll be dropping it soon so keep your hopes high @jonmosesvocals @NkanyeziKubheka… https://t.co/LKNgtBTTZ4
## 434                           Military perps used Soap odor chemical as they saw me using the kitchen\n\nMy occipital lobe, aorta were hit with… https://t.co/n6krjBcAiq
## 435                                                                                                                 I predict my top artist will be joji #SpotifyWrapped
## 436                                                                                          I predict my top podcast will be [DRAMA MAMA @benoftheweek] #SpotifyWrapped
## 437                                                       I predict my top artist will be either @thewonderyears, @withconfidence_ , or @HotMulligan.\n\n#SpotifyWrapped
## 438                                                                                                                   I predict my top genre will be Pop #SpotifyWrapped
## 439                           💪🏿💪🏿💪🏿 appreciate all the positive feedback and ears 🚀🚀🚀 #tapin if you not hip here goes the link #SpotifyWrapped… https://t.co/IqgBYflUVt
## 440                         i predict my most played song will be i don’t want to set the world on fire by the ink spots because i looped it to… https://t.co/3Yw3Ya9SKS
## 441                                                                              I predict my most played song will be [Betty (Get Money) By @yunggravy] #SpotifyWrapped
## 442                         I am genuinely afraid to see my #SpotifyWrapped because I listen to so much Celtic Meditation at work, Metal on the… https://t.co/tsKfHXdPnm
## 443                                                                                                           I predict my top artist will be Red Velvet #SpotifyWrapped
## 444                                      #1 Therapist in the Warzone! \n\nLive now!!\n\nhttps://t.co/Vg0tPJpSY8\n\n#SpotifyWrapped #twitch #CallofDutyWarzone2 #streamer
## 445                                                                                  I predict my most played song will be Better Man (Taylor’s Version) #SpotifyWrapped
## 446                                                                                           I predict my most played song will be Love by Keyshia Cole #SpotifyWrapped
## 447                                                                                                                 I predict my top genre will be [pop] #SpotifyWrapped
## 448                                                                                                I predict my top genre will be ... pop ? Rock ?  Idk  #SpotifyWrapped
## 449                                                                                           Will Kpop be #1 again this year 🤡🤡 #SpotifyWrapped https://t.co/wlHV7c9bac
## 450                                                    I predict my most played song will be ZOMBIE SONG NIGHTCORE 😭😭😭😭😭😭😭😭😭😭 i really wish i was joking #SpotifyWrapped
## 451                                          I predict my top podcast will be The Dan LeBatard Show with Stu Gotz #SpotifyWrapped\n@LeBatardShow https://t.co/A0DvUYfc5U
## 452                                                                                                         I predict my top artist will be Dreamcatcher #SpotifyWrapped
## 453                                                                                                         I predict my top artist will be [Yung Gravy] #SpotifyWrapped
## 454                                                                                            I predict my most played song will be @UMO 's "That Life" #SpotifyWrapped
## 455                                                                                                             I predict my top genre will be Idol Rock #SpotifyWrapped
## 456                                                                                                          I predict my top genre will be Rock Ballads #SpotifyWrapped
## 457                                                                                                 What if this is Spotify with #SpotifyWrapped https://t.co/NzP4wmETLP
## 458                                                                                                        I predict my top genre will be any  pop genre #SpotifyWrapped
## 459                                                                                                      Which One Is Better #SpotifyWrapped #RedVelvet #البرازيل_ِسويسرا
## 460                                                                                                                I predict my top genre will be dreamo #SpotifyWrapped
## 461                                                                                  I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 462                                                                                         I predict my most played song will be VISION by Dreamcatcher #SpotifyWrapped
## 463                                                                                     I predict my most played song will be We Fell in Love in October #SpotifyWrapped
## 464                                                                                            I predict my top artist will be 1. 1d, 2. harry, 3. louis #SpotifyWrapped
## 465                                                                                                     I predict my top podcast will be @the13TSpodcast #SpotifyWrapped
## 466                                                                                                         I predict my top artist will be Taylor Swift #SpotifyWrapped
## 467                                                                               I predict my top artist will be either twenty one pilots or waterparks #SpotifyWrapped
## 468                                        @GmacCash Always gotta do too much, like damn bro… I couldn’t just have her ??? 😒 I’m telling momma.… https://t.co/LlnGfWzliL
## 469                                                                                         iPhone 4SRemember the old cell phone #SpotifyWrapped https://t.co/CvjvPMtwIv
## 470                                                                                                                #SpotifyWrapped WHWRE THE FUCK IS IT YOU STIPUD SLUTS
## 471                                                                                                         I predict my top artist will be [Dean Lewis] #SpotifyWrapped
## 472                                                                                    I predict my top podcast will be: probably @donutmedia's Past Gas #SpotifyWrapped
## 473                                                                                               I predict my top artist will be [Shawn Mendes / Morat] #SpotifyWrapped
## 474                                                                                                         I predict my top artist will be Taylor Swift #SpotifyWrapped
## 475                                                            I predict my top podcast will be @SLUMBERPODCAST  because i am a normal stable person aha #SpotifyWrapped
## 476                                                                           I predict my top podcast will be [either @GoodInfluenceGS or reisenreisen] #SpotifyWrapped
## 477                                                                                    I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped
## 478                                                                                 me finding out taylor swift is my top artist #SpotifyWrapped https://t.co/Rz0AY9SMP0
## 479                                                                                         I predict my most played song will be [All Dean Lrwis Songs] #SpotifyWrapped
## 480                                                                                      I predict my top artist will be: obviously gonna be @RufusDuSol #SpotifyWrapped
## 481                                     I predict my most played song will be [i think i'm okay by @machinegunkelly feat. @travisbarker &amp; @yungblud] #SpotifyWrapped
## 482                                                                                                                   I predict my top genre will be Pop #SpotifyWrapped
## 483                                                 I don’t need to see my Spotify Wrapped I listened to the same artist on repeat all year @iamkinnship #SpotifyWrapped
## 484                                                                            I predict my top artist will be Pusha T #SpotifyWrapped\n@PUSHA_T https://t.co/cvjVprw9We
## 485                                                                                          I predict my top podcast will be Murder, Mystery and Makeup #SpotifyWrapped
## 486                                                                                                                 I predict my top genre will be [Pop] #SpotifyWrapped
## 487                                                                                         Apple Music users on #SpotifyWrapped day every year. https://t.co/7MGiLvOlxo
## 488                                                     I predict my most played song will be Screensaver #SpotifyWrapped\ninfact its not a prediction i know for a fact
## 489                                                            Me pretending to be shocked when Drake is my #1 artist on Wrapped #SpotifyWrapped https://t.co/EemJqCNA1j
## 490                                                                                     I predict my most played song will be [Bzrp Session con Quevedo] #SpotifyWrapped
## 491                                                           I predict my top artist will be Corpse cause I will never apologize for having good taste  #SpotifyWrapped
## 492                                                                                I predict my top genre will be: again, idk, probably rock or electric #SpotifyWrapped
## 493                                                             I predict there is a disemboweled body stuffed into an employee locker at a 7/11 in Utah #SpotifyWrapped
## 494                                                                                                             I predict my top podcast will be @banter #SpotifyWrapped
## 495                                                                             I predict my top podcast will be [i aint going to spotify for a podcast] #SpotifyWrapped
## 496                                                                                             I predict my most played song will be: uhhh honestly idk #SpotifyWrapped
## 497                                                                                                                  I predict my top genre will be DSMP #SpotifyWrapped
## 498                         It's almost that time of year where @Spotify starts threatening to highlight our mental instabilities with #SpotifyWrapped and I'm not ready
## 499                                                                    I predict my most played song will be a corpse song cause I’m a creature of habit #SpotifyWrapped
## 500                                                                                      I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped
## 501                                                                                                       I predict my top artist will be [XXXTENTACION] #SpotifyWrapped
## 502                                                                                            I predict my top genre will be those goofy ahh sex sounds #SpotifyWrapped
## 503                                                                  I predict my top artist will be bôa orr aphex twin or duster &amp;or errrr toby fox #SpotifyWrapped
## 504                                                                                  I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 505                                                                                      If my top song this year isn't Telephone I will eat my computer #SpotifyWrapped
## 506                                                               I predict my most played song will be either CHURCH GIRL or “Outside” by Bryson Tiller #SpotifyWrapped
## 507                               I predict my top artist will be Hypnosis Microphone. This isn’t even a prediction. I only listen to hypmic on Spotify. #SpotifyWrapped
## 508                                                                                                         I predict my top genre will be [Melodic Rap] #SpotifyWrapped
## 509                                                                                            I predict my top artist will be @lovejoy or @LewisCapaldi #SpotifyWrapped
## 510                                                                                                   I predict my most played song will be [Valenslime] #SpotifyWrapped
## 511                                                                        I predict my top artist will be @Architectsuk [fill in top artist prediction] #SpotifyWrapped
## 512                              If #iloveyou is not on your playlist,aje you are on a long thing.\nGo stream/download.👉https://t.co/ery0hoW48D… https://t.co/imBeTq7tyR
## 513                                                                                          I predict my most played song will be Bad Day or White Lie! #SpotifyWrapped
## 514                                                                                          I predict my most played song will be Sex Sells by @lovejoy #SpotifyWrapped
## 515                         As a African American what are the pros and cons of going to a pwi? Tune in on our podcast we had a great discussio… https://t.co/X2hewsstvU
## 516                                                                                                               give this a like if you’re excited for #SpotifyWrapped
## 517                                                                                                         I predict my top artist will be Taylor swift #SpotifyWrapped
## 518                                                                                                     I predict my top artist will be @findingfletcher #SpotifyWrapped
## 519                                                                                                     I predict my most played album will be [Dawn FM] #SpotifyWrapped
## 520                         anyone have tips on how to look more fem masc or fem masc outfit ideas?:,) (I’m gonna put random tags so ppl can se… https://t.co/hEXyj14xjb
## 521                        I hope we all have that self-awareness to realize sometimes we make mistakes, and that's totally okay:)\n\nMay Allah… https://t.co/e5sqjjsAOD
## 522                                                                                                 @Spotify WHY TF DID U DELETE MY PLAYLIST IM SO UPSET #SpotifyWrapped
## 523                      Tim Cook is in the process of ruining the company Steve Jobs built.\n\nCause of death: wokeness. $aapl $tsla\n\n#Apple… https://t.co/Nd4YescNnR
## 524                                                                                                      I predict my top artist will be Charlotte Sands #SpotifyWrapped
## 525                                                                                                      I predict my top artist will be Taylor Swift 🕰️  #SpotifyWrapped
## 526                                      I predict my top podcast will be ‘The Office Ladies’ cause I haven’t listened to any other ones pretty much 🤷🏼‍♀️ #SpotifyWrapped
## 527                            Studying a new art style so.. #art #artist #oc #ocart #artstyle #trending #viral #explore #explorepage #timeline… https://t.co/d6HOBfj8nP
## 528                                                                                                             I predict my top artist will be NIKI 🫶🏻  #SpotifyWrapped
## 529                                                               I predict my most played song will be either something from Ariana Grande or midnights #SpotifyWrapped
## 530                                                                                                                 I predict my top genre will be RAP 🎤 #SpotifyWrapped
## 531                                                                                                                  I predict my top genre will be KPOP #SpotifyWrapped
## 532                         Y’all don’t judge my #SpotifyWrapped too harshly there was a period of like a week were I listened to Meant to be Y… https://t.co/hTdWvoKFak
## 533                     The last part for me...........You gerrit? ✌\n\n     Like and Retweet.😌\n\nOsun Oyetola Lagos Delete Aregbe Innoson Chi… https://t.co/3LI79VEJVv
## 534                                This is Ghana Black Stars ✨🔥 ... How many people noticed this today. Coach Otto Addo and his boys are good!… https://t.co/My97PqgqXR
## 535                                           I predict my most played song will be Oceans &amp; Engines by NIKI #SpotifyWrapped FOR SURE LIKE I KNOW IT 🫵🏼 IT BETTER BE
## 536                                                                       I predict my top podcast will be non-existantent. I don't listen to podcasfs 😘 #SpotifyWrapped
## 537                                                                                                         I predict my top artist will be @ladygaga  💖 #SpotifyWrapped
## 538                                                                     I predict my most played song will be Let The Smokers Shine The Coupes #SpotifyWrapped\n@PUSHA_T
## 539                                                                                                          I predict my top artist will be [Lil Mosey] #SpotifyWrapped
## 540                                                                                                 I predict my top artist will be ‘The 1975’?? I think #SpotifyWrapped
## 541                    Ink and Honey... Little Eyes...\n.\n.\n.\n.\n.\n.\n.\n#SpotifyWrapped #harrystylesperu #FIFAWorldCupQatar2022 #Qatar2022… https://t.co/6jhAsu96oe
## 542                                                                                                        I predict my top artist will be Nobuo Uematsu #SpotifyWrapped
## 543                                                                                                   I predict my most played song will be a twice song #SpotifyWrapped
## 544                                                                          I predict my most played song will be You Belong With Me (taylor's version) #SpotifyWrapped
## 545                                                                                                  I predict my top artist will be Logic or juice WRLD #SpotifyWrapped
## 546                                                                                               I predict my top artist will be [kyotto, duki or muse] #SpotifyWrapped
## 547                          Looking for excellent quality shipping container home house plans, designs buildings and any type of architectural… https://t.co/IcVUZoaB7h
## 548                                                                                     I predict my most played song will be [Blue Strips by Lil Skies] #SpotifyWrapped
## 549                                                                   I feel like it’s a mini deep dive into a person conscience #SpotifyWrapped https://t.co/UbT8JrmdfM
## 550                                                         I predict my most played song will be either Boy Bi (by Mad Tsui), or any Beth Crowley song  #SpotifyWrapped
## 551                                                                                                            I predict my top podcast will be [Banter] #SpotifyWrapped
## 552                                                                                                  I predict my most played song will be  TT by Twice  #SpotifyWrapped
## 553                                                                                      I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped
## 554                             Don’t watch if you under 18!!!\n\nKid flys off ride! \n\n#viral #viralvideo #sensitive #news #news24 #dontwatch… https://t.co/Yi7ltN0IPz
## 555                                                                                                                I predict my top artist will be [BTS] #SpotifyWrapped
## 556                                                                                  I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 557                                                             I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped is archetypewithmeghan
## 558                                                                                                   I predict my top genre will be [rock or metalcore] #SpotifyWrapped
## 559                                                                             I predict my top genre will be ‘Pop’ cause I love me basic bitch music 😇 #SpotifyWrapped
## 560                                                                                                        I predict my top podcast will be Saving Grace #SpotifyWrapped
## 561                                                                                                               I predict my top genre will be [K-Pop] #SpotifyWrapped
## 562                                                                                                      I predict my top artist will be Silvana Estrada #SpotifyWrapped
## 563                                                                                               I predict my most played song will be [my own-kyotto ] #SpotifyWrapped
## 564                                                                                           I predict my top artist will be uhhh, maybe beth crowley?? #SpotifyWrapped
## 565                                                                                                         I predict my top artist will be Taylor Swift #SpotifyWrapped
## 566                                                                                   I predict my most played song will be [Permission to Dance by BTS] #SpotifyWrapped
## 567                                                                                                           I predict my top podcast will be [the sync]#SpotifyWrapped
## 568                                                                                                                   I predict my top genre will be pop #SpotifyWrapped
## 569                                                                                                                I predict my top artist will be ATEEZ #SpotifyWrapped
## 570                         I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped and my top artist will be either Tr… https://t.co/z709GxSZsp
## 571                                                          I predict my most played song will be [Death By A Thousand Cuts by Bullet For My Valentine] #SpotifyWrapped
## 572                                                                                                         I predict my top artist will be Taylor Swift #SpotifyWrapped
## 573                                                                                                     I predict my top artist will be Harry MF  Styles #SpotifyWrapped
## 574                                                                                                          It is almost time for my favorite holiday \n#SpotifyWrapped
## 575                                                     Not even surprised that Taylor is on top hahaha I can’t wait for the #SpotifyWrapped now https://t.co/CSpZW1Gpur
## 576                                                                                                                I predict my top genre will be J-pop. #SpotifyWrapped
## 577                                                                                                         I predict my top artist will be taylor swift #SpotifyWrapped
## 578                                                                                                                  I predict my top genre will be kpop #SpotifyWrapped
## 579                                                                                 I predict my most played song will be ‘Boyfriends’ by Harry Styles #SpotifyWrapped 🤔
## 580                                                                                                                   I predict my top genre will be Pop #SpotifyWrapped
## 581                                                                                                      I predict my top artist will be [xxxtentacion ] #SpotifyWrapped
## 582                                                                                                     I predict my top artist will be [Billie Eilish ] #SpotifyWrapped
## 583                                                                                                               I predict my top genre will be dubstep #SpotifyWrapped
## 584                                                                                I predict my top artist will be Ariana Grande #SpotifyWrapped https://t.co/acBogCZv3E
## 585                                                                                                                                   it’s almost here.  #SpotifyWrapped
## 586                                                                                      I predict my most played song will be [Golden By Harry Styles ] #SpotifyWrapped
## 587                                                               I predict my most played song will be Advent: One-Winged Angel #SpotifyWrapped https://t.co/6yP5ghPLUq
## 588                                                                  Can’t lie its gonna be the most exciting day of the year when Spotify Wrapped drops #SpotifyWrapped
## 589                           @hankgreen why is drinking blood considered cannibalism but drinking piss isn’t \n\n#SpotifyWrapped #FIFAWorldCup… https://t.co/qMVp7Bffav
## 590                                                                               I predict my most played song will be Sabré olvidar by Silvana Estrada #SpotifyWrapped
## 591                                                                 I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped will definitely be rap
## 592                                                                                                        I predict my top artist will be @iamluckydaye #SpotifyWrapped
## 593                                                                                                                 I predict my top genre will be [rap] #SpotifyWrapped
## 594                                  Yours for Christmas https://t.co/0h2TEwE0Fv via @YouTube #Nashville #SavanahGa #SpotifyWrapped #california… https://t.co/tiIcKXmyvr
## 595                                                        I predict my most played song will be [fill in top song prediction] #SpotifyWrapped will be 90 Proof by Smino
## 596                                                                                               I predict my most played song will be [Jocelyn Flores] #SpotifyWrapped
## 597                     Listen \n\nI already know what my most played song is gonna be Spotify \n\nIf it’s anything else; y’all are liars and f… https://t.co/UqeG9PjMpU
## 598                                                                                  I predict my top podcast will be 'ask pastor John' by @desiringGod  #SpotifyWrapped
## 599                                                                                                       I predict my top artist will be @Polo_Capalot  #SpotifyWrapped
## 600                                                                                                         I predict my top artist will be Taylor Swift #SpotifyWrapped
## 601                                                                       I predict my most played song will be Calm Down remix by Selena Gomez and Rema #SpotifyWrapped
## 602                                                                                             I predict my top podcast will be  distractables for sure #SpotifyWrapped
## 603                                                         Pls don’t judge me when All Too Well (10-minute version) is one of my top most played songs. #SpotifyWrapped
## 604                                                                     Sabrina Carpenter Don't Want It Back\nhttps://t.co/0yjmh8ZDha\n#sabrinacarpenter #SpotifyWrapped
## 605                                             I predict my most played song will be Midnight Rain by Taylor Swift or Bigger Than Me by Louis Tomlinson #SpotifyWrapped
## 606                                                                                  I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 607                                                                                                  I predict my top artist will be 5 Seconds Of Summer #SpotifyWrapped
## 608                                                                                                   I predict my top genre will be either pop or indie #SpotifyWrapped
## 609                                                                                               I predict my top podcast will be Archetype with Meghan #SpotifyWrapped
## 610                                                 I predict my most played song will be My Frankenstein by Kody Kavitha, from Dead End Paranormal Park #SpotifyWrapped
## 611                                                                                                                 last 4 weeks #SpotifyWrapped https://t.co/0IpKa8GLwX
## 612                                                                                                     I predict my top artist will be Taylor Swift duh #SpotifyWrapped
## 613                                                                                        I predict my top genre will be [The Real Slim Shady - Eminem] #SpotifyWrapped
## 614                                                                                              I predict my top artist will be Wallows or Harry Styles #SpotifyWrapped
## 615                                                                                                                                     I can’t wait for #SpotifyWrapped
## 616                            Mara guys have you heard deep piano😩😤🔥 fuck❗♥️ #podcastandchillwithmacg MacG Limpopo Mr Smeg Mbali #FIFAWorldCup… https://t.co/iXxX4GhH2r
## 617                                                                                                       I predict my top podcast will be @bigdandbubba #SpotifyWrapped
## 618                                                                                             I predict my top artist will be Dr. Taylor Allison Swift #SpotifyWrapped
## 619                                                                                                  I predict my most played song will be HaaAakkKKK!!! #SpotifyWrapped
## 620                                                                                         me waiting for #SpotifyWrapped  when i already know my top songs and artists
## 621                                                                                                       I predict my top artist will be [ @KALIUCHIS ] #SpotifyWrapped
## 622                                                    ✌🏽👋🏽❤️follow me on all social sites @Djskip_litk  #Favorite #dj #SpotifyWrapped #RedVelvet https://t.co/ABoZn8gZbN
## 623                                                                            I predict my most played song will be vigilante shit. No doubt in my mind #SpotifyWrapped
## 624                                                                                            i predict my most played song will be 'carousel' by @5SOS #SpotifyWrapped
## 625                                                                                   I predict my most played song will be less than zero by the weeknd #SpotifyWrapped
## 626                                                                                    I predict my top podcast will be POLITICO Playbook Daily Briefing #SpotifyWrapped
## 627                          I predict my top genre will be pop only because I listened it a lot of Rina Sawayama, Charli xcx and Harry Styles this year #SpotifyWrapped
## 628                                                                                                               I predict my top genre will be country #SpotifyWrapped
## 629                                                                      (Gentleman )I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 630                                                                                      I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped
## 631                                                                             I predict my top artist will be The Chainsmokers #SpotifyWrapped https://t.co/r8LR4BYjAv
## 632                                                                                                                                  Justin Bieber is my #SpotifyWrapped
## 633                                                                                               Dont know im getting impatient with wanting to get my  #SpotifyWrapped
## 634                                                                                                    I predict my most played song will be Bet U Wanna #SpotifyWrapped
## 635                                                                                   I predict my top podcast will be [#TriforcePodcast] @YogscastLewis #SpotifyWrapped
## 636                                                                                                                                   My #SpotifyWrapped predictions ⬇️⬇️⬇️
## 637                                SALE - Orange OR15H 15W Guitar Valve Amplifier Head - Official Orange Cover https://t.co/DmsEtZnnj8 #england… https://t.co/bYIWZL69DB
## 638                                                                                  I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 639                                 Snapchat? Twitter? Instagram? Facebook? WhatsApp??\nText me now for Snapchat account hack  guaranteed #snap… https://t.co/wmFPZa6aW2
## 640                                                                                                                         i just want the little icon  #SpotifyWrapped
## 641                                                                                         I predict my most played song will be [paradise by @BTS_twt] #SpotifyWrapped
## 642                                                                                                                  I predict my top artist will be BTS #SpotifyWrapped
## 643                                                                                              I predict my most played song will be [Ghost - Nelward] #SpotifyWrapped
## 644                                                                                              i predict my top artist will be [Mitski] #SpotifyWrapped \n\nbecause yk
## 645                                                                                                                 I predict my top genre will be K-POP #SpotifyWrapped
## 646                                                                                 I predict my top artist will be Red Velvet (las pasteles mis ídolas) #SpotifyWrapped
## 647                                                                                   I predict my top artist will be Queen (the band not the dead lady) #SpotifyWrapped
## 648                                                                                                        I predict my most played song will be RUN BTS #SpotifyWrapped
## 649                                                                   I predict my most played song will be Music For a Sushi Restaurant by Harry Styles #SpotifyWrapped
## 650                           Sorry I Tooted, It Came Out Of My Brass shirt:\n#DominosCyberMonday #Ronaldo #Uruguay\n#HughFreeze #GivingTuesday… https://t.co/BdEXQlNYbE
## 651                                                                                                        I predict my top genre will be Christian Rock #SpotifyWrapped
## 652                                                                                                                         @Megasnooop #SpotifyWrapped yearly tradition
## 653                                                                                                        #SpotifyWrapped  CMONNN WHERE ARE YOU https://t.co/6SFrNoIMFB
## 654                                                                                           I predict my top genre will be Kpop (es que si, rolas hay) #SpotifyWrapped
## 655                                                                                              I predict my most played song will be bohemian rhapsody #SpotifyWrapped
## 656                                                                     I predict my most played song will be something from hsmtmts im not even kidding #SpotifyWrapped
## 657                                                                            I predict my top genre will be [either French pop or the normal pop punk] #SpotifyWrapped
## 658                                                                      I predict my most played song will be "Love Will Tear Us Apart" by Joy Division #SpotifyWrapped
## 659                                  I will setup your gohighlevel website cobiro website reireply sales funnel https://t.co/ZrBeboyDf5\n#Apple… https://t.co/JlzBL5u85u
## 660                                      I predict my top podcast will be [one of the ASMR podcasts I listen to before bed; or Jane Austen’s Persuasion] #SpotifyWrapped
## 661                                                                                                                   I predict my top genre will be pop #SpotifyWrapped
## 662                                                                                        I predict my most played song will be EN EL COCHE - @Aitanax  #SpotifyWrapped
## 663                         I predict my most played song will be GWSN - Night Aviation (The Interpretation of Dreams) (La misma del año pasado… https://t.co/v7dqtpXQR9
## 664                                                                                                     I predict my top artist will be T Swizzle duhhhh #SpotifyWrapped
## 665                                                                     I predict my most played song will be [Cold Heart Remix] #SpotifyWrapped https://t.co/Ha9qD0DYdW
## 666                       Inbox let's Spy on your partner Snapchat account\nFeel free Hacking is easy\nText me now for Snapchat account hack  g… https://t.co/Wr5BA9TIWI
## 667                                                                                                                   I predict my top genre will be pop #SpotifyWrapped
## 668                                                                                                      I predict my most played song will be Anti Hero #SpotifyWrapped
## 669                                           replying to this with #SpotifyWrapped because imagine it gets more traction. would be a bit funny that. hilarious actually
## 670                                                                                                               I predict my top podcast will be Hotel #SpotifyWrapped
## 671                         Is this how we teach our kids how to love and accept themselves? Objectifying the body sexually is unhealthy and is… https://t.co/TUo0lmbZq0
## 672                                                                                                  I predict my most played song will be sdp interlude #SpotifyWrapped
## 673                                                               I predict my top podcast will be [At Your Service @service95 ] #SpotifyWrapped https://t.co/ySrQ1JHN2K
## 674                                                                                                  I predict my top artist will be bad bunny as always #SpotifyWrapped
## 675                                                                    I predict my top artist will be [Demi Lovato?] Her newest album is really good ok #SpotifyWrapped
## 676                                                                                                              I predict my top artist will be Skillet #SpotifyWrapped
## 677                                                                            I predict my most played song will be Don’t You Forget by @LouisYorkMusic #SpotifyWrapped
## 678                                                                                                        I predict my top artist will be @fayewebsters #SpotifyWrapped
## 679                                                          I predict my top artist will be [I have no confidence in this one but potentially MW or TS] #SpotifyWrapped
## 680                                                                                                             I predict my top genre will be reggaeton #SpotifyWrapped
## 681                                                                                  Cognac\n #Atlanta #SpotifyWrapped #BatonRouge #BayouClassic https://t.co/9qr7kgi4is
## 682                                                                                               i already know what’s coming 😭 #SpotifyWrapped https://t.co/H9rF9q6HZm
## 683                                                                                          I predict my most played song will be Standing in the Storm #SpotifyWrapped
## 684                               So proud of my #baeighs 🖤 I love you all. #jaeighgallagher #streammymusic #indiemusic #13kstreams #forthebest… https://t.co/TlhjRDuTfq
## 685                                                                                   mines is going to be Paris hilton and glee, I feel it in my bones\n#SpotifyWrapped
## 686                                                                                                 I predict my top podcast will be [Joe Rogan Podcast] #SpotifyWrapped
## 687                                                                                     I predict my most played song will be Me Myself &amp; i by @5SOS #SpotifyWrapped
## 688                                                                                             I predict my top artist will be Dua Lipa or Taylor Swift #SpotifyWrapped
## 689                                                                                                                             why the FUCK is #SpotifyWrapped trending
## 690                                                                                                         I predict my top artist will be @Santandave1 #SpotifyWrapped
## 691                                                                           I predict my most played song will be Atlanta or Room Temp by Faye Webster #SpotifyWrapped
## 692                                                                                                            I predict my top artist will be [Slipkot] #SpotifyWrapped
## 693                                               me seeing the same 5 artists on my spotify wrapped that are there every year…. #SpotifyWrapped https://t.co/gJlMvQKwnF
## 694                                                                                                          I predict my top artist will be 5sos 🙏🙏🙏🙏🙏🙏 #SpotifyWrapped
## 695                     I predict my top podcast will be #Archetypes🤞(in my defence if it isn’t, the podcast only came in August 2022 &amp; I’d… https://t.co/c6XCgRV6dQ
## 696                                                                                                          I predict my top genre will be rap/ hip hop #SpotifyWrapped
## 697                                                                                           I predict my most played song will be spin by @sawyernunes #SpotifyWrapped
## 698                                                                                 I predict my most played song will be [World's Smallest Violin, AJR] #SpotifyWrapped
## 699                          Hypoglycemia (low blood sugar) is worse than hyperglycemia (high blood sugar) eventho both can lead to devastating… https://t.co/ulpJ9qhn06
## 700                                                                                          I predict my top artist will be EXO #SpotifyWrapped https://t.co/GEVMgpZ7Cn
## 701                                                                                                              I predict my top genre will be pop LMAO #SpotifyWrapped
## 702                                                                                                         I predict my top artist will be Harry Styles #SpotifyWrapped
## 703                                                                              I predict my top genre will be Country or Contemporary Country (again)\n#SpotifyWrapped
## 704                                                                                         I predict my top genre will be [Pop] #SpotifyWrapped https://t.co/xaHrCS2I2Q
## 705                                                                             I predict my most played song will be  you don't go to parties by 5sos 🙏 #SpotifyWrapped
## 706                                                                                        I predict my most played song will be Last Last by Burna Boy  #SpotifyWrapped
## 707                                       I predict my most played song will be “All Too Well (Taylor’s Version) (Ten Minutes Version) (From The Vault)” #SpotifyWrapped
## 708                                                                                                            I predict my top artist will be @ladygaga #SpotifyWrapped
## 709                            🔥WHAT WOULD YOU RATE THIS EPISODE?!🔥 #SpotifyWrapped #FIFAWorldCupQatar2022 #RedVelvet #spotifypodcasts #podcast… https://t.co/qDz59Df0ue
## 710                                                                                                                     i want my spotify wrapped so bad #SpotifyWrapped
## 711                                                                                                                 I predict my top podcast will be nah #SpotifyWrapped
## 712                                                                                        I predict my most played song will be Love is a Game by Adele #SpotifyWrapped
## 713                                                                                                    @Freeethon To the moon #SpotifyWrapped #kudus #Dame Deborah James
## 714                                                                                                               I predict my top artist will be Lorde 😏#SpotifyWrapped
## 715                                                                                         I predict my top genre will be k-pop #SpotifyWrapped https://t.co/TMSHH3D5zB
## 716                                                                                                      I predict my top artist will be [Ariana Grande] #SpotifyWrapped
## 717                                                                                                   I predict my top genre will be POP BABYYYYYY WOOOO #SpotifyWrapped
## 718                                                                                                   I predict my most played song will be \nThis Bar \n#SpotifyWrapped
## 719                                                             I predict my most played song will be Tot musica by ado. I played that way to many times #SpotifyWrapped
## 720                                                        next couple of days. \n\nThank you in advance!!\n\n#viral #Trending #SpotifyWrapped #community #blog #blogger
## 721                                                                            I predict my most played song will be live and let die by Paul McCartney  #SpotifyWrapped
## 722                                                                                                 Excited for #SpotifyWrapped as my free annual mental health report 😍
## 723                                                                                                          I predict my top genre will be #Afrobeats - #SpotifyWrapped
## 724                                                                                  I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped indie
## 725                                                                        I predict my most played song will be 'Witching Hour' #SpotifyWrapped  by In This Moment  lol
## 726                                                                           I predict my most played song will be BTBT by B.I  #SpotifyWrapped https://t.co/Fb9W052qGI
## 727                                                                                              i predict my most played song will be any deftones song #SpotifyWrapped
## 728                                                             I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped hail satan podcast lol
## 729                                                                                                              I predict my top artist will be Beyoncé #SpotifyWrapped
## 730                                                                           I predict my top podcast will be MORBIDDDDD (Morbid: A true crime podcast) #SpotifyWrapped
## 731                          Bitcoin oscillates in an upwards fashion, always setting a new hi-low. \n\nThat's it, no need to make theories up.… https://t.co/ktyYE2yXuq
## 732                        I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped \n\nits gonna be whatever drakes genre… https://t.co/cr3BKaLClZ
## 733                                                                                          My @Spotify Wrapped is approved! Happy New Year. 🙏🏻🙌🏻🎉🍾🥂\n\n#SpotifyWrapped
## 734                                                                                          I predict my top podcast will be duolingo french @duolingo  #SpotifyWrapped
## 735                                                                                                             I predict my top artist will be LOVEJOY. #SpotifyWrapped
## 736                                                                                                                   I predict my top genre will be pop #SpotifyWrapped
## 737                                                                                                         I predict my top artist will be Taylor Swift #SpotifyWrapped
## 738                                                                                 I predict my top podcast will be anything goes with emma chamberlain #SpotifyWrapped
## 739                                                                                    I predict my top podcast will be Nick and Charlie by Alice Oseman #SpotifyWrapped
## 740                                                                                                            I predict my top artist will be @ladygaga #SpotifyWrapped
## 741                                                                                      I predict my most played song will be as it was by harry styles #SpotifyWrapped
## 742                                                                             I predict my top genre will be it’s either going to be dreamsmp or rock- #SpotifyWrapped
## 743                                                              I swear to fucking god if my top podcast is the Grapes of Wrath im going to kill myself #SpotifyWrapped
## 744                                                                                                       I predict my top artist will be arctic monkeys #SpotifyWrapped
## 745                                                                #SpotifyWrapped Is a measurement to show how hipster you are; and I can’t wait to get mine.\nBliss #1
## 746                                                                                                        I predict my top podcast will be Crime Junkie #SpotifyWrapped
## 747                                                                                          I predict my most played song will be The Fall by Lovejoy 🫡 #SpotifyWrapped
## 748                                                                                                           I predict my top artist will be Steve Lacy #SpotifyWrapped
## 749                                                                                                I predict my top podcast will be #archetypesonspotify #SpotifyWrapped
## 750                                                                                I predict my most played song will be All Too Well 10 Minute Version. #SpotifyWrapped
## 751                                                                      I predict my top artist will be [fill in top artist prediction] harry styles fr #SpotifyWrapped
## 752                         Also... no #SpotifyWrapped    for me. Though I wonder if #YouTube does something similar— I haven't been paying pro… https://t.co/6ZEjiYFLiB
## 753                           @CFBPlayoff do the right thing and put Ohio State in the playoff!!!!! #SpotifyWrapped #RedVelvet #ghanablackstars… https://t.co/kXAufI6y9r
## 754                                    “You will earn the respect of all men if you begin by earning the respect of yourself.”\n-Musonius Rufus… https://t.co/trKtmGoqF8
## 755                                                                                 I predict my top genre will be [fill in top genre prediction] is pop #SpotifyWrapped
## 756                                                                                                                   I predict my top genre will be Pop #SpotifyWrapped
## 757                         SPORT BETTING IS THE FASTEST WAYS OF MAKE MONEY AND IT ALSO THE FASTEST WAY TO LOOSE ALL YOUR MONEY ONLY IF YOU CHO… https://t.co/dJETwpypF2
## 758                                                                                                            I predict my top genre will be indie rock #SpotifyWrapped
## 759                           I predict my most played song will be [fill in top song prediction] id either harry styles, taylor swift, or one direction #SpotifyWrapped
## 760                                                                                      I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped
## 761                                                                                                            I predict my top genre will be Indie Rock #SpotifyWrapped
## 762                                                                                                      I predict my top artist will be Louis Tomlinson #SpotifyWrapped
## 763                                                                                                       I predict my top podcast will be WIRED Science #SpotifyWrapped
## 764                                                                                                         I predict my top artist will be Taylor Swift #SpotifyWrapped
## 765                                                                                                              I predict my top podcast will be [50+2] #SpotifyWrapped
## 766                                                                                  I predict my most played song will be there better be a mirror ball #SpotifyWrapped
## 767                                                                                                                   I predict my top genre will be Pop #SpotifyWrapped
## 768                                                                                       I predict my most played song will be Bad Romance by Lady Gaga #SpotifyWrapped
## 769                                                                                                   I predict my top artist will be [Black sherif 😌🤞🏻] #SpotifyWrapped
## 770                                                                                                       I predict my top artist will be [Travis Scott] #SpotifyWrapped
## 771                                                               I need some i miss you, I love you, I’m sorry money. 😩😩\n\n#SpotifyWrapped #FIFAWorldCupQatar2022 #FYP
## 772                                                                                                      I predict my most played song will be Wintering #SpotifyWrapped
## 773                                                                    I predict my most played song will be Music For a Sushi Restaurant - Harry Styles #SpotifyWrapped
## 774                                                                                                                 I predict my top artist will be 5sos #SpotifyWrapped
## 775                                                                                                                 I predict my top genre will be [rap] #SpotifyWrapped
## 776                                                                                                           I predict my top artist will be Kanye West #SpotifyWrapped
## 777                                                                                                                   I predict my top genre will be Pop #SpotifyWrapped
## 778                                                                        I predict my most played song will be Demons by drake #SpotifyWrapped https://t.co/fxTf3yhbwu
## 779                                                                          I predict my top genre will be indie rock or something w indie in it hehehe #SpotifyWrapped
## 780                                                                                                          I predict my most played song will be Drive #SpotifyWrapped
## 781                        Spotify just tagged me on twitter, wow... #SpotifyWrapped \nThe predictions are arctic monkeys, a lot of italian mus… https://t.co/xEnA8IMemM
## 782                                                                          I predict my top artist will be Taylor Swift, Lady Gaga, or Camila Cabello. #SpotifyWrapped
## 783                                                                                         I predict my most played song will be [Kendrick Lamar - N95] #SpotifyWrapped
## 784                                                                                                     I predict my top artist will be [unotheactivist] #SpotifyWrapped
## 785                                                                                                    I predict my most played song will be Love My Way #SpotifyWrapped
## 786                                                                                                 I predict my most played song will be Only The Brave #SpotifyWrapped
## 787                                                              Please please please do something like #SpotifyWrapped I need to see how much I lost this year @phantom
## 788                                                                                    I predict my most played song will be Easy on Me  or Hold my Hand #SpotifyWrapped
## 789                                     guys it’s official i am famous i have one whole follower! i have grown my family, time to get the chop!… https://t.co/hyGurPVC0U
## 790                          I know my top artist will be either  wumpscut or @walkthemoon for the third year in a row... fourth year... i have… https://t.co/cSQoSe0d4k
## 791                                                                                                                 I predict my top genre will be [rap] #SpotifyWrapped
## 792                                                                                                I predict my top genre will be indie or alternative 😟 #SpotifyWrapped
## 793                                                                                           I predict my most played song will be [met gala by vjacob] #SpotifyWrapped
## 794                                                                                             I predict my top artist will be Muse or Centimillimental #SpotifyWrapped
## 795                                                                                         I predict my top podcast will be @KimKardashian's The System #SpotifyWrapped
## 796                                                                                I predict my top artist will be @paradisefears Best band of all time! #SpotifyWrapped
## 797                                                                               CHILL - EP \n#RnB #RedVelvet #Trending #music #SpotifyWrapped\nhttps://t.co/K6IRhsvftY
## 798                                                                                                 I predict my top artist will be @taylorswift13  100% #SpotifyWrapped
## 799                       I DONT DO PAY AFTER SERVICES BECAUSE I KNOW THE VALUE OF MY GAME*. \n\nIf you dont have the money for fixed games don… https://t.co/BvAyewe9o9
## 800                                                Honestly, my song prolly finna be this, Ill have it on loop and forget ab it 😭#SpotifyWrapped https://t.co/G2XMCoCshb
## 801                                                                                                        I predict my top artist will be Hyper Potions #SpotifyWrapped
## 802                       Inbox let's Spy on your partner Snapchat account\nFeel free Hacking is easy\nText me now for Snapchat account hack  g… https://t.co/7MwnKk6oSv
## 803                           BUY TWO GET ONE FREE OFF ENTIRE SITE THROUGH FRIDAY ONLY!! Go shop today @creations_label 🔥🔥❤️❤️ FOLLOW LIKE COMMEN… https://t.co/UDaeX6oGB2
## 804                                                                                                             I just knowww Let’s Get It will be on my #SpotifyWrapped
## 805                                                                                 This Is My First #SpotifyWrapped 😄 🤩 https://t.co/H5yNb3CyWs https://t.co/6oPtFniqOp
## 806                                                                                                         I predict my top artist will be Harry Styles #SpotifyWrapped
## 807                                                                                                                   I predict my top genre will be pop #SpotifyWrapped
## 808                                                                            I predict my most played song will be [Saviour Complex - Phoebe Bridgers] #SpotifyWrapped
## 809                                                                                       I predict my most played song will be gorgeous by Taylor swift #SpotifyWrapped
## 810                                                                            I predict my top artist will be my chemical romance like let’s be serious #SpotifyWrapped
## 811                                                                                                I predict my top artist will 100% be [arctic monkeys] #SpotifyWrapped
## 812                                                                                                          I predict my top podcast will be Impaulsive #SpotifyWrapped
## 813                                I predict my top podcast will be …@RingerVerse House of R, no doubt. It has been a beautiful year with Mal &amp; Jo 💚 #SpotifyWrapped
## 814                                                                                                       I predict my top artist will be 6LACK (@6LACK) #SpotifyWrapped
## 815                                                                                                            I predict my top artist will be baby keem #SpotifyWrapped
## 816                                           My everything entrepreneur on music and merch support #SpotifyWrapped #RedVelvet #ghanablackstars… https://t.co/fMboVUmbuK
## 817                        Perfect summary of the day …\nRoad trip / photo shoot 🏁📍\n\n#roadtrip #SpotifyWrapped #StarAcademy #Indigo #ImACeleb… https://t.co/dB1itu3Fu8
## 818                                                                                                               I predict my top artist will be CORPSE #SpotifyWrapped
## 819                          Am available Inbox now for help and guide on how to recover your Account\n#hacking #hacked #facebookdown #whatsapp… https://t.co/GEg8hXsYlY
## 820                                                                                                                   I predict my top genre will be rap #SpotifyWrapped
## 821                                                                                  I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 822                          Here’s how to get your @Spotify Instafest concert lineup so you can start daydreaming about your ideal festival. 🎡… https://t.co/ElWINUoK0p
## 823                                                                     I predict my top artist will be BTS and if i’m wrong then dethrone me as an army #SpotifyWrapped
## 824                                                                        I predict my top genre will be probably modern rock ! #SpotifyWrapped https://t.co/fRkTfzCGEZ
## 825                                                                                            I predict my most played song will be honest by baby keem #SpotifyWrapped
## 826                                                                                               I predict my most played song will be Bloody Valentine #SpotifyWrapped
## 827                                  I predict my most played song will be [fill in top song prediction] #SpotifyWrapped\n\nBuga (Lo Lo Lo ) by… https://t.co/YHMbopR15k
## 828                        I predict my top podcast will be...\nthe one i listen to while reading that talk ab greek mythology but i can't reme… https://t.co/E6YeY81VaH
## 829                                                                                         I predict my top artist will be...\neither Taylor or Louis \n#SpotifyWrapped
## 830                                                                                               Did this Better than Sheamus 🔥 #SpotifyWrapped https://t.co/vu742dG5Il
## 831                                                                                                                 I predict my top genre will be pop \n#SpotifyWrapped
## 832                                                  I predict my most played song will be...\ni think maybe ready for it? or some onder reputation song #SpotifyWrapped
## 833                                                                                                                  I predict my top artist will be BTS #SpotifyWrapped
## 834                                                                                   I predict my top genre will be music for people who get no bitches #SpotifyWrapped
## 835                                                                                            GIVE US SPIDER-MAN 4! #SpiderMan4 #SpotifyWrapped https://t.co/lRQRGZvjKm
## 836                          According to the Scotsman Spotify stopped collection our data on 30th October....and dreamers was released on 20th… https://t.co/V3AIxDCnQ1
## 837                         My 2 years old daughter said "hey Google play baby shark" Google now played something else 😂 , my daughter then tol… https://t.co/97Lv8VvC7u
## 838                                                                                                     I predict my most played song will be 2 minus 1\n#SpotifyWrapped
## 839                                                                                                        I predict my most played song will be CUFF IT #SpotifyWrapped
## 840                                                                                             I predict my top podcast will be #ArchetypesWithMeghan \n#SpotifyWrapped
## 841                                                                                                              I predict my top artist will be Beyonce #SpotifyWrapped
## 842                            Ask @nike @Jumpman23 about the Covington connection.1985 changed the shoe game and history \n\n#nikeairmax #nike… https://t.co/pJJBW1QcR1
## 843                                                                               CHILL - EP \n#RnB #RedVelvet #Trending #music #SpotifyWrapped\nhttps://t.co/K6IRhsNoI6
## 844                                                                                                   I predict my top podcast will be [Sibling Rivalry] #SpotifyWrapped
## 845                                                                                                             I predict my top podcast will be nothing #SpotifyWrapped
## 846                                                           I predict my most played song this year will be “I Still Believe You’re Good” by @newsboys #SpotifyWrapped
## 847                                                                                                               I predict my top artist will be @xtina #SpotifyWrapped
## 848                                                                                                              Can’t wait for #SpotifyWrapped to call me a fag 5 times
## 849                                                                                                 I predict my most played song will be Shinunoga E-Wa #SpotifyWrapped
## 850                                                                                                        I predict my top artist will be [Nicki Minaj] #SpotifyWrapped
## 851                                                                                                             I predict my top genre will be Latin Pop #SpotifyWrapped
## 852                                                                                                     I predict my most played song will be "Koszulka" #SpotifyWrapped
## 853                                                                    I predict my top genre will be Pop. I know it is. I know it. Or indie something.\n#SpotifyWrapped
## 854                         I predict my most played song will be [fill in top song prediction] #SpotifyWrapped\nI think since I saw Vienna was… https://t.co/LNAYibecXz
## 855                                                                                  I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 856                                                                  I predict my top artist will be [@bigtimerush ] #SpotifyWrapped #BTRParalyzed #13YearsOfBigTimeRush
## 857                                                                                                           I predict my top genre will be [DanceHall] #SpotifyWrapped
## 858                                                                                   I predict my most played song will be Me Porto Bonito by Bad Bunny #SpotifyWrapped
## 859                                                                                        I predict my most played song will be [Do We Have A Problem?] #SpotifyWrapped
## 860                                                                                                 I will make my #SpotifyWrapped my personality trait and I don't care
## 861                                    I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped\nIndie but let’s hope it’s not what I think it is 💀
## 862                                                                                               I predict my most played song will be LOVE DIVE by IVE #SpotifyWrapped
## 863                                                                                         I predict my most played song will be [something by Phoebe ] #SpotifyWrapped
## 864                                                      I predict my top artist will be [💜 @BTS_twt 💜] #SpotifyWrapped #SpotifyWrapped2022 #Spotify #BTS #BTSARMY #ARMY
## 865                                     Upcoming twitter space don’t forget ❤️ #SpotifyWrapped #btc #Etherium #shibainu #shib #memecoin #altcoin… https://t.co/PJXjPe9ncE
## 866                                                                   I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped I don’t know lol
## 867                             New youtube video out now \n\nhttps://t.co/E3xS9XDQD2\n\n#SpotifyWrapped #ContentCreator #FIFAWorldCupQatar2022… https://t.co/LzROARac5D
## 868                                                                                                        I predict my top artist will be [@nickiminaj] #SpotifyWrapped
## 869                                               I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped I don’t know actually probably LoveJoy
## 870                                                                                                I predict my top podcast will be The Sleepy Bookshelf #SpotifyWrapped
## 871                                Read more about what I did wrong and right in my blog post! #indiemusic #music #pop #Spotify #SpotifyWrapped… https://t.co/hSlVGCWBZb
## 872                                                                                                        I predict my top artist will be  Harry Styles #SpotifyWrapped
## 873                         This channel we don’t say what we can’t do, so if you know you are here to recover all you have lost, better go for… https://t.co/I5Ny2snFC8
## 874                                                                                  I predict my top genre will be [#KPOP] #SpotifyWrapped #SpotifyWrapped2022 #Spotify
## 875                                                                                                                 I predict my top genre will be [pop] #SpotifyWrapped
## 876                                                                                                   I predict my most played song will be Little Freak #SpotifyWrapped
## 877                                                     I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped Archetype #ArchetypewithMeghan
## 878                                                                                                      I predict my top artist will be [the beatles ?] #SpotifyWrapped
## 879                                                                                                          I predict my top podcast will be Archetypes #SpotifyWrapped
## 880                                                                                                                   I predict my top genre will be Pop #SpotifyWrapped
## 881                                                                                                               I predict my top genre will be [Grime] #SpotifyWrapped
## 882                                                             I predict my most played song will be [#RunBTS by @BTS_twt] #SpotifyWrapped #SpotifyWrapped2022 #Spotify
## 883                                                                                      Really need to work on my self😵‍💫 #SpotifyWrapped #Depresion #BNB #Cryptocurency
## 884                                                                                          I predict my top artist will be One Direction or Stray Kids #SpotifyWrapped
## 885                                          Just got my #SpotifyWrapped from #silenthill \n\nI'd go to this fest if they have a first aid tent! https://t.co/jax9fhH3dK
## 886                                                                                                         I predict my top podcast will be What's Good #SpotifyWrapped
## 887                                                                                                                I predict my top artist will be [BTS] #SpotifyWrapped
## 888                                                                                                                 I predict my top artist will be Yeat #SpotifyWrapped
## 889                                                                                                                I predict my top genre will be K-POP  #SpotifyWrapped
## 890                                                                                                                               i just want it now pls #SpotifyWrapped
## 891                                                                                                               I predict my top genre will be Hip-Hop #SpotifyWrapped
## 892                                                                                                           I predict my top artist will be the garden #SpotifyWrapped
## 893                                                                                                        Heres mine #instafest #SpotifyWrapped https://t.co/XmvNYT3yad
## 894                                                                                                   I predict my most played song will be [Black Swan] #SpotifyWrapped
## 895                         my #SpotifyWrapped predictions. artist: taylor (duh), genre: dance pop, song: Brother by Madds Buckley (don’t ask),… https://t.co/F0CDVbH6od
## 896                            Matching energy is why everybody miserable. \n\nYou don't clean dirt with dirt. \n\n#SpotifyWrapped #FIFAWorldCupQatar2022 #thecontrarian
## 897                                                                                                      I predict my most played song will be Geek High #SpotifyWrapped
## 898                                                                                                        I predict my top artist will be taylor swift  #SpotifyWrapped
## 899                                                                                                         I predict my top artist will be [Little Mix] #SpotifyWrapped
## 900                                                                                                    I predict my top podcast will be @SincerelyAccra  #SpotifyWrapped
## 901                                                                                I predict my most played song will be [little freak by Harry styles]  #SpotifyWrapped
## 902                                                                                                      I predict my most played song will be Arcadia 😭 #SpotifyWrapped
## 903                                                                                                                         Can’t wait to be read by #SpotifyWrapped 🙃🙃🙃
## 904                                                          Annual reminder to throw that SZA playlist on repeat to get the baddies to slide up on your #SpotifyWrapped
## 905                                                                                                I predict my top genre will be 90's Alternative/Indie #SpotifyWrapped
## 906                                                                                                 my spotify wrap to me\n\n#SpotifyWrapped \n\nhttps://t.co/J5JdMbZRkr
## 907                                                                              I predict my most played song will be [Heartbreak Anthem by Little Mix] #SpotifyWrapped
## 908                         The fact that #SpotifyWrapped is trending and it's not even out yet is driving me insane. I just wanna see how a we… https://t.co/d1oenhnhvt
## 909                                                                                                          I predict my top podcast will be [@TheYard] #SpotifyWrapped
## 910                                   I genuinely don't have a fricking idea about how is going to be my Spotify wrapped. I'm genuinely scared.… https://t.co/i599LBIaBY
## 911                                                                                                                  I predict my top genre will be Soul #SpotifyWrapped
## 912                                                                                                         I predict my top artist will be Harry Styles #SpotifyWrapped
## 913                                                                              A sketch I did of my new oc 🥳\n#illustrationart #SpotifyWrapped https://t.co/XWGT2axFak
## 914                                                                                   I predict my most played song will be Little freak by Harry Styles #SpotifyWrapped
## 915                                                                                                         I predict my most played song will be brutal #SpotifyWrapped
## 916                                                                                                         I predict my top artist will be Taylor Swift #SpotifyWrapped
## 917                                                                                                             I predict my top artist will be [Mitski] #SpotifyWrapped
## 918                                                                                                           I predict my top artist will be #StrayKids #SpotifyWrapped
## 919                          I predict my top podcast will be @CrimeJunkiePod no questions asked. That podcast keeps me sane while doing stock at work 🤣 #SpotifyWrapped
## 920                                                                                                          I predict my top genre will be [indie rock] #SpotifyWrapped
## 921                                                                                                                   I predict my top genre will be pop #SpotifyWrapped
## 922                                                                                                    I predict my top artist will be [Paul McCartney ] #SpotifyWrapped
## 923                                                                                                                   I predict my top genre will be pop #SpotifyWrapped
## 924                                                                                       I predict my top artist will be powerwolf or she wants revenge #SpotifyWrapped
## 925                                                                                                         I predict my most played song will be Butter #SpotifyWrapped
## 926                                                                                                        I predict my top artist will be Harry Styles  #SpotifyWrapped
## 927                                                                                                  I predict my top artist will be 5 seconds of summer #SpotifyWrapped
## 928                                                                                              I predict my most played song will be Maniac #StrayKids #SpotifyWrapped
## 929                                                                                        I predict my top artist will be [Juice Drizzy or #FreeSlime ] #SpotifyWrapped
## 930                                                                                               It's almost that time of year! #SpotifyWrapped https://t.co/YKDiGfUQfr
## 931                             Let me help you recover that your Hacked , Instagram, Twitter Pinterest, Gmail, Snapchat etc....\n#facebookdown… https://t.co/3M6g13gKss
## 932                                                                                                     I predict my top artist will be Olivia Rodrigo!! #SpotifyWrapped
## 933                                                                                                    I predict my top podcast will be kasvoton podcast #SpotifyWrapped
## 934                                                                            I predict my top artist will be either taylor swift, harry styles or 5sos #SpotifyWrapped
## 935                                                                 I predict my top genre will be [definitely melodic trap, emo trap, alternative trap] #SpotifyWrapped
## 936                                                                            I predict my most played song will be The Way I Loved You by Taylor Swift #SpotifyWrapped
## 937                                                                            I predict my most played song will be [First Love / Late Spring - Mitski] #SpotifyWrapped
## 938                          Read more about my experience in my blog post! \n#indie #music #indieartist #independent #producer #musicpromotion… https://t.co/FgHiyohmGV
## 939                                                                                                                 I predict my top genre will be K-Pop #SpotifyWrapped
## 940                                                                                              I predict my top podcast will be [woman evolve podcast] #SpotifyWrapped
## 941                                                                              I predict my most played song will be [Dirty Soda by Juice Wrld] prolly #SpotifyWrapped
## 942                                                                    I predict my most played song will be Hippo in the Water by Mom Jeans @momjeansca #SpotifyWrapped
## 943                                                                                                                  I predict my top artist will be BTS #SpotifyWrapped
## 944                                                                    I predict my top podcast will be something nuts about prepping for the apocalypse #SpotifyWrapped
## 945                                                                                                   I predict my most played song will be Taylor Swift #SpotifyWrapped
## 946                                                                                                  I predict my top podcast will be The Fellas Podcast #SpotifyWrapped
## 947                                                                                                                  I predict my top genre will be rock #SpotifyWrapped
## 948                                                                                                                        #SpotifyWrapped gotta come NIW im going crazy
## 949                                                                               I predict my most played song will be Skin of Your Teeth Demi Lovato?? #SpotifyWrapped
## 950                                  Furinno Turn-S-Tube 3-Tier Compact Multipurpose Shelf Display Rack with Square Tube, Columbia Walnut/Black… https://t.co/NSnPz4Ti6F
## 951                                                         My #SpotifyWrapped top song stepping up to accept her crown: https://t.co/HjzsyiF6w9 https://t.co/6HBnII5PXa
## 952                                                                                                           I predict my top artist will be Ari Lennox #SpotifyWrapped
## 953                                            I predict my top podcast will be [fill in top podcast prediction] i dont listen to podcasts im not a nerd #SpotifyWrapped
## 954                                                                                                             I predict my top genre will be indie pop #SpotifyWrapped
## 955                                                      I predict my most played song will be Another Lifetime by St. Lucia #SpotifyWrapped \n\nhttps://t.co/OsPbsNBcSS
## 956                                                                                       CAN THIS STOP TRENDING I KEEP ON GETTING SCARED ITS DROPPED 😭😭 #SpotifyWrapped
## 957                                                                                                                   I predict my top genre will be Pop #SpotifyWrapped
## 958                                             I predict my most played song will be Comedy or Oh Bo or Art is Dead or Words, Words, Words\n#SpotifyWrapped\n#1 bo stan
## 959                                                                                                    I predict my top podcast will be chuckle sandwich #SpotifyWrapped
## 960                                                                                                                   I predict my top genre will be Emo #SpotifyWrapped
## 961                                                                                     I predict my most played song will be goosebumps by Travis Scott #SpotifyWrapped
## 962                                                                                           I predict my most played song will be [pipe down by drake] #SpotifyWrapped
## 963                                                                                                        I predict my top artist will be [Ozzy Osborne}#SpotifyWrapped
## 964                                                                       I predict my top artist will be Taylor Swift?? Or Demi Lovato? It’s a toss up. #SpotifyWrapped
## 965                                                                                                               I predict my top genre will be R&amp;B #SpotifyWrapped
## 966                                                                                         I predict my most played song will be El Apagon by Bad Bunny #SpotifyWrapped
## 967                                                                                                      I predict my top artist will be louis tomlinson #SpotifyWrapped
## 968                                                                                                     I predict my top podcast will be @newheightshow  #SpotifyWrapped
## 969                                                                                                       I predict my top artist will be BTS!\n@BTS_twt #SpotifyWrapped
## 970                                                                                                  I predict my most played song will be Devil Trigger #SpotifyWrapped
## 971                              Your mistakes are temporary. Once you acquire the skill, you’re free forever.\n\n#FIFAWorldCupQatar2022 #Apple… https://t.co/Uv4nOQciZg
## 972                                                                             A good man leaves an Inheritance to the next generation. #NextGeneration #SpotifyWrapped
## 973                                                                                    I predict my most played song will be [Night Drive by Ari Lennox] #SpotifyWrapped
## 974                              If your Roblox got Hacked inbox now for guide on how to recover your Account\n#hacked #Roblox #5G #Hackingtime… https://t.co/kanpi00zHG
## 975                             January 15 the shadow is back #mma #mma2023 \n#SpotifyWrapped #Qatar2022 #harrystylesperu #ufc #UFC283 #ล็อคกี้แฟน… https://t.co/nSfZLuTmTe
## 976                                                                                                               My #SpotifyWrapped this Friday https://t.co/weugla1YTr
## 977                                                                                               I guarantee my #SpotifyWrapped song will be taboo by sevyn streeter. 😎
## 978                                                                                                                   I predict my top genre will be Pop #SpotifyWrapped
## 979                                                                                                          I predict my top artist will be @MacMiller  #SpotifyWrapped
## 980                                                                                                   I predict my top genre will be R&amp;B/K-R&amp;B.\n#SpotifyWrapped
## 981                                                   me happy to see #SpotifyWrapped trending but realising it hasn’t even been announced yet 💔 https://t.co/5wSAXoroJb
## 982                                           Tfw u don’t have a Spotify wrapped cuz u stopped using Spotify n only use musi now #SpotifyWrapped https://t.co/svXDkMlFZ4
## 983                                                                                                         I predict my top artist will be Taylor Swift #SpotifyWrapped
## 984                               RRRAP IT UP! (Vinyl Tear Down) by: MaSSa Power 🤩👊\n\n#massapower #DistroKid #Towerofbabelsymphony #HeavyMetal… https://t.co/m1lujeACdO
## 985                                      #SpotifyWrapped 2022: Release date and why the last two months of the year are not included in results\nhttps://t.co/IInad2M3e1
## 986                                                                                            I predict my top artist will be ATEEZ #SpotifyWrapped (expected tbf ngl-)
## 987                 CSC | NFTs Beyond Art — Utility &amp; The True Value of NFTs\n\nhttps://t.co/e4sRyE8LRh\n\nReally interested in knowing abo… https://t.co/ry78RI67l5
## 988                                                                                                       I predict my top artist will be Graeme Cornies #SpotifyWrapped
## 989                                                                                   I predict my most played song will be Cracker Island by @gorillaz  #SpotifyWrapped
## 990                                                                                                              I predict my top artist will be nct 127 #SpotifyWrapped
## 991                                                                                                    I predict my top podcast will be Chuckle Sandwich #SpotifyWrapped
## 992                                                                                                             Disturbed #SpotifyWrapped #music https://t.co/MFHAWHw1g9
## 993                                            I predict my most played song will be [fill in top song prediction] #SpotifyWrapped\n\nTo be honest, I'm not sure hahaha.
## 994                                                                                                I predict my top artist will be Kanye West or MF DOOM #SpotifyWrapped
## 995                                                                                 I predict my top podcast will be [podcasts don’t work in Kazakhstan] #SpotifyWrapped
## 996                                                                                                       I predict my top artist will be Kanye or Abba  #SpotifyWrapped
## 997                                                                                                                   I predict my top genre will be rap #SpotifyWrapped
## 998                                                                                                                I predict my top artist will be Ghost #SpotifyWrapped
## 999                                                                                                     I predict my top podcast will be Freaky Folklore #SpotifyWrapped
## 1000                                                                                                              I predict my top genre will be hip hop #SpotifyWrapped
## 1001                                                                                                              I predict my top podcast will be GOONS #SpotifyWrapped
## 1002                                                                                    I predict my most played song will be Vulture Island by @rob49up #SpotifyWrapped
## 1003                                                                           Yall still streaming super freaky girl? 👀\n\n#NickiMinaj #SuperFreakyGirl #SpotifyWrapped
## 1004                                                                                                      I predict my top artist will be [Taylor Swift] #SpotifyWrapped
## 1005                                                                                             I predict my most played song will be Life of the Party #SpotifyWrapped
## 1006                                                        I predict my top podcast will be 365 days with mxmtoon cause it's the only one I listen to 😭 #SpotifyWrapped
## 1007                                                                                                i'm gonna get bullied once spotify wrapped comes out #SpotifyWrapped
## 1008                                                                                                                 I predict my top genre will be Rock #SpotifyWrapped
## 1009                                                                                    I predict my most played song will be [illusion by aespa] #aespa #SpotifyWrapped
## 1010                                                                                          I predict my most played song will be Devil In A New Dress #SpotifyWrapped
## 1011                           Kenny Ray Powell former Death House Captain at Holmesberg Prison, PA ***... https://t.co/uaNuApc7a3 via @YouTube… https://t.co/TSx0zl15H7
## 1012                                                                                                              I predict my top genre will be [K-POP] #SpotifyWrapped
## 1013                                 Never stop promoting your store. Drop your URL for promotion. #shopifydesign #dropshipping #SpotifyWrapped… https://t.co/whsveiFA4q
## 1014                                                                                                  I predict my top artist will be frank ocean prolly #SpotifyWrapped
## 1015                             @bearsintrees will be wrapping up their U.S. invasion in Somerville next Saturday. Grab tickets to see them at… https://t.co/Br1b1T0Xzl
## 1016                      Somebody should help me out, WHY WOULD RENO DEFEND TINUBU? What kind of game is he playing?\n\nDELETE | CHICAGO | APC… https://t.co/WrqYrydEZx
## 1017                                                                                        I predict my most played song will be [The Astronaut - JIN ] #SpotifyWrapped
## 1018                    What if @Eminem  put a hit on Mac Miller so that he could be the only known as M&amp;M? Plus that diss by Mac when he s… https://t.co/6v1ezlgqVe
## 1019                                                                                                           I predict my top genre will be [UrbanPop] #SpotifyWrapped
## 1020                                                                                                   I predict my top artist will be Tyler the creator #SpotifyWrapped
## 1021                                                                                                      I predict my top podcast will be Anything Goes #SpotifyWrapped
## 1022                                                                                                  I predict my most played song will be self control #SpotifyWrapped
## 1023                                                                 Not okay with the fact that my top song is gonna be Twinkle Twinkle Little Star tbh #SpotifyWrapped
## 1024                                                                                               I predict my most played song will be Cirice by Ghost #SpotifyWrapped
## 1025                                                                                                    I can’t wait to see how my family mucked up my #SpotifyWrapped 🥲
## 1026                        Yes I'm excited but worried about how my mom accidentally using my Spotify on google mini many times will affect my… https://t.co/KXsT5xLE1R
## 1027                                                                                   I predict my most played song will be [Future Perfect by ENHYPEN] #SpotifyWrapped
## 1028                                                                                                        I predict my top artist will be Harry Styles #SpotifyWrapped
## 1029                                                                                 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 1030                                                    I predict my most played song will be Break From Toronto, This Side of Paradise, or Anti Hero :) #SpotifyWrapped
## 1031                                                                                               I predict my top podcast will be witchcraft qualcosa  #SpotifyWrapped
## 1032                                                                                                                  I predict my top genre will be Pop #SpotifyWrapped
## 1033                       Ngl, my #SpotifyWrapped is gonna be a mess, it always is. I have such cringe taste in music but Idc anymore lol\nThi… https://t.co/D4kWAkwaoI
## 1034                                                                            Spotify better not rry it in this year's Wrapped #SpotifyWrapped https://t.co/utBsxmlGUY
## 1035                                                                                                                          #SpotifyWrapped I need to see this asap. 🥹
## 1036                                                                                                                 I predict my top genre will be Rock #SpotifyWrapped
## 1037                                                                                                    I predict my most played song will be Smoke Slow #SpotifyWrapped
## 1038                                                                                                       i predict my top artist will be taylor swift  #SpotifyWrapped
## 1039                                 @TtvGamegrinderz @GroundedTheGame Come tune in🫣❤️✨\n\nPlaying Grounded🪲🐝🐞\n#SpotifyWrapped #ContentCreator… https://t.co/m0NeUZIdr2
## 1040                                                                                                I predict my most played song will be Judas by Fozzy #SpotifyWrapped
## 1041                                            Here's the longer, first version of Dumptruck, the workout track.\n#edm #workout #SpotifyWrapped https://t.co/iSwOcVXzhS
## 1042                   What if people pronounced other store names the same way they pronounced Aldi?\n\nWalmarts\nTargets\nDollars General\nIG… https://t.co/8RMpjzPM9i
## 1043                                                                                                  I predict my top artist will be @PanicAtTheDisco 💋 #SpotifyWrapped
## 1044                            @ShikhaTheStar @Cheerfulcynthy @chartdata Exactly thank you.They must have missed the YOUR part or doesn't know what #SpotifyWrapped is.
## 1045                                                                                                   I predict my top podcast will be Guilty Pleasures #SpotifyWrapped
## 1046                                                                                                      I predict my top artist will be [Lil Uzi Vert] #SpotifyWrapped
## 1047                                                                                                        I predict my top artist will be Taylor Swift #SpotifyWrapped
## 1048                                                                            Everyone waiting for @Spotify wrapped like...\n\n#SpotifyWrapped https://t.co/t7iHtGonuK
## 1049                                                                                                      I predict my top artist will be flo milli lmao #SpotifyWrapped
## 1050                      I predict my top artist will be @JIDsv #SpotifyWrapped\n\nLol I'm pretty sure. I'd say @coastcontra too but their fre… https://t.co/Y3afW5jVt8
## 1051                                                                                    I will personally release #SpotifyWrapped this year. spotify are taking too long
## 1052                                                         Being the best person ever WOULD definitely affect your Wrapped.\n\n#SpotifyWrapped https://t.co/NwUAZ0mLuo
## 1053                                                                                I predict my top artist will be mansfield tya / orelsan / sexy sushi #SpotifyWrapped
## 1054                        Everyone contact your local GOP and MAKE THEM BALLOT HARVEST WHERE LEGAL!\n#MAGA #2A #gas #gasprices #economy #vote… https://t.co/qHjD64QqN4
## 1055                                                                                               I predict my top genre will be modern rock palese pt2 #SpotifyWrapped
## 1056                                                                                                                                                GIRL #SpotifyWrapped
## 1057                                                                                                     I predict my most played song will be [FOR FUN] #SpotifyWrapped
## 1058                       Have a lost account you want to recover but don't know how?\nInbox now for guide on how to recover your account imme… https://t.co/MIfKmydVVG
## 1059                                                                                                      I predict my top artist will be [Taylor Swift] #SpotifyWrapped
## 1060                                                                                      I predict my most played song will be House of Memories palese #SpotifyWrapped
## 1061                                                                                    Abi you wanna linkup I gat d liquor make we hookup 🔥🎻 #SpotifyWrapped Trybemusic
## 1062                                                                                                   I predict my top podcast will be The Command Zone #SpotifyWrapped
## 1063                                                                                                                                     SO EXCITED FOR  #SpotifyWrapped
## 1064                                                                         I predict my top genre will be [wgatever genre Taylor Swift is. Dance pop?] #SpotifyWrapped
## 1065                                                                                                                                     SO EXCITED FOR  #SpotifyWrapped
## 1066                                                                                                           I predict my top artist will be Powerwolf #SpotifyWrapped
## 1067                             Ngl I kinda switched to YouTube Music and downloaded MP3s for a good chunk of the year. My #SpotifyWrapped will have a few gaps in it 😅
## 1068                                                         I predict my most played song will be [All Too Well (10 minute version) (Taylor’s Version)] #SpotifyWrapped
## 1069                                                                              I predict my top artist will be [Meghan Markle, the Duchess of Sussex] #SpotifyWrapped
## 1070                                                                                 I predict my top podcast will be [FPS - Friends Per Second Podcast] #SpotifyWrapped
## 1071                                                                                                          I predict my top genre will be Power Metal #SpotifyWrapped
## 1072                                                                                                      I predict my top genre will be Indie Poptimism #SpotifyWrapped
## 1073                                          For you anime fans this be the best 3 day break of your life #LISA #aimer #SpotifyWrapped  #hikaru https://t.co/ormmUw2XSG
## 1074                                                                                                                 I predict my top artist will be BTS #SpotifyWrapped
## 1075                                                                                          I predict my top podcast will be Genius Bar @geniusbarcast #SpotifyWrapped
## 1076                                                                                                                I predict my top genre will be K-pop #SpotifyWrapped
## 1077                                                                                      I predict my top artist will be Sabrina Carpenter or Paramore? #SpotifyWrapped
## 1078                                                                                                        It’s about that time #SpotifyWrapped https://t.co/kNqkYsJX8p
## 1079                          Classic distraction from government #oligarchy pals that own the #msm \n\nLook over there!\n\nRe focus the #plebs… https://t.co/zcuttHRv0Y
## 1080                                                                                                        I predict my top artist will be [Tate Mcrae] #SpotifyWrapped
## 1081                                                                                                         I predict my top artist will be Twin Shadow #SpotifyWrapped
## 1082                                                                                                              I predict my top artist will be Saba 😮‍💨#SpotifyWrapped
## 1083                                                                                                   I predict my most played song will be Idol by BTS #SpotifyWrapped
## 1084                                  @patfkauffman Are u store owner. Drop ur website URL here for promotion, never stop promoting your store.… https://t.co/uWdXrILLGx
## 1085                                                                                                      I predict my top artist will be [@matthwatson] #SpotifyWrapped
## 1086                                                                                         #SpotifyWrapped is the one thing I’m keeping myself on this rock for lmao x
## 1087                                                        I predict my most played song will be Of The Abyss Lorna Shore [fill in top song prediction] #SpotifyWrapped
## 1088                                                            Jhope i think akkajsnd \n\npredict my top artist will be [fill in top artist prediction] #SpotifyWrapped
## 1089                                                                           I predict my top podcast will be las flipantes aventuras de pablo lechuga #SpotifyWrapped
## 1090                                                                                          I predict my most played song will be Not the One by Gibbz #SpotifyWrapped
## 1091                                                                                     Go check it out!!!\n#SpotifyWrapped #Rihanna #kudus \n\nhttps://t.co/UCoy4Bkn2k
## 1092                                                                                                                 #SpotifyWrapped predictions https://t.co/0bOKJcD2LX
## 1093                                                                                I predict my most played song will be [ill be good by Jaymes young ] #SpotifyWrapped
## 1094                                                                   Insha Allah it’s over between me and sapa\n#FIFAWorldCupQatar2022 #SpotifyWrapped #hookup #delete
## 1095                                                                     Bts pop period  \n\npredict my top genre will be [fill in top genre prediction] #SpotifyWrapped
## 1096                         Can’t wait to recieve my #SpotifyWrapped playlist this year and re-listen to all the music I’m now sick of because… https://t.co/16dGrhnhQK
## 1097                                                                                                            I predict my top artist will be Slipknot #SpotifyWrapped
## 1098                                                                                                               I predict my top genre will be POP 🫠🫠 #SpotifyWrapped
## 1099                                          I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped mmmm a mixed of kpop, pop, rock, gaming etc?
## 1100                                   PLEASE RETWEET 🚨🚨🚨 #AdoptDontShop #AdoptMePets #foster #fosteringsaveslives #RescueDogs #SpotifyWrapped … https://t.co/DtYckU2cJO
## 1101                        All I know is that @TessaViolet's YES MOM will be my #1 played song. I wouldn't be surprised if I was one of the mo… https://t.co/tOIsXNSOyF
## 1102                                                                                                             I predict my top genre will be Nu Metal #SpotifyWrapped
## 1103                                                                                                  I predict my most played song will be The Greatest #SpotifyWrapped
## 1104                            I predict my top podcast will be @AMorbidPodcast without a doubt. My long commutes are totally worth it cus I of them! \n#SpotifyWrapped
## 1105                                                                                   I predict my most played song will be Alien by Sabrina Carpenter  #SpotifyWrapped
## 1106                                         Yet to come will be that song Maybe \n\nI predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 1107                                                                                    I predict my top artist will be Ricky Montgomery or Taylor Swift #SpotifyWrapped
## 1108                                                                                                               #SpotifyWrapped First time seeing it!! So excitedd!!!
## 1109                                                                                                   I predict my most played song will be Spit It Out #SpotifyWrapped
## 1110                                                   @ckay_yo heart #covervideo by silver boy and Crainfly____ #freestylecover #SpotifyWrapped https://t.co/3RRIaj2xeH
## 1111                                                           say what you want about me. I refuse to be embarrassed #instafest #SpotifyWrapped https://t.co/dg7yIgdHVY
## 1112                                                                                               I predict my top genre will be indie or pop?? I dunno #SpotifyWrapped
## 1113                                                                                                       I predict my top artist will be @PalayeRoyale #SpotifyWrapped
## 1114                                                                                                     I predict my top artist will be Louis Tomlinson #SpotifyWrapped
## 1115                                                               Why is #SpotifyWrapped trending if it hasn't actually been released yet? You people are sick. SICK !!
## 1116                                                                                  I predict my top genre will be these fucking nuts idiot ass losers #SpotifyWrapped
## 1117                                                             I predict my top artist will be [Bring Me The Horizon] #SpotifyWrapped now to wait and see if I’m right
## 1118                                                                                                 I predict my most played song will be Mr Loverman 💀 #SpotifyWrapped
## 1119                                                                                 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 1120                                                              High Key this might be the first year John Mayer isn’t on my most played this year 😭😭😭 #SpotifyWrapped
## 1121                    Guess this is good way to say good night from here 🥰 \n\nTININITANANA is now on Apple Music 💃\nLink up in my bio☝️\n\nMo… https://t.co/GMqSMK5Vco
## 1122                                                                                                          I predict my top artist will be The Weeknd #SpotifyWrapped
## 1123                                                                                                     I predict my most played song will be fue mejor #SpotifyWrapped
## 1124                                                                                                            I predict my top artist will be FLETCHER #SpotifyWrapped
## 1125                                                                                                          I predict my most played song will be Tuyo #SpotifyWrapped
## 1126                           @jonathanvswan Trumpler = conman grifter liar criminal sociopathic 8 yr old - once and always. #TrumpCrimeFamily… https://t.co/4D6SYiWuWX
## 1127                                                                                   I predict my top genre will be [Rock]🎧 😎🎵 #SpotifyWrapped https://t.co/1Obh6JlzVV
## 1128                                                                                                              I predict my top artist will be @poppy #SpotifyWrapped
## 1129                                    i will not be able to eat, sleep OR breathe peacefully until spotify wrapped is released #SpotifyWrapped https://t.co/Of6XQepi8L
## 1130                                                                                                       I predict my top podcast will be @SappeninPod #SpotifyWrapped
## 1131                                                                                       I predict my most played song will be [Glimpse of us by joji] #SpotifyWrapped
## 1132                                                                                                         I predict my top artist will be @KAYTRANADA #SpotifyWrapped
## 1133                                                                                              I predict my most played song will be Policy of Truth  #SpotifyWrapped
## 1134                                                                                   Check out ProlificNessaa's video! #TikTok https://t.co/7pi6jFZdJq #SpotifyWrapped
## 1135                    One day, I’ll have my very own urban music festival… being thrown in my hometown 🌃 &amp; the homeland🇵🇭… but for now, e… https://t.co/MVUaCllICH
## 1136                                                                                                         I predict my top artist will be  YBN Nahmir #SpotifyWrapped
## 1137                                                                                                               I need my #SpotifyWrapped right now I’m too impatient
## 1138                                                                                                     I predict my top artist will be @HoldingAbsence #SpotifyWrapped
## 1139                                                                                                            I predict my top genre will be [Hip-Hop] #SpotifyWrapped
## 1140                                                                                               I predict my top podcast will be anime out of context #SpotifyWrapped
## 1141                                                         Check me out! New things will be coming very soon! #SpotifyWrapped #edm #Producers  https://t.co/CsJ5WjIKW2
## 1142                                                                                                        I predict my top artist will be taylor swift #SpotifyWrapped
## 1143                                                                                                        I predict my top podcast will be  Archetypes #SpotifyWrapped
## 1144                                                                                                   I predict my top genre will be Korean Country Rap #SpotifyWrapped
## 1145                                                                                                      I predict my top artist will be @britneyspears #SpotifyWrapped
## 1146                                                                                                                 I predict my top artist will be exo #SpotifyWrapped
## 1147                                                                                                            I predict my top genre will be dance pop #SpotifyWrapped
## 1148                            Apple has threatened to remove Twitter \nfrom the App Store, according to Elon \nMusk. #Ronaldo #SpotifyWrapped… https://t.co/ZTRFjZlTti
## 1149                                                                                          I predict my top podcast will be [The Pat McAfee show 2.0] #SpotifyWrapped
## 1150                                                                                                                 I predict my top genre will be kpop #SpotifyWrapped
## 1151                                                                                                                  I predict my top genre will be Pop #SpotifyWrapped
## 1152                                                                                           I predict my most played song will be message in a bottle #SpotifyWrapped
## 1153                                                                                                             I predict my top artist will be [Emkay] #SpotifyWrapped
## 1154                                                                                I predict my most played song will be Fortnite Rap Battle by Nerdout #SpotifyWrapped
## 1155                                                                                                       I predict my most played song will be peaches #SpotifyWrapped
## 1156                                                                                                I predict my most played song will be DM by fromis_9 #SpotifyWrapped
## 1157                                                                                                          “Here’s my #SpotifyWrapped”\n\nMe: https://t.co/UJNoJOFwJF
## 1158                                                                             I predict my most played song will be All the Small Things By Blink-182 #SpotifyWrapped
## 1159                                @philconcerts #SpotifyWrapped Predictions:\n\nTop Song: Talk that talk\nTop Artist: TWICE\nTop Album: #BETWEEN1and2 \nTop Genre: Pop
## 1160                                                                                                       I predict my top genre will be Pop or Country #SpotifyWrapped
## 1161                      I predict my top artist will be @djotime #SpotifyWrapped \nTop podcast will probably be @MBMBaM again\nTop genre is a… https://t.co/4OYIHkMMHo
## 1162                                                                                     I predict my most played song will be Burning Bridges by Sigrid #SpotifyWrapped
## 1163                        If I had to guess my top song, it'd probably be something like Caravan, I remember listening to that song for two w… https://t.co/MgDE3WJs4x
## 1164                                If you head to my channel I have a charity going for #SoldierSuicide #soldiers #veterans #twitch #live #mw2… https://t.co/laufhpgRWo
## 1165                                                                                                                  I predict my top genre will be Pop #SpotifyWrapped
## 1166                                                                                                        I predict my top artist will be Taylor Swift #SpotifyWrapped
## 1167                                                                                                 I predict my top genre will be a sub genre of metal #SpotifyWrapped
## 1168                                      We are considering recording our own music going foward. Bo Mrapper ba Pitori. #FIFAWorldCupQatar2022… https://t.co/ooTjw1rPvi
## 1169                                                                                          I predict my top artist will be @GretaVanFleet (hopefully) #SpotifyWrapped
## 1170                                                         I predict my most played song will be Hold Me Closer by @eltonofficial &amp; @britneyspears #SpotifyWrapped
## 1171                                                                                                     I predict my top podcast will be [Distractible] #SpotifyWrapped
## 1172                              For all Hacking Services\n#BigData #Analytics #DataScience #AI #MachineLearning #IoT #PyTorch #Python #RStats… https://t.co/JpcXwpjSIx
## 1173                                                                                  I predict my most played song will be Lavender Haze - Taylor Swift #SpotifyWrapped
## 1174                                                                                                              I predict my top artist will be Ghost. #SpotifyWrapped
## 1175                                                                                                          I predict my top podcast will be @PWEpod 💪😎#SpotifyWrapped
## 1176                                                                                                   I predict my top podcast will be “A D8 With Fate” #SpotifyWrapped
## 1177                     &amp; yeah, on subsequent posts, I then understood I was supposed to edit of the text in [ ] ..doh🤦‍♂️\nMy choice is the… https://t.co/nPLlBtx2t2
## 1178                            Share n listen cuz it don’t cost u no paper unless u a mf hatrr💜 #deutschland #SpotifyWrapped #hiphopde #Germany https://t.co/1CD6k2ItlU
## 1179                                                                                                         I predict my top artist will be [Pop Smoke] #SpotifyWrapped
## 1180                                                                                                                I predict my top genre will be [Rap] #SpotifyWrapped
## 1181                                                                                         I predict my most played song will be Attention by NewJeans #SpotifyWrapped
## 1182                                                                                                 I predict my top artist will be “Melanie Martinez”  #SpotifyWrapped
## 1183                                                                                                      I predict my most played song will be [Ahh ha] #SpotifyWrapped
## 1184                                                                                                                I predict my top genre will be Anime #SpotifyWrapped
## 1185                                                                                                      I predict my top artist will be  The Kid Laroi #SpotifyWrapped
## 1186                                                                                                   I predict my top podcast will be @ChuckleSandwich #SpotifyWrapped
## 1187                                                                                                               I predict my top podcast will be none #SpotifyWrapped
## 1188                                                                                               I predict my top artist will be Harry styles for sure #SpotifyWrapped
## 1189                                                                                                I predict my top artist will be TAYLOR ALISON SWIFT  #SpotifyWrapped
## 1190                                                                           I predict my most played song will be @burytomorrow Death (Ever Colder) 🤔 #SpotifyWrapped
## 1191                                                                       I predict my most played song will be [Music box remix/cover by APAngryPiggy] #SpotifyWrapped
## 1192                                                                                                            I predict my top artist will be brakence #SpotifyWrapped
## 1193                                                                                        I predict my most played song will be we major by kanye west #SpotifyWrapped
## 1194                                                                                                         I predict my top artist will be Gen Hoshino #SpotifyWrapped
## 1195                                                                                                    I predict my most played song will be space song #SpotifyWrapped
## 1196                                                                                                                I predict my top genre will be “Pop” #SpotifyWrapped
## 1197                                                                                        This year’s #SpotifyWrapped is a little too accurate https://t.co/bzY4iSjxES
## 1198                    I would like you to take up the Japanese idol group, king &amp; prince.  Their new song Tsukiyomi is on the verge of be… https://t.co/EK8kUuEcdH
## 1199                                                                  I predict my most played song will be not sober by laroi polo g and stunna gambino #SpotifyWrapped
## 1200                                                                                         I predict my top artist will be.... #SpotifyWrapped https://t.co/cfWGx9U4Ot
## 1201                                                                              I predict my most played song will be You Right by @DojaCat @theweeknd #SpotifyWrapped
## 1202                                                                                                     I predict my top genre will be antipop/hyperpop #SpotifyWrapped
## 1203                                                                                     I predict my most played song will be “The Red Means I Love You”#SpotifyWrapped
## 1204                                 This is what I look like patiently waiting for my #SpotifyWrapped list to come out…\n\n#museartco #Digital… https://t.co/amdhhubyVB
## 1205                        This is what I removed from one of my patient’s coochie today.  Being an OBGYN has its ups and downs. But this is o… https://t.co/JoH48zXIgC
## 1206                                                                                I predict my most played song will be Fever from Dua Lipa ft. Angèle #SpotifyWrapped
## 1207                                                                                                   I already know the top podcast is gunna be serial #SpotifyWrapped
## 1208                                                                                                             #SpotifyWrapped i listen to good music so im not scared
## 1209                                                                                             I predict my most played song will be 1985 - Bo Burnham #SpotifyWrapped
## 1210                                                                                    I predict my most played song will be venus fly trap by brakence #SpotifyWrapped
## 1211                                                                          I predict my most played song will be Toxic or Blurry Nights by BoyWithUke #SpotifyWrapped
## 1212                                                                                                                 I predict my top genre will be rock #SpotifyWrapped
## 1213                                                                                             If Asake no dey your #SpotifyWrapped what are you even listening to????
## 1214                                             I predict my top genre will be, I have no fucking clue because everything I listen to is very different #SpotifyWrapped
## 1215                                             @teamogaram I predict my most played song will be [fill in top song prediction] #SpotifyWrapped https://t.co/b4dI1F1nnZ
## 1216                                                                                              I predict my top artist will be [Gorillaz or we riot ] #SpotifyWrapped
## 1217                              My top artist probably gunna be txt, Billie eilish, the neighborhood, and cigarettes after sex, and bts and that’s it 💀#SpotifyWrapped
## 1218                                                                                              COME OUT ALREADY WAAAAAAAAH (it will all be Will wood) #SpotifyWrapped
## 1219                                                                       I predict my most played song will be space man by the legend. @SamRyderMusic #SpotifyWrapped
## 1220                     I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped\n\nFica aqui a dúvida entre:\nStray Ki… https://t.co/JoQsCajSyE
## 1221                        As we wait for the anticipated Spotify Wrapped, I realized after seeing people "instafest" photos that there are pe… https://t.co/hh0GuIFjcv
## 1222                                                                                            I predict my most played song will be Roslyn by Bon Iver #SpotifyWrapped
## 1223                                                                            Most played song prediction: Green Green Grass, Overkill or Ad Infinitum #SpotifyWrapped
## 1224                                                                                     I predict my top artist will be probably gorillaz or weezer idk #SpotifyWrapped
## 1225                                                                                                                                Lot of the P-Funk. \n#SpotifyWrapped
## 1226                                                                                             I predict my top podcast will be acho que de true crime #SpotifyWrapped
## 1227                                                                                 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 1228                                                                   I predict my most played song will be whitewoods beachwalk, like every other year #SpotifyWrapped
## 1229                                                                                       I predict my top artist will be Slipknot, if it's not, I quit #SpotifyWrapped
## 1230                                                                                  I predict my top podcast will be\n\ni don’t listen to podcasts tbh #SpotifyWrapped
## 1231                                                                                   I dont want it to be but my top genres gonna be dream smp isnt it #SpotifyWrapped
## 1232                                                             I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped archetype with Meghan
## 1233                                                                                                           I predict my top artist will be [Beyoncé] #SpotifyWrapped
## 1234                                                                                            I predict my top podcast will be an unreleased lana song #SpotifyWrapped
## 1235                           when #SpotifyWrapped I just laugh because it's funny to see I listened to the same three songs 482662728 times 🤣🤣 https://t.co/NzyXNN8IVy
## 1236                        I predict my top podcast will be You're Wrong About by Sarah Marshall because I listened to one episode and haven't… https://t.co/25AftkqWKu
## 1237                                                                                                I predict my top artist will be a loirinha esse ano  #SpotifyWrapped
## 1238                                                  I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped\n\nNenhuma surpresa que vai ser kpop
## 1239                                                                                  I predict my top artist will be\n\nthe legend himself, HARDWELL! 🖤🔥#SpotifyWrapped
## 1240                                                                                                    I predict my top genre will be [pop (as always)] #SpotifyWrapped
## 1241                                                                                                          I predict my top artist will be billie duh #SpotifyWrapped
## 1242                                                                                 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 1243                                        if you’re like us and waiting anxiously for your #SpotifyWrapped to drop… this is your reminder to take your supplements !!!
## 1244                                                                                                    I predict my top genre will be pop como todo ano #SpotifyWrapped
## 1245                                                                                                          I predict my top genre will be pop or rock #SpotifyWrapped
## 1246                                                                                 I predict my most played song will be [either 5am or maybe Cuff It] #SpotifyWrapped
## 1247                                                                                   I predict my top genre will be\n\nit’s gotta be bigroom or techno #SpotifyWrapped
## 1248                                                                                                       I predict my top artist will be [Omar Apollo] #SpotifyWrapped
## 1249                                                              I predict my most played song will prolly be season of the witch or when i was older 🙏🙏#SpotifyWrapped
## 1250                                                                                                                                        IM SO SCARED #SpotifyWrapped
## 1251                                                           I predict my most played song will be provavelmente o cover do maneskin de if i can dream #SpotifyWrapped
## 1252                                                                                                         I predict my top artist will be @thebeatles #SpotifyWrapped
## 1253                                                                                                     money shot #CyberMonday #SpotifyWrapped https://t.co/aBfTT7wA0x
## 1254                                                     I predict my most played song will be [fill in top song prediction] #SpotifyWrapped\nLove me or leave me - DAY6
## 1255                                                                          I predict my most played song will be uh\n\nHardwell - Into The Unknown\n\n#SpotifyWrapped
## 1256                                                                                                           I predict my top artist will be Bad Omens #SpotifyWrapped
## 1257                                                                                                    I predict my top genre will be Indie Pop or smth #SpotifyWrapped
## 1258                                                                                                     lovedive #1 spot secured on my spotify wrapped  #SpotifyWrapped
## 1259                                                                              I predict my most played song will be [Live Fast Die Numb - Iann Dior] #SpotifyWrapped
## 1260                                                                                         will be checking back in on thursday to see if it’s out yet #SpotifyWrapped
## 1261                                                                                                            I predict my top genre will be metalcore #SpotifyWrapped
## 1262                                This shoulder pass 😎 Ronaldo\n#PORURU #Portugal #FIFAWorldCupQatar2022 #FIFAWorldCup #BRASUI #SpotifyWrapped https://t.co/MiSbYjeLe5
## 1263                                                                                                    I predict my top artist will be System of a Down #SpotifyWrapped
## 1264                                                                                                      I predict my top artist will be @surfacesmusic #SpotifyWrapped
## 1265                                                                                                          I predict my top genre will be Heavy Metal #SpotifyWrapped
## 1266                                                                               imagine getting HER on your #SpotifyWrapped 💀💀 embarrassinggg https://t.co/DiFdtSFad6
## 1267                                                                                                        I predict my top artist will be Taylor Swift #SpotifyWrapped
## 1268                                                                         I predict my most played song will be The Death of Peace of Mind, Bad Omens #SpotifyWrapped
## 1269                                                                                                   I predict my most played song will be Family Ties #SpotifyWrapped
## 1270                           STREAM WARRIOR NUN \n#Wandinha #Wandinha #TheCrown #SegundaDetremuraSDV #RedVelvet #SpotifyWrapped #ฟุตบอลโลก2022… https://t.co/gotbXAY3s5
## 1271                                                                                              I predict my most played song will be One by Metallica #SpotifyWrapped
## 1272                                                                                                               I predict my top artist will be [BTS] #SpotifyWrapped
## 1273                                             Nature 📸\n\n#ouarzazate #photography #photo #SpotifyWrapped #BRASUI #Qatar2022 #乌鲁木齐 #kudus https://t.co/3zVg0VPSY9
## 1274                                                                                                  I predict my top artist will be twenty one pilots  #SpotifyWrapped
## 1275                                                                                                              I predict my top genre will be [K-pop] #SpotifyWrapped
## 1276                                                                                 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 1277                                                                                                    I predict my top artist will be Leanna Firestone #SpotifyWrapped
## 1278                                      I predict my most played song will be - tbh, I’m really not sure! Maybe Dakara? Or Haru Dorobo… I’m not sure!! #SpotifyWrapped
## 1279                                                                                        I predict my most played song will be [Dreamers by Jungkook] #SpotifyWrapped
## 1280                                                                I predict my top artist will be [Daughter] #SpotifyWrapped\n\nif its not daughter im gonna be so mad
## 1281                        i predict my top artist will be your best friend jippy honestly. that or it being between freddie dredd or bbno$ fo… https://t.co/KmrXWG3zgV
## 1282                                                                                   I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped
## 1283                                                                                     I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped
## 1284                                                                                                              I predict my top artist will be mitski #SpotifyWrapped
## 1285                                                                                                             I predict my top genre will be Alt Pop  #SpotifyWrapped
## 1286                                                                                             I predict my most played song will be [life by the sea] #SpotifyWrapped
## 1287                                                                                                         I predict my top genre will be [Rock/Metal] #SpotifyWrapped
## 1288                                        I already know @Logic301 bout to be top on my #SpotifyWrapped when it drops. Vinyl Days was just that damn fucking good dude
## 1289                                                                                         I predict my most played song will be among us in real life #SpotifyWrapped
## 1290                                                                                 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 1291                                             I predict my top artist will be Taylor Swift. If its not then I have no clue who else it could be hahah #SpotifyWrapped
## 1292                                                                                                           I predict my top artist will be Yorushika #SpotifyWrapped
## 1293                                                                      It’s embarrassing but I predict my top podcast will be… #WinxForeverPodcast 😅🤭 #SpotifyWrapped
## 1294                                              After the goal has been credited to Bruno Fernandes \n#FIFAWorldCupQatar2022 \n#SpotifyWrapped https://t.co/RstozwJfTV
## 1295                                                                   I predict my most played song will be [Save Your Tears]\n\ntenho quase certeza\n\n#SpotifyWrapped
## 1296                                                                                    I predict my most played song will be “Crypt” by Roderick Porter #SpotifyWrapped
## 1297                                    And me too....#LipSyncBattle #LLCoolJ\n#IlovetherealMilliVanilli  #SpotifyWrapped #freedummers #FluClan… https://t.co/ObKq0oqMbz
## 1298                                              I predict my most played song will be Cherry by @findingfletcher. It's been in my head the whole year! #SpotifyWrapped
## 1299                                   I predict my top podcast will be 12 Hour Sound Machines (no loops or fades): Brown Noise Sound Machine (12 hours) #SpotifyWrapped
## 1300                                                          already know my top artist this year will be ghost, but we can all pretend to be surprised #SpotifyWrapped
## 1301                                     I’m worried that my #SpotifyWrapped will be way too revealing because the only time I open Spotify is when I’m alone in the car
## 1302                                                                                                                                  when is she coming #SpotifyWrapped
## 1303                        @lexfridman A lot of store owners are not making sales on their products/services Websites. Drop ur website URL her… https://t.co/xDbSIZ3j2j
## 1304                                                                                                     I predict my top podcast will be livrariaemcasa #SpotifyWrapped
## 1305                                     Click here not to miss the special Amazon discounts for November https://t.co/Nk8ap4jc9x\n\n#SpotifyWrapped #GiftGalaxy Hot 100
## 1306                                                                                                 I'd predict this but it's so obvious it's pointless #SpotifyWrapped
## 1307                                                                                         I predict my top artist will be Drake or Kendrick Lamar tbh #SpotifyWrapped
## 1308                                                                                         I predict my most played song will be Ghost of You by 5sos 🥳#SpotifyWrapped
## 1309                                                                                                       I predict my top artist will be taylor swift  #SpotifyWrapped
## 1310                         @elonmusk A lot of store owners are not making sales on their products/services Websites. Drop ur website URL here… https://t.co/TikK7G1rjG
## 1311                                                                      I predict my most played song will be [Chris Brown, Addicted (feat. lil Baby)] #SpotifyWrapped
## 1312                                                                                              my top artist is going to be ghost no doubt about that #SpotifyWrapped
## 1313                                                                                                 I predict my top artist will be [Avenged Sevenfold] #SpotifyWrapped
## 1314                                                                                                    I predict my top podcast will be @AMorbidPodcast #SpotifyWrapped
## 1315                                                                                                                 I predict my top artist will be BTS #SpotifyWrapped
## 1316                                                                                         i predict my most played song will be grace by jeff buckley #SpotifyWrapped
## 1317                                                                                                                  I predict my top genre will be pop #SpotifyWrapped
## 1318                                                                                                         I predict my most played song will be boy x #SpotifyWrapped
## 1319                                                                                                       I predict my top artist will be Playboi Carti #SpotifyWrapped
## 1320                                                                                                        I predict my top artist will be @mothercain  #SpotifyWrapped
## 1321                                                                                            I predict my most played song will be 90 Proof by @smino #SpotifyWrapped
## 1322                                                                                                       I predict my top artist will be [Post Malone] #SpotifyWrapped
## 1323                                                                                                    I predict my most played song will be pink venom #SpotifyWrapped
## 1324                                                                                                              I predict my top genre will be [Metal] #SpotifyWrapped
## 1325                                                                                     I predict my most played song will be https://t.co/oraZLwGLq8\n #SpotifyWrapped
## 1326                                                                                                   i predict my top artist will be alice in chains 🤨 #SpotifyWrapped
## 1327                                                                                                     I predict my top genre will be [Melodic HipHop] #SpotifyWrapped
## 1328                                                                     almost time to out myself for listening to an unhealthy amount of red vox again #SpotifyWrapped
## 1329                                                                                               Anyone else not got their #SpotifyWrapped  yet?\nno? just me?\nok :,)
## 1330                                                                     I predict my top artist will be Dr. Taylor Alison Swift, aka the music industry #SpotifyWrapped
## 1331                                                                                                         I predict my top genre will be Rap/ Hip Hop #SpotifyWrapped
## 1332                                                                                    I predict my most played song will be [A Little Piece Of Heaven] #SpotifyWrapped
## 1333                                                                                                         I predict my top artist will be [Powerwolf] #SpotifyWrapped
## 1334                                                                                                    I predict my most played song will be I Like You #SpotifyWrapped
## 1335                                                                                          I predict my top artist will be anything kpop or afrobeats #SpotifyWrapped
## 1336                                                                                                        I predict my top genre will be [Power Metal] #SpotifyWrapped
## 1337                                                                            I predict my top artist will be [This has to be either Avril or Taylor]  #SpotifyWrapped
## 1338                           Here's my fest! You better give me yours, cause I'm attending! ✨💖\n\n#instafest #SpotifyFestival #SpotifyWrapped https://t.co/5TNMJIyndg
## 1339                                                                                      a.vega_ follow my TikTok 🥺\n#SpotifyWrapped    #TikTok https://t.co/hfLYBV7mEs
## 1340                                                                                   I predict my top artist will be @ladygaga like it is every year 😘 #SpotifyWrapped
## 1341                                                                                                         I predict my top genre will be [Video Game] #SpotifyWrapped
## 1342                                                                                       I predict my most played song will be [Faster Than The Flame] #SpotifyWrapped
## 1343                                                                                    I predict my most played song will be Earth, The Oldest Computer #SpotifyWrapped
## 1344                                                                                                          I predict my top artist will be #StrayKids #SpotifyWrapped
## 1345                                                                                                  Pretty sure that Harry Styles and 1D will be on my #SpotifyWrapped
## 1346                                  I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped \n\n@sabaton  will probably be the top one  for me
## 1347                                                                                                            I predict my top genre will be Dance Pop #SpotifyWrapped
## 1348                      Can I use Hobby Lobby App For Purchases?\n\nYes. There is a customized app available for smartphones. More info here:… https://t.co/Vp4ag0doU3
## 1349                                                                   @DJKASTONE #SpotifyWrapped splashin ft KOOLAID HARRISBURG UPCOMING RAPPER https://t.co/VyJSW9w8A4
## 1350                                               it's that time of the year again and we still dgaf about ur ugly babies &lt;3 #SpotifyWrapped https://t.co/lLfFv1bmwN
## 1351                                                                                                       I predict my top genre will be [Pop for sure] #SpotifyWrapped
## 1352                                                                  I swear the past few days the first thing I do when I wake up is check if #SpotifyWrapped is out 😭
## 1353                                                                                                                I predict my top genre will be K-POP #SpotifyWrapped
## 1354                                                                      @PSYKEYstr I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 1355                      i predict my most played song will be \ni know the end by @phoebe_bridgers #SpotifyWrapped 🩻🌙🛰🗡\npatiently waiting fo… https://t.co/EC43lrLfWa
## 1356                                                                                                       I predict my top artist will be Taylor Swift  #SpotifyWrapped
## 1357                                                      watch dream smp be in my genres again because of the amount of toby fox i've been listening to #SpotifyWrapped
## 1358                                                                                      I predict my top artist will be @ThatSubUrban or @iamblackbear #SpotifyWrapped
## 1359                                                 I predict my most played song will be [Karma by Taylor] Y'all if this is true I'll beat Nostradamus #SpotifyWrapped
## 1360                                                      New car Kia #SpotifyWrapped\nFor more - subscribe my channel - https://t.co/ksWEso0Gen https://t.co/8rhMfxDEgM
## 1361                                                                                     I predict my top podcast will be @dicedeathpod its got to b lol #SpotifyWrapped
## 1362                                                                               I predict my top podcast will be [#Archetypes top podcast prediction] #SpotifyWrapped
## 1363                                                                                            I predict my top podcast will be @solomonster Sounds Off #SpotifyWrapped
## 1364                              Oh No 😢 \n#magic #magictricks #magician #funnyvideo #pranks #ilshorts #ล็อคกี้แฟน #ล็อคกี้แฟน #SpotifyWrapped #GFvip https://t.co/Zgx7HtwzWM
## 1365                                                I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped \n\nRock music in some form or another
## 1366                                                                                                     I predict my top artist will be #Ateez or #GOT7 #SpotifyWrapped
## 1367                                                         I predict my most played song will be we don't talk about Bruno, cover by punk rock factory #SpotifyWrapped
## 1368                                                                                     I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped
## 1369                                                                                                     I predict my top artist will be [The Kid LAROI] #SpotifyWrapped
## 1370                                          I predict my most played song will be [fill in top song prediction] #SpotifyWrapped \n\n1.Zu Ende… https://t.co/vBt64SnhJH
## 1371                                                                                                       I predict my top artist will be [Chris brown] #SpotifyWrapped
## 1372                                    My #SpotifyWrapped is going to be wack this year because I spent most of my time on my work phone. 😭 lol https://t.co/tMiHLQ4hQn
## 1373                                              I predict my most played song will be [Hate The Other Side - Juice WRLD ft The Kid LAROI &amp; Polo G] #SpotifyWrapped
## 1374                                                   I predict my most played song will be drain you prob cuz that song was always #1 on my repeated 💀 #SpotifyWrapped
## 1375                                                        My top podcast will be that  one  migraine  relief  frequency  thing  I'm  gonna  be  honest #SpotifyWrapped
## 1376                                                                      i predict my most played song will be oh yeah by @ark_woods  and @dev_lemons 😌 #SpotifyWrapped
## 1377                                                                                                            I predict my top artist will be The 1975 #SpotifyWrapped
## 1378                                                                                                                                  what even is this\n#SpotifyWrapped
## 1379                                                                                               I predict my most played song will be [OMNIS LACRIMA] #SpotifyWrapped
## 1380                                                                                                            I predict my top artist will be Illenium #SpotifyWrapped
## 1381                                                                                                               I predict my top genre will be Pop \n #SpotifyWrapped
## 1382                                                                                                                                     Waiting for my  #SpotifyWrapped
## 1383                                                    I predict my top genre will be either punk rock or whatever genre @ThatSubUrban s music is..lol  #SpotifyWrapped
## 1384                                                                                                     I predict my most played song will be Happiness #SpotifyWrapped
## 1385                                                                                          I predict my top artist will be probably Harry styles ngl  #SpotifyWrapped
## 1386                                                                                I predict my top podcast will be [Archetypes top podcast prediction] #SpotifyWrapped
## 1387                        I predict my top podcast will be -  none because I rarely watch anything related to podcasts and I only use spotify… https://t.co/IGaRqF4sqA
## 1388                                                                                                               I predict my top artist will be [BTS] #SpotifyWrapped
## 1389                                                                                                 I predict my most played song will be ✨HeatWaves✨ #SpotifyWrapped
## 1390                                                                                            I predict my most played song will be #StrayKids #Maniac #SpotifyWrapped
## 1391                                                                                                       I predict my top artist will be twice or enha #SpotifyWrapped
## 1392                                                                                                             my icebergify \n#SpotifyWrapped https://t.co/FVTuuaawH3
## 1393                                                                                                      I predict my top genre will be pop 💀 I'm basic #SpotifyWrapped
## 1394                                                                                        I predict my most played song will be [last goodbye @7RU7H ] #SpotifyWrapped
## 1395                                                                                                        I predict my top artist will be [waterparks] #SpotifyWrapped
## 1396                                                                                       @chartdata anything by phoebe bridgers\ngay\nphoebe bridgers\n#SpotifyWrapped
## 1397                         I predict my most played song will be First Class by Jack Harlow bc I’m autistic and it tickled my brain in such a… https://t.co/A5CPVs8THV
## 1398                                                                                   I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped
## 1399                                                                                                             I predict my top genre will be kpop :') #SpotifyWrapped
## 1400                                                                                                                I predict my top genre will be [pop] #SpotifyWrapped
## 1401                                                                                                        I predict my top artist will be [ Rod Wave ] #SpotifyWrapped
## 1402                                                                                  I predict my most played song will be [As it was or glimpse of us] #SpotifyWrapped
## 1403                                                                                                              where tf is it #SpotifyWrapped https://t.co/auRG0UogVX
## 1404                                                                             I predict my top artist will be either mgk,yungblud,huddy,nessa or jxdn #SpotifyWrapped
## 1405                                                                                       i predict my most played song will be [fuzzy by waterparks] 💗 #SpotifyWrapped
## 1406                         Monday Night Football Hot Take: \nhttps://t.co/r2m9MpC0HU\n@BeerlyFootball @br_betting @NFL @SlinginFball @nflrums… https://t.co/lkMnNjvazy
## 1407                                                                                              I predict my most played song will be [Less Than Zero] #SpotifyWrapped
## 1408                                                                                 @Spotify @megalodon_k I predict my top podcast will be [Archetypes] #SpotifyWrapped
## 1409                                                                                                       I predict my top artist will be lana del rey  #SpotifyWrapped
## 1410                                                                                                             I predict my top artist will be MF DOOM #SpotifyWrapped
## 1411                        Patiently waiting for my #SpotifyWrapped as if I don’t already know that the 10 minute version of All Too Well is g… https://t.co/Sts2l3aNnp
## 1412                          I predict my most played song will be All Too Well (10 Minute Version) (Taylor’s Version) (From The Vault) by Taylor Swift #SpotifyWrapped
## 1413                                                                                           I predict my top genre will be pop punk very easily lmao  #SpotifyWrapped
## 1414                                                                                                           I predict my top genre will be indie rock #SpotifyWrapped
## 1415                                                                                         I predict my top podcast will be def my sleep music podcast #SpotifyWrapped
## 1416                                                                          I predict my most played song will be i want you to love me by fiona apple #SpotifyWrapped
## 1417                                                                                                        I predict my top artist will be Taylor Swift #SpotifyWrapped
## 1418                                                                                I predict my top podcast will be any @thedivestudios podcast 🫶🫶🫶🫶🫶🫶🫶 #SpotifyWrapped
## 1419                                                       I predict my top artist will be either harry styles or louis tomlinson or one direction again #SpotifyWrapped
## 1420                                                                    【Trends Tag】 #DominosCyberMonday #GivingTuesday #PMSOverreactionMonday #PORURU #SpotifyWrapped
## 1421                                                     I predict my most played song will be either dying on the inside,attihay or tired of California #SpotifyWrapped
## 1422                                                                                       #SpotifyWrapped #GFvip #nsfwtwt \nShow Up \nShow Love https://t.co/z9jc6eQ6Dr
## 1423                              Give my playlist a listen: Party time https://t.co/Yvld001shA \n🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥\n… Hey …. It’s BALL … I’ve been… https://t.co/8q3vIKyTMI
## 1424                                                                                                               I predict my top artist will be Bjork #SpotifyWrapped
## 1425                                                                               I predict my most played song will be HER or Molly by chase Atlantic  #SpotifyWrapped
## 1426                                     It’s okay to like some policies from the left and some from the right - This is not a zero sum politics #SpotifyWrapped #FedDay
## 1427                                                                                                              I predict my top genre will be Art Pop #SpotifyWrapped
## 1428                                                                                             I predict my top podcast will be probably @TheBSidesPod #SpotifyWrapped
## 1429                                                                                                             I predict my top artist will be Digga D #SpotifyWrapped
## 1430                                                                                                           I predict my top genre will be prolly pop #SpotifyWrapped
## 1431                                                                                                                I predict my top genre will be K-POP #SpotifyWrapped
## 1432                          Just shot a lot of content just to realize I don’t like how the sun is hitting in any of my content except one. 🫠… https://t.co/fOfVmdM9FI
## 1433                                                                                               I predict my most played song will be [star shopping] #SpotifyWrapped
## 1434                                                                                             I predict my most played song will be una super chunga. #SpotifyWrapped
## 1435                                                                                I predict my most played song will be uhhh something by harry styles #SpotifyWrapped
## 1436                                                                      I predict my most played song will be Destino o Casualidad de @MelendiOficial  #SpotifyWrapped
## 1437                                                                                                   I predict my top artist will be @ATEEZofficial 🤭🤭🤭#SpotifyWrapped
## 1438                                                                                                           I predict my top artist will be @slipknot #SpotifyWrapped
## 1439                        I predict my top artist will be probably Carly Rae Jepsen if I ruined my Wrapped this year… or Britney (that time I… https://t.co/rerh8CHqIZ
## 1440                                                                                I predict my most played song will be Tell the Vision by Kanye West\n#SpotifyWrapped
## 1441                                                                                                                                        3 days until #SpotifyWrapped
## 1442                                                                                                                                              Oh and #SpotifyWrapped
## 1443                                                                                              I predict my top podcast will be [The Magnus Archives] #SpotifyWrapped
## 1444                        Anyone interested for free trials or paid subscriptions. Contact me on WhatsApp or text me in personal messanger. W… https://t.co/7hGyKH5lwp
## 1445                                                                                  I predict my top artist will be [The Stupendium or The Mechanisms] #SpotifyWrapped
## 1446                                                                                        Hm… lots more Apple Music peeps than expected… keep #voting! #SpotifyWrapped
## 1447                                                                                       I predict my top artist will be Camellia definitely I KNOW IT #SpotifyWrapped
## 1448                        Messi should kindly apologize to Mexican and the world in general, this kind of act is unfair for him been a worldl… https://t.co/x1HG3YgPDY
## 1449                                                                                                  I predict my top genre will be pft! Idk indie pop? #SpotifyWrapped
## 1450                                                                                        Which music streaming app do you prefer?\n\n#SpotifyWrapped #boomplay #music
## 1451                                                                                               Check this out! https://t.co/1cz0bp3stn\n#NFT #SpotifyWrapped #Crypto
## 1452                                                                                                                  I predict my top genre will be Pop #SpotifyWrapped
## 1453                                                                                                  I predict my top genre will be [Folk-Punk or Jazz] #SpotifyWrapped
## 1454                                                                              I predict my top podcast will be who tf listens to podcasts on spotify #SpotifyWrapped
## 1455                                                                                                 I predict my most played song will be Child by Mark #SpotifyWrapped
## 1456                                                                                                            I predict my top artist will be [Halsey] #SpotifyWrapped
## 1457                                                                                         I predict my top podcast will be I don't listen to podcasts #SpotifyWrapped
## 1458                    • I predict my most played song will be LOVE DIVE\n\n• I predict my top genre will be K-Pop (💀)\n\n• I predict my top a… https://t.co/a9kmL06xDI
## 1459                                                                                                       I predict my top artist will be Illenium LMAO #SpotifyWrapped
## 1460                                                                                                    I predict my most played song will be Black Moss #SpotifyWrapped
## 1461                                                                                                         I predict my top artist will be radiohead 😂 #SpotifyWrapped
## 1462                                                                                                        I predict my top artist will be TAYLOR SWIFT #SpotifyWrapped
## 1463                                                                                             @JannyJanis I heard there are a lot of pedophiles there #SpotifyWrapped
## 1464                                                   I predict my most played song will be “Magic” by French Horn Rebellion, That’s Nice, and Patterns #SpotifyWrapped
## 1465                                                                                                                 I predict my top artist will be BTS #SpotifyWrapped
## 1466                                                                                                   It feel like the holidays #CyberMonday #RedVelvet #SpotifyWrapped
## 1467                                 Thank you @Eminem !🖤\n\n#eminem #video #notafraid #quote #song #misic #21creator #foryou #thankyou #reborn… https://t.co/aYg62zyL4E
## 1468                                                           I predict my top podcast will be only listened to one this year and i cant remember which #SpotifyWrapped
## 1469                                                                                                               I predict my top genre will be K-Pop  #SpotifyWrapped
## 1470                                                                                        I predict my most played song will be Lovers Rock by TV Girl #SpotifyWrapped
## 1471                           Check out Bbyrnedavis2.0's video! #TikTok https://t.co/TJ52vCK0Gi #games #CyberMonday #SpotifyWrapped #RedVelvet… https://t.co/SjTWhE3qGU
## 1472                   #iPhone  #GivingTuesday  #TimCook  #cupheadshow  #SpotifyWrapped \nAdvanced Targeting &amp; Global Reach\nReach a 96% of… https://t.co/LcP3FFMQYz
## 1473                                   Acredito firmemente que vai ser o @marcotellesbt\nI predict my top artist will be [fill in top artist prediction] #SpotifyWrapped
## 1474                                                                                     I predict my top genre will be Whatever genre chloes been doing #SpotifyWrapped
## 1475                                                                                   I predict my top artist will be the one and only ✨ @MacMiller ✨ #SpotifyWrapped
## 1476                                                                                                         I predict my top genre will be Pop or K-Pop #SpotifyWrapped
## 1477                                                                                                                                  How do i check my  #SpotifyWrapped
## 1478                                                                                 I predict my most played song will be Numb Little Bug by Em Beihold #SpotifyWrapped
## 1479                                                                                                      I predict my top artist will be Chloe Moriondo #SpotifyWrapped
## 1480                                                                                         I predict my most played song will be [So Good by @halsey ] #SpotifyWrapped
## 1481                                                                  How is this gonna put me on blast before my #SpotifyWrapped even comes out https://t.co/p87LCPhoED
## 1482                                Aposto em: mais do que tudo da @Thamiresgarciav\nI predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 1483                                                                                                    I predict my most played song will be starwalkin #SpotifyWrapped
## 1484                                                                                            Balls or nuts #DonaldTrump #SpotifyWrapped #CyberMonday #البرازيل_ِسويسرا
## 1485                                                                                                        I predict my top artist will be @lucydacus\n #SpotifyWrapped
## 1486                                                                                                 I predict my most played song will be Midnight Rain #SpotifyWrapped
## 1487                                                                                                 I predict my top podcast will be [@TheWeeklyPlanet] #SpotifyWrapped
## 1488                                                                                            I predict my most played song will be Post Party Trauma  #SpotifyWrapped
## 1489                                      #SpotifyWrapped is nearly here.\n\nI could probably predict what's going to be on it, but it's always a fun time regardless :)
## 1490                                                                              I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped podcasts
## 1491                                                                                                        I predict my top artist will be Taylor Swift #SpotifyWrapped
## 1492                                                          Hello Sir Can you're team Comeup Translate option here Like Facebook  Thank You 🌹… https://t.co/xN5568IlYI
## 1493                                                                                       I predict my top podcast will be [I don't listen to podcasts] #SpotifyWrapped
## 1494                                                                                                can’t wait to see bad bunny as my top artist again 🤭 #SpotifyWrapped
## 1495                                                           Me when I see I’m in the top 1% of listeners for Seventeen - JA \n#SpotifyWrapped https://t.co/jy05Ed97hD
## 1496                                                                                                                  I predict my top genre will be pop #SpotifyWrapped
## 1497                                                                                                           i predict my top artist will be metallica #SpotifyWrapped
## 1498                                                                                               I predict my most played song will be Atopos by Bjork #SpotifyWrapped
## 1499                                                                                                  I predict my top podcast will be swell shenanigans #SpotifyWrapped
## 1500                                                                                                      I predict my top artist will be UnoTheActivist #SpotifyWrapped
## 1501                                                                                                             I predict my top artist will be gfriend #SpotifyWrapped
## 1502                                                                                                  I’m not sharing my #SpotifyWrapped, that shit’s between me and god
## 1503                                                               I predict my top podcast will be Are &amp; Be? that's the one i Remember listening to #SpotifyWrapped
## 1504                                                                                                                   HURRY UP SPOTIFY WRAPPED @Spotify #SpotifyWrapped
## 1505                                                                                             I predict my most played song will be no body, no crime #SpotifyWrapped
## 1506                                                                                               I predict my top genre will be dsmp bro TAKE IT OFFF  #SpotifyWrapped
## 1507                                                                                                       I predict my top artist will be [@HansZimmer] #SpotifyWrapped
## 1508                                                                                        I predict my top artist will be [@twentyonepilots mis papis] #SpotifyWrapped
## 1509                                                                                                              I predict my top artist will be  loona #SpotifyWrapped
## 1510                                                                                                                I predict my top genre will be k-pop #SpotifyWrapped
## 1511                                                                                             I predict my top artist will be Rina Sawayama no Doubts #SpotifyWrapped
## 1512                                         I am honored at this three day lineup!!! Can't wait for the #SpotifyWrapped this year! 🥰 #instafest https://t.co/FfScbjMYub
## 1513                                                                                        I predict my top artist will be Eva Shaw and Kris the Spirit #SpotifyWrapped
## 1514                                                          I predict my top artist will be [fill in top artist prediction] tinatanong pa ba yan? keme #SpotifyWrapped
## 1515                                                                                                 I predict my top genre will be [Pop or Alternative] #SpotifyWrapped
## 1516                                                     I look forward to #SpotifyWrapped way too much for someone that listens to the same 3 artists on repeat nonstop
## 1517                                                                                                       I predict my top podcast will be [Archetypes] #SpotifyWrapped
## 1518                                                                                                    I predict my top genre will be unfortunately pop #SpotifyWrapped
## 1519                                                                                  I predict my top artist will be Nightcord at 25 or Vivid Bad Squad #SpotifyWrapped
## 1520                                                                                                       I predict my top podcast will be Rotten Mango #SpotifyWrapped
## 1521                                                                                    I predict my most played song will be Imagining by Rina Sawayama #SpotifyWrapped
## 1522                                                                                                    I predict my most played song will be [Shy Away] #SpotifyWrapped
## 1523                                                                                                          I predict my top artist will be [@DukiSSJ] #SpotifyWrapped
## 1524                                                                              I predict my top artist will be [Meghan Markle, the Duchess of Sussex] #SpotifyWrapped
## 1525                                                                                       I predict my top artist will be Ricky Martin or Harry Styles. #SpotifyWrapped
## 1526                        @laurenboebert @elonmusk A lot of store owners are not making sales on their products/services Websites. Drop ur we… https://t.co/uwvziJnzEo
## 1527                                               I predict my most played song will be Filter by Jimin. It's the first song on my sleepytime playlist. #SpotifyWrapped
## 1528                                                                                                          I predict my top artist will be #OnlyOneOf #SpotifyWrapped
## 1529                                                                                                    I predict my top artist will be @machinegunkelly #SpotifyWrapped
## 1530                                                                                                      I predict my most played song will be bop bop! #SpotifyWrapped
## 1531                                                        I predict my top podcast will be This Changes Everything by @JeffGuentherLPC and @imsararice #SpotifyWrapped
## 1532                                                                      I predict my most played song will be [words by f.r david or 2 minus 1 by svt] #SpotifyWrapped
## 1533                        I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped I really don’t know this one, may… https://t.co/rUBWjozO5B
## 1534                                                                                    I predict my most played song will be [happier - olivia rodrigo] #SpotifyWrapped
## 1535                                                                                                         I predict my top artist will be @Stray_Kids #SpotifyWrapped
## 1536                                                                    I predict my most played song will be Unfriendly Hater or Shine a Light(reprise) #SpotifyWrapped
## 1537                                                                                 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 1538                                                                                                                I predict my top genre will be K-POP #SpotifyWrapped
## 1539                                                                      I predict my most played song will be As It Was or A Veces Bien Y A Veces Mal. #SpotifyWrapped
## 1540                                                                                                      I predict my top podcast will be [#Archetypes] #SpotifyWrapped
## 1541                                                                                                               I predict my top artist will be Drake #SpotifyWrapped
## 1542                       Create delightful customer experiences. Have a delightful time doing it. that's where #HubSpot came in\nlearn more 👇… https://t.co/OmrgBXpB0h
## 1543                                   Yeah I love this #instafestapp thingy. A festival and a half by #Spotify. Now we wait for #SpotifyWrapped https://t.co/nKkOp9eBD9
## 1544                                                                                       I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped
## 1545                        A lot of store owners are not making sales on their products/services Websites. Drop ur website URL here for promot… https://t.co/vV8VHLepH9
## 1546                                                                        I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped Taylor Swift
## 1547                                                                                                       I predict my top podcast will be #Archetypes  #SpotifyWrapped
## 1548                            ❄️Love how these turned out😍 Link in bio to purchase #SpotifyWrapped #CyberMonday #christmas2022 #christmasnails… https://t.co/dEhFkjF0MQ
## 1549                                                                                                                              Somehow #SpotifyWrapped got me worried
## 1550                                                                                         I predict my most played song will be Attention by NewJeans #SpotifyWrapped
## 1551                                                                            cant wait to see dsmp on my spotify wrapped for the 3rd year in a row\n\n#SpotifyWrapped
## 1552                                                                                   I predict my most played song will be [Red Lights by @Stray_Kids] #SpotifyWrapped
## 1553                                                                                           “free thinkers” waiting for their #SpotifyWrapped https://t.co/I1pRqDnxTs
## 1554                                                                      I predict my top artist will be Taylor Swift  #SpotifyWrapped no one else is even coming close
## 1555                                                                                     I predict my most played song will be  Bad Habits by Steve Lacy #SpotifyWrapped
## 1556                                                                       I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped boy band or pop
## 1557                                                                                       I predict my top podcast will be I DONT LISTEN TO PODCASTS :P #SpotifyWrapped
## 1558                                                                                                    I predict my most played song will be Yakety Sax #SpotifyWrapped
## 1559                                                                                                            I predict my top artist will be deftones #SpotifyWrapped
## 1560                                                   I predict my most played song will be [fill in top song prediction] #SpotifyWrapped keep drinking by Harry Styles
## 1561                        I’ll get some random artist I listened to once as my #1 or artists I don’t listen to but did in 2020 like the last two years #SpotifyWrapped
## 1562                        Bruh I'm scared to see my #SpotifyWrapped when it comes up. it's just gonna be a sad song after another and once it… https://t.co/uBhZuqpn8D
## 1563                                                                       I predict my top artist will be #ATEEZ @ATEEZofficial #SpotifyWrapped https://t.co/0uKWz9GVCx
## 1564                                                                                                                I predict my top genre will be pop 😋 #SpotifyWrapped
## 1565                                                                                                        I predict my top artist will be @dustinlynch #SpotifyWrapped
## 1566                                                                               I predict my top podcast will be Always Sunny Podcast (sorry Dissect) #SpotifyWrapped
## 1567                                                                                                     I predict my top artist will be [ariana grande] #SpotifyWrapped
## 1568                            I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped #ArchetypesWithMeghan #archetypesonspotify #Archetypes
## 1569                        I predict my most played song will be August  #SpotifyWrapped I had a MASSIVE august phase in June where I literall… https://t.co/N2m7AEssh2
## 1570                                          saying it rn my top artist is either gonna be the wrecks OR bmth. but im 90% sure it's gonna be the wrecks #SpotifyWrapped
## 1571                                                                                                             I predict my top artist will be beyoncé #SpotifyWrapped
## 1572                              @Google, how can i learn to trust again?\n#LateLateShow #LateNightTwitter #LateNights #SpotifyWrapped #sadcatdance #thinking #thoughts
## 1573                                                                                                            I predict my top genre will be dark trap #SpotifyWrapped
## 1574                                                                                                             I predict my top artist will be Mamamoo #SpotifyWrapped
## 1575                                            I predict my top genre will be rap #SpotifyWrapped \n\nor whatever it’s called is it called rap or hip hop &amp; r&amp;b
## 1576                        The music has chosen me and as I continue to give it my all I can't do this alone I want you to be with me, to pray… https://t.co/SEsRmXW5XG
## 1577                                                                                                         I predict my top artist will be Ichiko Aoba #SpotifyWrapped
## 1578                                                                                             I predict my most played song will be [tek it - cafune] #SpotifyWrapped
## 1579                                                                                                              I predict my top genre will be Country #SpotifyWrapped
## 1580                                                                                                 I predict my top podcast will be tondemo wonderz 💀💀💀#SpotifyWrapped
## 1581                                                                          I predict my top artist will be Joji (it is i already know im not ashamed) #SpotifyWrapped
## 1582                                                                                              I predict my most played song will be OMFG by lil peep #SpotifyWrapped
## 1583                        @Spotify We're predicting our top podcasts will be the Startup Canada Podcast and the Startup Women Podcast - which… https://t.co/vLnIALgydK
## 1584                                                                                                           All the time 🤴🏼👸🏼 #SpotifyWrapped https://t.co/ii3ODGtaI9
## 1585                      Will the @NosleepPodcast top your #SpotifyWrapped list this year? \n\n@Spotify is just one of the many places you can… https://t.co/JYMoZnCXz4
## 1586                                                                                                                           I am so curious this year #SpotifyWrapped
## 1587                                              I predict my most played song will be— \nI want to see my wrapped but I want to see TJ’s even more \n\n#SpotifyWrapped
## 1588                   Last moment to shine ✨ \n\nDon’t miss out on this last event of the semester. \n\nYoung Invincibles is providing the op… https://t.co/0WxOJ5pKFk
## 1589                                                                                        I predict my most played song will be CHURCH GIRL by beyoncé #SpotifyWrapped
## 1590                                                                                               I predict my top artist will be taylor lana or conan  #SpotifyWrapped
## 1591                                                                                              I predict my most played song will be The Heart Part 5 #SpotifyWrapped
## 1592                                                                                                   I predict my top artist will be @fredagainagain1  #SpotifyWrapped
## 1593                                                                                                 Black History Month or #SpotifyWrapped ???? https://t.co/RnWE7UhKmK
## 1594                                                                                                               I predict my top genre will be rock?? #SpotifyWrapped
## 1595                                                                                       I predict my top artist will be [stray kids or ariana grande] #SpotifyWrapped
## 1596                                                                                                  I predict my top genre will be either dsmp or pop  #SpotifyWrapped
## 1597                                                                            I predict my most played song will be  @cberrymusic Whiskey Take It Easy #SpotifyWrapped
## 1598                                                            I think my most played song will be something from conan fr #SpotifyWrapped (im doing the spotify thinf)
## 1599                        I predict my top podcast will be @athletessweat (this is what I get for being a supportive friend who doesn’t liste… https://t.co/Yn5BCHBAPn
## 1600                             Selling wildcat skin code for 30$ #FortniteChapter3Season4         #FortniteChapter4 #FortniteChrome #Fortnite… https://t.co/wDqqlL8AAv
## 1601                                                                                                                             @megdex ooooo me too\n\n#SpotifyWrapped
## 1602                                                                                                         I predict my top artist will be @Stray_Kids #SpotifyWrapped
## 1603                      US agents perps pump ethanol, nano-aerosol which can be heated via #EMF\n\nIt's 29°C but my room is blasting with hea… https://t.co/8LY0PNuXDu
## 1604                                 How bout these #gasprices #SpotifyWrapped #CyberMonday #RedVelvetBirthdayParty #WorldCup2022 #Rexontheradio https://t.co/sjJAuQYf0s
## 1605                                                                                                          I predict my top genre will be #blackmetal #SpotifyWrapped
## 1606                                                                                                                I predict my top genre will be K-Pop #SpotifyWrapped
## 1607                                    Calling it now. My #SpotifyWrapped will have EDM as my top genre and the top song will be Everything Goes on by Porter Robinson.
## 1608                                                                                I predict my most played song will be “Under the Skin” by &amp;TEAM! #SpotifyWrapped
## 1609                                                                                                            I predict my top genre will be Indie Pop #SpotifyWrapped
## 1610                                                                                         I predict my most played song will be Maniac by @Stray_Kids #SpotifyWrapped
## 1611                          THIS IS ALL I NEED TO KNOW\n\nNO WEED FOR THIS CLOWN \n\nWE MUST CURE HERPES \n\n#testosterone #testicles #herpes… https://t.co/saxaPkVUNH
## 1612                                                                                                         I predict my top podcast will be Jay shetty #SpotifyWrapped
## 1613                                                                                         I predict my top podcast will be @dungeonsanddads  #SpotifyWrapped wooooooo
## 1614                                                   Threadzinha que o spotify disponibilizou\n\nI predict my most played song will be Francis Forever #SpotifyWrapped
## 1615                                                                                                   I predict my top genre will be [edm or kpop lmao] #SpotifyWrapped
## 1616                        A lot of store owners are not making sales on their products/services Websites. Drop ur website URL here for promot… https://t.co/uoCyHZw20K
## 1617                            I fixed you and you broke me, guess\nthats the thing i deserved after all...\n#nsfwtwt #nsfwtw #nsfwart #NSFWRP… https://t.co/r55axELNXq
## 1618                                                                                                                          i just want my #SpotifyWrapped already omg
## 1619                                                                                                       I predict my top artist will be justin bieber #SpotifyWrapped
## 1620                                                                                                    I predict my top artist will be TAYLOR SWIFT OFC #SpotifyWrapped
## 1621                                                                   I predict my top artist will be AAAAAAAAAAAAAAAAAAAAAAAAAAAGH REX ORANGE JUMPSUIT #SpotifyWrapped
## 1622                                                                                                                I predict my top genre will be dance #SpotifyWrapped
## 1623                                                                                      I predict my most played song will be [Get it Shawty by Lloyd] #SpotifyWrapped
## 1624                                                                               #SpotifyWrapped is trending but it’s not out yet. Y’all gonna stop playing with me. 🤣
## 1625                                                                              I predict my most played song will be can't be myself by justin bieber #SpotifyWrapped
## 1626                                                                                        ik for a fact HOUSTONFORNICATION is my #1 in spotify wrapped #SpotifyWrapped
## 1627                                                                                                I predict my most played song will be As It Was, duh #SpotifyWrapped
## 1628                                                                                     I predict my top artist will be N25 hands down, if not imma kms #SpotifyWrapped
## 1629                                                                                                        I predict my top artist will be The Beatles. #SpotifyWrapped
## 1630                                                                                                           I predict my top artist will be Zeds Dead #SpotifyWrapped
## 1631                                                                                                    I predict my most played song will be [cardigan] #SpotifyWrapped
## 1632                                   I know who my top artist will be (Taylor Swift obviously), but I'm curious as to Wich song will be my most played #SpotifyWrapped
## 1633                                                                                                        I predict my top genre will be Classic Rock. #SpotifyWrapped
## 1634                                             I predict my most played song will be Want Me by @babyqueen or Tell Your Story - Extended by @derivakat #SpotifyWrapped
## 1635                                                                                                                                         WHERE IS IT #SpotifyWrapped
## 1636                                                                                                        I predict my top podcast will be Archetypes] #SpotifyWrapped
## 1637                                                                                                        I predict my top genre will be EDM obviously #SpotifyWrapped
## 1638                                                                         my #SpotifyWrapped this year is just going to tell me in colour how depressed i actually am
## 1639                                                                                       I predict my most played song will be BITTER CHOCO DECORATION #SpotifyWrapped
## 1640                                                                                                            I predict my top artist will be Beyoncé\n#SpotifyWrapped
## 1641                                                                                                     I predict my most played song will be false god #SpotifyWrapped
## 1642                                                                                                       I predict my top artist will be One Direction #SpotifyWrapped
## 1643                                                      I predict my most played song will be Think of You by Zeds Dead or Screamsaver VIP Subtronics  #SpotifyWrapped
## 1644                                                                                                        I predict my top artist will be taylor swift #SpotifyWrapped
## 1645                                                                               I predict my most played song will be Hello It's Me by Todd Rundgren. #SpotifyWrapped
## 1646                        @PierrePoilievre A lot of store owners are not making sales on their products/services Websites. Drop ur website UR… https://t.co/JAelaiaJvj
## 1647                                                                                         What do you guys think #SpotifyWrapped #CyberMonday https://t.co/zrSkpJXiwW
## 1648                                                                                                     I predict my most played song will be fine line #SpotifyWrapped
## 1649                                                                                                     I predict my top artist will be [Brent faiyaz ] #SpotifyWrapped
## 1650                                                                                  I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped\npop
## 1651                                                                                                  I predict/hope my top artist will be @sanbenito #SpotifyWrapped ☀️❤️
## 1652                                                                                                                  I predict my top genre will be Pop #SpotifyWrapped
## 1653                                                                    Waiting #SpotifyWrapped just to see the holy trinity at the first places https://t.co/Cv1bQdzdyN
## 1654                                                  Check out DNR Monster. Type him in your googler and enjoy. #SpotifyWrapped #Spotify #iTunes #CyberMonday #NewMusic
## 1655                                                                               I predict my most played song will be Northern Attitude by @NoahKahan #SpotifyWrapped
## 1656                                                                                                  I predict my top genre will be Hip hop or Pop lol. #SpotifyWrapped
## 1657                        I predict my top artist will be probably demondice but as of recently i’ve like fell out of demondice so i’m rootin… https://t.co/XglKp8dr77
## 1658                                                                                                    I predict my most played song will be No Control #SpotifyWrapped
## 1659                                                                         I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped archetype
## 1660                                                                                                         I predict my top genre will be [rap or pop] #SpotifyWrapped
## 1661                                                                                          I predict my most played song will be rwylm from everymore #SpotifyWrapped
## 1662                                                                                                I predict my top podcast will be [R/Slash] #SpotifyWrapped @rslashyt
## 1663                              I predict my top podcast will be [fill in top podcast prediction] lol none I only listen on road trips over three days #SpotifyWrapped
## 1664                                                                    I predict my most played song will be [fill in top song prediction] #SpotifyWrapped\nEn el coche
## 1665                                                                I predict my most played song will be Prettiest Problem By Asian Doll #SpotifyWrapped @AsianDaBrattt
## 1666                                                                                                               I predict my top genre will be [soul] #SpotifyWrapped
## 1667                                                      I predict my most played song will be [fill in top song prediction] #SpotifyWrapped Pelotuda o Mimos son Mimos
## 1668                                                                         I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped\nAitana :))
## 1669                                                                            I predict my most played song will be [new magic wand-tyler the creator] #SpotifyWrapped
## 1670                                                                                                 I predict my most played song will be Church Girl \n#SpotifyWrapped
## 1671                                                                                                                        Damn #SpotifyWrapped https://t.co/YobnvVQ7MM
## 1672                                                                                                         I predict my top artist will be @thebeatles #SpotifyWrapped
## 1673                                                                                        I predict my top artist will be [The Kid Laroi] #SpotifyWrapped @thekidlaroi
## 1674                                                                                                    I predict my top artist will be [Kendrick Lamar] #SpotifyWrapped
## 1675                                                                                                          @PALLOMmp3 it would be a lie if he's on my #SpotifyWrapped
## 1676                                                                                             I predict my top artist will be don toliver of course 😝 #SpotifyWrapped
## 1677                                                      I predict my top artist will be [fill in top artist prediction]  maybe ETHEL CAIN. @mothercain #SpotifyWrapped
## 1678                                                                                               I predict my most played song will be [Industry Baby] #SpotifyWrapped
## 1679                                                                                                        I predict my top artist will be [Juice Wrld] #SpotifyWrapped
## 1680                        Whenever we are in a public transport and the driver uses an unknown road, we remove our earpiece to see the road c… https://t.co/L5bCGADHqT
## 1681                                                                                                                I predict my top genre will be [Rap] #SpotifyWrapped
## 1682                        Ghana 🇬🇭 has played two (2) games so far. Both games have been listed by FIFA as contenders of Game of the Tourname… https://t.co/dyLE71TSXl
## 1683                                                                                                         I predict my top artist will be @thestrokes #SpotifyWrapped
## 1684                                                                                    I predict my most played song will be Night Witches by @sabaton  #SpotifyWrapped
## 1685                                                              I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped #OneTreeHill podcast
## 1686                                                                                                    I predict my top podcast will be [Supermegacast] #SpotifyWrapped
## 1687                                                                   I predict my top genre will be [fill in top genre prediction] pop rock !! I think #SpotifyWrapped
## 1688                                                               I predict my most played song will be [Doom - JuiceWrld or Without You - TheKidLaroi] #SpotifyWrapped
## 1689                                                                                                          I predict my top artist will be [100 gecs] #SpotifyWrapped
## 1690                                                                       I predict my top genre will be [fill in top genre prediction]  i have no idea #SpotifyWrapped
## 1691                                                                                       I predict my most played song will be [I’m Still- Juice Wrld] #SpotifyWrapped
## 1692                                                                                                              I predict my top artist will be [joji] #SpotifyWrapped
## 1693                                                                                    I predict my most played song will be [hand crushed by a mallet] #SpotifyWrapped
## 1694                                                                                  I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped #pop
## 1695                        Are looking for an eye-catching typography t-shirt custom t-shirt design, and bulk t-shirt design for Amazon, Shopi… https://t.co/wScDeg0UtZ
## 1696                                                                                    I predict my top podcast will be The Read or The Blanime Podcast #SpotifyWrapped
## 1697                                                                                           What can I say I like my OSTs 😎 \n#SpotifyWrapped https://t.co/Qf66VMmQTB
## 1698                                                                                                         I predict my top genre will be [electronic] #SpotifyWrapped
## 1699                                         I predict my most played song will be [fill in top song prediction] tennis new song I’m listening every day #SpotifyWrapped
## 1700                                #iyigeceler #GeceyeNotum #YeniProfilResmi #Qatar2022 #Messi #shorts #short #SpotifyWrapped #GERESP #YouTube… https://t.co/2tP2TyvbFC
## 1701                                                                            I predict my most played song will be #SpotifyWrapped probably like nelward or something
## 1702                                                                              I predict my most played song will be [Nightclub love @matthewmaltese] #SpotifyWrapped
## 1703                                                    Waiting for #SpotifyWrapped as if I didn't already know who will be at the first place.. https://t.co/gXzIBmvXAn
## 1704                                                    The way I just KNOW Sleep With Me is going to be my most listened to podcast on #SpotifyWrapped 💀 (lighthearted)
## 1705                                                                        I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped #HarryStyles
## 1706                                                                                                   I predict my top genre will be [alternative rock] #SpotifyWrapped
## 1707                        I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped what the hell is a podcast? Proba… https://t.co/mtu5C8MWWe
## 1708                                                                                                    I predict my top artist will be [Taylor Swift] #SpotifyWrapped ☺️
## 1709                                                                                                                 I predict my top artist will be Nas #SpotifyWrapped
## 1710                                                                I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped lucy it will be lucy
## 1711                                                                                                           how did we get here podcast #notsponsored #SpotifyWrapped
## 1712                                                                                                             I predict my top artist will be taylor. #SpotifyWrapped
## 1713                                                                                            I predict my most played song will be Diet Coke- Pusha T #SpotifyWrapped
## 1714                                                                                 I predict my top podcast will be emergency podcast or stephanie soo #SpotifyWrapped
## 1715                                                                                                      I predict my top artist will be [Taylor Swift] #SpotifyWrapped
## 1716                                                                     I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped Taylor come now
## 1717                                                                                                   I predict my top artist will be [@Imaginedragons] #SpotifyWrapped
## 1718                                                                        I predict my most played song will be [fill in top song prediction] #SpotifyWrapped #AsItWas
## 1719                                                                                          I predict my most played song will be The Gazette - Reilia #SpotifyWrapped
## 1720                                                                                I predict my most played song will be [hurt feelings, by mac miller] #SpotifyWrapped
## 1721                                                                             I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped POP BITCH
## 1722                                                                                                             I predict my top artist will be Beyonce #SpotifyWrapped
## 1723                                                                                                              I predict my top genre will be pop idk #SpotifyWrapped
## 1724                         I predict my top artist will be whoever tf does the persona songs. Ignoring the fact that I’ve only been listening… https://t.co/XOMTNwVYNz
## 1725                                                                                                               I predict my top genre will be  Metal #SpotifyWrapped
## 1726                        I predict my most played song will be [fill in top song prediction] #SpotifyWrapped I’m positive Taylor swift is th… https://t.co/VMSDdQLxN9
## 1727                                                                                 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 1728                                                                                                                  I predict my top genre will be pop #SpotifyWrapped
## 1729                                                                                                             I predict my top genre will be Nu-Metal #SpotifyWrapped
## 1730                                                                                                    I already know my top artist will be Chris Brown #SpotifyWrapped
## 1731                                                                                                  I predict my top podcast will be [pod meets world] #SpotifyWrapped
## 1732                                                                  I predict my most played song will be it has to be new year’s day or gold rush tbh #SpotifyWrapped
## 1733                        #SpotifyWrapped \n\n#CyberMonday is booming &amp; my deal is best !\n\n         https://t.co/Hv9QSNse0K\n\n#FanDuel… https://t.co/0Sk8hEcBD7
## 1734                                                                                         I predict my top podcast will be Lone Lobos @Xolo_Mariduena #SpotifyWrapped
## 1735                       Mbali istore #Betway apple #UthandoNesithembu #SpotifyWrapped #FIFAWorldCupQatar2022 \n\nComing up on The Queen this… https://t.co/oDuhx3sTZH
## 1736                                                                                                                Will @Poppy be on your #SpotifyWrapped this year? 👀💚
## 1737                                                                                     I predict my top artist will be #TaylorSwift 😂 it always is 🤷🏼‍♀️ #SpotifyWrapped
## 1738                                                                                                  I predict my top artist will be [carly rae jepsen] #SpotifyWrapped
## 1739                                                                                                         I predict my top artist will be Linkin Park #SpotifyWrapped
## 1740                                                                                             I predict my top artist will be TYLER THE CREATOR!!!!!! #SpotifyWrapped
## 1741                                                                                                        I predict my top artist will be Taylor Swift #SpotifyWrapped
## 1742                              Ski Bum Diaries: the prequel (Behind the Scenes) #Vlog #documentary https://t.co/qkVkm47BEQ via @YouTube #WorldCup2022 #SpotifyWrapped
## 1743                                                                                                   I predict my top genre will be [dance pop always] #SpotifyWrapped
## 1744                                                                                                              I predict my top genre will be R&amp;B #SpotifyWrapped
## 1745                                                                                                              I predict my top artist will be [#bts] #SpotifyWrapped
## 1746                        @Spotify I listened to podcast at every opportunity, my podcast of the year #Archetypes #DontBelieveTheType it’s no… https://t.co/EMC6FJOl8e
## 1747                                                                                              I predict my top artist will be [TOMORROW X TOGETHER ] #SpotifyWrapped
## 1748                                                                                                        I predict my top artist will be Taylor Swift #SpotifyWrapped
## 1749                                                                                                         I predict my top genre will be hip hop/ rap #SpotifyWrapped
## 1750                                                                                         I predict my most played song will be [cuff it by beyonce?] #SpotifyWrapped
## 1751                                                                                                                  I predict my top genre will be pop #SpotifyWrapped
## 1752                                                                                                                  I predict my top genre will be pop #SpotifyWrapped
## 1753                                                                                           I predict my most played song will be Mine by Alex Isley  #SpotifyWrapped
## 1754                                                                            I predict my most played song will be my blood by twenty one pilots hehe #SpotifyWrapped
## 1755                                                                                                  I predict my top genre will be [pop or pl hip-hop] #SpotifyWrapped
## 1756                                                                                                            I predict my top genre will Hip-Hop/ Rap #SpotifyWrapped
## 1757                                                                                         I predict my most played song will be Paris by taylor swift #SpotifyWrapped
## 1758                                                                                                 I predict my top artist will be the big stepper guy #SpotifyWrapped
## 1759                                                                                              I predict my most played song will be pigs or tron cat #SpotifyWrapped
## 1760                                                                                I predict my most played song will be All Too Well 10 Minute Versión #SpotifyWrapped
## 1761                            December never reach una don dey hot...😂😂🤣hot kids...New video coming soon..😂😂🤣🤣💯#kosimadestaga #SpotifyWrapped… https://t.co/7dJ1gFNZLV
## 1762                        Ran this in advance of #SpotifyWrapped. I'm a cross between an aging, pathetic GenX hanging on to the glory days an… https://t.co/Seu9PPetUw
## 1763                                                                                           I predict my most played song will be [pied piper by bts] #SpotifyWrapped
## 1764                                                                                                                 I predict my top artist will be JID #SpotifyWrapped
## 1765                                                                         I predict my top artist will be [fill in top artist prediction] Lemon Demon #SpotifyWrapped
## 1766                             Don't underestimate the value of someone who smiles every time they see you ♡\n\n#CyberMonday #CyberMonday2022… https://t.co/FcqhkfD3dz
## 1767                                                                                                               I predict my top genre will be [KPOP] #SpotifyWrapped
## 1768                                                                               I predict my most played song will be What’s Good - Tyler the Creator #SpotifyWrapped
## 1769                                                                                                        I predict my top podcast will be @FBPpodcast #SpotifyWrapped
## 1770                                                                                                              I predict my top artist will be Eminem #SpotifyWrapped
## 1771                                                                                                   I predict my most played song will be Kody Blu 31 #SpotifyWrapped
## 1772                                                                                        I predict my top podcast will be [@thedivestudios get real.] #SpotifyWrapped
## 1773                                                                                                                 I predict my top artist will be BTS #SpotifyWrapped
## 1774                                                                                                 I predict my top podcast will be Anatomy of Murder  #SpotifyWrapped
## 1775                                                                                     I predict my most played song will be Bota na buceta remastered #SpotifyWrapped
## 1776                                                                                                                 I predict my top podcast will be NA #SpotifyWrapped
## 1777                                                                                                                I predict my top genre will be K-Pop #SpotifyWrapped
## 1778                                                                                                why is #SpotifyWrapped trending. I thought it came out I got excited
## 1779                                                            you are going to see the impact Renaissance had on me when #SpotifyWrapped drops https://t.co/9DBTTlktME
## 1780                         🚨Y’all go grab your $1 makeup sponge 😱 it’s a good one too\n👉🏼 https://t.co/RsWZstGpik\n#SpotifyWrapped #RedVelvet… https://t.co/ihNMTQ8xyq
## 1781                                                                                              I predict my most played song will be Soldier - Eminem #SpotifyWrapped
## 1782                                                                                                        I predict my top artist will be Taylor Swift #SpotifyWrapped
## 1783                                                                           I predict my most played song will be LATE  NIGHT TALKING BY HARRY STYLES #SpotifyWrapped
## 1784                             Inspirational quote of the day :\n\nLife isn't a leaf without air✨\n\n#RedVelvet #CyberMonday #SpotifyWrapped… https://t.co/R934tusRyW
## 1785                                                                                                I predict my top genre will be either K-pop or J-Pop #SpotifyWrapped
## 1786                       Marriage! This generation though🤔\nGroom Publicly Humiliates Bride By Playing Video Of Her Cheating With Brother In-… https://t.co/zwkqwdtbEb
## 1787                                        SomeDay , I’m gon sell out shows too🙏🏼🙏🏼\n\n#SpotifyWrapped #WizkidFC #Davido #AppleMusicLive #30BG… https://t.co/h0pmfLGzjt
## 1788                                                                                                                  I predict my top genre will be Pop #SpotifyWrapped
## 1789                                                                                                         I predict my top artist will be David Bowie #SpotifyWrapped
## 1790                                                I predict my top genre will be Pop, Rock, or Eurovision #SpotifyWrapped \n\nI don't even pay attention to genres....
## 1791                                                                         I predict my most played song will be something from Bo burnham or AJR lmao #SpotifyWrapped
## 1792                                                              Doleful Lions -The Last Four Years #LoFi #IndiePop #SpotifyWrapped #BedroomPop https://t.co/E6JYjyVMPE
## 1793                                                                                                       I predict my top artist will be [Salt-N-Pepa] #SpotifyWrapped
## 1794                                                                                                   I predict my most played song will be Out of Time #SpotifyWrapped
## 1795                                                         #SpotifyWrapped predictions\n\nDrake\nBoldy\nCurren$y\nNudy\nCudi\n\nCouple guesses tho i think I’ll go 3/5
## 1796                                                                                                          I predict my top artist will be BLACK PINK #SpotifyWrapped
## 1797                                                                                                              I predict my top artist will be Hozier #SpotifyWrapped
## 1798                              If I don’t get 12 followers soon my aunt is gonna take away my puppy 🙁😭 please help me get to 12 followers 😭😭… https://t.co/CFHlEI9A21
## 1799                                         I predict my most played song will be All too well (Ten Minute Version) (Taylor’s Version) (From the Vault) #SpotifyWrapped
## 1800                                                                   I predict my top genre will be French Pop, regular pop... maybe country involved. #SpotifyWrapped
## 1801                                                                                                    I predict my top artist will be yeat or babytron #SpotifyWrapped
## 1802                                                                                                         I predict my top genre will be Bedroom Rock #SpotifyWrapped
## 1803                                                                                                           On it @Spotify #SpotifyWrapped 🙂🥳 https://t.co/xTwL6PCisK
## 1804                                                                      I predict my most played song will be Critical Acclaim by Avenged Sevenfold [] #SpotifyWrapped
## 1805                       Marriage! This generation though🤔\nGroom Publicly Humiliates Bride By Playing Video Of Her Cheating With Brother In-… https://t.co/mVy3teDUWx
## 1806                                                                                                    I predict my most played song will be PINK VEMOM #SpotifyWrapped
## 1807                                                                                                   I predict my top podcast will be Anything Goes :) #SpotifyWrapped
## 1808                                                                                           I predict my top artist will be [ @iamkillbill] most def  #SpotifyWrapped
## 1809                                                                                         I predict my most played song will be Work song by @Hozier  #SpotifyWrapped
## 1810                                                                                                                  I predict my top genre will be rap #SpotifyWrapped
## 1811                   💸💵💴💶💷₦💰\nGOD OF MONEY LOCATE ME THIS WEEK. \nGOD OF DOLLARS. \nGOD OF POUNDS.\nGOD OF EURO. \nGOD OF RAND. \nGOD OF YEN.… https://t.co/4RvPPNWYTI
## 1812                                                                                                              I predict my top artist will be Taylor #SpotifyWrapped
## 1813                                                                                                        I predict my top artist will be Taylor Swift #SpotifyWrapped
## 1814                                                                                                   I predict my top artist will be Twenty One Pilots #SpotifyWrapped
## 1815                                                                                                           I predict my top artist will be [#SMVVTH] #SpotifyWrapped
## 1816                                                                     I predict my most played song will be [Kanye West - Gold Digger ft. Jamie Foxx] #SpotifyWrapped
## 1817                                                                                          I predict my most played song will be money so big by yeat #SpotifyWrapped
## 1818                                                                               I predict my most played song will be Thousand Miles by The Kid LAROI #SpotifyWrapped
## 1819                                                                                                                 I predict my top genre will be  pop #SpotifyWrapped
## 1820                                                                                          I predict my most played song will be Touch by @keshimusic #SpotifyWrapped
## 1821                                                                                 I predict my most played song will be something from tick tick boom #SpotifyWrapped
## 1822                                                                                                               I predict my top artist will be [BTS] #SpotifyWrapped
## 1823                            Ok now This Us A FUNNY STREAM 🤣🤣🤣 #SpotifyWrapped #CyberMonday #乌鲁木齐 #RedVelvetBirthdayParty #WorldCup2022 # https://t.co/xoUJT2Lc4C
## 1824                                                                                        I predict my most played song will be Soft Boy (Wilbur Soot) #SpotifyWrapped
## 1825                                   IK ITS AT MIDTAGE BUT IN WHAT TIME ZONE? BC ITS 10pm FOR ME RN (GMT) SO IS IT LIKE EST, BST TIMES PLS SOMEONE SAY #SpotifyWrapped
## 1826                                                                                                              I predict my top genre will be [K-Pop] #SpotifyWrapped
## 1827                                                                                                                I predict my top genre will be indie #SpotifyWrapped
## 1828                                                                                 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 1829                                                                                                  I predict my most played song will be [yes indeed] #SpotifyWrapped
## 1830                                                                                                 I predict my most played song will be [Outro: Tear] #SpotifyWrapped
## 1831                                                                                   I predict my most played song will be I knew by Lizzy mcalpine :) #SpotifyWrapped
## 1832                               the only thing that keeps me alive when shit gets rough is looking forward to next years #SpotifyWrapped to see if im based or cringe
## 1833                                                                                                I predict my top podcast will be Trash Taste podcast #SpotifyWrapped
## 1834                                                                                                      I predict my top artist will be penelope scott #SpotifyWrapped
## 1835                          🔷 The occ-upation forces stormed the clinic where Al-Harhi is located in the town of Beit Ummar, north of Hebron.… https://t.co/SpB77GMLv7
## 1836                                                                                                       I predict my top artist will be Justin Bieber #SpotifyWrapped
## 1837                                                                                                  I predict my top artist will be Tyler, the Creator #SpotifyWrapped
## 1838                                                                                 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 1839                                                  45+ of the very best Cyber Monday phone deals available now\nhttps://t.co/YWYK2b13Gm\n#CyberMonday #SpotifyWrapped
## 1840                                                                                                   I predict my top artist will be Lovejoy or Panic! #SpotifyWrapped
## 1841                                                                                    I predict my most played song will be [Zimzalabim by Red Velvet] #SpotifyWrapped
## 1842                                                                                                 I predict my most played song will be boys dont cry #SpotifyWrapped
## 1843                                                                                 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 1844                                                                                                         I predict my top artist will be Frank ocean #SpotifyWrapped
## 1845                         @thezarprogram Ya see theres no comparing two legends. Socrates and plato, kobe and shaq, otis toole and henry lee… https://t.co/HFETpjujML
## 1846                                                                                                                I predict my top genre will be Indie #SpotifyWrapped
## 1847                                                                           I predict my most played song will be Something Wicked by @starsetonline  #SpotifyWrapped
## 1848                                                                                I predict my most played song will be Take Me Out by Franz Ferdinand #SpotifyWrapped
## 1849                                                                                                              I predict my top genre will be Hip-hop #SpotifyWrapped
## 1850                                                                                                       I predict my top artist will be [katey Perry] #SpotifyWrapped
## 1851                                                                                 I predict my most played song will be Privately Owned Spiral Galaxy #SpotifyWrapped
## 1852                                                                                                             I predict my top artist will be [kanye] #SpotifyWrapped
## 1853                                                                                                            I predict my top artist will be\nlucki \n#SpotifyWrapped
## 1854                                                                                                       I predict my most played song will be [jamba] #SpotifyWrapped
## 1855                                                                                     I predict my most played song will be in my room by frank ocean #SpotifyWrapped
## 1856                                                                                       My Spotify wrapped for 2021 was so sad I was heartbroken LMAO #SpotifyWrapped
## 1857                                                                            can we get our #spotifywrapped yet? i wanna know how disappointing my year in music was.
## 1858                                                                                                             I predict my top genre will be \nplugg\n#SpotifyWrapped
## 1859                                                                                                      I predict my top artist will be [@lilbaby4PF ] #SpotifyWrapped
## 1860                                                                                                           I predict my top artist will be 21 Savage #SpotifyWrapped
## 1861                                                                                                       I predict my top artist will be @daywavemusic #SpotifyWrapped
## 1862                                                                                                    I predict my top artist will be @sanbenito #SpotifyWrapped ♥️♥️♥️♥️♥️
## 1863                       My #SpotifyWrapped predications…\n\nNumber 1 artist being the Taylor Swift\nNumber 1 song is In My Mind by Lyn Lapid… https://t.co/dHZayxh4tP
## 1864                                  Inbox for all account retrievals.\n locked/lost accounts with ease,#gmailhack #gmaildown #hacked #Hacking… https://t.co/QUpWER8YiF
## 1865                                                                                                        I predict my top genre will be [Indie rock ] #SpotifyWrapped
## 1866                                                                                                        I predict my top genre will be [theme songs] #SpotifyWrapped
## 1867                                                                                          I predict my most played song will be mellotron - weiland\n#SpotifyWrapped
## 1868                                                  I predict my top artist will be  more than damn likely, AJR, Alec Benjamin, GIMS, and a few others #SpotifyWrapped
## 1869                                                                                                        I predict my top artist will be Taylor Swift #SpotifyWrapped
## 1870                                                                                                                I predict my top genre will be [RAP] #SpotifyWrapped
## 1871                                                                                                                  I predict my top genre will be Rap #SpotifyWrapped
## 1872                                                                                   I predict my top genre will be Latin/Raggaeton #SpotifyWrapped\n\nNon giudicatemi
## 1873                                                                                                                I predict my top genre will be Metal #SpotifyWrapped
## 1874                                                               I predict my most played song will be [NEVER SLEEP @beatsbynav @trvisXX @lilbaby4PF ] #SpotifyWrapped
## 1875                                  Don't miss the opportunities for amazon discounts https://t.co/0iXgN0cRII\n\n#SpotifyWrapped #GiftGalaxy Respect for Iranian Women
## 1876                                                                      I predict my most played song will be [Out of time - The Weekend] #SpotifyWrapped \n\nSi, será
## 1877                                                                                             I predict my most played song will be Master of Puppets #SpotifyWrapped
## 1878                                                                                                                 I predict my top artist will be AJR #SpotifyWrapped
## 1879                                                                                          I predict my most played song will be [turn down for what] #SpotifyWrapped
## 1880                                #SpotifyWrapped Yall really got me waiting , I know I slacked on my hours of Benito but I still wanna know 👀 https://t.co/JZFDmdCsSl
## 1881                                                                                              I predict my top podcast will be Stories with Sapphire #SpotifyWrapped
## 1882                                                                                   I predict my top podcast will be [I don’t listen to podcasts lol] #SpotifyWrapped
## 1883                                                                                                           I predict my most played song will be MIA #SpotifyWrapped
## 1884                                                                                                                       maybe #SpotifyWrapped https://t.co/PftZzd79T3
## 1885                                                                                                      I predict my top artist will be [Taylor Swift] #SpotifyWrapped
## 1886                                                                                       aggressively listening to my 2021 wrapped as I wait for  #SpotifyWrapped 2022
## 1887                                                                                                   I predict my top podcast will be Distractable lol #SpotifyWrapped
## 1888                                                                                                               I predict my top artist will be Ghost #SpotifyWrapped
## 1889                                                                                               I predict my most played song will be Moth To A Flame #SpotifyWrapped
## 1890                                                                                                                 I predict my top genre will be rock #SpotifyWrapped
## 1891                                                                                                                I predict my top genre will be [POP] #SpotifyWrapped
## 1892                                                                         I predict my most played song will be Utopia by Ateez or Cyberpunk by Ateez #SpotifyWrapped
## 1893                                                                                                           I predict my top genre will be electropop #SpotifyWrapped
## 1894                                                                                                         I predict my top artist will be Lovejoy lol #SpotifyWrapped
## 1895                                                                                   I predict my top genre will be [fill in top genre prediction] pop #SpotifyWrapped
## 1896                         How Black Women Made Themselves Obsolete https://t.co/gsU1gzcSQE You’re transactions are being declined because of… https://t.co/yfRDdqgFi6
## 1897                                                                                   I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped
## 1898                                                                                     I predict my most played song will be [Right Where you left me] #SpotifyWrapped
## 1899                              Follow Eko Club on all socials for more facts like this.\n\n#eko #lagos #blessings #RedVelvet #SpotifyWrapped… https://t.co/MyvBcR3Yjg
## 1900                                                                                                        I predict my top artist will be Taylor Swift #SpotifyWrapped
## 1901                                                                                     I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped
## 1902                                                                                       I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped
## 1903                                                                                 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 1904                                                                                I predict my top artist will be [fill in top artist prediction] pink #SpotifyWrapped
## 1905                                                                                                       I predict my top genre will be Indie Rock lol #SpotifyWrapped
## 1906                                                                                                          I predict my top artist will be Kanye West #SpotifyWrapped
## 1907                                                                                                              I predict my top artist will @InnerWav #SpotifyWrapped
## 1908                                                  I predict my most played song will be [fill in top song prediction] #SpotifyWrapped\n\nOutside of Town by Azwel ✨
## 1909                                                                                                      I predict my top artist will be @taylorswift13 #SpotifyWrapped
## 1910                                                                                                                             BRO RELEASE #SpotifyWrapped ALREADY 😭😭😭
## 1911                                                                                                       I predict my most played song will be Rats #SpotifyWrapped 😎😎
## 1912                                                                                                        I predict my top artist will be [Kanye West] #SpotifyWrapped
## 1913                        I predict my most played song will be [You’ll Understand When You’re Older] #SpotifyWrapped\n(because that song was… https://t.co/2T8NhJuZnt
## 1914                                                                                                                  I predict my top genre will be Pop #SpotifyWrapped
## 1915                                                         I predict my most played song will be [fill in top song prediction] pink all I know  so far #SpotifyWrapped
## 1916                                                                                                        I predict my most played song will be Golden #SpotifyWrapped
## 1917                                                                                                             I predict my top genre will be [FABLOO] #SpotifyWrapped
## 1918                                                                                                             I predict my top artist will be Lubalin #SpotifyWrapped
## 1919                                                                                 I predict my top artist will be @NeckDeepUK for a five year streak🤞 #SpotifyWrapped
## 1920                                                                                     I predict my most played song will be [Mary on a cross - GHOST] #SpotifyWrapped
## 1921                                                                                                          I predict my top artist will be Charli XCX #SpotifyWrapped
## 1922                                                                                                        Thanks, Spotify. \n\n#SpotifyWrapped https://t.co/jK8seQUa4h
## 1923                                                                                       I predict my most played song will be lover by @taylorswift13 #SpotifyWrapped
## 1924                                                                                           I predict my most played song will be Pyrex by Sean Price #SpotifyWrapped
## 1925                                                                                        I predict my most played song will be Perfume by Lovejoy lol #SpotifyWrapped
## 1926                                                                                            I predict my top artist will be Five Finger Death Punch! #SpotifyWrapped
## 1927                                                                                              I predict my top artist will be [My Chemical Romance ] #SpotifyWrapped
## 1928                                                                                                    I predict my top podcast will be Form of Therapy #SpotifyWrapped
## 1929                                                                  I predict my top artist will be either @savefacenj @MCRofficial or @thewonderyears #SpotifyWrapped
## 1930                                                                                                            I predict my top artist will be @KiDCuDi #SpotifyWrapped
## 1931                                                                                                         I predict my most played song will be [---] #SpotifyWrapped
## 1932                                                                                                         I predict my top artist will be Brave Girls #SpotifyWrapped
## 1933                                                                                                             I predict my top artist will be [Ghost] #SpotifyWrapped
## 1934                                                                                     PLEASE I CANT WAIT ANY LONGER #SpotifyWrapped I NEED IT https://t.co/cSNS5Wj9yx
## 1935                                                                                                             I predict my top genre will be [ rock ] #SpotifyWrapped
## 1936                                                                                                                    I bet New Jeans will dominate my #SpotifyWrapped
## 1937                                                                                          I predict my top genre will be Korean Pop / Girl Group Pop #SpotifyWrapped
## 1938                                                                                                               I predict my top genre will be [Rock] #SpotifyWrapped
## 1939                                    I wish there was better options for software on cell phones..... @kilohead #SpotifyWrapped #WorldCup2022 https://t.co/cqc6jTSpZz
## 1940                                                                                                I predict my top podcast will be probably the trypod #SpotifyWrapped
## 1941                                                                                                        I predict my top artist will be Harry Styles #SpotifyWrapped
## 1942                                                                                                    I predict my top podcast will be busy yet pretty #SpotifyWrapped
## 1943                                                                                      I predict my most played song will be Thank You by Brave Girls #SpotifyWrapped
## 1944                                                                                                   I predict my top artist will be The Neighbourhood #SpotifyWrapped
## 1945                                                                               I predict my most played song will be Bury Me Tonight by @savefacenj  #SpotifyWrapped
## 1946                                                                                           I predict my top artist will be either The Weeknd or Lisa #SpotifyWrapped
## 1947                                                                                                   I predict my most played song will be [I Feel So] #SpotifyWrapped
## 1948                                                                                                I predict my top artist will be Louis Tomlinson 100% #SpotifyWrapped
## 1949                                                                                                      I predict my top artist will be [David Bowie ] #SpotifyWrapped
## 1950                                                                                           I predict my top podcast will be [The Pete Quinones Show] #SpotifyWrapped
## 1951                                                                                                                I predict my top genre will be Indie #SpotifyWrapped
## 1952                                                               I wish you guys more happiness and reasons to smile #Chioma \n#SpotifyWrapped https://t.co/JjCOsBfEbz
## 1953                                                                                                            I predict my top genre will be indie pop #SpotifyWrapped
## 1954                                                                                                        I predict my top artist will be [the weeknd] #SpotifyWrapped
## 1955                                                                                                               Where is #SpotifyWrapped ?? The gays are waiting!!!!!
## 1956                                                  I predict my top podcast will be anything goes with emma (my favorite podcast in the entire world) #SpotifyWrapped
## 1957                                                                                                           Regret loneliness, embrace oversharing  w/#SpotifyWrapped
## 1958                                                                                                         I predict my top genre will be pop / indie  #SpotifyWrapped
## 1959                                                                                   I predict my most played song will be [out of time by the weeknd] #SpotifyWrapped
## 1960                                                                                                      I predict my top artist will be Mac Miller tbh #SpotifyWrapped
## 1961                                                                                            I predict my most played song will be [Kiss The Go-Goat] #SpotifyWrapped
## 1962                                                                                                  I predict my most played song will be kill my mind #SpotifyWrapped
## 1963                                                                                I predict my most played song will be Reflections- The Neighbourhood #SpotifyWrapped
## 1964                                                                                             I predict my most played song will be heartless, maybe  #SpotifyWrapped
## 1965                                                                           I predict my most played song will be In the Dark by Purple Disco Machine #SpotifyWrapped
## 1966                                                                           #SpotifyWrapped if you see this please sign! https://t.co/ZEkMgXRUBS #SaveFateTheWinxSaga
## 1967                                                                                                                                           IMPATIENT #SpotifyWrapped
## 1968                                                                                        I predict my top artist will be [Taylor Swift] for sure. 🤷🏻‍♀️ #SpotifyWrapped
## 1969                                                                                I predict my top artist will be taylor swift or 5sos (my favs &lt;3) #SpotifyWrapped
## 1970                                                                                                           I predict my top artist will be Slipknot  #SpotifyWrapped
## 1971                                                                                I predict my top podcast will be #Archetypes #SpotifyWrapped https://t.co/ezPXz8w0qr
## 1972                                                          I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped\n\nI’ll let u guys do that
## 1973                                                          I predict my top artist will be [@EarthWindFire] #EarthWindandFire #SpotifyWrapped https://t.co/EsR5RFLZ71
## 1974                                                                                                    I predict my top artist will be @Louis_Tomlinson #SpotifyWrapped
## 1975                                                                                                            #SpotifyWrapped  I know Gee and BTS are here for sure...
## 1976                          This cat gadget can get from this shop. https://t.co/Cxz0KJzy6y\nFree Shipping on order upto $70\n#SpotifyWrapped… https://t.co/boLTvBFtMQ
## 1977                                                                                                          I predict my top artist will be [The Move] #SpotifyWrapped
## 1978                                                                                             I predict my top artist will be definitely taylor swift #SpotifyWrapped
## 1979                                                                                I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped\n\nRnb
## 1980                                                                                                                                                drop #SpotifyWrapped
## 1981                                                                                           I predict my top genre will be pop (i’m a basic bitch ik) #SpotifyWrapped
## 1982                                                     I predict my most played song will be [fill in top song prediction] #SpotifyWrapped\n\nPrivilege or out of time
## 1983                                              I predict my top artist will be once again and for the 5th year in a row : ARIANA GRANDE ( surprise )  #SpotifyWrapped
## 1984                                                                                                      I predict my top artist will be [taylor swift] #SpotifyWrapped
## 1985                                                                                           I predict my most played song will be super tuna SHJIBDFO #SpotifyWrapped
## 1986                                                                                                    I predict my top artist will be @BlindChannelFIN #SpotifyWrapped
## 1987                                                              I predict my most played song will be  fine line by harry styles (it was a rough year) #SpotifyWrapped
## 1988                                                                                              uhh idk for podcasts, maybe 36 questions or true crime #SpotifyWrapped
## 1989                                                                                                        I predict my top artist will be MITSKI 💪💪💪💪💪 #SpotifyWrapped
## 1990                                                                                                           I predict my top genre will be Eurovision #SpotifyWrapped
## 1991                                                                                   I predict my top genre will be sad indie pop and progressive rock #SpotifyWrapped
## 1992                        My #SpotifyWrapped will be a bunch of anime openings and all the men's heart strings I played with, although lets b… https://t.co/4cpyq8V6f5
## 1993                        You don't want to miss this #Advent retreat for catholic #singles and #Married | Sun 4th- Sat 10th, Dec. 2022 | 9PM… https://t.co/6N02ZCpZ0y
## 1994                                                                            @Spotify OMG I am so excited for the\n#SpotifyWrapped tomorrow 🥹 https://t.co/xzMxF6l1Ry
## 1995                                                                                           My #SpotifyWrapped is literally all BTS 😭😭 follow for BTS memes! #BTSARMY
## 1996                                                                                                          I predict my top artist will be @Metallica #SpotifyWrapped
## 1997                        Precursor to #spotifywrapped ? I know is based on my listening but I cannot help but be very excited looking at thi… https://t.co/ZzGnzLVQ6V
## 1998                                                                                       I predict my top genre will be [Soul] #SpotifyWrapped https://t.co/4jT0iTVMzs
## 1999                                                                                                               my top genre’s indie pop. no debating #SpotifyWrapped
## 2000                                                                                     A Soulja story been written ✍️📝#NWA #FIFAWorldCupQatar2022 #thug #SpotifyWrapped
## 2001                                                                                             I predict my top podcast will be The Group Chat Podcast #SpotifyWrapped
## 2002                                                                                                            I predict my top artist will be j-hope 🥹 #SpotifyWrapped
## 2003                                                                                            I predict my most played song will be Please Do Not Lean #SpotifyWrapped
## 2004                                                                                                  I predict my top podcast will be [Gemischtes Hack] #SpotifyWrapped
## 2005                     NEW MUSIC 🔥🔥\nMID-NIGHT FLOWS 🏹\n\nhttps://t.co/EbSriYOLTS\n\n#RafaelLeao #Delete #Puleng #shameless #CristianoRonaldo… https://t.co/jA3PnXW7Rk
## 2006                                                                                 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 2007                                                                                I predict my most played song will be  Until It Sleeps By @Metallica #SpotifyWrapped
## 2008                                                                                                       I predict my top podcast will be distractable #SpotifyWrapped
## 2009                                                                                             my wrapped this year, basically #SpotifyWrapped https://t.co/AJ647czyVK
## 2010                                                                                                             I predict my top artist will be BTS #SpotifyWrapped 🫶🏼💜
## 2011                                                                                                               I predict my top podcast will Banter. #SpotifyWrapped
## 2012                                i predict my most played song will be a mitski song probably, maybe me and my husband from the beginning of the year #SpotifyWrapped
## 2013                                                                                                             I predict my top podcast will be Banter #SpotifyWrapped
## 2014                         @elonmusk  I know you think Twitter is extremely important 🙄 but my child is 29 and homeless in Denver and did not… https://t.co/rfa6evNM2z
## 2015                                                                                                           I predict my top artist will be @Tinashe  #SpotifyWrapped
## 2016                                                                                 I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped NCT
## 2017                                                                                                      I predict my top artist will be [Taylor Swift] #SpotifyWrapped
## 2018                                                                                                          I predict my top artist will be bo burnham #SpotifyWrapped
## 2019                                                                                                                I predict my top genre will be Indie #SpotifyWrapped
## 2020                                                                                                 I predict my most played song will be More - j-hope #SpotifyWrapped
## 2021                                                                                                                                    #SpotifyWrapped is a gay holiday
## 2022                                                                                 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 2023                                                                                                 I predict my top artist will be [@sanbenito ] 😍😘❤️🫶🏽 #SpotifyWrapped
## 2024                         When my #SpotifyWrapped comes out I’m gonna aim to draw something for each of my top 5 songs (even if I’ve already… https://t.co/Tf0rvZnUAk
## 2025                                                                        I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped definitely pop
## 2026                                                                                                       I predict my top artist will be [the bravery] #SpotifyWrapped
## 2027                                                                                                             I predict my top artist will be LoveJoy #SpotifyWrapped
## 2028                                                                                           I predict my top podcast will be [#ArchetypesWithMeghan ] #SpotifyWrapped
## 2029                                                         I predict my most played song will be [All Too Well (10 Minute Version) (Taylor's Version)] #SpotifyWrapped
## 2030                                                                                              I predict my top artist will be Linkin Park or Il Divo #SpotifyWrapped
## 2031                                                                                                   I predict my most played song will be family line #SpotifyWrapped
## 2032                        #SpotifyWrapped .@tim_cook .@munilong “Ed Lover” has put “DJ Akademiks” on blast for calling OG rappers “dusty” wee… https://t.co/0ddbguDmg2
## 2033                                                                                                            I predict my top artist will be [AmaLee] #SpotifyWrapped
## 2034                                                                                                           I predict my top artist will be Bad Bunny #SpotifyWrapped
## 2035                        I predict my most played song will be [fill in top song prediction] #SpotifyWrapped Scardy cat(DPR Ian), ilomilo(Bi… https://t.co/mGjHsM2njl
## 2036                                                                                                              I predict my top genre will be k-indie #SpotifyWrapped
## 2037                                                                                                          I predict my top artist will be Stray Kids #SpotifyWrapped
## 2038                                                                                                     I predict my top podcast will be goomba podcast #SpotifyWrapped
## 2039                                                                                                I predict my most played song will be 3:15 by Bazzi  #SpotifyWrapped
## 2040                                    Last 6 months vs All time. Miss Swift always on top.\n#instafest \n\n(while I wait for #SpotifyWrapped ) https://t.co/eaw80PcD9K
## 2041                                                                         I predict my most played song will be\nsleeping on trains by James Marriott #SpotifyWrapped
## 2042                                                                                        I predict my most played song will be Terra by @tanxugueiras #SpotifyWrapped
## 2043                             Lovely cat in our house. They are adorable.\n\n#SpotifyWrapped #RedVelvet #CyberMonday #CatsOnTwitter #catlove… https://t.co/0abnVh5D2D
## 2044                                  Bts vs taylor swift in fortnite who wins? #TaylorSwift #BTSARMY #JungkookInQatar #ticketmasterisoverparty… https://t.co/BoOh0Vkq79
## 2045                                                                                                      I predict my top artist will be Kendrick Lamar #SpotifyWrapped
## 2046                                                                                                         I predict my top artist will be Lady Gaga 🤭 #SpotifyWrapped
## 2047                                                       Good morning\nGuys 🌺\n\n#UPSC\n#CyberMonday\n#SpotifyWrapped #FIFAWorldCupQatar2022 # https://t.co/iuwYXYuHN5
## 2048                       Can’t wait for my #SpotifyWrapped. I think I listened more than last year. \n\nI’m surprised @Spotify doesn’t reward… https://t.co/TiEM5wc3rG
## 2049                                          https://t.co/pD0WkFHEvP\n#instafest \nKeeping myself busy whilst waiting for #SpotifyWrapped 2022. https://t.co/eKktIdJLXW
## 2050                                                                                                  I predict my most played song will be Rain Day 🙏🏻  #SpotifyWrapped
## 2051                                                                                              I predict my most played song will be [misfit biscuit] #SpotifyWrapped
## 2052                                                                                          I predict my most played song will be MANIAC by Stray Kids #SpotifyWrapped
## 2053                                                                                                                  I predict my top genre will be rap #SpotifyWrapped
## 2054                      Getting ahead on my homework so I don't have to do much later: ❎\nGetting ahead on my homework so I can look at ever… https://t.co/IANLdVDKVh
## 2055                                                                                                        I predict my top artist will be [The Weeknd] #SpotifyWrapped
## 2056                        I predict my top podcast will be either talk it off or the kate and abbie show but I haven't listened to many podca… https://t.co/JbY0S5pzWS
## 2057                                                                                                 I predict my top podcast will be House of Halliwell #SpotifyWrapped
## 2058                                                                                           I predict my most played song will be Dead End by @iamRav #SpotifyWrapped
## 2059                                                                     I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped  Kendrick Lamar
## 2060                                                                                                   I predict my top podcast will be @DistractiblePod #SpotifyWrapped
## 2061                                                                                                                I predict my top genre will be [Pop] #SpotifyWrapped
## 2062                                                                                                       I predict my top podcast will be [Archetypes] #SpotifyWrapped
## 2063                                                                                                      I predict my top podcast will be supermegacast #SpotifyWrapped
## 2064                                                                                                       My top artist is obviously gonna be @Grimezsz #SpotifyWrapped
## 2065                                                          me if my Spotify Wrapped doesnt have MCR or any metal artist on it #SpotifyWrapped https://t.co/sTiNrHGmW3
## 2066                                                 Officially predicting now that my top song of the year is gonna be the 1 by Taylor Swift, girls….. 😬#SpotifyWrapped
## 2067                                                                                                        I predict my top artist will be Lana Del Rey #SpotifyWrapped
## 2068                                                                                         I predict my top artist will be UMI #SpotifyWrapped https://t.co/23tFeUkaPO
## 2069                                                                                                    I predict my top artist will be #FatherJohnMisty #SpotifyWrapped
## 2070                                                                                                        I predict my most played song will be 30/90! #SpotifyWrapped
## 2071                                                                                                        I predict my top artist will be taylor swift #SpotifyWrapped
## 2072                                                                                                             I predict my top artist will be Starset #SpotifyWrapped
## 2073                                                                    I predict my most played song will be Twisted Transistor or an Uplift Spice song #SpotifyWrapped
## 2074                                                                            I predict my most played song will be [‘Through the Fire’ by Chaka Khan] #SpotifyWrapped
## 2075                                                                                                    I predict my top artist will be [sleepy hallow ] #SpotifyWrapped
## 2076                                                                                            I predict my top podcast will be [Archetypes with Meghan]#SpotifyWrapped
## 2077                                                                                     I predict my most played song will be [Sacrifice by The Weeknd] #SpotifyWrapped
## 2078                                                                                       I predict my most played song will be Lay all your love on me #SpotifyWrapped
## 2079                                                                                                     I predict my top podcast will be @ATWWDpodcast  #SpotifyWrapped
## 2080                                                                                                        I predict my top artist will be Taylor Swift #SpotifyWrapped
## 2081                                                                I predict my most played song will be Matt Hancock is a cunt by The People of The UK #SpotifyWrapped
## 2082                                 Can’t wait to see just how much the recent dive into my emo past has thrown off this year’s #SpotifyWrapped https://t.co/7V1JUpxsIX
## 2083                                                                                              I predict my top podcast will be #ArchetypesWithMeghan #SpotifyWrapped
## 2084                                                                                                             I predict my top artist will be Parcels #SpotifyWrapped
## 2085                                                                                                      My #SpotifyWrapped will essentially be https://t.co/TLhjCxGSxm
## 2086                        Spotify is teasing Spotify warped too much like an artist who went viral on Tiktok from their song’s teaser. They’r… https://t.co/uao7Ds047a
## 2087                                                                                                    I predict my top artist will be @Louis_Tomlinson #SpotifyWrapped
## 2088                                  Low IQ Slaves \n\n#COVIDTest #COVID #COVID19 #coronavirus #Monkeypox #Monkeypoxvirus #CovidVaccine #China… https://t.co/GTfexEwILT
## 2089                                                                                                   I predict my top artist will be tyler the creator #SpotifyWrapped
## 2090                                                                                                       I predict my top podcast will be [Archetypes] #SpotifyWrapped
## 2091                                                                                                     I predict my top genre will be pop/country/kpop #SpotifyWrapped
## 2092                                                                                                I predict my top genre will be Rock/alternative rock #SpotifyWrapped
## 2093                                                                                                            I predict my top artist will be cavetown #SpotifyWrapped
## 2094                                                                                                          I predict my top artist will be [Slipknot] #SpotifyWrapped
## 2095                                                                                                 I predict my most played song will be Cinnamon Girl #SpotifyWrapped
## 2096                                                                                       I predict my most played song will be ‘What I Want’ from MUNA #SpotifyWrapped
## 2097                                                                                            I predict my top genre will be alternative rock/ hip hop #SpotifyWrapped
## 2098                                                                                                              I predict my top genre will be R&amp;B #SpotifyWrapped
## 2099                                                                                                               I predict my top artist will be LOONA #SpotifyWrapped
## 2100                                                                                                       I predict my top artist will be Frank Sinatra #SpotifyWrapped
## 2101                                                                                                        I predict my most played song will be Willow #SpotifyWrapped
## 2102                                                                                                         I predict my top artist will be The Weeknd  #SpotifyWrapped
## 2103                                                                                              I predict my top artist will be Twenty One Pilots lmao #SpotifyWrapped
## 2104                                                                                            I predict my top artist will be @burnaboy by a milestone #SpotifyWrapped
## 2105                                                                                        I predict my most played song will be Diving Bell by Starset #SpotifyWrapped
## 2106                                                                   I predict my top podcast will be [emperors of rome Or rebuilding the renaissance] #SpotifyWrapped
## 2107                                                                                                      I predict my most played song will be heated 🤭 #SpotifyWrapped
## 2108                                                                                      I predict my most played song will be [Twice - Talk that Talk] #SpotifyWrapped
## 2109                                                                                             I predict my most played song will be  Mid Range Strike #SpotifyWrapped
## 2110                                                                                I predict my top artist will be [panicking cuz how tf should i KNOW] #SpotifyWrapped
## 2111                                                                       Mariah Carey is in the area and tomorrow we will have #SpotifyWrapped https://t.co/SBYh3SpHb1
## 2112                                                                                              I predict my most played song will be 3racha de 3racha #SpotifyWrapped
## 2113                                                                                                          I predict my top artist will be The Weeknd #SpotifyWrapped
## 2114                                                                          I predict my most played song will be for whom the bell tolls by metallica #SpotifyWrapped
## 2115                           Read the manga-inspired comic Castle Lugbúrz on GlobalComix\n\nhttps://t.co/iVk9d1YdXr\n\n#globalcomix #webcomic… https://t.co/wjwFz94fCE
## 2116                                                                                                             I predict my top artist will be Lovejoy #SpotifyWrapped
## 2117                                                                                                                  I predict my top genre will be EDM #SpotifyWrapped
## 2118                                                              I predict my most played song will be [fill in top song prediction] #SpotifyWrapped  SANTA TELL ME !!!
## 2119                                                                                                            I predict my top genre will be Indie Pop #SpotifyWrapped
## 2120                                                                    I predict my top artist will be…. Taylor Swift there’s literally no other option #SpotifyWrapped
## 2121                                                                                                                I predict my top genre will be metal #SpotifyWrapped
## 2122                                                                                                            I predict my top artist will be [hozier] #SpotifyWrapped
## 2123                                                                                                    I predict my top artist will be [Erika Divinity] #SpotifyWrapped
## 2124                                                                                                    I predict my top genre will be Hip Hop &amp; Rap #SpotifyWrapped
## 2125                                                                                                    I predict my most played song will be Hayloft ll #SpotifyWrapped
## 2126                                                                                               I predict my top artist will be Taylor Swift. DUHHHHH #SpotifyWrapped
## 2127                                                                                                 I predict my most played song will be Sneaky Snitch #SpotifyWrapped
## 2128                                                                               I predict my most played song will be the winner takes it all by ABBA #SpotifyWrapped
## 2129                                                                                          I predict my top podcast will be #ArchetypesWithMeghan !!! #SpotifyWrapped
## 2130                                                                                           I predict my top genre will be [folk ? post-punk? kpop ?] #SpotifyWrapped
## 2131                                                                                       I predict my most played song will be End Of Beginning by Djo #SpotifyWrapped
## 2132                                             I predict my most played song will be [all too well ten minute version taylor’s version from the vault] #SpotifyWrapped
## 2133                                                                                            I predict my most played song will be [Ride by King Von] #SpotifyWrapped
## 2134                                                                                      me waiting for spotify wrapped to drop #SpotifyWrapped https://t.co/VG0fYdnMAw
## 2135                                 🔴Watch/ More than 30 Isra*eli military jeeps stormed Beit Ummar in Hebron.\n#PORURU #SpotifyWrapped Uruguay https://t.co/mYErde6hjS
## 2136                                                                                                  I predict my most played song will be [Get a Room] #SpotifyWrapped
## 2137                                                                                                              I predict my top artist will be MARINA #SpotifyWrapped
## 2138                                                                                                   I predict my most played song will be Out of Time #SpotifyWrapped
## 2139                                                                                        Next year will be super for me \nhttps://t.co/snlt7KsNu4\n\n #SpotifyWrapped
## 2140                                                                                                                I predict my top genre will be Indie #SpotifyWrapped
## 2141                                                                                               Can't wait to show off how annoying my music taste is #SpotifyWrapped
## 2142                                                                                                          I predict my top artist will be The Weeknd #SpotifyWrapped
## 2143                                                                                           I predict my most played song will be [shrike by hozier ] #SpotifyWrapped
## 2144                                                                                   I predict my top podcast will be [nah porque no escucho podcasts] #SpotifyWrapped
## 2145                                                                                            I predict my most played song will be The Cleveland Show #SpotifyWrapped
## 2146                                                                                                  I predict my top artist will be Bad Bunny again 😌\n#SpotifyWrapped
## 2147                       Either Maniac by @Stray_Kids or Pink Benom by @BLACKPINK \n\nI predict my most played song will be [fill in top song… https://t.co/0nahrE6mgA
## 2148                           I predict my most played song will be money trees or wow freestyle #SpotifyWrapped gotta be one of them since it’s my alarm to get up 😩😅😅
## 2149                                                                                                  My top artist this year is gonna be @TWooodley \n\n#SpotifyWrapped
## 2150                                                                                                               GUYS #SpotifyWrapped IS HEREA https://t.co/CEkAxc3TQ6
## 2151                                                                                                           I predict my top artist will be [DPR IAN] #SpotifyWrapped
## 2152                       display at your polling unit where you registered*\n*This information is very helpful, useful and vital, so those wh… https://t.co/SIFVdgwSnc
## 2153                                                                                                        I predict my top podcast will be Sky Podcast #SpotifyWrapped
## 2154                                                                       I will never escape the grasps of Hamilton #instafest #SpotifyWrapped https://t.co/V1NSVCpvIG
## 2155                                                                                                          I predict my top artist will be steve lacy #SpotifyWrapped
## 2156                                                                                                            I predict my top artist will be Kordhell #SpotifyWrapped
## 2157                                                                                                       I predict my top artist will be audrey nuna❤️‍🔥 #SpotifyWrapped
## 2158                                                                                                                     #SpotifyWrapped something with starset probably
## 2159                        @Spotify I listened to one podcast at every opportunity, my podcast of the year #Archetypes #DontBelieveTheType it’… https://t.co/FSOrYq7Jkz
## 2160                                                                                  I predict my most played song will be Help Urself or Worth Nothing #SpotifyWrapped
## 2161                             Jumping in the Warzone \n#CallofDutyWarzone2 #FIFAWorldCupQatar2022 #SpotifyWrapped \n\nhttps://t.co/KbZRIA0GsB https://t.co/VAQM30i66b
## 2162                                                                                                                                          i live for #SpotifyWrapped
## 2163                                                                                                                 I predict my top artist will be BTS #SpotifyWrapped
## 2164                                                                              I predict my most played song will be girlfriend by hemlocke springs❤️‍🔥 #SpotifyWrapped
## 2165                                                                                                          I predict my top genre will be POP…. Again #SpotifyWrapped
## 2166                                                                                      I predict my most played song will be something by @Thundercat #SpotifyWrapped
## 2167                                                                                        I predict my top artist will be @twentyonepilots hands down 😬#SpotifyWrapped
## 2168                                                                           We already know my top artists are going to be Ariana and the Glee Cast💅🏽 #SpotifyWrapped
## 2169                                                                                            I predict my top podcast will be JaackMaate's Happy Hour #SpotifyWrapped
## 2170                                                                                            I predict my top genre will be either kpop or lo-fi #SpotifyWrapped 🥖✨❤️
## 2171                                                                                                          I predict my top artist will be @pledis_17 #SpotifyWrapped
## 2172                                                                                        I predict my most played song will be 2 hours of fart noises #SpotifyWrapped
## 2173                                                                                                    I predict my top artist will be [@kendricklamar] #SpotifyWrapped
## 2174                                                                                                     I predict my most played song will be [glitch ] #SpotifyWrapped
## 2175                                                                                          I predict my most played song will be [Merry go - DPR IAN] #SpotifyWrapped
## 2176                                                                                                          I predict my top artist will be STEVE LACY #SpotifyWrapped
## 2177                                                                                  One day I'll find my own man ❤️💯\n#Chioma \n#SpotifyWrapped https://t.co/HqGtBvbgJr
## 2178                                                                                                                I predict my top genre will be K-Pop #SpotifyWrapped
## 2179                                                                                        I predict my most played song will be Choose Me by @bandmaid #SpotifyWrapped
## 2180                        Me, waiting for my #SpotifyWrapped results, knowing full well it'll be a whole bunch of Big Finish #DoctorWho stori… https://t.co/MQVm2ZoKAJ
## 2181                        What’s with @Rogers refusing to print out my past bills? You don’t have a problem taking the payment each month but… https://t.co/ID4kbwfQ4y
## 2182                                                                                                  I predict my most played song will be Lucid Dreams #SpotifyWrapped
## 2183                                   I predict my top artist will be (i’m hoping anyways) either maggie rogers, taylor swift, or joy oladokun… https://t.co/4h9sWlWptW
## 2184                                                                                                         I predict my top genre will be Classic Rock #SpotifyWrapped
## 2185                                    This is for my Homie @Ribera420  keep your head up fam and for my homie @Hippie_of_Love Rest In Power!!… https://t.co/Y0CoPrOrO1
## 2186                        The Backfire Effect 🔥: when you present evidence disproving a persons belief, but instead of mentally adjusting, th… https://t.co/vRFszNNk0X
## 2187                                                                            I predict my most played song will be Bad Habit or SOLOSOLO X NO CASH 😂😂 #SpotifyWrapped
## 2188                                                      I can’t wait for my #SpotifyWrapped to tell me that 20+ of my top 100 songs of the year are by @haileywhitters
## 2189                                                                                            I predict my most played song will be Yet to Come by BTS #SpotifyWrapped
## 2190                                            ARTISTS that should be on your #SpotifyWrapped Pt. 2… redveil (@redveil)‼️\n\nSpotify Playlist 👉… https://t.co/Ca174xhBhv
## 2191                                                                           I predict my most played song will be either teeth or wildflower by @5sos #SpotifyWrapped
## 2192                                                                                       I predict my most played song will not be new romantics sadly #SpotifyWrapped
## 2193                                                                                         I predict my most played song will be Dreaming - Smallpools #SpotifyWrapped
## 2194                       ARTISTS that should be on your #SpotifyWrapped Pt. 1… Joey Valence &amp; Brae (@JoeyValence) 🤘\n\nSpotify Playlist 👉… https://t.co/KRW5dPSlgw
## 2195                                                I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped\nIt’ll most definitely be stray kids
## 2196                                                                                   I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped
## 2197                                                            I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped\nOh it’ll for sure be kpop
## 2198                                                                                     I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped
## 2199                                                                                       I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped
## 2200                                                                                                           I predict my top artist will be Lenni-Kim #SpotifyWrapped
## 2201                                                   We’ve got your seasonal favorite! #peppermint #SpotifyWrapped  #peppermintmocha #SanDiego https://t.co/jGrElYrHoM
## 2202                                      I predict my most played song will be [fill in top song prediction] #SpotifyWrapped\nMaybe it’ll be Hair Cut by Xdinary Heroes
## 2203                                                                                             I predict my most played song will be [My Life- JCole ] #SpotifyWrapped
## 2204                                                                                                                            Waiting patiently for my #SpotifyWrapped
## 2205                                                                                        i predict my most played song will be cousin tito by rx papi #SpotifyWrapped
## 2206                                                                                 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 2207                                                                                                         I predict my top artist will be David Bowie #SpotifyWrapped
## 2208                        ⭕️ * The Red Crescent: a serious injury with live bullets to the chest and the leg during the occupation forces’ at… https://t.co/fcOBsC7YKB
## 2209                                                                                                     I predict my top artist will be Imagine Dragons #SpotifyWrapped
## 2210                                                                                                                I predict my top genre will be indie #SpotifyWrapped
## 2211                                                    It’s almost time for @Spotify to tell me how gay I really am with their  #SpotifyWrapped https://t.co/h7VOfnF9a1
## 2212                                                                                                           I predict my top artist will be @bandmaid #SpotifyWrapped
## 2213                                                                                                           I predict my top podcast will be [PodPah] #SpotifyWrapped
## 2214                                                                                                         I predict my top artist will be girl in red #SpotifyWrapped
## 2215                        MAKE GOD CROWN OUR EFFORT 🥺🥺🥺🥺🥺🥺🥺🥺🥺THIS GUY DON TRY NO BE SMO … @Olamide #SpotifyWrapped #CyberMonday #WorldCup2022… https://t.co/hnDDHgDN8X
## 2216                                                                                                             I predict my top artist will be NCT 127 #SpotifyWrapped
## 2217                         I really dont know what my #SpotifyWrapped will look like! working at the bar  i had to put music on every day and… https://t.co/DornRYLKvF
## 2218                                                                                                           I predict my top artist will be Dro Kenji #SpotifyWrapped
## 2219                                                                                   I predict my most played song will be Body and Mind , girl in red #SpotifyWrapped
## 2220                                                                       I predict my most played song will be either wa da da, fearless or after like #SpotifyWrapped
## 2221                                                                                I don’t care about knowing you have no taste #SpotifyWrapped https://t.co/vSQnXAylYg
## 2222                                                                                                         I predict my top artist will be [SEVENTEEN] #SpotifyWrapped
## 2223                                                                                                        I predict my top genre will be K-pop boyband #SpotifyWrapped
## 2224                            HIGHLIGHTED ARTIST of the Week SPENCER WAYNE🏆 @Spotify #ramboletswork #musicshow #artistoftheweek #spencerwayne… https://t.co/JPL5GIKJgC
## 2225                                                                                                                  I predict my top genre will be rap #SpotifyWrapped
## 2226                                                                                                             I predict my top genre will be kpop lol #SpotifyWrapped
## 2227                                                                                  I see everyone cant wait for #SpotifyWrapped too, i thought i was the only one 😢💔💔
## 2228                                                                                 I predict my most played song will be [Juice Wrld - Scared of love] #SpotifyWrapped
## 2229                      Teddy Tip-FOCUS \n\nYou should pay more attention to your blessings than you do to your problems! \n\n#SpotifyWrapped… https://t.co/9sFHzG51AT
## 2230                      #CyberMondayAmazon #CyberMonday #SpotifyWrapped \n\n$10 in #bitcoin is waiting for you! To claim, use this link to si… https://t.co/rtFMeoj30U
## 2231                                                                                   I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped
## 2232                                                                           @bts_bighit predict my top artist will be [fill in top artist prediction] #SpotifyWrapped
## 2233                                                                                                           I predict my top artist will be Twice tbh #SpotifyWrapped
## 2234                                                                                               I predict my most played song will be atopos by björk #SpotifyWrapped
## 2235                                                                                               I predict my most played song will be Prick by Glaive #SpotifyWrapped
## 2236                                                                                                 I predict my top genre will be [italian trap music] #SpotifyWrapped
## 2237                       What if #baleciaga had gone after a specific race or group of people? \n\nI guarantee you that all celebrities would… https://t.co/LCS2H8hEJt
## 2238                                                                                                      I predict my top artist will be @taylorswift13 #SpotifyWrapped
## 2239                                                                                                             I predict my top artist will be DRIPPIN #SpotifyWrapped
## 2240                                                                                  Kpop I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped
## 2241                                                                     Yet to Come I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 2242                                                                                              I predict my most played song will be [NEW MAGIC WAND] #SpotifyWrapped
## 2243                                                                        I predict that my most played song will be like, are you satisfied by marina #SpotifyWrapped
## 2244                           Snow White Agate Point #agate #crystalsforsale #crystalshop #crystalhealing https://t.co/qQ31T5AHZm via @YouTube… https://t.co/b9EoKoHi7I
## 2245                                                                                 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 2246                                                                                                      I predict my most played song will be [RunBTS] #SpotifyWrapped
## 2247                      I predict my top genre will be Pop Punk or Alternative Metal #SpotifyWrapped\n\n(Pop punk is probably more likely tho… https://t.co/fGGbVL9bzh
## 2248                                                                                               I predict my most played song will be Horizon by WayV #SpotifyWrapped
## 2249                                                      Check out KING MENACE 👑⚡️'s video! #TikTok #SpotifyWrapped #CyberMonday #WorldCup2022  https://t.co/toi81YTWGL
## 2250                                                                                                              #SpotifyWrapped is the most wonderful time of the year
## 2251                                                                                            I predict my most played song will be Villain by DRIPPIN #SpotifyWrapped
## 2252                       🔴 Nuevo vídeo oficial del @FCBarcelona_es:\nWill the #SpotifyWrapped guesses of Oshoala and Geyse be as good as thei… https://t.co/jwuN0K8ySd
## 2253                                        @renoomokri who is bankrolling you? #CyberMondayAmazon #SpotifyWrapped #gntmgr #kudus #PoliticsToday https://t.co/FrjE8cDD8s
## 2254                                                                                          I bet my playlist is so chaotic like the year that 2022 is #SpotifyWrapped
## 2255                                                                                   I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped
## 2256                                    i think taylor swift and blackpink will be my top two artists, but i can't stop me by twice will be my top song. #SpotifyWrapped
## 2257                                                                                 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 2258                                                                                       I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped
## 2259                                                                                                                 I predict my top genre will be pop😭 #SpotifyWrapped
## 2260                                                                                             I predict my top artist will be @nighttempo hopefully 🤞 #SpotifyWrapped
## 2261                                   My predictions for my top 3 Artists on #SpotifyWrapped \n1. Selena Gomez\n2. Taylor Swift\n3. Sabrina Carpenter or Olivia Rodrigo
## 2262                                                                                     I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped
## 2263                                  Ridin To Heaven Dirty https://t.co/GhcbIVBVjx via @TrippyDaKid and Me! #SpotifyWrapped #CyberMondayAmazon… https://t.co/amA4ArKmy1
## 2264                                                                                                   I predict my most played song will be Getaway Car #SpotifyWrapped
## 2265                                                                                                 I predict my top artist will be 5 SECONDS OF SUMMER #SpotifyWrapped
## 2266                                                                                              I predict my most played song will be EMOTIONS BY 5SOS #SpotifyWrapped
## 2267                                                                                                   I predict my top podcast will be ["@WTA_insider"] #SpotifyWrapped
## 2268                                                    I predict my most played song will be [fill in top song prediction] #SpotifyWrapped rush hour juice wrld snippet
## 2269                                                                                                        I predict my top artist will be [Juice WRLD] #SpotifyWrapped
## 2270                            Give me doggy style abeg \n\nPortugal #SpotifyWrapped #FIFAWorldCupQatar2022 #คุณชายตอนจบ #kudus #kudus #Ukraine… https://t.co/ZlbdUFutC0
## 2271                                                                                               I predict my top artist will be [Olivia Rodrigo] #SpotifyWrapped 😭😭😭😭
## 2272                                                                        Don’t need no #SpotifyWrapped to know that this was on repeat for me https://t.co/57W3ove2ty
## 2273                                                                       I predict my most played song will be [What do you want from me? - Bad Omens] #SpotifyWrapped
## 2274                                                                                             In which college year you are? \n#SpotifyWrapped #WhatsApp #CyberMonday
## 2275                                                                       I predict my top genre will be something either incredibly sad or funky beats #SpotifyWrapped
## 2276                                                                                                  I predict my top podcast will be Nas Daily Podcast #SpotifyWrapped
## 2277                                                                                              I predict my most played song will be Sparks by The Dø #SpotifyWrapped
## 2278                       CYBER MONDAY – NATIONAL BRAND DAY – NATIONAL FRENCH TOAST DAY – RED PLANET DAY – CHANUKAH\n\nIts the holidays! And I… https://t.co/YJ4uKYVwzj
## 2279                        I predict my most played song will be out of tike by @theweeknd. I was obsessed with that song for the first half o… https://t.co/zXURVi5UWo
## 2280                        I'm ready to listen to the new #SpotifyWrapped with my Cheap premium headphones !link in bio!\nReady to listen to #theneighborhood on repeat
## 2281                                                                                              I predict my top podcast will be Either Side of Nhill. #SpotifyWrapped
## 2282                                                                                                        I predict my top genre will be ["Dance Pop"] #SpotifyWrapped
## 2283                                                                              Can't wait for spotify to tell me how gay i am #SpotifyWrapped https://t.co/UkbJZd0fG9
## 2284                                                                                              alright let’s see if I’m right #SpotifyWrapped https://t.co/nA6tmrmWyc
## 2285                                                                                                                I predict my top genre will be Rock. #SpotifyWrapped
## 2286                                                           I predict my top genre will be draaaaaaainnnnnnnnnn gangggggggggg #SpotifyWrapped https://t.co/bRTboPWuiF
## 2287                                                                                                       I predict my top artist will be Foo Fighters. #SpotifyWrapped
## 2288                                                                Published on YouTube: WILLOW definitely knows what’s on her #SpotifyWrapped. https://t.co/vmtZwJoJc9
## 2289                                                                                                       I predict my top artist will be The Kid LAROI #SpotifyWrapped
## 2290                                                                                                       I predict my top artist will be [@SheldRiley] #SpotifyWrapped
## 2291                                                                     I predict my most played song will be —&gt; Segurísimo sale All Too Well 10 min #SpotifyWrapped
## 2292                                                                                                                  I predict my top genre will be Pop #SpotifyWrapped
## 2293                                                                                   I predict my most played song will be I Am A River. Foo Fighters. #SpotifyWrapped
## 2294                                        Billboard cover I designed for @Tsu_Surf up in New York 👌 \n\n#Freesurf #Freethewave #SpotifyWrapped https://t.co/NjcB2adxoy
## 2295                                                                                        I predict my most played song will be I heard you’re married #SpotifyWrapped
## 2296                                                                                                          I predict my top artist will be @kanyewest #SpotifyWrapped
## 2297                                                                                  IT TAKES BRAINS TO RUN A BUSINESS, IT TAKES BALLS TO START ONE.\n\n#SpotifyWrapped
## 2298                               I predict my most played song will be\n [fill in top song prediction]\n\n100% my most played song this year!… https://t.co/shi5gNVunl
## 2299                                                                               I predict my most played song will be ["Not The Same" by @SheldRiley] #SpotifyWrapped
## 2300                                                                                           I predict my most played song will be SF9 - Summer Breeze #SpotifyWrapped
## 2301                  @elonmusk @BillyM2k You forgot one\n\n🇨🇳 \n\nhttps://t.co/bq17dwKUV6\n\n#ChinaProtests #SpotifyWrapped #CyberMondayAmazon… https://t.co/8296NVIpVm
## 2302                                                                 I predict my most played song will be either something from corpse or Delilah Bonn  #SpotifyWrapped
## 2303                         Guys big plea, share share share….. my pug Martin has fucked off, probably on the sesh somewhere, responds with to… https://t.co/tS3Wj685kb
## 2304                                                                                         Go listen with +8,000 others #Bless #SpotifyWrapped https://t.co/HVB7OexNda
## 2305                                                                                                             I predict my top genre will be [Rock(?] #SpotifyWrapped
## 2306                        ok,, #SpotifyWrapped #1 song prediction! i think it's probably yuck by charli xcx. or maybe lightbeamers by fka twi… https://t.co/C3W7UgdIbM
## 2307                                                                                                      I predict my top artist will be [Depeche Mode] #SpotifyWrapped
## 2308                                                        I predict my top genre will be  Indie or alternative rock, as that’s what I mainly listen to #SpotifyWrapped
## 2309                                                                                                     I predict my top artist will be [Taylor Swift ] #SpotifyWrapped
## 2310                                                                                   I predict my most played song will be Best For Me - The Kid LAROI #SpotifyWrapped
## 2311                                                                                                      I predict my top podcast will be distractible  #SpotifyWrapped
## 2312                                                                                                          I predict my top artist will be @zaynmalik #SpotifyWrapped
## 2313                                                                               I predict my most played song will be [How Soon is Now? - The Smiths] #SpotifyWrapped
## 2314                                                                                                I predict my most played song will be [talk by yeat] #SpotifyWrapped
## 2315                                                                                                           I predict my top artist will be Lady Gaga #SpotifyWrapped
## 2316                                   me when someone asks who my number one artist is knowing damn well it’s rex orange county #SpotifyWrapped https://t.co/Yp2GEaROsO
## 2317                     @DearSusyloveDi1 @dimash_official es espectacular! \n#DimashUniqueVoice para escuchar 24/7 \n#SpotifyWrapped\nTHE STOR… https://t.co/k6DpoOsXzM
## 2318                      Just waiting for #SpotifyWrapped to check how many people's list Rockstar @anirudhofficial is gonna top! 🤏😎\n\nCommen… https://t.co/ulNVlMZT1y
## 2319                                                when is #SpotifyWrapped dropping? i need a visual representation of how gay, depressed and horny i've been this year
## 2320                                                         Here’s an some new music for you… I Wrote This SAVAGE KAT\n#hiphop #SpotifyWrapped\nhttps://t.co/zcEOMQ2g0D
## 2321                                                                                                         ARTISTS that should be on your #SpotifyWrapped (a thread) 🎶
## 2322                                                                                                           prediction for my #SpotifyWrapped https://t.co/6pXY8r7WzA
## 2323                                       *When she says breakfast in bed* this's Exactly what she meant. 👌\n#SpotifyWrapped #CyberMondayAmazon https://t.co/Ri8cYBljTe
## 2324                                      I predict my most played song will be Blast Off by @silksonic @brunomars #andersonpaak #SpotifyWrapped https://t.co/qU1ehpyqc1
## 2325                                                                                      I predict my most played song will be True Romance by @ToveLo\n#SpotifyWrapped
## 2326                                                                                                      I predict my top artist will be [taylor swift] #SpotifyWrapped
## 2327                           Now, this is what I call brotherly love! 😂👏🏽 #DJKhaled #Diddy #BadBoy #Bday #BirthdayBoy #HipHopEd #BirthdayGift… https://t.co/IaXoVBQYH1
## 2328                                                                                       I predict my top artist will undoubtedly be @halsey again lol #SpotifyWrapped
## 2329                                                                                           I predict my most played song will be Poltergeist, Corpse #SpotifyWrapped
## 2330                                                                                        I predict my most played song will be Static Dress -  Sweet. #SpotifyWrapped
## 2331                                                                                                              I predict my top genre will be [indie] #SpotifyWrapped
## 2332                                                                                                     I predict my top artist will be champagne papi  #SpotifyWrapped
## 2333                                                                                                                          Feet pics $15 #SpotifyWrapped #feetfethish
## 2334                                                                                                          my predictions for #SpotifyWrapped https://t.co/XFLXsGQt3J
## 2335                                                                         I predict my most played song will be [the idea of growing old - features ] #SpotifyWrapped
## 2336                                                                            I predict my most played song will be something by corpse or beach bunny #SpotifyWrapped
## 2337                                We do ethical hacking 🇺🇸#SpotifyWrapped #instagram #youtube #twitter #tiktok #love #instagood #follow #like… https://t.co/DqRdDiF3rU
## 2338                                                             I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped #ArchetypesWithMeghan
## 2339                                                                                                            I predict my top genre will be [Arabesk] #SpotifyWrapped
## 2340                      @wednesdayaddams @netflix Hello, are you feeling bored? Or not feeling okay?\n\nIf yes, kindly click the link below t… https://t.co/GompFDI6hF
## 2341                          Link In My Bio‼️\n.\n.\n.\n#music #rap #playlist #Toosii #JCole #latenight #latenightvibe #NewMusic #SpotifyWrapped https://t.co/fheMAxS8H6
## 2342                                                                                                    Every year without fail. #SpotifyWrapped https://t.co/CHhHxqh8Vr
## 2343                                                                                                          I predict my top artist will be @conangray #SpotifyWrapped
## 2344                                                             @SQPHlE I predict @SQPHlE's most played will be [Midnight Rain] #SpotifyWrapped https://t.co/z7dhAT8Oh2
## 2345                                                                                          I predict my top podcast will be [the @xdannyxbrownx show] #SpotifyWrapped
## 2346                                                                                                         Watch as my top artist ends up being JVLA 🤭 #SpotifyWrapped
## 2347                       i hope mitski isn't my top artist for this years spotify wrapped ..\nim not the person i was when i was in the 0.05%… https://t.co/XA0rFWB8J8
## 2348                                                                                 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 2349                                                                         #SpotifyWrapped gonna need to give it a shot sometime to show you all what i listen to, lol
## 2350                                                                                                         I predict my top artist will be [TAYTAYYYY] #SpotifyWrapped
## 2351                                                                                              I predict my top genre will be   DSMP or rock or indie #SpotifyWrapped
## 2352                                                                                                                            i. just. want. my. damn. #SpotifyWrapped
## 2353                           @iamcardib Hello, are you feeling bored? Or not feeling okay?\n\nIf yes, kindly click the link below to be happy… https://t.co/89IvQS9Llk
## 2354                                                     Me to #traitorBajwa \n#คุณชายตอนจบ #مطار_الملك_سلمان #SpotifyWrapped #Freedom #Pakistani https://t.co/1ie0LDkfSq
## 2355                                                                                                              I predict my top artist will be weezer #SpotifyWrapped
## 2356                                                                                  I predict my most played song will be Summer Renaissance - BEYONCÉ #SpotifyWrapped
## 2357                                                                                                      I predict my top artist will be arctic monkeys #SpotifyWrapped
## 2358                                                                                                         I predict my top artist will be [@zackfox ] #SpotifyWrapped
## 2359                                      Hello, are you feeling bored? Or not feeling okay?\n\nIf yes, kindly click the link below to be happy… https://t.co/iDoGIrtqy1
## 2360                                                                                                     I predict my most played song will be [JoySpin] #SpotifyWrapped
## 2361                          "Nature always look out for the preservation of the universe"\n       ~ Robert Boyle\n#innovation #SpotifyWrapped… https://t.co/N1x9PdNmof
## 2362                                                                                                                I predict my top genre will be [Rap] #SpotifyWrapped
## 2363                                                                                   I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped
## 2364                                                                                     I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped
## 2365                                                                                     I predict my top artist will be @Harry_Styles or @taylorswift13 #SpotifyWrapped
## 2366                                                                                       I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped
## 2367                                                                                            I predict my most played song will be a beatles funny :) #SpotifyWrapped
## 2368                                                                                              Spotify Wrapped 2022 be like:\n#SpotifyWrapped https://t.co/5kmBtqdfzO
## 2369                                                                       I predict my most played song will be right where you left me by Taylor Swift #SpotifyWrapped
## 2370                                                                                                                 I predict my top genre will be KPOP #SpotifyWrapped
## 2371                                                                                 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 2372                                                                                         I predict my top podcast will be @WVFRM and @SafetyThirdPod #SpotifyWrapped
## 2373                                                                                                          I predict my top artist will be @Shinedown #SpotifyWrapped
## 2374                                                                       I predict my most played song will be “Everything Goes On” by Porter Robinson #SpotifyWrapped
## 2375                                                                                                          I predict my top genre will be [Metalcore] #SpotifyWrapped
## 2376                      bro, ik the staff at Spotify is under MAD PRESSURE about #SpotifyWrapped 😭😭 \n\nalso let’s hope the designers don’t m… https://t.co/DSn5m9IA54
## 2377                                                                                                        I predict my top artist will be Taylor Swift #SpotifyWrapped
## 2378                                               I wonder how my #SpotifyWrapped will be like this year? 🤔 who knows 🤔 https://t.co/haw0gwaVjC https://t.co/TAdnuXrtIC
## 2379                                                                                          I predict my top artist will be No Burnham or Taylor Swift #SpotifyWrapped
## 2380                                                                                I predict my top artist will be either taylor swift or ozzy osbourne #SpotifyWrapped
## 2381                        You Spotify account can tell me more about if we connect or not than anything else. FACTS\n#SpotifyWrapped #nsfwtwt… https://t.co/lqL9iae6Oo
## 2382                                     I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped el amor de mi visa uwu o tomás va a morir idk
## 2383                                               I predict my top artist will be beach bunny or corpse #SpotifyWrapped   I’ll reply below when it comes out what I got
## 2384                                                                                                            I predict my top genre will be Dance Pop #SpotifyWrapped
## 2385                                                                           Can't wait for this year's #SpotifyWrapped #JosephQuinn #JoeQuinn https://t.co/HXYQ95CO7C
## 2386                                                                     I predict my top artist will be [Megan Thee Stallion🫶🏽] #SpotifyWrapped https://t.co/8OaRTlmcJq
## 2387                               Our royal jelly capsules will assist you in enhancing your general health, boosting your immunity.\nBuy Now:… https://t.co/nvAmkFFhfW
## 2388                                         I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped @dref_kun @Imaginedragons @sushitrash no se
## 2389                        Please Donate to 'Feed The Children' Our goal is to help those families and children in desperate need of help. Lin… https://t.co/ZmwNsl1UBu
## 2390                                                             Burna definitely gonna appear a few times in my #SpotifyWrapped … the way I had It’s Plenty on repeat 😩
## 2391                                                              my top artist will be blackpink and my top genre will be either indie pop, kpop or pop #SpotifyWrapped
## 2392                                                                                       I predict my most played song will be Michael in the Bathroom #SpotifyWrapped
## 2393                                                                                                                    #SpotifyWrapped stream!! https://t.co/TTFDkFBuax
## 2394                                                                                I predict my most played song will be Treacherous (Taylor’s version) #SpotifyWrapped
## 2395                                                                              I predict my most played song will be freefall or devil like me by rks #SpotifyWrapped
## 2396                                                                                      I predict my top artist will be Lady Gaga fourth times a charm #SpotifyWrapped
## 2397                                                                                                             I predict my top podcast will be rslash #SpotifyWrapped
## 2398                                         I predict my most played song will be Ojitos Lindos by bad bunny 🤌😭🤌✨✨ #SpotifyWrapped  #BadBunny https://t.co/NgTWUTZ4dh
## 2399                                        First Video? Comment other ideas.. #vlog #YouTube #youtubeshorts #games #gamingcommunity #gaming #SpotifyWrapped #Birmingham
## 2400                                                                                     I predict my top genre will be  the sound of sbr men whimpering #SpotifyWrapped
## 2401                       Don't forget to like &amp; subscribe please\nhttps://t.co/kT2osip7Ye\n#FIFAWorldCupQatar2022 #SpotifyWrapped #CyberMondayAmazon #WorldCup2022
## 2402                                                                                                   I predict my top artist will be Rex Orange County #SpotifyWrapped
## 2403                                                                         my festival gave me a good idea on how my #SpotifyWrapped will look https://t.co/2xgV1HqJoW
## 2404                                                                                                   I predict my top artist will be clearly [BTS] #SpotifyWrapped 👁👄👁
## 2405                                                                                                            I predict my top artist will be [Bergen] #SpotifyWrapped
## 2406                         Date idea:\nWe watching some Psycopath and Serialkiller documentarys on Netflix\n#nsfwtwt #nsfwxRolePlay #Dateidea… https://t.co/kvBhNDOcy1
## 2407                                                            @Spotify show me my #SpotifyWrapped wrapped and I won’t unleash these two on you https://t.co/Lapmx4Y8GT
## 2408                                                                                          I'm quite excited for my #SpotifyWrapped this year https://t.co/nyH1sDi1wc
## 2409                                                                                                           DROP IT RIGHT NOW #SpotifyWrapped https://t.co/xGwQPGmneT
## 2410                                      I predict my most played song will be [fill in top song prediction] #SpotifyWrapped en volá alguna del @saatiroo o @dref_kun 💘
## 2411                                                                                       I predict my most played song will be [Seni Kalbimden Kovdum] #SpotifyWrapped
## 2412                                                                                  I predict my top podcast will be [my internal monologue of course] #SpotifyWrapped
## 2413                                                                                                       tyler def gonna be my top 1 artist this year  #SpotifyWrapped
## 2414                                                                                       I predict my most played song will be the town inside me 100% #SpotifyWrapped
## 2415                               i predict my most played song/top artist will be charli xcx and/or phoebe bridgers and I only have my bf to thank lol #SpotifyWrapped
## 2416                                                                             I predict my most played song will be Suspicious Minds by Elvis Presley #SpotifyWrapped
## 2417                                                                                           I predict my top artist will be @dannyelfman #SpotifyWrapped\n\nNo doubt.
## 2418                                        i think my most listened to song is gonna either: be sorry i love u - stray kids\nhard to love - blackpink\n #SpotifyWrapped
## 2419                        I predict my most played song will be diego brando moaning in my ear as i i tighten my grip around his shaft and he… https://t.co/PfYdc0OYgr
## 2420                                                                               I predict my most played song will be keep it up by Rex Orange County #SpotifyWrapped
## 2421                                                                                       I predict my top artist will be Chase Atlantic 😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍#SpotifyWrapped
## 2422                                   I seek strength, not to be greater than other, but to fight my greatest enemy, the doubts within myself.… https://t.co/F7sVrlK2Il
## 2423                                                                                           I predict my most played song will be Circle in the Sand! #SpotifyWrapped
## 2424                                                Joining the #instafest trend until the #SpotifyWrapped 2022 comes\n\nhttps://t.co/nS9fQiuNx0 https://t.co/vDw1YTYp6Q
## 2425                                                                                                       I predict my top artist will be Elvis Presley #SpotifyWrapped
## 2426                                                                                           I predict my most played song will be Mutter by Rammstein #SpotifyWrapped
## 2427                                                                Blindspot mix 47 Afrofusion by DJ Ricky Augustine https://t.co/8TcMPnprQE\n#cedanews #SpotifyWrapped
## 2428                                                                                                            I predict my top artist will be [Mitski] #SpotifyWrapped
## 2429                                                                                I predict my top podcast will be nothing, I don’t listen to podcasts #SpotifyWrapped
## 2430                                                                                                            I predict my top podcast will be BANTER. #SpotifyWrapped
## 2431                                                                        We predict our most played song will be about BBQ 🎵  #SpotifyWrapped https://t.co/3VKB2SiU25
## 2432                                                                                                I predict my top artist will be cigarettes after sex #SpotifyWrapped
## 2433                                                                                                              Excited for my annual psych evaluation #SpotifyWrapped
## 2434                                                                                                   I predict my top genre will be [Losing my sanity] #SpotifyWrapped
## 2435                           Dm and chart with an expert before placing an order \n#SpotifyWrapped #CyberMondayAmazon #kudus #AcademicTwitter… https://t.co/4jXgSQAHIt
## 2436                                                                                                     I predict my top podcast will be [@MyFavMurder] #SpotifyWrapped
## 2437                                                                                                                 I predict my top artist will be BTS #SpotifyWrapped
## 2438                                                                                  I predict my most played song will be Easy Lover by @elliegoulding #SpotifyWrapped
## 2439                                                                                                                                          #SpotifyWrapped 4 BIG GUYS
## 2440                                                                                                          I predict my top genre will be i dont know #SpotifyWrapped
## 2441                             I love those who can smile in trouble ☺️\n#ronimiah #freelancer #entrepreneur #PicOfTheDay #photography #nature… https://t.co/543168Yerf
## 2442                                                                                                              I predict my top artist better be Joji #SpotifyWrapped
## 2443                                                                                                        I predict my top podcast will be @deadlockpw #SpotifyWrapped
## 2444                                                                                                                I predict my top genre will be K-Pop #SpotifyWrapped
## 2445                                                            Stonner 😎 #SpotifyWrapped #FiestaT5 #RedVelvet #420Goddess #420Girl #weedsmokers https://t.co/hKO2aEiWwC
## 2446                                                  I predict my most played song will be [Bahibak] #SpotifyWrapped\n\nDont judge me please i was in the mood for love
## 2447                                                                                                       I predict my top podcast will be The receipts #SpotifyWrapped
## 2448                                                                                                                                  I don’t wanna know #SpotifyWrapped
## 2449                         @PeterObi - we nonde give shishi..ATAWA🙆‍♂🤣🤣 #SpotifyWrapped #CyberMondayAmazon #FIFAWorldCupQatar2022 #CyberMonday… https://t.co/RS9onTS3Ko
## 2450                                                                                               I predict my most played song will be sex, drugs, etc #SpotifyWrapped
## 2451                                                                                                       I predict my top artist will be @breakingbenj #SpotifyWrapped
## 2452                                                                                                        I predict my top artist will be [@MacMiller] #SpotifyWrapped
## 2453                                                                    I went through a number of phases this year. I’m confident my #SpotifyWrapped will be a toss-up.
## 2454                                                                                            I predict my most played song will be FAKE LOVE by BTS \n#SpotifyWrapped
## 2455                    My #SpotifyWrapped predictions 🤠\n\nTOP SONG: Wet Dream - Wet Leg\n\nTOP GENRE: rock? hope it's more specific, like 'gr… https://t.co/8YuC3vlhqm
## 2456                                                        I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped\n\n5 Minuten Harry Podcast
## 2457                                                                                                        I predict my top genre will be [Rap/Hip-Hop] #SpotifyWrapped
## 2458                            #SpotifyWrapped pls don’t come at me I had my gay awakening this year and I also had to change my life plans 62x https://t.co/gaSGW4SwxH
## 2459                                                                                                              I predict my top genre will be R&amp;B #SpotifyWrapped
## 2460                                                                          once again my most played song will be august or another Taylor swift song #SpotifyWrapped
## 2461                                                                                                       I predict my top podcast will be Distractible #SpotifyWrapped
## 2462                                                                                                              I predict my top artist will be Eminem #SpotifyWrapped
## 2463                                                                    I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped\n\nAlic Benjamin
## 2464                                                                                                             I predict my top artist will be Beyoncé #SpotifyWrapped
## 2465                                                                                                    I predict my most played song will be Brambleton #SpotifyWrapped
## 2466                                                                                       I predict my most played song will be Last Last - Burna Boy #SpotifyWrapped 😭
## 2467                                                                                                        I predict my top artist will be [The Weeknd] #SpotifyWrapped
## 2468                                     @elonmusk @Jason It’s time to rip the bandage off! #SpotifyWrapped #RedVelvet #CyberMonday #WorldCup2022 #Sasmos #Ukraine️ #Elon
## 2469                                                               I predict my most played song will be die for you by joji, I will lose it if it’s not #SpotifyWrapped
## 2470                                                                                                                 I predict my top genre will be Rock #SpotifyWrapped
## 2471                                                                           I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped\n\nIndi Pop
## 2472                                                                                                                                       WHERE'S MY #SpotifyWrapped!!?
## 2473                                                                                      I predict my most played song will be Vandalize by ONE OK ROCK #SpotifyWrapped
## 2474                                                                                                         I predict my top artist will be $uicideboy$ #SpotifyWrapped
## 2475                                                                                                             I predict my top artist will be Weeekly #SpotifyWrapped
## 2476                                                                                                  I predict my top podcast will be [FUCK PODCASTS!!] #SpotifyWrapped
## 2477                                              i predict my most played song will be [i honestly have no idea i've been all over the place this year] #SpotifyWrapped
## 2478                                                             It feels like #SpotifyWrapped is coming soon in my playlist. What you think which is your top category.
## 2479                                                                                                            I predict my top artist will be [Alex G] #SpotifyWrapped
## 2480                                                                                              I predict my top genre will be Girl Group Kpop or Rock #SpotifyWrapped
## 2481                                                                                                  I predict my top podcast will be pipp’s podcast……. #SpotifyWrapped
## 2482                          @Sugababes @keisha_buchanan @Mutyabuena21 @siobhandonaghy Signed up ladies💜 #Sugababes #SpotifyWrapped #SpotifyUK… https://t.co/mKLTme70n5
## 2483                                                                                           I predict my most played song will be [ROS by @MacMiller] #SpotifyWrapped
## 2484                                                                                              I predict my top podcast will be firewhisky and honey  #SpotifyWrapped
## 2485                                                                                                          I predict my top genre will be [Idk lmfao] #SpotifyWrapped
## 2486                                                                                                            I predict my top artist will be twice 🫶🏼 #SpotifyWrapped
## 2487                        #SpotifyWrapped #spotifywrapped2022 guys taylor was a complete accident i’m sorry. i didn’t mean for it to happen i… https://t.co/zZUiDIDoK0
## 2488                                                                         I predict my top podcast will be hobbylos von @Julien_Bam und @rezomusik :D #SpotifyWrapped
## 2489                                                                                             and i predict my top artist will be my chemical romance #SpotifyWrapped
## 2490                                                                                                     I predict my top genre will be kpop bc of twice #SpotifyWrapped
## 2491                                                                                               I predict my most played song will be [Gnaw - Alex G] #SpotifyWrapped
## 2492                                                                                 I predict my most played song will be "Fish in the water" - AKMU. 😁 #SpotifyWrapped
## 2493                                                                                          I predict my most played song will be Butterfly by Weeekly #SpotifyWrapped
## 2494                                                                              I predict my top podcast will be wholesome magic sweetheart from toh 😋 #SpotifyWrapped
## 2495                                                        I predict my most played song will be perfect world by twice or vicious by sabrina carpenter #SpotifyWrapped
## 2496                            This video really united Kenyans😂💔\nLeao\nPiers\nRonaldo\nUhuru Kenyatta\n#FIFAWorldCupQatar2022 \n#CyberMonday… https://t.co/xIp3uWbpeZ
## 2497                                                                                                        I predict my top artist will be Taylor Swift #SpotifyWrapped
## 2498                                                                                                        I predict my top artist will be Taylor Swift #SpotifyWrapped
## 2499                                                       I predict my most played song will be either the ghost of you, or boy division (both by mcr). #SpotifyWrapped
## 2500                                                                                                        I predict my top artist will be Taylor Swift #SpotifyWrapped
## 2501                                                                                                          I predict my top genre will be English pop #SpotifyWrapped
## 2502                                                        That's Hilarious by @charlieputh is definitely one of my top listened to tracks of 2022. \n\n#SpotifyWrapped
## 2503                                                                                                            I predict my top artist will be [Mitski] #SpotifyWrapped
## 2504                                         Big sale days have started on amazon, click https://t.co/3Rkx7CIrz9\n\n#SpotifyWrapped #GiftGalaxy CONGRATULATIONS JUNGKOOK
## 2505                                                                                                           I predict my top artist will be @DukiSSJ  #SpotifyWrapped
## 2506                                                                                   Can’t wait to see little mix being my top Artist 6 years in a row #SpotifyWrapped
## 2507                                                                                                                 I predict my top artist will be BTS #SpotifyWrapped
## 2508                                                                         Anyways, what's everyone's red carpet look for @Spotify 's #SpotifyWrapped . I wanna seeee👀
## 2509                                                                                                       I predict my top artist will be [the wrecks ] #SpotifyWrapped
## 2510                        I'm anxious for my #spotifywrapped this year... last year it was @theavettbros and I have a feeling this year its g… https://t.co/x4uHqPWcMG
## 2511                                                                                                           I predict my top genre will be [idk tbh ] #SpotifyWrapped
## 2512                                                                                    I predict my most played song will be some taylor swift song lol #SpotifyWrapped
## 2513                                                                                                           I predict my top genre will be kpop -duh🤪 #SpotifyWrapped
## 2514                    12 odds, all in. If your mind no go split the tickets.\n\nKindly DM for telegram link.\n\n#SpotifyWrapped  #NBA  #1xbet… https://t.co/bogp2445Bz
## 2515                                                       I predict my most played song will be probably like we fell in love in October by girl in red #SpotifyWrapped
## 2516                                                                                   I predict my most played song will be reflection, allegretto, you #SpotifyWrapped
## 2517                                                                                                        I predict my top artist will be TAYLOR SWIFT #SpotifyWrapped
## 2518                                                                                                I predict my top podcast will be Hogwarts Ambience 🤣 #SpotifyWrapped
## 2519                                                                                                              I predict my top artist will be Future #SpotifyWrapped
## 2520                                               I predict my most played song will be Miss You by Oliver Tree #SpotifyWrapped and it is entirely @JesseCannon's fault
## 2521                                                                                          I predict my most played song will be GUERRILLA by ATEEZ!! #SpotifyWrapped
## 2522                           I kinda have good taste 🤭don’t know why Taylor is their barely listen to her. #instafest #SpotifyWrapped #spotify https://t.co/yfQcHPhrpk
## 2523                                                                                 I predict my most played song will be super freaky girl or smth idk #SpotifyWrapped
## 2524                                                               Do you welcome the arrival of this year's #SpotifyWrapped or do you fear what darkness it may unveil?
## 2525                                                                                                                  I predict my top genre will be Rap #SpotifyWrapped
## 2526                                                                                                               I predict my top artist will be #Zayn #SpotifyWrapped
## 2527                                                                                                               I predict my top genre will be [kpop] #SpotifyWrapped
## 2528                                                                                                           I predict my top artist will be Pop Smoke #SpotifyWrapped
## 2529                                                                        I predict my top artist will be Sopor Aeternus &amp; The Ensemble of Shadows #SpotifyWrapped
## 2530                                                                                                             OmiFest 2023 !! #SpotifyWrapped https://t.co/4kK6QMKDep
## 2531                                     CkashOut x Dthang Drowz     #AFF #Trending   #NewVideoAlert #crunchgang #foryourpage #Formula1 #iTunes… https://t.co/RrqAZQOyAx
## 2532                                                                                  I predict my top artist will be @halsey #SpotifyWrapped hoping to be in the top 1%
## 2533                                                                               I predict my most played song will be Armed and Dangerous by King Von #SpotifyWrapped
## 2534                                                                                      Maybe tomorrow will be the day that #SpotifyWrapped drops...\nI live in hope 😬
## 2535                                                         My 2022 was full of Kara Swisher pods and pop jams. Prove me wrong, #SpotifyWrapped https://t.co/n0wF1gzpA7
## 2536                        I predict my #SpotifyWrapped will have plenty of Rome Streetz. Some Action Bronson and Roc Marciano in there. I’m p… https://t.co/zYX5mAWb3T
## 2537                                                                                     I predict my most played song will be Only the Dead in the Mist #SpotifyWrapped
## 2538                                                                                               I predict my top artist will be @OfficialSteps (Duh)  #SpotifyWrapped
## 2539                                                                                                         I predict my top podcast will be [Edeltalk] #SpotifyWrapped
## 2540                        *💞💞💞LIFE IS SWEET WHEN YOU UNDERSTAND THE SECRET TO CREATE WEALTH, THE SECRET HAS BEEN UNVEILED...MAKE A GREAT DECI… https://t.co/URegw0i7Aa
## 2541                                     Me pretending to be surprised when I see that my #SpotifyWrapped is literally written by @SofiaCarson 🫠 https://t.co/JMW9dc8Bt8
## 2542                                                                                                  I predict my most played song will be off the grid #SpotifyWrapped
## 2543                                              I get more excited about Spotify wrapped than my birthday and I pretty much know what will be on it 😭😭 #SpotifyWrapped
## 2544                                                                                  I predict my most played song will be Let you down by @nfrealmusic #SpotifyWrapped
## 2545                                                                                      I predict my most played song will be The Tradition by @halsey #SpotifyWrapped
## 2546                                                                                              I predict my top genre will be [trance] #SpotifyWrapped \n\nno contest
## 2547                                               me pretending to be shocked when i find out bts are my most streamed artists #SpotifyWrapped  https://t.co/YVnAnIhtHA
## 2548                        I predict my most played song will be [Rick Ashley - Never Gona Give You Up] (because people use it for rickrolling… https://t.co/Uz2aScusor
## 2549                                                                                               I predict my top artist will be Steam Powered Giraffe #SpotifyWrapped
## 2550                                                                                                              I predict my top artist is @FabvLMusic #SpotifyWrapped
## 2551                                                       bts when they find out they’re my number one artists on spotify again #SpotifyWrapped https://t.co/VQ8BJgNOGg
## 2552                     my #SpotifyWrapped predictions\ntop song: end of beginning by Djo\ntop artist: Taylor Swift\ntop podcast: Off Menu (so… https://t.co/a2zrllOSRt
## 2553                                                                                                           I predict my top podcast will be BANTER!! #SpotifyWrapped
## 2554                         #SpotifyWrapped trends as @Spotify begins to tease its 2022 roll out 👏Essentially this is your warning to go ahead… https://t.co/9weUDRPojN
## 2555                           Wedding ❣️❣️ photography \nInbox me for photo editing \n \n#lightroom #editing #SpotifyWrapped #RedVelvet #Twitter… https://t.co/AfT7K4smQf
## 2556                            May as well get another listen of @bearmccreary 's #RingsofPower soundtrack before #SpotifyWrapped is out! It's gonna number one anyway!
## 2557                                                                                                   VEM LOGO SPOTIFY WRAPPED nao aguento mais esperar #SpotifyWrapped
## 2558                                                                                                    I predict my top artist will be Harry styles ofc #SpotifyWrapped
## 2559                                                                                                         I predict my top genre will be pop for sure #SpotifyWrapped
## 2560                                    I predict my most played song will be the moans of johnny joestar getting finger blasted so hard he sets himself #SpotifyWrapped
## 2561                    🔥 ALL CYBER MONDAY DEALS HERE! 🔥\n👉👉 https://t.co/Fh38MdY9Yl\n✅ I earn from qualifying purchases.\n• Promo codes, if a… https://t.co/97nf4lGLNl
## 2562                                                                                                   I predict my most played song will be as it was 🧐 #SpotifyWrapped
## 2563                                                                     I predict my most played song will be coast - hailee steinfeld fr anderson paak #SpotifyWrapped
## 2564                         *AM NOT HERE TO CONVINCE ANYONE TO BELIEVE MY GAMES..  I CAN'T FORCE YOU TO MAKE MONEY...  I DON'T DO PAY AFTER OR… https://t.co/dA1qHPYvDJ
## 2565                                                                                                       I predict my top artist will be @trixiemattel #SpotifyWrapped
## 2566                                                                                         I predict my top genre will be POP. Hands down. No question #SpotifyWrapped
## 2567                                  I predict my most played song will be [fill in top song prediction] #SpotifyWrapped  mmmmmm i think its a… https://t.co/sI0GAmEfnv
## 2568                                                                                                       I predict my top artist will  be harry styles #SpotifyWrapped
## 2569                                                                                                               I predict my top artist will be [Djo] #SpotifyWrapped
## 2570                                                                                       I predict my most played song will be ["Tissues" by YUNGBLUD] #SpotifyWrapped
## 2571                                                                                                            I predict my top genre will be genre pop #SpotifyWrapped
## 2572                                             distance yourself for awhile and you will realize a lot \n\n#FIFAWorldCupQatar2022 #SpotifyWrapped \n#CyberMondayAmazon
## 2573                                                                                         I predict my most played song will be [Everyday by Sofaygo] #SpotifyWrapped
## 2574                                                                                    I predict my most played song will be anything from harrys house #SpotifyWrapped
## 2575                                                                                                           I predict my top artist will be glee cast #SpotifyWrapped
## 2576                                                        Getting ready to blame my music choices on my daughter. That's what she's there for, right?  #SpotifyWrapped
## 2577                                                                                                                I predict my top genre will be k-pop #SpotifyWrapped
## 2578                                                                        I predict my top podcast will be “The Read” hosted by Kid Fury &amp; Crissle #SpotifyWrapped
## 2579                                                                                                         I predict my top artist will be Addison Rae #SpotifyWrapped
## 2580                  Application fee waiver Good luck \n.\n#SpotifyWrapped #RedVelvet #FIFAWorldCupQatar2022 #CyberMonday #YasakElma #乌鲁木齐… https://t.co/kozxXzs9gi
## 2581                                                                                            I predict my most played song will be wa da da by kepler #SpotifyWrapped
## 2582                                                                                    I predict my most played song will be [whole lotta Money remix ] #SpotifyWrapped
## 2583                                                                                                            I predict my top genre will be Dream SMP #SpotifyWrapped
## 2584                                                                                         I predict my most played song will be Maniac by @Stray_Kids #SpotifyWrapped
## 2585                                                                              I predict my most played song will be sabbath school by Devon hendicks #SpotifyWrapped
## 2586                                                                                       I predict my most played song will be  Big City Life by Luude #SpotifyWrapped
## 2587                               New Vid Up Now‼️\nLink Below⬇️⬇️⬇️⬇️\n\n(https://t.co/rKn5R3AeyS) \n\n#lilgotit #atl #atlanta #hoodbaby #youtuber… https://t.co/Usou7yoruc
## 2588                                                                                                                  I predict my top genre will be POP #SpotifyWrapped
## 2589                                                                                                 I predict my most played song will be Hello by OMFG #SpotifyWrapped
## 2590                        I predict my most played song will be Sleepwalking by All Time Low cause there's no way it's in the 30s of my top 5… https://t.co/zOTKWYZD76
## 2591                                                              I predict my most played song will be “Lover, You Should’ve Come Over” by Jeff Buckley #SpotifyWrapped
## 2592                                                                                            I predict my top podcast will be [lions lead by donkeys] #SpotifyWrapped
## 2593                                                                                                           I predict my top podcast will be PAUL POD #SpotifyWrapped
## 2594                                                      I predict my most played song will be aikido neurotic/erotic or suburbia overture by will wood #SpotifyWrapped
## 2595                                                                      I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped pretty basic
## 2596                                                                                 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 2597                                                                       I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped Nessa Barrett
## 2598                                   Can we normalize paying a bill as a Christmas gift instead of gift sets nobody gone use? #MerryChristmas… https://t.co/tg232kfClz
## 2599                                                                                        I predict my top artist will be taylor swift without a doubt #SpotifyWrapped
## 2600                                                                                   I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped pop
## 2601                                                                                                               I predict my top artist will be [BTS] #SpotifyWrapped
## 2602                                This is a safe space 🤫 — who will be your top 3 artists of 2022? Drop a comment below 👇🏾 \n\n#SpotifyWrapped https://t.co/X4QBbd57yJ
## 2603                                                                                       I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped
## 2604                                                  I predict my most played song will be [fill in top song prediction] #SpotifyWrapped to hot to cry by Nessa Barrett
## 2605                                           Will the #SpotifyWrapped guesses of Oshoala and Geyse be as good as their dance moves? 💃 #shorts… https://t.co/ddGOVBhUOi
## 2606                                                                                  I predict my most played song will be keep driving by harry styles #SpotifyWrapped
## 2607                                                                                                               I predict my top genre will be [kpop] #SpotifyWrapped
## 2608                                                                                                        I predict my top artist will be Taylor Swift #SpotifyWrapped
## 2609                                                                                                  I predict my most played song will be [Stay Alive] #SpotifyWrapped
## 2610                                                            My #SpotifyWrapped will most likely be a chaos of different songs and genres that don’t match in any way
## 2611                                                                                                        I predict my top podcast will be @AGpodcast  #SpotifyWrapped
## 2612                               the only data i got from spotify is that i listened to speak by jhené aiko 143,721 times and i'm on a watch list now  #SpotifyWrapped
## 2613                                                                                                              I predict my top artist will be Eminem #SpotifyWrapped
## 2614                        I wish you a Merry Christmas. This is coming from Life Family Money a clothing brand and musical production company… https://t.co/ObjXwPYnan
## 2615                                                                                                 I predict my most played song will be Re-harmonize. #SpotifyWrapped
## 2616                       Portugal 2-0 Uruguay\n🔥🔥🔥🔥\nPortugal won congratulations 👏👏👏👏👏\nUnbelievable Portugal team strength back 🔥🔥🔥\n#goals… https://t.co/vKXTDxZGNi
## 2617                                                                                              I predict my top genre will be I swear if it’s dnb 🤧🤧🤧 #SpotifyWrapped
## 2618                       I predict my most played song will be BEST INTEREST BY TYLER THE CREATOR #SpotifyWrapped \nYALL DONT FUCKING KNOW HOW MUCH I LOVE THIS SINGLE
## 2619                                                                                     I predict my most played song will be dangerous by madison beer #SpotifyWrapped
## 2620                         Newly dropped Bad boy intro on audiomack by Larish #SpotifyWrapped #ASUUstrike #CyberMonday #FIFAWorldCupQatar2022… https://t.co/1D0YGGEsRk
## 2621                                                                                                   I predict my top artist will be Harry Styles 100% #SpotifyWrapped
## 2622                        I would go to this concert...I would pay premium for this concert! 🥹🥹 You can't beat the "soothing piano classics f… https://t.co/7ALQMCg3kw
## 2623                                                                                                    I predict my top artist will be @machinegunkelly #SpotifyWrapped
## 2624                                                                   I predict my most played song will be [Bryson Tiller - Timeless Interlude Pt. II] #SpotifyWrapped
## 2625                                                                                  I predict my most played song will be One More Year by @tameimpala #SpotifyWrapped
## 2626                                                                                                              I predict my top genre will be hip-hop #SpotifyWrapped
## 2627                                                                             I predict my most played song will be As It Was by King @Harry_Styles ❤️ #SpotifyWrapped
## 2628                                                                                     I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped
## 2629                                                                                                             I predict my top artist will be [TWICE] #SpotifyWrapped
## 2630                                                              Self portraits are the best #SpotifyWrapped #RedVelvet #乌鲁木齐 #WorldCup2022 https://t.co/krpi5Rrn1G
## 2631                                                          #SpotifyWrapped tells you WAY more about the people you might be interested in than their therapist could.
## 2632                                                                                                               I predict my top genre will be [KPOP] #SpotifyWrapped
## 2633                                                                                       I predict my most played song will be Megalovania by a mile.  #SpotifyWrapped
## 2634                                                                                     I predict my most played song will be [https://t.co/oN1Ipehsp8] #SpotifyWrapped
## 2635                                                                                                    I predict my top artist will be [@taylorswift13] #SpotifyWrapped
## 2636                                                                          I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped vylet pony
## 2637                                                                                                      I predict my top artist will be @tameimpala ❤️  #SpotifyWrapped
## 2638                                                                                               imb a spotify cat, i;ll poste mine #SpotifyWrapped for every1 to see!
## 2639                                                                                               I predict my most played song will be Arose by eminem #SpotifyWrapped
## 2640                               Awesome activities..\n#FIFAWorldCupQatar2022\n#คุณชายตอนจบ\n#FIFAWorldCup\n#البرازيل_ِسويسرا\n#kudus\n#Ukraine️… https://t.co/qLfAxZcGqX
## 2641                                                                                 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 2642                                                                                                         I predict my top artist will be Nicki Minaj #SpotifyWrapped
## 2643                                                                                                   I predict my most played song will be Coconut Rum #SpotifyWrapped
## 2644                          currently missing this handsome man 🥹🥹 #SpotifyWrapped #CyberMonday #ENHYPEN #ENHYPEN_SUNGHOON #SUNGHOON #Chicago… https://t.co/aCFbqPYtS9
## 2645                                                                                            I predict my top podcast will be [the conversation cast] #SpotifyWrapped
## 2646                               "Caress" Out Now on All Major Platforms! @ItsBMcKnight @Usher\n@jtimberlake @foxsoultv @Pharrell\n@Timbaland… https://t.co/J1tmT9EtMV
## 2647                                                                                                        I predict my top artist will be [the smiths] #SpotifyWrapped
## 2648                                                                                           I predict my most played song will be HENTAI - by Rosalia #SpotifyWrapped
## 2649                                                              and when my most streamed song turns out to be "brown noise for deep sleep" then what\n#SpotifyWrapped
## 2650                                                                  I predict my most played song will be Don’t You Worry Child by Swedish House Mafia #SpotifyWrapped
## 2651                                                                                                          I predict my top genre will be [indie pop] #SpotifyWrapped
## 2652                                                                                                 I predict my top podcast will be [ART OF MANLINESS] #SpotifyWrapped
## 2653                                                                                    I predict my most played song will be Alien Superstar by Beyoncé #SpotifyWrapped
## 2654                                                                                   This is really tiding me over until #SpotifyWrapped time! https://t.co/BVZtwVc30L
## 2655                                                                                         I predict my most played song will be [pretty when you cry] #SpotifyWrapped
## 2656                                           I predict my most played song will be “Thinking too much” by @MARCEBASSY  #SpotifyWrapped\n\nIf it’s not, I don’t want it
## 2657                                                                              I predict my most played song will be [heaven knows I’m miserable now] #SpotifyWrapped
## 2658                                                                                                  #SpotifyWrapped trying real hard to make us forget about Joe Rogan
## 2659                                                                                               I predict my top artist will be lemon demon or mitski #SpotifyWrapped
## 2660                                                                                             I predict my most played song will be Stop it Now - SF9 #SpotifyWrapped
## 2661                        I predict my top artist will be Red Hot Chili Peppers and if it's not I don't know what I've been doing for the las… https://t.co/wZYfutiEQj
## 2662                                        Forget about Spotify wrapped,show me your Spotify instafest\n#SpotifyWrapped \n#Spotify \n#instafest https://t.co/WYkoXZvBRx
## 2663                                                                       I predict my top artist will be rina sawayama like it is literally every year #SpotifyWrapped
## 2664                        @Accurate_slip Good evening Hilary bet.. I am happy to post that you bless my husband with this you game.. I have t… https://t.co/JlxNy7KHb0
## 2665                                                                                                 @Spotify PLEASE I CANT WAIT #SpotifyWrapped https://t.co/4m1CqVwFlg
## 2666                                       I’m thinking about starting an app for pure bloods …. It’ll be called “unvaxxodated” #SpotifyWrapped… https://t.co/iKKmDg91D6
## 2667                                                                                        I predict my most played song will be Enter One by Sol Seppy #SpotifyWrapped
## 2668                                                                                                        my top artist for #SpotifyWrapped is definitely taylor swift
## 2669                                                                                                          I predict my top artist will be [BabyTron] #SpotifyWrapped
## 2670                                                                                                          I predict my top genre will be [AFROBEATS] #SpotifyWrapped
## 2671                                                                                                       I predict my top genre will be pop probs tbh  #SpotifyWrapped
## 2672                                                                                                                                 $ucideboy$ for sure #SpotifyWrapped
## 2673                                                           I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped LOUIS FUCKIN TOMLINSON FS
## 2674                                                                                                  Heavenly....😍 #SpotifyWrapped #CyberMonday https://t.co/roylAJTNME
## 2675                                                                                                       Tbh I cannot wait to see how my #SpotifyWrapped looks like 😳👀
## 2676                                                           Always the bridesmaid #oaklandathletics #SpotifyWrapped #agameoffailure #baseball https://t.co/d51PXSvJBB
## 2677                                                                                                          I predict my top artist will be Sweet Trip #SpotifyWrapped
## 2678                 My Top 5 off MLLE 💜💜🦅🦅\n\n1:—Plenty Loving 💜\n2:—Pressure 🤞🏿💜\n3:—Deep 🫶🏿💜\n4:—Everyday 🤘🏿💜\n5:—Balance 🤟🏿💜\nAnd a sprinkl… https://t.co/zeYK8wdlbZ
## 2679                                                                             I predict my most played song will be Santa Monica by The Front Bottoms #SpotifyWrapped
## 2680                                                                                                     I predict my top artist will be... Taylor Swift #SpotifyWrapped
## 2681                                                                                               I predict my most played song will be frankenstein!!! #SpotifyWrapped
## 2682                                                                                                     I predict my top genre will be Alternative Rock #SpotifyWrapped
## 2683                                                                                                               I predict my top genre will be... pop #SpotifyWrapped
## 2684                                                                               Poets do your thing \n#SpotifyWrapped \n#poetrylovers \n#poet https://t.co/YGky6J6P2x
## 2685                                                                             While we're waiting for #SpotifyWrapped, here's my #Spotifyfest https://t.co/10xIj2kucz
## 2686                                                                                          I predict my top artist will be Jane Remover or brakence.\n#SpotifyWrapped
## 2687                                                 I predict my most played song will be the song that makes my phone overheat #SpotifyWrapped https://t.co/HmcgsWRzw4
## 2688                                                                                 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 2689                                                                                             I predict my most played song will be Sweet Trip - Milk #SpotifyWrapped
## 2690                                                                                                            I predict my top artist will be [FUTURE] #SpotifyWrapped
## 2691                                                                                                 I predict my most played song will be... Bejewled\n #SpotifyWrapped
## 2692                  #Portugal &amp; @Cristiano are in the Last 16 of the #FIFAWorldCupQatar2022 😀.\n\nThey won't play Brazil (My WISH) 🙏🏽. Th… https://t.co/IWgi8ENE7H
## 2693                                                                                                  I predict my top artist will be Tyler The Creator  #SpotifyWrapped
## 2694                                                                     I predict my top podcast will be the one and ONLY [Ang Walang Kwentang Podcast] #SpotifyWrapped
## 2695                     A brief explanation &amp; recommendation of Door Step Health Care by Mr Anwar Khan. \n#nationalincubationcenter #kohat… https://t.co/CJXyORlBVB
## 2696                                                                                   I predict my most played song will be [Tomorrow by Shakey Graves] #SpotifyWrapped
## 2697                                                     I predict my most played song will be either Kazad-dum, I'll Be Right Back, or The Presses Roll #SpotifyWrapped
## 2698                                                                                                                  I predict my top genre will be Rap #SpotifyWrapped
## 2699                         Imma be honest with ya'll, the only reason i didn’t kill myself this month is cuz im waiting for #SpotifyWrapped 😐… https://t.co/tgx2RObM9E
## 2700                                                                                                     I predict my most played song will be Wusyaname #SpotifyWrapped
## 2701                                                                                           I predict my most played song will be [All about You ???] #SpotifyWrapped
## 2702                                                                                   I predict my most played song will be [The Garden - Freight Yard] #SpotifyWrapped
## 2703                                  @Cristiano stretche your hair for the next game 😂😂\n\n#CristianoRonaldo \n#messi \n#FIFAWorldCupQatar2022… https://t.co/kETAm8JYmb
## 2704                                                                                 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 2705                                                                                                                                    #SpotifyWrapped is when and soon
## 2706                      @BitcoinMagazine Listen to Aden Masei.mp3, a playlist by SoundCloud on #SoundCloud\nhttps://t.co/stRnlZonFJ\nAden Mas… https://t.co/DhwCF21zTi
## 2707                                                                        #SpotifyWrapped\ncan't wait to see how kpop just dominates my list for the 6th year in a row
## 2708                                                                                              bouta be so CONFUSED! if my #SpotifyWrapped top artist is not Kid Cudi
## 2709                                                              #insertshockedface when my top artist is @taylorswift13 AGAIN  #SpotifyWrapped https://t.co/9r3vysxnc0
## 2710                                                                             I predict my most played song will be Cheer Up Baby - Eli Brown Remix\n #SpotifyWrapped
## 2711                                                                                                        I predict my top artist will be taylor swift #SpotifyWrapped
## 2712                                                                                                 I predict my most played song will be Lavender Haze #SpotifyWrapped
## 2713                                                                                     I predict my most played song will be night shift da lucy dacus #SpotifyWrapped
## 2714                                                                                                   my #SpotifyWrapped is going to be the exact same as last yr sorry
## 2715                                                                                like girl.. we knew what was coming #shocked #spotifywrapped https://t.co/BUlfQwVYyI
## 2716                                                                                                        I predict my top artist will be Juan Gabriel #SpotifyWrapped
## 2717                          Today is my birthday!! Can y’all help me get @selenagomez to see this 🥺❤️ #SelenaGomez #SpotifyWrapped #MyMindAndMe https://t.co/P8vsPJba6J
## 2718                                                                                                                                               #SpotifyWrapped music
## 2719                     Hire us for academic writing.\nUse a professional writing service in:\n#Econometrics\n#Music\n#Anatomy\n#English\n#Art… https://t.co/vJCQnPkajn
## 2720                                                                              I predict my top artist will be [King Gizzard &amp; the Lizard Wizard] #SpotifyWrapped
## 2721                                                                                                      I predict my top artist will be [Taylor Swift] #SpotifyWrapped
## 2722                            I will build a high-converting #landing page, #website for your business. You need one right ??\nGet one 👇👇here… https://t.co/0t2vqzvNgy
## 2723                                                                                    my #SpotifyWrapped is really gonna call me out this year https://t.co/U3NL7HwTmq
## 2724                                                                                                           PLEASE I  NEED IT #SpotifyWrapped https://t.co/vSINvfigZM
## 2725                                                                                                       I predict my top podcast will be @RDLNoficial #SpotifyWrapped
## 2726                         I predict my most played song will be 100% C'mon By 2 Mello. Been binging This Year I Lose My Mind and it's my fav… https://t.co/QhfzyfG8xj
## 2727                         Looking for excellent quality shipping container home house plans, designs buildings and any type of architectural… https://t.co/H2Hb00UGn7
## 2728                                                                                                       I predict my top artist will be Taylor Swift  #SpotifyWrapped
## 2729                                                                                                          I predict my top artist will be Juice WRLD #SpotifyWrapped
## 2730                                                                                                        I predict my top genre will be kpop and soul #SpotifyWrapped
## 2731                                                                                 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 2732                                                      I predict my most played song will be [fill in top song prediction] #SpotifyWrapped\n\nhttps://t.co/kSqroaKytx
## 2733                                                Predicciones de #SpotifyWrapped :\n\n1 the smiths\n2 Kanye\n3 Bring me the horizon \n4 foo fighters\n5 Artic monkeys
## 2734                                                  I predict my most played song will be "It's getting bad again" by Ethan Jewell or something by TS. #SpotifyWrapped
## 2735                                                                               I predict my most played song will be As It Was o alguna de Bad Bunny #SpotifyWrapped
## 2736                        if the #ticktickboom soundtrack isn't on my spotify playlist and andrew garfield not one of my most listened to art… https://t.co/rqoY6gFqEs
## 2737                                                                                                    I predict my top artist will be Lana Del Rey ✨🦋🌸#SpotifyWrapped
## 2738                  Who said it? November 28 \n•\n•\n•\n•\n•\n#motivation #quotes #quoteoftheday #inspiration #success #motivational #mindset… https://t.co/oX1No0cUIl
## 2739                                                                                                        I predict my top podcast will be[Mouthfools] #SpotifyWrapped
## 2740                                                                                 I predict my most played song will be Come Hang Out by @AJRBrothers #SpotifyWrapped
## 2741                                        Follow us @Team_K_eSports \n#harrystylesperu #SpotifyWrapped #CyberMondayAmazon #Qatar2022 #ล็อคกี้แฟน… https://t.co/ZbFKVuWaan
## 2742                                                                   I predict my top podcast will be  that’s a no brainer it will be “History Daily”  #SpotifyWrapped
## 2743                                                                           I predict my top artist will be Kid cudi #SpotifyWrapped @KiDCuDi https://t.co/EDLvPZjxD9
## 2744                        Silly question… how did @Twitter verify @artsymonke before @opensea? Even while it’s burning, they’re faster than O… https://t.co/Kk4wPI1GGR
## 2745                                                                                                               I predict my top artist will be [BTS] #SpotifyWrapped
## 2746                                                                                                           I predict my top artist will be @GreenDay #SpotifyWrapped
## 2747                                                                                 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 2748                                               If @LilNasX ain't my No.1 artist in my #SpotifyWrapped I'm gonna be confused and disappointed https://t.co/6kxyh0Apo0
## 2749                                                                                                               I predict my top artist will be [BTS] #SpotifyWrapped
## 2750                                                                                             I predict my most played song will be [Paradise by BTS] #SpotifyWrapped
## 2751                                                                            my most played song will be.... please tell me it wont be the smiths one #SpotifyWrapped
## 2752                                                                                                I predict my top podcast will be @LasCulturistas duh #SpotifyWrapped
## 2753                     Hire us for academic writing.\nUse a professional writing service in:\n#Econometrics\n#Music\n#Anatomy\n#English\n#Art… https://t.co/oSjqlfTD7e
## 2754                         Really disappointed in the customer service from @Mango don’t seem to want to know when it comes to complaints bit… https://t.co/12SzX9wqaB
## 2755                                                                                                      I predict my top artist will be @FirsttoEleven #SpotifyWrapped
## 2756                                                                                                          I predict my top artist will be The Weeknd #SpotifyWrapped
## 2757                                                                          I predict my most played song will be We Got The Moves by Electric Callboy #SpotifyWrapped
## 2758                                                                                                      I predict my top podcast will be @LeBatardShow #SpotifyWrapped
## 2759                                                                                                   I predict my top artist will be @whereisMUNA !!!! #SpotifyWrapped
## 2760                                                                                                               I predict my top genre will be [KPOP] #SpotifyWrapped
## 2761                                                                                                               I predict my top artist will be [NCT] #SpotifyWrapped
## 2762                                                                                I predict my most played song will be definitely from @taylorswift13 #SpotifyWrapped
## 2763                                                                                                     I predict my top artist will be [SEVENTEEN!!!!] #SpotifyWrapped
## 2764                                                                      I predict my top artist will be either Megan Thee Stallion or another hot girl #SpotifyWrapped
## 2765                                                                                             I predict my top podcast will be the @tryguys’ #TryPod. #SpotifyWrapped
## 2766                                                                          my #SpotifyWrapped these past few years 🫶 b4 the new one comes out https://t.co/N81d3Luyad
## 2767                                                                         @joerogan I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped
## 2768                                                                                                                  I predict my top genre will be rap #SpotifyWrapped
## 2769                                                                                          I predict my top genre will be Sleep and Meditation Music  #SpotifyWrapped
## 2770                                                                                                        I predict my top artist will be @IVEstarship #SpotifyWrapped
## 2771                                                                                                               I predict my top genre will be [KPOP] #SpotifyWrapped
## 2772                                                                                               oh lmao btw this is for my top artist predictions for #SpotifyWrapped
## 2773                                                                                             I predict my most played song will be [spider by HOSHI] #SpotifyWrapped
## 2774                     I predict my most played song will be [fill in top song prediction] #SpotifyWrapped\n\nI already know it’s gone be \n“… https://t.co/G5X5Svqgni
## 2775                                                                                                          I predict my top artist will be @gorillaz. #SpotifyWrapped
## 2776                                                                    I predict my most played song will be It’s Corn… or White Noise Binaural Beats 🫠 #SpotifyWrapped
## 2777                                                                                      I predict my most played song will be DON'T DANCE by @amberliu #SpotifyWrapped
## 2778                           Yeah, no, I'd go to all of these days, lol\n\nthe headliners (all bangers btw) are probably a glimpse of what my… https://t.co/oEUK5ayJvt
## 2779                                                                                                        I predict my top genre will be Kpop for sure #SpotifyWrapped
## 2780                                                                                                               I predict my top genre will be [KPOP] #SpotifyWrapped
## 2781                                                                                                             I predict my top genre will be 80s rock #SpotifyWrapped
## 2782                                                                                      I predict my most played song will be “Eleven” by @IVEstarship #SpotifyWrapped
## 2783                        My top podcast is hands down going to be #SmallDoses by @amandaseales The way Amanda uses her platform to amplify a… https://t.co/t9fwTq1Fwe
## 2784                                                                                                    I predict my top genre will be alternative rock. #SpotifyWrapped
## 2785                                                                                                  I predict my top artist will be twenty one pilots  #SpotifyWrapped
## 2786                                                                                                               I predict my top artist will be oasis #SpotifyWrapped
## 2787                                                                             I predict my top podcast will be Murdaugh Murders Podcast #SpotifyWrapped\n@MandyMatney
## 2788                                                                                      no #SpotifyWrapped for me, more like youtube premium 😂 https://t.co/AuBCAWGzn7
## 2789                                                                                                    I predict my top artist will be Mori Calliope !! #SpotifyWrapped
## 2790                                                                                                        I predict my top artist will be SF9 or Twice #SpotifyWrapped
## 2791                                                                                                  I predict my top artist will be @thisismaneskin \n #SpotifyWrapped
## 2792                                                                I predict my most played song will be something by @RuPaul or by @Kesha not sure tho #SpotifyWrapped
## 2793                                                                                           I predict my most played song will be “5/4” by @gorillaz. #SpotifyWrapped
## 2794                                                                                                          I predict my top artist will be Kanye West #SpotifyWrapped
## 2795                                                                                                          I predict my top genre will be Rap/Hip-Hop #SpotifyWrapped
## 2796                                                                                         I predict my most played song will be No More Parties in LA #SpotifyWrapped
## 2797                                                                                                           I predict my top genre will be pop / rock #SpotifyWrapped
## 2798                                                                     I predict my most played song will be [ASAKE - NZAZA or YOUNG JONN - XTRACOOL ] #SpotifyWrapped
## 2799                        Do you know for every 1000 New York City residents, 4 are #Shopify #dropshipping business owners? To get your Shopi… https://t.co/ohu0GoKhKF
## 2800                                                                                       I predict my most played song will be borders990 by @snuffles #SpotifyWrapped
## 2801                                                                                                          I predict my top genre will be Dream SMP ☠️ #SpotifyWrapped
## 2802                                                                                                                 #SpotifyWrapped , so proud! https://t.co/RsPa3kzrd5
## 2803                                                                                           I predict my most played song will be [Bambi by Baekhyun] #SpotifyWrapped
## 2804                                                                                    I predict my most played song will be boys don’t cry by the cure #SpotifyWrapped
## 2805                                                                                              I predict my most played song will be fwb by @brakence #SpotifyWrapped
## 2806                                                                                                        I predict my most played song will be mememe #SpotifyWrapped
## 2807                                                                                                        I predict my top podcast will be Fair Enough #SpotifyWrapped
## 2808                        I predict my most played song will be either Running Up That Hill by Kate Bush, At The End of The Day by Wallows, S… https://t.co/lgGU0MntxA
## 2809                                                                                                            I predict my top artist will be Cavetown #SpotifyWrapped
## 2810                                                                                                               I predict my top artist will be Adele #SpotifyWrapped
## 2811                                                          I predict my top podcast will be #Archetypes 🎧. #ArchetypesWithMeghan #ArchetypesOnSpotify #SpotifyWrapped
## 2812                                                                                                   I predict my top artist will be The Front Bottoms #SpotifyWrapped
## 2813                                                                                                   I predict my top podcast will be @DivagandoPodcas #SpotifyWrapped
## 2814                                                                                 I predict my most played song will be Set Fire To The Rain By Adele #SpotifyWrapped
## 2815                                                                                           I predict my top podcast will be [the alive 2021 podcast] #SpotifyWrapped
## 2816                                                                                                      I predict my top podcast will be Ear Biscuits  #SpotifyWrapped
## 2817                                                                                                   I predict my most played song will be [As It Was] #SpotifyWrapped
## 2818                                Guys what the fuck am I supposed to do in this situation \n#SpotifyWrapped #RedVelvet #FIFAWorldCupQatar2022 https://t.co/6eEe78aJcO
## 2819                                                                           I predict my most played song will be provenza o motomami o lavender haze #SpotifyWrapped
## 2820                       Bruno Fernandes having fun at the #FIFAWorldCupQatar2022 . Now has 2 goals and 2 Assist. 👏💥\n\n#SpotifyWrapped Shame… https://t.co/KCnkM7eCLP
## 2821                                                                                                 My #SpotifyWrapped predictions #TaylorSwift https://t.co/9DSfEPeCL3
## 2822                                                                                                                  I predict my top genre will be rap #SpotifyWrapped
## 2823                                                                                                         I predict my top artist will be [daft punk] #SpotifyWrapped
## 2824                                    For the 5th year in a row, I know Somnus is gonna be on there. It’s my zoning out and/or crying music of choice  #SpotifyWrapped
## 2825                                     I predict my most played song will be [fill in top song prediction] #SpotifyWrapped most definitely gonna be world by seventeen
## 2826                                                                                                                 I predict my top genre will be Rock #SpotifyWrapped
## 2827                                                                                                          I predict my top artist will be mac miller #SpotifyWrapped
## 2828                                             I predict my top artist will be Slipknot - w honorable mentions of bring me the horizon and limp bizkit #SpotifyWrapped
## 2829                                                                                                  I predict my top podcast will be WHITE NOISE LAB 😭 #SpotifyWrapped
## 2830                                                                                                                I predict my top genre will be [RAP] #SpotifyWrapped
## 2831                                                                                 binging the hell out of @mreemusic so that she shows up in my #SpotifyWrapped 😭🤞🏼🤞🏼
## 2832                                                                                                                 I’m so exited for my #SpotifyWrapped this year! ⭐️🤍
## 2833                                                    I predict my most played song will be  a @cametek, @LivingTombstone, or @nelward64 song probably #SpotifyWrapped
## 2834                                                                                                         I predict my top podcast will be [ Banter ] #SpotifyWrapped
## 2835                                                                             somehow spotify has gamified article 15 of the GDPR and it's incredible #SpotifyWrapped
## 2836                                                                                  I predict my most played song will be [short circuit/face to face] #SpotifyWrapped
## 2837                                                                              I predict my most played song will be Doritos &amp; Fritos by 100 Gecs #SpotifyWrapped
## 2838                                                                                @SpotifyAfrica #SpotifyWrapped my top 5\n\nRick Ross\nJ Cole\nKanye\nKendrick\nJay Z
## 2839                                                                                                              I predict my top artist will be ALEX G #SpotifyWrapped
## 2840                                                                                                         I predict my top artist will be @GorgonCity #SpotifyWrapped
## 2841                                                                                                           I predict my top genre will be SOUNDTRACK #SpotifyWrapped
## 2842                                                                                                               I predict my top artist will be Drake #SpotifyWrapped
## 2843                              I’m live again. Had some Home stuff I had to deal with! Come watch me play some apex! https://t.co/ZTfJS0RC1T… https://t.co/iVn5vmdAE4
## 2844                                                                         I predict my most played song will be GLITCH MODEEE #SpotifyWrapped https://t.co/EpRhzqkttM
## 2845                                                                        Do you think America is more broken now or when Kennedy got shot ?\n#History #SpotifyWrapped
## 2846                                                                                                 I predict my top artist will be Taylor Swift (obvs) #SpotifyWrapped
## 2847                                            I predict my top artist will be... Actually I alreay know that because of stat apps: Phoenix, currently. #SpotifyWrapped
## 2848                                                                                                 cant wait for my #SpotifyWrapped hope theyll drop it on thursday 😩😩
## 2849                                                                                                            I predict my top artist will be Ashnikko #SpotifyWrapped
## 2850                                                    I predict my most played song will be Bad Idea from Waitress the Musical (idk why,, i just know) #SpotifyWrapped
## 2851                                                                                              I predict my most played song will be RUNNER by Alex G #SpotifyWrapped
## 2852                                                                                              I predict my top podcast will be Welcome To Nightvale  #SpotifyWrapped
## 2853                        I don’t typically use Spotify. I’ve been using Apple Music primarily since 2015, but this is what it picked up. Not… https://t.co/ZJh6mkpGs5
## 2854                                                                                                       I predict my top podcast will be @talkingdead #SpotifyWrapped
## 2855                                                                                                I predict my most played song will be [Friday Night] #SpotifyWrapped
## 2856                                                              I predict my top podcast will be @Ladies_Tangents  cus it’s the only one I listen too! #SpotifyWrapped
## 2857                                                                                                  I predict my top artist will be sicuramente Taylor #SpotifyWrapped
## 2858                                                                                                            I predict my top artist will be yungblud #SpotifyWrapped
## 2859                                                                                             Is the one time of the year I regret having apple music #SpotifyWrapped
## 2860                                                                                                           I predict my top artist will be Ice Spice #SpotifyWrapped
## 2861                                                                                          I predict my most played song will be Hula Hoop by Loona 🥺 #SpotifyWrapped
## 2862                                                                                                                 #SpotifyWrapped predictions https://t.co/KBKwElVMLo
## 2863                                                                                                      I predict my top artist will be [Taylor Swift] #SpotifyWrapped
## 2864                                                                                                             I predict my top genre will be Pop punk #SpotifyWrapped
## 2865                           A+ assured in your assignment(s).\nWe guarantee quality work and original content in:\n#Philosophy\n#Music\n#Law… https://t.co/jyJSqvkCEM
## 2866                    Brazil 1-0 Switzerland\n\n Casemiro seals qualification with his late wonder goal\n\n#SpotifyWrapped #CyberMondayAmazon… https://t.co/aILhcR48Uf
## 2867                                                                                                            I predict my top genre will be REGGAETON #SpotifyWrapped
## 2868                                    Xmas Time With You 🎶🎶🎶 For your Christmas Playlists! https://t.co/widOd6uDiw\n#christmas2022 #Christmas… https://t.co/sTcmEy41PB
## 2869                                                                                            I predict my most played song will be parents - Yungblud #SpotifyWrapped
## 2870                                                                                               I predict my most played song will be Something DSMP… #SpotifyWrapped
## 2871                                                                               Which one would you attend? #SpotifyWrapped #faouzia @faouzia https://t.co/pYyI2QtUMB
## 2872                                                                                                        I predict my most played song will be HEATED #SpotifyWrapped
## 2873                                                                                   now what if we get #SpotifyWrapped n billie 6th vanity fair in the same dayyy! :o
## 2874                      The soul that has no fixed goal loses itself; \nfor as they say, to be everywhere is to be \nnowhere. —Michel de Mont… https://t.co/EzudW5zMDZ
## 2875                                                                               How I’m expecting my #SpotifyWrapped will look like this year https://t.co/bz1sIbNozb
## 2876                                                                                                               i predict my top podcast will be idfk #SpotifyWrapped
## 2877                             Portugal 2-0 Uruguay\n\n Bruno hits brace to help Navigators qualify from Group H\n\n#brunofernandes #Ronaldo𓃵… https://t.co/ZOBFrhGLed
## 2878                                                                                                                 I predict my top genre will be kpop #SpotifyWrapped
## 2879                                                                                                       I predict my top artist will be @bmthofficial #SpotifyWrapped
## 2880                        It's a long thread but everyone needs to read this to see it's not just about #Balenciaga these Pedo and devil wors… https://t.co/RKmWJOJfOb
## 2881                                                                          I predict my most played song will be [Happier than Ever by Billie Eilish] #SpotifyWrapped
## 2882                                                                          I predict my most played song will be bloody valentine by @machinegunkelly #SpotifyWrapped
## 2883                                      WHENS SPOTIFY WRAPPED DROPPING I NEED A REDEMPTION FROM LAST YEAR HAVING DREAM SMP AS ONE OF MY TOP GENRES \n\n#SpotifyWrapped
## 2884                                                                                                       I predict my top artist will be Fleetwood Mac #SpotifyWrapped
## 2885                                                            What’s a GIF that sums up your year in concerts? We’ll go first. #SpotifyWrapped https://t.co/XI7d73Tdgc
## 2886                                                                                                            I predict my top artist will be patricia #SpotifyWrapped
## 2887                                           God’s intentions will reroute your directions. Trust his Process! #havefaith #faithoverfear #process #FYP #SpotifyWrapped
## 2888                                                                                                          I predict my top artist will be stray kids #SpotifyWrapped
## 2889                                              Did you know you have to look at Spotify's top five from the bottom of your phone to read it? #SpotifyWrapped #Spotify
## 2890                                              Let's help you with all your integration on #HubSpot  , you need one right?\nGet some 👇👇 here… https://t.co/8gR9MHnSZC
## 2891                                                                                                              i predict my top genre will be ambient #SpotifyWrapped
## 2892                                                                                                 I predict my most played song will be Atlanta Girls #SpotifyWrapped
## 2893                         #CheekOfItProductions by #CRADLERIVisualisations Presents alongside trk called\n🎼#CosDaddysHome🎼\n(🎼#DaddysHome🎼):… https://t.co/4cBC0th3fn
## 2894                                                                                      While waiting for #SpotifyWrapped here’s my instafest👀 https://t.co/5xgf41e4a9
## 2895                                                                                  I predict my top artist will be Juice Wrld #SpotifyWrapped https://t.co/7JyIiiosV4
## 2896                                                                                                    i predict my most played song will be c418-intro #SpotifyWrapped
## 2897                                                                   I predict my most played song will be [fill in top song prediction] #SpotifyWrapped UH UHH UHHHHH
## 2898                                                                                 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 2899                                  why tf isn’t there a god emoji…. @Apple explain. \n\n#SpotifyWrapped #FIFAWorldCupQatar2022 #Christianity… https://t.co/CMF2Cqy8Ec
## 2900                                                                     I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped i dont listen
## 2901                                                                                                          I predict my top artist will be @BebeRexha #SpotifyWrapped
## 2902                                                                           I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped Tallyhall
## 2903                                                                               I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped  fabloo
## 2904                                                                                                      I predict my top artist will be @JamesArthur23 #SpotifyWrapped
## 2905                                                                                                               I predict my top artist will be Elvis #SpotifyWrapped
## 2906                                                                                                       I predict my top artist will be one direction #SpotifyWrapped
## 2907                                                @AniemordJ Good evening my lovely people\n\n #SpotifyWrapped #Ukraine #FIFAWorldCupQatar2022 https://t.co/bPkmXFqrpG
## 2908                                                                                                                  I predict my top genre will be pop #SpotifyWrapped
## 2909                                                                                                  I predict my top artist will be [@machinegunkelly] #SpotifyWrapped
## 2910                                                                                              I predict my most played song will be Unholy @samsmith #SpotifyWrapped
## 2911                        I predict my top podcast will be that one episode pf that podcast with chris and jenny and chris talking about send… https://t.co/Slssi8cgYa
## 2912                                                                I predict my most played song will be I’m Good (Blue) by @BebeRexha and @davidguetta #SpotifyWrapped
## 2913                                                               It takes 5000 spotify plays for us to make the same $ from a single vinyl record sale #SpotifyWrapped
## 2914                  I bet my top song artist will be @mrkittydm\n\nMy top song: Neverending nights by @mrkittydm \n\nMy top songs: \n\nNevere… https://t.co/Won7YvscSH
## 2915                                                                                See you there… 🎶 \n#spotifywrapped \n#instafestapp\n#spotify https://t.co/PBOimkG4K5
## 2916                                                                                     i feel like my tl has never been this excited for #spotifywrapped  as this year
## 2917                                                                           Leave your “gun privilege” in Delaware. #2A #SpotifyWrapped #cops https://t.co/tczPspz4Ih
## 2918                                                                             I predict my top artist will be angelus apatrida y me la vuelve a pelar #SpotifyWrapped
## 2919                                                                                      I predict my most played song will be as it was - harry styles #SpotifyWrapped
## 2920                                                                                                I predict my top artist will be MAYBE ZILD OR TAYLOR #SpotifyWrapped
## 2921                                                                                            I predict my top genre will be thrash metal y me la pela #SpotifyWrapped
## 2922                                                                                                   I predict my top artist will be Twenty One Pilots #SpotifyWrapped
## 2923                                 I predict my most played song will be ..... THIS ONES A HARD ONE BUT SOMETHINGS TELLING ME IT MIGHT BE CARDIGAN.... #SpotifyWrapped
## 2924                                                                                I predict my top podcast will be anything goes with Emma chamberlain #SpotifyWrapped
## 2925                                                                                                  I predict my most played song will be como camarón #SpotifyWrapped
## 2926                                                                                                                 I predict my top genre will be Kpop #SpotifyWrapped
## 2927                                                                                 I predict my most played song will be dont blame me by taylor swift #SpotifyWrapped
## 2928                                                                                                   I predict my top artist will be @bastille easily. #SpotifyWrapped
## 2929                                           I predict my top genre will be probably pop rock..... i dont remember exactly what my last year's was tho #SpotifyWrapped
## 2930                                                             I predict my most played song will be Tomorrow by Shakey Graves #SpotifyWrapped https://t.co/V2Jm6aHt4z
## 2931                                                Bro they #SpotifyWrapped trending rn and it’s not even out yet 😂😭 got me all excited and shi https://t.co/9glGKk4Tfw
## 2932                                                                                                                                      ion see my #SpotifyWrapped ???
## 2933                                                                                               I predict my top podcast will be [Never See Me Again] #SpotifyWrapped
## 2934                                                                                                      I predict my top artist will be @chelseacutler #SpotifyWrapped
## 2935                                                                                                       I predict my top artist will be #Dreamcatcher #SpotifyWrapped
## 2936                        Swamp scum should be terrified, #FreeSpeech is a very rare thing in this world and the concept does not help them c… https://t.co/AsaxVayNvi
## 2937                                                                                                  I predict my most played song will be [Fair Trade] #SpotifyWrapped
## 2938                                                                                                      I predict my top artist will be [ Kanye West ] #SpotifyWrapped
## 2939                                Bruno fernandes is the biggest\nPortugal play at the moment,\ndiscuss??\n\n#FIFAWorldCupQatar2022 #Trending… https://t.co/aGHrWBfsX3
## 2940                                                                                Fuck Christmas #SpotifyWrapped is what I look forward to during the holiday season😂😂
## 2941                                                                                              I predict my top podcast will be [Estirando el chicle] #SpotifyWrapped
## 2942                                                                                   I predict my most played song will be Enter Sandman by Metallica  #SpotifyWrapped
## 2943                                                                                                  I predict my top artist will be #sabrina carpenter #SpotifyWrapped
## 2944                                                                                                                  I predict my top genre will be [ ] #SpotifyWrapped
## 2945                                       Click here not to miss the special Amazon discounts for November https://t.co/Nk8ap4jc9x\n\n#SpotifyWrapped #GiftGalaxy Korea
## 2946                                                                             I predict my most played song will be My Little Pony or Bruno related 🙄 #SpotifyWrapped
## 2947                                                                                                            I predict my top artist will be [Aitana] #SpotifyWrapped
## 2948                                                                                      I just know Beyonce and #Renaissance are all over my #SpotifyWrapped this year
## 2949                                                                                                      I predict my top artist will be [jordan smith] #SpotifyWrapped
## 2950                                                                                                                  I predict my top genre will be pop #SpotifyWrapped
## 2951                                                                        I predict my most played song will be [Sweet/ I thought you wanted to dance] #SpotifyWrapped
## 2952                                                                            I predict my most played song will be "Pink Pony Club" by Chappell Roan. #SpotifyWrapped
## 2953                                                                                                             I predict my top genre will be Kpop lol #SpotifyWrapped
## 2954                                                                                                      I predict my top genre will be [Pop/ Pop Rock] #SpotifyWrapped
## 2955                                                                                                 I predict my top podcast will be Painkiller Already #SpotifyWrapped
## 2956                                                                    I predict my most played song will be because i liked a boy by sabrina carpenter #SpotifyWrapped
## 2957                                                       Recreat makeup #aurelhermansyah #mamanur #attaaurel #makeup #tutorial #SpotifyWrapped https://t.co/9ziqBundg5
## 2958                                                                                      I already know my #SpotifyWrapped is going to be nothing but @badomenscult 😅🤘🏻
## 2959                                                                                           I predict my most played song will be [Quieres by Aitana] #SpotifyWrapped
## 2960                                                                                                          I predict my top genre will be [pop genre] #SpotifyWrapped
## 2961                                                                                        Just like the best years of my life  #SpotifyWrapped https://t.co/T1HFaGguxN
## 2962                                      It's a two for Brunoo⚽🎯\nPortugal are off to round off 16⚽🎯\n#SpotifyWrapped #RedVelvet #คุณชายตอนจบ… https://t.co/UDomz2w0cI
## 2963                                                                     This actually scared me I thought it came out already 😔 #SpotifyWrapped https://t.co/rq8awv63L8
## 2964                                                                                        I predict my most played song will be fine line or as it was #SpotifyWrapped
## 2965                                                                                        I predict my most played song will be #LastSequence by #WJSN #SpotifyWrapped
## 2966                                                                                                        I predict my top artist will be @zildbenitez #SpotifyWrapped
## 2967                                                                                                            I predict my top artist will be [Ateez!] #SpotifyWrapped
## 2968                      If you want to be confident, you need to look confident. \n\nBe sure to add slightly smaller handbags to your wardrob… https://t.co/HEJjW6wdSY
## 2969                         John Lennon was a criminally underrated guitarist. 'I Feel Fine', 'She Said She Said' and 'And Your Bird Can Sing'… https://t.co/0cdaEt8BdM
## 2970                                                  I predict my most played song will be [fill in top song prediction] finally free by Joshua Bassett #SpotifyWrapped
## 2971                                                                                                              I predict my top genre will be [K-Pop] #SpotifyWrapped
## 2972                                                         I already know my top song is Super Freaky Girl @NICKIMINAJ and if it ain’t  I’m gonna sue. #SpotifyWrapped
## 2973                                                                                                      I predict my top artist will be @PaulMcCartney #SpotifyWrapped
## 2974                                   #LaurenBoebertIsSoDumb she once asked why Black people want civil rights and not gold ones. #CyberMonday… https://t.co/YxQc2jPaca
## 2975                                                                                                        I predict my top genre will be Classic Rock. #SpotifyWrapped
## 2976                                                                        50% of my tik tok algo is girls who are meatheads after losing 80-140 pounds #SpotifyWrapped
## 2977                                                                                     I predict my most played song will be fine line by harry styles #SpotifyWrapped
## 2978                                                                                                  Headache today. Grumpy\n#SpotifyWrapped #CyberMonday #FIFAWorldCup
## 2979                                                                                                          I predict my top artist will be mr kitty.  #SpotifyWrapped
## 2980                                                                              I predict my most played song will be All Too Well (10 Minute Version) #SpotifyWrapped
## 2981                                                                                                                          Spotify Wrapped \nDec 1st. #SpotifyWrapped
## 2982                                Bruno Magnifico Fernandes Call it An Evening #SpotifyWrapped #RedVelvet #FIFAWorldCupQatar2022 #CyberMonday… https://t.co/8g3RCKB9NF
## 2983                        Not even excited for my #SpotifyWrapped cause I already know WayV aren’t getting the top artist this year since I g… https://t.co/LineyjmTvZ
## 2984                                                                                         I predict my top podcast will be [The Joe Rogan Experience] #SpotifyWrapped
## 2985                                                                              I predict my top artist will be ghost (and if its not then i will cry) #SpotifyWrapped
## 2986                                                                                                Who's coming to Booglefest?\n#SpotifyWrapped https://t.co/bzQ8urFCDB
## 2987                                                                                        I predict my top artist will (probably) be [@ATEEZofficial ] #SpotifyWrapped
## 2988                                                                                                       I predict my top podcast will be Drama Queens #SpotifyWrapped
## 2989                                              I predict my most played song will be Molly Hearts by Trippie Redd or Long Time intro by Playboi Carti #SpotifyWrapped
## 2990                                                       #SpotifyWrapped #Portugal #CyberMonday #FIFAWorldCupQatar2022 #Portugal Cmonnn🇵🇹🇵🇹🔥🔥🔥 https://t.co/wWNct5cWFh
## 2991                                                                                                 I predict my top artist will be.... idk you tell me #SpotifyWrapped
## 2992                                                                                                        I predict my top artist will be Taylor Swift #SpotifyWrapped
## 2993                                                                                                  I predict my most played song will be [ hell yeah] #SpotifyWrapped
## 2994                                                                                                          I predict my top artist will be BTS or Txt #SpotifyWrapped
## 2995                                                                                                   I predict my most played song will be [moon song] #SpotifyWrapped
## 2996                                                                                I predict my most played song will be [hoax] #SpotifyWrapped https://t.co/EczKxwlrQg
## 2997                              All these Mala guys  are just so superb to work with not like Yorubas \nAhh Wahala\n#Ronaldo𓃵 #SpotifyWrapped… https://t.co/yeSroIUdbd
## 2998                                                                                                            I predict my top genre will be Kpop lmao #SpotifyWrapped
## 2999                                    My #SpotifyWrapped is gonna be Beyoncé, and Renaissance at number 1. With cuff it and break my soul fighting it out for number 1
## 3000                                                                                                        I predict my top artist will be Taylor Swift #SpotifyWrapped
## 3001                                                                                               I predict my most played song will be Run BTS/Arson?? #SpotifyWrapped
## 3002                                                                                                       I predict my most played song will be Run BTS #SpotifyWrapped
## 3003                                                                                                  I predict my most played song will be [Only Angel] #SpotifyWrapped
## 3004                                                                                                              I predict my top genre will be country #SpotifyWrapped
## 3005                       I know I haven’t posted much last week but this is a new week so.\nLet’s start out by saying thanks to all who follo… https://t.co/YpRDf5VLK6
## 3006                                                                                                                I predict my top genre will be [Pop] #SpotifyWrapped
## 3007                                                                                                    I predict my top artist will be [One Direction ] #SpotifyWrapped
## 3008                                                                                                             I predict my top artist will be @5SOS 💗 #SpotifyWrapped
## 3009                                                                                 Let's get it to 10k views!!  \n#SpotifyWrapped #CyberMonday https://t.co/XgNVvlvPXx
## 3010                                                                                           I predict my top podcast will be “Vad?” Ijustwanttobecool #SpotifyWrapped
## 3011                                                                               I predict my most played song will be All Too Well 10 minute version 🧣#SpotifyWrapped
## 3012                                                                          I predict my most played song will be The Tipping Point by @tearsforfears  #SpotifyWrapped
## 3013                                                                  E get one girl I wan approach,but her friends just surround her fly😒\n#SpotifyWrapped \n#RedVelvet
## 3014                                                                                                I predict my top podcast will be The Magnus Archives #SpotifyWrapped
## 3015                                                                                                       I predict my top artist will be ariana grande #SpotifyWrapped
## 3016                                                                       i predict my most played song will be deja vu/traitor #SpotifyWrapped https://t.co/7laWcXw17I
## 3017                             I see #SpotifyWrapped and people getting impatient, waiting for it.\n\nPSA: https://t.co/qwYPYivCTE does this for you, all year around.
## 3018                                                                                                        I predict my most played song will be meow 👁👁#SpotifyWrapped
## 3019                                                                             I predict my most played song will be [United in Grief- Kendrick Lamar] #SpotifyWrapped
## 3020                                                                                                   I predict my top artist will be The Amazing Devil #SpotifyWrapped
## 3021                                                                                                  I predict my most played song will be O.O Nmixx 😂😂 #SpotifyWrapped
## 3022                                                                                                                I predict my top genre will be Indie #SpotifyWrapped
## 3023                                                                                       I predict my most played song will be [Runaway By Kanye west] #SpotifyWrapped
## 3024                           I predict my most played song will be runaway from lip peep (i honestly don't have any idea but i was really feeling it)  #SpotifyWrapped
## 3025                                                                                     I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped
## 3026                                                                @Spotify is the only one who understands me 😔 can't wait for #SpotifyWrapped https://t.co/hLj0dvj4uZ
## 3027                                                                                                           I predict my top artist will be Radiohead #SpotifyWrapped
## 3028                                                                 if im not in the 0.01% of 5sos' listeners this year then what even is the point ??? #SpotifyWrapped
## 3029                                                                                                                I predict my top artist will be HOME #SpotifyWrapped
## 3030                                                                                  I predict my most played song will be Space Was Cool by Markiplier #SpotifyWrapped
## 3031                                                                                                       i hit 200🥳#SpotifyWrapped #brawlhalla https://t.co/6usDxKgrSh
## 3032                                                                                       I predict my top artist will be Taylor swift or harry styles  #SpotifyWrapped
## 3033                        Business marketing, brand strategy, social media management, social media ads, brand activations,influencer marketi… https://t.co/BvlQ5ZeKrT
## 3034                                                                                                I predict my most played song will be mago - gfriend #SpotifyWrapped
## 3035                                                                                             Thats crazy\n#SpotifyWrapped #backrooms #TikTok https://t.co/qD6ReMFaQe
## 3036                                                                                                 I predict my top podcast will be no podcast but idk #SpotifyWrapped
## 3037                                                                            I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped I guess?
## 3038                                                                                                           I predict my top genre will be Indie Rock #SpotifyWrapped
## 3039                                                                                                     I predict my top artist will be [lana del rey ] #SpotifyWrapped
## 3040                                                                                  I predict my most played song will be Forget Me by @LewisCapaldi 🤭 #SpotifyWrapped
## 3041                                                                                                 I predict my top artist will be Tomorrow x Together #SpotifyWrapped
## 3042                                                                                                          if dsmp is my top genre i will kay emm ess #SpotifyWrapped
## 3043                                                                                                            I predict my top genre will be [R&amp;B] #SpotifyWrapped
## 3044                                                                           I predict my most played song will be Skrting On The Surface by The Smile #SpotifyWrapped
## 3045                                                                                                I predict my top genre will be R&amp;B or Indie-Rock #SpotifyWrapped
## 3046                                                                                               I predict my top artist will definitily be Bruno mars #SpotifyWrapped
## 3047                      @POTUS #CyberMonday #GivingTuesday #SpotifyWrapped #FIFAWorldCupQatar2022 #MondayMotivation \n\nYou forgot the ugly s… https://t.co/LPrhp4FC0b
## 3048                                                                                                   I predict my top podcast will be @CrimeJunkiePod  #SpotifyWrapped
## 3049                                                                                 I predict my most played song will be [west coast by lana del rey ] #SpotifyWrapped
## 3050                                                                                                  I predict my most played song will be off the grid #SpotifyWrapped
## 3051                                                                                                        I predict my top artist will be Taylor Swift #SpotifyWrapped
## 3052                                                                                                                                       HURRY UP PLZ  #SpotifyWrapped
## 3053                                                                                                           I predict my top artist will be Daft Punk #SpotifyWrapped
## 3054                                                                                                      #SpotifyWrapped trending made me think it's already come out 😑
## 3055                                                                                                       I predict my top artist will be [TheMidnight] #SpotifyWrapped
## 3056                                                                                                          I predict my top genre will be [synthwave] #SpotifyWrapped
## 3057                                                                              I predict my most played song will be [fill in top song prediction] #SpotifyWrapped!!!
## 3058                                                                                                                  I predict my top genre will be pop #SpotifyWrapped
## 3059                                                                                                       I predict my top genre will be [Filter House] #SpotifyWrapped
## 3060                                                                                         I predict my most played song will be Generation by tripleS #SpotifyWrapped
## 3061                                                                                               I predict my most played song will be I ain’t worried #SpotifyWrapped
## 3062                                                                                  I predict my top artist will be \nTyler The, Creator Or Kanye West #SpotifyWrapped
## 3063                                                                                                          I predict my top artist will be @paparoach #SpotifyWrapped
## 3064                                                                                         I predict my top artist will be Taylor Swift by a landslide #SpotifyWrapped
## 3065                                                                         I predict my top artist will be frank ocean #SpotifyWrapped even tho this is a lana account
## 3066                                                                                                                    saw  #SpotifyWrapped trending got me excited ffs
## 3067                                                                          I genuinely have no idea who my most played artist will be this year on my #SpotifyWrapped
## 3068                       Isr-aeli occu-pying troops detained Palestinian youth Khalil Shamasneh, from Jerusalem, last night.\n#PokemonViolet … https://t.co/iluiG2pyVK
## 3069                                                                                                                  I predict my top genre will be pop #SpotifyWrapped
## 3070                                                                                                     I predict my top artist will be dream minecraft #SpotifyWrapped
## 3071                          Except the nurses choose to be pregnant,the fucker fucketh in vain \n\n#SpotifyWrapped #FIFAWorldCupQatar2022 #GiftGalaxy #Twittershutdown
## 3072                                                                                     I predict my most played song will be [every song i ever wrote] #SpotifyWrapped
## 3073                                                                          I predict my most played song will be \nA Boy Is A Gun- Tyler, The Creator #SpotifyWrapped
## 3074                                                                                                   waiting for #SpotifyWrapped is worse than waiting for your period
## 3075                                                                                                                I predict my top artist will be Kino #SpotifyWrapped
## 3076                                                                                             I predict my most played song will be anything by yeule #SpotifyWrapped
## 3077                        I predict my top podcast will be (though I don’t listen to it through Spotify) #TheRalphReport. What can I say? I l… https://t.co/1YbpYDmJ0n
## 3078                                                                                       I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped
## 3079                                                                                      when their top song on #SpotifyWrapped is "Fancy Like" https://t.co/k45kOK2fwQ
## 3080                                              I predict my top podcast will be anything Brown Noise 😂😂 that’s the only way I could sleep some nights #SpotifyWrapped
## 3081                                                                                        I predict my top artist will be [Travis Scott, Kanye West] 🔥 #SpotifyWrapped
## 3082                                          Let me get ahead of the discourse and say I enjoy seeing your #SpotifyWrapped and will totally check it out if you post it
## 3083                                                                                I predict my top podcast will be Anything goes with Emma Chamberlain #SpotifyWrapped
## 3084                                                                                                           Can’t wait for my #SpotifyWrapped https://t.co/fSOEZS8wIJ
## 3085                                     Ladies and gentlemen: HER\nTaylor Swift | The Music Industry Tour #TaylorSwift #TaylorSwiftTheErasTour… https://t.co/iqo1LfPMBT
## 3086                                             I predict my most played song will be [fill in top song prediction] #SpotifyWrapped will be when I’m gone by Katy Perry
## 3087                                                                        I predict my top podcast will be only one I actually listen to, Distractible #SpotifyWrapped
## 3088                                                                                 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 3089                                                                                                                I predict my top genre will be filmi #SpotifyWrapped
## 3090                                                                                                         I predict my top artist will be my boy sean #SpotifyWrapped
## 3091                                                                                 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 3092                                                      The fs real chapter 4 leak\n#FortniteFracture #FortniteLeaks #chapter4 #SpotifyWrapped https://t.co/iR7lQr9Ag2
## 3093                                                                                      Can’t wait to see @blackveilbrides for another year in a row 🤣 #SpotifyWrapped
## 3094                                                                                                 I predict my most played song will be Ussewa by Ado #SpotifyWrapped
## 3095                                    I predict my top artist will be Oxlade, Ayra Start, or Korede Bello. Curious to see which one comes out on top.  #SpotifyWrapped
## 3096                                                                                                        I predict my top artist will be Harry Styles #SpotifyWrapped
## 3097                                                                                                     I predict my top artist will be @WeAreTheWrecks #SpotifyWrapped
## 3098                        My #SpotifyWrapped will be probably be all Agoaniki-P and Mitski and Perfume those are like the only things I liste… https://t.co/x0y7lw52cB
## 3099                                      I predict my top artist will be [fill in top artist prediction]. I know who it’s going to be I AM EMBARRASSED. #SpotifyWrapped
## 3100                                                                                                 I predict my top artist will be stray kids #SpotifyWrapped for sure
## 3101                                                                                     I predict my most played song will be Satellite by Harry Styles #SpotifyWrapped
## 3102                                                                                                 Doodle of my earbuds 🎶🎵 #SpotifyWrapped #OC https://t.co/KVQT4SMfSj
## 3103                                                                                             I predict my most played song will be MGK or Eminem #SpotifyWrapped 🔥✨
## 3104                                                               I predict my most played song will be All Too Well 10 Minute Version Taylor’s Version #SpotifyWrapped
## 3105                 I’m going to predict who are my top artist this year on my #SpotifyWrapped \n1) Above &amp; Beyond\n2) Bad Bunny\n3) Porte… https://t.co/6j6xlWXEaw
## 3106                             ✔My service is only done through the Google Ads\n\n👉🏻Dm for portfolio @DMWASI12 \n\n#DigitalMarketing #YouTube… https://t.co/R84TKcCv7e
## 3107                                                                                             I predict my top genre will be kpop #SpotifyWrapped i mean.... come one
## 3108                         💥 Spotify has been prepping music fans for their personalized "Spotify Wrapped" playlist for weeks, and the end of… https://t.co/lBUMmIXrcx
## 3109                                                                                                         I predict my top artist will be @Stray_Kids #SpotifyWrapped
## 3110                        I predict my top artist will be @MarisaMaino. BUT, @HeyViolet is easily a top contender as well. No matter what, Ma… https://t.co/SgjhcoKAPL
## 3111                                                                                                                  pls i need #SpotifyWrapped i have no sense of self
## 3112                                 I predict my most played song will be lust for a vampyr by i monster #SpotifyWrapped i know this for a fact and yes i am doing this
## 3113                                                                                                        I predict my top artist will be Taylor Swift #SpotifyWrapped
## 3114                                                     I predict my most played song will be \n1. Ijo (Laba Laba) by Crayon or \n2. Proud by Oladapo \n#SpotifyWrapped
## 3115                                                                                                              I predict my top genre will be [K-Pop] #SpotifyWrapped
## 3116                                                                                               I predict my top artist will be Bloodywood of course. #SpotifyWrapped
## 3117                                                                                                              I predict my top genre will be pop idk #SpotifyWrapped
## 3118                                                                                       I predict my top podcast will be [i don't listen to podcasts] #SpotifyWrapped
## 3119                             Excellent and Brilliant great job done Ghana Black Stars 🇬🇭 \n#FIFAWorldCupQatar2022 #qatar2022worldcup #kudus… https://t.co/g072RKafUS
## 3120                                                                                                  I predict my most played song will be Walk em down #SpotifyWrapped
## 3121                                                      y'all gave spotify wrapped so much buzz that they're treating it like a merch drop i'm yelling #SpotifyWrapped
## 3122                                                                                               @SpotifyAfrica My Top Artist is @GSMusicEst2018 #Stop #SpotifyWrapped
## 3123                                                                                                        I predict my top artist will be [The Weeknd] #SpotifyWrapped
## 3124                                                                            I predict my most played song will be [Winter, Flower by @WEi__Official] #SpotifyWrapped
## 3125                                 I need a man to lick my plate - Pretty lady cries out in a new trending video 🙆 #SpotifyWrapped #RedVelvet… https://t.co/lYYHADaWI8
## 3126                                                                                                                   Watch all my predictions be wrong #SpotifyWrapped
## 3127                                                                                     I predict my most played song will be Bejeweled by Taylor Swift #SpotifyWrapped
## 3128                                                              I predict my most played song will be [fill in top song prediction] #SpotifyWrapped \n\nBlovee shottas
## 3129                                                                                                    I predict my top artist will be [mcr or nirvana] #SpotifyWrapped
## 3130                                                                                     I predict my most played song will be [Sacrifice by The Weeknd] #SpotifyWrapped
## 3131                                                                                                          I predict my top artist will be @yunggravy #SpotifyWrapped
## 3132                                                                                                         I predict my top genre will be [metal/rock] #SpotifyWrapped
## 3133                                                                                                         I predict my top podcast will be nenhum 🙆🏽‍♀️ #SpotifyWrapped
## 3134                                  I predict my most played song will be california love or sea,swallow me. idk tbf the taste switched a good 7 times #SpotifyWrapped
## 3135                                                                                      I predict my most played song will be #SpotifyWrapped\nhttps://t.co/68bWeESEKC
## 3136                                                                                         I predict my most played song will be [duality by slipknot] #SpotifyWrapped
## 3137                                                                                                          I predict my top genre will be Modern Rock #SpotifyWrapped
## 3138                                                                                                       I predict my top artist will be TAYLOR SWIFT  #SpotifyWrapped
## 3139                             Twitter make una put mouth Cos me I nor understand this one😭😭😂😂#Nigeria #SpotifyWrapped #FIFAWorldCupQatar2022… https://t.co/hU0yc9PlAe
## 3140                                               I've just connected my account to the work Alexa this will be my last true #SpotifyWrapped next year's will be wild 😅
## 3141                                                                                               I predict my top artist will be Tomorrow x Together 💖 #SpotifyWrapped
## 3142                                                                              me knowing sabrina carpenter is clearing on my #SpotifyWrapped https://t.co/o4YtUkBaRH
## 3143                                                                                                                       anxiously awaiting my #SpotifyWrapped like fr
## 3144                                                                                                                  I predict my top genre will be pop #SpotifyWrapped
## 3145                                                                                               I predict my top artist will be [TOMORROW X TOGETHER] #SpotifyWrapped
## 3146                                                                               I predict my most played song will be [All Too Well by Taylor Swift ] #SpotifyWrapped
## 3147                                                                                    I predict my most played song will be mirrorball by #TaylorSwift #SpotifyWrapped
## 3148                                    PLEASE RETWEET 🚨🚨🚨 #AdoptDontShop #AdoptMePets #foster #fosteringsaveslives #RescueDogs #SpotifyWrapped… https://t.co/5pAp1ZSmm0
## 3149                                                                                                       I predict my top artist will be Mother Mother #SpotifyWrapped
## 3150                                                                                                               I predict my top genre will be kpop 🤧 #SpotifyWrapped
## 3151                                                                                                              I predict my top genre will be [K-pop] #SpotifyWrapped
## 3152                                                                                                           I predict my top artist will be @TDWPband #SpotifyWrapped
## 3153                                                                                                          I predict my top artist will be BRUUUUUUCE #SpotifyWrapped
## 3154                                                                                 I predict my most played song will be [the great war- taylor swift] #SpotifyWrapped
## 3155                                                                                                        I predict my top artist will be Taylor Swift #SpotifyWrapped
## 3156                        I predict my top podcast will be my own: The Wrestling fan vlog podcast and Anything Else to Add with Lindsie Rodge… https://t.co/kUM4dnMgZo
## 3157                                                                                           I predict my most played song will be [Good Boy Gone Bad] #SpotifyWrapped
## 3158                                                          If Ghana qualifies we will play Brazil 🇧🇷 in R16 I think we are out #SpotifyWrapped #FIFAWorldCupQatar2022
## 3159                                                                                             I predict my top artist will be Taylor Swift💜💜 (by far) #SpotifyWrapped
## 3160                                                                                                                I predict my top genre will be pop ] #SpotifyWrapped
## 3161                                                                                                 I predict my most played song will be [Jimmy Cooks] #SpotifyWrapped
## 3162                                                                                                     I predict my most played song will be as it was #SpotifyWrapped
## 3163                                                                                                          I predict my top podcast will be  Banter!! #SpotifyWrapped
## 3164                                                                                  I predict my most played song will be Doomswitch - @makethemsuffer #SpotifyWrapped
## 3165                                                                            I predict my top artist will be hopefully @sza but I think Ariana grande #SpotifyWrapped
## 3166                                                                                                   I predict my top artist will be @taylorswift13 🫶🏻 #SpotifyWrapped
## 3167                                                                                                                 I predict my top genre will be Kpop #SpotifyWrapped
## 3168                                      I predict my most played song will be What Do You Know About Love - by Joshua Bassett and Sofia Wylie… https://t.co/mnomupacP6
## 3169                                                                                     I predict my top artist will be @AvaMax #SpotifyWrapped https://t.co/2ehHNceJ1h
## 3170                                                                                                 I predict my top artist will be without a doubt BTS #SpotifyWrapped
## 3171                                                                           I predict my most played song will be good boy gone bad by @TXT_members 🌹 #SpotifyWrapped
## 3172                                                                          I predict my most played song will be "Your Number's Up" by Ice Nine Kills #SpotifyWrapped
## 3173                                                                                              I predict my most played song will be good days by Sza #SpotifyWrapped
## 3174                                                                                                        I predict my most played song will be RunBTS #SpotifyWrapped
## 3175                                                                                                                  I predict my top genre will be Pop #SpotifyWrapped
## 3176                                                                                                             RELEASE #SpotifyWrapped ALREADY https://t.co/VOopIfpWj9
## 3177                                                                                                             I predict my top genre will be rock 🤟🤟🤟 #SpotifyWrapped
## 3178                                                                                I predict my top artist will be Taylor Swift #SpotifyWrapped https://t.co/Sef26h8I5V
## 3179                                                                                                          #SpotifyWrapped  yeah ok it's soon but WHEN when is soon 😭
## 3180                                                                                                             I predict my top genre will be R&amp;B  #SpotifyWrapped
## 3181                                               I predict my top artist will be @Tom_Grennan #SpotifyWrapped. I have a feeling I’ll be in his top 1-3% of listeners 😅
## 3182                                                                          I predict my most played song will be Comfortably Numb (Live) [2019 Remix] #SpotifyWrapped
## 3183                                                                                              I predict my top podcast will be #ArchetypesWithMeghan #SpotifyWrapped
## 3184                                                                      I predict my top artist will be Mac Miller, Cleo Sol, Tems, JID, and Baby Rose #SpotifyWrapped
## 3185                                                                                                        I predict my top artist will be Taylor Swift #SpotifyWrapped
## 3186                                                      I predict my most played song will be [leave the door open by silk Sonic @silksonic @brunomars #SpotifyWrapped
## 3187                        You might have tried so many online business and fail, but please have you tried this? A big NO, why then do you th… https://t.co/gmDSAELTkh
## 3188                                                                                                         I predict my top artist will be STRAY KID.  #SpotifyWrapped
## 3189                                                           Packing early morning #heartinbows #RedVelvet #SpotifyWrapped #CyberMonday #kudus https://t.co/OQ1HqRnqON
## 3190                                                                                                 I predict my most played song will be MUDDY WATER.  #SpotifyWrapped
## 3191                                                                                 I wish I was as confident with my sex skills as female rappers are. #SpotifyWrapped
## 3192                                                                                                  I predict my top podcast will be [#baywatchberlin] #SpotifyWrapped
## 3193                                                                      I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped @PhaseZeroCB
## 3194                                                                                                          I predict my top artist will be DC The Don #SpotifyWrapped
## 3195                                                                Listen to my song pls! #Rap #music #SpotifyWrapped #artistsontwitter #SONG \nhttps://t.co/bp5gMFwsqW
## 3196                                                                        I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped TAYLOR SWIFT
## 3197                                                                                                                                         PLS PLS PLS #SpotifyWrapped
## 3198                                                                                   I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped pop
## 3199                                                                 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped any taylor song
## 3200                            I predict my most played song will be either “Not Over Yet” by KSI featuring Tom Grennan or “STAR WALKIN’” by Lil Nas X. #SpotifyWrapped
## 3201                                                                                                     I predict my most played song will be iCarly :/ #SpotifyWrapped
## 3202                                                                                                                                    #SpotifyWrapped got me hyped af!
## 3203                                                                                I predict my most played song will be Still Love You by Sofia Carson #SpotifyWrapped
## 3204                                                                                                        I predict my top artist will be @carlypearce #SpotifyWrapped
## 3205                                                                                            @nuevogansito @azulcorri come back before my #SpotifyWrapped comes 😭😭😢😢😢
## 3206                                                                                 I predict my top podcast will be [fill in top podcast Rachel Maddow #SpotifyWrapped
## 3207                                                                                                           I predict my top artist will be @polyphia #SpotifyWrapped
## 3208                                                                                            i just want to see my #SpotifyWrapped already!!! https://t.co/aTdfCHGvSr
## 3209                             Purchase my my hair vendor for $40 TODAY \n\nText (4047020552) if interested 💕\n\n#CyberMonday #SpotifyWrapped… https://t.co/SzwSDA74lL
## 3210                                                                                I predict my most played song will be rose-colored boy by paramore \n#SpotifyWrapped
## 3211                                                                                                                 I predict my top artist will be BTS #SpotifyWrapped
## 3212                                                                      I predict my most played song will be Mad As Fuck by Ramirez ft. Freddie Dredd #SpotifyWrapped
## 3213                                 Men settle where they find peace not beauty while women settle where they find money not handsome\n#hookup… https://t.co/TelvEvxvHB
## 3214                         Support us now and help make a difference.\nDonate Now \nhttps://t.co/dfYSTIULWn\n#Qatar2022 #RedVelvet #YasakElma… https://t.co/gTagaYmMpr
## 3215                                                                        I predict my top artist will be @KiDCuDi \nHe will take that spot this year\n#SpotifyWrapped
## 3216                                                                                          I predict my most played song will be Bubble Guppies Theme #SpotifyWrapped
## 3217                        I don't think I even listened to Rain On Me *as much* this year, but it will somehow probably still be my most play… https://t.co/6UW8r5qsWQ
## 3218                                                                                                        I predict my top artist will be [Ed Sheeran] #SpotifyWrapped
## 3219                                                                          no one cares about your  #SpotifyWrapped .... keep it to yourself. https://t.co/XP7bFPWj3d
## 3220                                                                                                        I predict my top artist will be Taylor Swift #SpotifyWrapped
## 3221                                                                                                I predict my top genre will be dmsp Minecraft genre 😭#SpotifyWrapped
## 3222                                                                                                 I predict my most played song will be [Yet To Come] #SpotifyWrapped
## 3223                                                                                                             I predict my top genre will be pop lmao #SpotifyWrapped
## 3224                                                                                                        This year has been ROUGH #SpotifyWrapped WILL BE EXPOSING ME
## 3225                               When you’re Cristiano Ronaldo ♥️\n#CR7𓃵 #CR7 #ronaldo #CristianoRonaldo #Portugal #uru #FIFAWorldCupQatar2022… https://t.co/k9z6IYozP7
## 3226                      Here’s my prediction for my #SpotifyWrapped:\n\nNirvana, Tyler, the Creator, and Michael Giacchino will be my most li… https://t.co/UD1UAps1rJ
## 3227                        I predict my most played song will be [Leave me behind by @NateWantsToBtl and @TheCamSteady ]  #SpotifyWrapped  Sla… https://t.co/BiH5gwQNhL
## 3228                                                                             I predict my most played song will be Running up that hill by Kate Bush #SpotifyWrapped
## 3229                                                                                                                I predict my top genre will be [Pop] #SpotifyWrapped
## 3230                                                                              I predict my most played song will be All Too Well (10 minute version) #SpotifyWrapped
## 3231                                                                You can't complain about my versatility. #Spotify #SpotifyWrapped #instafest https://t.co/EK0qseg6ZT
## 3232                                                                            I predict my most played song will be It's very clearly gonna be Gaddaar #SpotifyWrapped
## 3233                                                                                                                                    #SpotifyWrapped okay where is it
## 3234                        screaming - i totally forgot to write jojo earlier , forgive me - but anyway guessing my spotify wrapped is gonna b… https://t.co/IdMKVpdQ36
## 3235                                                                                                                 I predict my top artist will be BTS #SpotifyWrapped
## 3236                                                                                           I predict my most played song will be Scars by Stray kids #SpotifyWrapped
## 3237                                                                                                            I predict my top artist will be Sodikken #SpotifyWrapped
## 3238                        Check out Blazzian Collection's video! #TikTok https://t.co/niJugnUEst\n\n#lasvegasfashiondesigner #fashiondesigner… https://t.co/npCNYQnMJk
## 3239                                                                                                                 I predict my top genre will be Kpop #SpotifyWrapped
## 3240                                                                                I predict my top artist will be The One And Only Taylor Alison Swift #SpotifyWrapped
## 3241                                    I stand with gender equality fam , no shades , bro smacked the shot outa her #SpotifyWrapped #RedVelvet… https://t.co/QMaLfUVvDZ
## 3242                                                              my #SpotifyWrapped is gonna be so ass because I use lofi music to sleep so it's just all gonna be that
## 3243                                                                                                                  FUCK SPOTIFY WE APPLE MUSIC GANG\n #SpotifyWrapped
## 3244                                                                                                I predict my top podcast will be the magnus archives #SpotifyWrapped
## 3245                        Since #SpotifyWrapped is about to drop and I use the superior Apple Music, here’s my top 10 songs 🤣 Not even surpri… https://t.co/Wqe5buufO7
## 3246                                                                                   I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped
## 3247                                                                                                #SpotifyWrapped making me a custom playlist: https://t.co/u2bCREIwrd
## 3248                                                                                                                       #SpotifyWrapped r&amp;b gotta b there on mine
## 3249                                                    I predict my top artist will be KSI. You can’t blame me for choosing the U.K. YouTuber for this. #SpotifyWrapped
## 3250                                                                                               I predict my most played song will be Euphoria by BTS #SpotifyWrapped
## 3251                                                                                                  OMGG let's guess who would be on our top 5 for #SpotifyWrapped !!!
## 3252                     Calling it now.\n\nMy #SpotifyWrapped will consist of the following\nAnd probably some rogue one like Disney or Kim Wi… https://t.co/aGMo3OSxog
## 3253                        Check out Purple Relaxation Syrup, 2 oz https://t.co/WsOTvVHyNn #eBay via @eBay Balenciaga #WhatsApp City of Housto… https://t.co/6ZoTNDyHN7
## 3254                                                                                                      I predict my top artist will be harry styles 🥰 #SpotifyWrapped
## 3255                                                                                                       I predict my top podcast will be DISTRACTIBLE #SpotifyWrapped
## 3256                        Fine, I'll do it. I predict my most played song will be Empty By Letdown. I'm a depressed bitch and found this song… https://t.co/Yjsetx2xcD
## 3257                                                                                      I predict my most played song will be Everybody's Gay by Lizzo #SpotifyWrapped
## 3258                                                                              I predict my top artist will be [Taylor Swift] #SpotifyWrapped https://t.co/w2B31f4ATn
## 3259                                                                                    I predict my most played song will be night shift by lucy dacus 🤧#SpotifyWrapped
## 3260                                                                                  I predict my top podcast will be Migrantes https://t.co/c091LGwBPv #SpotifyWrapped
## 3261                                                                                      I predict my most played song will be Persephone in the Garden #SpotifyWrapped
## 3262                               i love the smiths… I SAID I LOVE THE SMITHS\n\nI think a few worlds would collide at this fest\n\n#instafest… https://t.co/Nk6BHqkBBw
## 3263                                                                                            I predict my most played song will be [titi me preguntó] #SpotifyWrapped
## 3264                                                                                         I predict my most played song will be Interlude Set Me Free #SpotifyWrapped
## 3265                                                     If you haven’t already tap in to my latest Drop ✨💥#djya2x #SpotifyWrapped #CyberMonday https://t.co/xrcUXE5yJz
## 3266                                                                                                             Waiting for #SpotifyWrapped 🙆🏿‍♂️ https://t.co/wip4I6ryec
## 3267                                                                                     I predict my most played song will be a Fred Again! song surely #SpotifyWrapped
## 3268                                                                                                     I predict my top artist will be [@nfrealmusic ] #SpotifyWrapped
## 3269                                                                                                  I predict my top podcast will be Dracula audiobook #SpotifyWrapped
## 3270                                                       Missing you dear😍😍\n\n#love  #CyberMonday #RedVelvet #SpotifyWrapped #fashion #beauty https://t.co/o2Xo3sOXxP
## 3271                                                                                                       I predict my top podcast will be Archetypes!! #SpotifyWrapped
## 3272                                                                                                     I predict my top artist will be @vendredisurmer #SpotifyWrapped
## 3273                        Check out Red Relaxation Syrup, 2 oz https://t.co/fH0Bh0z2dM #eBay via @eBay \nBalenciaga #WhatsApp City of Houston… https://t.co/tC8nxINKYw
## 3274                                                                                                               I predict my top artist will be Ghost #SpotifyWrapped
## 3275                                                                                                    I predict my top podcast will be Gemischtes Hack #SpotifyWrapped
## 3276                                                                                                        I predict my top podcast will be Trash Taste #SpotifyWrapped
## 3277                        I predict my top genre will be FUCKING DSMP BCS SPOTIFY HAS THAT STUPID GODDAMN GENRE AND IT SUCKS AND ITS NOT EVEN… https://t.co/LTa1ZNsZxx
## 3278                                                                                                      I predict my top genre will be Russian Alt Pop #SpotifyWrapped
## 3279                                                                                          I predict my most played song will be Kisaragi by Camellia #SpotifyWrapped
## 3280                                                                                                 I predict my top artist will be Panic! at the Disco #SpotifyWrapped
## 3281                                                                     me looking for my spotify wrapped:\n\n@Spotify #SpotifyWrapped #spotify https://t.co/VnygdSJGtQ
## 3282                                                                                            I predict my top podcast will be CHUCKLE SANDWICH &gt;:D #SpotifyWrapped
## 3283                                                i feel like someone's already said this but i'm more excited for my #SpotifyWrapped than i have been for my birthday
## 3284                                                                                                          I predict my top genre will be modern rock #SpotifyWrapped
## 3285                                                                                     I predict my most played song will be Glimpse of Us by Joji (: 💕#SpotifyWrapped
## 3286                                                                                                    I predict my top genre will be kpop? indie pop ? #SpotifyWrapped
## 3287                                                                                                            when do i get my #SpotifyWrapped https://t.co/JdGc80qmHH
## 3288                                                                 I predict my top podcast will be either @basementyard or @BaileySarian #darkhistory #SpotifyWrapped
## 3289                                                                                                                I predict my top artist will be Muse #SpotifyWrapped
## 3290                                                                                                    I predict my top artist will be @taylorswift13 #SpotifyWrapped 🥰
## 3291                                                                  I predict my top genre will be Country. It’s always country or a county sub genre. #SpotifyWrapped
## 3292                                                             My #SpotifyWrapped is really about to expose all 16 of my personalities. And I think I’m okay with that
## 3293                                                 Usually I trick dat girl outta her love but dat was the selfish me. #SpotifyWrapped #RedVelvet #CyberMonday #Sasmos
## 3294                                                                                                 I predict my top artist will be Nothing but Thieves #SpotifyWrapped
## 3295                                                                                                 I predict my top artist will be Adam &amp; the Ants #SpotifyWrapped
## 3296                                                                                                          I predict my top artist will be Stray Kids #SpotifyWrapped
## 3297                                                                                                                 I predict my top genre will be Rock #SpotifyWrapped
## 3298                                                                                    I predict my most played song will be [Carolina By Harry Styles] #SpotifyWrapped
## 3299                                                                                                               I predict my top genre will be J-Core #SpotifyWrapped
## 3300                                                                                                                                      On attend !!!  #SpotifyWrapped
## 3301                                                                                         I predict my most played song will be Stray Kids - MANIAC\n #SpotifyWrapped
## 3302                                            Check out the pods cast on Spotify!\n\n#podcast #SpotifyWrapped #spotifypodcasts #bassandbooners https://t.co/WxD21Rqm1R
## 3303                                                                                                            I predict my top artist will be Camellia #SpotifyWrapped
## 3304                                                                                                 Maybe next year #SpotifyWrapped #AppleMusic https://t.co/PO9ZIvt3ky
## 3305                                                                                                       I predict my top artist will be Austin Butler #SpotifyWrapped
## 3306                                                                                                      I predict my most played song will be Downtown #SpotifyWrapped
## 3307                                                                                                                     im gonnabe sick what if its ass #SpotifyWrapped
## 3308                                                                             somethings telling me Red Lights is my most played song of the year🤭\n\n#SpotifyWrapped
## 3309                                         #SpotifyWrapped \nFour weeks ago from six months ago... We aren't even gonna talk about my all time https://t.co/UuYBXXjQKJ
## 3310                                              "I predict my most played song will be Party Rock Anthem", you happy now Spotify now stop harassing me #SpotifyWrapped
## 3311                                          I predict my top artist will be [Kali Uchis!!] #SpotifyWrapped (give us Spotify wrapped now 😭 we desperately need to know)
## 3312                      Summer is hot \nBut I am hotter \n\n#SpotifyWrapped #RedVelvet #FIFAWorldCupQatar2022 #CyberMonday #乌鲁木齐 #ล็อคกี้แฟน… https://t.co/pMd9I6SeOm
## 3313                                                                              I predict my top artist will be [Psy (The guy who made Gangnam Style)] #SpotifyWrapped
## 3314                                                                                                                     GIVE ME A WEEK TO FIX IT PLEASE #SpotifyWrapped
## 3315                                                                                                         I predict my top artist will be @duranduran #SpotifyWrapped
## 3316                                                                                                           I predict my top artist will be Tiago PZK #SpotifyWrapped
## 3317                                                                                 I can't wait for #SpotifyWrapped to call my taste in music "scary" again this year.
## 3318                         #SpotifyWrapped if yungeen ace ain’t my most played shit this year then like someone’s lying cause I listen to him… https://t.co/3oGTaNEdO9
## 3319                                             Probably gonna get 10 views High Key🥲 #SpotifyWrapped #CyberMonday #humor #comedy #TikTokviral… https://t.co/ItpnNmo8Xn
## 3320                                                                                                  I THOUGHT IT WAS OUT CAUSE IT WAS TRENDING DAMN IT #SpotifyWrapped
## 3321                                                      Thinking of starting to make edits for K-pop, anime and others…any suggestions??? #SpotifyWrapped #KPOP #anime
## 3322                                                                                    I predict my top podcast will be [My Brother, My Brother and Me] #SpotifyWrapped
## 3323                                                                               I predict my most played song will be [what would u do by @tatemcrae] #SpotifyWrapped
## 3324                                                                                     I predict my top artist will be Eric Church. Every year forever #SpotifyWrapped
## 3325                                                                                                              I predict my top genre will be emo  :( #SpotifyWrapped
## 3326                                                                                     I predict my most played song will be [Bodys-Car Seat Headrest] #SpotifyWrapped
## 3327                                                                                  I predict my most played song will be Forever Only by Jaehyun 😃😃😃😃 #SpotifyWrapped
## 3328                                                                                            I predict my top artist will be [Florence + the Machine] #SpotifyWrapped
## 3329                                                             cant wait for #SpotifyWrapped to tell me 90% of the music i listen to is sad lesbian indie or something
## 3330                                                                                                        I predict my top artist will be Yeat @yeat1_ #SpotifyWrapped
## 3331                                                                                                       I predict my most played song will be Run BTS #SpotifyWrapped
## 3332                                                                                                          God abeg🙏. \n#sapa #SpotifyWrapped https://t.co/cSAHLWONKL
## 3333                                                                                                         I predict my top artist will be @WTofficial #SpotifyWrapped
## 3334                                                                                              I predict my top genre will be [K-Pop (Gangnam Style)] #SpotifyWrapped
## 3335                                                                                                      I predict my most played song will be Heated 🔥 #SpotifyWrapped
## 3336                                         These are always a fun look back on the year. I predict my top artist will be [SEGA SOUND TEAM or Toby Fox] #SpotifyWrapped
## 3337                                                                                          I predict my most played song will be El Alma Que Te Trajo #SpotifyWrapped
## 3338                                                                       Hopefully it won’t be as bad as last years 😂 #SpotifyWrapped #Spotify https://t.co/ePSSAfKcmT
## 3339                                                                                     I predict my most played song to be ex-mortis by ice nine kills #SpotifyWrapped
## 3340                                                                              I predict my most played song will be Home by Mike Dimes #SpotifyWrapped @DoubleLambOG
## 3341                                            Why not do these I guess lmao.\n\nI predict my most played song will be [King by Florence + the Machine] #SpotifyWrapped
## 3342                        I predict my most played song will be Casanova by Blake Rose \nbecause it’s been my #1 song of all time since april… https://t.co/zCYM9GcpFk
## 3343                                                                                                 I predict my most played song will be [Mockingbird] #SpotifyWrapped
## 3344                                                                                                             I predict my top artist will be BEYONCÉ #SpotifyWrapped
## 3345                                                                                               I predict my most played song will be [Gangnam Style] #SpotifyWrapped
## 3346                                                                                                    I predict my top podcast will be   fortnite porn #SpotifyWrapped
## 3347                                                    Shit !!!!!  for a sec  I felt Suarez scored that goal. 🤭🤭🤭🤭🤭🥱🥱🥱🥱#SpotifyWrapped #Portugal #ronaldo #WorldCup2022
## 3348                                                                                                                            When is #SpotifyWrapped ? I need a fit..
## 3349                                                                                                             my top artist gonna be nirvana for sure #SpotifyWrapped
## 3350                                                                                                          I predict my top artist will be ed sheeran #SpotifyWrapped
## 3351                                                                                                      I predict my top artist will be [Taylor Swift] #SpotifyWrapped
## 3352                                                                     I predict my top artist will be @astralagenda as always. him or @nothingnowhere #SpotifyWrapped
## 3353                                                                                        My top artist is probably gonna be will wood lets be honest  #SpotifyWrapped
## 3354                           I predict my most played song will be Call Me Little Sunshine by Ghost. \n\nIt was on mass repeat for quite a while. \n\n #SpotifyWrapped
## 3355                                                                      I predict my most played song will be "Never Fight A Man With A Perm" by IDLES #SpotifyWrapped
## 3356                                                                                 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 3357                                                                     I predict my most played song will be me porto bonito o vol.52 Quevedo/bizarrap #SpotifyWrapped
## 3358                                                                                                              I predict my top genre will be country #SpotifyWrapped
## 3359                                                                                                              I predict my top artist will be goopy 😭#SpotifyWrapped
## 3360                                                                                                                I predict my top genre will be [pop] #SpotifyWrapped
## 3361                                                                                      I predict my most played song will be Travis Scott - Skeletons #SpotifyWrapped
## 3362                                                                                                    I predict my most played song will be deepthroat #SpotifyWrapped
## 3363                        FRYD EXTRACTS LIQUID DIAMONDS , NEW FRYD EXTRACTS LIQUID DIAMONDS , FRYD DISPOSABLES LIQUID DIAMONDS , FRYD BARS LI… https://t.co/rylKc0EmNx
## 3364                                                                                                                        ill put my #SpotifyWrapped on here evetually
## 3365                                                                                                             A Solid Lineup! #SpotifyWrapped https://t.co/d7zbw2X2Dj
## 3366                         You're just a click away🔥👇\nhttps://t.co/RsfAIDhPB0\n#SpotifyWrapped #RedVelvet #FIFAWorldCupQatar2022 #คุณชายตอนจบ… https://t.co/wDrscTQFtM
## 3367                         We've Gathered Amazon, Aliexpress and Ebay Best Selling Products for You. and  Free..\n🔥 https://t.co/HTA2rVOKyV 🔥… https://t.co/f4sr9x06Rk
## 3368                                                                          I predict my most played song will be I am nothing (i am no one) Sustinere #SpotifyWrapped
## 3369                                                                                     I predict my top artist will be [@opeth or @SpandauBallet]💓✨️☁️❄️ #SpotifyWrapped
## 3370                                                                             I predict my top genre will be kpop or if it’s specific kpop boy group 😭#SpotifyWrapped
## 3371                            The fact that my kid listens to awful music on my Spotify makes me sad about how my wrapped up playlist is going to look #SpotifyWrapped
## 3372                                                                                                            I predict my top genre will be Reggaeton #SpotifyWrapped
## 3373                                 Random full odds Shiny Oinkolonge! \n\n#PokemonViolet #shinyoinkologne #peppapig #pokemon #shiny #Trending… https://t.co/hqOvXgERBR
## 3374                                                                                                           I predict my top artist will be @elonmusk #SpotifyWrapped
## 3375                                                                                                                King Gizzard &amp; The Lizard Wizard #SpotifyWrapped
## 3376                                                                                                                              Buzzing to see my #SpotifyWrapped 2022
## 3377                                    MASSA AIN'T THAT BAD\n#Black #Man #Woman #Women #Child #BlackMan #BlackWoman #BlackLove #BlackGirlMagic… https://t.co/1FkxsK65Ek
## 3378                                                I'm fairly certain my top song is going to be Freaks by Surf Curse again- or a Ride The Cyclone song #SpotifyWrapped
## 3379                        FRYD EXTRACTS LIQUID DIAMONDS , NEW FRYD EXTRACTS LIQUID DIAMONDS , FRYD DISPOSABLES LIQUID DIAMONDS , FRYD BARS LI… https://t.co/cuYbEfMbBr
## 3380                                                        My top artist will be Tub Ring. Furthermore, I'll be at the top, or I'll have failed myself. #SpotifyWrapped
## 3381                        I will create honeybook dubsado automation workflow with scheduling invoicing\nhttps://t.co/kmruijZ1uK\n#Worlds2022… https://t.co/FScm5jJJsI
## 3382                                                                                     I predict my most played song will be iPad - @TheChainsmokers 🧃 #SpotifyWrapped
## 3383                                                                                           I predict my most played song will be [some #Opeth stuff] #SpotifyWrapped
## 3384                         Top Gun: Maverick | My Favorite Movie is my favorite one. If you guys interested to watch Full Movie for FREE then… https://t.co/bdwDIZNAVc
## 3385                                                                                                           I predict my top artist will be Bad Bunny #SpotifyWrapped
## 3386                                                                      I predict my most played song will be Change J cole or Pink Matter Frank Ocean #SpotifyWrapped
## 3387                                                                        so why is it trendinf if it hasn't dropped yet. your mother doesn't love you #SpotifyWrapped
## 3388                    #TheRiver1Magic  NOVEMBER SPECIAL  ✨️ ends 4/12\nWAIST LENGTH \nBOX BRAIDS R250\nKNOTLESS BRAIDS R300\nHAIRPIECE EXCLUD… https://t.co/INrtAsvhWc
## 3389                                      me waiting for my spotify wrapped like i don’t already know my top artist is going to be taylor swift… https://t.co/gf8fEJQYW1
## 3390                                                                                                          I predict my top artist will be @LittleMix #SpotifyWrapped
## 3391                                                                                                                                    #SpotifyWrapped  GIVE IT TO ME !
## 3392                                                                          i can cheat and get a good guesstimate of my #SpotifyWrapped because i use @lastfm #lastfm
## 3393                                                                                                          Where do i find my #SpotifyWrapped https://t.co/iSOGqp85YU
## 3394                                   Don't miss the opportunities for amazon discounts https://t.co/0iXgMZVOGI\n\n#SpotifyWrapped #GiftGalaxy CONGRATULATIONS JUNGKOOK
## 3395                                                                                                I predict my most played song will be limbo by jun 💯 #SpotifyWrapped
## 3396                                                                                                      I predict my top podcast will be anything goes #SpotifyWrapped
## 3397                                                                                                I predict my top artist will be Will Wood or Lovejoy #SpotifyWrapped
## 3398                                                                                                                           HE ISNT THERE BUT WHY THE #SpotifyWrapped
## 3399                                                                                                             I predict my top genre will be [HipHop] #SpotifyWrapped
## 3400                       #CyberMonday #GivingTuesday #SpotifyWrapped #FIFAWorldCupQatar2022 #mondaymotivation\n\nHere is the usual example of… https://t.co/cpnEtzU174
## 3401                                                                            I predict my most played song will be swimming pool by the front bottoms #SpotifyWrapped
## 3402                        we have a HUGE end of the year sale going on you do not want to miss this!! Message me for any questions you may ha… https://t.co/pzq7DaA5qF
## 3403                                                                                                    Manifesting top 0.1% of mitski listeners for #SpotifyWrapped 🙏🙏🙏
## 3404                                                                          me temo q va a salir taytay \nI predict my top artist will be taylor swift #SpotifyWrapped
## 3405                                                                                          I predict my most played song will be [Sociopathic Apogee] #SpotifyWrapped
## 3406                                                                          I predict my top podcast will be [The Evolution Of A Snake] #SpotifyWrapped @tswiftpodcast
## 3407                      #CyberMonday #GivingTuesday #SpotifyWrapped #FIFAWorldCupQatar2022 #mondaymotivation\n\nWell COP27 ended just recentl… https://t.co/Mum3UcCMbG
## 3408                                                                 I predict my top artist will be Corpse for the second year in a row. I can FEEL it. #SpotifyWrapped
## 3409                                                       Me prepping for #SpotifyWrapped like it’s a marathon instead of the same 20 songs I’ve had on repeat all year
## 3410                                                                                                      I predict my top artist will be Taylor Swift 😌 #SpotifyWrapped
## 3411                                                                                                       I predict my top artist will be @kylieminogue #SpotifyWrapped
## 3412                                                                         I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped boy harsher
## 3413                                                                                                      I predict my top artist will be [Taylor Swift] #SpotifyWrapped
## 3414                                                                                   I predict my most played song will be @kylieminogue celebrate you #SpotifyWrapped
## 3415                              In God we Trust ✝️💯💯#Twittershutdown #viralvideo #SpotifyWrapped #Trending @davido @junior_maCHaALA @wizkidayo… https://t.co/0LZQv3PpPc
## 3416                                                                                                              I predict my top artist will be taylor #SpotifyWrapped
## 3417                                                                                                    I predict my top artist will be @Imaginedragons  #SpotifyWrapped
## 3418                                                                            I predict my top podcast will be nothing. I don't listen to podcasts lol #SpotifyWrapped
## 3419                                          Y’all do know you can just go to the website and see it right? Just look up Spotify stats and it’ll pop up #SpotifyWrapped
## 3420                                                                                       I predict my most played song will be Betty by Taylor Swift 😌 #SpotifyWrapped
## 3421                                                                                                                  I predict my top genre will be pop #SpotifyWrapped
## 3422                                                               I predict my most played song will be literally anything by taylor swift or As it Was #SpotifyWrapped
## 3423                                                                               I PREDICT MY MOST LISTENED TO ARTIST WOULD BE DRAKE, FAYGO OR FOUSHEE #SpotifyWrapped
## 3424                                                                                I predict my most played song will be the Spaceship Earth soundtrack #SpotifyWrapped
## 3425                                 I predict my top podcast will be Lunch Breakz because I use Google podcasts to listen to all my other subscriptions #SpotifyWrapped
## 3426                                                                                                          I predict my top genre will be Pop or kpop #SpotifyWrapped
## 3427                    @chartdata For my #spotifywrapped, \n\nTop artists are kanye, kendrick, then childish gambino\n\nTop song, i have no cl… https://t.co/kfy6979FlY
## 3428                                                             I predict my top podcast will be [The Bald and the Beautiful] #SpotifyWrapped @trixiemattel @katya_zamo
## 3429                                                                                      I predict my top podcast will be idk I don't watching podcasts #SpotifyWrapped
## 3430                                                                                                 I predict my most played song will be Surfin U.S.A. #SpotifyWrapped
## 3431                                                                                                           I predict my top artist will be Blackpink #SpotifyWrapped
## 3432                                                                           I predict my top artist will be Aesop Rock for like the 20th year running #SpotifyWrapped
## 3433                                                                                                           I predict my top artist will be LIL NAS X #SpotifyWrapped
## 3434                                                                                         I predict my most played song will be #BLACKPINK Pink venom #SpotifyWrapped
## 3435                                                                                                          I predict my top artist will be @sanbenito #SpotifyWrapped
## 3436                                                                                                                                             well 🧍🏽 #SpotifyWrapped
## 3437                                                                                                            I predict my top artist will be Beyoncé. #SpotifyWrapped
## 3438                                         I predict my most played song will be All Too Well (10 Minute Version) (Taylor's Version) (From The Vault)\n#SpotifyWrapped
## 3439                                                                                                                 I predict my top genre will be ROCK #SpotifyWrapped
## 3440                                                                                              I predict my most played song will be [Higher - Creed] #SpotifyWrapped
## 3441                                                                                                                               in a couple of days 🥴 #SpotifyWrapped
## 3442                                                                                                      I predict my top artist will be Camila Cabello #SpotifyWrapped
## 3443                                                    Me being jealous of the 2022 Spotify Wrapped 🥲 Cries on Apple Music #SpotifyWrapped  🥲😂😂 https://t.co/pWWhfgozE2
## 3444                                    I predict my most played song will be "Show me the place where he inserted the blade" by Black Country, New Road #SpotifyWrapped
## 3445                                                                                                 I predict my most played song will be INDUSTRY BABY #SpotifyWrapped
## 3446                                                                                             crying bc I know my  #SpotifyWrapped #1 genre is about to be dreamsmp💔💀
## 3447                                                                                                        #SpotifyWrapped\nI predict my top genre is gonna be country.
## 3448                        99% sure my number 1 song on my #SpotifyWrapped will either be the 1 or ATWTMVTVFTV by @taylorswift13. I’ll be surp… https://t.co/dnFYE91ndq
## 3449                                                                                       I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped
## 3450                                               🧢 : Ayfletch Handpainted &amp; Embroidered Apparel.\n\n#RedVelvet \n#SpotifyWrapped \n#UFC281 https://t.co/jL8iipzn37
## 3451                                                                                                         I predict my top genre will be pop, duh. [] #SpotifyWrapped
## 3452                              i act like i’m gonna be surprised when i see my spotify wrapped but we all know it’s just gonna be this woman… https://t.co/IbbsNwwKaM
## 3453                      Can’t be topped 💅✨🖤\n#LanaDelRey #MelanieMartinez #PierceTheVeil #Scruffpuppie #Tamino #Junglepussy #Bbymutha #Ängie… https://t.co/YuxcfkzNy1
## 3454                       the only thing i regret about moving to Amazon Music is there’s nothing akin to #SpotifyWrapped\n\nyou have our data… https://t.co/cZV083gFl9
## 3455                                                                                                     I predict my top artist will be [Taylor swift ] #SpotifyWrapped
## 3456                                 I predict my most played song will be Stay by my lord and savior Justin Bieber. If it isn’t, my whole life is a lie #SpotifyWrapped
## 3457                                                                                 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 3458                                                                                                I predict my top podcast will be [wicked unscripted] #SpotifyWrapped
## 3459                                                                                                                                             we love #SpotifyWrapped
## 3460                                                                                     I predict my most played song will be Bam Bam by Camila Cabello #SpotifyWrapped
## 3461                                                                                I predict my top podcast will be Anything Goes With Emma Chamberlain #SpotifyWrapped
## 3462                                                                                                I predict my most played song will be Break My Soul. #SpotifyWrapped
## 3463                                                                                                                I predict my top genre will be [pop] #SpotifyWrapped
## 3464                                                                                                                  I predict my top genre will be RAP #SpotifyWrapped
## 3465                                                                            I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped Morbid
## 3466                                                                                           I predict my top artist will be my queen lana del rey💞💞💞💞 #SpotifyWrapped
## 3467                   "Sonreír"\nStage 38.49\nCharcoal pencil on paper.\nSize: 2 by 3 fts (60.96 cm by 91.44 cm)\n\nPlease just a retweet mean… https://t.co/zmfJxcqW0P
## 3468                                                                                                       I predict my top podcast will @_HometownGlory #SpotifyWrapped
## 3469                         My latest article defends David Walliams, someone more admirable than you think. #onlyconnect #universitychallenge… https://t.co/z27U6YAvNh
## 3470                                                                                I predict my top artist will be Taylor Swift #SpotifyWrapped https://t.co/H2YQFQMz0Q
## 3471                                                                             I predict my most played song will be \nTongue 12" Mix - Rêve and Lemon #SpotifyWrapped
## 3472                                                                                                       I predict my top artist will be Taylor Swift\n#SpotifyWrapped
## 3473                                                                             I predict my most played song will be Dear True Love by @sleepingatlast #SpotifyWrapped
## 3474                                                                                                     I predict my top artist will be @backstreetboys #SpotifyWrapped
## 3475                                             I predict my most played song will be Machine Gun Kelly - maybe (feat. Bring Me The Horizon) this year. #SpotifyWrapped
## 3476                                                                        I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped Selena Gómez
## 3477                                                              A #vegan tswift cake!! @taylorswift13 @taylornation13 #orlando #SpotifyWrapped https://t.co/SSv99m8tpQ
## 3478                                                                                                                  I predict my top genre will be pop #SpotifyWrapped
## 3479                                                                                               I predict my top genre will be pop bc i always get it💀#SpotifyWrapped
## 3480                                                                                                    I predict my top podcast will be [I don’t know ] #SpotifyWrapped
## 3481                                                                                          I predict my most played song will be [Easy on me- Adele ] #SpotifyWrapped
## 3482                                                                        I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped pop obviamente
## 3483                                                                 I predict my most played song will be something from @Harry_Styles or @thedriverera #SpotifyWrapped
## 3484                                                                                                      I predict my top artist will be [Dreamcatcher] #SpotifyWrapped
## 3485                                                                             I predict my most played song will be Maria (I like it loud) by Scooter #SpotifyWrapped
## 3486                                                       I predict my most played song will be [fill in top song prediction] #SpotifyWrapped alguna de Selena o taylor
## 3487                                                                          if it doesn't sit in my #SpotifyWrapped top 5 I'm seriously afraid https://t.co/CMRYd9F9tn
## 3488                                         I predict my most played song will be All Too Well (Ten Minute Version) (Taylor’s Version) (From The Vault) #SpotifyWrapped
## 3489                                                                                         @Spotify I CANT WAIT ANY LONGER RELEASE SPOTIFY WRAPPED 😩😩😩 #SpotifyWrapped
## 3490                        All my album reviews and album rankings have tainted my #SpotifyWrapped results. I wouldn't pay to see some of thes… https://t.co/RZFeg620cV
## 3491                                                          I predict my most played song will be west coast by lana or heat lightning by mitski #SpotifyWrapped &lt;3
## 3492                                                                                 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 3493                                                                                     I predict my most played song will be Ojitos Lindos - Bad Bunny #SpotifyWrapped
## 3494                                                                         I predict my top artist will be the music industry herself Dr. Taylor Swift #SpotifyWrapped
## 3495                                                                                     I predict my top artist will be Tinashe #SpotifyWrapped https://t.co/oNKnxPgtij
## 3496                                                                                                    I predict my top artist will be [Big Time Rush ] #SpotifyWrapped
## 3497                                                                           【Trends Tag】 #CyberMonday #FIFAWorldCupQatar2022 #GivingTuesday #PORURU #SpotifyWrapped
## 3498                                                                                         I predict my most played song will be any Taylor swift song #SpotifyWrapped
## 3499                                                       I predict my top podcast will be that one true crime podcast i was obsessed with for 3 months #SpotifyWrapped
## 3500                                                                               I predict my top podcast will be [Archetypes  ] #SpotifyWrapped #ArchetypesWithMeghan
## 3501                                                                                                     I predict my top artist will be SEGA SOUND TEAM #SpotifyWrapped
## 3502                                                                                      I predict my most played song will be [Riverdale candy store ] #SpotifyWrapped
## 3503                                                                                                                I predict my top genre will be [pop] #SpotifyWrapped
## 3504                                                                                                   I predict my top artist will be taylor swift!!!!! #SpotifyWrapped
## 3505                                                                                                        I predict my top podcast will be Daebak Show #SpotifyWrapped
## 3506                                                                                               I predict my top artist will be Drake or Comethazine  #SpotifyWrapped
## 3507                                                                                                                 I predict my top genre will be Rock #SpotifyWrapped
## 3508                        I predict my most played song will be demolitions lovers i had to play it way too many times cause i’m learning it on guitar #SpotifyWrapped
## 3509                                                                                      I predict my top genre will be pop, im a pop girl until i die  #SpotifyWrapped
## 3510                                       Just fyi...\n\nApple Music Replay.\n\nAnd @pocketcasts ' yearly stats are out!\n\nDon't wait for this #SpotifyWrapped gimmick
## 3511                                                                                                        I predict my top artist will be Taylor Swift #SpotifyWrapped
## 3512                                                                                      I predict my most played song will be “Be a light” or “F-150.” #SpotifyWrapped
## 3513                                                                                      I predict my top artist will be peach pit or twenty one pilots #SpotifyWrapped
## 3514                                                                         I predict my most played song will be [Late Night Talking] #SpotifyWrapped by @Harry_Styles
## 3515                                                                                                    I predict my most played song will be js lullaby #SpotifyWrapped
## 3516                                                                                                        I predict my top artist will be Madison Beer #SpotifyWrapped
## 3517                                                                                                      I predict my top artist will be @taylorswift13 #SpotifyWrapped
## 3518                                                                                                                  I predict my top genre will be POP #SpotifyWrapped
## 3519                                                                                                                   #SpotifyWrapped remove dreamsmp genre you freakos
## 3520                                                                                          I predict my most played song will be Memoirs of a Gorilla #SpotifyWrapped
## 3521                                             I predict my most played song will be [fill in top song prediction] #SpotifyWrapped\nI'm not gonna fill it cause fr idk
## 3522                                                                      Before seeing my #SpotifyWrapped i can guarantee @Kehlani will be my top number one artist! 🖤🥰
## 3523                                                                                                               I predict my top artist will be @Griz #SpotifyWrapped
## 3524                                                                              I predict my most played song will be Heated or Pure/Honey by Beyoncé  #SpotifyWrapped
## 3525                                                                                      I predict my top artist will be Taylor Swift, la goat assoluta #SpotifyWrapped
## 3526                        I predict my most played track will be “Heat” by Eminem (I just fell asleep once with the track continuously on the… https://t.co/UC7LXhraX7
## 3527                                                                                                        I predict my top artist will be [Kanye West] #SpotifyWrapped
## 3528                                                                                                          I predict my top artist will be @rolemodel #SpotifyWrapped
## 3529                                                                                           I predict my top artist will be The Killers (most likely) #SpotifyWrapped
## 3530                                                                       I predict my most played song will be [Hard to love by Blackpink]\n#BLACKPINK #SpotifyWrapped
## 3531                                                                                      I predict my most played song will be Evergreen by @omarapollo #SpotifyWrapped
## 3532                                                                                                          I predict my most played song will be Fuel #SpotifyWrapped
## 3533                                                                                                                 I predict my top genre will be Rock #SpotifyWrapped
## 3534                                                                                                           I predict my top artist will be Metallica #SpotifyWrapped
## 3535                                                                                                     i already know BTS is gonna be my top artist on #SpotifyWrapped
## 3536                                                                                           I predict my most played song will be [sky by @LilyPichu] #SpotifyWrapped
## 3537                                                                           I predict my most played song will be Empire of The Sun - Ice On The Dune #SpotifyWrapped
## 3538                                                                                        I predict my most played song will be A Cruel Angel's Thesis #SpotifyWrapped
## 3539                                                                                       I predict my most played song will be #SpotifyWrapped https://t.co/p1SMT9cDv5
## 3540                         I predict my top artist will be @hf_dreamcatcher. No matter what new group I discover, I will always come back to my faves. #SpotifyWrapped
## 3541                                                                     I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped Law in action
## 3542                                                                                   I predict my top artist will be the weeknd no doubt. 😌 @theweeknd #SpotifyWrapped
## 3543                                                                                                      I predict my top artist will be @taylorswift13 #SpotifyWrapped
## 3544                                                                                              I predict my top artist will be Elton John (hopefully) #SpotifyWrapped
## 3545                                                                            I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped Doja cat
## 3546                                                                                I predict my top artist will be [@danielrustage or @ado1024imokenp]  #SpotifyWrapped
## 3547                                                                                                        I predict my top artist will be Taylor Swift #SpotifyWrapped
## 3548                                                                                   I predict my top podcast will be Violating Community Guidelines   #SpotifyWrapped
## 3549                                                                                                     waiting impatiently for #SpotifyWrapped https://t.co/tv6pGIsspo
## 3550                                                                                          I predict my most played song will be David by @noso_music #SpotifyWrapped
## 3551                      99bookmarking https://t.co/rd4HAxQvGX \n\n#Analytics #5G #MachineLearning #AI #Python  #NLProc  #flutterdev  #BigData… https://t.co/1aEYBA9D5C
## 3552                         Nothing could surprise me more than the year I was in like .01% of top Grimes listeners, which I listened to while… https://t.co/ImvzFIHzEY
## 3553                                                                                I predict my most played song will be [Rockstar made- Playboi Carti] #SpotifyWrapped
## 3554                 Cross Guild \n#onepiece #ワンピース #crossguild #クロス・ギルド #shichibukai #crocodile #mihawk #buggy #eichirooda #camser… https://t.co/vKfj3Vzddv
## 3555                                                           I predict my top genre will be either alt idol or idol rock. Flip a coin between the two. #SpotifyWrapped
## 3556                                I predict my most played song will be [fill in top song prediction] #SpotifyWrapped Insane by Summer Walker. https://t.co/1NjTHpsK1g
## 3557                                                                             I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped Pop music
## 3558                                                              I predict my most played song will be All Too Well (10 minute version) by Taylor Swift #SpotifyWrapped
## 3559                                                     Only #SpotifyWrapped will cure my depression. Please hurry Spotify, I'm not sure how much longer I can hold on.
## 3560                      Seriously someone tell me what #SpotifyWrapped is!\n\nI've never used Spotify on my phone and I've never heard of thi… https://t.co/hCGNMHYoq1
## 3561                                                                                                                I predict my top genre will be pop 🤠 #SpotifyWrapped
## 3562                                                                                   I predict my most played song will be FUCK ABOUT IT BY WATERPARKS #SpotifyWrapped
## 3563                                                  I predict my most played song will be [fill in top song prediction] #SpotifyWrapped Oh no! Marina and the diamonds
## 3564                                                                                      I predict my top genre will be Hyperpop! And no, I'm not sorry #SpotifyWrapped
## 3565                                                                                       I predict my top artist will be Necrophagia #SpotifyWrapped im losing ny mind
## 3566                                                                                              I predict my top podcast will be [ladies and tangents] #SpotifyWrapped
## 3567                                                                                                              I predict my top genre will be [anime] #SpotifyWrapped
## 3568                         I predict my most played song will be "am I" by @YanakotoSM. Really tough to guess for sure but I dunno what could… https://t.co/CM1ZwwUuEj
## 3569                                                                                        I predict my most played song will be Maroon by Taylor Swift #SpotifyWrapped
## 3570                                                                                                         I predict my top artist will be [glee club] #SpotifyWrapped
## 3571                                                   I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped\n@danielrustage 's onepeice dnd
## 3572                                                                                                        I predict my top genre will be [garage rock] #SpotifyWrapped
## 3573                                              I predict my most played song will be Hard to be a Bard. If it’s not, I’ll literally be so confused 😭😭 #SpotifyWrapped
## 3574                                                                            I predict my top podcast will be [@ParcastNetwork unsolved murder cases] #SpotifyWrapped
## 3575                                                                     I predict my most played song will be [paradise by the dashboard light by glee] #SpotifyWrapped
## 3576                                                                                                       I predict my top artist will be Taylor Swift  #SpotifyWrapped
## 3577                              NEW VIDEO!\nForget your #SpotifyWrapped! Look at Jakestation and I react to The Game Awards 2021 on @YouTube!… https://t.co/EayUJpjw3s
## 3578                                                                                                        I predict my top artist will be @MCRofficial #SpotifyWrapped
## 3579                                                   #SpotifyWrapped I think my most played is gonna be step back by GOT OR ..... the glee rendition of im a Slave 4 U
## 3580                        Me dodging the avalanche of underwear heading my way when I release my #SpotifyWrapped and everyone realises what a… https://t.co/BX5ZcUbPdk
## 3581                                                                                                             I predict my top genre will be - Pop\n\n#SpotifyWrapped
## 3582                                                                                                    I predict my most played song will be the archer #SpotifyWrapped
## 3583                                                                                                                I predict my top genre will be  80’s #SpotifyWrapped
## 3584                                                                                  One things for sure my top listened to Pod will be @NewestOlympian #SpotifyWrapped
## 3585                                                                                            I predict my top genre will be [emo?? or like pop maybe] #SpotifyWrapped
## 3586                                                                                                             I predict my top podcast will be Morbid #SpotifyWrapped
## 3587                                                                I predict my top artist will be Liberato for the spoiler spotify did to me weeks ago #SpotifyWrapped
## 3588                                                                                                        I predict my top artist will be Taylor Swift #SpotifyWrapped
## 3589                                                            top artist is either car seat jeadrest or radiohead, if it's cavetoen it's a fucking bug #SpotifyWrapped
## 3590                                                                              I predict my most played song will be Maniac by Stray Kids @Stray_Kids #SpotifyWrapped
## 3591                                                                                                        I predict my top artist will be Marco Telles #SpotifyWrapped
## 3592                                                                                                                  I predict my top genre will be Pop #SpotifyWrapped
## 3593                                                                                                               I predict my top artist will be [bts] #SpotifyWrapped
## 3594                                                                                                       I predict my most played song will be 7 years #SpotifyWrapped
## 3595                                                                                           I predict my most played song will be Baby Blue by Junior #SpotifyWrapped
## 3596                                                                                                     I predict my top artist will be louis or taylor #SpotifyWrapped
## 3597                                                                                  I predict my most played song will be [over this by slayyyter] #SpotifyWrapped!!!!
## 3598                                                                                      I predict my most played song will be Tu, Porém - Marco Telles #SpotifyWrapped
## 3599                                                                                              I predict my top artist will be Stray Kids @Stray_Kids #SpotifyWrapped
## 3600                                                                                                  I predict my most played song will be All Too Well #SpotifyWrapped
## 3601                                                                                                            I predict my top artist will be brakence #SpotifyWrapped
## 3602                                                                                                      hard lineup #instafest #SpotifyWrapped https://t.co/VwKbAjlLTi
## 3603                                                                                                    I predict my top artist will be [@gracieabrams ] #SpotifyWrapped
## 3604                                              I predict my top artist will be [bad bunny] #SpotifyWrapped\nI know for a fact that man has had a chokehold on my 2022
## 3605                                                               I predict my most played song will be NEEDED ME @rihanna or FLY KICKS @WaxMotif remix #SpotifyWrapped
## 3606                                                                                                               I predict my top artist will be NICKI #SpotifyWrapped
## 3607                                                                  I predict my most played song will be bigger than me or written all over your face #SpotifyWrapped
## 3608                                                               I predict my most played song will be Pink Venom by Blackpink #SpotifyWrapped https://t.co/lkzkC9lNBW
## 3609                                                                          I predict my most played song will be only one who knows by Arctic Monkeys #SpotifyWrapped
## 3610                                                                                   I predict my most played song will be [Venus Fly Trap - Brakence] #SpotifyWrapped
## 3611                                          i predict my top podcast will be @stevebartlettsc - duh! \n\n(even though he cancelled my diary order!)\n\n#spotifywrapped
## 3612                                                                                                      I predict my top artist will be @taylorswift13 #SpotifyWrapped
## 3613                                                                                               I predict my top genre will be Indie definitely indie #SpotifyWrapped
## 3614                                                                                   I predict my top artist will be the exos! #SpotifyWrapped https://t.co/Go0zZgh7UT
## 3615                                                                I predict my top artist will be Bad Omens or Dayseeker, it's going to be very close. #SpotifyWrapped
## 3616                         I predict my most played song will be shes the prettiest girl at the party and she can prove it with a solid right… https://t.co/VTBeFufWx6
## 3617                                                                                                      I predict my top artist will be Arctic Monkeys #SpotifyWrapped
## 3618                                                   GUYS I JUST CHECKED MY SPOTIFY RECEPIT AND GLEE CAST IS IN THE TOP 5 I NEED TO DO SOMETHING NEOW  #SpotifyWrapped
## 3619                                                                                         I predict my most played song will be no one dies from love #SpotifyWrapped
## 3620                                                                                           I predict my top genre will be Metalcore, by a landslide. #SpotifyWrapped
## 3621                                                                                         I predict my most played song will be Then it All Goes Away #SpotifyWrapped
## 3622                                                                 I predict my most played song will be:\nAbout you\nBoyfriends\nAntihero\nQuestion\n #SpotifyWrapped
## 3623                                                                                       I predict my top podcast will be @philytaggart #chilldabeats  #SpotifyWrapped
## 3624                                                                                                        I predict my top artist will be Taylor Swift #SpotifyWrapped
## 3625                                                                                                                 I predict my top artist will be Djo #SpotifyWrapped
## 3626                                                                        I predict my top artist will be Lil Nas X or Beyoncé #SpotifyWrapped https://t.co/SQiwqDFFLX
## 3627                                                                                         I predict my most played song will be Neon Grave @dayseeker #SpotifyWrapped
## 3628                                                                                                    I predict my top genre will be gayyyyyyyyest pop #SpotifyWrapped
## 3629                                                                                               I predict my top genre will be kpop boy group :llllll #SpotifyWrapped
## 3630                                                                                       I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped
## 3631                                                                                     I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped
## 3632                                                                                                        I predict my most played song will be august #SpotifyWrapped
## 3633                                                                                         I predict my top artist will be @Imaginedragons, for sure!\n#SpotifyWrapped
## 3634                                                                                 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 3635                                                                                                      I predict my top artist will be Gang of youths #SpotifyWrapped
## 3636                                                                                                            I predict my top artist will be the 1975 #SpotifyWrapped
## 3637                        My #SpotifyWrapped is going to be so different this year. Usually Foo Fighters top my list, but I could hardly list… https://t.co/icN8EGtCDP
## 3638                                             I predict my most played song will be either hurdle or obsession... i think it's VERY much neck to neck #SpotifyWrapped
## 3639                                            and at other times, she and her three children were targeted.\n #SpotifyWrapped #BRASUI Casemiro https://t.co/PKMiz2gt6t
## 3640                        with whom she kept moving from place to place in the midst of the Lebanese war, and between the massacres targeting… https://t.co/PbVj4jb74j
## 3641                                                                                                  i predict my top artist will be my bby @jorjasmith #spotifywrapped
## 3642                         Dr. Jane raised three children who do not know another mother, one of whom is physically and mentally handicapped,… https://t.co/TsD2aRCTCk
## 3643                                                                My #SpotifyWrapped is just going to say the same thing it does every year. I'm gay and mentally ill.
## 3644                        after a long life spent in the service of humanitarian work supporting and advocating for our Pales*tinian cause an… https://t.co/jV8QJL9hhw
## 3645                                                                                                           I predict my top artist will be [tananai] #SpotifyWrapped
## 3646                                                                                                    I predict my top genre will be chill or rock/pop #SpotifyWrapped
## 3647                      Dr. Jane Calder.. Long lines in the lives of three Pales*tinian children\n\n Today, Monday, the Australian doctor Jan… https://t.co/JrLqIYo1jo
## 3648                                                                                                        I predict my top artist will be $Suicideboy$ #SpotifyWrapped
## 3649                                                                                                                I predict my top genre will be [pop] #SpotifyWrapped
## 3650                                                                                                          I predict my top artist will be Alex g ngl #SpotifyWrapped
## 3651  Cover de #chainsawman\nhttps://t.co/RbYxKygsxT👈\nhttps://t.co/k5xuHbMHf9👈\nLINK IN BIO!!\n#チェンソーマン見放題最速配信 \n#チェンソーマン… https://t.co/vxwmRU7MeE
## 3652                                                                                                           I predict my top genre will be indie rock #SpotifyWrapped
## 3653                                                                   I predict my most played song will be Wanting getting wanting by @DEMONDICEKaren  #SpotifyWrapped
## 3654                                                                                        I predict my most played song will be [sogni appesi -ultimo] #SpotifyWrapped
## 3655                                                                                                                 I predict my top genre will be Kpop #SpotifyWrapped
## 3656                                                                                                    I predict my top podcast will be @RaidersLostPod #SpotifyWrapped
## 3657                            Check this list of great tracks of purzyth rekords whit the best of the label #music #echoenmexico #worldartist… https://t.co/5eFDnkecCm
## 3658                                                              I predict my most played song will be [fill in top song prediction] #SpotifyWrapped.   Way Down Yonder
## 3659                                                                                               I predict my most played song will be sex by the 1975 #SpotifyWrapped
## 3660                                                                                                       I predict my top artist will be @BIGBABYGUCCI #SpotifyWrapped
## 3661                                                                                       I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped
## 3662                                                                          I predict my most played song will be Gang of youths - Angel of 8th Avenue #SpotifyWrapped
## 3663                                                                                                         I predict my top podcast will be Archetypes #SpotifyWrapped
## 3664                                                                                 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 3665                                                                                    I already know @sanbenito is gonna be all over my #SpotifyWrapped 2022 lolol 💜🫶🏽
## 3666                                                                                                   I predict my top podcast will be @nununanapodcast #SpotifyWrapped
## 3667                                                                                                  i predict my top artist will be my bby @jorjasmith #spotifywrapped
## 3668                                                                                                             I predict my top artist will be bladee\n#SpotifyWrapped
## 3669                                                                                     I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped
## 3670                                                                                        I predict my most played song will be remember me Becky hill #SpotifyWrapped
## 3671                                                                                                        I predict my top artist will be Denzel Curry #SpotifyWrapped
## 3672                                                      me pretending to be shocked when i see Ariana Grande is my most played #SpotifyWrapped https://t.co/yQubJWPEJK
## 3673                    I predict my most played songs will be \nN95 - Kendrick\nThis Is Why - Paramore\nTroubles/Walkin - Denzel\nTake My Brea… https://t.co/LLUJ2OX5Qk
## 3674                                                                                    My most played artist is [Gus Dapperton]... This is not a guess. #SpotifyWrapped
## 3675                                                                                                 I predict my top genre will be hip hop / cloud rap\n#SpotifyWrapped
## 3676                                                                 I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped.         Chase Rice
## 3677                                                                           I predict my most played song will be Shooting Star by Modern Talking.... #SpotifyWrapped
## 3678                                                                                   my top genre is gonna be music for sad bitches who got cheated on #SpotifyWrapped
## 3679                                                                                                    I predict my top podcast will be Sibling Rivalry #SpotifyWrapped
## 3680                                                                                                   I predict my top artist will be machine gun kelly #SpotifyWrapped
## 3681                                                                                        I predict my most played song will be sandman by a$ap rocky\n#SpotifyWrapped
## 3682                                                                                                         can it be december already i want to see my #SpotifyWrapped
## 3683                                                                                                      I predict my top artist will be [Lana Del Rey] #SpotifyWrapped
## 3684                        Saw #SpotifyWrapped trending and i thought it dropped already lol i know Burna Boy is in my top 5 this year … wonde… https://t.co/myj1W7VqRE
## 3685                                                                                                          I predict my top artist will be Rupaul #SpotifyWrapped 💀💀💀
## 3686                                                                               i predict my top genre will be [if it’s pop, i’ll actually he livid…] #spotifywrapped
## 3687                                                                                                                I predict my top podcast will be poo #SpotifyWrapped
## 3688                                                                                                            I predict my top genre will be Indie Pop #SpotifyWrapped
## 3689                                I will speed up WordPress website speed optimization for google pagespeed insights\nhttps://t.co/g2o35vaaA7… https://t.co/0K8vN0vwnZ
## 3690                                                                  I KNOW my most played song will be [Meteorite - Gus Dapperton,  Anna of the North] #SpotifyWrapped
## 3691                                                                                                                 I predict my top artist will be poo #SpotifyWrapped
## 3692                                                                                             I predict my most played song will be Catwalk by Rupaul #SpotifyWrapped
## 3693                                                                                                                  I predict my top genre will be poo #SpotifyWrapped
## 3694                                                                                                This sums up my prediction 🙃 #SpotifyWrapped https://t.co/vtO2eZFht9
## 3695                         I predict my most played song will be All Too Well (10 Minute Version) (Taylor’s Version) (From the Vault) because… https://t.co/ecpEn7seXY
## 3696                                                                                                        I predict my top artist will be @MIWband 🤘🏻🤍 #SpotifyWrapped
## 3697                              Lol, cant believe im doing this but i THINK  my top song is home with you-fka twigs or meta angel by the same artist \n#SpotifyWrapped
## 3698                                                                                                           I predict my top artist will be Peach Pit #SpotifyWrapped
## 3699                                                                                                    I predict my top artist will be Giveon or Lecrae #SpotifyWrapped
## 3700                                                                                      I predict my most played song will be From 2 to 3 by Peach Pit #SpotifyWrapped
## 3701                                                                                   I predict my top artist will be the weeknd or michael jackson idk #SpotifyWrapped
## 3702                      @Ol_Meg Lmao I have no shame now \n1. Ocean Waves for Sleep \n2. Rainforest Thunderstorm \n3. 10 Hours Industrial Fan… https://t.co/EzCPxZ04g3
## 3703                                                                                   I predict my top artist will be Bad Omens #SpotifyWrapped https://t.co/o5iQwZ5lZH
## 3704                                                                                                           I predict Demi lovato to be my top artist #SpotifyWrapped
## 3705                                                                                                    I predict my top artist will be [the mechanisms] #SpotifyWrapped
## 3706                                                                                                    I predict my top podcast will be @FoolishMortaIs #SpotifyWrapped
## 3707                                                               I predict my most played song will be Happily Ever After by Jordan Fisher and Angie K #SpotifyWrapped
## 3708                                                                                                                  I predict my top genre will be Pop #SpotifyWrapped
## 3709                                                                                 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 3710                                                                                                          I predict my top artist will be Juice WRLD #SpotifyWrapped
## 3711                        This will be my first #SpotifyWrapped and I’m so litty. Last year it was the worst day of my life and I cancelled m… https://t.co/2O94y4c2LR
## 3712                                                                                           i predict my most played song will be burn by @jorjasmith #spotifywrapped
## 3713                                                                                                                                       oh no please😭 #SpotifyWrapped
## 3714                                                   Me pretending to be shocked when Taylor Swift is once again on my #1 for  #SpotifyWrapped https://t.co/2uAWWowN5f
## 3715                                                                                  I predict my top podcast will be [The Yard or The Magnus Archives] #SpotifyWrapped
## 3716                                                                                                        I predict my top artist will be Taylor Swift #SpotifyWrapped
## 3717                                                                                                                 I predict my top genre will be Pop  #SpotifyWrapped
## 3718                                                             I predict my top artist will be @ddlovato #SpotifyWrapped #DemiLovato #HolyFvck https://t.co/ipZS3Q3wl6
## 3719                                                                                                I predict my most played song will be [0n the fl00r] #SpotifyWrapped
## 3720                                                                                                              I predict my top artist will be Twice  #SpotifyWrapped
## 3721                        im so dead serious barbie is gonna be in my top 2 artists for spotify wrapped its not even funny... barbstie millis… https://t.co/jPlIjjbjHw
## 3722                                                                                 I predict my most played song will be I Ain't Worried or Starwalkin #SpotifyWrapped
## 3723                                                                 I predict my most played song will be Divine Attack -Shingeki- by @BABYMETAL_JAPAN  #SpotifyWrapped
## 3724                        I predict my top podcast will be [fill in top podcast prediction] it's definitely The David Cassidy Connections - w… https://t.co/3fkFj6uwg3
## 3725                                                                                  Just drop it already. Been waiting for what feels like a year now. #SpotifyWrapped
## 3726                                                                       I predict my most played song will be "bad decisions" #SpotifyWrapped https://t.co/660psbI7De
## 3727                                                                               I predict my most played song will be [A Little Love Will Fix You Up] #SpotifyWrapped
## 3728                                                                                                           I predict my most played song will be poo #SpotifyWrapped
## 3729                                                                                      I predict my top podcast will be @deuxmoiworld or @Betches_Sup #SpotifyWrapped
## 3730                                                                                                               I predict my top genre will be Kpop 😭 #SpotifyWrapped
## 3731                                                                                                                  I predict my top genre will be pop #SpotifyWrapped
## 3732                                                                     and this little stupid thing since #SpotifyWrapped is taking foreverrr. https://t.co/8j4GMF39cb
## 3733                                                                                                 I predict my top podcast will be Happy Sad Confused #SpotifyWrapped
## 3734                                         I predict my top artist will be txt nct dream/127 or bts(i barely listen to them but sptfy is glitched asf) #SpotifyWrapped
## 3735                                                              I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped gunna be @FreddieDredd
## 3736                                                                                                              I predict my top artist will be Adele  #SpotifyWrapped
## 3737                                                                                I predict my most played song will Bigger Than Me ny Louis Tomlinson #SpotifyWrapped
## 3738                                                                                                                  I predict my top genre will be Pop #SpotifyWrapped
## 3739                                                                     i predict my most played song will be..... PURE/HONEY or ALIEN SUPERSTAR 👽 \n\n #SpotifyWrapped
## 3740                                                         I predict my most played song will be [fill in top song prediction] #SpotifyWrapped https://t.co/6MlyvoUWJl
## 3741                                                                                                       I predict my most played song will be “Brave” #SpotifyWrapped
## 3742                                                          I predict my most played song will be [fill in top song prediction] #SpotifyWrapped limbo by @FreddieDredd
## 3743                                                                                                        I predict my top genre will be drum  n  bass #SpotifyWrapped
## 3744                        I don't have Spotify for various reasons, but mostly because they can't seem to make a punk playlist that doesn't i… https://t.co/oWb5XVNB0O
## 3745                                                                                                         I predict my top genre will be rap or grime #SpotifyWrapped
## 3746                                                                            I predict my most played song will be You Belong With Me by Taylor Swift #SpotifyWrapped
## 3747                                                                                                               I predict my top genre will be kpop🤢🤢 #SpotifyWrapped
## 3748                                                                                          I predict my most played song will be [ANGOSTURA by keshi] #SpotifyWrapped
## 3749                                                                           I predict my top artist will be @nfrealmusic.. no way there's anyone else #SpotifyWrapped
## 3750                                                                           I predict my top podcast will be @TheAntlerQueens #SpotifyWrapped https://t.co/f4USUhClHt
## 3751                                                                               I predict my most played song will be try again OR maze in the mirror #SpotifyWrapped
## 3752                                                                                                  I predict my most played song will be Bryn - Faces #SpotifyWrapped
## 3753                                                                                                       I predict my top artist will be [$uicideboy$] #SpotifyWrapped
## 3754                                                                                                       I predict my top artist will be taylor swift  #SpotifyWrapped
## 3755                                                                                                        I predict my top artist will be Taylor Swift #SpotifyWrapped
## 3756                                                                                                      I predict my top artist will be Harry Styles.  #SpotifyWrapped
## 3757                                                                                     I predict my most played song will be (All Too Well 10 min) lol #SpotifyWrapped
## 3758                                                                                       Just release the damn thing already!  #SpotifyWrapped https://t.co/1xN2m9TlWe
## 3759                                                                                                   I predict my top artist will be [@1YoungTakeoff ] #SpotifyWrapped
## 3760                                                                                      I predict my most played song will be this is me trying or ivy #SpotifyWrapped
## 3761                                                                                                                   it's almost that time of the year #SpotifyWrapped
## 3762                                                                                                                 When will #SpotifyWrapped come out tho??? I'm tired
## 3763                                                       I predict my most played song will be [fill in top song prediction] David Cassidy - Cherish 💖 #SpotifyWrapped
## 3764                                                                                                                I predict my top artist will be Ozzy #SpotifyWrapped
## 3765                                                                          I predict my most played song will be [Idk how to kill myself - Younggoth] #SpotifyWrapped
## 3766                                                                                                                 I predict my top artist will be bts #SpotifyWrapped
## 3767                                                                 #SpotifyWrapped after trending several days in a row without a release date https://t.co/xW5T2o2grH
## 3768                                                                                                                 I predict my top genre will be kpop #SpotifyWrapped
## 3769                                                                                                                                        Can't wait 💞 #SpotifyWrapped
## 3770                                                                                                                I predict my top genre will be Metal #SpotifyWrapped
## 3771                                                                                    I predict my most played song will be Saturn by @sleepingatlast  #SpotifyWrapped
## 3772                                          Ahead of #SpotifyWrapped, you can find out what artists would make up the perfect festival for you https://t.co/zan8bg4mvn
## 3773                                                                      I predict my most played song will be Voices In My Head by Falling In Reverse  #SpotifyWrapped
## 3774                       So this has given me a good idea as to what my #SpotifyWrapped might look like. \n\nThere's nothing here that really… https://t.co/xASp7fCgwn
## 3775                                                                                                     I predict my most played song will be domino😍 \n#SpotifyWrapped
## 3776                                                                             I predict my top genre will be pop cuz I’m never not listening to pop 😭 #SpotifyWrapped
## 3777                                                                                                     I predict my top genre will be [SB19 #SB19 lol] #SpotifyWrapped
## 3778                                                                                   As long as Paramore is at the top of my #SpotifyWrapped I know Ill be okay ✊🏾✊🏾
## 3779                                                                             I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped Beyoncé
## 3780                                                                                                   I predict my top podcast will be Jalen and Jacoby #SpotifyWrapped
## 3781                                                                                                              I predict my top artist will be @JIDsv #SpotifyWrapped
## 3782                                                    I predict my most played song will be [fill in top song prediction] #SpotifyWrapped CUFF IT or super freaky girl
## 3783                                     I predict my top podcast will be #FilmstoBeBuriedWith @brettgoldstein . this is my only accurate prediction for #SpotifyWrapped
## 3784                                                                                I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped mora
## 3785                                                                           I predict my top podcast will be \n\nThe Elder Scrolls LORECAAAAST 😉💙\n\n #SpotifyWrapped
## 3786                                                                                                              I predict my top genre will be Hip-Hop #SpotifyWrapped
## 3787                                                                                                    I predict my top artist will be [@SB19Official ] #SpotifyWrapped
## 3788                                                           I predict my most played song will be [fill in top song prediction] #SpotifyWrapped memorias o casualidad
## 3789                                                                                                 I predict my top genre will be,,, C-Drama OST ????  #SpotifyWrapped
## 3790                                                                                            I predict my top artist will be… #SpotifyWrapped https://t.co/nrTKHETOEA
## 3791                                                   I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped  you already know #TaylorSwift 😊😊
## 3792                                                                                                         I predict my top artist will be @asakemusik #SpotifyWrapped
## 3793                                           me acting suprised when my spotify wrapped artists are all the same as last year #SpotifyWrapped  https://t.co/JwHVyeCQ90
## 3794                                                                                            so fucking ready to see how fucked up i was this year !!!#SpotifyWrapped
## 3795                                                                                                                          Literally so excited for #SpotifyWrapped 🥰
## 3796                                                                                        I predict my most played song will be Blood Wine by @abvblw_ #SpotifyWrapped
## 3797                                                                                               I predict my most played song will be [perfect pair ] #SpotifyWrapped
## 3798                                                                                  no predictions i know for a FACT:\n\nmy top artist will be Beyoncé #SpotifyWrapped
## 3799                                                                                                         I predict my top artist will be [Lady Gaga] #SpotifyWrapped
## 3800                                                                                 I predict my top podcast will be [Very Really Good - Kurtis Conner] #SpotifyWrapped
## 3801                                                           i dont even post screenshots of my spotify wrapped, i screenrecord that shit and tweet it #SpotifyWrapped
## 3802                                                                                                            I predict my top genre will be Afrobeats #SpotifyWrapped
## 3803                                                                                                             i bet not see any yeat or NBA youngdude #SpotifyWrapped
## 3804                                                                                                                   I'm ready #SpotifyWrapped https://t.co/Z5Z6NOaMcX
## 3805                                                                                                        I predict my top podcast will be Fair enough #SpotifyWrapped
## 3806                                                                                                                  I predict my top genre will be Pop #SpotifyWrapped
## 3807                       I predict my most played song will be \n\nA powerwolf song- something between Where the wild wolve have gone or lupus dei\n\n #SpotifyWrapped
## 3808                        @Daily_Serah I predict @Daily_Serah's most played song will be A Quick One Before The Eternal Worm Devours Connecti… https://t.co/bjvxDtNxd1
## 3809                                                                                               I predict my most played song will be something Asake #SpotifyWrapped
## 3810                      99bookmarking https://t.co/O1SDWdDKuo \n\n#Analytics #5G #MachineLearning #AI #Python  #NLProc  #flutterdev  #BigData… https://t.co/dRSpP2Btq4
## 3811                                                                                        I predict my most played song will be highschool sweethearts #SpotifyWrapped
## 3812                                                                                                I predict my most played song will be LWYMMD o KARMA #SpotifyWrapped
## 3813                         Free Social Bookmarking Website | Get high quality backlinks https://t.co/OatXTt03Cg via @flipboard \n\n#Analytics… https://t.co/69JP7lCFeC
## 3814                         Free Social Bookmarking Website | Get high quality backlinks https://t.co/d985Qel333 via @flipboard \n\n#Analytics… https://t.co/3dj1RBD23x
## 3815                                                                                               I predict my top artist will be [Megan Thee Stallion] #SpotifyWrapped
## 3816                                                                 I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped The Creative Penn
## 3817                                                                                                             I predict my top artist will be normani #SpotifyWrapped
## 3818                                                                                      I predict my most played song will be Toca Brillar de @JosDice #SpotifyWrapped
## 3819                                                                                                 I predict my top artist will be Hamilton Soundtrack #SpotifyWrapped
## 3820                                                                                                                  I predict my top genre will be pop #SpotifyWrapped
## 3821                                                                                            I predict my top genre will be Country, if not Pop Punk. #SpotifyWrapped
## 3822                                                                                                      I predict my top artist will be Gang of Youths #SpotifyWrapped
## 3823                                                                                                                I predict my top genre will be [RnB] #SpotifyWrapped
## 3824                                                                                                          I predict my top artist will be [youngboy] #SpotifyWrapped
## 3825                                                                                                             I predict my top artist will be stormzy #SpotifyWrapped
## 3826                                                                                I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped sci-fi
## 3827                                                                                                  i predict my top artist will be @LovelyPeach2001 \n#SpotifyWrapped
## 3828                                                                                                        I predict my top genre will be [melodic rap] #SpotifyWrapped
## 3829                                                                                                        I predict my top artist will be Harry Styles #SpotifyWrapped
## 3830                                                                                          I predict my most played song will be [cardboard box- flo] #SpotifyWrapped
## 3831                                                                        I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped Jimi Hendrix
## 3832                                                  I predict my most played song will be [Among Us In Real Life] #SpotifyWrapped\nidk why it just always used to play
## 3833                                                                                                 I predict my most played song will be [bring it on] #SpotifyWrapped
## 3834                              Grow Your Social Media Presence with Us, Get Boost It Today at an Affordable Price.\nhttps://t.co/fIeqFUYLox👈… https://t.co/16K07zYJf6
## 3835                                                                                             I predict my most played song will be [shut up stormzy] #SpotifyWrapped
## 3836                                                                                                               I predict my top artist will be ATEEZ #SpotifyWrapped
## 3837                                                                                                       I predict my top artist will be [@BLACKPINK ] #SpotifyWrapped
## 3838                                                                                                     I wonder what my #SpotifyWrapped will look like this year hhhhh
## 3839                                                                                                     I predict my top artist will be [billie eilish] #SpotifyWrapped
## 3840                                                                    I predict my top artist will be BTS like it has been for the past 7 years LMAOOO #SpotifyWrapped
## 3841                                                                                     I predict my most played song will be [Pink Venom by Blackpink] #SpotifyWrapped
## 3842                        Can’t wait to see my #SpotifyWrapped  but guess it will be our lovely boys as always (and of course Niall too but I… https://t.co/rvaVAGz18C
## 3843                         I'm excited. It's going to be an unhinged mess for me. Metal, the Miami Boys Choir because their Jewish psalm song… https://t.co/HZHyCunBJL
## 3844                            I cant wait till i find out my #SpotifyWrapped is going to be effected by what one random month i kept listening to the backstreet boys.
## 3845                                                   Big sale days have started on amazon, click https://t.co/3Rkx7CIrz9\n\n#SpotifyWrapped #GiftGalaxy JUST ANNOUNCED
## 3846                                                                                              I predict my most played song will be [keep driving😍😍] #SpotifyWrapped
## 3847                                                                                                         I predict my top artist will be The Weeknd! #SpotifyWrapped
## 3848                                                                                                I predict my most played song will be 'Out Of Time ' #SpotifyWrapped
## 3849                                                  I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped I predict it’s gonna be @iambeckyg
## 3850                                                                     I imagine that my #SpotifyWrapped will be something similar to this ... https://t.co/IsmNfLpI2s
## 3851                                                                                                   I predict my top artist will be TAYLOR SWIFT 😍😍😍😍 #SpotifyWrapped
## 3852                                                                     I predict my most played song will be Everything’s Electric by @liamgallagher   #SpotifyWrapped
## 3853                         Not to brag, but these tickets would sell faster than #whenwewereyoung. 😂\n\nStill waiting on my #SpotifyWrapped. 😒 https://t.co/whfUuXheZi
## 3854                                                                                         my most played song will probably be running up that hill 💀 #SpotifyWrapped
## 3855                                                                                                                i am not ready for the embarrassment #SpotifyWrapped
## 3856                                                                                                      I predict my top podcast will be anything goes #SpotifyWrapped
## 3857                                                                             I predict my top artist will be [ @katevogelx ] #SpotifyWrapped https://t.co/CbN9RlvcFJ
## 3858                                                                                      just got my #SpotifyWrapped in and I’m actually in the top .05% of silly geese
## 3859                                                                                                               People don’t know how bad I need my #SpotifyWrapped 😭
## 3860                                                                                               I predict my top artist will be SHINee, DPR or ATEEZ  #SpotifyWrapped
## 3861                                                                                                    i predict my top artist will be @LovelyPeach2001 #SpotifyWrapped
## 3862                                                                               Sabrina Carpenter No Word\nhttps://t.co/5C6Xb5P0tY\n#sabrinacarpenter #SpotifyWrapped
## 3863                                                                                                        I predict my top artist will be Taylor Swift #SpotifyWrapped
## 3864                                           I literally can't predict what my #SpotifyWrapped will look like. I know Iggy is going to be #1 artist but the rest is ??
## 3865                                                                                                          I predict my top artist will be @yunggravy #SpotifyWrapped
## 3866                                                                                                               I predict my top artist will be [BTS] #SpotifyWrapped
## 3867                                                                                                                  I predict my top genre will be pop #SpotifyWrapped
## 3868                                                                                                              I predict my top genre will be [K-pop] #SpotifyWrapped
## 3869                                                                    I predict my most played song will be golden hour gotta be in at least the top 5 #SpotifyWrapped
## 3870                                                                                                  I predict my most played song will be block me out #SpotifyWrapped
## 3871                                    I predict my most played song will be Illusion by Aespa OR OR OR Neo got my back (no i won’t take any questions) #SpotifyWrapped
## 3872                                                                                            I predict my most played song will be [Film out by BTS ] #SpotifyWrapped
## 3873                                                                                        I predict my most played song will be my shot from Hamilton 😅#SpotifyWrapped
## 3874                                                                                                                    #SpotifyWrapped im ready https://t.co/GOZiiOEJeM
## 3875                                                                                                   I predict my top artist will be freddie dredd ⚒️⚒️⚒️ #SpotifyWrapped
## 3876                                                          I predict my most played song will be me and my husband by mitski (i am severely unstable) #SpotifyWrapped
## 3877                                                                                       I predict my top artist will be [fka twigs or kendrick lamar] #SpotifyWrapped
## 3878                                        What my #SpotifyWrapped expect of me vs what it's probably gonna look like. https://t.co/flBWhsGvim… https://t.co/KHChui0McH
## 3879                                                                                                    I predict my top artist will be @ENHYPEN_members #SpotifyWrapped
## 3880                                                                                                     I predict my top artist will be Shakira Shakira #SpotifyWrapped
## 3881                                                                                                 I predict my top genre will be K-pop cause Enhypen! #SpotifyWrapped
## 3882                                                                                  @Spotify my birthday was horrible my girl left me today but I wait #SpotifyWrapped
## 3883                                                                                                   I predict my top genre will be pop or alternative #SpotifyWrapped
## 3884                        I predict my most played song will be either Shakes by #StevieHowie, Blow by @JacksonWang852 or I Need The Light by… https://t.co/1VwKcWOXc6
## 3885                                                                                                            I predict my top genre will be Dance Pop #SpotifyWrapped
## 3886                      #SpotifyWrapped predictions for 2022:\nTop Song: Origami Angel - Doctor Whomst\nTop Artist: Origami Angel\nTop Genre:… https://t.co/AEQGOKrn9V
## 3887                                                                                                  Who all coming? #SpotifyWrapped #instafest https://t.co/9uMH9BiMwe
## 3888                                                                                             I predict my most played song will be [chameleon paint] #SpotifyWrapped
## 3889                                                                                        I predict my top artist will be taylor swift or Harry styles #SpotifyWrapped
## 3890                                                                                        I predict my top artist will be @MIWband or @AlphaWolfCVLT \n#SpotifyWrapped
## 3891                                                                I predict my top artist will be [beyonce, Christina, Justin Bieber, poppy, and kali] #SpotifyWrapped
## 3892                                                                         I predict my most played song will be daylight or satellite by Harry styles #SpotifyWrapped
## 3893                                                       I predict my most played song will be How did we get there from Last Train (wise choice haha) #SpotifyWrapped
## 3894                                                                    I predict my most played song will be [Hurt Me So Good, Cuff It, or Tia Tamera🤣] #SpotifyWrapped
## 3895                                                                                                            I predict my top genre will be Post-rock #SpotifyWrapped
## 3896                          My boyfriend (real) is gonna be my #2 artist and my boyfriend's polycule is gonna be my #1, that's my prediction.… https://t.co/3mKb6KVgfC
## 3897                                                                                                       I predict my most played song will be Ay Mamá #SpotifyWrapped
## 3898                                                                                        I predict my most played song will be Te Felicito by Shakira #SpotifyWrapped
## 3899                         Just remembered, since #SpotifyWrapped is here again... Someone asked if we'd be putting These Backwards Echoes on… https://t.co/QoiX0aOj5e
## 3900                                                                                                               I predict my top artist will be Elder #SpotifyWrapped
## 3901                                 I predict my top podcast will be “ten minute bible hour podcast” by @MattWhitmanTMBH (or “Cults” by @ParcastNetwork #SpotifyWrapped
## 3902                                                                                               my  #SpotifyWrapped is gonna be a mess because of my driving playlist
## 3903                                               I predict my most played song will be fast times, f u lol, life waster, i'm that girl, and ya llegué  #SpotifyWrapped
## 3904                                                                                                          I believe my top artist is gonna be @poppy #SpotifyWrapped
## 3905                                                                                                      I predict my top artist will be @taylorswift13 #SpotifyWrapped
## 3906                                                                                                              my #SpotifyWrapped predictions https://t.co/ParOH04l0F
## 3907                                                                                I predict my most played song will be [Murder Machines by Marillion] #SpotifyWrapped
## 3908                                                   My #SpotifyWrapped is going to be female dominated for sure. This was the year of women. They made the best music
## 3909                                                                                               I predict my top artist will be Twice or Taylor Swift #SpotifyWrapped
## 3910                                                                                                                  I predict my top genre will be pop #SpotifyWrapped
## 3911                                                                                                              I predict my top genre will be country #SpotifyWrapped
## 3912                    Here’s a list of people I do not respect:\n\n-murderers\n-assholes\n-people who post their #SpotifyWrapped on any social platform \n-narcissists
## 3913                                                                                                            I predict my top genre will be Dance Pop #SpotifyWrapped
## 3914                                                                                                          I predict my top artist will be @idlesband #SpotifyWrapped
## 3915                                                                                                    I predict my top artist will be @wesleydeanmusic #SpotifyWrapped
## 3916                                                                    I predict my most played song will be Because i liked a boy by Sabrina Carpenter #SpotifyWrapped
## 3917                                                                                 I predict my most played song will be “sunshine” by @shortstackband #SpotifyWrapped
## 3918                       I predict my top artist will be...\nyou'll never guess. (it will be american music duo i don't know how but they fou… https://t.co/7Xer1kTS1D
## 3919                                                                                                        I predict my top artist will be Taylor Swift #SpotifyWrapped
## 3920                                                                                           I predict my most played song will be Linda de la Rosalía #SpotifyWrapped
## 3921                                                                                                             My #SpotifyWrapped every year 🤭 https://t.co/WMobuwFwX3
## 3922                                              Another year of #SpotifyWrapped, another year of not knowing what I listened to this year bc YouTube Premium for life.
## 3923                                                                        I predict my top artist will be @JYPETWICE  #SpotifyWrapped \n#TWICE https://t.co/RyB1MUXtky
## 3924                                                                               I predict my most played song will be New Romantics by Taylor Swift \n#SpotifyWrapped
## 3925                                                                                    I predict my most played song will be I Am All of Me by Crush 40 #SpotifyWrapped
## 3926                                               ok here we go. i predict my most played song will be [paiii.sensation by yunosuke or puzzle by loona] #SpotifyWrapped
## 3927                                                                                                                  I predict my top genre will be pop #SpotifyWrapped
## 3928                      I predict my most played song will be THE ENTERTAINMENT. #SpotifyWrapped \n\nIf this happens, I will never live it do… https://t.co/u8MXUcPLH7
## 3929                                                                               my toxic trait is that victorious cast will be my #1 artist this year #SpotifyWrapped
## 3930                                                                                                    I predict my top artist will be [Camila Cabello] #SpotifyWrapped
## 3931                                                                                                              I predict my top genre will be [metal] #SpotifyWrapped
## 3932                                                                                                  are u all idiots it usually comes out december 1st #SpotifyWrapped
## 3933                                                                                                        I predict my top artist will be Taylor Swift #SpotifyWrapped
## 3934                                                                                   I predict my most played song will be [bam bam by camila cabello] #SpotifyWrapped
## 3935                                                                                     I predict my most played song will be Reggae. Lee Scratch Perry #SpotifyWrapped
## 3936                                                               I predict my top podcast will be non ne ascolto quindi boh solo le canzoni unrealised #SpotifyWrapped
## 3937                                                                                                                I predict my top genre will be [pop] #SpotifyWrapped
## 3938                                                                              @LornaShore were my #1 band in my #SpotifyWrapped 2022 since February. Calling it now.
## 3939                                                                                        That #SpotifyWrapped shit is hard asf🔥 Slick jealous 😂😂 s/o Apple Music tho.
## 3940                                       I predict my most played song will be [all too well (10 minutes version) (taylor’s version) (from the vault)] #SpotifyWrapped
## 3941                                                                                                             i expect my #SpotifyWrapped to be embarrassing as hell.
## 3942                                                                                                    I predict my top artist will be [James Marriott] #SpotifyWrapped
## 3943                                                                                                      I predict my top artist will be [harry styles] #SpotifyWrapped
## 3944                                                                                                                                bully me already bro #SpotifyWrapped
## 3945                                                                                                                I predict my top genre will be [pop] #SpotifyWrapped
## 3946                                                                                                                              i NEED #SpotifyWrapped to come out alr
## 3947                                                                   I predict my most played song will be [Where has everyone gone by James Marriott] #SpotifyWrapped
## 3948                                                                                                          I predict my top artist will be [slipknot] #SpotifyWrapped
## 3949                                                                                       I predict my most played song will be [home by one direction] #SpotifyWrapped
## 3950                                                                                                        I predict my top artist will be Harry Styles #SpotifyWrapped
## 3951                    My #SpotifyWrapped won’t tell me anything new. \n\nYou listened to a concerning amount of #HarryStyles \n\nYou listened… https://t.co/6q5IrUkaqH
## 3952                                                                                                         I predict my top podcast will be Archetypes #SpotifyWrapped
## 3953                                                                                                                  I predict my top genre will be pop #SpotifyWrapped
## 3954                                                          I predict my most played song will be Tití Me Preguntó, I played it way too much this year #SpotifyWrapped
## 3955                                                                                      I predict my most played song will be Daylight by Harry styles #SpotifyWrapped
## 3956                   I predict my #SpotifyWrapped will be, in no particular order:\nJon Hopkins\nNathan Fake\nFloating Points\nBurial\nThom Y… https://t.co/uuvVW8Pvnu
## 3957                                                                                                            I predict my top genre will be Reggaeton #SpotifyWrapped
## 3958                                                                                                        I predict my top artist will be lilbubblegum #SpotifyWrapped
## 3959                                                                                                                           PLEASE DROP IT PLEASE BRO #SpotifyWrapped
## 3960                                                                                                       I predict my top artist will be uhhhhhhhh BTS #SpotifyWrapped
## 3961                                                                                                        I predict my top artist will be @luansantana #SpotifyWrapped
## 3962                              🍺🌮🍕🍗🍔🍟🥩🍝SAVE $15 OFF 3 MEALS OVER $30 (BEFORE TAXES)-DOORDASH: https://t.co/Rg3WjtcHLr\n\n🇨🇦CANADA ONLY🇨🇦 #Ad… https://t.co/6gNxAWKUqk
## 3963                                                                                                        I predict my top podcast will be #Archetypes #SpotifyWrapped
## 3964                                                                                   I predict my most played song will be ‘Danger’ by Jourdin Pauline #SpotifyWrapped
## 3965                        Sorry in advance when I share my #SpotifyWrapped, but if I must be cursed with the knowledge of my musical mishaps,… https://t.co/k9iMHMdved
## 3966                                                                                          I’m ready for it - drop it already #SpotifyWrapped https://t.co/u13NZlT60H
## 3967                                                                                         I predict my top podcast will be "CARROSEL" by @osprimosboy #SpotifyWrapped
## 3968                        I predict my most played song will be either 'All Too Well (10 Minute Version) (Taylor's Version) (From The Vault)'… https://t.co/C8U4PXbDjP
## 3969                                                                       I predict my most played song will be Don’t Take The Money by @bleachersmusic #SpotifyWrapped
## 3970                                                                                     I predict my top podcast will be I don’t listen to podcasts lol #SpotifyWrapped
## 3971                                                                                   I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped
## 3972                                                                                                            I predict my top artist will be ZZCCMXTP #SpotifyWrapped
## 3973                                                                                                           I predict my top artist will be seventeen #SpotifyWrapped
## 3974                                                                                            What the fuck is a post-teen pop #SpotifyWrapped https://t.co/U52fv3VV1p
## 3975                                                                                                                 I predict my top genre will be kpop #SpotifyWrapped
## 3976                                                                                                   I predict my top artist will be Machine Gun Kelly #SpotifyWrapped
## 3977                                                                                                                 I predict my top genre will be kpop #SpotifyWrapped
## 3978                                  I predict my most played song will be All Too Well (10 Minute Version) (Taylor’s Version)  From the Vault… https://t.co/aVjERRIcYm
## 3979                                                                                                      I predict my top artist will be @taylorswift13 #SpotifyWrapped
## 3980                                                                                                             I predict my top artist will be [Jakey] #SpotifyWrapped
## 3981                                                                                                   I predict my most played song will be don quixote #SpotifyWrapped
## 3982                                                                         I predict my most played song will be [Cassandra by Florence + The Machine] #SpotifyWrapped
## 3983                                                                                                                  I predict my top genre will be pop #SpotifyWrapped
## 3984                                                                                                       I predict my top artist will be Harry Styles  #SpotifyWrapped
## 3985                                                                                            I predict my most played song will be Crica 2013 (Jaden) #SpotifyWrapped
## 3986                                                                                                 I predict my most played song will be hangover cure #SpotifyWrapped
## 3987                                                       I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped   \n\n#ArchetypesWithMeghan
## 3988                                                                                     Me wanting Spotify to drop my #SpotifyWrapped this year https://t.co/aBbRNQLb2C
## 3989                                                                         I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped archetype
## 3990                        If you are into indie acoustic music, check out my project, also, Support indie artists because some of the best mu… https://t.co/DxsBpLTUTc
## 3991                                                                       Can’t wait for my #SpotifyWrapped to tell me I’ve listened to too much Taylor Swift this year
## 3992                                                                              I predict my most played song will be 'Satellite' by Harry Styles 🛰️✨❤️ #SpotifyWrapped
## 3993                                got7 is trending, portugal is trending, #keshiInJKT , and onge is trending too rn, and dont forget this app… https://t.co/KgG9FWcdZH
## 3994                                                                                             I predict my top podcast will be [The Nemeton Podcast ] #SpotifyWrapped
## 3995                                                                                                      I predict my top artist will be [sublime easy] #SpotifyWrapped
## 3996                          @MonaAmbegaonkar All creation of Godi media &amp; BJP Govt &amp; Modi @republic @TimesNow @aajtak #SpotifyWrapped… https://t.co/ojig0xpW0h
## 3997                                                                                              #SpotifyWrapped mine is definitely Beyoncé \nTaylor is a closed second
## 3998                                                                                    I predict my most played song will be Funeral Grey by Waterparks #SpotifyWrapped
## 3999                                                                                               I predict my top artist will be [Tomorrow X Together] #SpotifyWrapped
## 4000                         #Music #MusicNews #business #spotify #spotifywrapped Spotify Wrapped 2022: Streaming Service Promises ‘All Will Be… https://t.co/lXP1V6GAGM
## 4001                                                                                                      I predict my top genre will be [metal or rock] #SpotifyWrapped
## 4002                                                                                                      I predict my top genre will be pop seguramente #SpotifyWrapped
## 4003                                                                                                              I predict my top genre will be [K-Pop] #SpotifyWrapped
## 4004                                                                                                        I predict my top artist will be Harry Styles #SpotifyWrapped
## 4005                              Are you ready to kill the pain? Livestream concert this thursday. Link in bio #SpotifyWrapped #apple #lilpeep… https://t.co/FXPbd9L76y
## 4006                                                                                                I predict my most played song will be [kill the sub] #SpotifyWrapped
## 4007                                                                                        I predict my most played song will be … ni idea sinceramente #SpotifyWrapped
## 4008                                                                                                             I predict my top podcast will be BANTER #SpotifyWrapped
## 4009                                                                                             seriously thought #SpotifyWrapped would drop today to take the edge off
## 4010                                                                                     I predict my most played song will be As it was by Harry Styles #SpotifyWrapped
## 4011                                                                                                    I predict my top artist will be Chase Atlantic 😭 #SpotifyWrapped
## 4012                                                                                               I predict my most played song will be [THUNDERSTRIKE] #SpotifyWrapped
## 4013                                                                                                                                                when #SpotifyWrapped
## 4014                                                                        I predict my top podcast will be Hasta La Vista o Ricardo Fort by Damian Kuc #SpotifyWrapped
## 4015                               Who wants Animated Emotes..?HMU!\nLike/ Retweet \nHelp/Support/ \nFollow each other \n#supportsmallstreamers… https://t.co/jEuR6BOMhs
## 4016                                       I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped #Archetypes        \n\n#archetypesonspotify
## 4017                                                          I predict my most played song will be [fill in top song prediction] #SpotifyWrapped At the Edge of the Sea
## 4018                                                                                                  I predict my top artist will be Panic at the Disco #SpotifyWrapped
## 4019                                                                                                     I predict my top artist will be [Taylor Swift ] #SpotifyWrapped
## 4020                                                                                                                  I predict my top genre will be Rap #SpotifyWrapped
## 4021                                                                                                      I predict my top artist will be [Taylor Swift] #SpotifyWrapped
## 4022                                                                                 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 4023                                                                I predict my most played song will be God Killed Rock and Roll by Panic at the Disco #SpotifyWrapped
## 4024                                                                                 I predict my top artist will be Fleetwood Mac, The Smiths or Pixies #SpotifyWrapped
## 4025                                                                                                           I predict my top genre will be indie rock #SpotifyWrapped
## 4026                                                                                      I predict my most played song will be Brazil by Declan McKenna #SpotifyWrapped
## 4027                                                          I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped \nArchetypes with Meghan
## 4028                                                                           SPOTIFY SHOLD GET THEIR CALCULATIONS RIGHT 💀💀💀\n\n#SpotifyWrapped https://t.co/NL5EynKcGx
## 4029                                                                                        I predict my most played song will be Sundial by Lemon Demon #SpotifyWrapped
## 4030                                                                                                     I predict my top artist will be @cepedaoficial  #SpotifyWrapped
## 4031                                                                                                                I predict my top genre will be [Pop] #SpotifyWrapped
## 4032                                                                                                   Y’all better hurry it up  #SpotifyWrapped https://t.co/SbZMFlVe8c
## 4033                                                                                                        I predict my top artist will be Taylor Swift #SpotifyWrapped
## 4034                                                                                                        I predict my top artist will be [The Weeknd] #SpotifyWrapped
## 4035                                                                                                I predict my top artist will be Draconian (or Epica) #SpotifyWrapped
## 4036                                                                                                        I predict my top artist will be Nicki Minaj 🫡#SpotifyWrapped
## 4037                                 I predict my most played song will be Change My Clothes by Alec Benjamin and Dream \nor Mary on a Cross by Ghost \n #SpotifyWrapped
## 4038                                                                                 I predict my most played song will be La Bachata from Manuel Turizo #SpotifyWrapped
## 4039                                         I predict my most played song will be [All Too Well (10 minute version)(Taylor’s Version) (from the vault)] #SpotifyWrapped
## 4040                                                                                                                                pov: usi apple music #SpotifyWrapped
## 4041                                                                                            My #SpotifyWrapped is going to eat up... I think https://t.co/4vdhugNIAu
## 4042                                                                                                                      Getting ready for my Wrapped.\n#SpotifyWrapped
## 4043                                                                           I predict my most played song will be Death of peace of mind by bad omens #SpotifyWrapped
## 4044                                                                I predict my top podcast will be [Archetype ] #SpotifyWrapped  \n\n#Archetypes #ArchetypesWithMeghan
## 4045                                                                   I predict my top podcast will be none since I haven't listened to any this year!\n#SpotifyWrapped
## 4046                                                                                                        I predict my top artist will be Lana Del Rey #SpotifyWrapped
## 4047                                                                        I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped archetypes
## 4048                                                                                                      I predict my top artist will be [taylor swift] #SpotifyWrapped
## 4049                                                                                                        I predict my top podcast will be Archetype.  #SpotifyWrapped
## 4050                     Check out my 5-star review #fiverrgigs\nGreat experience. Understood my concept and got me exactly what I needed\n \n☞… https://t.co/CJ0K2DWCWk
## 4051                                                                                                            I predict my top artist will be ABBA.\n\n#SpotifyWrapped
## 4052                                                                                                     so fun! 🙈\n#Spotifyfest #SpotifyWrapped https://t.co/vLJfBksHhu
## 4053                                                                                                           I predict my top genre will be pop rock \n#SpotifyWrapped
## 4054                                                                                                          I predict my top artist will be @LittleMix #SpotifyWrapped
## 4055                                                                                                    I predict my most played song will be marionette #SpotifyWrapped
## 4056                                                           i hope you know that if my #SpotifyWrapped \nis embarrassing then I will never post on this account again
## 4057                                                                                                       I predict my top artist will be ✨Demonhunter #SpotifyWrapped
## 4058                                                                                                                I predict my top genre will be Pop.\n#SpotifyWrapped
## 4059                                                                            I predict my top podcast will be @LastStandMedia Sacred Symbols for sure #SpotifyWrapped
## 4060                                                                                                          I predict my top artist will be @Halestorm #SpotifyWrapped
## 4061                                                                                              I predict my top podcast will be #ArchetypesWithMeghan #SpotifyWrapped
## 4062                                                                                         I predict my most played song will be cool for cats or pink #SpotifyWrapped
## 4063                                                                                                      I predict my top genre will be Symphonic Metal #SpotifyWrapped
## 4064                                                                                                        I predict my top artist will be @alterbridge #SpotifyWrapped
## 4065                                                                                      I predict my most played song will be [Archetypes with Meghan] #SpotifyWrapped
## 4066                                i already know for a fact my top artist this year is @Jessiereyez no questions asked. it’s called having good taste. #SpotifyWrapped
## 4067                                                                               I need #SpotifyWrapped to drop already so I can feel superior about my taste in music
## 4068                    Learn Free\n\nCSS animation-duration Properties :- https://t.co/DdiFUlfak5 \n\n#100daysOfCode #coding #CyberMonday Ghan… https://t.co/yAwD2nzmi2
## 4069                                                                                                         #SpotifyWrapped most  played so far https://t.co/QhCGKw49Dp
## 4070                                                                                                     I predict my top genre will be Rock &amp; Metal #SpotifyWrapped
## 4071                                                                                                I predict my most played song will be Dancing Queen. #SpotifyWrapped
## 4072                                                                             I predict my most played song will be A Phantom Dissonance by Draconian #SpotifyWrapped
## 4073                                                             I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped #ArchetypesWithMeghan
## 4074                        Along with #SpotifyWrapped this year they should let me reset my Discover Weekly recommendations as they used to be… https://t.co/hHJoPp3vqe
## 4075                                                                                       I predict my most played song will be Stick Season @NoahKahan #SpotifyWrapped
## 4076                                                                                                           I predict my top artist will be @gorillaz #SpotifyWrapped
## 4077                                                                                                  I predict my most played song will be Keep Driving #SpotifyWrapped
## 4078                                                                                                                                           i’m ready #SpotifyWrapped
## 4079                                                                                                   I predict my top artist will be Lana Del Rey duhh #SpotifyWrapped
## 4080                                                                                                       I predict my top genre will be Hip Hop or Pop #SpotifyWrapped
## 4081                                                                                          I predict my top podcast will be @pijayquinqui AMOREEEE\n\n#SpotifyWrapped
## 4082                                                                                                     I predict my most played song will be As it was #SpotifyWrapped
## 4083                               Who wants Animated Emotes..?HMU!\nLike/ Retweet \nHelp/Support/ \nFollow each other \n#supportsmallstreamers… https://t.co/uLAnCAsuA7
## 4084                                                                              I predict my most played song this year is I’ll do it - @heidimontag 👸🏼#SpotifyWrapped
## 4085                                                                                          I predict my most played song will be "CUFF IT" by Beyoncé #SpotifyWrapped
## 4086                                                                                                               I predict my top artist will be Lizzo #SpotifyWrapped
## 4087                                                                                                        I predict my top artist will be @pledis_17 💖 #SpotifyWrapped
## 4088                                                                                                    I predict my top artist will be Taylor obviously #SpotifyWrapped
## 4089                                                                                                                 I’M SO EXCITED FOR #SpotifyWrapped    THIS YEAR!! 🤩
## 4090                                                                                                        I predict my top artist will be harry styles #SpotifyWrapped
## 4091                                                                    I predict my most played song will be [fill in top song prediction] #SpotifyWrapped\nGolden hour
## 4092                                                                             I predict my most played song will be I know the end by phoebe bridgers #SpotifyWrapped
## 4093                                                                 I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped nbdh por indie puto
## 4094                                                                                      I predict my top artist will be battle beast or Bo Burnham idk #SpotifyWrapped
## 4095                                                                                              I predict my top podcast will be The Sandman Dreamcast #SpotifyWrapped
## 4096                                                                                                          I predict my top artist will be Juice WRLD #SpotifyWrapped
## 4097                                                                                                              I predict my top genre will be pop obv #SpotifyWrapped
## 4098                                                                                                                           Patiently waiting on our #SpotifyWrapped.
## 4099                                                                               LOL THIS LINEUP\n\n#Kpop #StrayKids #Exo #Txt #SpotifyWrapped https://t.co/my3fBXHOwN
## 4100                                                                 I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped a mi me gusta el rock
## 4101                                  Check out my Gig on Fiverr: startup investor ready business plan financial plan grant proposal pitch deck… https://t.co/D2FeTPFFhT
## 4102                                 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped no se que es esta chota seguro devil's advocate
## 4103                                                                                       I predict my most played song will be all too well 10 min ver #SpotifyWrapped
## 4104                                                                                        I predict my most played song will be Wicked Ways @Halestorm #SpotifyWrapped
## 4105                                                                                        I predict my most played song will be Bye Bye by Juice WRLD  #SpotifyWrapped
## 4106                                                                                                       I predict my top artist will be [One Ok Rock] #SpotifyWrapped
## 4107                                                  I predict my most played song will be [fill in top song prediction] #SpotifyWrapped Fantasy  @MariahCarey #lambily
## 4108                                                                                                     I predict my top artist will be @wolfalicemusic #SpotifyWrapped
## 4109                                                                                                       I predict my top artist will be Guns ‘n Roses #SpotifyWrapped
## 4110                                                                                                             I predict my top genre will be [J-rock] #SpotifyWrapped
## 4111                                                                                  I predict my top genre will be rock or sum along the lines of that #SpotifyWrapped
## 4112                                       Check out my Gig on Fiverr: do automations and onboarding clients campaigns workflows at gohighlevel… https://t.co/JqCJUb7LHh
## 4113                                                                                                     I predict my top artist will be  @SammyRaeMusic #SpotifyWrapped
## 4114                                                                                                 I predict my top podcast will be my favorite murder #SpotifyWrapped
## 4115                                                                                I predict my most played song will be [Save Yourself by One Ok Rock] #SpotifyWrapped
## 4116                                                                                                    I predict my top podcast will be Conspirituality #SpotifyWrapped
## 4117                                                                                 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 4118                               Check out my Gig on Fiverr: setup monday CRM for monday on monday com clickup consultant asana trello notion… https://t.co/juzLx5fQY9
## 4119                                                                                                                 I predict my top genre will be rock #SpotifyWrapped
## 4120                                                                                                   I predict my top artist will be @Louis_Tomlinson  #SpotifyWrapped
## 4121                                                     I predict my most played song will be BATSHIT! By WILLOW or uhhh Murder In My Mind by Kordhell  #SpotifyWrapped
## 4122                                   Check out my Gig on Fiverr: do bubble website bubble app web app mvp bubbleio flutterflow webflow expert… https://t.co/AzX8mMFOaZ
## 4123                               Check out my Gig on Fiverr: develop squarespace template squarespace ecommerce squarespace website developer… https://t.co/GHwhalBihJ
## 4124                                                                                     I predict my most played song will be As It Was by Harry Styles #SpotifyWrapped
## 4125                                                                           I just know Drake is gonna be my top artist on my #SpotifyWrapped https://t.co/1vSBl8Y9Oi
## 4126                                                                                                  I predict my most played song will be Danko/Manuel #SpotifyWrapped
## 4127                                                                                        I predict my most played song will be Violet-V.1 by Shoobies #SpotifyWrapped
## 4128                                                                                  I predict my top artist will be I DONT KNOW HOW BUT THEY FOUND ME. #SpotifyWrapped
## 4129                                                                                                  I predict my top podcast will be probably the yard #SpotifyWrapped
## 4130                                         Check out my Gig on Fiverr: followup boss on kvcore kv core sierra interactives order flow georgia… https://t.co/uHkkhEyDO6
## 4131                                                                                                       I predict my top artist will be @MartinGarrix #SpotifyWrapped
## 4132                                                                                      I predict my top artist will be harry styles or Sufjan stevens #SpotifyWrapped
## 4133                                                                                                  I predict my most played song will be Ode To Sleep #SpotifyWrapped
## 4134                                                                                       @Spotify Folks waiting hard on that #SpotifyWrapped 😂 https://t.co/AKgqtZmdWo
## 4135                                 Check out my Gig on Fiverr: do intercom business leads linkedin post crunchbase apollo b2b lead generation… https://t.co/nCq5UqNPIf
## 4136                                                                                        I predict my top genre will be kpop  #SpotifyWrapped https://t.co/nbvIKHyb6Q
## 4137                                                                             I predict my top podcast will be nothing, since I don't listen to any 💀 #SpotifyWrapped
## 4138                                                                                          I’m actually so curious to see what my #SpotifyWrapped is gunna look like.
## 4139                      I will setup editable canva template for your social media feed\nhttps://t.co/CEyvIaUq0e\n#SpotifyWrapped #SaniaMirza… https://t.co/3VvhvjLIHm
## 4140                                                                                                     watch my most played song be me myself &amp; I\n#SpotifyWrapped
## 4141                                                                                                                  I predict my top genre will be pop #SpotifyWrapped
## 4142                                                                                             I predict my most played song will be miss misery maybe #SpotifyWrapped
## 4143                                                                                                       I predict my top artist will be Mac Miller 🫶🏼 #SpotifyWrapped
## 4144                                                                                 I predict my top artist will be either Harry styles or Conan gray.  #SpotifyWrapped
## 4145                                                                                                            I predict my top artist will be Rod Wave #SpotifyWrapped
## 4146                                    Mfs be like “I’M SO EXCITED FOR #SpotifyWrapped     THIS YEAR!! 🤩” why don’t you get excited for a job or some bitches my friend
## 4147                                                                                        I predict my most played song will be Creature by half.alive #SpotifyWrapped
## 4148                                                                                                                  I predict my top genre will be EDM #SpotifyWrapped
## 4149                      This is the first year in a long time where the kids have seemingly kept themselves well away from my Spotify.\n\nBri… https://t.co/aM9U6YHmmM
## 4150                                                                                          I predict my most played song will be [drip or all I need] #SpotifyWrapped
## 4151                                                                                 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 4152                                                                            My most played song will probably by something by Nic D. Maybe Serotonin #SpotifyWrapped
## 4153                        With #SpotifyWrapped around the corner, I made a playlist celebrating the best in grime (so far)! Make sure to chec… https://t.co/5j94sXohqE
## 4154                                                          I predict my top genre will be Pop Music! #SpotifyWrapped https://t.co/NV2bRNGtal… https://t.co/1zwGQ1nsc5
## 4155                                                               I predict my top genre will be Pop. Since I have over 500 pop songs in one playlist 👍 #SpotifyWrapped
## 4156                                                      I predict my top genre will be whatever Genre Rod Wave fits into most. RnB, Hip Hop, Soul-trap #SpotifyWrapped
## 4157                                                                          #SpotifyWrapped mine last year I would love to know what's changed https://t.co/FW2S7V6fal
## 4158                               #SpotifyWrapped #hoodi #hoodies #hoodieseason #pullover #pullovers #pulloverhoodie #WhiteFriday #BlackFriday… https://t.co/FPqFRYW6Jf
## 4159                        I predict my most played song will be Nothing New (Feat. Pheobe Bridgers) (From The Vault) (Taylor's Version) - Tay… https://t.co/dEnqbfoff2
## 4160                                                                       You appear to have managed to not listen to any women all year. Well done lad #SpotifyWrapped
## 4161                                                                                                            I predict my top genre will be Vocaloid. #SpotifyWrapped
## 4162                                                                                                  I predict my top genre will be fFUCKING DREAM SMP. #SpotifyWrapped
## 4163                                                                       I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped @KodakBlack1k
## 4164                                                                               I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped hip hop
## 4165                                                                                           I predict my most played song will be [Traffic by reggie] #SpotifyWrapped
## 4166                                                                                                                                            Me urge  #SpotifyWrapped
## 4167                                                Give the @Shapingrime end of year playlist a listen: Grime's Full Circle '22 #SpotifyWrapped https://t.co/4t39SMAv7W
## 4168                                                                                           I’m actually terrified to see my  #SpotifyWrapped https://t.co/mpgqikqMd2
## 4169                                                                                 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 4170                                                                                                     i’m more exicted about my #SpotifyWrapped than Christmas itself
## 4171                                                                   I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped @OffTheRecordHD
## 4172                                                                                                       I predict my top podcast will be Ear Buiscuts #SpotifyWrapped
## 4173                                                  I predict my top podcast will be literally the only podcast I listen to is no such thing as a fish #SpotifyWrapped
## 4174                                                                                                             I predict my top artist will be [Adele] #SpotifyWrapped
## 4175                                                                                                  I’m so excited, it’s almost the best time of year  #SpotifyWrapped
## 4176                                                                                          I predict my top genre will be hip hop and stuff like that #SpotifyWrapped
## 4177                                                                       I predict my top artist will be either The Score, Imagine Dragons, or Skillet #SpotifyWrapped
## 4178                                                                                                  I predict my most played song will be [Pure Water] #SpotifyWrapped
## 4179                                                                                                      I predict my top artist will be flowerguts lol #SpotifyWrapped
## 4180                                                                                                   I predict my most played song will be Moscow Mule #SpotifyWrapped
## 4181                                         I predict my most played song will be Either Golden, by Harry styles, or People watching, by Conan gray. ^^ #SpotifyWrapped
## 4182                                                                                          I predict my most played song will be Queer Recovery Club. #SpotifyWrapped
## 4183                                                                                                                I predict my top genre will be [pop] #SpotifyWrapped
## 4184                                                                                                      I predict my top genre will be rap most likely #SpotifyWrapped
## 4185                                                                                                         I predict my top artist will be Kanye West  #SpotifyWrapped
## 4186                                                                                           I predict my top artist will be [the gloom in the corner] #SpotifyWrapped
## 4187                                                                            I predict my top artist will be BILLIE EILISH 😻💪🏻#SpotifyWrapped https://t.co/djBQzl9HSe
## 4188                                                                                    I predict my most played song will be Street Runner, by Rod Wave #SpotifyWrapped
## 4189                                                                            I predict my top genre will be either Alternative Pop or Christian Rock. #SpotifyWrapped
## 4190                                       I predict my most played song will be almost certainly a flowerguts track. maybe human centipede. 1thing2say? #SpotifyWrapped
## 4191                                                                                      I predict my most played song will be [Faces on Film - Sonnet] #SpotifyWrapped
## 4192                                                                                                          I predict my top artist will be Ed Sheeran #SpotifyWrapped
## 4193                                                                                     I predict my most played song will be Unstoppable by the Score. #SpotifyWrapped
## 4194                                                                                                      I predict my top artist will be @taylorswift13 #SpotifyWrapped
## 4195                         People Are Scare You Will #SpotifyWrapped #RedVelvet #CyberMondayAmazon #JHOPEatMAMA2022 #乌鲁木齐 #ميقا #ImACeleb… https://t.co/MQHEiTq3Sc
## 4196                         People Are Scare You Will #SpotifyWrapped #RedVelvet #CyberMondayAmazon #JHOPEatMAMA2022 #乌鲁木齐 #ميقا #ImACeleb… https://t.co/WRICRntU5F
## 4197                                                                                                       I predict my top genre will be kpop girlgroup #SpotifyWrapped
## 4198                                       Mfs be like “I’M SO EXCITED FOR #SpotifyWrapped  THIS YEAR!! 🤩” why don’t you get excited for a job or some bitches my friend
## 4199                                                                                          I predict my most played song will be [gone with the wind] #SpotifyWrapped
## 4200                                                                                   I predict my most played song will be [Mortal Reminder-Pentakill] #SpotifyWrapped
## 4201                                                                                                                      Taste. #SpotifyWrapped https://t.co/ntiKGzQ4L5
## 4202                                                                                                       I predict my top artist will be lord @yeat1_  #SpotifyWrapped
## 4203                                                                                                            I predict my top artist will be [Riha. A]#SpotifyWrapped
## 4204                                                                                                manifesting #BTS and #jhope as the top artists in my #SpotifyWrapped
## 4205                                                                                                               I predict my top genre will be [SOUL] #SpotifyWrapped
## 4206                                                                                                   Where that #SpotifyWrapped at I’m waiting https://t.co/PzSUgSTq3y
## 4207                                                                                              I predict my top podcast will be WhatCulture Wrestling #SpotifyWrapped
## 4208                                                                                           I predict my most played song will be Maldivas - Ludmilla #SpotifyWrapped
## 4209                                          I predict my most played song will be Bill Clinton "I Did Not Have Sexual Relations with That Woman" 1998! #SpotifyWrapped
## 4210                                                               I predict my most played song will be Home is Where the Haunt Is by American Football #SpotifyWrapped
## 4211                                                              I predict my top artist will be Element of Crime , because I’m a sad little German boy #SpotifyWrapped
## 4212                                                                                        I predict my most played song will be samurai with a mission #SpotifyWrapped
## 4213                                                                                                                    I’M SO EXCITED FOR #SpotifyWrapped THIS YEAR!! 🤩
## 4214                                                                                       I predict my most played song will be Bam Bam @Camila_Cabello #SpotifyWrapped
## 4215                       New fit for John from last nights stream.\n#RedDeadRedemption2 #rdr2 #RedVelvet #FIFAWorldCupQatar2022 #PlayStation5… https://t.co/zlIiBi4JSx
## 4216                                                                                    I predict my top artist again this year will be @KatatoniaBand 🖤 #SpotifyWrapped
## 4217                                                                                                                        My #SpotifyWrapped would be prolly tripping.
## 4218                                                                                      I predict my most played song will be Knockin on Heaven’s Door #SpotifyWrapped
## 4219                                                                                                         I predict my top podcast will be @TheToast  #SpotifyWrapped
## 4220                                                                                                  I predict my top podcast will be [Football Weekly] #SpotifyWrapped
## 4221                                                                                       I predict my top artist will be coldplay AGAIN or age factory #SpotifyWrapped
## 4222                                                                                                         I predict my top artist will @taylorswift13 #SpotifyWrapped
## 4223                                                                                                     I predict my most played song will be FULL STOP #SpotifyWrapped
## 4224                                                                                                      I predict my top podcast will be Normal Gossip #SpotifyWrapped
## 4225                                                                         My #SpotifyWrapped this year is just going to be a fuckton of Van Halen and random hip-hop.
## 4226                                                                        I predict my most played song will be any song in the new Phoenix album 👀👀👀\n#SpotifyWrapped
## 4227                                                                                                         I predict my top artist will be Tom Grennan #SpotifyWrapped
## 4228                                                                                                             I predict my top artist will be [Jay-Z] #SpotifyWrapped
## 4229                                        I predict my most played song will be Galactic HQ Theme by insaneintherainmusic (for the third year running) #SpotifyWrapped
## 4230                                                                                                              I predict my top artist will be Halsey #SpotifyWrapped
## 4231                                                                                                                                @SpotifyEng Love you #SpotifyWrapped
## 4232                                                                                                          My predictions for #SpotifyWrapped https://t.co/r8uuRZxTEQ
## 4233                        #SpotifyWrapped holy fuck this # is  ugly, do they do this on purpose?! Is there some weird behavioral ux manipulat… https://t.co/4hbGnxt4Tf
## 4234                                                                                            I predict my top podcast will be [ #archetypesonspotify] #SpotifyWrapped
## 4235                                                                                                            I predict my top genre will be [Hip Hop] #SpotifyWrapped
## 4236                                                                                                                   Taylor Swift will always be my #1 #SpotifyWrapped
## 4237                                                                                         I predict my most played song will be Seventeen Going Under #SpotifyWrapped
## 4238                                                                                             I predict my top artist will be arctic monkeys no doubt #SpotifyWrapped
## 4239                      I predict my most played song will be Re:Re: by Asian Kung Fu Generation, again. #SpotifyWrapped \n\nIt was last year… https://t.co/2SqcVPxwwE
## 4240                                                                                        I predict my top genre will be garage rock? Sheffield rock?? #SpotifyWrapped
## 4241                                                                                         I predict my top podcast will be the offline tv podcast???? #SpotifyWrapped
## 4242                             Learn Free\n\nCSS animation Properties :- https://t.co/AUtbx0cF3W\n\n#100daysOfCode #coding #CyberMonday Ghana… https://t.co/sNNs1aAnc3
## 4243                                                                                    I predict my most played song will be El diablo or Like a prayer #SpotifyWrapped
## 4244                              Click here not to miss the special Amazon discounts for November https://t.co/Nk8ap4Afbx\n\n#SpotifyWrapped #GiftGalaxy JUST ANNOUNCED
## 4245                                                                                                      I predict my top artist will be easy life obvs #SpotifyWrapped
## 4246                                                                                                      I predict my top artist will be @taylorswift13 #SpotifyWrapped
## 4247                                                                                                       I predict my top artist will be @zephanijong  #SpotifyWrapped
## 4248                                                                                                  I predict my most played song will be 505 probably #SpotifyWrapped
## 4249                                                                                                                 I predict my top genre will be pop! #SpotifyWrapped
## 4250                                                                                                              I predict my top genre will be pop???? #SpotifyWrapped
## 4251                                                                                                      Here’s a preview of my #SpotifyWrapped https://t.co/BemqCKwqsY
## 4252                                                                                                        I predict my top artist will be Taylor Swift #SpotifyWrapped
## 4253                                                                                               I predict my top artist will be Adele or Taylor Swift #SpotifyWrapped
## 4254                                                                                                                  I predict my top genre will be Pop #SpotifyWrapped
## 4255                                                             I predict my most played song will be @taylorswift13’s All Too Well (10 Minute Version) #SpotifyWrapped
## 4256                                                                         I predict my most played song will be because i liked a boy @SabrinaAnnLynn #SpotifyWrapped
## 4257                                                                            I predict my most played song will be Motion Sickness by Phoebe Bridgers #SpotifyWrapped
## 4258                                                                                               My  #SpotifyWrapped is Billie Eilish yours is https://t.co/yhN31u6NRg
## 4259                                                                                                  I predict my most played song will be All Too Well #SpotifyWrapped
## 4260                                                                  No looking forward to my #SpotifyWrapped it will show how badly I was depressed with the low hours
## 4261                                                                               I predict my top podcast will be [@FEAE_KilliePod ] watch this space. #SpotifyWrapped
## 4262                                                                                                          I predict my top artist will be Set It Off #SpotifyWrapped
## 4263                                                                                              I predict, no, i know my top artist will be Lady Gaga. #SpotifyWrapped
## 4264                                                                                                            I predict my top artist will be Megadeth #SpotifyWrapped
## 4265                                                                                                      I predict my top podcast will be #rundfunk17 \n#SpotifyWrapped
## 4266                                                                                                              I predict my top genre will be kpop gg #SpotifyWrapped
## 4267                                                                                   I predict my most played song will be Hayloft II by Mother Mother #SpotifyWrapped
## 4268                                                                                                              i predict my top artist will be mitski #SpotifyWrapped
## 4269                                                                                                           I predict my top artist will be skz or xh #SpotifyWrapped
## 4270                                                                                                     I predict my top genre will be Dance Pop, duh.  #SpotifyWrapped
## 4271                                                                         Our #SpotifyWrapped dropped early, pretty accurate we think 🙃 (1/4) https://t.co/TrLjBeZ4wm
## 4272                                                                                            I predict my top artist will be  conan gray 1!!2!3!4)6,6 #SpotifyWrapped
## 4273                                                                                                   I predict my top artist will be The Beatles #SpotifyWrapped crust
## 4274                                                                                                                  I predict my top genre will be Pop #SpotifyWrapped
## 4275                                                                                          I predict my most played song will be Replay or Babylon. 🙊 #SpotifyWrapped
## 4276                                                                                    The way Frank and Bey are gonna be tusslin for the #1 spot on my #SpotifyWrapped
## 4277                                                                                                       I predict my top artist will be Ariana Grande #SpotifyWrapped
## 4278                                                 I dont even have to wait my #SpotifyWrapped will be @billieeilish @KSI @LilNasX @sushitrash https://t.co/Ibf9JDfBJW
## 4279                                                                                                                  I predict my top genre will be Emo #SpotifyWrapped
## 4280                        This is the best graphic that highlights all your favorite musical artists🎵.  Kudos to @AnshaySaboo who created a b… https://t.co/D220aXTcKZ
## 4281                                                                                                  I predict my top podcast will be Rob Has A Podcast #SpotifyWrapped
## 4282                                                                                I predict my most played song will be #AlwaysLove by @LaurenJauregui #SpotifyWrapped
## 4283                                                                   I predict my most played song will be [cash in cash out/freestyle 2 (Ken Carson)] #SpotifyWrapped
## 4284                                                                                                                I predict my top artist will be Saba #SpotifyWrapped
## 4285                                                                                                          I predict my top genre will be rap music 🤖 #SpotifyWrapped
## 4286                                                                                                                                        AAAA SO CUTE #SpotifyWrapped
## 4287                                                                                                        I predict my top artist will be Taylor Swift #SpotifyWrapped
## 4288                                                                 I predict my most played song will be I Don't Think That I Like Her by Charlie Puth #SpotifyWrapped
## 4289                                                                                     I predict my most played song will be minds of men by FKA twigs #SpotifyWrapped
## 4290                                           i really don’t even need to see my #spotifywrapped. it’s just going to say i listened to 782 hours of yebba’s heartbreak.
## 4291                                                  I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped chuckle sandwich or girl rejects
## 4292                                                                                       I predict my top artist will be [YOUNG BOY NEVER BROKE AGAIN] #SpotifyWrapped
## 4293                                                                              I predict my most played song will be Running up that hill - Kate bush #SpotifyWrapped
## 4294                                                                                                            My #SpotifyWrapped predictions 🎶 https://t.co/WqJMdyvRzz
## 4295                                                                                                           I predict my top podcast will be THE READ #SpotifyWrapped
## 4296                                                                             I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped indie pop
## 4297                                                                                                          I predict my top artist will be the queen 🐝#SpotifyWrapped
## 4298                                                                   I predict my most played song will be [fill in top song prediction] #SpotifyWrapped  bag of bones
## 4299                                                                                    I predict my most played song will be Badhead from @blurofficial #SpotifyWrapped
## 4300                                                                                                            I predict my top genre will be [Hip-Hop] #SpotifyWrapped
## 4301                                                                                                          I predict my top artist will be [ eminem ] #SpotifyWrapped
## 4302                                                                                                   I predict my top artist will be LANA DEL REY PTDR #SpotifyWrapped
## 4303                                                                                                                      Mood: #SpotifyWrapped\nhttps://t.co/vmkZEsFsIy
## 4304                                                                 y’all got me pumped up and for what? it ain’t even out yet  #SpotifyWrapped https://t.co/hvJkMp2oY8
## 4305                                                                 I predict my most played song will be [Expensive Taste -YOUNGBOY NEVER BROKE AGAIN] #SpotifyWrapped
## 4306                                                                                                         I predict my top podcast will be Dead Meat. #SpotifyWrapped
## 4307                                                                                                  I predict my top genre will be [R&amp;B/Soul duh!] #SpotifyWrapped
## 4308                                                                                   I predict my most played song will be White Dress by Lana Del Rey #SpotifyWrapped
## 4309                                                                                                           I predict my top genre will [hip hop/rap] #SpotifyWrapped
## 4310                                                                                                         I predict my top artist will be Bo Burnham. #SpotifyWrapped
## 4311                                                                                                               I predict my top genre will be K-Pop. #SpotifyWrapped
## 4312                         #SpotifyWrapped is dropping soon, so i thought it would be cool to try to guess what my top artist/song/genre was!… https://t.co/UwgcTwhs4V
## 4313                                                                                                   I predict my most played song will be [still dre] #SpotifyWrapped
## 4314                                                                                          I predict my most played song will be [Cuff It by Beyonce] #SpotifyWrapped
## 4315                                                               Let's go! South Korea vs Ghana JUST ANNOUNCED Spider-Man 2! #SpotifyWrapped 😊 https://t.co/jXGwYq4jko
## 4316                                                                                                                 I predict my top genre will be Pop. #SpotifyWrapped
## 4317                                                                             oooo i predict my top artist will be either @taylorswift13 @bts_bighit  #SpotifyWrapped
## 4318                                                                                 I predict my most played song will be probably a Taylor Swift' song #SpotifyWrapped
## 4319                                                                                    I predict my most played song will be [Lose yourself by Eminem ] #SpotifyWrapped
## 4320                                                                 I predict my most played song will be [basketball shoes by Black Country, New Road] #SpotifyWrapped
## 4321                                                                                         When you learn that #SpotifyWrapped is almost here. https://t.co/uc0tRX8JSk
## 4322                                                                                                        I predict my top artist will be @thekillers  #SpotifyWrapped
## 4323                                                                                        @ZhaneJahnice @suziementos dec 1 is #SpotifyWrapped , i'll start another day
## 4324                           Chanel Tissue Paper + Logo Stickers https://t.co/FnNMcZMsnJ \n#CyberMonday #ShopMyCloset #shoppingstar #shopping… https://t.co/um34eOE7yp
## 4325                                                                                       I predict my most played song will be Tarzan Boy by Baltimora #SpotifyWrapped
## 4326                                                                                                   Can't wait for this years #SpotifyWrapped https://t.co/b5Y0qf1p8z
## 4327                                                                                                                      Gimme that #SpotifyWrapped ASAP, In dire need.
## 4328                                                                                                   I predict my top podcast will be Put A Sock In It #SpotifyWrapped
## 4329                                                                                                                                         #SpotifyWrapped when??!!!!!
## 4330                                                                                                            I predict my top artist will be The 1975 #SpotifyWrapped
## 4331                                                                                                                                              oh boy #SpotifyWrapped
## 4332                                                                                                 i predict my most played song will be eleven by ive #SpotifyWrapped
## 4333                                                     I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped R&amp;B - its between this or Rap
## 4334                           I will build you high converting clickfunnels landing page or clickfunnels sales funnel\nhttps://t.co/EljaY5vBHo… https://t.co/gh2qJjaDpG
## 4335                                                                                                        I predict my top artist will be Harry Styles #SpotifyWrapped
## 4336                                                                                                  I predict my most played song will be [Heat Waves] #SpotifyWrapped
## 4337                                                                                                                I predict my top artist will be Rush #SpotifyWrapped
## 4338                                                                                   One of these will be my #1 on #SpotifyWrapped i believe 👀 https://t.co/czP5aNIhk1
## 4339                                                                                                         I predict my top artist will be Wilbur Soot #SpotifyWrapped
## 4340                                                                                                                  I predict my top genre will be Pop #SpotifyWrapped
## 4341                                                                                              I predict my most played song will be Telepathy by BTS #SpotifyWrapped
## 4342                                                                                                      Cant wait for my #SpotifyWrapped to be just bbno$ + yung gravy
## 4343                                                                                                            I predict my top artist will be Camellia #SpotifyWrapped
## 4344                                                                 my  #SpotifyWrapped is about to be full of female rappers and gospel songs. https://t.co/vzl3kRR60M
## 4345                                                                                                   I predict my most played song will be Hemispheres #SpotifyWrapped
## 4346                                                              I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped Nicki Minaj periodt🦄💅🏾
## 4347                                                                                                          I predict my top genre will be Rhythm Game #SpotifyWrapped
## 4348                                                                                                     I predict my most played song will be As It Was #SpotifyWrapped
## 4349                                                                                     I predict my most played song will be After Hours by The Weeknd #SpotifyWrapped
## 4350                                                                                     I predict my top podcast will be @WeHaveWaysPod #SpotifyWrapped\n\nEasiest one!
## 4351                                                                                      I predict my most played song will be Vandalize by ONE OK ROCK #SpotifyWrapped
## 4352                                                                                                   I predict my top artist will be @fitforanautopsy  #SpotifyWrapped
## 4353                                                                                                               Alhumdulliah don't have a #SpotifyWrapped this year 🥳
## 4354                                                                                      I predict my most played song will be Soft boy by Wilbur Soot! #SpotifyWrapped
## 4355                                                                                                      I predict my top artist will be @Stray_Kids #SpotifyWrapped 😄🤗
## 4356                           Palestinian prisoner Jamal Al-Taweel from Al-Bireh embraces freedom after 18 months of administrative detention.… https://t.co/34YNoJd3He
## 4357                                                                                                          I predict my top artist will be Kanye West #SpotifyWrapped
## 4358                                                                                                     I predict my top artist will be Natalia Lacunza #SpotifyWrapped
## 4359                                                                                   I predict my most played song will be Take my breath - The Weeknd #SpotifyWrapped
## 4360                                                                                                               is the #SpotifyWrapped in the room with us right now?
## 4361                                                                                                          I predict my top genre will be chicago rap #SpotifyWrapped
## 4362                                                                                                          I predict my top genre will be Spanish Pop #SpotifyWrapped
## 4363                                                                      I predict my most played song will be [fill in top song prediction] #SpotifyWrapped Tukoh Taka
## 4364                                                                       i think my most played song is gon be love it if we made it by the 1975 icl.. #SpotifyWrapped
## 4365                                                                                                           #SpotifyWrapped needs to release, can't take this anymore
## 4366                                                                                                   I predict my most played song will be TRUST by NF #SpotifyWrapped
## 4367                                                                                                 I predict my most played song will be Música Ligera #SpotifyWrapped
## 4368                                                                                  I expect #SpotifyWrapped designers to redeem themselves after last year’s atrocity
## 4369                                                                                                    I predict my top artist will be [Arctic Monkeys] #SpotifyWrapped
## 4370                                                                   I predict my most played song will be Simple Man by Jason Manns and Jensen Ackles #SpotifyWrapped
## 4371                                                                                                                  I predict my top genre will be pop #SpotifyWrapped
## 4372                                                                                              Please find us on #Spotify #SpotifyWrapped #AppleMusicLive #PrimeMusic
## 4373                                                                                                               So many commercials  so little  music #SpotifyWrapped
## 4374                        @Spotify I can't wait to find out if the Holocaust-celebrating Neo-Nazi podcast I've been reporting to you guys (th… https://t.co/aoSg8oz5KZ
## 4375                                                                                          I predict my most played song will be Nangs by Tame Impala #SpotifyWrapped
## 4376                                                                                                        I predict my top artist will be Taylor Swift #SpotifyWrapped
## 4377                                                                                                         I predict my top genre will be [Indie Rock] #SpotifyWrapped
## 4378                                                                                  I predict my top artist will be either Juice Wrld or Petit Biscuit #SpotifyWrapped
## 4379                                A foretaste of my #SpotifyWrapped\nYou can do the same here create your own festival https://t.co/3vRFTtcNqw https://t.co/R8A6FE9raa
## 4380                                                                                                     I predict my top artist will be [Gracie Abrams] #SpotifyWrapped
## 4381                                                                                                                I predict my top genre will be [Pop] #SpotifyWrapped
## 4382                                                                                                       I predict my most played song will be [young] #SpotifyWrapped
## 4383                                                            I predict my most played song will be Mastermind by Taylor Swift #SpotifyWrapped https://t.co/zj6mhsfDbe
## 4384                                                                     I predict my top artist will be the nations GG twice 🍭 #SpotifyWrapped  https://t.co/ZrJrYyTfJ2
## 4385                                                                                                    I predict my most played song will be [Rockland] #SpotifyWrapped
## 4386                                                                                                      I predict my top podcast will be Fact or Haunt #SpotifyWrapped
## 4387                                                                                 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 4388                                                                                                     I predict my top podcast will be [Distractible] #SpotifyWrapped
## 4389                                                            I predict my top podcast will be We CanDo Hard Things @GlennonDoyle @AbbyWambach #Sister #SpotifyWrapped
## 4390                                                                                                I predict my top podcast will be [@JaacksHappyHour ] #SpotifyWrapped
## 4391                                                                                                          sounds about right #SpotifyWrapped https://t.co/fwxqHW3ROh
## 4392                                                                                                        I predict my top artist will be @SUICIDEBOYS #SpotifyWrapped
## 4393                                                                                                      I predict my top artist will be [Charlie Puth] #SpotifyWrapped
## 4394                                                                                        I predict my top artist will be DNCE #SpotifyWrapped https://t.co/KwkMDYL7gQ
## 4395                                                 Tag Your Favorites in the Comments!Moss Fest Out West 2022 🤘🏼#zackmossmusic #SpotifyWrapped https://t.co/dg2Pi3SQpT
## 4396                                                                                                         I predict my top artist will be Linkin Park #SpotifyWrapped
## 4397                                                                                                                I predict my top genre will be [pop] #SpotifyWrapped
## 4398                                                                             I predict my most played song will be Dead Butterflies by @Architectsuk #SpotifyWrapped
## 4399                                                                                                                      Mood: #SpotifyWrapped\nhttps://t.co/8qZjJ9s7Qa
## 4400                                  Are you one of my top fans on @Spotify? If so you’ll get a nice lil video from me and my assistant Woodie in your #SpotifyWrapped!
## 4401                                                                                      I predict my most played song will be Newspapers for Magicians #SpotifyWrapped
## 4402                                                                                                                  I predict my top artist will be NF #SpotifyWrapped
## 4403                               #SpotifyWrapped is coming up and I have been seeing alot of people post this.\nWould you go to this festival? https://t.co/kXdUXiky5n
## 4404                                                                                                              I predict my top genre will be Hip-Hop #SpotifyWrapped
## 4405                                                                                    if you all see the victorious cast on my #SpotifyWrapped \n\nmind your business…
## 4406                                                           I predict my most played song will be [Left and Right - Charlie Puth ft. Jungkook of BTS] #SpotifyWrapped
## 4407                                                                                        I predict my top artist will be @Architectsuk @samarchitects #SpotifyWrapped
## 4408                                                                                                           i predict my top artist will be peach pit #SpotifyWrapped
## 4409                                                                                                         I predict my top artist will be @charli_xcx #SpotifyWrapped
## 4410                                @AnshaySaboo Enjoyed a lot using this!\nSuggested to friends as well!\n\nOfcourse @aroyfloyd is in the top!… https://t.co/WEEKOEY5mP
## 4411                                                                                                                 I predict my top genre will be Rock #SpotifyWrapped
## 4412                        idk who my top artist is gonna be this year nor my top songs because my music taste is all over the place and i don… https://t.co/jdsYaZ8JNg
## 4413                                                                                                      I predict my top podcast will be Distractable. #SpotifyWrapped
## 4414                                                                                    I predict my most played song will be Nowhere To run or No Mercy #SpotifyWrapped
## 4415                                                                                                           I predict my top artist will be Lady Gaga #SpotifyWrapped
## 4416                      I predict my top artist will be [Black Veil Brides] #SpotifyWrapped\n\nAs much as I wanted to listen to different art… https://t.co/PzQeknsrMK
## 4417                                                                          i already know my top artist is stand atlantic lol #SpotifyWrapped https://t.co/fTRr5fG5xb
## 4418                                                                                                                  I predict my top genre will be POP #SpotifyWrapped
## 4419                                                                                            I predict my most played song will be Bloodhound by 5SOS #SpotifyWrapped
## 4420                                                                                                                         nah this wait is killing me #SpotifyWrapped
## 4421                                                                          I predict my top artist will be either Taylor swift or the cast of HSMTMTS #SpotifyWrapped
## 4422                                                                                                           I predict my top artist will be Metallica #SpotifyWrapped
## 4423                                                                                               I predict my most played song will be [Gang Over Luv] #SpotifyWrapped
## 4424                                                                                       I predict my most played song will be “I Drink Wine” by Adele #SpotifyWrapped
## 4425                                                                                                              I predict my top artist will be JAWNY. #SpotifyWrapped
## 4426                           I will build you high converting clickfunnels landing page or clickfunnels sales funnel\nhttps://t.co/jkvRJWV5BT… https://t.co/4LNay8b43n
## 4427                                                                                        I predict my most played song will be Nervous Young Inhumans #SpotifyWrapped
## 4428                                                                                                               I predict my top artist will be @5SOS #SpotifyWrapped
## 4429                                                                                             I predict my most played song will be it’s on (HSMTMTS) #SpotifyWrapped
## 4430                                                                             Why is #SpotifyWrapped the thing that has me most excited about 2022 coming to a close?
## 4431                                                                                                               I predict my top genre will be indie. #SpotifyWrapped
## 4432                                                                   I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped #EXO @weareoneEXO
## 4433                                                                             I predict my most played song will be ODD Front by LOONA/ODD EYE CIRCLE #SpotifyWrapped
## 4434                                                                               I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped R&amp;B
## 4435                                                                                        I predict my most played song will be Model Buses by Lovejoy #SpotifyWrapped
## 4436                                                                                                              I predict my top genre will be Hip Hop #SpotifyWrapped
## 4437                                                                                 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 4438                                                                                              I predict my most played song will be [Boys Wear Pink] #SpotifyWrapped
## 4439                                                                                                               I predict my top artist will be Drake #SpotifyWrapped
## 4440                                                                                I predict my most played song will be Dis &amp; That by NBA YoungBoy #SpotifyWrapped
## 4441                                                                                   @Spotify I predict my most played song will be Spillways by Ghost #SpotifyWrapped
## 4442                                                                                 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 4443                                                                                           I predict my most played song will be jimmys cooks easily👀#SpotifyWrapped
## 4444                           Istg if i get dice or cool your rainbow as my most listened song this year im deleting my socials #SpotifyWrapped https://t.co/ewdkJkxREJ
## 4445                                                                                                      Hurry tf up I wanna get disappointed in myself #SpotifyWrapped
## 4446                                                                                                        I predict my top artist will be taylor swift #SpotifyWrapped
## 4447                                                                                                            I predict my top artist will be the 1975 #SpotifyWrapped
## 4448                                                                                                        I predict my top artist will be NBA Youngboy #SpotifyWrapped
## 4449                                                                 #SpotifyWrapped is coming... will @qveenherby be in your top 5 artists? Will she rank at the top???
## 4450                                  I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped remi wolf or russ for sure https://t.co/b7iiPll399
## 4451                                                                         I predict my top artist will be #StrayKids #SpotifyWrapped\n\n(I can time travel. I swear.)
## 4452                                                                     *leaving spotify play Kendrick on repeat and going to sleep so my #SpotifyWrapped doesn't suck*
## 4453                                                                                         I predict my most played song will be lover by taylor swift #SpotifyWrapped
## 4454                                                                                                        I predict my top podcast will be Have A Word #SpotifyWrapped
## 4455                                                                                    I predict my most played song will be Cheers - Seventeen Leaders #SpotifyWrapped
## 4456                       Thank you for all the love and support. Follow here on Spotify. Link is here below. New Christmas Ep \nGreatest Gift… https://t.co/8ih4Uro3E5
## 4457                                                                                                                      i'm just waitin for my #SpotifyWrapped plsssss
## 4458                                                                                                          I predict my top podcast will be @fullsend #SpotifyWrapped
## 4459                                                                                                    I predict my top artist will be twice @JYPETWICE #SpotifyWrapped
## 4460                                                                                                        I predict my top artist will be Paolo Nutini #SpotifyWrapped
## 4461                                                                                                            I predict my top genre will be [R&amp;B] #SpotifyWrapped
## 4462                                                                                     I predict my top genre will be kpop ofc #SpotifyWrapped https://t.co/DVl0JowFO8
## 4463                         Looking for excellent quality shipping container home house plans, designs buildings and any type of architectural… https://t.co/tMGZkKx7OD
## 4464                                                                                                             I predict my top genre will be Pop Punk #SpotifyWrapped
## 4465                                                                                     I predict my top podcast will be [I didn’t listen to a Podcast] #SpotifyWrapped
## 4466                                                me and my #SpotifyWrapped playlist because it’s all i’ve had on repeat for the last 6 months https://t.co/eEZ9JdbgDr
## 4467                      I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped\n\nhoping hip hop, prolly pop, maybe ho… https://t.co/FpNtPqp8K3
## 4468                                                                                               Can’t wait for #SpotifyWrapped to show me how basic my music taste is
## 4469                                                                                                  I predict my top podcast will be [Sibling Rivalry] #SpotifyWrapped
## 4470                                                                                                 I predict my top artist will be with confidence…RIP #SpotifyWrapped
## 4471                                                                                           Every year Spotify gives me the gift of seeing everyone’s #SpotifyWrapped
## 4472                                                                                                   NOBODY is doin it like me #SpotifyWrapped https://t.co/z69Pc5m79L
## 4473                                                                               JUST ANNOUNCED: #SpotifyWrapped cancelled for 2023. Someone forgot to enable logging.
## 4474                                                                                          I predict my most played song will be What's My Age Again? #SpotifyWrapped
## 4475                                                                     anybody else planning on staying up until midnight every night until #SpotifyWrapped comes out?
## 4476                   Certified Lover Girl Work Out T-Shirt \n\nAmazon Link: https://t.co/9UxXBPB8U7\nMore: https://t.co/YP8yTigt8k\n\n#amazon… https://t.co/0gbam1dRoe
## 4477                        #SpotifyWrapped #christmas2022 These are the UK’s Christmas biggest music hits which have ranged from classic holid… https://t.co/acC7TaL6WM
## 4478                                                         I predict my most played song will be Left and Right (Feat Jungkook of BTS) by Charlie Puth #SpotifyWrapped
## 4479                                                                                 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 4480                                                                                                               I predict my top genre will be [Rock] #SpotifyWrapped
## 4481                                                                                     I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped
## 4482                                                                                                             I predict my top artist will be Beyonce #SpotifyWrapped
## 4483                                                                                             What do you reckon \n#instafest #SpotifyWrapped https://t.co/wHXH61kJc1
## 4484                                                                                                               I predict my top artist will be Lizzo #SpotifyWrapped
## 4485                                                                                                     I predict my top artist will be [Ozzy Osbourne] #SpotifyWrapped
## 4486                                                                                                   I predict my top artist will be Kelsea Ballerini  #SpotifyWrapped
## 4487                                                                                                                  I predict my top genre will be RnB #SpotifyWrapped
## 4488                                                                        I predict my most played song will be Broken and Beautiful by @kellyclarkson #SpotifyWrapped
## 4489                                                               I can't wait for #SpotifyWrapped to tell me I only listen to Eminem, Lil Nas X, and Sabrina Carpenter
## 4490                                                                                                                                           ITS OUT?? #SpotifyWrapped
## 4491                                                                                  I predict my most played song will be I remember you, by skid row! #SpotifyWrapped
## 4492                                                                                      I predict my top artist will be @RockitMusicYT no doubt at all #SpotifyWrapped
## 4493                                                                                                                 I predict my top genre will be pop. #SpotifyWrapped
## 4494                                                                                             I predict my most played song will be “La vaca lola” \n #SpotifyWrapped
## 4495                                                                                                                       me rn #SpotifyWrapped https://t.co/xeKMnXzK1f
## 4496                                                                                                                   hope i wake up dead or wake up to #SpotifyWrapped
## 4497                                                                              I predict my most played song will be [Whats my age again - Blink 182] #SpotifyWrapped
## 4498                                                                                                              I predict my top genre will be R&amp;B #SpotifyWrapped
## 4499                                                                                                                 I predict my top artist will be BTS #SpotifyWrapped
## 4500                                                                                             I predict my most played song will be Heated - Beyonce  #SpotifyWrapped
## 4501                                                                                       I predict my most played song will be One Bite @RockitMusicYT #SpotifyWrapped
## 4502                                                                                                        I predict my top artist will be [@BebeRexha] #SpotifyWrapped
## 4503                                                                               I predict my most played song will be ‘Begin Again’ by @taylorswift13 #SpotifyWrapped
## 4504                                                                              I predict my most played song will be Super Freaky Girl by Nicki Minaj #SpotifyWrapped
## 4505                                                                                 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 4506                                                                                                        I predict my most played song will be Andrea #SpotifyWrapped
## 4507                                                                                             afraid of my #SpotifyWrapped even tho it will be an all #mitski thing 🥺
## 4508                                                                     I predict my top artist will be Tennis #SpotifyWrapped because they are the best band ever btw!
## 4509                                                            I predict my most played song will be [I'm Good (Blue) by @BebeRexha &amp; @davidguetta] #SpotifyWrapped
## 4510                                                                                                                                Who’s waiting for #SpotifyWrapped???
## 4511                                                            NO QUIERO VER MI SPOTIFY WRAPPED, queda de primero bigger than me por el stream, i swear #SpotifyWrapped
## 4512                                                                                   I predict my most played song will be Burbank House by Tsubi Club #SpotifyWrapped
## 4513                                                                                                  I predict my top podcast will be The Read #TheRead #SpotifyWrapped
## 4514                                                                                                     I predict my top artist will be @taylorswift13. #SpotifyWrapped
## 4515                                                                                                            I predict my top artist will be [RuPaul] #SpotifyWrapped
## 4516                                                                                                           I predict my top genre will be pop rock \n#SpotifyWrapped
## 4517                                                                                                            My #SpotifyWrapped predictions 🎶 https://t.co/Stwn2x0ijP
## 4518                                                                                  I predict my most played song will be [HomeComing] by lil uzi vert #SpotifyWrapped
## 4519                                                               I predict my top podcast will be [between BBC Global News Podcadt or Sibling Rivalry] #SpotifyWrapped
## 4520                                                               I predict my top artist will be Juice Wrld (if it ain't juice Spotify is broken lol)  #SpotifyWrapped
## 4521                                                                                                            I predict my top genre will be Boy Bands #SpotifyWrapped
## 4522                                                            I predict my top podcast will be dungeons and daddies, there’s no way it’s anything else #SpotifyWrapped
## 4523                                                         I predict my most played song will be [fill in top song prediction] #SpotifyWrapped https://t.co/mdvQLAT5lB
## 4524                                                                                                                  WHEN WHEN WHEN WHEN WHEN WHEN WHEN #SpotifyWrapped
## 4525                                                            I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped Sway with @karaswisher
## 4526                                             I predict my most played song will be [fill in top song prediction] #SpotifyWrapped\nRumors - Gucci mani &amp; lil durk
## 4527                                                                 I predict my top artist will be @KateBushMusic or @Beyonce I listen to both equally #SpotifyWrapped
## 4528                        Not sure about what's on your #SpotifyWrapped but you should check out the official soundtrack to #DOUGH, now strea… https://t.co/40OmrFsDMa
## 4529                                                                                                      I predict my top artist will be Joshua Bassett #SpotifyWrapped
## 4530                                                                                     I predict my most played song will be [https://t.co/fpZ7ZuYWSz] #SpotifyWrapped
## 4531                                                                                                                                              #SpotifyWrapped soon 👀
## 4532                                                                     Love how the #SpotifyWrapped is the new YouTube rewind but better and way cringier for everyone
## 4533                                                                                                           I predict my top podcast will be @GoonsPC #SpotifyWrapped
## 4534                                                                                                         my prediction to my #SpotifyWrapped https://t.co/zuaC0DKvBo
## 4535                                                                                    I predict my most played song will be [Assault &amp; Batteries ] #SpotifyWrapped
## 4536                                                                                             I predict my top podcast will be Welcome to Night Vale. #SpotifyWrapped
## 4537                                                                                 I predict my most played song will be set me free by Joshua Bassett #SpotifyWrapped
## 4538                                                                                          I predict my most played song will be Dreamers by Jungkook #SpotifyWrapped
## 4539                                                                    I predict my most played song will be young luv by stayc #SpotifyWrapped https://t.co/KKWe1ZuF4G
## 4540                                   @Apple  Did you have CROWDFUNDING you interest to ADVERTISE to real #audience  kindly click on this link… https://t.co/vXGsgRKE0Q
## 4541                                                                                                      I predict my top artist will be Sleeping Wolf. #SpotifyWrapped
## 4542                                                         I predict my #SpotifyWrapped  will be 5SOS, Delta Goodrem and probaby some country artists and Taylor Swift
## 4543                                                                                   I predict my top podcast will be [Good Influence by Gemma Styles] #SpotifyWrapped
## 4544                                                                        I've accepted this colossal L just show me the stats #SpotifyWrapped https://t.co/2zdv95jBEm
## 4545                                                                              I predict my top podcast will be @TheYard and it’s not even close lmao #SpotifyWrapped
## 4546                                                                                             I predict my top genre will be Modern Alternative Rock. #SpotifyWrapped
## 4547                                                          I predict my most played song will be [fill in top song prediction] You Send  me-Sam Cooke #SpotifyWrapped
## 4548                                    did you pay the update accounts to speak on you or something when youre the one STILL not releasing the #SpotifyWrapped @Spotify
## 4549                                                                                               I predict my top artist will be [5 seconds of summer] #SpotifyWrapped
## 4550                                                                                                          I predict my top artist will be Bo Burnham #SpotifyWrapped
## 4551                                                                                  I predict my most played song will be Father Strech My Hands Pt. 1 #SpotifyWrapped
## 4552                                                                                                I predict my most played song will be [Holiday- KSI] #SpotifyWrapped
## 4553                                                                                                      I predict my top artist will be [Harry Styles] #SpotifyWrapped
## 4554                                                                                                          I predict my top genre will be [indie pop] #SpotifyWrapped
## 4555                                                                                                            I predict my top podcast will be nothing #SpotifyWrapped
## 4556                                                                                                                I predict my top genre will be [Pop] #SpotifyWrapped
## 4557                                                                                                      Looks good  #SpotifyWrapped #instafest https://t.co/wzr6Oroabm
## 4558                                                                   I predict my top podcast will be The Goomba Podcast (Rip) #SpotifyWrapped @dinkbotnick @spoonkid3
## 4559                                                                                                     Why do I want my #SpotifyWrapped when all I use is Apple Music.
## 4560                                                                                         I predict my top podcast will be #darkhistory @BaileySarian #SpotifyWrapped
## 4561                                                                                      I predict my most played song will be [Walkin by Denzel Curry] #SpotifyWrapped
## 4562                                                                                           I already know my top artist is going to be harry styles  #SpotifyWrapped
## 4563                                                                                                      I predict my most played song will be [Saigon] #SpotifyWrapped
## 4564                                                                                                      I predict my most played song will be [vienna] #SpotifyWrapped
## 4565                                                                                                  I predict my most played song will be [Grapejuice] #SpotifyWrapped
## 4566                                                                                      I predict my most played song will be Collide by Sleeping Wolf #SpotifyWrapped
## 4567                                                                                                       I predict my top artist will be Laura Pausini #SpotifyWrapped
## 4568                                                              My Spotify wrapped gone be the whole Renaissance album plus some other random shit. 😭😭 #SpotifyWrapped
## 4569                                                                                                                  I predict my top genre will be Pop #SpotifyWrapped
## 4570                                                                                                        I predict my top artist will be Lil Uzi Vert #SpotifyWrapped
## 4571                        me pretending to be shocked when i see how bad my spotify wrapped is even though it was my own doing that got it th… https://t.co/XRHiP7FTJV
## 4572                                      Sometimes you will notice some players licking their hands and tapping their soles.\n@theshoereviews7… https://t.co/nZy1RoFevH
## 4573                      can't wait for my #SpotifyWrapped to call me out for being an emotional bitch over graduating this year ✨\nI'M STILL… https://t.co/E8xXVeeUOm
## 4574                                                                                    I predict my most played song will be Dove Sei, by Laura Pausini #SpotifyWrapped
## 4575                                                                                                                  I predict my top genre will be Rap #SpotifyWrapped
## 4576                                                                                                 I predict my top artist will be Avicii or Bad Bunny #SpotifyWrapped
## 4577                                                                                                                 I predict my top artist will be BTS #SpotifyWrapped
## 4578                                                                                                          I predict my top artist will be Noahfinnce #SpotifyWrapped
## 4579                                                                                                                 #SpotifyWrapped predictions https://t.co/yw2drkS02m
## 4580                                                                                           I predict my most played song will be INDIA - Lancey Foux #SpotifyWrapped
## 4581                                                                                                                I predict my top genre will be Kpop  #SpotifyWrapped
## 4582                                                                                                    I predict my most played song will be Super Tuna #SpotifyWrapped
## 4583                                                                                          #SpotifyWrapped \n\nBut I only listen to 3 artists https://t.co/e8om2QfVku
## 4584                                                                                               I predict my top podcast will be Joe Rogan Experience #SpotifyWrapped
## 4585                                                                                 I predict my most played song will be [Mario Cart - FunnyBandMusic] #SpotifyWrapped
## 4586                                                               I predict my most played song will be Need This Feeling - Acoustic by @HeyBenSchuller #SpotifyWrapped
## 4587                                                                                                                  I predict my top genre will be rap #SpotifyWrapped
## 4588                             Checkout the catalog\nhttps://t.co/zOwddox8Tf\n#apple #CyberMonday #casemiro #GivingTuesday #DietCoke #Uruguay… https://t.co/es60S7BrxT
## 4589                                                                                            #SpotifyWrapped \n#1 gonna be Jannabi\n#2 is either Twice or Faron Young
## 4590                        My #SpotifyWrapped  is going to be so psychotic if anyone out there doesn’t think I’m a loser this’ll be the nail i… https://t.co/3zzFH7OkUT
## 4591                                                         I already know who will pop up… Taylor, Harry, maybe phoebe, and the last of us soundtrack  #SpotifyWrapped
## 4592                                                                                      I predict my top artist will be churches or wolf Alice. Again  #SpotifyWrapped
## 4593                        I predict my most played song will be [Black Ball - NBA Youngboy] contenders Mr Professor - Cochise, Talk - Yeat, L… https://t.co/T7kSq98KRn
## 4594                                                                          I predict my most played song will be Until I Found You by Stephen Sanchez #SpotifyWrapped
## 4595                                                                                     I predict my most played song will be Closer to the edge #30STM #SpotifyWrapped
## 4596                                    @youtubemusic did something like #SpotifyWrapped back in the spring, and then havent done it since. i think this needs to change
## 4597                                                                                          I predict my most played song will be Something in the way #SpotifyWrapped
## 4598                                                       I really have no idea what it's gonna be. I've been listening to so much nonsense this year.\n#SpotifyWrapped
## 4599                                                                                               I predict my top artist will be [my chemical romance] #SpotifyWrapped
## 4600                                                      When The Animator Goes Beast Mode‼️ #anime #gaming #epic #SpotifyWrapped #viral #maruto https://t.co/BinrkTEuqy
## 4601                                                                                                               I predict my top genre will be [rock] #SpotifyWrapped
## 4602                         I predict my most played song will be either #AsItWas by @Harry_Styles OR  #BiggerThanMe by @Louis_Tomlinson first… https://t.co/1PZKRt8FiU
## 4603                                                                                                            I predict my top podcast will be Recreyo #SpotifyWrapped
## 4604                                                           I predict my most played song will be [fill in top song prediction] #SpotifyWrapped shoota by @LILUZIVERT
## 4605                         #NowPlaying #SpotifyWrapped #Live #Spotify  #NewVideoAlert  Lil Steve “Goons And Goblins”  https://t.co/3FQE97bQRZ… https://t.co/m4akPx33Qz
## 4606                                                                                                    I predict my top podcast will be The Big Picture #SpotifyWrapped
## 4607                                                                                                                 I predict my top artist will be BTS #SpotifyWrapped
## 4608                                                                       I predict my most played song will be RUN2U by STAYC or Attention by NewJeans #SpotifyWrapped
## 4609                                                                                                    I predict my most played song will be Pink Venom #SpotifyWrapped
## 4610                                                                                             I predict my top artist will be wait for it… @theweeknd #SpotifyWrapped
## 4611                                                                                                        I predict my top artist will be Taylor Swift #SpotifyWrapped
## 4612                                                                                                                I predict my top genre will be Kpop  #SpotifyWrapped
## 4613                                                                                            I predict my top podcast will be [Impaulsive @LoganPaul] #SpotifyWrapped
## 4614                                                                      I predict my top artist will be Vance Joy or Carley Rea Jespen or One Republic #SpotifyWrapped
## 4615                                                                                                    I predict my most played song will be Rush Hour  #SpotifyWrapped
## 4616                                                                                       I predict my top genre will be R&amp;B or anything @theweeknd #SpotifyWrapped
## 4617                                                                                     I predict my most played song will be Agoraphobia by deerhunter #SpotifyWrapped
## 4618                                                                                                         I predict my top genre will be Pop or Indie #SpotifyWrapped
## 4619                                                                                             Can’t wait for my #SpotifyWrapped Let’s see what intrigued me the most.
## 4620                                                                                                I predict my most played song will be Open by Khalid #SpotifyWrapped
## 4621                                                                                                           I know I’m going to have to explain my #SPOTIFYWRAPPED 😩🤣
## 4622                                                                                                   I predict my top artist will be no its becky ofcc #SpotifyWrapped
## 4623                                                                                                        I predict my top artist will be [@sanbenito] #SpotifyWrapped
## 4624                                                                                             I predict my most played song will be Hell yeah - Tana\n#SpotifyWrapped
## 4625                                                                                         I predict my most played song will be Succession Theme Song #SpotifyWrapped
## 4626                                                                                          I predict my most played song will be Try Me by @theweeknd #SpotifyWrapped
## 4627                                                                                                      I predict my top artist will be [Ilse DeLange] #SpotifyWrapped
## 4628                                                                                                           I predict my top artist will be Beyoncé 👑 #SpotifyWrapped
## 4629                                                                                                             I predict my top genre will be [HipHop] #SpotifyWrapped
## 4630                                                                                    I predict my most played song will be [the foundations of decay] #SpotifyWrapped
## 4631                                                                                                                  I predict my top genre will be Pop #SpotifyWrapped
## 4632                                           I think my top artist will be either BTS or Coldplay this year. Or Harry Styles?! #SpotifyWrapped https://t.co/mE58vfiNZc
## 4633                                                                                      I predict my most played song will be I'm that girl by Beyoncé #SpotifyWrapped
## 4634                                                                                                          I predict my top genre will be [Dutch Pop] #SpotifyWrapped
## 4635                                                                                          I predict my most played song will be Clarity by Vance Joy #SpotifyWrapped
## 4636                                                                                               Me Seeing  #SpotifyWrapped Hasn't Dropped Yet https://t.co/jmq0ZS6vaa
## 4637                                                                                                            I predict my top genre will be Acappella #SpotifyWrapped
## 4638                                                                                                       I predict my top podcast will be @heavyweight #SpotifyWrapped
## 4639                                                                                     I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped
## 4640                                                                                       I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped
## 4641                                                                                 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 4642                        Am I the only one who finds it strange that #SpotifyWrapped has suddenly become this big thing that’s being hyped u… https://t.co/5YmLvb60Ja
## 4643                                                                                                   I predict my top podcast will be @TheLavenderPod  #SpotifyWrapped
## 4644                                   Don't miss the opportunities for amazon discounts https://t.co/0iXgMZVOGI\n\n#SpotifyWrapped #GiftGalaxy Congratulations Jungkook
## 4645                                                   I predict my most played song will be romantic homicide by d4vd or sex with a ghost by teddy hyde #SpotifyWrapped
## 4646                                                                                       I predict my top artist will be who else but taylor swift lol #SpotifyWrapped
## 4647                                                                                                            I predict my top artist will be We Skeem #SpotifyWrapped
## 4648                        @djleakycheese I predict that @domnelson3 will have absolutely fucked up my #SpotifyWrapped The 1975 is probably go… https://t.co/MBGaF24VRd
## 4649                                                                                                  I predict my top genre will be Pop or Classic Rock #SpotifyWrapped
## 4650                                                                                    I predict my most played song will be #Coast by @HaileeSteinfeld #SpotifyWrapped
## 4651                                                                                                        I predict my most played song will be a song #SpotifyWrapped
## 4652                                                                                     I predict my most played song will be Rhiannon by Fleetwood Mac #SpotifyWrapped
## 4653                                                                           I predict my most played song will be [Running Up That Hill by Lø Spirit] #SpotifyWrapped
## 4654                                                                          I predict my most played song will be Pattycake Productions Oogie’s Boogie #SpotifyWrapped
## 4655                                                                                                        I predict my top artist will be Taylor Swift #SpotifyWrapped
## 4656                                                                                                                                     GIVE ME, NOW!!! #SpotifyWrapped
## 4657                                                                                                            I predict my top genre will be hyper pop #SpotifyWrapped
## 4658                                                                                                                                      #SpotifyWrapped I’m so nervous
## 4659                                                                                          I predict my most played song will be Running Up That Hill #SpotifyWrapped
## 4660                                                                                    I predict my most played song will be [Willing - Ilse de Lange ] #SpotifyWrapped
## 4661                                                                                      I predict my most played song will be Iris by the GooGoo Dolls #SpotifyWrapped
## 4662                                                                                     My #SpotifyWrapped gonna be shit coz I've mostly been on #Tidal this past year.
## 4663                                                                                                              I predict my top artist will be [ashe] #SpotifyWrapped
## 4664                               If you're wondering whether I mind being tagged in yer #SpotifyWrapped, the answer is hell no. I love to know who is listening to me!
## 4665                        @tiktok_uk @Louis_Tomlinson All the songs from #FaithInTheFuture deserve a place in my #SpotifyWrapped . Definitely the album of the year !!
## 4666                                                                                                    I predict my top artist will be [stella donelly] #SpotifyWrapped
## 4667                                                                                           Me waiting to see everyone else’s #SpotifyWrapped https://t.co/mKB9fSw0ai
## 4668                                                                                                         I predict my top artist will be @1330PASTOR #SpotifyWrapped
## 4669                          Very excited to be showing all of you random little people in my phone about what phases I went through this year… https://t.co/kTkDDyFPBl
## 4670                                                                                            I predict my most played song will be [camden by gracie] #SpotifyWrapped
## 4671                       I predict my top artist will be #StrayKids …to absolutely no one’s surprise ✋🥸 srsly if it’s not SKZ then idk who e… https://t.co/240esHYipH
## 4672                                                                                                          I predict my top genre will be Hip Hop/Rap #SpotifyWrapped
## 4673                                 To buy this t-shirt design please click on the link for more :  https://t.co/mH8ditAn2I\n\n#SpotifyWrapped… https://t.co/9my0J8fMGE
## 4674                                                                                                                  I predict my top genre will be EDM #SpotifyWrapped
## 4675                                                                          I predict my most played song will be teeth by 5sos/ something by maneskin #SpotifyWrapped
## 4676                                                                    I predict my most played song will be probably local god or something from panic #SpotifyWrapped
## 4677                                                                                    I predict my most played song will be Michael In The Bathroom #SpotifyWrapped  💀
## 4678                                                                                                   I predict my most played song will be Money Phone #SpotifyWrapped
## 4679                            follow the instructions! https://t.co/jDebFXvZC2\n#CyberMonday Casemiro #GivingTuesday Diet Coke Vini Mauna Loa… https://t.co/JTW2tfUKAp
## 4680                                                                                     I predict my most played song will be @paramore's This Is Why #SpotifyWrapped 👀
## 4681                                                                                                             I predict my top genre will be pop/rock #SpotifyWrapped
## 4682                                                                                                                I predict my top artist will be 5sos #SpotifyWrapped
## 4683                                                                                                      I predict my top podcast will be @tomgreenlive #SpotifyWrapped
## 4684                    pack stickers\n Siamese Cat With Blue Eyes\nhttps://t.co/LQP3DBzAz1\n\n #usa #austin_adkins #CyberMonday #GivingTuesday… https://t.co/76HnYNHGsg
## 4685                        Haaa i can tell you all right now my #SpotifyWrapped will be a repeat of last years .. and the year before .. and t… https://t.co/D184DH8kiO
## 4686                                                                i think we can all agree that the world shares one happy day, and that's when #SpotifyWrapped is out
## 4687                                                                                                         I predict my top artist will be the Strokes #SpotifyWrapped
## 4688                                                                                                         I predict my top podcast will be Yakety-Yak #SpotifyWrapped
## 4689                                I predict my top podcast will be “Distractible”! I spent everyday during lunch this semester just listening to it 😅  #SpotifyWrapped
## 4690                                                                                                     I predict my top artist will be @StickFigureDub #SpotifyWrapped
## 4691                                                                                         I predict my top podcast will be distractible #SpotifyWrapped #Distractible
## 4692                                                                                                      I predict my top artist will be @taylorswift13 #SpotifyWrapped
## 4693                                                                                         I predict my most played song will be [21 by Gracie Abrams] #SpotifyWrapped
## 4694                                                                                            I predict my top podcast will be game of thrones podcast #SpotifyWrapped
## 4695                                                                                                               I predict my top genre will be Reggae #SpotifyWrapped
## 4696                                                                                                        I predict my top artist will be Taylor Swift #SpotifyWrapped
## 4697                                                                                                     I predict my top podcast will be [Distractible] #SpotifyWrapped
## 4698                                                              I predict my top podcast will be  10 hour box fan asmr sounds for sleep and relaxation #SpotifyWrapped
## 4699                                                                                        I predict my most played song will be Ode to the Mets, again #SpotifyWrapped
## 4700                                                                                                         I predict my top artist will be [I Prevail] #SpotifyWrapped
## 4701                                                                                I predict my most played song will be Old Sunrise by @StickFigureDub #SpotifyWrapped
## 4702                                                                                                             I predict my top artist will be rihanna #SpotifyWrapped
## 4703                                                                                                          I predict my top genre will be [Metalcore] #SpotifyWrapped
## 4704                                                                  Winterizing the 5th wheel #rvlife #fulltimerv #SpotifyWrapped #CyberMonday https://t.co/HH9a4cQs15
## 4705                                                                                                         I predict my top podcast will be [senorita] #SpotifyWrapped
## 4706                                                                                               I predict my most played song will be work by Rihanna #SpotifyWrapped
## 4707                                   cherish &amp; celebrate the support you receive always but your worth as an artist isn't defined by your… https://t.co/9HgRkSb96o
## 4708                        I have a personal profile, I will have Date with you on my personal profile :  https://t.co/JerY6GmJkj\nDon't worry… https://t.co/Y9XtfQtvOx
## 4709                                                                                   I predict my most played song will be [Crooked Soul by Dayseeker] #SpotifyWrapped
## 4710                                                                                                 I predict my most played song will be lazy by goopy #SpotifyWrapped
## 4711                                                                                                        I predict my top artist will be Taylor Swift #SpotifyWrapped
## 4712                           Back in time for GTFOH Monday! Don't blink!🎯🎮🪀😃 Early Steam! Live now on https://t.co/DzZDqaADua #SpotifyWrapped… https://t.co/w5zqVquCmp
## 4713                                                                                                    I predict my top podcast will be @NightValeRadio #SpotifyWrapped
## 4714                                                                                        i predict my top podcast will be distractible by @markiplier #SpotifyWrapped
## 4715                                                                                                       i predict my top artist will be @xxxtentacion #SpotifyWrapped
## 4716                                                                                                           i predict my top genre will be hiphop/rap #SpotifyWrapped
## 4717                                                                                           i predict my most played song will be dance now by @JIDsv #SpotifyWrapped
## 4718                             I predict my most played song will be either “Waiting for Us” or “Muddy Water” by #StrayKids from their #Oddinary album❣️#SpotifyWrapped
## 4719                                                                         I predict my most played song will be Long Song by @TheKnocks ft Dragonette #SpotifyWrapped
## 4720                                                                                                               I predict my top genre will be hiphop #SpotifyWrapped
## 4721                                  world aids day\n#usa #austin_adkins #CyberMonday #GivingTuesday #KORGHA #MondayMotivation #SpotifyWrapped… https://t.co/fZ7ZNEEvqN
## 4722                                                                                                    I predict my top artist will be @concretecastles #SpotifyWrapped
## 4723                                                                                                         I predict my top artist will be Fiona Apple #SpotifyWrapped
## 4724                       I will design creative eye catching poster in 24 hours\nIf you need my service, please contact me on Fiverr. Link be… https://t.co/8J2AlxMVJl
## 4725                                                                                                  I predict my top podcast will be [hata hada nadar] #SpotifyWrapped
## 4726                                                                                          I predict my most played song will be Help Herself - bbno$ #SpotifyWrapped
## 4727                                                                                     I predict my most played song will be ANTIFRAGILE BY LESSERAFIM #SpotifyWrapped
## 4728                                                                  I predict my most played song will be "You Won't See Me Again" by @concretecastles #SpotifyWrapped
## 4729                                                                                                               I predict my top genre will be hiphop #SpotifyWrapped
## 4730                                                                                                       I predict my top artist will be [kanye l7me9] #SpotifyWrapped
## 4731                                                                                      I predict my most played song will be [Angels and demons-jxdn] #SpotifyWrapped
## 4732                                                                                                                I predict my top artist will be Joji #SpotifyWrapped
## 4733                                                                                                            I predict my top genre will be Dance Pop #SpotifyWrapped
## 4734                                                                     Me when Billy Joel is gonna be my top artist this year  #SpotifyWrapped https://t.co/1kP7V0hkp8
## 4735                                       Nursery Rhymes ABC is an interesting third headline act on the Monday 😂\n\n#SpotifyWrapped #instafest https://t.co/320S2kQrAZ
## 4736                                                                                               I predict my top podcast will be la pija y la quinqui #SpotifyWrapped
## 4737                                                                                                    I predict my top podcast will be [ @casosreais_] #SpotifyWrapped
## 4738                                                                                                I predict my top podcast will be The Edge of Sleep\n #SpotifyWrapped
## 4739                                                                                       I predict my most played song will be https://t.co/tNOqNQXu55 #SpotifyWrapped
## 4740                                                                                       I predict my top podcast will be I spent a day with podcast\n #SpotifyWrapped
## 4741                                                                                                    I predict my top genre will be [ghi rap rap rap] #SpotifyWrapped
## 4742                                                                                                        I predict my top artist will be Taylor Swift #SpotifyWrapped
## 4743                                                                                                What do you think will be your top song of the year? #SpotifyWrapped
## 4744                                                                   Can’t wait for my #SpotifyWrapped to show me how awesome my musical taste is again when it drops!
## 4745                                                                                                        I predict my top artist will be taylor swift #SpotifyWrapped
## 4746                                                                                                               I predict my top artist will be Ghost #SpotifyWrapped
## 4747                                                                                   I predict my most played song will be all too well 10 min version #SpotifyWrapped
## 4748                                                                     Just tell me now that arctic monkeys have knocked oasis of the number 1 spot 😢😣 #SpotifyWrapped
## 4749                                                                                                    I predict my top genre will be pop/rock or indie #SpotifyWrapped
## 4750                                                                                            I predict my most played song will be  Temporary Funeral #SpotifyWrapped
## 4751                                                                                                    I predict my most played song will be [papillon] #SpotifyWrapped
## 4752                        Austin Adkins West Virginia Music\nhttps://t.co/DIzeBzkA1R\n#usa #austin_adkins #CyberMonday #GivingTuesday #KORGHA… https://t.co/TN7TgtpUzi
## 4753                                                                                                              I predict my top genre will be [#rock] #SpotifyWrapped
## 4754                          Getting ready to be shocked by my #SpotifyWrapped  even though I check my last fm scrobbles daily and know exactly what's going to show up
## 4755                                                                           I predict my most played song will be Lovers Rock #SpotifyWrapped https://t.co/klUb9N0oAY
## 4756                                                                                                      I predict my top podcast will be @deuxmoiworld #SpotifyWrapped
## 4757                                                           I predict my most played song will be RUN2YEW FROM MY SLAYC GIRLS #SpotifyWrapped https://t.co/mgRfaBOTk1
## 4758                                                                                                          I predict my top artist will be owl city\n #SpotifyWrapped
## 4759                                                                                   I predict my most played song will be all to well by taylor swift #SpotifyWrapped
## 4760                                                           Why is #SpotifyWrapped trending? Why? @Spotify hasn't released our precious wrap. https://t.co/cqCacIeGy0
## 4761                                                                                            I predict my top artist will be Taylor Swift (obviously) #SpotifyWrapped
## 4762                                                                                            I predict my top artist will be crywank, we all know why #SpotifyWrapped
## 4763                                                                                          I predict my most played song will be So Good by @halsey 💜 #SpotifyWrapped
## 4764                                                                                                                I predict my top genre will be pop\n #SpotifyWrapped
## 4765                                                                                                   I predict my top artist will be [pierce the veil] #SpotifyWrapped
## 4766                                                                                                                  I predict my top genre will be pop #SpotifyWrapped
## 4767                                                                                              I predict my most played song will be On tha line Yeat #SpotifyWrapped
## 4768                                                                                                       I predict my top artist will be Taylor Swift! #SpotifyWrapped
## 4769                                                                                       I predict my most played song will be Yet to Come by @BTS_twt #SpotifyWrapped
## 4770                                                                                                         when is spotify wrapped actually dropping?? #SpotifyWrapped
## 4771                                                                                       I predict my top artist will be [BTS] #SpotifyWrapped https://t.co/zXt1yLpakU
## 4772                                                                                                                I predict my top genre will be [emo] #SpotifyWrapped
## 4773                                                                                I predict my most played song will be all too well 10 minute version #SpotifyWrapped
## 4774                                                       so ready to break my “you were in the top .1% of taylor swift’s listeners this year” record 💅 #SpotifyWrapped
## 4775                                                                                                     I predict my top artist will be Steven Universe #SpotifyWrapped
## 4776                                                                                    I predict my most played song will be shooting star by owl city\n#SpotifyWrapped
## 4777                        spotify users are literally foaming at the mouth for #SpotifyWrapped yet apple music users have had a “replay 2022”… https://t.co/VDckHDhajV
## 4778                                                                            I predict my most played song will be [disasterology by pierce the veil] #SpotifyWrapped
## 4779                                                                                                     I predict my top genre will be [Rap or R&amp;B] #SpotifyWrapped
## 4780                                                         I predict my most played song will be [fill in top song prediction] #SpotifyWrapped \nDua Lipa - Last Dance
## 4781                                                                  I finally want to see my #SpotifyWrapped! I want to see what songs I've been addicted to this year
## 4782                                                                                                           I predict my top artist will be @BTS_twt  #SpotifyWrapped
## 4783                                                                                                         I predict my top artist will be the weeknd  #SpotifyWrapped
## 4784                                                                                               #SpotifyWrapped the world cannot know that I am secretly a swifty ;-;
## 4785                                                                                                             I predict my top artist will be [Kanye] #SpotifyWrapped
## 4786                                                            I predict my most played song will be [fill in top song prediction] #SpotifyWrapped Genesis by @Grimezsz
## 4787                                                                                                                I predict my top genre will be [rap] #SpotifyWrapped
## 4788                                                                                                            I predict my top podcast will be Sinapse #SpotifyWrapped
## 4789                                                                                                 I predict my most played song will be pure / honey  #SpotifyWrapped
## 4790                                                                                               I predict my most played song will be [Codeine crazy] #SpotifyWrapped
## 4791                                                                                                 the Lucki sweep is incoming #SpotifyWrapped https://t.co/k1YmjIz57e
## 4792                                                                                                         I predict my top genre will be pop or rock. #SpotifyWrapped
## 4793                                                                                        I predict my top podcast will be steveos wild ride?? mayhaps #SpotifyWrapped
## 4794                                 Like Nd Comment, Share it to but click da link🗣️🔥\n\nhttps://t.co/63sEeCRWKa\n\n#RedVelvet #Qatar #ImACeleb… https://t.co/5EdwJ5sCmV
## 4795                                               if you dont have levelboy on your #SpotifyWrapped i will be dissapointed\n\nif you do you will get a special treat ✌️😘
## 4796                                                                                                                I predict my top genre will be [pop] #SpotifyWrapped
## 4797                                                                                                    I predict my top artist will be @HeathersMusical #SpotifyWrapped
## 4798                                                                                                  I predict my top genre will be [Indie/alternative] #SpotifyWrapped
## 4799                                                                                                  I predict my top artist will be either gnr or rhcp #SpotifyWrapped
## 4800                                                                                                              I predict my top podcast will be none. #SpotifyWrapped
## 4801                                                                                                     I predict my most played song will be [Skyline] #SpotifyWrapped
## 4802                                                                                              I predict my top genre will be indie or dream smp..... #SpotifyWrapped
## 4803                                                                                                       I predict my top artist will be [@Stray_Kids] #SpotifyWrapped
## 4804                                                                                               It's that time of year for my #SpotifyWrapped https://t.co/hJgmxdoJRv
## 4805                                                                             I predict my most played song will be heatwaves #SpotifyWrapped https://t.co/pO1DhaYTEk
## 4806                                                                                              I predict my most played song will be so fine by gnr 🫡 #SpotifyWrapped
## 4807                                                                                                         I predict my top genre will be [pop or rnb] #SpotifyWrapped
## 4808                                                                    everyone who shares a #SpotifyWrapped with an obscure artist at the top  https://t.co/GqPR14odyw
## 4809                                                                                                   i love #SpotifyWrapped more then i should https://t.co/Otpe7k6uuJ
## 4810                                                                                      I predict my top artist will be either taylor swift or lovejoy #SpotifyWrapped
## 4811                                                                                I predict my most played song will be Candy Store- Heathers West End #SpotifyWrapped
## 4812                                                                                  I predict my most played song will be as it was by @Harry_Styles 🤪 #SpotifyWrapped
## 4813                                                                                                         I predict my top podcast will be Archetypes #SpotifyWrapped
## 4814                                                                                                       I predict my top artist will be Harry Styles. #SpotifyWrapped
## 4815                                                                            I predict my most played song will be Hot Demon Bitches Near U by Corpse #SpotifyWrapped
## 4816                                                                                     I predict my most played song will be [fairytale by stray kids] #SpotifyWrapped
## 4817                                                                                                         I predict my top artist will be men i trust #SpotifyWrapped
## 4818                                                                                                     I predict my top artist will be Billie probably #SpotifyWrapped
## 4819                                                                                                i just know one of my top categories in #SpotifyWrapped will be dsmp
## 4820                                                                                      Waiting for ppl’s #SpotifyWrapped is giving me ANXIETY lmao hope I’m in some 🙃
## 4821                                                                                         I predict my most played song will be Running Up That Hill  #SpotifyWrapped
## 4822                                                                                                              I predict my top genre will be [K Pop] #SpotifyWrapped
## 4823                                                                                                   my #SpotifyWrapped is going to be mess... i can't wait to see it.
## 4824                                                                                                     I predict my top artist will be Arctic Monkeys  #SpotifyWrapped
## 4825                                                                                              i predict my most listened to artist is @JeffreeStar \n#SpotifyWrapped
## 4826                                                                                                                  I predict my top genre will be POP #SpotifyWrapped
## 4827                                           I predict my most played song will be [Rush Hour by Monsta X] #SpotifyWrapped  #MONSTA_X #MONBEBE https://t.co/tUXvC9haSN
## 4828                                                               I predict my most played song will be [G.O.A.T by Diljit Dosanjh @diljitdosanjh]🔥🔥🔥🔥🔥 #SpotifyWrapped
## 4829                                                                                                        I predict my top artist will be Taylor Swift #SpotifyWrapped
## 4830                                                                                                                        I can't wait for mines!!!\n\n#SpotifyWrapped
## 4831                                                                                   I predict my top podcast will be  nothing. I don’t listen to them #SpotifyWrapped
## 4832                                                                           I predict my most played song will be Male Fantasy or In Between Breaths. #SpotifyWrapped
## 4833                        With everyone going #SpotifyWrapped mad, we thought it'd be a trip to look back at 2022 thus far on Birthday Cake F… https://t.co/n1xFRMKU6Q
## 4834                                                                                                 If this is how #SpotifyWrapped is gonna look like, then it's fire 🔥
## 4835                                                                                           I predict my most played song will be Taste - Jake Webber #SpotifyWrapped
## 4836                                                                                                        I predict my top artist will be Taylor Swift #SpotifyWrapped
## 4837                                                             I predict my top podcast will be [just roll with it] #SpotifyWrapped THE ABSURD DND PODCAST DM’D BY GRI
## 4838                                                                                              I predict my top podcast will be [The Magnus archives] #SpotifyWrapped
## 4839                                                         The fact that I’m highly anticipating #SpotifyWrapped as if I don’t already know what it’s gonna look like?
## 4840                                                                                                          I predict my most played song will be Stay #SpotifyWrapped
## 4841                                                                                                I predict my top podcast will be conspiracy theories #SpotifyWrapped
## 4842                                                                                        I predict my most played song prolly whiplash from Metallica #SpotifyWrapped
## 4843                                                                                        No one wants to post their predictions, we just want our #SpotifyWrapped ! 🤣
## 4844                                                                                                when is spotify wrapped actually dropping?? #SpotifyWrapped #Spotify
## 4845                                                                      I predict my top artist will be stray kids or harry styles maybe mitski again  #SpotifyWrapped
## 4846                                                                                  I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped\nPop
## 4847                        Still thinking about last year’s #SpotifyWrapped and how this one girl I know from middle school posted her wrapped… https://t.co/JwEGTnYd6Y
## 4848                                                                      I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped @kimpetras duh
## 4849                                                                                                                I predict my top genre will be kpop 💀#SpotifyWrapped
## 4850                                                                                                         I predict my top artist will be [Metallica] #SpotifyWrapped
## 4851                                                             I predict my most played song will be [fill in top song prediction] #SpotifyWrapped coconuts @kimpetras
## 4852                                                                                                          I predict my top podcast will be @joerogan #SpotifyWrapped
## 4853                                                                          I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped\n@aligatie
## 4854                                                                                     I predict my most played song will be satellite by harry styles #SpotifyWrapped
## 4855                                                                                        How my #SpotifyWrapped is gonna end up looking like… https://t.co/UV42cOkLlM
## 4856                                                   I predict my most played song will be [fill in top song prediction] #SpotifyWrapped\nCrying in the rain @aligatie
## 4857                                                                                                 I predict my top podcast will be @clubdefansdeshrek #SpotifyWrapped
## 4858                                                                                                                  I predict my top genre will be pop #SpotifyWrapped
## 4859                                                                                            My mood waiting for #SpotifyWrapped @Spotify 🫶🏿🥰 https://t.co/J5vOHe0Qm0
## 4860                                                                                                    I predict my top artist will be @billieeilish ❤️\n#SpotifyWrapped
## 4861                                                                                     I predict my most played song will be [anything by beach house] #SpotifyWrapped
## 4862                                                                                                   @chartdata @bts_bighit of course and #YetToCome \n#SpotifyWrapped
## 4863                                                                                               I predict my most played song will be [Last Surprise] #SpotifyWrapped
## 4864                                                                                                            I predict my top artist will be Bad Gyal #SpotifyWrapped
## 4865                                                                                                             I predict my top artist will be Wallows #SpotifyWrapped
## 4866                                                                                     I predict my most played song will be As it was by Harry Styles #SpotifyWrapped
## 4867                                                                                                                I predict my top genre will be latin #SpotifyWrapped
## 4868                                                                                                                                     im gonn a faint #SpotifyWrapped
## 4869                                                                                I predict my most played song will be [Make Me Famous - Kim Dracula] #SpotifyWrapped
## 4870                                                                                                                                   waiting on you... #SpotifyWrapped
## 4871                                                                                       I predict my most played song will be [BETTER by Zayn Malik ] #SpotifyWrapped
## 4872                                                                               If my most played song isn’t anti fragile I’m gonna burn down Spotify #SpotifyWrapped
## 4873                                                                                        I predict my most played song will be Mezzanotte by Ana Mena #SpotifyWrapped
## 4874                                                                                                           I predict my top artist will be Dayseeker #SpotifyWrapped
## 4875                                                                                                                            Man I'm scared to see my #SpotifyWrapped
## 4876                                                                                                            I predict my top genre will be Metalcore #SpotifyWrapped
## 4877                                                    I predict my top podcast will be [fill in top podcast prediction] &lt;-- guys i wonder (its tma) #SpotifyWrapped
## 4878                                                                                           I predict my most played song will be Ghost, by Imminence #SpotifyWrapped
## 4879                                                                       I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped #TweekTalks
## 4880                                                                                                            I predict my top podcast will be ask .tm #SpotifyWrapped
## 4881                                                                                             I predict my top artist will be #SpotifyWrapped https://t.co/PgJDdvIswo
## 4882                                                              I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped unrestricted podcast
## 4883                                                                                                        I predict my top artist will be Harry Styles #SpotifyWrapped
## 4884                                                                                                  Some of y’all really exposing yourself with this #SpotifyWrapped 🤮
## 4885                                                                         I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped Nicki Minaj
## 4886                                                                                                                  I predict my top genre will be pop #SpotifyWrapped
## 4887                                                                                                                            judgement day is upon us #SpotifyWrapped
## 4888                                                                                     I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped
## 4889                                                                                 I predict my most played song will be All Eyes On Me by Bo Burnham. #SpotifyWrapped
## 4890                                                                                   I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped rap
## 4891                                                                                                       I predict my top artist will be @ihavenomanas #SpotifyWrapped
## 4892                                                                                                    I predict my most played song will be Boyfriends #SpotifyWrapped
## 4893                                                                      I predict my most played song will be [fill in top song prediction] #SpotifyWrapped I’m a vibe
## 4894                         You can now create your own festival line-up based on your Spotify streams! #SpotifyWrapped \n\nCheck it out here:… https://t.co/BwAvJBmZ0p
## 4895                                                                                                       I predict my top podcast will be Distractible #SpotifyWrapped
## 4896                                                                          I predict my most played song will be Illegal Screenshots by @ihavenomanas #SpotifyWrapped
## 4897                                                                                       I predict my most played song will be #SpotifyWrapped https://t.co/5lrD4nmeQK
## 4898                                                                                 I predict my top podcast will be Nur Verheiratet von @hazelbrugger  #SpotifyWrapped
## 4899                                                                               There's a nonzero chance that my top song is 6 God - yes, in 2022.... #SpotifyWrapped
## 4900                                                                                  My biggest fear is having Friday by Rebecca Black as my #1 song on #SpotifyWrapped
## 4901                                                                                                    I predict my top artist will be @rinasawayama\n\n#SpotifyWrapped
## 4902                                                                                                          I predict my top artist will be Juice wrld #SpotifyWrapped
## 4903                                                                                            apple music users are seething to the fact they dont got #SpotifyWrapped
## 4904                                                                                              I predict my top genre will be modern metal. Hopefully #SpotifyWrapped
## 4905                                                                             I saw #SpotifyWrapped and was sooo hyped... RELEASE IT NOOOOOOW https://t.co/SOzZjZeonn
## 4906                                                                     I predict my top artist will be Glaive, Lovejoy or Softwilly \n100% one of them #SpotifyWrapped
## 4907                                                                                                      giving @spotify permission to leave rex off my #SpotifyWrapped
## 4908                                                                                  I predict my most played song will be [Two Birds - Regina Spektor] #SpotifyWrapped
## 4909                                                         Calling it now, my #SpotifyWrapped top songs will all be from The 1975’s Being Funny In A Foreign Language.
## 4910                      Huh. Jumping on the thing that Charlie did while waiting for #SpotifyWrapped to happen.\n\nI would pay for this fest.… https://t.co/4h6SZ0QXao
## 4911                                                                                         I predict my most played song will be \nAngry @marsargo \n\n#SpotifyWrapped
## 4912                                                                                                       I predict my top artist will be @Harry_Styles #SpotifyWrapped
## 4913                        JUST ANNOUNCED in #California \n\nChozen G 👑is getting ready to release #new #music ....\n\nGet Ready for something… https://t.co/hFCv57JuFg
## 4914                                                   I predict my most played song will be [fill in top song prediction] #SpotifyWrapped - All Too Well 10 minute obvs
## 4915                                                                  I predict my most played song will be Looking For Somebody (To Love) by The 1975 #SpotifyWrapped 🤡
## 4916                        Moving day is always a stressful, but it doesn’t have to be. When you are looking for a moving company in San Franc… https://t.co/LZL89KaR42
## 4917                                                                                                 my prediction of my top artist is definitely Ariana #SpotifyWrapped
## 4918                                                                 I predict my top artist will be 5 Seconds of Summer just like the last seven years🫶 #SpotifyWrapped
## 4919                                                                         I predict my most played song will be WYAT (Where You At)  by @SB19Official #SpotifyWrapped
## 4920                                                                         if my most played song isnt cry for love im going to jump out of the window #SpotifyWrapped
## 4921                                                                                     I predict my most played song will be Chicas by Andrés Calamaro #SpotifyWrapped
## 4922                                                                                                      I predict my top artist will be [Taylor Swift] #SpotifyWrapped
## 4923                              New life goal - to see Illenium and Kristin Chenoweth on the same day 😂\n\n#instafest #spotify #SpotifyWrapped https://t.co/f1PWJKoJWw
## 4924                                   #SpotifyWrapped!? Nah, I much prefer the festival breakdown on #instafestapp\n\nGreat work @AnshaySaboo 👏 https://t.co/FB3b6UimMc
## 4925                                                                       I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped\nTaylor Swift
## 4926                                                                                                                 I predict my top artist will be MCR #SpotifyWrapped
## 4927                                       If the music the kids I look after makes me play them shows up on my  #SpotifyWrapped  list this year https://t.co/XRUVE0mOTf
## 4928                                                                                  I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped\nPop
## 4929                                                                           I predict my most played song will be any song from the danger days album #SpotifyWrapped
## 4930                                                                       can’t wait to see who the lucky bastard was this year #SpotifyWrapped https://t.co/9ISHGlmqQR
## 4931                                                                                 I predict my most played song will be \nThis Hell @rinasawayama \n\n#SpotifyWrapped
## 4932                                                                                                 I’ll be honest I have no idea what my top song is 🥴 #SpotifyWrapped
## 4933                                                           I predict my most played song will be [fill in top song prediction] #SpotifyWrapped\nHold no Grudge Lorde
## 4934                        Hungry? Get $15 off your first Uber Eats order of $20 or more. Terms apply. Use my code at checkout: eats-eduwigesl… https://t.co/t2s53voJZf
## 4935                                                                                                    I predict my top artist will be [lizzy mcalpine] #SpotifyWrapped
## 4936                                                                                   I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped
## 4937                                               The most unpredictable thing about me is my Spotify Wrapped, I dont even know whats going to be on it #SpotifyWrapped
## 4938                                                              I predict my most played song will be [fill in top song prediction] #SpotifyWrapped cuff it by beyoncé
## 4939                                                                                   I predict my most played song will be [firearm by lizzy mcalpine] #SpotifyWrapped
## 4940                              I mean it’s obviously gonna be @LotteryWinners but I reckon the wife is pushing for @SeaGirls #SpotifyWrapped… https://t.co/kBHZST1UbQ
## 4941                                                                                                 time to play Isaiah Rashad endlessly till #SpotifyWrapped comes out
## 4942                                                                              I predict my top podcast will be @ryansatin’ #OutOfCharacter podcast.  #SpotifyWrapped
## 4943                                                                                                             I predict my top artist will be Beyoncé #SpotifyWrapped
## 4944                        Can't wait for the #SpotifyWrapped where it tells me how many times I tried to find the RSS for a podcast on Spotif… https://t.co/K1x9z0Lupk
## 4945                                     COMPARE AND CONFIRM 🌹\n\n@fixed_surebet \n\n📞, telegram or WhatsApp +2349029529273\n\n#SpotifyWrapped … https://t.co/YkUge0e7Y4
## 4946                                 #SpotifyWrapped #Spotify #trend if this #musicfestival was real I’d #fullsend in a heartbeat lol #illenium… https://t.co/KSvbuYMndW
## 4947                                                                                                     I predict my top artist will be [Shawn Mendes ] #SpotifyWrapped
## 4948                                                                                                     Me on Friday when #SpotifyWrapped drops https://t.co/3aUCx3xy3r
## 4949                                                                                                      I predict my most played song will be Photo ID #SpotifyWrapped
## 4950                                                                                     I predict my top podcast will be the meditating one, as you are #SpotifyWrapped
## 4951                                                                                                        I predict my top artist will be Oingo Boingo #SpotifyWrapped
## 4952                        Super curious to see if I have an All @TaylorSwift13 #SpotifyWrapped for the third year in a row. I should be embar… https://t.co/7sdAVYPktd
## 4953                                                                                                              I predict my top artist will be @drake #SpotifyWrapped
## 4954                                             "How many times have you restarted the app to see if your #SpotifyWrapped pops up?"\n\nMe: Yes. https://t.co/MVnJPkUK1r
## 4955                                                                                      I predict my top podcast will be the Through The Wire Podcast. #SpotifyWrapped
## 4956                                                                                                   #SpotifyWrapped nothing because they unfairly removed my account.
## 4957                                                                                I predict my most played song will be What Was Mine by Sarah Kinsley #SpotifyWrapped
## 4958                                                              I predict my most played song will be “Say My Name” from @BeetlejuiceBway soundtrack!  #SpotifyWrapped
## 4959                                                                                                  I predict my top artist will be Allison or Giselle #SpotifyWrapped
## 4960                                                                                                          I predict my top artist will be The Holdup #SpotifyWrapped
## 4961                                                                                                      Not #InstaFest beating #SpotifyWrapped to the finish line …… 🫠
## 4962                                                                                                               My #SpotifyWrapped prediction https://t.co/N6p3PkhjOg
## 4963                                                                                                          I predict my top artist will be @BLACKPINK #SpotifyWrapped
## 4964                                                                                                            I predict my top genre will be pop music #SpotifyWrapped
## 4965                                                                                     I predict my top artist will be [Pet Shop Boys or Depeche Mode] #SpotifyWrapped
## 4966                                                                                             I predict my top genre will be most likely pop or Latin #SpotifyWrapped
## 4967                                                                                 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 4968                                                          I predict my most played song will be Alien Superstar or What I want or Naked in Manhattan #SpotifyWrapped
## 4969                                                                                                           I predict my top podcast will be @GoonsPC #SpotifyWrapped
## 4970                                               listening to that good song that I found about later on 2022 over and over again to make sure it's on #SpotifyWrapped
## 4971                      I predict my most played song will be [Butterfly] \nI predict my top genre will be [K💩]\nI predict my top artist will… https://t.co/SoIpIHQ8VW
## 4972                                                                            I predict my top artist will be either Halsey/Paramore/Bad Bunny/Rosalia #SpotifyWrapped
## 4973                                                                                                      I predict my top artist will be [Lil uzi vert] #SpotifyWrapped
## 4974                                                     I predict my top artist will be Tyler The Creator Halsey or Elton John #SpotifyWrapped… https://t.co/Gbpdr6Pd0B
## 4975                                                                                                           I predict my top artist will be Don Broco #SpotifyWrapped
## 4976                                                                                                              no one is seeing my #SpotifyWrapped this year. no one.
## 4977                                                                                             my #applereplay2022 in place of #SpotifyWrapped https://t.co/7nae6ITcBc
## 4978                                                      Now that i'm waiting for #SpotifyWrapped , i let me show my past 6 months by instafest https://t.co/FmoUXQGmRz
## 4979                                                                                                 I predict my most played song will be [lemon tree ] #SpotifyWrapped
## 4980                                                                                          I predict my most played song will be BIG ENERGY BY LATTO. #SpotifyWrapped
## 4981                                                                                                                               Lmaooo it's coming gg #SpotifyWrapped
## 4982                                                                                                             I predict my top artist will be [Drake] #SpotifyWrapped
## 4983                                                                                            I predict my most played song will be [change by alex g] #SpotifyWrapped
## 4984                                           I predict my most played song will be this why by Paramore or honestly satellite by Harry Styles idkkkk 😭 #SpotifyWrapped
## 4985                                                                            oh wow this screams horny and mentally ill gay 😐 #SpotifyWrapped https://t.co/mFDXtk2Ro0
## 4986                                                                                                                           always interesting to see #SpotifyWrapped
## 4987                                                                                                    I predict my top artist will be Hollywood Undead #SpotifyWrapped
## 4988                                                                      I predict my most played song will be EGORLS ARE RUINING MY LIFE #SpotifyWrapped #ilovespotify
## 4989                                                                                                               My top song is going to be West Coast #SpotifyWrapped
## 4990                                                                                                    Already anticipating our #SpotifyWrapped https://t.co/o1uvoqv9lC
## 4991                                                                                  So it can trend all day but it won't drop? I need to be humiliated #SpotifyWrapped
## 4992                                                                                         I predict my top podcast will be [The @joerogan Experience] #SpotifyWrapped
## 4993                                                                                 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 4994                                                                     i predict my most played song will be [literally any dazey and the scouts song] #SpotifyWrapped
## 4995                                                                                             I predict my top podcast will be [Joe Rogan Experience] #SpotifyWrapped
## 4996                              Motionless in White, NOTHING MORE, I Prevail, Ren and Papa Roach will dominate my #SpotifyWrapped this year, there's no way around it.
## 4997                                                                                           I predict my top podcast will be St Tropez - Cruzcarignan #SpotifyWrapped
## 4998                                                                                  I predict my most played song will be The Archer by @taylorswift13 #SpotifyWrapped
## 4999                                                                                                      I predict my top artist will be [Taylor Swift] #SpotifyWrapped
## 5000                                                                                                      I predict my top artist will be all time low 🤍 #SpotifyWrapped
## 5001                                                                                                       I predict my top artist will be Ariana Grande #SpotifyWrapped
## 5002                                                                                                                I predict my top genre will be [POP] #SpotifyWrapped
## 5003                                                                          I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped IDK!!:))
## 5004                                                                                 I predict my top artist will be either @movementsCA or @HotMulligan #SpotifyWrapped
## 5005                                                                                                            I predict my top podcast will be Dissect #SpotifyWrapped
## 5006      #SpotifyWrapped will most likely look like \n\nINDIGO D-3\n#방탄소년단RM\n#방탄소년단알엠\n#IndigoByRM #Namjoon \n#IndigoByRMIsComing… https://t.co/3uctpywSHH
## 5007                                                                                                            Its that time again, #SpotifyWrapped  is almost there :D
## 5008                                                                                                                 I predict my top artist will be JID #SpotifyWrapped
## 5009                        I predict my most played song will be [LA Doesn’t Miss Me - Lily Kincade] #SpotifyWrapped or [All Too Well (10 Minu… https://t.co/YZY905Z79B
## 5010                                                                                                   I predict my most played song will be Father time #SpotifyWrapped
## 5011                                                                   I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped Harry Styles!!:))
## 5012                                                                                                                  I predict my top genre will be Rap #SpotifyWrapped
## 5013                                                                         can’t wait to be publically humiliated by spotify again in a couple of days #spotifywrapped
## 5014                                                                                                       I predict my top artist will be Taylor Swift. #SpotifyWrapped
## 5015                                                                              I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped Pop!!:))
## 5016                                                                                                I predict my most played song will be Crack Sandwich #SpotifyWrapped
## 5017                                                                                                  I predict my most played song will be Dicke Titten #SpotifyWrapped
## 5018                                                       I predict my most played song will be [fill in top song prediction] #SpotifyWrapped TPWK By Harry Styles!!:))
## 5019                                                                                                    I predict my most played song will be belupacito #SpotifyWrapped
## 5020                                                                                                                                        give me my #SpotifyWrapped 👹
## 5021                                                                                                                its that time of the yeaaaarrrrrrr 👀 #SpotifyWrapped
## 5022                                                                                                                I predict my top artist will be abba #SpotifyWrapped
## 5023                         If you listen to this entire playlist and don't like at least one song. I change my name.\nhttps://t.co/4Q9AS3nDaW… https://t.co/iIl7szgl2x
## 5024                                                                                                I hope my wrap is better last year was embarrassing 💀#SpotifyWrapped
## 5025                                                                           I predict my most played song will be [Everybody wants to rule the world] #SpotifyWrapped
## 5026                                                                                                     I dont even think id want to share mines 😆😆😆🙄🙄🙄🙄#SpotifyWrapped
## 5027                                                                              @tanamongeau I wouldn’t have a happy song either if i used apple music #SpotifyWrapped
## 5028                                              I predict @sanbenito will be my most listened artist as well as @ladygaga , @Anitta and @KALIUCHIS 🌱🌱🌱 #SpotifyWrapped
## 5029                       HI\nI am a freelancer. I can rewrite documents, and translate documents into any language, also can convert files in… https://t.co/C25N4q5Ist
## 5030                                         Big sale days have started on amazon, click https://t.co/3Rkx7CIrz9\n\n#SpotifyWrapped #GiftGalaxy Congratulations Jungkook
## 5031                                                                                                    I predict my most played song will be Holdin' on #SpotifyWrapped
## 5032                                                                                             I predict my top podcast will be [diary of a romantica] #SpotifyWrapped
## 5033                                                                                                                I predict my top genre will be [pop] #SpotifyWrapped
## 5034                                                                          I predict my top artist will be will be either Stray kids, BTS, or Enhypen #SpotifyWrapped
## 5035                                                                                        I predict my top artist will be @RollingStones … easy money  #SpotifyWrapped
## 5036                                                                                                               I predict my top artist will be [AJR] #SpotifyWrapped
## 5037                                                                                       I predict my top podcast will be [@SalVulcano @chrisdcomedy ] #SpotifyWrapped
## 5038                                                                                                        I predict my most played song will be [HOME] #SpotifyWrapped
## 5039                        The John Lewis Christmas ad and #SpotifyWrapped are two of the most anticipated days in the annual marketing calend… https://t.co/4MsRoUaWly
## 5040                                                                                         #SpotifyWrapped its just going to be this babyyyyyy https://t.co/ZrD0r2DouL
## 5041                                                                                          I predict my most played song will be [Disco : Surf Curse] #SpotifyWrapped
## 5042                                                                                                    I predict my top artist will be [Chase Atlantic] #SpotifyWrapped
## 5043                                                                                                                I predict my top genre will be [pop] #SpotifyWrapped
## 5044                                                                                                        I predict my most played song will be Carmen #SpotifyWrapped
## 5045                                                                           I predict my top podcast will be Quinta Misteriosa da Jaqueline Guerreiro #SpotifyWrapped
## 5046                                                                                                          omg I got my #SpotifyWrapped early https://t.co/zx6vmyMiTp
## 5047                                                                                                                                    Drop it alredy #SpotifyWrapped 💀
## 5048                                                                                                                I predict my top genre will be Indie #SpotifyWrapped
## 5049                                                                                                      I predict my top artist will be arctic monkeys #SpotifyWrapped
## 5050                                                                                                       I predict my top artist will be [@theweeknd ] #SpotifyWrapped
## 5051                                                                                                                 I predict my top artist will be Jão #SpotifyWrapped
## 5052                                                                                                        I predict my top artist will be Lana Del Rey #SpotifyWrapped
## 5053                                                                                                I predict my most played song will be [did too much] #SpotifyWrapped
## 5054                                                                            I predict my most played song will be molecole by thasup @thavidesupreme #SpotifyWrapped
## 5055                                                                                           I predict my most played song will be [Until I found you] #SpotifyWrapped
## 5056                                                                                                        I predict my top genre will be Rock ou Indie #SpotifyWrapped
## 5057                                                             More than most streamed artist of the year, I’m scared about my top 5 songs of the year #SpotifyWrapped
## 5058                                                                      I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped @the_levellers
## 5059                                                                                                                                   Give it to me now #SpotifyWrapped
## 5060                                                                                                 I predict my most played song will be [PINK VENOM ] #SpotifyWrapped
## 5061                                                                                                I predict my most played song will be Idiota do Jão  #SpotifyWrapped
## 5062                                                                     Excited for this year's treat for the eyes @Spotify🤞\n\n#SpotifyWrapped https://t.co/6B9QZFRohl
## 5063                                   WOO! Y’all ready for Bo Burnham to be my most listened to for yet another year??? I am! 🎧🎁#SpotifyWrapped https://t.co/33zOiLpl9E
## 5064                  I predict my top artist will be @OfficialWillow cause &lt;coping mechanism&gt; has been steadyyyyy on repeat since it dro… https://t.co/q5r5DXIIJb
## 5065                               @Marvin_Inu @elonmusk #marvin much organic, bags full of cookies and apples. Let s bring some peace in here\n\n#Apple #SpotifyWrapped
## 5066                                                                                 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 5067                                                                                                        I predict my top artist will be Taylor Swift #SpotifyWrapped
## 5068                                                                                                                I predict my top genre will be Indie #SpotifyWrapped
## 5069                                                         I already know what my #SpotifyWrapped will look like.\nNicki, Wizkid, Justin Bieber will take the lead ...
## 5070                                                                    macam biasa, keshi still number 1 like other years 😂 \n\n#SpotifyWrapped https://t.co/0FpICsQxdY
## 5071                                                                                          I predict my most played song will be Nicknames by Dayglow #SpotifyWrapped
## 5072                                                                                                                                   #SpotifyWrapped GIVE ME I NEED IT
## 5073                                                                       Shout out to #instafestapp because I was already pressed for #SpotifyWrapped . Perfect teaser
## 5074                                                                                                        I predict my top artist will be [Blackpink ] #SpotifyWrapped
## 5075                                                                                               I predict my top artist will be Taylor Swift or BANKS #SpotifyWrapped
## 5076                                                                            I use my Spotify for sleep music so I’m absolutely dreading my #SpotifyWrapped this year
## 5077                                                                                                                               my #SpotifyWrapped is gonna be so sad
## 5078                                                                                              #Spotify #SpotifyWrapped \nI like it so much 💗 https://t.co/bqw93XOi2e
## 5079                                                                                        I predict my top podcast will be Unhinged with Chris Klemens #SpotifyWrapped
## 5080                                                                                            I predict my most played song will be Believe What I Say #SpotifyWrapped
## 5081                       Check it now: https://t.co/wUWrejwqcQ \nCasemiro #CyberMonday #GivingTuesday Diet Coke Ghana #MondayMotivation Mauna… https://t.co/zbX31eo5Nk
## 5082                                                                                                            I predict my top genre will be [Hip-Hop] #SpotifyWrapped
## 5083                                                                           twitter goin nuts over  #SpotifyWrapped and it ain’t even out yet https://t.co/pfwWKgPv2U
## 5084                                                                                                                                           WHERES MY #SpotifyWrapped
## 5085                                                                               I predict my most played song will be "Sometimes, I" by Aero Austaire #SpotifyWrapped
## 5086                                                                                                 I predict my most played song will be [Pink Venom ] #SpotifyWrapped
## 5087                                                                                            I predict my most played song will be butterfly by LOONA #SpotifyWrapped
## 5088                                                                                                                                I don't have #SpotifyWrapped yet....
## 5089                                                                                            I predict my most played song will be Meteorite by BANKS #SpotifyWrapped
## 5090                                                                                                                  Where my Spotify wrapped at biatch #SpotifyWrapped
## 5091                                                                                                      I predict my top artist will be @zachlanebryan #SpotifyWrapped
## 5092                     Are you ready for Christmas?\n\nDon't miss special Christmas price %40 off\n\n"JUST ANNOUNCED" #SpotifyWrapped, Canelo… https://t.co/J9d9djiAy6
## 5093                                                                                                       I predict my top artist will be Ariana Grande #SpotifyWrapped
## 5094                                                 I predict my top podcast will be white noise sleep sounds 😅 but the real answer is @goodchildrenpod #SpotifyWrapped
## 5095                                                                                                             I predict my top artist will be [loona] #SpotifyWrapped
## 5096                                                                                                             I predict my top artist will be Adele 🤍 #SpotifyWrapped
## 5097                                                                                                       I predict my top artist will be Glass Animals #SpotifyWrapped
## 5098                                                                                I predict my top podcast will be [Manchester United Offical Podcast] #SpotifyWrapped
## 5099                                                                                                                I predict my top genre will be K-pop #SpotifyWrapped
## 5100                                                                                                   I predict my most played song will be Drunk Dazed #SpotifyWrapped
## 5101                                                                                        I predict my most played song will be [pink matter by frank] #SpotifyWrapped
## 5102                                                                                 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 5103                                                                  I predict my top artist will be [either prince daddy and the hyena or Joyce manor] #SpotifyWrapped
## 5104                                                                                                              I predict my top artist will be Drake  #SpotifyWrapped
## 5105                                                                                                yeah keep #SpotifyWrapped hidden from me pls https://t.co/iq5PK23LL9
## 5106                                                                           I predict my top podcast will be [ i dont listen to podcasts on spotify ] #SpotifyWrapped
## 5107                                                                                                           I predict my top genre will be [Alt rock] #SpotifyWrapped
## 5108                                                                                                    I predict my top podcast will be @nosalgasdecasa #SpotifyWrapped
## 5109                                                                                                           Can someone let me know when #SpotifyWrapped drops please
## 5110                                                                                                                  I predict my top genre will be rap #SpotifyWrapped
## 5111                                                                                         I predict my most played song will be [Totally fine by PUP] #SpotifyWrapped
## 5112                                                                                                         I predict my top artist will be [BLACKPINK] #SpotifyWrapped
## 5113                                                                                                       I predict my top artist will be Taylor Swift  #SpotifyWrapped
## 5114                                                                                      I predict my most played song will be [nasty by ariana grande] #SpotifyWrapped
## 5115                                                                           I predict my most played song will be lustre by jiwoo #SpotifyWrapped\n I KNOW IT WILL BE
## 5116                                                                              I predict my most played song will be All Too Well (10 Minute Version) #SpotifyWrapped
## 5117                        Honestly don’t know what it’s gonna look like this year I fear . There were some songs I listened to but I didn’t l… https://t.co/eUcuWnIbIt
## 5118                                                                     I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped\n\npop i’m afraid
## 5119                                                                                               I predict my most played song will be [ Want it all ] #SpotifyWrapped
## 5120                                                                                               I predict my top podcast will be HookedFM of course 😎 #SpotifyWrapped
## 5121                                                                                                      I predict my top artist will be Taylor Swift ♥️ #SpotifyWrapped
## 5122                                                                I predict my most played song will be #biggerthanme  Than Me by #LouisTomlinson \n\n #SpotifyWrapped
## 5123                                                                                                            I predict my top genre will be [Hip Hop] #SpotifyWrapped
## 5124                                                                                                             I predict my top artist will be [Louis] #SpotifyWrapped
## 5125                                                      I predict my most played song will be Shake it By Kay Flock ft Cardi B #SpotifyWrapped https://t.co/PS70nnfYGN
## 5126                                                                                                       i predict my most played song will be 9 lives #SpotifyWrapped
## 5127                                                                                                   I predict my top podcast will be Very Really Good #SpotifyWrapped
## 5128                                                                                        I'm ready to hate my own music taste, please drop it already #SpotifyWrapped
## 5129                                                                                                          I predict my top artist will be [MONSTA X] #SpotifyWrapped
## 5130                                                                                                       Patiently waiting for #SpotifyWrapped https://t.co/7lWb1Hk9VO
## 5131                                                                                                        I predict my top artist will be taylor swift #SpotifyWrapped
## 5132                                                                                       Check me out being narcissistic af 🙃😂 #SpotifyWrapped https://t.co/hYkkEcscMa
## 5133                                                                                                          I predict my top artist will be harry duh  #SpotifyWrapped
## 5134                                                                                       I predict my top artist will be \nRoyal Blood like last year\n#SpotifyWrapped
## 5135                                                                                             I predict my most played song will be my tears ricochet #SpotifyWrapped
## 5136                                                                                             I predict my top artist will be [Bad Bunny obviously 🤠] #SpotifyWrapped
## 5137                                                                                                     I predict my top genre will be [k-pop boygroup] #SpotifyWrapped
## 5138                                                                                【Trends Tag】 #BRASUI #CyberMonday #GivingTuesday #MondayMotivation #SpotifyWrapped
## 5139                                                                I predict my top artist will be @taylorswift13 \n#SpotifyWrapped\n\nThis isnt changing anytime soon.
## 5140                                                                                                           When is actually Spotify wrapped coming ? #SpotifyWrapped
## 5141                                                                                      I predict my most played song will be [Kiss Me Thru The Phone] #SpotifyWrapped
## 5142                                                                                              I predict my most played song will be [Bigger than me] #SpotifyWrapped
## 5143                                                                                             I predict my most played song will be LA INOCENTE OBVIO #SpotifyWrapped
## 5144                                                                                 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 5145                                                                                      I predict my top genre will be\nModern Rock like my last years #SpotifyWrapped
## 5146                                                                                                            Waiting for our #SpotifyWrapped! https://t.co/JpmFhxzxDi
## 5147                                                                                           I predict my most played song will be [JIKJIN - TREASURE] #SpotifyWrapped
## 5148                                                                                                              my #SpotifyWrapped is here omg https://t.co/3VM2UwBG3a
## 5149                                                                                                 i predict (know) my top artist will be taylor swift #SpotifyWrapped
## 5150                                                                                                     I predict my top artist will be [Laura Marano ] #SpotifyWrapped
## 5151                                                                                                         I predict my top artist will be Nicki Minaj #SpotifyWrapped
## 5152                                                                                 I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped #stop
## 5153                                                                                                    I predict my top artist will be @anirudhofficial #SpotifyWrapped
## 5154                                                              me when my #SpotifyWrapped list has the exact same artists as it did last year https://t.co/zDxXCUJX8f
## 5155                                                                                                              I predict my top genre will be Hip hop #SpotifyWrapped
## 5156                                                                                         I predict my most played song will be Dress by Taylor Swift #SpotifyWrapped
## 5157                      I predict my most played song will be [fill in top song prediction] #SpotifyWrapped\n\nUh....its a tight battle betwe… https://t.co/yPXMlEVnY9
## 5158                                                                               I predict my most played song will be\nPump it from Electric Callboy 🤔#SpotifyWrapped
## 5159                                                                         I predict my most played song will be \nI Really Want to Stay at Your House #SpotifyWrapped
## 5160                                                                                               I predict my most played song will be wildest dreams  #SpotifyWrapped
## 5161                                                                                                            I predict my top artist will be @BTS_twt #SpotifyWrapped
## 5162                  #Secret_Battalion \n@li_vi_ng_ \n@Cootleoo\n@AM_AKHR\n@HR_Busy\n@ItsMadina3\n@Shazi087\n@bnt_aywb\n@MMA7t\n@TlpAMOfficial… https://t.co/z5CK5Iii1d
## 5163                                                                                               I predict my most played song will be sofia by Clairo #SpotifyWrapped
## 5164                                                                                                                  I predict my top genre will be pop #SpotifyWrapped
## 5165                                                                                               I predict my most played song will be Just Wanna Rock #SpotifyWrapped
## 5166                                                           I predict my most played song will be [Do We Have A Problem by Nicki Minaj and Lil Baby ] #SpotifyWrapped
## 5167                                                     I predict my most played song will be \n(Please, don’t be it… please don’t be it)\nAnti-Hero 😂\n#SpotifyWrapped
## 5168                                                                                                    I predict my top artist will be Taylor Swift #SpotifyWrapped ofc
## 5169                                                                                                   I predict my top artist will be GRETA VAN FLEET 😺😸#SpotifyWrapped
## 5170                                                                           I predict my most played song will be Feel My Rhythm or All Too Well 🤞🏻\n #SpotifyWrapped
## 5171                                                                I predict my most played song will be [fill in top song prediction] #SpotifyWrapped \n\nwhat is thsi
## 5172                                                             Doom and destruction is better with a killer soundtrack. What would be on Aatrox’s #SpotifyWrapped ? 🎶🎸
## 5173                                                                                       I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped
## 5174                                                                                 I predict my top artist will be … could be @sanbenito or @theweeknd #SpotifyWrapped
## 5175                                                                                I predict my most played song will be Plastic Off The Sofa - Beyoncé #SpotifyWrapped
## 5176                                                                                                 I predict my top artist will be Taylor Swift #SpotifyWrapped\n\nofc
## 5177                                                     I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped At your service with dua lipa
## 5178                                                                         Me seeing Rex Orange County and Daniel Ceasar on my #SpotifyWrapped https://t.co/WSBjJVONYY
## 5179                                                                                                        I predict my top artist will be @brentfaiyaz #SpotifyWrapped
## 5180                                                                                                       I predict my top artist will be Billie Eilish #SpotifyWrapped
## 5181                                                                                I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped Ashe
## 5182                                                                                        I predict my top podcast will be [suburb talks ] I love them #SpotifyWrapped
## 5183                                                                                                    i KNOW my top artist will be [twenty one pilots] #SpotifyWrapped
## 5184                                                                      I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped contemporary pop
## 5185                                                                                                           I predict my top genre will be R&amp;B 🔥🔥 #SpotifyWrapped
## 5186                                                                                                            I predict my top genre will be Reggaeton #SpotifyWrapped
## 5187                                            I predict my top artist will be @monlaferte or @mitskileaks cause I done had them on repeat all year lol #SpotifyWrapped
## 5188                                      I predict my most played song will be [fill in top song prediction] #SpotifyWrapped infinite live without fulfilment by grimes
## 5189                        Also I know Mitski going to be my top artist this year too, I won’t tell you how many times I listened to my depres… https://t.co/Z3C71htLhE
## 5190                                                                                        I predict my top podcast will be [The Joe Rogan experience ] #SpotifyWrapped
## 5191                                                                                         I predict my most played song will be Maniac by @Stray_Kids #SpotifyWrapped
## 5192                                                                                       I predict my most played song will be anything from Bad Bunny #SpotifyWrapped
## 5193                                                                 I predict my most played song will be Written All Over Your Face by Louis Tomlinson #SpotifyWrapped
## 5194                                                                                                              I predict my top artist will be @Drake #SpotifyWrapped
## 5195                                                                                                 I predict my top podcast will be [@JaacksHappyHour] #SpotifyWrapped
## 5196                                                                                                       I predict my most played song will be Clouded #SpotifyWrapped
## 5197                                                                                                                          #SpotifyWrapped gonna drop anytime soon? 😏
## 5198                                                                                     I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped
## 5199                                                                                                               PLEASE STOP THIS MADNESS DROP IT NOWW #SpotifyWrapped
## 5200                                                                                       I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped
## 5201                                                                                                      I predict my top artist will be [Harry Styles] #SpotifyWrapped
## 5202                                          I wanna see all artists’ #SpotifyWrapped and then I wanna see them collaborating with the artists they listen to the most.
## 5203                                                                                             I predict my most played song will be [Do I Wanna Know] #SpotifyWrapped
## 5204                                                                                                                 I’m probably way too excited for my #SpotifyWrapped
## 5205                                                                                                        I predict my top artist will be [The Weeknd] #SpotifyWrapped
## 5206                                                                                                          I predict my top genre will be [Dance Pop] #SpotifyWrapped
## 5207                                                                                                   I predict my top genre will be [Alternative Rock] #SpotifyWrapped
## 5208                                                                                    I predict my most played song will be [As It Was - Harry Styles] #SpotifyWrapped
## 5209                                                                                       I predict my top artist will be [bts] I think 😭 like for sure #SpotifyWrapped
## 5210                                                                                                       I predict my top genre will be [R&amp;B/Soul] #SpotifyWrapped
## 5211                                                                                                I predict my most played song will be Lavender Haze. #SpotifyWrapped
## 5212                                                           saw #SpotifyWrapped trending and gasped, tried to open spotify so fast i dropped my phone and for nothing
## 5213                        wow it’s just the group stage and the #WorldcupQatar2022 is exciting 🔥btw my EP - LOVE IS WAR ! is out on all digit… https://t.co/xEwu3yzryA
## 5214                                                                                             I predict my most played song will be [save your tears] #SpotifyWrapped
## 5215                                                                                        I predict my top podcast will be [something to do with ASMR] #SpotifyWrapped
## 5216                             I predict my top artist will be Harry Styles, and my second artist will be Matt Maltese, and my third will be Deftones  #SpotifyWrapped
## 5217                                                                                                           I predict my top genre will be [kpop]  😭😭 #SpotifyWrapped
## 5218                                                                                                    I predict my top artist will be [Arctic Monkeys] #SpotifyWrapped
## 5219                                      Can't wait for everyone to have the DreamSMP as one of their main "genres" of the year for no apparent reason🤩 #SpotifyWrapped
## 5220                                                                                 I predict my most played song will be Fast Times by @SabrinaAnnLynn #SpotifyWrapped
## 5221                                                                                                                               COME ON BRO WE HUNGRY #SpotifyWrapped
## 5222                                                                                                           I predict my top artist will be [Lovejoy] #SpotifyWrapped
## 5223                                                                              I predict my most played song will be [ya acabo ft Becky g ] for sure 😭#SpotifyWrapped
## 5224                                                                                                  I predict my top artist will be loona or blackpink #SpotifyWrapped
## 5225                                                                                                 no but why is #SpotifyWrapped trending. I got excited for a moment.
## 5226                                                                                                         I predict my top genre will be [indie rock] #SpotifyWrapped
## 5227                              my 2019, 2020, &amp; 2021 #SpotifyWrapped wonder if me by the 1975 will be on mine for the 4th year in a row x https://t.co/JK12RSlF43
## 5228                                The most played song on my #SpotifyWrapped this year is either gonna be #Riptide by @BEARTOOTHband or #Sleepwalking by @AllTimeLow 😅
## 5229                                                                           I predict my most played song will be Le perv #SpotifyWrapped \n\n(a saber después, pero)
## 5230                                                                              I predict my top artist will be American rock band my chemical romance #SpotifyWrapped
## 5231                                                                                                                               #SpotifyWrapped when starting guyzzzz
## 5232                                                                                                 I predict my most played song will be pose by loona #SpotifyWrapped
## 5233                                                                                          I predict my most played song will be [Fine - Lemon Demon] #SpotifyWrapped
## 5234                                                                                                  I predict my top artist will be  Machine Gun Kelly #SpotifyWrapped
## 5235                                                                                        I predict my most played song will be demolition lovers -mcr #SpotifyWrapped
## 5236                                                                                       I predict my top artist will be Drake #SpotifyWrapped https://t.co/aXZh9WYPYY
## 5237                                                                                    I predict my top podcast will be Hobbylos by Rezo&amp;Julien Bam #SpotifyWrapped
## 5238                          There you go - a sneak peak into SEASON 1 ✨️\n Click, Listen and Subscribe 😉\n#SpotifyWrapped\n#spotifypodcasts\n ➡️https://t.co/u9yRN8vTqo
## 5239                                                                                                              Everyone's #SpotifyWrapped better have Kate Bush on it
## 5240                                                                                                       I predict my top artist will be Taylor swift  #SpotifyWrapped
## 5241                                                                                                      I predict my top artist will be HARRY STYLES #SpotifyWrapped 😁
## 5242                                                                                                    I predict my top genre will be pop/indie or rock #SpotifyWrapped
## 5243                                                                                                             I predict my top podcast will be None…\n#SpotifyWrapped
## 5244                        I won't lie. I was seeing some sick festival line up posters and thinking “where can I buy a ticket for that?”. The… https://t.co/qC1zw9DoSF
## 5245                                                                                       I predict my most played song will be Pink Venom by Blackpink #SpotifyWrapped
## 5246                                                                                    I predict my top artist will be if it’s not lovejoy i will riot\n#SpotifyWrapped
## 5247                                         Everyone should drop their Spotify wrapped here. I wanna see whose mental health here is worse than mine 🙂\n#SpotifyWrapped
## 5248                                                                                   I predict my most played song will be jubilee line by Wilbur soot #SpotifyWrapped
## 5249                                                                                                      I predict my top artist will be @taylorswift13 #SpotifyWrapped
## 5250                                                                                                      I predict my top artist will be #Bangtan(#BTs) #SpotifyWrapped
## 5251                                                                                       I am so excited for y'all  #SpotifyWrapped so y'all better post screen shots!
## 5252                                                                                      I predict my most played song will be [Greyhound Ashton Irwin] #SpotifyWrapped
## 5253                                                                                             All time vs the last 6 months 🤗 #SpotifyWrapped https://t.co/3vLzYTgysV
## 5254                                                                                          I predict my top genre will be indie pop or dsmp, depends\n#SpotifyWrapped
## 5255                                                                                          I predict my most played song will be [any radiohead song] #SpotifyWrapped
## 5256                                                                                                         I predict my top artist will be [BLACKPINK] #SpotifyWrapped
## 5257               Make government ban relationship \n\n#SpotifyWrapped \n#要要搞定個要 \n#MattHanock \n#RedVelvetBirthdayParty \n#Indigo \n#ghanablackstars \n#乌鲁木齐
## 5258                                                                                            I predict my most played song will be Darkside by neoni\n#SpotifyWrapped
## 5259                                                                                                        I predict my top artist will be @bigtimerush #SpotifyWrapped
## 5260                                                                                                                  I predict my top genre will be Pop #SpotifyWrapped
## 5261                                                                                               I predict my top artist will be [5 Seconds Of Summer] #SpotifyWrapped
## 5262                                                               Just released that my top podcast this year on #SpotifyWrapped is going to be the @ColinandSamir show
## 5263                                                                                                    I predict my top artist will be @ShawnJamesMusic #SpotifyWrapped
## 5264                                                                                                              I predict my top genre will be alt pop #SpotifyWrapped
## 5265                                                                                     I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped
## 5266                                                                                                                     i just know mine will be awful  #SpotifyWrapped
## 5267                                      I folded and am paying money this year just to see what my top played song was😆 it better be worth it spotify! #SpotifyWrapped
## 5268                                                          I predict my top artist will be suicideboys sin ninguna duda y si no pues ben yart lmao XD #SpotifyWrapped
## 5269                                                                                  I predict my most played song will be Anti-Hero by @taylorswift13🎧 #SpotifyWrapped
## 5270                                                                                                        I predict my top artist will be [Conan Gray] #SpotifyWrapped
## 5271                                                               Y'ALL HAD ME THINKING #SpotifyWrapped WAS ALREADY OUT, SPOTIFY STOP EDGING US https://t.co/IYxvc8hvEV
## 5272                                                                                                                I predict my top genre will be [Pop] #SpotifyWrapped
## 5273                                                    I predict my most played song will be  viejo amigo de ben yart o coma de suicideboys seguramente #SpotifyWrapped
## 5274                                                                                 I predict my most played song will be [Constellations - Jade LeMac] #SpotifyWrapped
## 5275                                                                                                         I predict my top artist will be stray kids  #SpotifyWrapped
## 5276                                                                                         Already know that me #SpotifyWrapped is gonna be filled with Taylor swift 🫠
## 5277                                                                                                        I predict my top podcast will be [@Fightful] #SpotifyWrapped
## 5278                         sorry for no decklist this weekend, I haven't slept in 48 hours haha\n\nalso WHEN IS #SpotifyWrapped DROPPING P L E A S E IT'S BEEN FOREVER
## 5279                                                                                                              I predict my top genre will be [Latin] #SpotifyWrapped
## 5280                                                                                                                  I predict my top genre will be pop #SpotifyWrapped
## 5281                                                                                                                I predict my top genre will be kpop  #SpotifyWrapped
## 5282                                                   DROP IT I HAVE BEEN LISTENING TO TAYLOR FOR 2 SOLID MONTHS 12 HOURS A DAY I NEED THOSE NUMBERS\n\n#SpotifyWrapped
## 5283                                                                                                              I predict my top genre will be [kpop🙃] #SpotifyWrapped
## 5284                                                                                                         I predict my top artist will be [Rammstein] #SpotifyWrapped
## 5285                                                                                     I predict my most played song will be Lonely st. by stray kids  #SpotifyWrapped
## 5286                                                                                                       I predict my top artist will be [@LittleSimz] #SpotifyWrapped
## 5287                                                                                                                 I predict my top genre will be Rock #SpotifyWrapped
## 5288                                                                                    I predict my top artist will be thasup #SpotifyWrapped\n\npalese @thavidesupreme
## 5289                                                                                   I predict my most played song will be [love always run away-lyw ] #SpotifyWrapped
## 5290                                                         I predict my most played song will be space ghost coast to coast (or your sister was right) #SpotifyWrapped
## 5291                                                                                         I predict my most played song will be [Undisclosed Desires] #SpotifyWrapped
## 5292                                                                                      I use apple music but my #SpotifyWrapped is gonna be nicki streaming playlist‼️
## 5293                                                      Me pretending to be shocked when I see TXT as my number 1 artist on my #SpotifyWrapped https://t.co/vqlX27TomE
## 5294                                                                                 I predict my most played song will be don’t come back by @tatemcrae #SpotifyWrapped
## 5295                                                                                  I predict my top artist will be The Weeknd #SpotifyWrapped https://t.co/vVLu1Qad2Q
## 5296                                                                                                                        Someone tell me, what #SpotifyWrapped means?
## 5297                                                                                           I predict my most played song will be Despues De La Playa #SpotifyWrapped
## 5298                                                                                                           I predict my top genre will be [boom bap] #SpotifyWrapped
## 5299                                                                              I predict my most played song will be (a track from Written By Wolves) #SpotifyWrapped
## 5300                                                                                              I predict my most played song will be [Little Q, Pt 2] #SpotifyWrapped
## 5301                                           I predict my most played song will be It Won’t Always Be Like This @InhalerDublin #SpotifyWrapped https://t.co/Ikd3JCTP73
## 5302                         I predict my top podcast will be Distractible with @markiplier @muyskerm and @LordMinion777  ive listened to every… https://t.co/ex6XNaGcMi
## 5303                                                                                                               I predict my top artist will be [BTS] #SpotifyWrapped
## 5304                      While we wait for #SpotifyWrapped what will be in your top 10 songs?\nMariner's Revenge Song by The Decemberists\nTal… https://t.co/fr747ExNqs
## 5305                                                                                                               I predict my top artist will be LOONA #SpotifyWrapped
## 5306                                                  If beyonce will not be in your top artists, i will ne judging very harshly #SpotifyWrapped https://t.co/yXjen1X5WJ
## 5307                                                                                                                 i genuinely thought #SpotifyWrapped was already out
## 5308                                                                                                      I predict my top artist will be Ghost!! #SpotifyWrapped #ghost
## 5309                                                                 If my top song isn’t All too well (10 minute version (Taylor’s version) I’ll scream #SpotifyWrapped
## 5310                                                                                                     I predict my top podcast will be @TheFFBallers  #SpotifyWrapped
## 5311                                                                    I predict my most played song will be “Love Love Love” or “Glimpse of Us”??? Idk #SpotifyWrapped
## 5312                                                                                                       I predict my top artist will be @mikes_dead 🫶 #SpotifyWrapped
## 5313                                                                                                        I predict my top artist will be Harry Styles #SpotifyWrapped
## 5314                                                  I predict my most played song will be [fill in top song prediction] idk prolly Luv Hate @hateslump #SpotifyWrapped
## 5315                                                         I predict my top podcast will be The Deconstruction Zone by @DannyLybarger and @emilykzell  #SpotifyWrapped
## 5316                                                                                                        I predict my top artist will be Taylor Swift #SpotifyWrapped
## 5317                                                                                I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped Korn
## 5318                        Georgia voters! Need something to listen to while you go vote early this week? (Or maybe something to get you excit… https://t.co/LE415rsXJ9
## 5319                                                                             I predict my most played song will be Attention de New Jeans claramente #SpotifyWrapped
## 5320                                                                             I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped hard rock
## 5321                                                                                                       I predict my top artist will be Taylor Swift! #SpotifyWrapped
## 5322                                                                                                        I predict my top artist will be [The Weeknd] #SpotifyWrapped
## 5323                                                                                        I predict my most played song will be Cinema by Harry Styles #SpotifyWrapped
## 5324                                                         Sabrina Carpenter hit\nThumbs (Official Video)\nhttps://t.co/g3lGtjPScn \n#sabrinacarpenter #SpotifyWrapped
## 5325                                                                                I predict my top artist will be Taylor Swift #SpotifyWrapped https://t.co/5b8cujEXrn
## 5326                                                                      I predict my most played song will be [fill in top song prediction] #SpotifyWrapped faget-Korn
## 5327                                                                                                          I predict my top artist will be the smiths #SpotifyWrapped
## 5328                                                                                                I predict my top genre will be hip hop for the WINNN #SpotifyWrapped
## 5329                                                                                                        I predict my top artist will be Taylor Swift #SpotifyWrapped
## 5330                                                                                                                 I predict my top genre will be kpop #SpotifyWrapped
## 5331                                                                                                                                      when when when #spotifywrapped
## 5332                                  When it comes to soccer, Brazil is the teacher 👏🏼👏🏼🇧🇷 \n\n#FIFAWorldCup #FIFAWorldCupQatar2022 #Qatar2022… https://t.co/dHKWqp6D36
## 5333                        I predict my top podcast will be that one podcast episode where someone reuploaded the song Karkalicious that I can… https://t.co/7Baqu7z5LX
## 5334                                                                                                      I predict my most played song will be hype boy #SpotifyWrapped
## 5335                        I really can't wait to see the podcast stats on my #SpotifyWrapped because this is the first year where I solely us… https://t.co/wdxU04qgLO
## 5336                                                                                        I predict my most played song will be [Deep End - I Prevail] #SpotifyWrapped
## 5337                                                                                                               I predict my top genre will be [Soul] #SpotifyWrapped
## 5338                                                                     I predict my most played song will be 30/90! It was my anxiety anthem this year #SpotifyWrapped
## 5339                                                                                                                 I predict my top genre will be rock #SpotifyWrapped
## 5340                                                              @Spotify Bloody Mary by Lady Gaga !\n\n#Spotify #SpotifyWrapped #wednesday \n\nhttps://t.co/O6WPoD7ORY
## 5341                                                                                          I predict my most played song will be O Sanam by Lucky Ali #SpotifyWrapped
## 5342                                                                                                       my #SpotifyWrapped gonna show me slowly rising from the ashes
## 5343                                                                                    I predict my top artist will be Doechii, but who the fuck knows. #SpotifyWrapped
## 5344                                                                                        twitter emoji moments tagline symbol #SpotifyWrapped https://t.co/zhLPsi9zab
## 5345                            I predict my top artist will be Bastille. It has been Bastille for the past several years and it probably will be again. #SpotifyWrapped
## 5346                    I always play rain sounds on youtube though. My top artists this year would most probably be Harry Styles and Aly &amp;… https://t.co/A2CULOpMZd
## 5347                                 Thinking about how I've been listening to the same song on repeat since it came out, but it won't be on my… https://t.co/cKGczLZDkh
## 5348                                                                I predict my top artist will be Tyler The Creator or Halsey #SpotifyWrapped… https://t.co/XTRl5gxreC
## 5349                                                                                                                                   hurry the fuck up #SpotifyWrapped
## 5350                                                                                                                                Too many commercials #SpotifyWrapped
## 5351                                                                          Sabrina Carpenter Run and Hide\nhttps://t.co/fNNJxnUMJK\n#sabrinacarpenter #SpotifyWrapped
## 5352                                  I predict my top genre will be some weird subgenre i literally never pay attention to this spotify genres are wack #SpotifyWrapped
## 5353                                                                             I predict my top genre will be Pop / Alt Rock / Indie Pop / Baroque Pop #SpotifyWrapped
## 5354                                                                                                           I predict my top artist will be Doja Cat ?#SpotifyWrapped
## 5355                                                                                                         I predict my top artist will be Beabadoobee #SpotifyWrapped
## 5356                                                                 I predict my most played song will be Stars in the Sky - From Sonic the Hedgehog 2. #SpotifyWrapped
## 5357                        I predict my top podcast will most likely be Sleep Deprived Podcast, with the SCP Foundation Podcast being a strong… https://t.co/lnrCHRVI1l
## 5358                        I predict my most played song will be Chinese Satellite by Phoebe Bridgers. Or We Don't Talk About Bruno by the Enc… https://t.co/4HYWKbSGYd
## 5359                                                                               I predict my top podcast will be Brainpain #SpotifyWrapped\n@HeiderFlorian @KlenganTV
## 5360                                                                                                               I predict my top artist will be LOONA #SpotifyWrapped
## 5361                                                             I predict my top artist will be Florence + the Machine for the millionth time in a row! #SpotifyWrapped
## 5362                                                                                                        I predict my top artist will be [Yung Gravy] #SpotifyWrapped
## 5363                                                                                                               I predict my top genre will be in Pop #SpotifyWrapped
## 5364                                                                                                                I predict my top genre will be [Rap] #SpotifyWrapped
## 5365                                                                           I predict my top podcast will be Distractible 100%. No question about it! #SpotifyWrapped
## 5366                                                                                   I predict my most played song will be [Anti Hero By Taylor Swift] #SpotifyWrapped
## 5367                                                                                     I predict my most played song will be Queen of Peace or Ophelia #SpotifyWrapped
## 5368                                                                                                              i need my #SpotifyWrapped asap. i cant wait any longer
## 5369                                                                                                        I predict my top artist will be Taylor Swift #SpotifyWrapped
## 5370                                                                                   I predict my top podcast will be @BlackBoxDownPod. Planes go brr. #SpotifyWrapped
## 5371                        I predict my top artist will be [stray kids ] #SpotifyWrapped\n\nIf i got it right, i demand unlimited premium free subscription for my acc😀
## 5372                                                                                                       I predict my top artist will be One Direction #SpotifyWrapped
## 5373                                                                                                                 I predict my top genre will be pop  #SpotifyWrapped
## 5374                                                                                        I predict my most played song will be Not Allowed by TV Girl #SpotifyWrapped
## 5375                                              I predict my top artist will be Bo Burnham, Inside got me through summer depression all over again lol #SpotifyWrapped
## 5376                                                                                                 I predict my most played song will be Pose by LOONA #SpotifyWrapped
## 5377                                                                                                       I predict my top artist will be ARIANA GRANDE #SpotifyWrapped
## 5378                                                                                  I predict my most played song will be Mind Brand. That or IAF!IAP! #SpotifyWrapped
## 5379                                                                                      I predict my most played song will be Death By A Thousand Cuts #SpotifyWrapped
## 5380                        I will compare real estate properties with well-calculated arv, and research for property address through Zillow, R… https://t.co/nJEMK9C5dh
## 5381                                                                                      I predict my most played song will be Lately by Massive Attack #SpotifyWrapped
## 5382                                                                                                                     I predict my top genre will pop #SpotifyWrapped
## 5383                                                                            I'm starting to get concerned that my #SpotifyWrapped may be a little bit embarrassing 😂
## 5384                                                                         @JimBrickman will no doubt show up on my #SpotifyWrapped. Thanks for the beautiful music! 🎶
## 5385                                                                                                        I predict my top artist will be Taylor Swift #SpotifyWrapped
## 5386                                                                                                I predict my most played song will be Cemetery Drive #SpotifyWrapped
## 5387                                                  pls don’t make fun of me when my #SpotifyWrapped comes out. i went through 27 different transformation this year 🫣
## 5388                                                                                          I predict my most played song will be Gasoline- the weeknd #SpotifyWrapped
## 5389                                                                                                                 I bet #SpotifyWrapped is releasing on November 30th
## 5390                                                                                                            I predict my top artist will be Paramore #SpotifyWrapped
## 5391                                                        I predict my top genre will be Drum &amp; Bass cuz it'ss the most consistent thing about me. #SpotifyWrapped
## 5392                                                                                                       I predict my top artist will be [Don Toliver] #SpotifyWrapped
## 5393                                                       Since #SpotifyWrapped   is trending,\nI THOUGHT IT DROPPED. DONT LEAD ME ON LIKE THIS https://t.co/zK7wgd6B0C
## 5394                                                                                 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 5395                        I will compare real estate properties with well-calculated arv, and research for property address through Zillow, R… https://t.co/eR4Cyi2828
## 5396                         i have to log off for the entire week when #SpotifyWrapped drops cause your tastes in music make me physically ill… https://t.co/4fpYWeGImt
## 5397                        #SpotifyWrapped is dropping soon! This means we will not only get a boost in streams as listeners are reminded of o… https://t.co/vFT1riWg8G
## 5398                                                                                                              I predict my top genre will be [K-pop] #SpotifyWrapped
## 5399                                                                                       I predict my most played song will be [No Idea - Don Toliver] #SpotifyWrapped
## 5400                                                 I predict my most played song will be Let's All Love Lain... I've listened to it an obscene amount. #SpotifyWrapped
## 5401                                                     I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped red vox https://t.co/YDCzOHmRgL
## 5402                                                                                                 Can’t wait to see my Spotify wrapped from this year #SpotifyWrapped
## 5403                        I will compare real estate properties with well-calculated arv, and research for property address through Zillow, R… https://t.co/9YOFZLE7ub
## 5404                                                                                                        I predict my top artist will be Taylor Swift #SpotifyWrapped
## 5405                                                                                                        I predict my top artist will be taylor swift #SpotifyWrapped
## 5406                                                                                                                  I predict my top genre will be pop #SpotifyWrapped
## 5407                                                                                                    I predict my top artist will be Taylor Swift 🫶🏻💗 #SpotifyWrapped
## 5408                                                                                                                  I predict my top genre will be pop #SpotifyWrapped
## 5409                                                                                         6-months Vs 4-weeks 😌✨\n#instafest #SpotifyWrapped https://t.co/BMp1ZIDhh8
## 5410                              Who wants Animated Overlay..?HMU!\nLike/ Retweet \nHelp/Support/ \nFollow each other \n#supportsmallstreamers… https://t.co/zgzQKzn0Su
## 5411                                                                                                      I predict my top artist will be [Taylor Swift] #SpotifyWrapped
## 5412                                                                                                      I predict my most played song will be nonsense #SpotifyWrapped
## 5413                                                                                    I predict my most played song will be Mastermind by Taylor Swift #SpotifyWrapped
## 5414                        I predict my most played song will be [fill in top song prediction] #SpotifyWrapped a song from either Led Zeppelin, Black Sabbath, or Rush.
## 5415                                                                                                          I predict my top artist will be Taylor ofc #SpotifyWrapped
## 5416                                                                                                   Where is my #SpotifyWrapped ???? @Spotify https://t.co/9k6MNjYsaa
## 5417                        I will compare real estate properties with well-calculated arv, and research for property address through Zillow, R… https://t.co/AiZYW8eLDK
## 5418                                                                                                    SPOTIFY WRAPPED IS OUT #SpotifyWrapped 😭 https://t.co/e6brgcyznE
## 5419                        im so sorry for everyone who will have Lin Manuel Miranda as their top artist on spotify wrapped cause they been li… https://t.co/pyOvYeayhI
## 5420                                     Expecting my #spotifyWrapped to be pretty tight and full of @LouisColeMusic @TierraWhack @kendricklamar https://t.co/2mqNhs9hO0
## 5421                                                                       STOP TEASING SPOTIFY WRAPPED AND JUST DROP IT ALREADY #SpotifyWrapped https://t.co/qocb29GWgx
## 5422                                                                                I predict my most played song will be Toy Story de @lolaindigomusic  #SpotifyWrapped
## 5423                      @Tuttasb1 @dimash_official I predict my top artist will be DIMASH QUDAIBERGEN #SpotifyWrapped \n\nTraveled 13300km to… https://t.co/oNT13DI4Wl
## 5424                                                                                         #SpotifyWrapped so it’ll be good. Now just waiting… https://t.co/MspuptPejv
## 5425                                                                                                      I predict my most played song will be the poop #SpotifyWrapped
## 5426                                                                                                          I predict your mom will be my top genre on #SpotifyWrapped
## 5427                                                                                                                I predict my top artist will be Joji #SpotifyWrapped
## 5428                                                                                        I already know my #SpotifyWrapped is going to be straight garbage this year.
## 5429                                                                                                I predict my most played song will be Sweet Caroline #SpotifyWrapped
## 5430                                                                  I predict my most played song will be [life’s a happy song from the muppets movie] #SpotifyWrapped
## 5431                        Also I am genuinely concerned about what my #SpotifyWrapped is gonna look like. Maybe I'll look like I have brain d… https://t.co/JMwnVfv2Rd
## 5432                        With this years #SpotifyWrapped I have no clue who my top artist could be. I have changed so much this year, musica… https://t.co/GnVxXKdNqn
## 5433                              Who wants Animated Overlay..?HMU!\nLike/ Retweet \nHelp/Support/ \nFollow each other \n#supportsmallstreamers… https://t.co/aJanfuZuji
## 5434                                                                                                    I predict my top genre will be [alt rock or pop] #SpotifyWrapped
## 5435                                                   me pretending to be shocked when nct127 is number 1 on my spotify wrapped #SpotifyWrapped https://t.co/kW9TBZjt4C
## 5436                                                                                                  I predict my top podcast will be [boomervs zoomer] #SpotifyWrapped
## 5437                                                                                                    Pretending I don't care about #SpotifyWrapped so it comes faster
## 5438                        Acuity, Calendly and Vcita are online appointment scheduling software. You can schedule meetings with your team,and… https://t.co/qPIkktNjtf
## 5439                                                                                                         I predict my top genre will be sleep sounds #SpotifyWrapped
## 5440                                                                                                                I predict my top genre will be [pop] #SpotifyWrapped
## 5441                                                                     I predict my most played song will be Call Me Little Sunshine by @thebandGHOST  #SpotifyWrapped
## 5442                                                                                                                Prolly mine: #SpotifyWrapped https://t.co/95Ojf4phrd
## 5443                                                                                               I predict my most played song will be [halleys comet] #SpotifyWrapped
## 5444                                       I will grow Instagram page for fast organic growth and engagement. Order now https://t.co/ElfJnyWTZO… https://t.co/wMA50m2pdL
## 5445                                                                         I predict my top artist will be [twenty one pilots] #SpotifyWrapped \n\nno doubt in my mind
## 5446                                                                                         I predict my most played song will be [nico and the niners] #SpotifyWrapped
## 5447                        Acuity, Calendly and Vcita are online appointment scheduling software. You can schedule meetings with your team,and… https://t.co/iCgqnj4Ak4
## 5448                                                                                I predict my most played song will be Bejeweled by Taylor Swift 🫶🏻🫶🏻🥰#SpotifyWrapped
## 5449                                                                         I predict my most played song will be [SloMo- Eurovision’s dancebreak edit] #SpotifyWrapped
## 5450                              Click here not to miss the special Amazon discounts for November https://t.co/Nk8ap4jc9x\n\n#SpotifyWrapped #GiftGalaxy JUST ANNOUNCED
## 5451                                                                                                           I predict my top artist will be Part Time #SpotifyWrapped
## 5452                                                                                                 I predict my top artist will be my chemical romance #SpotifyWrapped
## 5453                                                                                      I predict my most played song will be Holly Louie by Part Time #SpotifyWrapped
## 5454                                                                                                    I swear if my top artist isn’t wallows or harry… #SpotifyWrapped
## 5455                                                                                                                                          cant wait  #SpotifyWrapped
## 5456                                                                                                        I predict my top artist will be taylor swift #SpotifyWrapped
## 5457                        Acuity, Calendly and Vcita are online appointment scheduling software. You can schedule meetings with your team,and… https://t.co/KJS3CnwTr6
## 5458                        How libraries in the US are using streaming to promote local music.\n\nhttps://t.co/HNopVACxpx\n\n#music #streaming… https://t.co/hyhuDxVM4K
## 5459                                                                                                                  I predict my top genre will be pop #SpotifyWrapped
## 5460                                                                                                           I predict my top artist will be [ROSALÍA] #SpotifyWrapped
## 5461                                                                                                       I predict my top artist will be Taylor Swift. #SpotifyWrapped
## 5462                        Acuity, Calendly and Vcita are online appointment scheduling software. You can schedule meetings with your team,and… https://t.co/Ary7GKTilK
## 5463                                                                                   I predict my most played song will be [Yet to Come or Sexy Nukim] #SpotifyWrapped
## 5464                                                                                   I predict my most played song will be [Bubblegum Bitch by Marina] #SpotifyWrapped
## 5465                        Acuity, Calendly and Vcita are online appointment scheduling software. You can schedule meetings with your team,and… https://t.co/Kx45alQuze
## 5466                                                                                                 I predict my top artist will be BTS OR TAYLOR SWIFT #SpotifyWrapped
## 5467                        I already know who my top 5 artists will be for #SpotifyWrapped: Coldplay, Beyonce, Adele, Kendrick, and Ari Lennox… https://t.co/VoEO9rYIFf
## 5468                                                               Retweet and send to someone you love. #SpotifyWrapped #staracademy2022 #World https://t.co/HGkQdNcSXu
## 5469                                                           I predict my most played song will be mirrorball or You Belong With Me (Taylor's Version) #SpotifyWrapped
## 5470                                                                                                       I predict my top artist will be @ICENINEKILLS #SpotifyWrapped
## 5471                                                                                                                 I predict my top artist will be BTS #SpotifyWrapped
## 5472                                                                        I predict my most played song will be Hope ur ok by @oliviarodrigo #SpotifyWrapped @LiviesHQ
## 5473                                                                                                             I predict my top artist will be [LUCKI] #SpotifyWrapped
## 5474                           Falling in love with someone’s eyes is the only thing that will never change.\n\n#SpotifyWrapped \n#要要搞定個要… https://t.co/eYh2eG8rla
## 5475                                                                                                        I predict my top artist will be Taylor Swift #SpotifyWrapped
## 5476                                                                                        I predict my top artist will be [Ishay Ribo] AAAAAAA!!!!!!!! #SpotifyWrapped
## 5477                                                                                                    I'm ready, release it. \n#SpotifyWrapped https://t.co/B1VMgLT4Pd
## 5478                                                      fuck yall for getting #spotifywrapped trending, i thought it was ready, yall got me excited/scared for nothing
## 5479                                                                                              I predict my most played song will be [Been knew that] #SpotifyWrapped
## 5480                                                                                                     i predict my top artist will be @boniver #SpotifyWrapped EASILY
## 5481                                                                                       Saw a little emoji for #SpotifyWrapped and I thought it was ready... Not yet.
## 5482       All Men Look But Not For The Same Reasons\n\n#SpotifyWrapped \n#要要搞定個要 \n#MattHanock \n#RedVelvetBirthdayParty \n#Indigo \n#ghanablackstars \n#乌鲁木齐
## 5483                                                                                         I predict my top podcast will be chuckle sandwich or mbmbam #SpotifyWrapped
## 5484                        Acuity, Calendly and Vcita are online appointment scheduling software. You can schedule meetings with your team,and… https://t.co/G1SWyH6lsg
## 5485                                                                                                        My top song is definitely siren by P1harmony #SpotifyWrapped
## 5486                                                                                                   I predict my top artist will be [Kendrick Lamar ] #SpotifyWrapped
## 5487                                                                                                                I predict my top podcast will be JRE #SpotifyWrapped
## 5488                                                                                     I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped
## 5489                                                                                       I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped
## 5490                                                                                                         I predict my most played song will be [n95] #SpotifyWrapped
## 5491                                                                                 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 5492                    I predict my most played song will be girls just want to have fun\n\nI predict my top artist will be bladee\n\nI predic… https://t.co/cZxNCOCu4Z
## 5493                                        Staring into a stranger’s eyes can make you form an attachment, despite never even talking to them.… https://t.co/acPKScpYn1
## 5494                           Idk if Justin is going to be my #1 artist of the year 🤔🤔\n\nAll this year I have been listening to podcast &amp; Jpop \n\n#SpotifyWrapped
## 5495                                                                                                  I predict my top podcast will be @TheBlackHokage 🫡 #SpotifyWrapped
## 5496                        I'm sure my #SpotifyWrapped will be an Alastor tribute😍 Songs by @PARANOiDDJ1,@SilvaHound, @BlackGryph0n, electro-s… https://t.co/TX40oU4upv
## 5497                                                          Im lowkey scared that the high-school musical cast will be on my top 5😭i cant share that \n#SpotifyWrapped
## 5498                                I suspect my top podcast this year will be @tripleclickpod, with the absolute stunning gang @jasonschreier,… https://t.co/N5tEyNGU3s
## 5499                                                                                 my #SpotifyWrapped is going to be a time capsule from 2004. https://t.co/baOG8Sc9rY
## 5500                         I did a #SpotifyWrapped video so we'll see if they let you see it. I have no idea when that will be as artists are… https://t.co/SHSepBIuBT
## 5501                                                                                                             Anyone is waiting for Spotify Wrapped?\n#SpotifyWrapped
## 5502                                                                                                       this year I’m actually worried to see mine 😂😭 #SpotifyWrapped
## 5503                                                                                                                   Stop hyping #SpotifyWrapped and drop it already 😭
## 5504                                                                                 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 5505                                                                                                        I predict my top artist will be [@BLACKPINK] #SpotifyWrapped
## 5506                                                           I predict my most played song will be [fill in top song prediction] #SpotifyWrapped Comethazine 500 hours
## 5507                                                            The way I repeated Candydrip &amp; RENAISSANCE this year… I already know how my #SpotifyWrapped looking.
## 5508                                                                                                         I predict my top artist will be @russdiemon #SpotifyWrapped
## 5509                                               I predict my top genre will be KPOP BECAUSE SPOTIFY'S FILTHY ASS DOESN'T REALISE THAT #BTSISTHEGENRE  #SpotifyWrapped
## 5510                                                                                   I predict my most played song will be [In The Streets Ft Monique] #SpotifyWrapped
## 5511                             before spotify wrapped comes out let’s all remember, i went through just 1 situationship this year before you judge me\n#SpotifyWrapped
## 5512                In fact, making mistakes adds to your experience and you learn not to repeat them again.\n\n#SpotifyWrapped \n#要要搞定個要… https://t.co/AcX7sZUQWf
## 5513                                                                                                            I predict my top genre will be metalcore #SpotifyWrapped
## 5514                   my prediction of #SpotifyWrapped top artists:\n\nGracie Abrams \nTaylor (unfortunately)\nDavid hugo\nCharli xcx\nSabrina… https://t.co/xcwbzaafk9
## 5515                                                                                                                 I predict my top artist will be BTS #SpotifyWrapped
## 5516                                                                                                                                            #SpotifyWrapped anybody?
## 5517                     Everyone is either attending a wedding or concert &amp; here I’m attending office #meetings (just finished at 11.20 pm… https://t.co/YOPv0XjgYG
## 5518                         Looking for excellent quality shipping container home house plans, designs buildings and any type of architectural… https://t.co/8Vltdq9ztE
## 5519                                                                                          I predict my top artist this year will be @findingfletcher #SpotifyWrapped
## 5520                                                                              I predict my most played song will be [Nowhere To Go by @badomenscult] #SpotifyWrapped
## 5521                                                                                                  I predict my top podcast will be [@PeterCrouchPod] #SpotifyWrapped
## 5522                                                                               Y’all really making me think that my #SpotifyWrapped dropped. https://t.co/QPNacS3tmO
## 5523                            Need a content writing service? Stop scrolling and check me in my inbox, I'm always available to attend to you.… https://t.co/Hmz61Jni7e
## 5524                                               I promise y'all  the songs that I bump to the most that are on my \n#SpotifyWrapped are not me, I'm not that sad😂😂😂😂🤡
## 5525                                                                                                        I predict my top artist will be [stray kids] #SpotifyWrapped
## 5526                                                                                            I predict my most played song will be Wonder by Eric Nam #SpotifyWrapped
## 5527                                                       I predict my top artist will be \nNot Waterparks\nI think I’m finally free from their grasp\n #SpotifyWrapped
## 5528                         I would be shocked if my top podcast isn’t @PivotPod because @karaswisher and @profgalloway are such a dynamic and… https://t.co/KlneZHCsMV
## 5529                                                                              I predict my most played song will be Lavender Haze by @taylornation13 #SpotifyWrapped
## 5530                                                                                                               I predict my top genre will be [kpop] #SpotifyWrapped
## 5531                                                                                                   I predict my most played song will be [all of us] #SpotifyWrapped
## 5532                                                                                                                 I predict my top artist will be BTS #SpotifyWrapped
## 5533                                                    Not me listening to Bob Marley 24/7 so that Pink Floyd isn’t my #1 on #SpotifyWrapped for the 3rd year in a row.
## 5534                                                                                                         I predict my top genre will be k-POP + POP  #SpotifyWrapped
## 5535                                                                                            I predict my top artist will be some dude called HRVY? 😅 #SpotifyWrapped
## 5536                                                                                                          I predict my top artist will be Seventeen. #SpotifyWrapped
## 5537                        Everyone out here desperate for #SpotifyWrapped when I'm sitting here with 12 years of https://t.co/vCYJNYysfe data… https://t.co/XIcLsvEkp3
## 5538                            Need a content writing service? Stop scrolling and check me in my inbox, I'm always available to attend to you.… https://t.co/IuJ3WHlkOA
## 5539                                                                                           I predict my top podcast will be  Daebak Show w/ Eric Nam #SpotifyWrapped
## 5540                      The official Twitter account of the scumbag terrorist @LatifaMRM, daughter of Dubai's Dictator Mohamad Maktoum.\n\nMo… https://t.co/zhvNwsgvMs
## 5541                                                                      I predict my most played song will be [fill in top song prediction] #SpotifyWrapped dandelions
## 5542                                                                                                          I predict my top artist will be \nEric Nam #SpotifyWrapped
## 5543                                                                                         I predict my most played song will be golden hour by HRVY 🤩 #SpotifyWrapped
## 5544                                                                                                                  I predict my top genre will be Pop #SpotifyWrapped
## 5545                                                                                                                        only jobless people wait for #SpotifyWrapped
## 5546                                                                                                       I predict my top artist will be [$uicideboy$] #SpotifyWrapped
## 5547                                                                      I predict my most played song will be All too well 10min version- Taylor Swift #SpotifyWrapped
## 5548                                                                                    I predict my top artist will be Nogizaka46 or Official Higedan!\n#SpotifyWrapped
## 5549                        Before our new episode this Wednesday (11/30/22)… do your ears, head phones, car speakers a favor and check out our… https://t.co/qdPuW3gPi1
## 5550                                  Drop the #SpotifyWrapped Although I already know what is in top of that list, call me mentally unstable but I am going to post it!
## 5551                            Need a content writing service? Stop scrolling and check me in my inbox, I'm always available to attend to you.… https://t.co/PyyrtBiHDX
## 5552                                                                                         I predict my most played song will be "TV" by @billieeilish #SpotifyWrapped
## 5553                                                   why the FUCK IS #SpotifyWrapped TRENDING IF IT ISNT OUT YET YALL REALLY GOT MY HOPES UP 💔 https://t.co/tKJMDUnM6T
## 5554                                                                I predict my most played song will be Abunakkashi Keikaku OR Taiyou Knock #SpotifyWrapped #Sakamichi
## 5555                                                                                      I predict my most played song will be [Bonny by Prefab Sprout] #SpotifyWrapped
## 5556                                                                      My #SpotifyWrapped list gone be filled with nothing but BANGERS watch. https://t.co/xhPZZniQX4
## 5557                                                              If this is not in my top5 for #SpotifyWrapped then the software was a failure\nhttps://t.co/yftqbQBaV5
## 5558                                                                                                               I predict my top genre will be [Kpop] #SpotifyWrapped
## 5559                                                                                                     I predict my top artist will be @joshuatbassett #SpotifyWrapped
## 5560                                                                                                        Preparing for #SpotifyWrapped season https://t.co/2gqTrlQkps
## 5561                                                                                                       Top 5 #SpotifyWrapped guesses? Go 👇 \nhttps://t.co/IInad2M3e1
## 5562                                                                           I predict my most played song will be life worth living by @ClassicLaurel #SpotifyWrapped
## 5563                                                                                                  I predict my most played song will be [ I Wonder ] #SpotifyWrapped
## 5564                               looking for #B2B #leadgeneration #dataentry expert.\nservices - #LeadGeneration #DataEntry #virtualassistant… https://t.co/Ju2NhYKczT
## 5565                            Need a content writing service? Stop scrolling and check me in my inbox, I'm always available to attend to you.… https://t.co/0zvglRQl7O
## 5566                                       This season of Blood and Water reminds me so much of 13 Reasons Why.\nDope AF! 🔥🔥\n\n#SpotifyWrapped… https://t.co/3hiK5tmnh5
## 5567                        I’m pretty sure my kid fucked this up with his little Fornite songs and TikTok bs so this year I’m not looking forw… https://t.co/U1U7LykePA
## 5568                                                                                                                                           I’m ready #SpotifyWrapped
## 5569                                                                                               I predict my top artist will be [el travieso escroto] #SpotifyWrapped
## 5570                                                                                                           I predict my top artist will be Lady Gaga #SpotifyWrapped
## 5571                                                                                                               I predict my top podcast will be None #SpotifyWrapped
## 5572                                                                      I predict my top podcast will be something I had to listen to for class i fear #SpotifyWrapped
## 5573                                                                                      now why did y’all give us an emoji if it’s not dropping soon?? #SpotifyWrapped
## 5574                                                                                                   I predict my top artist will be [indigo de souza] #SpotifyWrapped
## 5575                                                                                                           I predict my top artist will be Lady Gaga #SpotifyWrapped
## 5576                                                                   I predict my top podcast will be @MyFavMurder - actually I know this one for sure #SpotifyWrapped
## 5577                                                                                              I'm not waiting for #SpotifyWrapped this year since I use #AmazonMusic
## 5578                                                                                    i predict my top artist will be peel the apple or shibu3 project #spotifywrapped
## 5579                            Need a content writing service? Stop scrolling and check me in my inbox, I'm always available to attend to you.… https://t.co/vUXFbjVR8s
## 5580                                                                             I predict my most played song will be [Runaway - Kanye West] segurisimo #SpotifyWrapped
## 5581                                                                                                            I predict my top genre will be Dance Pop #SpotifyWrapped
## 5582                    Crypto Lender BlockFi going Bankrupt 😱\n\nhttps://t.co/ZQykcFovMw\n\n#Silver #Gold #Tech  #Insuretech\n#silversqueeze ,… https://t.co/blBUyhVAkf
## 5583                                                                                          I predict my top genre will be [bedroom pop or like indie] #SpotifyWrapped
## 5584                                                                                               I predict my top artist will be taylor swift or lorde #SpotifyWrapped
## 5585                                                                                         I predict my most played song will be [Efecto - Bad Bunny ] #SpotifyWrapped
## 5586                                                                               I predict my most played song will be Used To Know Me by Charli XCX\n #SpotifyWrapped
## 5587                                                                                                          I predict my top genre will be Melodic Rap #SpotifyWrapped
## 5588                    Who gets paid with Bo?\n\nBrazil 🇧🇷-1 PUSH \n\nBrazil wins and under 4.5 2U ✅✅\n\nBO WINSSSSS! \n\n#WorldcupQatar2022… https://t.co/0wsX4nfZV9
## 5589                                                                            me looking at all these #SpotifyWrapped tweets thinking it’s out https://t.co/2Cf62MD6Ng
## 5590                        I share my Spotify with my children so I'm sure my breakdown will be a mix of alternative music with a wee bit of "… https://t.co/izA5oxNdDx
## 5591                                                                                                                I predict my top genre will be Indie #SpotifyWrapped
## 5592                                                               I predict my most played song will be [idk probably the moon is no good or something] #SpotifyWrapped
## 5593                                                                         hii\nI predict my most played song will be Gilded Lily by Cults🤪 or duvet?? #SpotifyWrapped
## 5594                                                                                                      I predict my top artist will be [Taylor Swift] #SpotifyWrapped
## 5595                                                                                           I predict my top genre will be pop or singer songwriter?? #SpotifyWrapped
## 5596                                                                                                     I predict my top artist will be [@HotMulligan ] #SpotifyWrapped
## 5597                                                                                            I predict my most played song will be Poison by Rod Wave #SpotifyWrapped
## 5598                        Have been living the Dad Life haven't made any music I've changed the way I see things but what should I Do? #Music… https://t.co/wvjEmOAP3w
## 5599                                                                                                    waiting for #SpotifyWrapped to drop like https://t.co/tghTyGvIuh
## 5600                                                                                    I predict my most played song will be probably something by yeat #SpotifyWrapped
## 5601                                                                                                      I predict my top podcast will be @sextedmyboss #SpotifyWrapped
## 5602                                                                                                            I predict my top artist will be Rod Wave #SpotifyWrapped
## 5603                                                                                                          I predict my top artist will be Taylorrrrr #SpotifyWrapped
## 5604                                                                               I predict my top artist will be @halsey (for the third year in a row) #SpotifyWrapped
## 5605                                                                                                               #SpotifyWrapped soz wanted to use the hashtag thjng x
## 5606                                                                                                              WHERE IS IT??  #SpotifyWrapped https://t.co/O4eFycWWxu
## 5607                                                                                    I predict my most played song will be forget her by jeff buckley #SpotifyWrapped
## 5608                     All platforms now ‼️😈🤯 #SpotifyWrapped #MattHanock #要要搞定個要 #RedVelvetBirthdayParty #its3zz https://t.co/2Is11gE89n https://t.co/T86iROtnWj
## 5609                                                                                               I predict my most played song will be [Tempestissimo] #SpotifyWrapped
## 5610                                                                                     I predict my top genre will be showtunes. absolutely showtunes. #SpotifyWrapped
## 5611                                                                                                I predict my top podcast will be Star Wars Explained #SpotifyWrapped
## 5612                                                                                                          my most played song WILL be meow by ivusm. #SpotifyWrapped
## 5613                                                                                          Does anyone else's #SpotifyWrapped look like ours? https://t.co/3QfwIiJZvK
## 5614                                                         I predict my most played song will be [fill in top song prediction] #SpotifyWrapped https://t.co/1pSnAfXywm
## 5615                                                                             I predict my most played song will be literally anything from falsettos #SpotifyWrapped
## 5616                                               The ghastly #hypocrisy of those who rail against #SpotifyWrapped slavery which took place...… https://t.co/D6SHouFu3m
## 5617                                                                                                                   who wants to swap #SpotifyWrapped once they drop?
## 5618                                                                                                        I predict my top artist will be Taylor Swift #SpotifyWrapped
## 5619                                                                                                       #SpotifyWrapped add Rockey Washington https://t.co/0P6I2uJo5r
## 5620                                                                                                          I predict my top artist will be Green Day. #SpotifyWrapped
## 5621                                                                                                      Me waiting for my 2022 #SpotifyWrapped https://t.co/rbepMxeh6t
## 5622                                                              I predict my most played song will be idk probably like Viva La Gloria or an MGK song. #SpotifyWrapped
## 5623                                                                                         I predict my most played song will be attention by newjeans #SpotifyWrapped
## 5624                                                     Like if Brazil did not cut your bet \n#SpotifyWrapped #FIFAWorldCupQatar2022 #FIFAWorldCup #brazil #Switzerland
## 5625                                                                                 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 5626                                                                                       I predict my most played song will be Alive by Anthony Warlow #SpotifyWrapped
## 5627                                                                                                I predict my top artist will be Tiago PZK @tiagopzk  #SpotifyWrapped
## 5628                                                                              I predict my most played song will be All Too Well (10 minute version) #SpotifyWrapped
## 5629                                                                         If I get DreamSMP on my wrapped again I’m going to fucking kill myself bruh #SpotifyWrapped
## 5630                            To hangout with a hater is a sin to my inner God #ghanablackstars #TikTokviral #Trending #Video #SpotifyWrapped… https://t.co/G0qgsahhYG
## 5631                                                                                                          I predict my top artist will be @sanbenito #SpotifyWrapped
## 5632                                                                                   This year will pretty much be the same 🤘🤘 #SpotifyWrapped https://t.co/gjrVpTIwrX
## 5633                                                                                                    saw #SpotifyWrapped trending and i screamed out for no reason!!!
## 5634                                                          I already know my most listened to artist this year was The Chicks \n\nDon’t need #SpotifyWrapped for that
## 5635                                                                                                    I predict my top artist will be @findingfletcher #SpotifyWrapped
## 5636                                                                                                                        #SpotifyWrapped soon https://t.co/hfM85ckIm8
## 5637                                                                                                         I predict my top podcast will be Trypod..?  #SpotifyWrapped
## 5638                                                                                                            I predict my top genre will be reggaeton #SpotifyWrapped
## 5639                                                                         I predict my most played song will be Her Body Is Bible by @findingfletcher #SpotifyWrapped
## 5640                                                                                                   I predict my most played song will be Why -samuel #SpotifyWrapped
## 5641                                                                                       Had Mundial  fchkal crazy 🤪 \n#Qatar2022 \n#harrystylesperu \n#SpotifyWrapped
## 5642                                                                                                               I predict my top genre will be Emo..  #SpotifyWrapped
## 5643                            Need a content writing service? Stop scrolling and check me in my inbox, I'm always available to attend to you.… https://t.co/MfUxXxoKVy
## 5644                                                                                                                    #SpotifyWrapped its going to be a seventeen list
## 5645                                                                                   I predict my most played song will be Hurt Feelings by Mac Miller #SpotifyWrapped
## 5646                                                                               Join the group now before all slots are taken #SpotifyWrapped https://t.co/NWTqTfEB2e
## 5647                                                                              I predict my most played song will be All too well (10 minute version) #SpotifyWrapped
## 5648                                      #SpotifyWrapped bitch can you stop playing and it out already. Making me feel like this when I see you https://t.co/1uZMBqI1i1
## 5649                                                     Chk this please #CHECKMATEinJKT #OutOfTime #chemist'#VideoViral!#SpotifyWrapped #TikTok https://t.co/HiofBrHwme
## 5650                                                                                             I predict my most played song will be THIQUE by Beyoncé #SpotifyWrapped
## 5651                                                                                 #SpotifyWrapped around the corner but don't get it twisted. https://t.co/QIVSCLe9xr
## 5652                                  Jdd • Untold Secrets ft. Exøtix (Visualizer)\n\nFull Song: https://t.co/j3IC76Bx2b\n\n#sofaygo #MacMiller… https://t.co/gMNvQvguVe
## 5653                                                                                                       I predict my top artist will be @billieeilish #SpotifyWrapped
## 5654                                                                                                            #SpotifyWrapped my body is ready https://t.co/tr9b9F0TeE
## 5655                                                                                                                           can they get on with this #SpotifyWrapped
## 5656                                                                                                        I predict my top artist will be The weekend  #SpotifyWrapped
## 5657                                                                                                               Is this it? 🎶 #SpotifyWrapped https://t.co/xrSn0WHkxL
## 5658                                                                                      I predict my top podcast will be rSlash Reads Reddit @rslashyt #SpotifyWrapped
## 5659                                                                           I predict my most played song will be Happier Than Ever by Billie Eillish #SpotifyWrapped
## 5660                                                                        I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped Impaulsive
## 5661                                                                                                       I predict my most played song will be Brividi #SpotifyWrapped
## 5662                                                                                 I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped MGK
## 5663                      Jdd • Untold Secrets ft. Exøtix (Visualizer)\n\nFull Song: https://t.co/j3IC76TGgj\n\n#SpotifyWrapped #upcomingrapper… https://t.co/3z1VOBcZJl
## 5664                                                                                                 he's my #SpotifyWrapped character edition.  https://t.co/opuhKOi06B
## 5665                                                                             I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped Punk rock
## 5666                                                   Waiting anxiously for #SpotifyWrapped like I haven't been listening to the same playlists this year vs last year.
## 5667                                                                                                                      Saw the #SpotifyWrapped preview today and 😍😍😍😍
## 5668                                                              I predict my most played song will be “Unforgettable” by French Montana &amp; Swae Lee #SpotifyWrapped
## 5669                                                                 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped Better off dead
## 5670                 my #SpotifyWrapped predictions before i look\n\nsongs:\nsmokin out the window\nintimidated \nglock 19\nskin and bones\nthe… https://t.co/RU4eJ1JRfi
## 5671                           WhatsApp group full details this link\n\nhttps://t.co/x6rvLCnpZR\n\n#WhatsApp #whatsappgroup #Vulgar #biggboss16… https://t.co/8OVesylVjB
## 5672                                                                                                            I predict my top podcast will be @MBMBaM #SpotifyWrapped
## 5673                                                                                            I predict my top podcast will be [Trash Romance Central] #SpotifyWrapped
## 5674                                                     I predict my most played song will be #jhope_EqualSign, but tbh idk. 😫😭 #SpotifyWrapped https://t.co/kBKsevhgCq
## 5675                               I predict my top artist will be Taylor, but what I’m really concerned about is the percentile of Swifties I fall into…#SpotifyWrapped
## 5676                                                                                                        I predict my most played song will be desire #SpotifyWrapped
## 5677                                                                                                     I predict my top artist will be [Ariana Grande] #SpotifyWrapped
## 5678                                                                                           You don't have to check #SpotifyWrapped\nYou're the most played this year
## 5679                                                                                                           I predict my top genre will be Indie Rock #SpotifyWrapped
## 5680                                                                                      I predict my most played song will be .stage 4 fear of trying. #SpotifyWrapped
## 5681                                                                        I predict my top artist will be…. There is only one  #SpotifyWrapped https://t.co/MGSlvWqS9l
## 5682                                                                            I predict my top artist will be [matt maltese] #SpotifyWrapped i already know don’t play
## 5683                                                                                                                I predict my top genre will be [Pop] #SpotifyWrapped
## 5684                               Beautiful day on the water yesterday with my girl Luna 🎣 #AdoptDontShop #SpotifyWrapped #Indigo #CyberMonday… https://t.co/W8cOLQ4OPQ
## 5685                                                                                          I predict my top podcast will be Anything goes  @AGpodcast #SpotifyWrapped
## 5686                                                                                                  I predict my most played song will be [Pink Venom] #SpotifyWrapped
## 5687                                                                                    I predict my most played song will be Die Hard by Kendrick Lamar #SpotifyWrapped
## 5688                                                                                                  I predict my top artist will be joshua bassett tbh #SpotifyWrapped
## 5689                      Jdd • Untold Secrets ft. Exøtix (Visualizer)\n\nFull Song: https://t.co/j3IC76Bx2b\n\n#DjKhaled #rapper #BobbyShmurda… https://t.co/6bhmiqcurQ
## 5690                                                                                                       I predict my top artist will be [Carin Leon ] #SpotifyWrapped
## 5691                                                                                      I predict my most played song will be What I Know by @justmike #SpotifyWrapped
## 5692                                                                                                               I predict my top artist will be astro #SpotifyWrapped
## 5693                                                                                                              I predict my top genre will be ballads #SpotifyWrapped
## 5694                                                                                                         I predict my top genre will be Rap Italiano #SpotifyWrapped
## 5695                                                                                                                 I predict my top artist will be BTS #SpotifyWrapped
## 5696                                                                                   I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped
## 5697                                                                                     I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped
## 5698                                                                                      I predict my most played song will be Tamagotchi x @omarapollo #SpotifyWrapped
## 5699                   🔥Quality Lhasa pup’s \n🔥4Fmale / 2Male\n2weeks  pup’s now\navailable for Booking\nFrom quality Parents \nDon’t miss it D… https://t.co/YLbh1x8Scu
## 5700                                                                                                                I predict my top genre will be [Pop] #SpotifyWrapped
## 5701                                                                                  I predict my most played song will be Something Something by astro #SpotifyWrapped
## 5702                                                                                       I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped
## 5703                                                                                      I predict my most played song will be California - Diego Naska #SpotifyWrapped
## 5704                                                                                                                               IM EXCITED FOR MY 3RD #SpotifyWrapped
## 5705                                                                                                     I just know my #SpotifyWrapped is going to be strange this year
## 5706                                                                                 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 5707                                                                             Fire it uppp \n\n #SpotifyWrapped #RedVelvetBirthdayParty #food https://t.co/HArJWMb4Rt
## 5708                                                                                                           I predict my top artist will be @zutomayo #SpotifyWrapped
## 5709                                                                                                   I predict my top podcast will be #UpFirst by @NPR #SpotifyWrapped
## 5710                                                                       Spotify is just teasing us at this point with the #SpotifyWrapped hashtag. Pls give it to us.
## 5711                                                                                                     I predict my top artist will be Louis Tomlinson #SpotifyWrapped
## 5712                                                                                           You gotta do it like it’s your last chance #SpotifyWrapped #inspirational
## 5713                                                                                            I predict my top genre will be [pop or R&amp;B who knows]#SpotifyWrapped
## 5714                                                                                                        I predict my top artist will be Harry Styles #SpotifyWrapped
## 5715                        I predict my most played song will be Good Tonight from the Bad Guys since it's fun and Anthony Ramos' voice is alw… https://t.co/caZBhVfBtB
## 5716                                                                                                        I predict my top podcast will be @TeaTime_33 #SpotifyWrapped
## 5717                                                                                                        I predict my top artist will be @HAIMtheband #SpotifyWrapped
## 5718                                                                                                   I predict my top podcast will be @GobletOfWinePod #SpotifyWrapped
## 5719                                                                                               I predict my most played song will be mirrorball :)\n #SpotifyWrapped
## 5720                                                                                              I predict my top podcast will be If you love me for me #SpotifyWrapped
## 5721                                                                                    I predict my most played song will be Rosier/Punk2 by @brakence  #SpotifyWrapped
## 5722                                                                                              I predict my top artist will be Taylor swift or disney #SpotifyWrapped
## 5723                                                                                                     I predict my top artist will be [ @charlieputh] #SpotifyWrapped
## 5724                                                                                                     I predict my top artist will be [ariana grande] #SpotifyWrapped
## 5725                                                                           I predict my top podcast will be literally none i dont listen to podcasts #SpotifyWrapped
## 5726                                                            I predict my top genre will be pop? country? soft pop (is that the name?) musicals? idfk #SpotifyWrapped
## 5727                                                                                         I predict my top artist will be [ARIANA GRANDE @rembeauty ] #SpotifyWrapped
## 5728                                                                                                        My top genre would be HipHop this year 🎤 \n\n#SpotifyWrapped
## 5729                                                                                            I predict my most played song will be [Me and your mama] #SpotifyWrapped
## 5730                                       I predict my most played song will be either Midnight River by @realpinksweats or Voodoo by @pennyandsparrow  #SpotifyWrapped
## 5731                        i just know that spotify is gonna tease us the whole ass week just for the graphic design to be as atrocious as las… https://t.co/0j88DZs5wp
## 5732                                                           The future looks bright for the youngsters @SDMabaya.\n#SDMabaya\n#SpotifyWrapped https://t.co/5Kar5Z6uBD
## 5733                                                                                             I predict my most played song will be yet to come (idk) #SpotifyWrapped
## 5734                                                    #happymonday thnks for chcki g out the ne mix @diplo #edm @DillonFrancis #SpotifyWrapped https://t.co/ld17DI4UnT
## 5735                                                                                                                                    When do I get my #SpotifyWrapped
## 5736                                                                                I predict my most played song will be [slow it down by @charlieputh] #SpotifyWrapped
## 5737                                                                                               I was bout to say- “How y’all got yours b4 me?!?!?” 👀 #SpotifyWrapped
## 5738                                I predict my top podcast will be ridiculous the song by ariana grande as an episode because i dont listen to podcats.#SpotifyWrapped
## 5739                                                                                                      I predict my top artist will be @taylorswift13 #SpotifyWrapped
## 5740                                                                                                            hello pls i want my  #SpotifyWrapped so so bad i cld cry
## 5741                                                                                               I predict my most played song will be  sober by @jxdn #SpotifyWrapped
## 5742                                                                                              I predict my most played song will be King Of My Heart #SpotifyWrapped
## 5743                                                                                                             I predict my top artist will be [Twice] #SpotifyWrapped
## 5744                                                                      I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped \n@utadahikaru
## 5745                                                                                                            I predict my top artist will be Deftones #SpotifyWrapped
## 5746                                                                                                     I predict my most played song will be atwtmvftv #SpotifyWrapped
## 5747                                                                                                                 I predict my top genre will be Kpop #SpotifyWrapped
## 5748                                                                      Waiting for my #SpotifyWrapped as if I didn't listen to Taylor Swift only for the whole year 🤡
## 5749                                                                                       I predict my top artist will be Anakena, JavyPablo and Okills #SpotifyWrapped
## 5750                                                         I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped lana del Rey leak podcast
## 5751                              We might get 1 million listens in before year end when the new tunes all drop tho. 💰👈🏾🔥\n\nhttps://t.co/3VkFFXBglW\n\n #SpotifyWrapped
## 5752                                                                         I predict my most played song will be You Wouldn't Understand by Juice WRLD #SpotifyWrapped
## 5753                                                                                          I predict my most played song will be waiting on a miracle #SpotifyWrapped
## 5754                                                                                                       I predict my top artist will be  BTS ofcourse #SpotifyWrapped
## 5755                                                                           I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped Radiohead
## 5756                           Man fuck Phineas, that bitch ass mf got a goofy ahhh triangle head. HE CANT BE TRUSTED #SpotifyWrapped #TheSims4… https://t.co/GfYyGeO419
## 5757                                                                                                          I predict my top genre will be Bedroom Pop #SpotifyWrapped
## 5758                                                                                  I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped Rock
## 5759                                                                                                          I predict my top genre will be Melodic Rap #SpotifyWrapped
## 5760                                                                I predict my most played song will be [fill in top song prediction] #SpotifyWrapped amoeba by clairo
## 5761                                                                         I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped Tame Impala
## 5762                                                                             Spotify \nStream Bloody Mary \n#SpotifyWrapped  \n#BloodyMary \nhttps://t.co/bxDDsK17Tr
## 5763                                                                                                          I predict my top artist will be Juice WRLD #SpotifyWrapped
## 5764                                                                             I predict my most played song will be [Call Out My Name by The Weekend] #SpotifyWrapped
## 5765                                                                               I predict my most played song will be Head over Heels-Tears for Fears #SpotifyWrapped
## 5766                                                                                 Really hope Chromatica is finally out of my #SpotifyWrapped 😭😩 love her but damn ma
## 5767                                                                   I predict my most played song will be [fill in top song prediction] #SpotifyWrapped Mind Mischief
## 5768                                    I don’t know why I’m so excited for #SpotifyWrapped when I already know its going to be dominated by the @arcaneshow soundtrack.
## 5769                                                                                                        sicuro top tre harry taylor e arctic monkeys #SpotifyWrapped
## 5770                                     Not me and my husband trying to play all out favorite jams so our #SpotifyWrapped is not the Cars 3 soundtrack 3 years running.
## 5771                                                                                                    I predict my top artist will be @Drake or Khalid #SpotifyWrapped
## 5772                                                                                                       I predict my top artist will be Billie Eilish #SpotifyWrapped
## 5773                                                                      I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped Psychadelic Rock
## 5774                                                                                                       I predict my top artist will be @NICKIMINAJ 😇 #SpotifyWrapped
## 5775                                                                                                                  I predict my top genre will be pop #SpotifyWrapped
## 5776                                                                                               i think wilbur, lovejoy, or glass animals will top my #SpotifyWrapped
## 5777                                                                                                           I predict my top artist will be @justmike #SpotifyWrapped
## 5778                                                       #SpotifyWrapped I predict my most listened to artist to be Nas for 2022 and the most played song 'Speechless'
## 5779                                                                                                        I predict my top artist will be Taylor Swift #SpotifyWrapped
## 5780                                                                                                  I predict my most played song will be Male Fantasy #SpotifyWrapped
## 5781                                                                                   I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped
## 5782                        I know no one probably cares when I share my Spotify wrapped but it's always interesting to see how I started the y… https://t.co/ZItj4E3RQs
## 5783                                                                                     I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped
## 5784                                                                                                  I predict my most played song will be [Coloratura] #SpotifyWrapped
## 5785                                                                                       I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped
## 5786                                                                                                     I predict my top artist will be @FromAshestoNew #SpotifyWrapped
## 5787                                                                                             I predict my most played song will be Ken Carson-Intro  #SpotifyWrapped
## 5788                                                                                 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 5789                                                                                 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 5790                                                  I predict my most played song is definitely Mary on a cross (save me please I’m scared for this 😭😭)#SpotifyWrapped
## 5791                                                                                                          I predict my top genre will be Soundtracks #SpotifyWrapped
## 5792                                                                                                            I predict my top genre will be metalcore #SpotifyWrapped
## 5793                        @Spotify should prompt anyone posting #SpotifyWrapped content to buy music and merch direct from artists. In genera… https://t.co/XJ69w0MCsh
## 5794                        The owner of this style has demonstrated how it should be\nAngela go and learn no come dey do yah back like plywood… https://t.co/oJqmC11I6C
## 5795                                                                                                                        Well #SpotifyWrapped https://t.co/cMlPUSw7HN
## 5796                https://t.co/r53Mub0xhJ\n\nDon’t Miss This Opportunity U Get Daily Free Newlisting Up to 25$\n\n#ETH #Bitcoin #要要搞定個要… https://t.co/hctl89mDVM
## 5797                                                                                                      I predict my top artist will be Arctic Monkeys #SpotifyWrapped
## 5798                      Relaxing music: piano \nYouTube@relaxsoothing1 \nKwai: relax soothing \nInstagram: relax soothing \n\n#SpotifyWrapped… https://t.co/woiFYnBF5I
## 5799                                                      It's a new week\nGo out there and be great 🙂\nYou got this \n\n#Levels #SpotifyWrapped \n#jumplinktechnologies
## 5800                                                                                            I predict my most played song will be #SuperFreakyGirl 🤪 #SpotifyWrapped
## 5801                        Shit, it's trending - time for me to play an achingly cool, obscure, pretentious indie band continuously for the ne… https://t.co/9sdisYu13Y
## 5802                                                                                  I predict my most played song will be All too Well 10 Min. Version #SpotifyWrapped
## 5803                        @TOMACVETY @dimash_official  ama el #dombra \n#DimashKazakhVoice \nQAIRAM ELIM - SAMALTAU \n#BestMusic #artistaloud… https://t.co/wmEFljUuHc
## 5804                                                                                      Why does my music taste always peak in the weeks leading up to #SpotifyWrapped
## 5805                                                                                                   I predict my most played song will be Out of Time #SpotifyWrapped
## 5806                                                                                                                  I predict my top genre will be Pop #SpotifyWrapped
## 5807                                                                                                           I predict my top genre will be Eurovision #SpotifyWrapped
## 5808                                                                                                                                      Tis the #SpotifyWrapped season
## 5809                                                                                                         I predict my most played song will be River #SpotifyWrapped
## 5810                                                                                              I predict my top podcast will be [The Amelia Project ] #SpotifyWrapped
## 5811                                                                                                         I predict my top artist will be [Sewerslvt] #SpotifyWrapped
## 5812                                                                                                      I predict my top artist will be [Lana Del Rey] #SpotifyWrapped
## 5813                         I think my 2022 top song could be "Children" by Robert Miles or "GigaChad Theme (Phonk House Version)" by g3ox_em.… https://t.co/G2o7AcOwOx
## 5814                                                                                                               I predict my top genre will be [kpop] #SpotifyWrapped
## 5815                                       I predict my top genre will be  Alternative. I listened to way too much AJR and BoyWithUke for it not to be 😅 #SpotifyWrapped
## 5816                                                                                                         I predict my top genre will be [Glitchcore] #SpotifyWrapped
## 5817                              They must all lose their jobs for not  stopping their colleagues from committing the assault @SAPoliceService… https://t.co/eup0AWqxEr
## 5818                                                                                                         I predict my top artist will be Stray Kids  #SpotifyWrapped
## 5819                                                                                                                                        cant wait fr #SpotifyWrapped
## 5820                              Honda CR-V 2006 @Ibadan currently ₦1.8M\nDM is open 👐\n#SpotifyWrapped #PeterObi4President2023 #lagos #hookup… https://t.co/ynzqmDHU3L
## 5821                                                                        I predict my most played song will be [house of balloons/ glass table girls] #SpotifyWrapped
## 5822                                                                                          I predict my most played song will be [Hey ya! by Outkast] #SpotifyWrapped
## 5823                                                                                                                         JUST GIVE IT TO US ALREADY  #SpotifyWrapped
## 5824                                                                                                                I predict my top genre will be K Pop #SpotifyWrapped
## 5825                                                                                                      I predict my top artist will be Ariana Grande❤️ #SpotifyWrapped
## 5826                                                                           I predict my most played song will be 3 Racha by 3 Racha from Stray Kids  #SpotifyWrapped
## 5827                                                                                                  Mi #SpotifyWrapped va a ser puro Taylor Swift, Queen y Blackpink 💋
## 5828                                                                                                   #SpotifyWrapped #World not the difference https://t.co/h5jcHSP513
## 5829                                                                                                 I predict my top podcast will be no escucho de eso. #SpotifyWrapped
## 5830                                                                                                            I predict my top artist will be @BTS_twt #SpotifyWrapped
## 5831                                                                                                  I predict my top podcast will be The Anxious Truth #SpotifyWrapped
## 5832                                                                                                                                                poop #SpotifyWrapped
## 5833                                                                    I predict my top artist will be OH LAMAR, HAIL MARY AND MARIJUANA, TIMES IS HARD #SpotifyWrapped
## 5834                                                                                                                  I predict my top genre will be Pop #SpotifyWrapped
## 5835                                                                                                                              hood afternoon loves ❤️ #SpotifyWrapped
## 5836                                                                                                            I predict my top artist will be Kid Cudi #SpotifyWrapped
## 5837                                                                               Spotify Wrapped is coming soon...\n\n#Spotify #SpotifyWrapped https://t.co/iLicUscI35
## 5838                                    South Korea's footballer "KIM MEHN SU" 😭😭😭\n\n#ghanablackstars #SpotifyWrapped \n#kudus \n#KOR \n#KORGHA https://t.co/yZBuIGwOcz
## 5839                                                                                                                I predict my top genre will be K-pop #SpotifyWrapped
## 5840                                                                                                 I predict my top artist will be stray kids or twice #SpotifyWrapped
## 5841                                                                                     I predict my most played song will be Nathy Peluso - EMERGENCIA #SpotifyWrapped
## 5842                                                                                                I predict my top podcast will be [simgm productions] #SpotifyWrapped
## 5843                                                                                                                         this is gonna be a shitshow #SpotifyWrapped
## 5844                                                                                                                      I’m ready for #SpotifyWrapped like where is it
## 5845                              I predict my top artist will again be #WhitneyHouston. It’s been the same for a few years now. #SpotifyWrapped https://t.co/7bJ3WtEnqS
## 5846                                                                                                              I predict my top genre will be Hip-hop #SpotifyWrapped
## 5847                                                                                                                 I predict my top genre will be kpop #SpotifyWrapped
## 5848                                                                         I predict my most played song will be [fill in top song prediction] #SpotifyWrapped \n\nLol
## 5849                        I predict my top artist will be guys pls ok there’s a 90% chance it’s kanye pls don’t kill me i swear it’s from sum… https://t.co/qHGdtMYxtS
## 5850                                                                             I predict my most played song will be Hate my favorite band by @Nightly #SpotifyWrapped
## 5851                                                                                                               I predict my top artist will be [ksi] #SpotifyWrapped
## 5852                                                                                                        I predict my top artist will be Taylor Swift #SpotifyWrapped
## 5853                                                                 #Advice #Taemin I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 5854                                                                                                 I predict my most played song will be [Januar 2018] #SpotifyWrapped
## 5855                                                                                         I predict my most played song will be [Judas of Lady Gaga ] #SpotifyWrapped
## 5856                                                                                                                  I predict my top genre will be 🎸🥁🎤 #SpotifyWrapped
## 5857                                                                                                      This is me waiting for #SpotifyWrapped https://t.co/A3Zs0pKj1E
## 5858                                                                                            I predict my most played song will be Illusion by aespa  #SpotifyWrapped
## 5859                                                                         I predict my most played song will be [fill in top song prediction] #SpotifyWrapped HotShit
## 5860                            Also feel free to send me some game recommendations since I’ve been trying to find new games to play :) #twitch… https://t.co/LxsI8wFord
## 5861                                                                                                    I predict my top genre will be [sum with pop ig] #SpotifyWrapped
## 5862                                                                                                                    Happy #SpotifyWrapped szn to those who observe 💕
## 5863                                                                                                 I predict my most played song will be Lavender Haze #SpotifyWrapped
## 5864                                                                                                             #TAEMIN I predict my top artist will be #SpotifyWrapped
## 5865                                                                                                   I predict my most played song will be [Nightcall] #SpotifyWrapped
## 5866                                                                                                    I predict my top artist will be [Lil Durk or YB] #SpotifyWrapped
## 5867                                                                                               I predict my most played song will be [glimpse of us] #SpotifyWrapped
## 5868                                                                                             I predict my top artist will be Shreya Ghoshal Anytime  #SpotifyWrapped
## 5869                                                                                                          I predict my top artist will be MCR or BTS #SpotifyWrapped
## 5870                                                                                                                  I predict my top artist will be 🔁🦶 #SpotifyWrapped
## 5871                                                              I predict my most played song will be Pursuit Of Happiness - Extended Steve Aoki Remix #SpotifyWrapped
## 5872                                                                                I predict my most played song will be all to well(10 minute version) #SpotifyWrapped
## 5873                                                I predict my most played song will be same space by @TianaMajor9 will probably be in my top 10 songs #SpotifyWrapped
## 5874                         yk bro had a headache the whole day (follow tik tok @ireallyamhimfr) help a dawg out🤝🏽 \n\n#hoodfights #hoodvideos… https://t.co/kTeQ1cefmO
## 5875                                                                                                        I predict my top genre will be rock or k-pop #SpotifyWrapped
## 5876                                                                                          I predict my top podcast will be [daebak show by Eric nam] #SpotifyWrapped
## 5877                                                                                                        I predict my top artist will be Taylor Swift #SpotifyWrapped
## 5878                                                                                          I predict my most played song will be Daechwita or Run BTS #SpotifyWrapped
## 5879                                                                            I predict my most played song will be let me live/let me die by Des Rocs #SpotifyWrapped
## 5880                                                                                                                  I predict my top genre will be Pop #SpotifyWrapped
## 5881                                                                                                             I predict my most played song will be ‽ #SpotifyWrapped
## 5882                                                                                   terrified for #SpotifyWrapped bc jan - may milo did not know what they were doing
## 5883                                                                                                                       hurry up please stop teasing  #SpotifyWrapped
## 5884                     Why are people so excited for #SpotifyWrapped I don't get it\n\nI know what I've listened to this year\n\nI don't need… https://t.co/oMI14lSPHp
## 5885                                                                                                      I predict my top artist will be [Taylor Swift] #SpotifyWrapped
## 5886                                                                                    I predict my most played song will be RUNRUNRUN by Dutch Melrose #SpotifyWrapped
## 5887                                                                                                         I predict my top artist will be [BLACKPINK] #SpotifyWrapped
## 5888                                                                                                              I predict my top artist will be Alex G #SpotifyWrapped
## 5889                                  #mondaythoughts #SpotifyWrapped  You ever walk up to somebody at the condom section at #CVS and say, “Gonna get some eh?” #Trojans
## 5890                                                                                                            I wonder who will top my Spotify wrapped #SpotifyWrapped
## 5891                                                                                  I predict my top artist will be The Avett Brothers or Taylor Swift #SpotifyWrapped
## 5892                                                                                                      I predict my top podcast will be [trash taste] #SpotifyWrapped
## 5893                                                                  I predict my most played song will be All Mine by @brentfaiyaz or Jackie Brown lol #SpotifyWrapped
## 5894                                                                                                           I predict my top genre will be Indie Rock #SpotifyWrapped
## 5895                        Hey guys I’ll be streaming Amnesia soon! Be sure to go check it out, but in the mean time I’ll be streaming Ori and… https://t.co/2TFnQRkiWv
## 5896                                                                          I predict my most played song will be [All Too Well (10 minutes version) ] #SpotifyWrapped
## 5897                                                                                                               I predict my top genre will be [kpop] #SpotifyWrapped
## 5898                                                                              I predict my most played song will be [ Aaliyah Are you that Somebody] #SpotifyWrapped
## 5899                                                                                        I predict my most played song will be [Midnight -Coldplay] 👀 #SpotifyWrapped
## 5900                                                                                                  I predict my top podcast will be [Abroad In Japan] #SpotifyWrapped
## 5901                                                                                                            I predict my top artist will be [glaive] #SpotifyWrapped
## 5902                                                                                                  I predict my top podcast will be @SPNthenandnow 😁💕 #SpotifyWrapped
## 5903                                                                                                  I predict my top artist will be [melanie martinez] #SpotifyWrapped
## 5904                                                                               I predict my top artist will be @ANOfficial #SpotifyWrapped It wont be close, either.
## 5905                                                                                                           I predict my top genre will be [hyperpop] #SpotifyWrapped
## 5906                                                                                     I predict my most played song will be [Shut down by blackpink ] #SpotifyWrapped
## 5907                                                                            I predict my most played song will be [minnesota is a place that exists] #SpotifyWrapped
## 5908                                                                                                         I predict my top artist will be [Yorushika] #SpotifyWrapped
## 5909                                   ✶ Valkyrie ✶\n\n#tattoo #tattoos #tatuagem #tattooartist #tattooedmodels #tattooart #tatuajes #tattoopoa… https://t.co/HEzpFPJv3h
## 5910                                                                          Need the serotonin rush of my #SpotifyWrapped asap to make it through the next few weeks 😭
## 5911                                                                                                     I predict my top artist will be [Taylor swift ] #SpotifyWrapped
## 5912                                                                                                              I predict my top genre will be [J-Pop] #SpotifyWrapped
## 5913                                             Don't miss the opportunities for amazon discounts https://t.co/0iXgMZVOGI\n\n#SpotifyWrapped #GiftGalaxy JUST ANNOUNCED
## 5914                                                                                 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 5915                                                                                                              I predict my top artist will be Bladee #SpotifyWrapped
## 5916                                                                                                      I predict my top artist will be [taylor swift] #SpotifyWrapped
## 5917                                                                                                          I predict my top genre will be [dance pop] #SpotifyWrapped
## 5918                                                                                                      I predict my top podcast will be [Malam seram] #SpotifyWrapped
## 5919                                                                                         I predict my most played song will be [a Taylor swift song] #SpotifyWrapped
## 5920                                                                                          I predict my most played song will be [花人局 - Yorushika] #SpotifyWrapped
## 5921                                                             I predict my most played song will be [either sex cells, concrete, or the black parade] #SpotifyWrapped
## 5922                                                                                                            I predict my top artist will be [Mitski] #SpotifyWrapped
## 5923                                                                                I predict my most played song will be Jackie Onassis @SammyRaeMusic  #SpotifyWrapped
## 5924                                                                                   I predict my most played song will be #TalkthatTalk by @JYPETWICE #SpotifyWrapped
## 5925                                                                                                     I predict my top artist will be [Taylor swift ] #SpotifyWrapped
## 5926                                                                             I predict my most played song will be [all too well 10 minute version ] #SpotifyWrapped
## 5927                                                                  I predict my top artist will be either banks, paramore, kehlani or hayley williams #SpotifyWrapped
## 5928                        I predict my top artist will be @taylorswift13 I dont think I have listened to as much ATL as past years so I think… https://t.co/fbTHaAgIDT
## 5929                          CYBER MONDAY HACK! Use the Chirpyest browser extension to save &amp; earn money when shopping Cyber Monday deals.… https://t.co/MNygdq7b6e
## 5930                                  $SUSHI looking for next leg up 🍥💸⬆️ #cryptocurrency #CryptoInvestor #cryptocurrency #FIFAWorldCupQatar2022… https://t.co/RisUNG8Jr5
## 5931                                                                                                            I predict my top genre will be [pop] lol #SpotifyWrapped
## 5932                                         I predict my most played song will be All Too Well (Ten Minute Version) (Taylor's Version) (From the Vault) #SpotifyWrapped
## 5933                                             Imagine dragons o stray kids seguro\n\n I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped
## 5934                                                                                 I predict my top podcast will be [uhhh probably the bojack audios ] #SpotifyWrapped
## 5935                         My song shade is on @tiktokcreators  and challenge is ongoing now search moflex shade on tiktok creat ur video and… https://t.co/ztX7BbW9a2
## 5936                                                                              I predict my most played song will be [stand out fit in - one ok rock] #SpotifyWrapped
## 5937                                                                                                 I predict my top podcast will be [Chuckle Sandwich] #SpotifyWrapped
## 5938                                                                    Va a salir kpop xd I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped
## 5939                                                                                   I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped
## 5940                                                                                                          I predict my top artist will be Set it off #SpotifyWrapped
## 5941                                                                                                            I predict my top artist will be Gorillaz #SpotifyWrapped
## 5942                                                                                                         I predict my top artist will be LE SSERAFIM #SpotifyWrapped
## 5943                                                                                                           I predict my top artist will be [LoveJoy] #SpotifyWrapped
## 5944                     HELP HERRR LIKEEEE #rh #adoptme #robux #Giveaways #royalhigh #royalehigh #SpotifyWrapped #MattHanock #Indigo #乌鲁木齐… https://t.co/WgdGPVNZFS
## 5945                                                                                                      I predict my top artist will be [Taylor Swift] #SpotifyWrapped
## 5946                                                                                                        I predict my top artist will be @davidbisbal #SpotifyWrapped
## 5947                                                                                       I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped
## 5948                                                                                          I predict my most played song will be [sweet child o mine] #SpotifyWrapped
## 5949                                Get your quality shirts at 🔖 NGN 8,500 ⚖ delivery can be done nationwide 🇳🇬\n#fashion #shirts #要要搞定個要… https://t.co/i9HvC6ntuR
## 5950                                                         I’m tired of hearing #SpotifyWrapped wrapped is coming up. Complete the damn task and stop talking about it
## 5951                                                                                 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 5952                                                                                         What an amazing voice. #CyberMonday #SpotifyWrapped https://t.co/0NaWWMdPvm
## 5953                       I predict my most played song will be [fill in top song prediction] #SpotifyWrapped \n\nO gods menu de stray kids o sharks de imagine dragons
## 5954                                                                                                         I predict my top genre will be [Indie Rock] #SpotifyWrapped
## 5955                                                                                               I predict my top artist will be @bleachersmusic &lt;3 #SpotifyWrapped
## 5956                                                                                I predict my top podcast will be Erin is the Funny One (@jacksfilms) #SpotifyWrapped
## 5957                                                                                                                I predict my top genre will be [Pop] #SpotifyWrapped
## 5958                           Anyone want a pet gator? 🐊❤️🐊❤️🐊❤️ #leoar #ar #xr #meta https://t.co/rvPdFRsHR7 #MattHanock #RedVelvetBirthdayParty… https://t.co/sDimrcELlQ
## 5959                                                                                            I predict my most played song will be Dear Dairy by BMTH #SpotifyWrapped
## 5960                                                                                                      I predict my most played song will be [Maroon] #SpotifyWrapped
## 5961                                                                                                            I predict my top artist will be Doja Cat #SpotifyWrapped
## 5962                                                                                                    I predict my most played song will be Cold Light #SpotifyWrapped
## 5963                                                                      I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped BTS of course.
## 5964                                                                                                       I predict my most played song will be One Day #SpotifyWrapped
## 5965                                                                                                      I predict my top podcast will be #Distractible #SpotifyWrapped
## 5966                                                                                       I predict my most played song will be Don't Call Me by SHINee #SpotifyWrapped
## 5967                                                                                                                  I predict my top genre will be rap #SpotifyWrapped
## 5968                        You don’t threat Messi 😡.                   #FIFAWorldCupQatar2022 #MexicoVsArgentina #SpotifyWrapped #要要搞定個要… https://t.co/CWNZbX5gzX
## 5969                                                               Please follow me as ur scrolling  naw\n#SpotifyWrapped \n#要要搞定個要 #WorldcupQatar2022 #NancyIsime
## 5970                                           I predict my most played song will be Unholy (Sam Smith), Love to Dream (Doja Cat), or oops! (Yung Gravy) #SpotifyWrapped
## 5971                                                                                             I predict my top podcast will be [ chuckle sandwich 🥪 ] #SpotifyWrapped
## 5972                                                                             I predict my most played song will be Bo Burnham (anything from inside) #SpotifyWrapped
## 5973                                                                                       I predict my top artist will be SEVENTEEN or TXT or BTS idk 🥹 #SpotifyWrapped
## 5974                                                                                                  I predict my most played song will be [After LIKE] #SpotifyWrapped
## 5975                                                                                                            I think my top artist will be Tate Mcrae #SpotifyWrapped
## 5976                                                                                                       I predict my top artist will be [PARAMOREEEE] #SpotifyWrapped
## 5977                                                                                                                 I predict my top genre will be Rock #SpotifyWrapped
## 5978                                     I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped @SUICIDEBOYS @suicideLEOPARD @SuicideChrist 👍🏽😂
## 5979                                                                                       I predict my top genre will be [idk whatever paramore is lol] #SpotifyWrapped
## 5980                                                                     I predict my most played song will be [fill in top song prediction] #SpotifyWrapped electricity
## 5981                                                                                                I predict my top artist will be My Chemical Romance 🤧#SpotifyWrapped
## 5982                                                                                                         I predict my top artist will be @boburnham  #SpotifyWrapped
## 5983                                                                                                          This is my EXACTLY #SpotifyWrapped https://t.co/LeKxsX21ld
## 5984                                                                                                                 I predict my top genre will be KPOP #SpotifyWrapped
## 5985                                                                                      I predict my most played song will be [THIS IS WHY - PARAMORE] #SpotifyWrapped
## 5986                                                                               I predict my most played song will be Mitski - Why Didn't You Stop Me?#SpotifyWrapped
## 5987                                                                                       I predict my most played song will be (this one is hard idek) #SpotifyWrapped
## 5988                                                                                                     i predict my top genre will be pop, definitely  #SpotifyWrapped
## 5989                                                                                                       I predict my top podcast will be Distractable #SpotifyWrapped
## 5990                          Shop your new clothes with NewChic to hang out with your friends\nSave 20% for order over $70 with code "MENCL20"… https://t.co/LtvJG8CfEt
## 5991                                                                                  I predict my most played song will be AFTER LIKE by IVE definitely #SpotifyWrapped
## 5992                         I fall in love with peace, coffee, and sunsets. I fall in love with pizza nights, video games that keep me excited… https://t.co/Eiwgz4t6Pz
## 5993                                                                                                         I predict my top artist will be Nicki Minaj #SpotifyWrapped
## 5994                                                                                                       I predict my top artist will be Fleetwood Mac #SpotifyWrapped
## 5995                                                                                      i predict my most played song will be better than revenge, idk #SpotifyWrapped
## 5996                          Computer repair service in #USA \nhttps://t.co/Nsmw4hFbMT\n\n#Analytics #5G #MachineLearning #AI #Python  #NLProc… https://t.co/ffZwpk7XNX
## 5997                                                                                          I predict my most played song will be blue side by #jhope  #SpotifyWrapped
## 5998                                                                                                              I predict my top artist will be Mitski #SpotifyWrapped
## 5999                                                                                                        I predict my top podcast will be Rain Sounds #SpotifyWrapped
## 6000                                                   I predict my Top 5 artists will be:\n1. BTS 2. Tomorrow X Together 3. TNX 4. Aespa 5. ITZY?Kep1er?#SpotifyWrapped
## 6001                                                            I predict my top artist will be @RollingStones  #SpotifyWrapped \n\nSi no son los Stones cerremos todo..
## 6002                                                                                                                  I predict my top genre will be Pop #SpotifyWrapped
## 6003                                                                                 I predict my most played song will be make you proud - jensen mcrae #SpotifyWrapped
## 6004                                                                 Can’t wait to see my #SpotifyWrapped cause I treat it like a game now. I be tryna hit certain marks
## 6005                                                                                                            I predict my top artist will be [#ITZY ] #SpotifyWrapped
## 6006                          Computer repair service in #USA \nhttps://t.co/Nsmw4hFbMT\n\n#Analytics #5G #MachineLearning #AI #Python  #NLProc… https://t.co/VDCqJcdNOd
## 6007                                                                                                 I predict my top artist will be Taylor Alison Swift #SpotifyWrapped
## 6008                                “I PLAYED WITH BAD BUNNY ON MW 2.0” VIDEO IS OUT NOW GO CHECK IT OUT #BadBunny #MW2 #gamingcommunity #gamer… https://t.co/WT0hDBiS9A
## 6009                                                                                      I predict my most played song will be [to you by seventeen 💪💪] #SpotifyWrapped
## 6010                                  I predict my most played song will be HARD TIMES BY PARAMORE I LOVE HARD TIMES BY PARAMORE #SpotifyWrapped https://t.co/feDOtiWCH8
## 6011                     Some of my #SpotifyWrapped predictions for 2022.\nMost played songs:\n1. Alles in Allem - Einstürzende Neubauten\n2. M… https://t.co/KzMX82BrbP
## 6012                                             .@ladygaga @carlyraejepsen two beautiful artists stand before me, but I only have one top artist on my #SpotifyWrapped…
## 6013                                                                                                               I predict my top genre will be [KPOP] #SpotifyWrapped
## 6014                                                                                                       Patiently waiting for #SpotifyWrapped https://t.co/epGHTauZSx
## 6015                          Computer repair service in #USA \nhttps://t.co/Nsmw4hXl11\n\n#Analytics #5G #MachineLearning #AI #Python  #NLProc… https://t.co/3mQ9cw2zuH
## 6016                                   Check ✅ this out for your comfortability at home 🏠🏡 #adelatfurniture for home 🏘️ and office 📴 #furniture… https://t.co/TMmTa1oKgj
## 6017                                                                                                    I predict my most played song will be [NOT SHY ] #SpotifyWrapped
## 6018                                                                this was my best year in music taste and discovery, when tf is #SpotifyWrapped actually dropping??!?
## 6019                                i predict my most played song will be innacurate since i used two accounts\n\nbut idk\nprobably Bullshit by… https://t.co/6gHvg7FLAm
## 6020                        honestly i feel like if @Spotify wrapped came out on the same day every year, we would count down the days in antic… https://t.co/B7Z7O0GYvu
## 6021                                                                                                                           HURRY UP SPOTIFY IM READY #SpotifyWrapped
## 6022                                                                                                             drop it already #SpotifyWrapped https://t.co/b4IXJMzbk6
## 6023                                                                        @ILLENIUM\n\nI predict my top artist will be [fill in top artist prediction] #SpotifyWrapped
## 6024                                                                           I predict my top podcast will be @goingwestpod  because I am obsessed 💗💗💗💗#SpotifyWrapped
## 6025                          Computer repair service in #USA \nhttps://t.co/Nsmw4hXl11\n\n#Analytics #5G #MachineLearning #AI #Python  #NLProc… https://t.co/sVLqw6SqyR
## 6026                                                                                                                        happy #SpotifyWrapped to those who celebrate
## 6027                                                                                                              𝘚𝘵𝘰𝘱 𝘣𝘺 ✨\n\n #SpotifyWrapped https://t.co/dwTi88J7j9
## 6028                       I predict my top podcast will be  \nWe Can Do Hard Things \n\nI absolutely refuse to let @GlennonDoyle and @AbbyWambach down. #SpotifyWrapped
## 6029                                  @Spotify New EPK. I’m revolutionizing music!\n#rap #music #Trending #TrendingNow #artist #SpotifyWrapped \nhttps://t.co/vPMRFRkg3w
## 6030                                                                                                         I predict my top artist will be Demi Lovato #SpotifyWrapped
## 6031                                                            If either Demi Lovato, Halsey, or Big Time Rush doesn’t make my #SpotifyWrapped I have failed somewhere.
## 6032                                                                          I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped Juice WRLD
## 6033                                                  I don't know what's my number 1 but I am sure it's gonna be either sad, depressing or horny song.\n#SpotifyWrapped
## 6034                                                                                   I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped Rap
## 6035                          Computer repair service in #USA \nhttps://t.co/Nsmw4hXl11\n\n#Analytics #5G #MachineLearning #AI #Python  #NLProc… https://t.co/plt2H4bk1X
## 6036                                                                  I predict my most played song will be [fill in top song prediction] #SpotifyWrapped Flaws and sins
## 6037                                                                                                                 I predict my top artist will be BTS #SpotifyWrapped
## 6038                                                                                   I predict my top artist will be [Bad Bunny top artist prediction] #SpotifyWrapped
## 6039                                                                                                       I predict my top podcast will be Calm it down #SpotifyWrapped
## 6040                                                          Annual reminder: Whatever way you present them, your Shitify stats mean nothing to no one. #SpotifyWrapped
## 6041                                 I will do 100 pyramids dofollow backlinks for google top ranking\nOrder now: https://t.co/0f8K7gcZys\n#seo… https://t.co/K3vP2okiNo
## 6042                                                                                                       I predict my top artist will be dixie damelio #SpotifyWrapped
## 6043                                                                                                        I predict my top artist will be Ado possibly #SpotifyWrapped
## 6044                                                                                                                    I predict my top genre pop music #SpotifyWrapped
## 6045                                                                                        I predict my top genre will be Math Rock or Anime Soundtrack #SpotifyWrapped
## 6046                                                                                          I predict my most played song will be The astronaut by Jin #SpotifyWrapped
## 6047                                                                I predict my most played song will be [ No es que te Extrañe ] de Christina Aguilera #SpotifyWrapped
## 6048                       We show your news (Brands) to potential customers. https://t.co/s6DMgv6ODT \n#SpotifyWrapped\n127,351 BTC\n#WhatsApp… https://t.co/aPX5NuIEVK
## 6049                                                                                                                                      stop edging me #SpotifyWrapped
## 6050                                                                               I THOUGHT IT DROPPED ALREADY BUT I CAN’T WAIT #SpotifyWrapped https://t.co/Ja5LgjuHAS
## 6051                                   I will provide 10k google maps citations to grow your business\nOrder now: https://t.co/iS2favTeZX\n#seo… https://t.co/vQrBCi4cjR
## 6052                                                                               I predict my most played song will be a letter to me by dixie damelio #SpotifyWrapped
## 6053                                                  I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped it’s going to be #MeganTheStallion
## 6054                                not me impatiently waiting for this years #SpotifyWrapped when i listen to the same 3 songs on a daily basis https://t.co/C7Qpl0C6j3
## 6055                                                                                           I predict my most played song will be fucking Rocky Top 💀 #SpotifyWrapped
## 6056                                                                                     I predict my top artist will be Taylor Swift and Lizzy Mcalpine #SpotifyWrapped
## 6057                                                                                         She cute 🥰😈💁🏽‍♀️ #pc #new #SpotifyWrapped #MattHanock https://t.co/GTXEDb9qaJ
## 6058                         Computer repair service in #USA .\nhttps://t.co/Nsmw4hFbMT\n\n#Analytics #5G #MachineLearning #AI #Python  #NLProc… https://t.co/VwK98o6s9h
## 6059                                                                                                 I predict my top artist will be [Sabrina Carpenter] #SpotifyWrapped
## 6060                                                                                                          I predict my top artist will be Architects #SpotifyWrapped
## 6061                                                                                                          I predict my top artist will be @theweeknd #SpotifyWrapped
## 6062                                                                                   I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped
## 6063                                                                                                  I predict my most played song will be O.O by NMIXX #SpotifyWrapped
## 6064                                                                                     I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped
## 6065                        I predict my most played song will be [fill in top song prediction] #SpotifyWrapped oh it’s certainly#bigolfreak by… https://t.co/ijkKQRnkjz
## 6066                                                                                       I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped
## 6067                                                                                          I predict my top artist will be Taylor without hesitation  #SpotifyWrapped
## 6068                              I will do 40 mix backlinks for google top ranking\nOrder now: https://t.co/JTJTQ4h8IR\n#seo #DigitalMarketing… https://t.co/myOsFdH7qV
## 6069                                                                                                      I predict my top artist will be \nFoo Fighters #SpotifyWrapped
## 6070                                                                                 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 6071                                                                                                                I predict my top genre will be Metal #SpotifyWrapped
## 6072                          Computer repair service in #USA \nhttps://t.co/Nsmw4hFbMT\n\n#Analytics #5G #MachineLearning #AI #Python  #NLProc… https://t.co/8Oe5oDBNzq
## 6073                                                                                                         I predict my top artist will be kanye sadly #SpotifyWrapped
## 6074                                                                                I predict my most played song will be something Taylor swift (YOYOK) #SpotifyWrapped
## 6075                                                                                                  I predict my top artist will be Christina Aguilera #SpotifyWrapped
## 6076                                                                                        I predict my most played song will be Demi-God by Architects #SpotifyWrapped
## 6077                                                                                                    I predict my top genre will be Pop and Christian #SpotifyWrapped
## 6078                                                                                                     I predict my top artist will be @taylorswift13  #SpotifyWrapped
## 6079                                                          #SpotifyWrapped prediction:\n\n1. Conan Gray\n2. Taylor swift\n3. Billie Eilish\n4. Lana Del Rey\n5. Lorde
## 6080                          I will 700 mix backlinks through high authority sites\nOrder now: https://t.co/i4WTj3W2le\n#seo #DigitalMarketing… https://t.co/OUpfzc61ht
## 6081                                                                                 I know Yet To Come is gonna be on top of my #SpotifyWrapped https://t.co/zVdFZktRTh
## 6082                                                                                                                  I predict my top genre will be pop #SpotifyWrapped
## 6083                                                                                   I predict my most played song will be Pink Venom by Blackpink uwu #SpotifyWrapped
## 6084                                                                                     I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped
## 6085                                                                                                            I predict my top genre will be emo rap 😭 #SpotifyWrapped
## 6086                                                                                         can y’all stop teasing and just give us #SpotifyWrapped already @SpotifyUSA
## 6087                                                                                     I predict my most played song will be delicate- @taylorswift13  #SpotifyWrapped
## 6088                             I will 20 guest posts through high authority sites\nOrder now: https://t.co/KlRJH3EKx6\n#seo #DigitalMarketing… https://t.co/CMEh60qP7Y
## 6089                                                                             I predict my top artist will be taylor ofc its definitely her this time #SpotifyWrapped
## 6090                          Computer repair service in #USA \nhttps://t.co/Nsmw4hXl11\n\n#Analytics #5G #MachineLearning #AI #Python  #NLProc… https://t.co/28QvJYajHf
## 6091                                                          I predict my top podcast will be something related to kpop but i don't listen to podcasts. #SpotifyWrapped
## 6092                                                                                                  I predict my most played song will be Violet Hill  #SpotifyWrapped
## 6093                                                                    I predict my most played song will be That's the way I loved you by Taylor Swift #SpotifyWrapped
## 6094                                                                 I predict my most played song will be Canary in a coalmine or a Penelope Scott song #SpotifyWrapped
## 6095                                                                                                       I predict my top artist will be [$uicideBoy$] #SpotifyWrapped
## 6096                  #FIFAWorldCupQatar2022 #SpotifyWrapped    #要要搞定個要  #ImranKhan #السعودي #MattHanock #RedVelvetBirthdayParty #Indigo#… https://t.co/TLILaYtzh2
## 6097                          Computer repair service in #USA \nhttps://t.co/Nsmw4hXl11\n\n#Analytics #5G #MachineLearning #AI #Python  #NLProc… https://t.co/QAEJKILh3b
## 6098                                                                       in honor of #spotifywrapped this was mine in 2020… a stan since day 1 https://t.co/jSSHgyZzOt
## 6099                                                                                                 I predict my most played song will be invu or brave #SpotifyWrapped
## 6100                                                                                                            I predict my top artist will be Coldplay #SpotifyWrapped
## 6101                                  nigga, how you guys gon' make me think it dropped. my heart literally malfunctioned when i saw it was trending smh #SpotifyWrapped
## 6102                          Computer repair service in #USA \nhttps://t.co/Nsmw4hXl11\n\n#Analytics #5G #MachineLearning #AI #Python  #NLProc… https://t.co/xAlBVcBnNb
## 6103                                 Can’t wait till #SpotifyWrapped comes out this week so I can brag to my friends about how much I listen to… https://t.co/vQWAHhiWTp
## 6104                                                                                 #SpotifyWrapped JUST ANNOUNCED THE CITY OF HOUSTON!!!!! 🤯🤯🤯 https://t.co/JrZUaCpeh8
## 6105                                                                                     I predict my most played song will be [diemonds by $uicideBoy$] #SpotifyWrapped
## 6106                                                                            I predict my most played song will be gbgb by txt or hype boy by nwjns \n#SpotifyWrapped
## 6107                                                                            I predict my most played song will be Nectar of the Gods by Lana Del Rey #SpotifyWrapped
## 6108                                                                                                  I predict my top artist will be [Louis Tomlinson ] #SpotifyWrapped
## 6109                                                                                                              I predict my top artist will be BTS! 💜 #SpotifyWrapped
## 6110                          Computer repair service in #USA \nhttps://t.co/Nsmw4hFbMT\n\n#Analytics #5G #MachineLearning #AI #Python  #NLProc… https://t.co/eSZU3mmLDM
## 6111                                                                        I think among all enha songs , foreshadow, tfw and pola love will be on top  #SpotifyWrapped
## 6112                        Hi @ayrastarr please check out my cover of your song RUSH🙏❤️\n\n@DONJAZZY @MAVINRECORDS @TundeEdnut_ @yabaleftonline… https://t.co/dl7Rfx1Z3L
## 6113                                                                                   I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped
## 6114                           Saknip All-in-ONE Noise Cancelling Wireless Earbuds\nhttps://t.co/b3alYofkBG\n\n#earbuds #gym #workout #NFT #NBA… https://t.co/9lPNqRsPEx
## 6115                                                                                     I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped
## 6116                                                                                                       I predict my top artist will be glee cast, 😡🤡 #SpotifyWrapped
## 6117                                                                                           i predict my most played song will be booman by baby keem #SpotifyWrapped
## 6118                                                                                                               I predict my top genre will be KPOP!  #SpotifyWrapped
## 6119                                @ntandomatini_ Check out more sneakers on our WhatApp status!!!\n☎️ 065 936 4892 \n#musa #MusaKhawula #Sizwe… https://t.co/Jli7rog3ar
## 6120                                                                                       I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped
## 6121                                                              Tryin to speed-listen to a bunch of non-embarrassing, smart-seeming music before #SpotifyWrapped drops
## 6122                                                                                   I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped
## 6123                                                                                              I predict my most played song will be [Bigger Than Me] #SpotifyWrapped
## 6124                                                                                 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 6125                                                                                                    I predict my top genre will be show tunes ou pop #SpotifyWrapped
## 6126                        I predict my most played song will be alex's all of the stars, casey's I'll sing to you, sam's safe and sound or co… https://t.co/P8PuzmiELX
## 6127                                                                                 I predict my most played song will be [Until the sun needs to rise] #SpotifyWrapped
## 6128                                                                                  I predict my top podcast will be [None] I don't listen to podcasts😀#SpotifyWrapped
## 6129                                                                                       I predict my most played song will be  Gino, o menino bolha 🤐 #SpotifyWrapped
## 6130                                                                                 I predict my most played song will be "Anti-hero" by @taylorswift13 #SpotifyWrapped
## 6131                                                                                               I predict my top artist will be @taylorswift13 (duh!) #SpotifyWrapped
## 6132                                                                                                       give it to me already #SpotifyWrapped https://t.co/CXhOtkX6Qv
## 6133                                                                                     @Spotify Mine will be the same songs I play to death every year #SpotifyWrapped
## 6134                                                                                 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 6135                                         Saw #SpotifyWrapped trending and got excited thinking it dropped. Now I'm disappointed 😞  come on @Spotify give it to ussss
## 6136                                                                                 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 6137                                                              I predict my top artist will be [Toby Fox], I hope he is  because his music is bangin' #SpotifyWrapped
## 6138                                                            Beyoncé will definitely be my most listened artist on #SpotifyWrapped because 'Heated' had crack in it 😂
## 6139                                                                 I predict my most played song will be Silver Lining @ARMNHMR (2nd year in a row 🫶🏼) #SpotifyWrapped
## 6140                                                 I predict my top genre will be [Dance/Electronic] I'm just shooting into the dark at this point lol #SpotifyWrapped
## 6141                                                                                                                                        Cmon bestie  #SpotifyWrapped
## 6142                        MOMENT CONTROL TV WINS BIG! @ Nigeria Media Merit Awards #nmma2022 #Winners #media #nigeria #controltv #controltvng… https://t.co/i86NlIpwv4
## 6143                              predictions for #SpotifyWrapped 2022\ntop song: hard times - yung pinch (maybe)\ntop genre: melodic rap\ntop artist: oliver francis\n👀
## 6144                                                                                          #SpotifyWrapped every year this trends and I think the playlists are out 😭
## 6145                    Clarks Women's Adriel Viola Dress Pump - \n\n🔥🔥 https://t.co/mfMsUPt0Ou  🔥🔥 \n\n#ChoGueSung #neymar #Switzerland #Ghana… https://t.co/xjlZUgBK9E
## 6146                                                                                     I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped
## 6147                                                                                                       I predict my top artist will be summer walker #SpotifyWrapped
## 6148                                                                         I predict my most played song will be Love me until u hate me - Niko Rubio  #SpotifyWrapped
## 6149                                                                                                          I predict my top artist will be Kanye West #SpotifyWrapped
## 6150                                                                                     BIGGEST BIRD🤍 🦅 \n\n#WizKid𓃵 #afrobeats #SpotifyWrapped https://t.co/hQmU9xae2o
## 6151                                        Your Shine #SpotifyWrapped #RedVelvet #CyberMondayAmazon #JHOPEatMAMA2022 #乌鲁木齐 #ميقا #ImACeleb… https://t.co/nfwQtmTZhW
## 6152                                        Your Shine #SpotifyWrapped #RedVelvet #CyberMondayAmazon #JHOPEatMAMA2022 #乌鲁木齐 #ميقا #ImACeleb… https://t.co/4tNzpu2bxt
## 6153                                                                                     I predict my most played song will be Out of Time by The Weeknd #SpotifyWrapped
## 6154                        Cyber Monday! | Chill Short Stream | #FF7R #berserk #MondayMotivation #CyberMonday #worldofwarcraft #mondaythoughts… https://t.co/dGfI86d72A
## 6155                                                                                                                I predict my top artist will be GAGA #SpotifyWrapped
## 6156                                                   I predict my most played song will be #SpotifyWrapped probably something by steve lacy or frank ocean maybe tyler
## 6157                                                  Alright, guessing time! \nI predict my most played song will be [Tribute - Tenacious D] idk maybe? #SpotifyWrapped
## 6158                                                                                                        I predict my top artist will be Taylor Swift #SpotifyWrapped
## 6159                                     Bolonmusic's Verse Of The Week\n💿Fake Nikes\n🎤@BlaqBonez \n\n#verseoftheweek #SpotifyWrapped #afrobeats https://t.co/L2Q4dMUQlZ
## 6160                                                     I predict my top podcast will be... i dunno i dont lisen to podcast but prbly chucklsamwich idk #SpotifyWrapped
## 6161                           PTI’s Standing in AJK Polls.\n\n#FIFAWorldCup #Eleicoes2022 #SpotifyWrapped \n#ٹیریان_کےبھائی_یوتھئے #خنزیر_ڈیزل… https://t.co/fiH3ZKD0s5
## 6162                                                                                        I predict my top artist will be Selena Gomez ou Taylor Swift #SpotifyWrapped
## 6163                                                                                                      I predict my most played song will be August \n#SpotifyWrapped
## 6164                                                                                                         I predict my top podcast will be @GiUpdates #SpotifyWrapped
## 6165                               @Spotify These artists vie for the top honors @kygo @mltr @ZakAbel @kanebrown  @artblockmusic @BenjyIngrosso… https://t.co/i1Bz0mrZ76
## 6166                                                                                               I predict my top podcast will be The Compound Podcast #SpotifyWrapped
## 6167                                                                                                                        The #SpotifyWrapped Twitter emoji goes hard.
## 6168                                                                                                           I predict my top artist will be [Skyclad] #SpotifyWrapped
## 6169                              60+ yard return for a touchdown against Roosevelt High school\n -Shawn Robinson #SpotifyWrapped #FIFAWorldCup… https://t.co/elill6BRuV
## 6170                    ❤👌🏾 Jamming on the queen @Miss_LIRA's Feel Good!\n\nMore content👇🏾\nhttps://t.co/0GQVGkzVyY\n\n#podcastandchillwithmacg… https://t.co/3yUXlqtOa5
## 6171                                                                                         I predict my top artist will be probably Taylor this year.  #SpotifyWrapped
## 6172                    ALL ORDERS (that includes invoices sent) are 25% off today! \n\nUse code CYBER\n\nhttps://t.co/GfGkuwABK5  inbox me wit… https://t.co/djUhhti0A2
## 6173                                                Phir Na Aisi Raat Aayegi by Arijit Singh will be my song of the year in #SpotifyWrapped 🤩🤲🏼\nhttps://t.co/QjPGQZzxIt
## 6174                                                                                              New tune coming #rock #SpotifyWrapped #band \n https://t.co/7AH6P24AMs
## 6175                                                  I predict my most played song will be OPERA HOUSE BY CIGARETTES AFTER SEX YALL ALREADY KNOWWWW 🙏🙏🙏 #SpotifyWrapped
## 6176                                                                                                           I predict my top artist will be Yung Lean #SpotifyWrapped
## 6177                                                                                                   I predict my top artist will be tge smiths maybe??#SpotifyWrapped
## 6178                                                        Let's see which of these make it in alongside Bubblegrunge this year #SpotifyWrapped https://t.co/veZnQyZsMa
## 6179                                  I predict (know) my top artist will be Taylor Alison Swift because duh 🫶🏼💅 #SpotifyWrapped @taylorswift13… https://t.co/SFNIwLIlTl
## 6180                             next year will be the year that i’m going spotify only, these last 2 months w apple music has made me feel like a whore #SpotifyWrapped
## 6181                                                             I predict my top podcast will be STOP PUSHING PODCASTS TO ME I WANT TO LISTEN TO MUSIC  #SpotifyWrapped
## 6182                                                     For the first time i don't know who is my number one... If @taylorswift13, if @leonalewis #SpotifyWrapped &lt;3
## 6183                         #SpotifyWrapped is cool and all, but having a Last FM account means I get to revel in my shameful listening habits… https://t.co/WOr9sqA21z
## 6184                                                                                        I predict my top artist will be LOVEJOY OR WILBUR SOOT!!!!!! #SpotifyWrapped
## 6185                                                                                     I predict my most played song will be Cardigan by Taylor Swift. #SpotifyWrapped
## 6186                                                                                  I predict my top artist will be NCT 127 or Cigarettes After Sex 🙏🙏🙏#SpotifyWrapped
## 6187                                                                                                             I predict my top genre will be hyperpop #SpotifyWrapped
## 6188                                Before #SpotifyWrapped comes ,\nI can tell you who would be in my top 3 artist.\n@raftaarmusic @realkrsna &amp; @karmathelekhak 🙂💯😌🚀
## 6189                                   @realDailyWire For the CCP, Eric swallows very well. @RepSwalwell #Chinesespy #CCPChina #MattHanock #SpotifyWrapped #要要搞定個要
## 6190                                                                                                       I predict my top podcast will be Distractible #SpotifyWrapped
## 6191                                                                                            I predict my most played song will be FOOTNOTE BY CONAN. #SpotifyWrapped
## 6192                                                                                         I predict my most played song will be Outer Wilds - Reprise #SpotifyWrapped
## 6193                            my top artist might be crumb again idk maybe the crane wives bc i listen to them a lot too idk i’m bad at guessing lmao  #SpotifyWrapped
## 6194                                                                               I predict my most played song will be eyes wide shut by meat computer #SpotifyWrapped
## 6195                                                                                                 I predict my most played song will be [ATWTMVTVFTV] #SpotifyWrapped
## 6196                                                                                    ~ I predict my most played song will be About Damn Time @lizzo #SpotifyWrapped ~
## 6197                                                                                                  I predict my top artist will probably be Movements #SpotifyWrapped
## 6198                                    Check out this RGB LED TV Strip Light. Only at Rs. 484 (limited) \n\nHurry Up!! Get one now!!\n\nLink:-… https://t.co/uTl7vqQ2Yh
## 6199                                                                                         Check out my IG https://t.co/kOzuRs2CBt #SpotifyWrapped #viralvideo #twitch
## 6200                                            4 Basic Internet Safety to know and observe 👌👌👌\n\n#mondaymotivation \n#happynewweek \n#eccotel… https://t.co/4j3gDmGQ8w
## 6201                                                                                                     I predict my top podcast will be [saving grace] #SpotifyWrapped
## 6202                                                                                                       I predict my top artist will be Playboi Carti #SpotifyWrapped
## 6203                                                                                             Watin I order now 😢 #SpotifyWrapped #MattHanock https://t.co/lOSZxP81fC
## 6204                                                                                         I predict my top genre will be prolly post punk or somtgin] #SpotifyWrapped
## 6205                                                                                                      I predict my top artist will be [taylor swift] #SpotifyWrapped
## 6206                                                                                   me waiting to see my top tracks this year #SpotifyWrapped https://t.co/7iUnRpkWDf
## 6207                                     Major Arcana Oracle deck available now..link in bio ✨️ #SpotifyWrapped #Indigo #RedVelvetBirthdayParty… https://t.co/Ci06voucMl
## 6208                                                                                                                  I predict my top genre will be Rap #SpotifyWrapped
## 6209                                                                                                                 What are we wearing to this year’s #SpotifyWrapped?
## 6210                                                                                                                I predict my top genre will be [pop] #SpotifyWrapped
## 6211                          @BlockFi filing for bankruptcy may be the last domino in the chain of seeing $BTC slap 11k - you've been warned ⚠️… https://t.co/OVvdjKVBrc
## 6212                                                                      I predict my most played song will be Chiri by Rosalía #SpotifyWrapped https://t.co/t4jH5nnime
## 6213                                                                                                        I predict my top artist will be Taylor Swift #SpotifyWrapped
## 6214                              ISIS IS NOT ISLAM.\nISIS IS TERRORIST MADE IN USA.\n\ntag:::neymar. China .Owen #SpotifyWrapped\nnational grid https://t.co/zteLT5wRm1
## 6215                                    Check out this RGB LED TV Strip Light. Only at Rs. 484 (limited) \n\nHurry Up!! Get one now!!\n\nLink:-… https://t.co/BrTYUBmkKE
## 6216                                                                                                         I predict my top artist will be EarthGang 🌎 #SpotifyWrapped
## 6217                                                                                 I predict my most played song will be [paper rings by taylor swift] #SpotifyWrapped
## 6218                   Obi ethnic✨\n\nhttps://t.co/BmBMpbxKso\n\nNami brazil rans entertaiment penjilat dots vincenzo song joong ki exo ot8 po… https://t.co/GOXwEiTSlM
## 6219                                                                                                           I predict my most played song will be 734 #SpotifyWrapped
## 6220                                                                                   I predict my most played song will be Night Shift by Lucy Dacus 😭😭#SpotifyWrapped
## 6221                         @beatsbynav @trvisXX @lilbaby4PF got me singing and listening to NEVER SLEEP like never before if that’s not first… https://t.co/n9rnXntbrn
## 6222                                                                                                         I predict my top artist will be @waterparks #SpotifyWrapped
## 6223                         If this song is not #1 on my #SpotifyWrapped . Something had GONE WRONG !!!!! I listen to this 7292992929292 times… https://t.co/gX1cbZMKkO
## 6224                                                                              I predict my most played song will be fr gotta be angel with a shotgun #SpotifyWrapped
## 6225                                    can't wait to see if either Megan Thee Stallion or Drake will be my top rapper this year #SpotifyWrapped https://t.co/NxffvJ7osf
## 6226                                                                                                         I predict my top genre will be Classic rock #SpotifyWrapped
## 6227                                                                                                      I predict my most played song will be Phase Me #SpotifyWrapped
## 6228                                                              I predict my most played song will be You were perfect and I'm Sorry by Mickey Darling #SpotifyWrapped
## 6229                          the big evil in the world Will be over.\ndown with US.\n\ntag:::neymar. China .Owen #SpotifyWrapped\nnational grid https://t.co/Labl6GOrGq
## 6230                        Out here waiting to see who will come out on top. Will Wood or Lemon Demon (last year's champion). Or maybe they'll… https://t.co/vylNP2XnZu
## 6231                                                                                                                                   i cannot wait for #SpotifyWrapped
## 6232                                                                                                      I predict my top podcast will be Distractible  #SpotifyWrapped
## 6233                                                                                                    Can spotify wrapped day come any sooner please😭\n#SpotifyWrapped
## 6234                                            Acuity Scheduling, Vcita and Calendly helps you automate everything from payments to reminders.… https://t.co/Zy4R0leaMv
## 6235                       Taste the most delicious coffee with Nitro coffee Machine\nhttps://t.co/DVowFCWyzt\n\n#World #Qatar2022 #Whale #Elon… https://t.co/bnQGZGvB4Q
## 6236                                                             Close eye do am na so my money take finish 😂😂😂 #FolloMe #LikeShareSubscribe #publicbate #SpotifyWrapped
## 6237                                                                                         I predict my top artist will be  probably miss taylor swift #SpotifyWrapped
## 6238                                                                                       I predict my most played song will be about you by the 1975 😅 #SpotifyWrapped
## 6239                                                                                   I predict my most played song will be [One &amp; Only]  ya veréis #SpotifyWrapped
## 6240                                                                                     Fifa official soundtrack\n#SpotifyWrapped #FIFAWorldCup https://t.co/1ZiXpBKd5z
## 6241                                                                 I predict my most played song will be Scott street?? But idk maybe 45 by bleachers  #SpotifyWrapped
## 6242                                   @Tiinkiiiey Check out more sneakers on our WhatApp status!!!\n☎️ 065 936 4892 \n#musa #MusaKhawula #Sizwe… https://t.co/L4SLqIFoBz
## 6243                            US supporting Saudi to forces yemen.\nyemen so poor.\n\ntag:::neymar. China .Owen #SpotifyWrapped\nnational grid https://t.co/y2tbOI8Jtw
## 6244                      Normally I have a good idea for #SpotifyWrapped top artist but I have no clue this year. \n\nWas a toss up between Jo… https://t.co/m23nAAYlqw
## 6245                                            Acuity Scheduling, Vcita and Calendly helps you automate everything from payments to reminders.… https://t.co/Kzf3pyYD9x
## 6246                                                                              I predict my top podcast will be  hobbylos because I’m a good lobbyhoe #SpotifyWrapped
## 6247                                 I guess  #SpotifyWrapped is the best decision made by any music app , which remembers the users his most precious song of the year.
## 6248                                                                                                    I predict my most played song will be Anti-Hero. #SpotifyWrapped
## 6249                                                                                                                                 another day without #SpotifyWrapped
## 6250                                                                                         I predict my most played song will be [Efecto by Bad Bunny] #SpotifyWrapped
## 6251                                 What is WordPress???\n#WordPress #OpenSource #Webdesigner #webdesign #Website #WebsiteDesign #fullstackera… https://t.co/hGoXZLUqNa
## 6252                                            Acuity Scheduling, Vcita and Calendly helps you automate everything from payments to reminders.… https://t.co/PTH8VP3x8l
## 6253                                                                                 I predict my most played song will be All too Well 10 mins version  #SpotifyWrapped
## 6254                  yemen cant wait. \nyemen need a help.\n\nstop war on yemen, Saudi !!!\n\ntag:::neymar. China .Owen #SpotifyWrapped\nnatio… https://t.co/Xi8lfX3vN5
## 6255                                                                                                          I predict my top podcast will be ASMR Gibi #SpotifyWrapped
## 6256                                                                                           I predict my most played song will be Rich $ex by future  #SpotifyWrapped
## 6257                                                                                                        I predict my top artist will be Taylor Swift #SpotifyWrapped
## 6258                                            Acuity Scheduling, Vcita and Calendly helps you automate everything from payments to reminders.… https://t.co/OJaz0kkHJf
## 6259                                                                                                            THE WAY I THOUGHT IT WAS FINALLY TIME 🫡😭 #SpotifyWrapped
## 6260                                                                               I predict my top podcast will be markiplier, it's gonna be markiplier #SpotifyWrapped
## 6261                                                                                                                  I predict my top genre will be Pop #SpotifyWrapped
## 6262                                            Acuity Scheduling, Vcita and Calendly helps you automate everything from payments to reminders.… https://t.co/qyJIwRtHgU
## 6263                                                                                Can’t wait to see how many bloody RuPaul’s drag race songs are in my #SpotifyWrapped
## 6264                        I predict my top artist will be either Arca (@arca1000000) or Kelela (@kelelam) because I had them in nearly all of… https://t.co/qe9jDnj01v
## 6265                                                                                                I predict my most played song will be Alien Invasion #SpotifyWrapped
## 6266                                                                             I predict my most played song will be [Arson de jhope o … glitch mode ] #SpotifyWrapped
## 6267                              Guys do watch this reel. It only needs 1.5k more views to reach 100K.Please show support and follow the page.… https://t.co/qofHKzrNWm
## 6268                                            Acuity Scheduling, Vcita and Calendly helps you automate everything from payments to reminders.… https://t.co/FlcHTEjvZR
## 6269                                                                                               I predict my most played song will be Atlantis  #SpotifyWrapped\n\n😳😀
## 6270                                The Maasai community\n#Africanculture #Africanhistory #culture #SpotifyWrapped #StarAcademy #Africanhistory… https://t.co/vk7ZqJU5vd
## 6271                                                               in spirit of #SpotifyWrapped, my top song this year HAS to be star shopping\n\nain't no way it's not-
## 6272                                                                                                       I predict my top podcast will be Crime Junkie #SpotifyWrapped
## 6273                      BREAKING 🚨\n\n#Binance     is under hot waters, after it moved 127,351 BTC($2B) from its Proof of Reserve wallet to c… https://t.co/DT3jkC5vXv
## 6274                                            Acuity Scheduling, Vcita and Calendly helps you automate everything from payments to reminders.… https://t.co/GzWNlc4nNG
## 6275                                                                                                                                 @Spotify Can't wait #SpotifyWrapped
## 6276                                                                                         #SpotifyWrapped I wanna know what song I played the most this year hurry up
## 6277                                                                                                                   My list gone be fye when it drops #SpotifyWrapped
## 6278                                                                                                      I predict my most played song will be [oh uh ] #SpotifyWrapped
## 6279                                                                                                          I predict my top artist will be The Weeknd #SpotifyWrapped
## 6280                        I would be excited for #SpotifyWrapped this year, instead I am legitimately scared to find out how much sadboy musi… https://t.co/TE2wpQf60z
## 6281                      People are running this up and I think you should too #musicproducer #ImACeleb #SpotifyWrapped \n\n(help me get 200 Y… https://t.co/YZurELBduq
## 6282                                      Top artist is 1000% the Weeknd, Trilogy and Dawn FM have been in heavy rotation - #2 is Drake, after that  🤷🏿‍♂️ #SpotifyWrapped
## 6283                                            Acuity Scheduling, Vcita and Calendly helps you automate everything from payments to reminders.… https://t.co/zAeLCcEl97
## 6284                                                                                                              Ok ok I get it #SpotifyWrapped https://t.co/2jXmAnio71
## 6285                                                                                                        I predict my top artist will be Alan Walker 🤔#SpotifyWrapped
## 6286                                                                                        I predict my most played song will be Okay by Adekunle Gold  #SpotifyWrapped
## 6287                              My new look #اسوس_الجمعة_البيضاء #エルピス #บัวผันฟันยับ #SpotifyWrapped #TeamCameroon #staracademy2022 #ImranKhan https://t.co/eAZdAgfdBw
## 6288                                                                                                 so excited for dream smp to be one of my top genres #SpotifyWrapped
## 6289                                            Acuity Scheduling, Vcita and Calendly helps you automate everything from payments to reminders.… https://t.co/MHbRDcOLuJ
## 6290                       i dont know, you all know or no about criminal regime Saudi to yemenis .\nstop war, Saudi !!!\nSaudi alliance of US.… https://t.co/mkS9jNY1gN
## 6291                                                                                                       I predict my top artist will be [luis Miguel] #SpotifyWrapped
## 6292                                                                                                                            i need that #SpotifyWrapped. DROP IT NOW
## 6293                                                                                                               I predict my top artist will be IDLES #SpotifyWrapped
## 6294                                                                                                                DROP THIS SHIT ALREADY!!!!!!!!!!!\n\n#SpotifyWrapped
## 6295                                                                                      I predict my most played song will be [not worth it-Zillakami] #SpotifyWrapped
## 6296                                                                                         I predict my most played song will be red Taylor’s version  #SpotifyWrapped
## 6297                                Glamour Girl 🖤\n\n#tejuashwini #TejasswiPrakash𓃵 #tejasswiprakashwayangankar #wespotyou #wespotyoubollywood… https://t.co/fSVslgXBCj
## 6298                                                                                          I predict my top artist will be without doubt Taylor Swift #SpotifyWrapped
## 6299                                                                                        I predict my top artist will be the incomparable miss eilish #SpotifyWrapped
## 6300                                                                                                      #SpotifyWrapped j'rappl mon top 3 2021 https://t.co/MFxfPFuThZ
## 6301                                                                                                      I predict my top genre will be [ I guess pop } #SpotifyWrapped
## 6302                                                                                                          I predict my top artist will be Yung Gravy #SpotifyWrapped
## 6303                                                            Most played song - Lonely Star by the Weeknd, maybe #2 is Crunk Ain't Dead by Duke Deuce #SpotifyWrapped
## 6304                                                                                     I predict my most played song will be foundations of decay- mcr #SpotifyWrapped
## 6305                                            Acuity Scheduling, Vcita and Calendly helps you automate everything from payments to reminders.… https://t.co/JL0xnVwa8O
## 6306                                                                                                    I predict my most played song will be Run BTS….. #SpotifyWrapped
## 6307                                                                                                            I predict my top genre will be post punk #SpotifyWrapped
## 6308                                                                                               I predict my top podcast will be [@OnneDii moordcast] #SpotifyWrapped
## 6309                                                                                          I predict my most played song will be Iris or atw10mvftvtv #SpotifyWrapped
## 6310                                                                                             I predict my top artist will be BTS, SEVENTEEN or WOODZ #SpotifyWrapped
## 6311                                                                                                  need them to hurry up with #SpotifyWrapped https://t.co/swtKRbiK2t
## 6312                                The metaverse is a new frontier for earning passive income https://t.co/tlwzAf97w2 via @cointelegraph #SpotifyWrapped #VR #metaverse
## 6313                                                                             #Twitch  #twitchstreamer Join The Stream! NOW ‼️ #SpotifyWrapped https://t.co/CytPkOc13L
## 6314                                                                                                      I predict my top artist will be [Taylor Swift] #SpotifyWrapped
## 6315                                                                                                       I think my top artist will be The Crane Wives #SpotifyWrapped
## 6316                                                                                 I predict my top artist will be dreamcatcher obv 🙏 @hf_dreamcatcher #SpotifyWrapped
## 6317                                                                                               I predict my most played song will be "Casablanca" xD #SpotifyWrapped
## 6318                                                                     My #SpotifyWrapped is gonna be fucked up im ngl my music taste was all over the place this year
## 6319                                                                                                          I predict my top artist will be [Dua lipa] #SpotifyWrapped
## 6320                                                                                                            I predict my top artist will be Treasure #SpotifyWrapped
## 6321                          For the first time ever MacG doesn't want to comment on a Topic, he really refused to comment on Dj Sumbody death… https://t.co/rNfC2THtnr
## 6322                                                                        I predict my most played song will be Hai Cheng by THE8 or ACCIDENT by WOODZ #SpotifyWrapped
## 6323                                                                                                   I predict my most played song will be shy away….. #SpotifyWrapped
## 6324                                                                                               Okay this is fun. I predict my top artist will be mcr #SpotifyWrapped
## 6325                                                                                                                I predict my top genre will be [pop] #SpotifyWrapped
## 6326                                                                        I predict my top artist will be Bladee #SpotifyWrapped    😈😈😈😈😈😈😈😈😈😈 https://t.co/vDpzHvEK3H
## 6327                                                                           Can somebody make the festival lineup for Apple Music?? #SpotifyWrapped #AppleMusicRewind
## 6328                                                                                        I predict my most played song will be [physical by Dua lipa] #SpotifyWrapped
## 6329                                                                                                                                     i want my #SpotifyWrapped rn 😠😠
## 6330                         Mood 2022 VS School \nI believe, i smile at the ends💯🥺\n\n#MondayMotivation \nGhana \n#SpotifyWrapped \n#MattHanock https://t.co/svDt4JYVPI
## 6331                 💃💃💃💃\n _Renew_ DSTV with 0.5% discount.\n\nGoTV with 1% discount.\n\nPay electricity bill without charges.\n\nOnly availab… https://t.co/IVkRAiUzgp
## 6332                                          Top Genre - either Canadian Hip Hop or House music (Drake probably gonna be #1 purely because he did both) #SpotifyWrapped
## 6333                        I believe action speaks louder than words... Apparently, we are not just STANDARD by mouth, we are STANDARD with pr… https://t.co/oKg6PzIKOw
## 6334                                                                                                                  I predict my top genre will be pop #SpotifyWrapped
## 6335                   Money Twitter in 4 tweets:\n\n1. Send more emails \n\n2. Write at a 5th-grade level\n\n4. Whatever Hormozi says is right… https://t.co/vP2ik41e2c
## 6336                             5 Types of Muffins:🧁🧁🧁\n#englishmuffins #eggmuffins #applecinnamonmuffins #strawberrymuffins #blueberrymuffins… https://t.co/VKLZ2Y7Q9y
## 6337                                                                                  I predict my most played song will be [Misguided Ghosts - Paramore #SpotifyWrapped
## 6338                    Won’t be long till the Your Top Songs of 2022 is out from Spotify.\n\nMine is going to be stupendous!\n\nThat’ll be the… https://t.co/bq1YHmCjJM
## 6339                We offer:\n💟GRAPH THEORY\n💟DISCRETE MATHS\n💟STATISTICS AND PROBABILITY\n💟ALGORITHIMS\n💟CALCULUS\n 💟ALGEBRA\n💟SET THEORY\nPl… https://t.co/A73a4ovl06
## 6340                                                                                                                 I predict my top genre will be pop? #SpotifyWrapped
## 6341                                              this time of year is really important for my humble twitter presence\n#SpotifyWrapped #Spotify https://t.co/Ih6fdbuFbZ
## 6342                    For the first time in history Ghanaian Ladies are complaining 10mins is too much.😅\n\n Longest 10 😂😂😂\n\nMan Of The Mat… https://t.co/u4ulrT5ln3
## 6343                                                                                                        I predict my top artist will be taylor swift #SpotifyWrapped
## 6344                                                                                                      I predict my top artist will be [Taylor Swift] #SpotifyWrapped
## 6345                                          The nigga was begging 4 mercy\n#goviral\n#CyberMondayAmazon \n#SpotifyWrapped \n#WorldcupQatar2022 https://t.co/KTxGNlMSX1
## 6346                                                                                                          I predict my top artist will be Kanye West #SpotifyWrapped
## 6347                                                                                                         I predict my top artist will be @MileyCyrus #SpotifyWrapped
## 6348                                                                                                                          I’m excited for #SpotifyWrapped this year.
## 6349                                                                                                      I predict my top podcast will be [LUBA E JEAN] #SpotifyWrapped
## 6350                                                              I predict my top artist will be MY CHEMICAL ROMANCE #SpotifyWrapped ❤️❤️❤️❤️🙏🙏🙏🙏🙏🙏 https://t.co/iE2cCHqgrq
## 6351                                                                                                        I predict my top artist will be Taylor Swift #SpotifyWrapped
## 6352                                                                                     I predict my most played song will be [you’re on your own, kid] #SpotifyWrapped
## 6353                                                                                                            I predict my top genre will be Hip - Hop #SpotifyWrapped
## 6354                                                                                                  I predict my top podcast will be maintenance phase #SpotifyWrapped
## 6355                                                                       Why does December have to come so late in the week I'm going to lose my mind. #SpotifyWrapped
## 6356                                                                                                  I predict my top artist will be [MELANIE MARTINEZ] #SpotifyWrapped
## 6357                       past 6 months, definitely all over the place, can't wait for #SpotifyWrapped \n#troyesivan #birdy #beyonce #coldplay… https://t.co/iIpDhKW7DE
## 6358                        We can make it successful together, Summit Mt Kilimanjaro 5895m. \nkeep booking with us.\n#SpotifyWrapped #trekking… https://t.co/9oKFWt98K5
## 6359                                                                                                    I predict my most played song will be pink venom #SpotifyWrapped
## 6360                                                                       I predict my most played song will be 'I'm goo'd or 'sacrifice' by @BebeRexha #SpotifyWrapped
## 6361                                                                                                   I predict my top artist will be Harmoe or Roselia #SpotifyWrapped
## 6362                                                                                     I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped
## 6363                                                                                 it’s looking like my #SpotifyWrapped boutta be owned by Camila Cabello (as always)😌
## 6364                                                                                                                I predict my top genre will be [TOP] #SpotifyWrapped
## 6365                                                                                            I predict my most played song will be sei la porra kkkkk #SpotifyWrapped
## 6366                                                                              I predict my most played song will be Who Dat Boy - Tyler, The Creator #SpotifyWrapped
## 6367                                                                                                              I predict my top artist will be lorde! #SpotifyWrapped
## 6368                                                                                                       I predict my top artist will be @DeltaGoodrem #SpotifyWrapped
## 6369                                                                   Starry, starry night … #Elonmusk #SpotifyWrapped #MattHanock #CyberMonday https://t.co/yUh1tComC0
## 6370                                                                                          I predict my top artist will be arctic monkeys or sublime! #SpotifyWrapped
## 6371                                                                                     I predict my most played song will be [HIGH SCHOOL SWEETHEARTS] #SpotifyWrapped
## 6372                                                                                                           I predict my top genre will be indie rock #SpotifyWrapped
## 6373                        Wait does this mean Suzanne Collins is gonna be on my #SpotifyWrapped because I listened to the Hunger Games audiob… https://t.co/UJdWXRK2q9
## 6374                                                                                           I predict my most played song will be keep driving I fear #SpotifyWrapped
## 6375                                                                                      I predict my most played song will be EVERY SONG I EVER WROTE  #SpotifyWrapped
## 6376                                                                                      I predict my most played song will be wild screen baroque or R #SpotifyWrapped
## 6377                                                                                                                I predict my top genre will be rock!!#SpotifyWrapped
## 6378                                                       Super Junior or Band Bunny\n\nI predict my top artist will be [fill in top artist prediction] #SpotifyWrapped
## 6379                                                                                  my top song is going to be a boy is a gun*\nmayyybeee self control #SpotifyWrapped
## 6380                                                                                         I predict my most played song will bee 1961 by @JessAndMatt #SpotifyWrapped
## 6381                                                                                                           I predict my top genre will anime or jpop #SpotifyWrapped
## 6382                                      Royal Arch Sets\nmarshalregalia@gmail.com\n#SpotifyWrapped #MattHanock #RedVelvetBirthdayParty #Indigo https://t.co/d69swDGGdV
## 6383                       Cyber Monday savings are here! ⚡️🛍️ Join us for some of the biggest sales this season.\n\n⏳ DON’T WAIT, DEALS END AT… https://t.co/dOJK1E2N1r
## 6384                                                                                      I predict my most played song will be DATE RAPE BY SUBLIME!!!! #SpotifyWrapped
## 6385                                                                                                               I predict my top artist will be [SZA] #SpotifyWrapped
## 6386                                                                                  I predict my most played song will be [out of time - @theweeknd] 💖 #SpotifyWrapped
## 6387                                                                                                     Give my my #SpotifyWrapped RIGhT NoW!!! https://t.co/cgXfwzkGK3
## 6388                        It is good you carry out keyword, competitor research has it protects you against competitors, and helps you rank o… https://t.co/VwTcvGkkeF
## 6389                        Trying to start selling art and save up extra money for things as well as putting it towards an iPad that I can use… https://t.co/lvN86tSHno
## 6390                                                        I predict my most played song will be don’t take the money by bleachers or dominoes by lorde #SpotifyWrapped
## 6391                                                                                           I predict my most played song will be Many Man by Victony #SpotifyWrapped
## 6392                                                                                                               I predict my top artist will be Kanye #SpotifyWrapped
## 6393                                                                         I predict my top artist will be [fill in top artist prediction] Tom Chaplin #SpotifyWrapped
## 6394                                                                                                                  I predict my top genre will be rap #SpotifyWrapped
## 6395                        It is good you carry out keyword, competitor research has it protects you against competitors, and helps you rank o… https://t.co/PWrtFGcI6Q
## 6396                                                                                           Former Kanye fans thinking about  #SpotifyWrapped https://t.co/Mgl5iuIyNZ
## 6397                                                            Waiting for #SpotifyWrapped is waste of time tbh\nIt's just @anirudhofficial songs😍🔥, I heard whole year
## 6398                                                                                Prove yourself 2 yourself, not others. 🤷🏼‍♂️\n\n#FIFAWorldCupQatar2022 #SpotifyWrapped
## 6399                                                                            If my top artist isn't Lovejoy or Twenty One Pilots idk who I am anymore #SpotifyWrapped
## 6400                                        I predict my top genre will be [fill in top genre prediction] probably something like Pop Rock or Indie Rock #SpotifyWrapped
## 6401                                                                                                  I predict my most played song will be I love Kanye #SpotifyWrapped
## 6402                                                                                     I predict my top podcast will be [i don’t listen to podcasts 😂] #SpotifyWrapped
## 6403                                            It isn't as appealing as the #SpotifyWrapped but here is the cheap #AppleMusicReplay knock off 😂 https://t.co/al3fTwvAm1
## 6404                                                                                                        I predict my top artist will be Jessie Reyez #SpotifyWrapped
## 6405                                                                                             I predict my most played song will be Diablo de Rosalia #SpotifyWrapped
## 6406                        I predict my most played song will be [some random niche orchestra song that i left on loop while studying / painti… https://t.co/7qPlFicP4c
## 6407                                                                         I predict my most played song will be Never Fight A Man With A Perm - IDLES #SpotifyWrapped
## 6408                                                                                    I’m still mentally ill so Bo Burnham will be my top artist AGAIN #SpotifyWrapped
## 6409                                                                                                                                        can't wait🥺\n#SpotifyWrapped
## 6410                                                                                                                I predict my top genre will be [emo] #SpotifyWrapped
## 6411                         Ik my top artist is going to be taylor swift and my second is going to be bts. My third might be girl in red/conan… https://t.co/xd2EiLBKWE
## 6412                                                I predict my most played song will be [fill in top song prediction] Safe and Sound by Capital Cities #SpotifyWrapped
## 6413                                                                                                I predict my top genre will be [Alternative Hip-hop] #SpotifyWrapped
## 6414                 Wtf is going on with my holo-pete?!\n#SpotifyWrapped #乌鲁木齐 #Qatar2022 #FIFAWorldCup #레드벨벳 #要要搞定個要 #SpiderMan… https://t.co/xnDHhoP5vQ
## 6415                                                                                                                  I predict my top genre will be rap #SpotifyWrapped
## 6416                                                                                                         I predict my most played song will be [gay] #SpotifyWrapped
## 6417                                                                                                    I predict my top artist will be Harry Styles 🫂🫶🏼 #SpotifyWrapped
## 6418                        It is good you carry out keyword, competitor research has it protects you against competitors, and helps you rank o… https://t.co/JqMyiZlmo3
## 6419                                                                    @Spotify I predict my most played song will be my tears ricochet by Taylor Swift #SpotifyWrapped
## 6420                                       i just did one of them dream festival line ups from my spotify and it’s made me TERRIFED for #SpotifyWrapped i’m in troubleee
## 6421                                                                                                         I predict my top artist will be Taylorrr!!! #SpotifyWrapped
## 6422                                                                                                           I predict my top genre will be Dance Pop  #SpotifyWrapped
## 6423                                                                                                        I predict my top artist will be [Mac Miller] #SpotifyWrapped
## 6424                                                                             @SpotifyAfrica If Novo Amor isn’t my top artist, I don’t know who is! #SpotifyWrapped 💚
## 6425                       When since garbage bags  becomes fashion? @ye Balenciaga u got some explaining to do 🤣 #SpotifyWrapped #要要搞定個要… https://t.co/81ewT8iOSz
## 6426                                           just the thought of getting a personalized message from taylor swift&gt;&gt;&gt;\n#SpotifyWrapped https://t.co/Qxh9kBsIrr
## 6427                                                                                                                                               where #SpotifyWrapped
## 6428                                                                                                       I predict my top artist will be Taylor Swift  #SpotifyWrapped
## 6429                                                                                             I predict my most played song will be [JELEEL! - JULY!] #SpotifyWrapped
## 6430                                               me pressed to see my #SpotifyWrapped as if I don’t already know it’s gonna be all Renaissance https://t.co/oF6jdXe4d6
## 6431                        It is good you carry out keyword, competitor research has it protects you against competitors, and helps you rank o… https://t.co/5CF9zOR0yc
## 6432                                                                                              PLEASE I NEED IT IM GONNA DIE  #SpotifyWrapped https://t.co/BZ3S9Q1WJm
## 6433                                                                                    I predict my most played song will be All Night Parking by Adele #SpotifyWrapped
## 6434                        It is good you carry out keyword, competitor research has it protects you against competitors, and helps you rank o… https://t.co/YiArQxs0dO
## 6435                                                                                                     I predict my top artist will be [Elliott Smith] #SpotifyWrapped
## 6436                                                                                                    I predict my top artist will be Nicki Minaj. Duh #SpotifyWrapped
## 6437                                          PRELOVED CIWI START 20K MINAT JOIN LIVE https://t.co/nxa1CdyaLZ #SpotifyWrapped #WorldcupQatar2022 https://t.co/4sjfmNJjD4
## 6438                        It is good you carry out keyword, competitor research has it protects you against competitors, and helps you rank o… https://t.co/FB3p8XxLkH
## 6439                                                                                                         I predict my top artist will be weatherday\n#SpotifyWrapped
## 6440                                                    I predict my most played song will be [The Divine Chord - Avalanches feat. MGMT and Johnny Marr] #SpotifyWrapped
## 6441                                        If you wanna be happy forever, have zero expectations from others. 💡\n\n#FIFAWorldCupQatar2022 #FIFAWorldCup #SpotifyWrapped
## 6442                                                                                                                  Favorite time of year approaching! #SpotifyWrapped
## 6443                                                                                              I predict my most played song will be Titi Me Pregunto #SpotifyWrapped
## 6444                                                                                                          I predict my top artist will be The Weeknd #SpotifyWrapped
## 6445                                                                                        I predict my most played song will be My Sputnik Sweetheart\n#SpotifyWrapped
## 6446                                                                                                             I predict my top artist will be [Drake] #SpotifyWrapped
## 6447                                                                                                  I predict my top podcast will be Just Roll With It #SpotifyWrapped
## 6448                                                                                  My Top eight most liked toons on Spotify:  #SpotifyWrapped https://t.co/NT2PgthW06
## 6449                                         Uncharted episode 7 out now\n\nLink below \nhttps://t.co/Dwi2v7aXJq\n\n#SpotifyWrapped #MattHanock… https://t.co/aqQ7CJTd0k
## 6450                                                                          I predict my most played song will be \nALL TOO WELL 10 MINUTES VERSIÓN\n\n#SpotifyWrapped
## 6451                                                                                  i predict my most played song will be white ferrari by frank ocean #SpotifyWrapped
## 6452                           @ore_times_3 Check out !\n\nRaffle on @MutantNFTs Lab 👀\n\nGet your ticket (2 $ADA) to win this rare Priest mask… https://t.co/tvEIGjTwPb
## 6453                                                                                                            I predict my top artist will be Bastille #SpotifyWrapped
## 6454                                                                             I predict my most played song will be [Lavender Sunflower - Tory Lanez] #SpotifyWrapped
## 6455                                                                                                                 I predict my top genre will be pop! #SpotifyWrapped
## 6456                                                                                                                     took a day off for #SpotifyWrapped as i should.
## 6457                                                                                Apple Music users when they see #SpotifyWrapped is trending. https://t.co/TKd8RPokE9
## 6458                        I actually think my top played will be we don’t talk about Bruno. Had a day where I listened to it on a loop for at… https://t.co/08Z5CYjZHx
## 6459                                                                               I predict my most played song will be Stardust Crusaders by Yugo Kano #SpotifyWrapped
## 6460                                                                                       I predict my most played song will be Ghost by @justinbieber  #SpotifyWrapped
## 6461                                                                                                    I predict my top artist will be taylor swift 😍😍😍 #SpotifyWrapped
## 6462                                                                                             I predict my most played song will be Build Our Machine #SpotifyWrapped
## 6463                                                                                                         Waiting for my #SpotifyWrapped like https://t.co/n1IZW5WbNY
## 6464                                                                                                  I predict my most played song will be as it was 🔥💋 #SpotifyWrapped
## 6465                                                                                                                  I predict my top genre will be rnb #SpotifyWrapped
## 6466                                                                                                                                 oh please come here #SpotifyWrapped
## 6467                                                                                                                 I predict my top artist will be BTS #SpotifyWrapped
## 6468                                                              Lana del rey when Spotify asks her she has to make a video for #SpotifyWrapped https://t.co/wTC4mdBHlx
## 6469                                                                                                        I predict my top artist will be Taylor Swift #SpotifyWrapped
## 6470                                                                                              I predict my most played song will be a seventeen song #SpotifyWrapped
## 6471                                                                                                        I predict my top artist will be Taylor Swift #SpotifyWrapped
## 6472                                                                                                             I predict my top artist will be Lovejoy #SpotifyWrapped
## 6473                        Pretty sure my #SpotifyWrapped is gonna be exactly the same as last year. I've been listening to the same playlists… https://t.co/vynPaH6XE2
## 6474                                                                                    I predict my most played song will be Mastermind by Taylor swift #SpotifyWrapped
## 6475                        I predict my top podcast will be @TrashTastePod since they're the only podcast I love listening to when I'm doing c… https://t.co/pcMOABj9um
## 6476                                Check out my Gig on Fiverr: help you get GEO fencing that target consumers anonymously, ultra narrow target… https://t.co/YMDZQMOfe2
## 6477                                                                                                             I predict my top artist will be [keshi] #SpotifyWrapped
## 6478                          PAF HOSPITAL ISLAMABAD FCPS POST GRADUATE TRAINING (2022)\n\n APPLY ONLINE :\nhttps://t.co/qd8UuD9tGy \n\n Follow… https://t.co/3yrBIWHQzJ
## 6479                                                                                     The only thing #SpotifyWrapped says about you is you don’t want to pay artists.
## 6480                                                                                                                 @iamDCinvestor 😂😂 no pls no love my #SpotifyWrapped
## 6481                                                                                       I predict my most played song will be [ somthin from mariah ] #SpotifyWrapped
## 6482                                 DARKMOB!! I am back 😌 I hope everyone enjoyed the holidays. But I bring you more hitman gameplay LIVE NOW‼️… https://t.co/qpBd0NlCCw
## 6483                             Having a go at predicting my #SpotifyWrapped \n\nTop Song - A Real Thing @THEBETHS \nTop Artist - @slowlyslowlyAU\nTop genre - pop punk
## 6484                                                                            so scared for #SpotifyWrapped , swear i was listening to the most random songs this year
## 6485                                                                                     I predict my most played song will be "Forever" by Jessie Reyez #SpotifyWrapped
## 6486                       Can We Try This Group Video Call , It's Once - Off ... Up To 36 People Can Join ... @WhatsApp\nThank You For The Fea… https://t.co/AYURFpfG1y
## 6487                                                                                                        @thinkinboutduaa Also with the #SpotifyWrapped she will rise
## 6488                                                                                                                It’s time! #SpotifyWrapped this week I can’t wait!!!
## 6489                                                     I predict my top artist will be Taylor Swift (@taylorswift13) #SpotifyWrapped\n\nBY FAR... IT'S SO EASY TO KNOW
## 6490                                        I predict my most played song will be \nbomb by freddie gibbs (isnt even a prediction i just know it's true) #SpotifyWrapped
## 6491                                                                                                     I predict my top podcast will be Modus Operandi #SpotifyWrapped
## 6492                                                                                       I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped
## 6493                                                         Be ready 🎧\nTomorrow for your ears\n"WO DA MO COVER"\n🔥\n#SpotifyWrapped Nzaza #hookup Organize Baba Rahman
## 6494                              I predict my most played song will be [fill in top song prediction] #SpotifyWrapped unbalanced by common wealth or 281 by hotel books.
## 6495                                                                                   I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped
## 6496                                                                                                        I predict my top artist will be Taylor Swift #SpotifyWrapped
## 6497                                                                                                   I predict my top artist will be [Chase Atlantic ] #SpotifyWrapped
## 6498                        I predict my top artist will be my chemical romance #SpotifyWrapped bc there is literally no other competition. Thi… https://t.co/JIaVuMxCEH
## 6499                                                                                      I predict my most played song will be The foundations of decay #SpotifyWrapped
## 6500                                                                                                               Give it to me #SpotifyWrapped https://t.co/vZD0GMBBYq
## 6501                                                                                                                   hearing rumors #SpotifyWrapped could be insolvent
## 6502                                                                                           I predict my most played song will be yuck by charli baby #SpotifyWrapped
## 6503                                                                                                              I predict my top artist will be Bladee #SpotifyWrapped
## 6504                                                                   I predict my top artist will be BLADEE !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!#SpotifyWrapped
## 6505                       Why My Frienemies shouldn’t post my D£ath Pictures-Actress Shan George Reveals//#nollywood\nClick link to watch full… https://t.co/tQ9BfNLykl
## 6506                                                                                         I predict my most played song will be Style by Taylor Swift #SpotifyWrapped
## 6507                      Can't wait to share my Top 5 Songs from #SpotifyWrapped for 2022:\n1. Rednex - Cotton Eye Joe \n2. Rednex - Cotton Ey… https://t.co/KqiEoEKGcA
## 6508                                       3 dimensional Beauty…… \n#FIFAWorldCupQatar2022 #SpotifyWrapped #MattHanock #CyberMonday #StarAcademy https://t.co/QTkelCvXmw
## 6509                                                Tinsel Tits Couples Christmas Matching Couple Gift\nhttps://t.co/eIi1isfOqu\n#SpotifyWrapped https://t.co/sztBPFw2oi
## 6510                                                                                                            I predict my top artist will be [syudou] #SpotifyWrapped
## 6511                                                                          I predict my top artist will be MF DOOM, if it’s anyone else they’re lying #SpotifyWrapped
## 6512                                                                                                               I predict my top artist will be Twice #SpotifyWrapped
## 6513                                                                               My #SpotifyWrapped  is going to be so bad that I’m only sharing it with bee this year
## 6514                                                                                                     renaissance and le serrafim will be taking over #SpotifyWrapped
## 6515                                                                                                       I predict my top genre will be kpop girlgroup #SpotifyWrapped
## 6516                             Check out my Gig on Fiverr: setup a  successful geofencing mobile ad promotion https://t.co/piaLpbvDVG #Fiverr… https://t.co/9CE8qKU9JY
## 6517                                                                                                                      When is this dropping @Spotify #SpotifyWrapped
## 6518                                                                                                                  I predict my top genre will be POP #SpotifyWrapped
## 6519                                                     Ok but this is gonna be my reaction if I get DSMP as a genre on #SpotifyWrapped again.. https://t.co/OYfKjBq8KA
## 6520                                                                                                               I predict my top genre will be [jpop] #SpotifyWrapped
## 6521                                                                                                I predict my most played song will be talk that talk #SpotifyWrapped
## 6522                                                                                I predict my most played song will be [Titi me pregunto- @sanbenito] #SpotifyWrapped
## 6523                                                                                                                      So when can I show my hoodie 🫣 #SpotifyWrapped
## 6524                                                                                            I predict my most played song will be Have Mercy - Chloe #SpotifyWrapped
## 6525                                                                                                            Your #SpotifyWrapped just leaked https://t.co/tyNkawMNiz
## 6526                                                                                           Just kidding. I predict my top artist will be No Pressure #SpotifyWrapped
## 6527                                                                                                         IF YOU DONT DROP IT #SpotifyWrapped https://t.co/l3ugfGOahF
## 6528                                                                             I predict my top podcast will be the off menu podcast!!! who guessed it #SpotifyWrapped
## 6529                                                                                                                                              Cuteee #SpotifyWrapped
## 6530                           Top 16 Digital Marketing Trends for 2023!!\nNew Article Update:- https://t.co/ZOABJXFP3t\n\n#marketing #business… https://t.co/0RixykdVKH
## 6531                                                                               The amount of people going absolutely feral waiting for #SpotifyWrapped is hilarious.
## 6532                                                                                                                                         #SpotifyWrapped Post Malone
## 6533                                                                                                        I predict my top artist will be taylor swift #SpotifyWrapped
## 6534                                                                       I predict my top artist will be @SaraBareilles if it’s not this is all a scam #SpotifyWrapped
## 6535                                                         real picture of me seeing #SpotifyWrapped trending only to find out its not out yet https://t.co/h0xpj5QcTa
## 6536                                                                                                          I predict my top artist will be @taiverdes #SpotifyWrapped
## 6537                                                                #SpotifyWrapped artist predictions ~\n1. ariana grande \n2. chris brown\n3. ksi\n4. aitch\n5. eminem
## 6538                                                                                    I predict my most played song will be spring 1 by max richter... #SpotifyWrapped
## 6539                                                                                   I predict my most played song will be tuned in freestyle by Megan #SpotifyWrapped
## 6540                        #SpotifyWrapped but for @hole19golf. I want to know what my biggest slice was and how many times I lapped three-putted a birdie opportunity.
## 6541                                                                                                               I predict my top podcast will be none #SpotifyWrapped
## 6542                                                                                                  I predict my top genre will be musical theatre duh #SpotifyWrapped
## 6543                                                                              I predict my most played song will be [wish that i could] by @whoisumi #SpotifyWrapped
## 6544                                                                                                              I predict my top artist will be twice  #SpotifyWrapped
## 6545                                                                                   I predict my most played song will be Welcome to the Moulin Rouge #SpotifyWrapped
## 6546                                                                                     I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped
## 6547                                                omg my top podcast will be return to the shadows 100% its the only podcast i keep up with every week #SpotifyWrapped
## 6548                                                                                                                I predict my top genre will be kpop  #SpotifyWrapped
## 6549                                                                                                       I predict my top artist will be @MariahCarey  #SpotifyWrapped
## 6550                        #SpotifyWrapped is trending already (32K tweets 😱) and it hasn't even dropped yet. 😁 I'm ready for my inevitable fa… https://t.co/VNSfELQ7BX
## 6551                                                                                                           Who else is waiting for spotify wrapped ?#SpotifyWrapped.
## 6552                                                                                                              I predict my top genre will be R&amp;B #SpotifyWrapped
## 6553                                                                              I predict my top artist will be 5sos or Taylor, it’s too close to call #SpotifyWrapped
## 6554                                                                                                            I predict my top artist will be Duckwrth #SpotifyWrapped
## 6555                                                                                      I predict my top podcast will be BingetownTV/ Guilty Pleasures #SpotifyWrapped
## 6556                         I predict my most played song will be Ferrari by @IsaacDunbar I’ve been listening to balloons don’t float here non… https://t.co/gRcW7hrzGh
## 6557                                                                                              Pira nesse line up beberes!!!\n#SpotifyWrapped https://t.co/ziTsg6TRek
## 6558                                                                           My top artist this year is ultimately a tossup between Beyoncé and TWICE. #SpotifyWrapped
## 6559                                                                                                      I predict my top artist will be arctic monkeys #SpotifyWrapped
## 6560                                                                                                      I predict my most played song will be [ballin] #SpotifyWrapped
## 6561                                                                                               I predict my most played song will be "Slipping Away" #SpotifyWrapped
## 6562                                                                                                       I predict my top artist will be [The Beatles] #SpotifyWrapped
## 6563                                                                                                       I predict my most played song will be d4 ‼️‼️‼️‼️ #SpotifyWrapped
## 6564                                                                    I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped @banter  maybe
## 6565                                        Wake up people. These are YOUR CHILDREN!  #wakeup #SpotifyWrapped #ImranKhan #RedVelvetBirthdayParty https://t.co/UflIxx6l6D
## 6566                                                           furiously listening to Kelly Clarkson all day so she’s not fully shut out of my #SpotifyWrapped this year
## 6567                                                         I will be asking to see everyone’s #SpotifyWrapped, I’m a nosy bitch and love seeing what people listen to.
## 6568                                                                           I predict my most played song will be \n2 Be Loved (Am I Ready) by @lizzo #SpotifyWrapped
## 6569                                                                                                  I predict my most played song will be [In My Life] #SpotifyWrapped
## 6570                                                                  I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped Ed Sheeran i guess
## 6571                        The Spotify wrapped layout needs to change cause I’ve just replied to someone’s insta story and asked someone how w… https://t.co/hxqI6o5D8x
## 6572                                                                             I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped Dance Pop
## 6573                                                                                            @PizToken Wonderful Project #MattHanock #SpotifyWrapped #ghanablackstars
## 6574                                               I predict my most played song will be [fill in top song prediction] #SpotifyWrapped Supermarket Flowers by Ed Sheeran
## 6575                                                                                                     I predict my top artist will be Raleigh Ritchie #SpotifyWrapped
## 6576                                                                                                 Everybody’s gonna know that I’m a mentally ill simp #SpotifyWrapped
## 6577                        Visual On The Way 🎥🎥 #BlackAdam #Rebirth\n\n #SpotifyWrapped #RedVelvet #CyberMondayAmazon #hiphop #JHOPEatMAMA2022… https://t.co/UCP4XhAwIB
## 6578                               Go crazy on these mashups/Blendz !!!#SpotifyWrapped #CyberMonday #ImACeleb #LilUziVert #wannarock #uncleluke… https://t.co/I0wFsd83sS
## 6579                                                                                                              i predict my top artist will be corbyn #SpotifyWrapped
## 6580                                                                                              I predict my most played song will be My Ordinary Life #SpotifyWrapped
## 6581                        We were excited to find out that one of the pregnant women went into labour right after we left. Thanks to the free… https://t.co/4is21t6tGI
## 6582                        I predict my top 5 will be full of songs I didn’t think I listened to much and ultimately isn’t as cool as I though… https://t.co/1BpyxZP4m5
## 6583                                                                                                I predict my top artist will be my chemical romance  #SpotifyWrapped
## 6584                               damn for 90 dollars you could get 11 months of twitter blue. #SpotifyWrapped #Twittershutdown #ElonGoatToken… https://t.co/tyOxwLmnwr
## 6585                                                                                 I have retuned… #Fucktheeldest #SpotifyWrapped #MattHanock #CyberMonday #ThreeLions
## 6586                                                                                                    I predict my top genre will be pop / alternative #SpotifyWrapped
## 6587                                                                             I predict my most played song will be We Are No Saints by Blind Channel #SpotifyWrapped
## 6588                                                                                                                 I don't have high hopes for my 2022 #SpotifyWrapped
## 6589                                                                                                i predict my most played song will be burn by corbyn #SpotifyWrapped
## 6590                                                                                                            I predict my top artist will be twice fs #SpotifyWrapped
## 6591                                                                                                 I predict my top genre will be Christian and Gospel #SpotifyWrapped
## 6592                                                                                                        I predict my most played song will be august #SpotifyWrapped
## 6593                                                                                   I predict my most played song will be foundations of decay by mcr #SpotifyWrapped
## 6594                                                                                                      I predict my top artist will be @taylorswift13 #SpotifyWrapped
## 6595                                                          Gucci Icecream in a new Bentley Continental 👀🙌🏽 \n#ghanablackstars #SpotifyWrapped https://t.co/oyaeGtWFtR
## 6596                                                                                                   I predict my top podcast will be EXPERTAS EN NADA #SpotifyWrapped
## 6597                                                                                          I predict my top podcast will be 8 hours of box fan sounds #SpotifyWrapped
## 6598                                                        🐝🎧 #SpotifyWrapped #NewMusic ManMan - "Head On (Hold On To Your Heart)" https://t.co/Z2OVBFJmMF via @YouTube
## 6599                                                                                      I predict my most played song will be The Funeral by @yungblud #SpotifyWrapped
## 6600                                                                                                        I predict my top artist will be Taylor Swift #SpotifyWrapped
## 6601                                         I predict my most played song will be [All Too Well (10 Minute Version) (Taylor’s Version) From The Vault.] #SpotifyWrapped
## 6602                                                                              I predict my most played song will be [City of angels by DEMI LOVATO ] #SpotifyWrapped
## 6603                                                                                              I predict my most played song will be IVE's After Like #SpotifyWrapped
## 6604                                                                                                              I predict my top genre will be [K-Pop] #SpotifyWrapped
## 6605                                                                                                        I predict my top artist will be [SET IT OFF] #SpotifyWrapped
## 6606                                                                                                               what’s everybody wearing to #SpotifyWrapped this year
## 6607                      It's the most wonderful time of the year...\n\nWho else is counting down the days until they get their Spotify-wrappe… https://t.co/zkSuGbhgI5
## 6608                                                                                                     I predict my top artist will be [Rina Sawayama] #SpotifyWrapped
## 6609                                                                                                I predict my most played song will be [boy with luv] #SpotifyWrapped
## 6610                                                                     I predict my top podcast will be [i have literally never listened to a podcast] #SpotifyWrapped
## 6611                           Me waiting for my #SpotifyWrapped knowing my kids have been playing their "music" on my profile for most of 2022. https://t.co/ScC0nDC73v
## 6612                                                    I predict my top artist will be  @theweeknd no doubt. 🤔🔮#SpotifyWrapped #TheWeeknd #Abel https://t.co/aplQ5H5J36
## 6613                                                                                     I predict my most played song will be feels like the first time #SpotifyWrapped
## 6614                        Don’t let your loneliness tempt you to reconnect with toxic people,you wouldn’t drink poison just because you’re th… https://t.co/HyXz6rP6YF
## 6615                                                                   I predict my most played song will be Skillet - The Resistance #SpotifyWrapped\n#2017 #GoldenYear
## 6616                                                                                               I predict my most played song will be [Hold The Girl] #SpotifyWrapped
## 6617                                                                                                              I predict my top artist will be [ghost #SpotifyWrapped
## 6618                                                                                           I predict my most played song will be [AFTER LIKE by IVE] #SpotifyWrapped
## 6619                                                                                                             I predict my top genre will be [metal?] #SpotifyWrapped
## 6620                        Today's affirmation: 'Through the power of my thoughts and words, incredible transformations are happening in me an… https://t.co/8bX77fnlwb
## 6621                        @PopBase @dimash_official will be at the #1 spot at my #SpotifyWrapped this year! Last year as well and very confid… https://t.co/Vhe0jk6YGj
## 6622                                                                                                      I predict my top artist will be [ @edsheeran ] #SpotifyWrapped
## 6623                                                                                                       I predict my top artist will be Gracie Abrams #SpotifyWrapped
## 6624                                                                               I predict my most played song will be [get to the top by goro majima] #SpotifyWrapped
## 6625                                #EXTRAINCOME scammed me\n#Cyberpolice\n#FBI\n#18000\n#SpotifyWrapped \n#StarAcademy https://t.co/ZhzqE2Y5rC… https://t.co/bmrf9bJ3sM
## 6626                                                                        I predict my top artist will be Streetlight Manifesto because I am the worst #SpotifyWrapped
## 6627                                                                                      I predict my top podcast will be none, i fucking hate podcasts #SpotifyWrapped
## 6628                                                                                         Been waiting for a long time now. 100k+ this time hopefully #SpotifyWrapped
## 6629                                                                                                         I predict my top artist will be Lemon Demon #SpotifyWrapped
## 6630                                                                         Release #SpotifyWrapped so I can make a blog post about it and post it everywhere! @Spotify
## 6631                                                                                                                                       where is it 👀 #SpotifyWrapped
## 6632                                                                                                                 I predict my top genre will be Rock #SpotifyWrapped
## 6633                                                                                 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 6634                                                                             Hell of a line-up for C.C.HawkleyFest! #Spotify #SpotifyWrapped https://t.co/c5c5mmZu6u
## 6635                                                                                                                                     i’m ready hurry #SpotifyWrapped
## 6636                                                                                     I predict my most played song will be Two Trucks by Lemon Demon #SpotifyWrapped
## 6637                                                   I predict my top podcast will be sibling rivalry or Loonas cover of all I want for Christmas LMAO #SpotifyWrapped
## 6638                                                                                                                I predict my top artist will be Rema #SpotifyWrapped
## 6639                        #USDT [x]  GBP verification both spammy and non spammy category in any country including locksmith in USA INSTANT V… https://t.co/nTjQXizscy
## 6640                                          I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped probably @Adele I’d be shocked if it’s not
## 6641                                                                                                             I predict my top genre will be Afrobeat #SpotifyWrapped
## 6642                                                                                                            I predict my top artist will be El Fary\n#SpotifyWrapped
## 6643                                                                                                            I predict my top genre will be Showtunes #SpotifyWrapped
## 6644                                                                                                           I predict my top artist will be @DaniFdez #SpotifyWrapped
## 6645                                                                                                      I predict my top artist will be The Weeknd ofc #SpotifyWrapped
## 6646                                     #SpotifyWrapped 2022: Release date and why the last two months of the year are not included in results\nhttps://t.co/IInad2MB3z
## 6647                                                                                                              I predict my top artist will be #LOONA #SpotifyWrapped
## 6648                                                                                                   I predict my most played song will be [wine-rema] #SpotifyWrapped
## 6649                                                                                                        I predict my top artist will be Loona OFCCCC #SpotifyWrapped
## 6650                                                                                                                  I predict my top genre will be Pop #SpotifyWrapped
## 6651                                                                                 I predict my most played song will be Favorite (Vampire) by NCT 127 #SpotifyWrapped
## 6652                                                                                                              I predict my top genre will be kpop 😂😐 #SpotifyWrapped
## 6653                                                                                                       I predict my top artist will be [@flaviofdzz] #SpotifyWrapped
## 6654                                                                         WHERE TF IS MY SPOTIFY WRAPPED. IM TIRED OF WAITING #SpotifyWrapped https://t.co/TVZdyOj0e6
## 6655                                                                                                            I predict my top genre will be kpop obvi #SpotifyWrapped
## 6656                                                                                               I predict my most played song will be Blinding Lights #SpotifyWrapped
## 6657                                                                    I predict my most played song will be "Somebody's Son" by Tiwa Savage and Brandy #SpotifyWrapped
## 6658                                                                                            I predict my most played song will be playback by #loona #SpotifyWrapped
## 6659                                                                                                                                         Excited for #SpotifyWrapped
## 6660                                                                                        I predict my most played song will be Girl Front and Why Not #SpotifyWrapped
## 6661                                                                                                          I predict my top artist will be Little Mix #SpotifyWrapped
## 6662                                                                                                      I predict my top artist will be [ADELE ofccc ] #SpotifyWrapped
## 6663                                                                                         I predict my most played song will be Do We Have A Problem? #SpotifyWrapped
## 6664                                                                                                                  I predict my top genre will be pop #SpotifyWrapped
## 6665                                                                 It's that time of year #SpotifyWrapped and I don't care, I'm excited to see... bring it on!! NOW!!!
## 6666                                                                                                         I predict my top artist will be Flower Face #SpotifyWrapped
## 6667                                                                              E go hard to fear \nwoman aswear\n#CyberMonday #SpotifyWrapped https://t.co/ND8dyFAXmV
## 6668                                                                                            I predict my most played song will be [someone like you] #SpotifyWrapped
## 6669                                                                                                         I predict my top artist will be @LornaShore #SpotifyWrapped
## 6670                                                                                                    I predict my most played song will be Between Us #SpotifyWrapped
## 6671                                                                                    I predict my most played song will be Sugar Water by Flower Face #SpotifyWrapped
## 6672                                                                                      So whose going to be your most streamed artist of the year? 😃🎶 #spotifywrapped
## 6673                                                                             I predict my most played song will be Thug So Long by Money Mark Diggla #SpotifyWrapped
## 6674                                                I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped @FourFunnies it gonna be these mfs
## 6675                                                                                    I predict my most played song will be No Fun by Armin van Buuren #SpotifyWrapped
## 6676                                                                                      I predict my most played song will be [All LANA DEL REY SONGS] #SpotifyWrapped
## 6677                                                                                                      I predict my top podcast will be @LateKickJosh #SpotifyWrapped
## 6678                        I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped Avicii dawg my music taste ain’t change in the last 10 years
## 6679                                                                                                      I'm eager to see them\n#SpotifyWrapped https://t.co/C9iECnPurf
## 6680                                                                                                               I predict my top genre will be [#Rap] #SpotifyWrapped
## 6681                                                                      I predict my top artist will be @MoneyMarkDiggla duh!  #SpotifyWrapped https://t.co/6LV5kdC6vP
## 6682                                                                                 Predicting the chaos of my #SpotifyWrapped before it drops. https://t.co/n5LxVCVBqo
## 6683                                                                     I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped pop im that bitch
## 6684                             This track got released only last week and it just might feature in my #SpotifyWrapped\n\nAbsolutely brilliant… https://t.co/ffgdpgPMah
## 6685                                                           MAFIA by Travis Scott I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 6686                                                                              I predict my top artist will be THE WORLD’S CURRENT BIGGEST GIRL GROUP #SpotifyWrapped
## 6687                        I predict my most played song will be [fill in top song prediction] #SpotifyWrapped dawg it’s gonna be somewhere in… https://t.co/YnwHvSmmvl
## 6688                        I like how #SpotifyWrapped is trending and it's not even out yet. Goes to show how good Spotify wrapped is and Spot… https://t.co/kwto3iU7Ut
## 6689                                                                I predict my top artist will be Mac Miller Or Giveon [fill in top artist prediction] #SpotifyWrapped
## 6690                                                                                                   I predict my top artist will be @KnucklePuckIL 🫶🏻 #SpotifyWrapped
## 6691                                                                                   I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped
## 6692                                                                                                           I predict my top podcast will be [BANTER] #SpotifyWrapped
## 6693                       I predict my top artist will be DIMASH QUDAIBERGEN 💕 #SpotifyWrapped\n\nTraveled 1900km to Prague + 6000km to Almaty… https://t.co/1GAfmlJzz8
## 6694                                                                                                      I predict my top artist will be The Driver Era #SpotifyWrapped
## 6695                                                                                                                I predict my top genre will be pop 🌞 #SpotifyWrapped
## 6696                                                                               I predict my top podcast will be A Hot Dog is a Sandwich by @Mythical #SpotifyWrapped
## 6697                                                                                     Neon Diamomd 🎨\n#StevenUniverse #SpotifyWrapped #artist https://t.co/pKpSsGvK1P
## 6698                        Tips: It's not just Spotify that has a year-end wrap-up feature, Apple Music does too! Here's how to get your Apple… https://t.co/x8lNgrkvu2
## 6699                                                                                                                             Why I can’t get my #SpotifyWrapped ? 😒😣
## 6700                                                                                       I predict my most played song will be PINK PUSSY BY BLACKPINK #SpotifyWrapped
## 6701                                                                                                          I predict my top podcast will be ESPN FC.  #SpotifyWrapped
## 6702                                                                                                               I predict my top artist will be [BTS] #SpotifyWrapped
## 6703                                                            i was goin thru a lot this year so i have no idea what mine is gonna look like this year #SpotifyWrapped
## 6704                           I know I’m bias but this would be the best festival EVER and my toddler would be entertained at the same time 🤣🤣… https://t.co/MR0DAimei5
## 6705                                                                                                              I predict my top genre will be [K-Pop] #SpotifyWrapped
## 6706                                                 Me getting anxious for my #SpotifyWrapped when I know damn well it’s just gonna be fall out boy and Greta van fleet
## 6707                                                                                                                I predict my top genre will be Pop.  #SpotifyWrapped
## 6708                                                                                                             Rhinestone Homo #SpotifyWrapped https://t.co/tGaR82ujcY
## 6709                           Album Of The Day 🎶 \nSlightly Stoopid- Everything you need 2003\n\n#Music #Spotify #SpotifyWrapped #Playlisy #Fyp https://t.co/hGJTQOupqA
## 6710                                                                                                      I predict my top artist will be [Taylor Swift] #SpotifyWrapped
## 6711                                                                                                I predict my most played song will be Run BTS by BTS #SpotifyWrapped
## 6712                              Warning graphic content viewer discretion advised 18 and over  #armedguard #TikTokGirls #robbery #shootsfired… https://t.co/BU6aJyYC5a
## 6713                        Here are some of my recent TikTok videos I’ve made it! See more of my video at my TikTok! I hope you guys like them… https://t.co/LgRY2UBak9
## 6714                                                                                     I predict my top artist will be [Kid Cudi or The Lonely Island] #SpotifyWrapped
## 6715                                                                                                             if dsmp is a genre on mine i'll kms btw #SpotifyWrapped
## 6716                                                                                                               I predict my top artist will be [BTS] #SpotifyWrapped
## 6717                                                                                                      I predict my top artist will be @eltonofficial #SpotifyWrapped
## 6718                                                                                              i predict my top podcast will be @LoDelEyeliner✨🛐\n\n #SpotifyWrapped
## 6719                                                                                                            I predict my top artist will be lovejoy  #SpotifyWrapped
## 6720                                                                                                                                       COME ON NOWWW #SpotifyWrapped
## 6721                                                                                                      I predict my top podcast will be two hot takes #SpotifyWrapped
## 6722                                                                                            I predict my most played song will be [Big Energy Remix] #SpotifyWrapped
## 6723                        I predict my top 5 on #SpotifyWrapped artists will be (not in order) phoebe bridgers, two door cinema club, maybe a… https://t.co/VKyHFH5fP2
## 6724                      I predict my most played song will be [fill in top song prediction] #SpotifyWrapped \n \nThe midnight sky is the road… https://t.co/eDs7ouYv7x
## 6725                                                                                                    I predict my most played song will be TXT - 20cm #SpotifyWrapped
## 6726                        Don’t lemme catch yo homeboy lookin at me like a foolin no good ratta tat booty fool! Aha! Chuckle*! Lawd if I catc… https://t.co/HCX66bAxTI
## 6727                                                          I predict my top genre will be Probably Dream SMP, cause of my phase early on in the year. #SpotifyWrapped
## 6728                                                                                                      I predict my top artist will be Taylor Swift?? #SpotifyWrapped
## 6729                                                                                                                              WHEN ARE YOU DROPPING? #SpotifyWrapped
## 6730                                                                                                   I predict my most played song will be As it was 🤭 #SpotifyWrapped
## 6731                          Computer repair service in #USA \nhttps://t.co/rWq0xwGLdc\n\n#Analytics #5G #MachineLearning #AI #Python  #NLProc… https://t.co/VfEvbs61lb
## 6732                                                                                                 I predict my top genre will be [Polish Alternative] #SpotifyWrapped
## 6733                                                                                                             I predict my top genre will be teen pop #SpotifyWrapped
## 6734                                                                                        I predict my most played song will be avril lavigne- bite me #SpotifyWrapped
## 6735                                                                                 #SpotifyWrapped i will commit crimes if i get dsmp on my spotify wrapped once again
## 6736                                                                                      i predict it'll call me mentally ill , emo and gay all at once #SpotifyWrapped
## 6737                          Computer repair service in #USA \nhttps://t.co/rWq0xwXOfc\n\n#Analytics #5G #MachineLearning #AI #Python  #NLProc… https://t.co/42Kvg4q42v
## 6738                                                                                                        I predict my top artist will be taylor swift #SpotifyWrapped
## 6739                                                                                          I predict my most played song will be roadtrip by dream... #SpotifyWrapped
## 6740                                                                                                            I predict my top artist will be doja cat #SpotifyWrapped
## 6741                                                    SLEEP 😴\nEAT 🍱\nEVENT 🤵🏻\nREPEAT 💫\n\n#Embk #lifeofeventmanager #eventlife #events #要要搞定個要 #SpotifyWrapped
## 6742                       ‘We want to make sure the cost of living crisis is linked with the climate crisis at all times.’ \nOur third episode… https://t.co/1HIgtlXand
## 6743                                                                                                       I predict my top artist will be [Lemon Demon] #SpotifyWrapped
## 6744                                                                         I predict my most played song will be I’m Still Standing by @eltonofficial  #SpotifyWrapped
## 6745                                                                                                            I predict my top artist will be [Vukovi] #SpotifyWrapped
## 6746                                                                                        I predict my most played song will be We Major - Kanye West  #SpotifyWrapped
## 6747                          Computer repair service in #USA \nhttps://t.co/rWq0xwGLdc\n\n#Analytics #5G #MachineLearning #AI #Python  #NLProc… https://t.co/1QhWxl8An3
## 6748                          Computer repair service in #USA \nhttps://t.co/rWq0xwXOfc\n\n#Analytics #5G #MachineLearning #AI #Python  #NLProc… https://t.co/BTsDkaqZBi
## 6749                                                                                      I predict my most played song will be [The Bravery - Hatef--k] #SpotifyWrapped
## 6750                        If you're too impatient to wait for #SpotifyWrapped you can just use https://t.co/P18VPe6Fea to see what you've bee… https://t.co/ilc3bYW2s4
## 6751                                            Rap is definitely gonna be my most played genre this year, no idea about the most played song though.\n\n#SpotifyWrapped
## 6752                                                                                                         No but for real tho #SpotifyWrapped https://t.co/ZAOr8eZhYy
## 6753                     My #SpotifyWrapped prediction.\n\n1. All the Grief Ritual material I played repeatedly for practise\n2. Misfits becaus… https://t.co/duGv56fQkN
## 6754                                                                                                I predict my most played song will be BTS Boy in Luv #SpotifyWrapped
## 6755                          Computer repair service in #USA \nhttps://t.co/rWq0xwXOfc\n\n#Analytics #5G #MachineLearning #AI #Python  #NLProc… https://t.co/wxolgEMkW3
## 6756                                                                     i rise from the ashes to tweet my excitement for #SpotifyWrapped \n\nthen i dissipate once more
## 6757                          You are never too old to chase your dreams ❤️\n\n#SpotifyWrapped\n#NewProfilePic #FIFAWorldCupQatar2022 \n#Pakistan https://t.co/9DyTYcMM56
## 6758                                                                                                        I predict my top artist will be @TXT_bighit  #SpotifyWrapped
## 6759                                                                                                   I predict my top podcast will be very really good #SpotifyWrapped
## 6760                       Gorgeous shoes o available as seen\n\nBiko patronize me o 🙏🏽🙏🏽\n\n#SpotifyWrapped #ghanablackstars #MondayMotivation… https://t.co/dnlxNJLyqw
## 6761                                                                                                      I predict my top artist will be arctic monkeys #SpotifyWrapped
## 6762                          Computer repair service in #USA \nhttps://t.co/rWq0xwGLdc\n\n#Analytics #5G #MachineLearning #AI #Python  #NLProc… https://t.co/Sb38s7ud8C
## 6763                                                                                                                       Not surprised if it’s Lovejoy #SpotifyWrapped
## 6764                                                                                           #SpotifyWrapped that time of the year again when my black card gets taken
## 6765                                                                                                                I predict my top artist will be joji #SpotifyWrapped
## 6766                                                                                                           I predict my top genre will be indie rock #SpotifyWrapped
## 6767                                                                                            If my top Artist isn’t My Chemical Romance, I will riot. #SpotifyWrapped
## 6768                                                                                                           If #SpotifyWrapped doesn't come on December 1st chile....
## 6769                                                                                                       I predict my top podcast will be distractable #SpotifyWrapped
## 6770                                                                #SpotifyWrapped me trying to listen to all my favourites so they can make it https://t.co/0ApgGB4ELN
## 6771                          Computer repair service in #USA \nhttps://t.co/rWq0xwGLdc\n\n#Analytics #5G #MachineLearning #AI #Python  #NLProc… https://t.co/P1HHWL2c9b
## 6772                                                                                                       I predict my top artist will be Ari or Billie #SpotifyWrapped
## 6773                                                                                                                I predict my top genre will be [EDM] #SpotifyWrapped
## 6774                                                                                            I predict my most played song will be No. 1 party anthem #SpotifyWrapped
## 6775                                                                                                         I predict my top artist will be [fightstar] #SpotifyWrapped
## 6776                                                    I predict my most played song will be "Wichita Lineman" by Glen Campbell #SpotifyWrapped https://t.co/1kRgOSK16T
## 6777                                                                                        I predict my most played song will be para ti by @tsuyunoshi #SpotifyWrapped
## 6778                                                                                                                                      I'm scared pls #SpotifyWrapped
## 6779                                                                                                                I predict my top genre will be K-pop #SpotifyWrapped
## 6780                                                                                                   I predict my top genre will be [uk post-hardcore] #SpotifyWrapped
## 6781                                                                                                                I predict my top genre will be [Pop] #SpotifyWrapped
## 6782                        Got some Black Friday and cyber Monday deals left on the Vibes collection for a limited time. Show some love on the… https://t.co/ZvEPjhfplO
## 6783                                                             when yall see itzy sneakers at the top of my #SpotifyWrapped mind your business https://t.co/MDivgZO5hk
## 6784                                                                                                     I predict my top artist will be  CHASE ATLANTIC #SpotifyWrapped
## 6785                                                                                            I predict my most played song will be [Neon - Televisor] #SpotifyWrapped
## 6786                                                                                                        I predict my top artist will be [Ed Sheeran] #SpotifyWrapped
## 6787                                                                                                       I predict my top artist will be BTS qn más pa #SpotifyWrapped
## 6788                                                                                                        I predict my top artist will be Taylor Swift #SpotifyWrapped
## 6789                                                   I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped #JungKook https://t.co/rjIYxRaRpz
## 6790                                                                                                        I predict my top artist will be [Kanye West] #SpotifyWrapped
## 6791                                                                                                      I predict my most played song will be molly 😋😋 #SpotifyWrapped
## 6792                                                   I was lying to myself that’s why I needed proof of what I knew, you never loved me. #artofhealing #SpotifyWrapped
## 6793                        i predict that my top artist will be One Direction, my top genre will be pop and my top song will be Miss You by Lo… https://t.co/jqL02O9Ibk
## 6794                                                I predict my most played song will be [Blinding Lights by @theweeknd] #spotifywrapped2022\n#SpotifyWrapped\n@Spotify
## 6795                       Did you know that...\n22nd May 2010, Bitcoin recorded its first real life transaction when a Man Spent 10,000 bitcoi… https://t.co/OcU0luIgtV
## 6796                                                                                      I predict my most played song will be Belter by Gerry Cinnamon #SpotifyWrapped
## 6797                                                                                                      I predict my most played song will be Peroxide #SpotifyWrapped
## 6798                     Last year my Spotify Wrapped flamed me for listening to one song &gt;1,100 times so I’m excited to see what song I hyp… https://t.co/lkQItQDZRg
## 6799                                                                                                               I predict my top podcast will be IDFK #SpotifyWrapped
## 6800                      Looking at this I cannot imagine how messed up my #SpotifyWrapped will be \n\nP.S. - Hariharan being there tells me t… https://t.co/acp1zc0SQt
## 6801                    How to stay focused &amp;  motivated always.... How ? How ? How ? \n#SpotifyWrapped #FIFAWorldCupQatar2022 #CyberMonday… https://t.co/eab8iPIog1
## 6802                                       i know for a fact that my top song is gonna be like real people do by hozier, i don’t even have to predict it #SpotifyWrapped
## 6803                                                                                                            I predict my top genre will be Hip-Hop✨ #SpotifyWrapped
## 6804                                                                                                        I predict my top artist will be Lana Del Rey #SpotifyWrapped
## 6805                                                                                                        I predict my top artist will be Taylor Swift #SpotifyWrapped
## 6806                      I predict my top genre will be POP #SpotifyWrapped\n\nBut my most played artist being @dimash_official you never know… https://t.co/4O4rXhQrRp
## 6807                                                                                  I predict my most played song will be ARSON LOCO AWANTE JHOPEEEEEE #SpotifyWrapped
## 6808                                                                                          I predict my most played song will be [Sail by AWOLNATION] #SpotifyWrapped
## 6809                                                             I predict my most played song will be Pink Venom by @BLACKPINK #SpotifyWrapped\nhttps://t.co/wialpk0GqC
## 6810                                                                                          I predict my most played song will be [Desaparecer - Mora] #SpotifyWrapped
## 6811                                                                                                          I predict my top genre will be Alternative #SpotifyWrapped
## 6812                         Spending time with my old friends this morning, I love hearing their funny stories, it always makes me feel better… https://t.co/z2sjLa94cV
## 6813                                                                       I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped #Pop #KPOP #RnB
## 6814                          ASMR makeup 💋 #asmr #makeupartist #MattHanock #ghanablackstars #Indigo #FIFAWorldCupQatar2022 #乌鲁木齐 #ImACeleb… https://t.co/BuHI525Flg
## 6815                                                                                      I predict my top podcast will be [On Wednesdays we wear black] #SpotifyWrapped
## 6816                                                                             I predict my most played song will be High By The Beach by Lana Del Rey #SpotifyWrapped
## 6817                      Waiting for #SpotifyWrapped , but this is a good consolation prize in the meantime. \nLet's call this: \nMillennial M… https://t.co/eQWf35Uqgd
## 6818                                                                                                       I predict my top artist will be Taylor Swift  #SpotifyWrapped
## 6819                                                                                       She’s only in it for the fans 🤑 #SpotifyWrapped #Live https://t.co/GMBOXkeUPW
## 6820                                                                                                 I predict my most played song will be Anyone - SVT  #SpotifyWrapped
## 6821                                                                                                           I predict my top genre will be indie/ pop #SpotifyWrapped
## 6822                                                                                            I just hope my music taste not as depressed as last year #SpotifyWrapped
## 6823                                                                                              I predict my top artist will be @littlemix… as always 💚#SpotifyWrapped
## 6824                                                                               I predict my top podcast will be ya no escucho podcasts, Spotify nmms #SpotifyWrapped
## 6825                                                                                                           I predict my top artist will be [Creeper] #SpotifyWrapped
## 6826                                                                                                                              #SpotifyWrapped is a holiday each year
## 6827                                                                                                             DROP IT ALREADY #SpotifyWrapped https://t.co/nase31Oh0J
## 6828                                                                                    Wait for end 😂\n#ahilsaif_a1 #viralvideo #SpotifyWrapped https://t.co/09xp6tFAT8
## 6829                                                                                        I predict my most played song will be [Running up that Hill] #SpotifyWrapped
## 6830                        I predict my most played song will be Separate Ways (World Apart) - Bryce Miller/Alloy Track Remix by Journey and S… https://t.co/vwXrWiejmn
## 6831                                                                        I predict my top artist will be [ I want it to be Lana but it’s taytayyy🥹❤️❤️] #SpotifyWrapped
## 6832                                  I predict my most played song will be [fill in top song prediction] #SpotifyWrapped #Dreamers by #JungKook https://t.co/SIzDUlAEi7
## 6833                                                                                                         I predict my top artist will be @Stray_Kids #SpotifyWrapped
## 6834                                                                                                               I predict my top artist will be Morat #SpotifyWrapped
## 6835                                                                                                        I predict my top artist will be Harry Styles #SpotifyWrapped
## 6836                                                                        I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped taylor swift
## 6837                                                                                                    I predict my top podcast will be [anything goes] #SpotifyWrapped
## 6838                                                                                                   I predict my top genre will be pop/pop en español #SpotifyWrapped
## 6839                                                                                            I predict my most played song will be [dont even bother] #SpotifyWrapped
## 6840                                                                                                                              I'm sick of waiting #SpotifyWrapped 😒😒
## 6841                                                                                                                I predict my top genre will be [Emo] #SpotifyWrapped
## 6842                                                                                                             I predict my top podcast will be banter #SpotifyWrapped
## 6843                                                                                                  I predict my top artist will be [Taylor Swift] duh #SpotifyWrapped
## 6844                                                                      I predict my top podcast will be @eblancoradio (lo escucho todas las semanas…) #SpotifyWrapped
## 6845                                                                                               I predict my top artist will be BTS without any doubt #SpotifyWrapped
## 6846                                                     I predict my top artist will be @demilovato #SpotifyWrapped (i will riot if it’s not i’ve worked hard for this)
## 6847                                                                                               I predict my most played song will be Llamada Perdida #SpotifyWrapped
## 6848                                                                                                             I predict my top artist will be Lovejoy #SpotifyWrapped
## 6849                                                                                             I predict my top genre will be bts cuz the genre is bts #SpotifyWrapped
## 6850                                                                                            I predict my most played song will be [Home by Cavetown] #SpotifyWrapped
## 6851                                                                                                                I predict my top genre will be [pop] #SpotifyWrapped
## 6852                                                                                                    I predict my top genre will be dream smp or emo? #SpotifyWrapped
## 6853                        Some people be out there and say no shit when you speak wrong English but when you sing the wrong lyrics you better… https://t.co/7HO90j8wGQ
## 6854                                                                                                           I predict my top artist will be [ROSALIA] #SpotifyWrapped
## 6855                                                              I don’t know where we gon be this year. Will the trap or depression win out this year. #SpotifyWrapped
## 6856                                  I predict my most played song will be [We Rollin!? OR Elevated?] \n\n#SpotifyWrapped  #spotifywrapped2020… https://t.co/AAYS9ae1co
## 6857                                                                                                    I predict my most played song will be [cardigan] #SpotifyWrapped
## 6858                                       Listen to the most recent episode of my podcast: Into The Nite Energy Drink  https://t.co/rb6bx13kZp… https://t.co/EGZ1935mCA
## 6859                                                                       I predict my top artist will be [fill in top artist prediction]BURUKLYN BOYZ😎 #SpotifyWrapped
## 6860                                                                                                     I predict my top artist will be Rauf &amp; Faik #SpotifyWrapped
## 6861                                                                                                              I predict my top genre will be Hip-Hop #SpotifyWrapped
## 6862                                                                                 I predict my most played song will be either #butter or #YetToCome  #SpotifyWrapped
## 6863                                                                        I predict my most played song will be [Fightstar - Grand Unification Part 1] #SpotifyWrapped
## 6864                                                                I predict my top podcast will be [What the fresh hell is this ?] with @stanzipotenza #SpotifyWrapped
## 6865                                                                      I predict my top artist will be @brakence  #SpotifyWrapped randy if you ain't I'ma be in shock
## 6866                                                                                                         I predict my top podcast will be awesome :d #SpotifyWrapped
## 6867                                                                            not really that excited for #SpotifyWrapped because i know exactly who is gonna be there
## 6868                                                                    I predict my most played song will be Beyoncé - Break My Soul #SpotifyWrapped no surprise there!
## 6869                                                                                                      I predict my top artist will be [Taylor swift] #SpotifyWrapped
## 6870                                                                                                                 I predict my top genre will be Rock #SpotifyWrapped
## 6871                                                                 I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped\n\n@3LadsInThePub
## 6872                                                                                                          I predict my top artist will be KANYE WEST #SpotifyWrapped
## 6873                                                                                                   I predict my top podcast will be @officeladiespod #SpotifyWrapped
## 6874                                                                     I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped\n\nFontaines DC
## 6875                                                                                                  I predict my most played song will be maybe by mgk #SpotifyWrapped
## 6876                                                                                                         I predict my top artist will be @chrisbrown #SpotifyWrapped
## 6877                                                                                   I predict my most played song will be Fuck About It by Waterparks #SpotifyWrapped
## 6878                                                                                                        I predict my top artist will be @alessiacara #SpotifyWrapped
## 6879                                                                                                       I predict my top genre will be [pop/teen pop] #SpotifyWrapped
## 6880                                                                         I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped\n\nIndie Punk
## 6881                                                I predict my most played song will be [fill in top song prediction] #SpotifyWrapped\n\nA lucid Dream - Fontaines D.C
## 6882                        Meanwhile people are busy making memes about their #SpotifyWrapped , I am just glad we don't have a #YouTubeWrapped… https://t.co/IdaJG5OQfa
## 6883                                                                                                   I predict my top artist will be miss taylor swift #SpotifyWrapped
## 6884                                                                                                      I predict my top artist will be Arctic Monkeys #SpotifyWrapped
## 6885                                                                                                I predict my most played song will be [cruel summer] #SpotifyWrapped
## 6886                                                                                      I predict my most played song will be [Scars To You Beautiful] #SpotifyWrapped
## 6887                                                                                                     I predict my top genre will be Alternative Rock #SpotifyWrapped
## 6888                                                                                                        I predict my top artist will be Taylor Swift #SpotifyWrapped
## 6889                                 two of my fav Pilipino asian miss universe fc fancam edit 📹 💟 \n\n#KPOP #Kardashians #Hollywood #Bollywood… https://t.co/drA4WErCGX
## 6890                                                                         I predict my most played song will be [an Interlude Called "Circus" - Saba] #SpotifyWrapped
## 6891                           If you are in jos bauchi Kaduna Abuja \nYou have no reason to miss this event...inbox me now to get your tickets… https://t.co/FhoLZme3km
## 6892                                                                                             I think my #SpotifyWrapped may really shock me! https://t.co/zoYCzPBxpm
## 6893                                                                                        I predict my top artist will be @BTS_twt (easy prediction 😁) #SpotifyWrapped
## 6894                                                                          I predict my most played song will be Good Old Fashioned Loverboy by Queen #SpotifyWrapped
## 6895                       Check out my Gig on Fiverr: be your expert amazon fba consultant, virtual assistant https://t.co/C3K6T51ouY \nWHAT A… https://t.co/hI2rMExFTU
## 6896                                                                                              I predict my most played song will be out of my system #SpotifyWrapped
## 6897                                                                                                  I predict my top artist will be falling in reverse #SpotifyWrapped
## 6898                                                                                                @chartdata #SpotifyWrapped Let Go/Time,Hip hop,@aaronmay /@803mayjor
## 6899                                  @RTLnieuws Hello @kI00tzak 👆@sjuul2023 @DeSloperT @TjarlieShien @Al_Capsones @Ramsterdamm #SpotifyWrapped… https://t.co/jjtzPK9dLT
## 6900                                                                                                     I predict my top podcast will be solved murders #SpotifyWrapped
## 6901                                                                                                         I predict my top artist will be [green day] #SpotifyWrapped
## 6902                                                         Masterpiece by @MIWband i predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 6903                                                                                                    I just know my top artist this year will be Baby #SpotifyWrapped
## 6904                  Patronize ur girl\nMarket don land \nVery strong and affordable\n15,500\nEach 3in 1\nSingle 12000\nMake Buhari and APC no… https://t.co/e2dhLjvdrY
## 6905                                                                                                        I predict my top artist will be  @lilbaby4PF #SpotifyWrapped
## 6906                                                                                          if you're a #SpotifyWrapped kinda #podcast person: https://t.co/KlhgFs6SzT
## 6907                                                                                 I predict my most played song will be shut up and drive by @rihanna #SpotifyWrapped
## 6908                                                                                                                 I predict my top genre will be Rock #SpotifyWrapped
## 6909                                                                                If only......\n#SpotifyWrapped #SpotifyFestival #Spotifyfest https://t.co/JLh7gMhAjT
## 6910                                                                                                 I predict my most played song will be [cherub rock] #SpotifyWrapped
## 6911                                  Curiosity😐\nWhat is written on the #shirt 🤔\n\n#CyberMonday \n#SpotifyWrapped \n#tshirtdesign \n#tshirtday https://t.co/0iIVFcF6jm
## 6912                                                                                                        I predict my top artist will be [@runjewels] #SpotifyWrapped
## 6913                                                                                                Any good music for the start of the week?🔥 #NewMusic #SpotifyWrapped
## 6914                                                                                                        I predict my most played song will be Mbappé #SpotifyWrapped
## 6915                                                                                                              I predict my top genre will be [K-Pop] #SpotifyWrapped
## 6916                                                                                                        I predict my top artist will be taylor swift #SpotifyWrapped
## 6917                         I predict my top podcast will be the Still With you or Ddaeng podcast bc those @BTS_twt songs aren’t on Spotify so… https://t.co/MP1rD3US7e
## 6918                          Computer repair service in #USA \nhttps://t.co/rWq0xwGLdc\n\n#Analytics #5G #MachineLearning #AI #Python  #NLProc… https://t.co/QXnNLfruM1
## 6919                                                                                                                  I predict my top genre will be pop #SpotifyWrapped
## 6920                         Please let me know when y’all restock this merch @TeamAriana &amp; @RepublicRecords  #SpotifyWrapped #ArianaGrande… https://t.co/fGHYb72qfS
## 6921                               This is the mood right here when ya know ya in the vibe music fire 🔥. Link to video: https://t.co/HipEv8u8Yd… https://t.co/sCqqPOdkAh
## 6922                                                                                                                                      It’s #SpotifyWrapped season 👀👀
## 6923                          Computer repair service in #USA \nhttps://t.co/rWq0xwGLdc\n\n#Analytics #5G #MachineLearning #AI #Python  #NLProc… https://t.co/Mu1ocGyfVj
## 6924                                 I predict my most played song will be О'кей by @dimash_official #SpotifyWrapped\n\nhttps://t.co/gXJxLlFyfp… https://t.co/fMIOrE44sg
## 6925                                                                                                     I predict my top artist will be Starset, again. #SpotifyWrapped
## 6926                                                                                                              GIVE IT TO ME  #SpotifyWrapped https://t.co/4dWlaEexLU
## 6927                                                    I predict my most played song will be [fill in top song prediction] #SpotifyWrapped\nGetaway car. Taylor Swift ❤️
## 6928                                                                              My most played song of 2022.\n#SpotifyWrapped prove me wrong 🤣 https://t.co/dLGRoXFJwV
## 6929                          Computer repair service in #USA \nhttps://t.co/rWq0xwGLdc\n\n#Analytics #5G #MachineLearning #AI #Python  #NLProc… https://t.co/Bup4kHNKkc
## 6930                                                                             Autumn leaves falling down like…🍁\n#SpotifyWrapped #TaylorSwift https://t.co/miThuTy23O
## 6931                                                                                                                 I predict my top genre will be Rock #SpotifyWrapped
## 6932                                                                                                       I predict my top podcast will be [una mamada] #SpotifyWrapped
## 6933                                                                                                     I predict my most played song will be CARNAGE!! #SpotifyWrapped
## 6934                                                                                                          I predict my top artist will be FLOPNA !!! #SpotifyWrapped
## 6935                                                                               I predict my most played song will be It has begun by Starset, again. #SpotifyWrapped
## 6936                          Computer repair service in #USA \nhttps://t.co/rWq0xwXOfc\n\n#Analytics #5G #MachineLearning #AI #Python  #NLProc… https://t.co/QDZZvmcY5u
## 6937                                                                   Pumpkin cake pops #pumpkincakepops  #SpotifyWrapped #bakedgoods #SmallBiz https://t.co/4ZT12qwNDK
## 6938                                                                                                I predict my top artist will be [BTS o Taylor Swift] #SpotifyWrapped
## 6939                                                         I predict my top artist will be Ari totes obvi [feeling: 🤩 new era] #SpotifyWrapped https://t.co/zWGHVEZaXs
## 6940                                                           I predict my top artist will definitely be @BTS_twt and it’s members throughout my top 5. #SpotifyWrapped
## 6941                                                                                                    I predict my top artist will be [arctic monkeys] #SpotifyWrapped
## 6942                                                                    When you remember that Spotify Wrapped comes out soon... #SpotifyWrapped https://t.co/HECgYp44dX
## 6943                                                                                                              I predict my top genre will be [K-pop] #SpotifyWrapped
## 6944                                                                                                        I predict my top artist will be Taylor Swift #SpotifyWrapped
## 6945                                                                                                                 I predict my top artist will be TIX #SpotifyWrapped
## 6946                                                                                                        I predict my top artist will be Travis Scott #SpotifyWrapped
## 6947                                     I predict my top podcast will be Violating Community Guidelines with Brittany Broski and Sarah Schauer… https://t.co/Gf6E4VqmjV
## 6948                                                                                              I predict my most played song will be [MORE by j-hope] #SpotifyWrapped
## 6949                          Computer repair service in #USA \nhttps://t.co/rWq0xwXOfc\n\n#Analytics #5G #MachineLearning #AI #Python  #NLProc… https://t.co/7Aj8dO3XSL
## 6950                                                             I predict my most played song will be @BTS_twt’s Butter  bc I helped stream that to 1B  #SpotifyWrapped
## 6951                                                                                          Would you come to my festival 👉🏽👈🏽 #SpotifyWrapped https://t.co/Mn1ZKZwAFT
## 6952                                                                                                                  I predict my top genre will be pop #SpotifyWrapped
## 6953                                                                               I predict my most played song will be 90210 - Travis Scott, Kacy Hill #SpotifyWrapped
## 6954                             https://t.co/e4acX6mKgc please show love #FIFAWorldCupQatar2022 #StarAcademy #CyberMonday #SUPERBALISTBIRTHDAY… https://t.co/j9iw4vymTR
## 6955                          Computer repair service in #USA \nhttps://t.co/rWq0xwXOfc\n\n#Analytics #5G #MachineLearning #AI #Python  #NLProc… https://t.co/jlFUjDoDNP
## 6956                                                                                           I predict my most played song will be Fallen Angel by TIX #SpotifyWrapped
## 6957                                                                                                    I predict my top podcast will be @DramaQueensOTH #SpotifyWrapped
## 6958                                               Root, third eye and crown chakra sound bath. Plus some bonus Oracle messages at the end. 😌🫶🏾… https://t.co/Wpv7c6kYMk
## 6959                                                                                                    I predict my top artist will be  #LouisTomlinson #SpotifyWrapped
## 6960                                                       Can’t wait to share my #Spotifywrapped, knowing full well absolutely no fucker cares about what I listen to X
## 6961                                                     I predict my top podcast will be... Probably none 😭 or a podcast that i listened to only once 💀 #SpotifyWrapped
## 6962                                                                                                       I predict my top artist will be bts obviously #SpotifyWrapped
## 6963                                                                                                  I predict my most played song will be Mic Drop BTS #SpotifyWrapped
## 6964                                                                                                        I predict my top artist will be Taylor Swift #SpotifyWrapped
## 6965                                                                                                           GIVE IT TO ME NOW #SpotifyWrapped https://t.co/oeGH6qL2bM
## 6966                                                                                           I predict my most played song will be [Life Goes On- BTS] #SpotifyWrapped
## 6967                                                                                            I predict my top artist will be Taylor Swift para variar #SpotifyWrapped
## 6968                                                                                I predict my top artist will be [Ariana Grande] cuz that’s sister !!!#SpotifyWrapped
## 6969                                                                                              I predict my most played song will be Sound of Madness #SpotifyWrapped
## 6970                                                                                                                  I predict my top genre will be Pop #SpotifyWrapped
## 6971                                                                                              I predict my top artist will be [Isaac App or J. Cole] #SpotifyWrapped
## 6972                                                                                            I predict my top artist will be Taylor Swift com certeza #SpotifyWrapped
## 6973                                                                                                      I predict my top genre will be Dance Pop maybe #SpotifyWrapped
## 6974                                                         I predict my most played song will be run bts by bts or tu no vives así by bad bunny ㅋㅋㅋ #SpotifyWrapped
## 6975                                                                                       I predict my most played song will be You’re On Your Own, Kid #SpotifyWrapped
## 6976                                                                    I predict my most played song will be\nIf you're too shy (Let me know) The 1975  #SpotifyWrapped
## 6977                                                                                                                  I predict my top genre will be Pop #SpotifyWrapped
## 6978                                                                                                          I predict my top podcast will be [idk lol] #SpotifyWrapped
## 6979                                                                                                     I predict my most played song will be As It Was #SpotifyWrapped
## 6980                    #SpotifyWrapped predictions:\n- top song: fiebre de bad gyal\n- top artist: bad gyal\n- top genre: idk tbh \n- top podc… https://t.co/NcAL6mh3qz
## 6981                                                                                                        I predict my top artist will be Dreamcatcher #SpotifyWrapped
## 6982                                                                                                    Every year I live for my #SpotifyWrapped https://t.co/56sqttgxMS
## 6983                                                                 @ndtv It was total propoganda of BJP @AnupamPKher @PMOIndia @smritiirani #SpotifyWrapped #RedVelvet
## 6984                                               #SpotifyWrapped \nPretending I don’t care about my spotify wrapped so it comes faster \n\nMe: https://t.co/Kw6Kj9hq9F
## 6985                                                                                                                I predict my top genre will be [Rap] #SpotifyWrapped
## 6986                                                              #SpotifyWrapped is trending, but, have you checked out our article about it? \nhttps://t.co/ZBzMWDtcTy
## 6987                                                                              I predict my most played song will be [My Little Love by Adele] #SpotifyWrapped purrrr
## 6988                                                                                                     I predict my top artist will be Michael Jackson #SpotifyWrapped
## 6989                                                                          I really prefer Apple Music to Spotify, but they need their own version of #SpotifyWrapped
## 6990                                                                                                I predict my top artist will be [the music industry] #SpotifyWrapped
## 6991                                                                                                       I predict my top podcast will be [Impaulsive] #SpotifyWrapped
## 6992                                                                                     I predict my most played song will be [Moment - Worlds Version] #SpotifyWrapped
## 6993                                                                                                       I predict my top artist will be Selena Gomez  #SpotifyWrapped
## 6994                                                                                                                 I predict my top genre will be Kpop #SpotifyWrapped
## 6995                                                                                                                I predict my top genre will be [Pop] #SpotifyWrapped
## 6996                                                                                                             I predict my top podcast will be (idfk) #SpotifyWrapped
## 6997                                                                                                         I got hyped seeing Spotify wrapped trending #SpotifyWrapped
## 6998                                                                                                       I predict my top artist will be [$uicideboy$] #SpotifyWrapped
## 6999                                                                                          I predict my most played song will be The 1 - Taylor Swift #SpotifyWrapped
## 7000                                                                                                                  I predict my top genre will be Pop #SpotifyWrapped
## 7001                                                                                                I predict my most played song will be [Cruel Summer] #SpotifyWrapped
## 7002                                                                                      I predict my most played song will be Entrancing (Siyeon solo) #SpotifyWrapped
## 7003                                                                                                               I predict my top artist will be [BTS] #SpotifyWrapped
## 7004                                                         REMOVE THE DSMP GENRE ISTG WHY WOULD YOU PUT LEMON DEMON IN THAT CATEGORY????? FUCK YOU!!!  #SpotifyWrapped
## 7005                                                                                                         I predict my top artist will be Steve Lacy  #SpotifyWrapped
## 7006                                                                                                                I predict my top genre will be [rap] #SpotifyWrapped
## 7007                                                                                                   the internet is going to break when #SpotifyWrapped gets released
## 7008                                                                                    I predict my most played song will be [anti hero by taylorswift] #SpotifyWrapped
## 7009                                                                                  I predict my most played song will be Calm Down by Rema and Selena #SpotifyWrapped
## 7010                                                you know Spotify is despondent that this ‘instafest’ thing is going viral days before they put out #SpotifyWrapped 😂
## 7011                                                      sorry, I can't listen to Christmas music until after I see my #SpotifyWrapped because I can't have that jacked
## 7012                          80% local products cheese from KZN and some of EC the rest around Gp and Mp #SpotifyWrapped #ZumaDay #ThankYouZuma https://t.co/CwGMS34HgV
## 7013                                                                                             I predict my most played song will be [basics by TWICE] #SpotifyWrapped
## 7014                                                                                                          I predict my top artist will be 100% ateez #SpotifyWrapped
## 7015                        @RSprachrohr @jenskochphoto my prediction for my top-played artist on #SpotifyWrapped 2022 is @RSprachrohr... \nbut… https://t.co/fnugjtl5vL
## 7016                                                                                 I predict my most played song will be 10 minutes 10 years by Tennis #SpotifyWrapped
## 7017                                                                            I predict my top artist will be @LovelyPeach2001 #SpotifyWrapped https://t.co/4h7wJIvUwG
## 7018                                                                                                   I predict my top genre will be kpop for sure lmao #SpotifyWrapped
## 7019                                                                           @BTS_twt\nI predict my top artist will be [fill in top artist prediction] #SpotifyWrapped
## 7020                                                                                                       I predict my top podcast will be [jay shetty] #SpotifyWrapped
## 7021                                                                                           I predict my most played song will be most likely Deja Vu #SpotifyWrapped
## 7022                                                                              @BlazeAella Great #music\nhttps://t.co/fOUqR8VfFH\n#twitter #instafest #SpotifyWrapped
## 7023                                                                                                       I predict my top artist will be (Harry maybe) #SpotifyWrapped
## 7024                                                                                                      I predict my top artist will be @taylorswift13 #SpotifyWrapped
## 7025                                                                           Pop/kpop\n\nI predict my top genre will be [fill in top genre prediction] #SpotifyWrapped
## 7026                                   Before Spotify Wrapped goes out - please know I’ve been going through some shit this year\n\n #SpotifyWrapped #spotifywrapped2022
## 7027                                                                                                               I predict my top artist will be [BTS] #SpotifyWrapped
## 7028                                     Kota Industry album is out 🔥🔥🔥...link on the pinned tweet...#SpotifyWrapped #BrazilvsSerbia #MattHanock https://t.co/fyw98OLa76
## 7029                                                                                                     #SpotifyWrapped not what i expected 🙈🙈🙈 https://t.co/SyTLsTTAJ7
## 7030                                                                                               I predict my top artist will be Jill Scott or Solange #SpotifyWrapped
## 7031                                                                                                      I predict my top artist will be [taylor swift] #SpotifyWrapped
## 7032                                                                                          i’m so positive that rain sounds for sleep will be on it 😭 #SpotifyWrapped
## 7033                                                                  equal sign \n\nI predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 7034                                                                                                                    Ooooogh something for me to do\n #SpotifyWrapped
## 7035                                                                                                      I predict my most played song will be Skeleton #SpotifyWrapped
## 7036                                                                                                      I predict my top artist will be [all time low] #SpotifyWrapped
## 7037                                                                                                               I predict my top genre will be [kpop] #SpotifyWrapped
## 7038                                                                                                I don't want to see the chaos that my #SpotifyWrapped was this year.
## 7039                                                                     Anxiously awaiting my #SpotifyWrapped I’m sure it’s filled with Reggae, R&amp;B and Afrobeats 😝
## 7040                                                                                         I predict my most played song will be "SWEAT" by @zaynmalik #SpotifyWrapped
## 7041                                                                                                        I predict my top genre will be [pop punk???] #SpotifyWrapped
## 7042                                                                                               I predict my most played song will be [bad decisions] #SpotifyWrapped
## 7043                                              cant wait for my #SpotifyWrapped to show me ive only listened to kpop in 2022 and ateez was my most listened artist 🙂🙂
## 7044                                                                                            I predict my top genre will be (it'll be pop most likely)#SpotifyWrapped
## 7045                                                                                                          I predict my top artist will be Stray Kids #SpotifyWrapped
## 7046                                                           I predict my most played song will be [Human by The Killers or Nice2KnoU by all time low] #SpotifyWrapped
## 7047                         Wickedness can weediciously🌿💨 be define as, when you give out my jobs to other people, and billing me when you are… https://t.co/Wb9uppZqzS
## 7048                                                                                     I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped
## 7049                                                                                                             I predict my top genre will be Neo-Soul #SpotifyWrapped
## 7050                                                                                                                 I predict my top genre will be kpop #SpotifyWrapped
## 7051                                                                                                                   IM READY  #SpotifyWrapped https://t.co/fZvUrpxgXE
## 7052                                                                                 @Spotify change my mind\n.\n.\n@SpotifyNews #SpotifyWrapped https://t.co/bYlxEfdRtg
## 7053                                Actually scared for my #SpotifyWrapped I know its gonna be a mix of heartbreak, bad bitches, community dick &amp; gunman shift 😂🤟🏾🇯🇲
## 7054                                                        I predict my most played song will be Lessons From My Mistakes...but I Lost Your... By Liv.e #SpotifyWrapped
## 7055                                    This user lifts HEAVY weight, eat clean and design automobiles 🦾🦾😌😌...\n📸 @Ellfund001  @Julioussegun_01… https://t.co/fPgVIF03fi
## 7056                                                                        I predict my most played song will be either Vienna or Soldier, Poet, King.  #SpotifyWrapped
## 7057                                                                                  I predict my top podcast will unfortunately be @comedytraphouse  😂 #SpotifyWrapped
## 7058                                                                            I predict my most played song will be (believe me I have no fcking idea) #SpotifyWrapped
## 7059                                                                                          I predict my most played song will be [Monster by SLANDER] #SpotifyWrapped
## 7060                                                                                            I predict my top podcast will be https://t.co/UV17FT3zUc #SpotifyWrapped
## 7061                                                                                                        I predict my top artist will be Taylor Swift #SpotifyWrapped
## 7062                                                               i don't need my spotify wrapped to tell me that i'm mentally ill, i already know that #SpotifyWrapped
## 7063                                                                                                                 I predict my top genre will be Rock #SpotifyWrapped
## 7064                                                                                                    Successs Mantra: \n\nPurpose\nDirection\nGoal\n\n#SpotifyWrapped
## 7065                                                                                                                My #SpotifyWrapped this year https://t.co/LzC3jxSU7a
## 7066                                                                                          Oh my. What a festival. #instafest #SpotifyWrapped https://t.co/U5F5EpfsEB
## 7067                                                                                                                  I predict my top genre will be pop #SpotifyWrapped
## 7068                      Im on tenterhooks waiting for my #SpotifyWrapped   \n\n100% it'll be embarrassing middle age mix of 80s 90s, a spatte… https://t.co/fB3r5IoJll
## 7069                                                                                                       So nice to see people get excited about music #SpotifyWrapped
## 7070                                                                                                      I predict my most played song will be Coraline #SpotifyWrapped
## 7071                                                                                              @Spotify drop #SpotifyWrapped ASAPP i physically can't wait i will die
## 7072                                                                                                                  I predict my top genre will be pop #SpotifyWrapped
## 7073                                                                                                      I predict my top artist will be [Taylor Swift] #SpotifyWrapped
## 7074                                                                                                             my predictions  #SpotifyWrapped https://t.co/3qUu5HQcl8
## 7075                        That's a cool sunset in the wild. Isn't it? Explore with https://t.co/6dVlSNlmNc the amazing Uganda and the whole E… https://t.co/wmFCTko0bh
## 7076                                                                                         Me waiting for my #SpotifyWrapped\n#MusicWithDME\n\nhttps://t.co/WSXbPUrGOA
## 7077                                                                                                          I predict my top genre will be [Dance Pop] #SpotifyWrapped
## 7078                                                                                                       I predict my top podcast will be [uhhhhhhhh😭] #SpotifyWrapped
## 7079                                                                                        I predict my most played song will be [ poula me by pyx lax] #SpotifyWrapped
## 7080                                                                                              I predict my top artist will be Florence + The Machine #SpotifyWrapped
## 7081                         I wonder if TBZ will make it on my #SpotifyWrapped 🥺 I’m sorry I re-discovered y’all this late in the year T-T But… https://t.co/dXHgSqiFgp
## 7082                                                                                    I predict my top artist will be [ @TheKolors  @Stash_theKOLORS ] #SpotifyWrapped
## 7083                                                                                                            I predict my top artist will be [Eminem] #SpotifyWrapped
## 7084                                 Design Challenge Day 2: Design the iPhone @Apple settings page. \n@Daviowhite \n#uiuxdesign #productdesign… https://t.co/F00VwiRg8w
## 7085                                                                                                            I predict my top genre will be [Hip Hop] #SpotifyWrapped
## 7086                                                                                 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 7087                                                                                     I predict my most played song will be [Lose Yourself by Eminem] #SpotifyWrapped
## 7088                                                                                                             I predict my top artist will be [yaaaa] #SpotifyWrapped
## 7089                       Hello guys, our new video is out about @McDonalds go and watch and please do share and subscribe\nA mind blowing sto… https://t.co/9eBirTFEhT
## 7090                                                                                                         I predict my top genre will be [el wrapped] #SpotifyWrapped
## 7091                                                                                                 I predict my top genre will be [rock/pop/retrowave] #SpotifyWrapped
## 7092                                                                      I predict my top artist will be [ DEBS, Transtornado, Demi, Ariana BlackPink ] #SpotifyWrapped
## 7093                                                                                                            I predict my top artist will be @5SOS!!! #SpotifyWrapped
## 7094                                                                                                    I predict my most played song will be [necesito] #SpotifyWrapped
## 7095                                                                                                          I predict my top artist will be THE BOYZ\n #SpotifyWrapped
## 7096                                                                         I predict my most played song will be Everything Goes On by Porter Robinson #SpotifyWrapped
## 7097                        so excited for #SpotifyWrapped but not excited for the influx of miserable people who must make it known to all tha… https://t.co/MmInuzDUv2
## 7098                      Who else can’t wait for the #SpotifyWrapped this year?🥹 \n\n#spotifywrapped2022 Making sure the love for music remain… https://t.co/5GqmjBbgk9
## 7099                                                                                                                 I predict my top artist will be BTS #SpotifyWrapped
## 7100                                                                                                      I predict my top artist will be @taylorswift13 #SpotifyWrapped
## 7101                                                                                                        I predict my most played song will be ATWTMV #SpotifyWrapped
## 7102                                              I NEED TO KNOW IF EMINEM IS STILL NO. 1 FOR MUSIC CAN IT PLEASE HAPPEN ALREADY #SpotifyWrapped https://t.co/PFTIjh13RQ
## 7103                                                                                                                 I predict my top genre will be Kpop #SpotifyWrapped
## 7104                                                                                   I predict my top podcast will be [My Brother My Brother &amp; Me] #SpotifyWrapped
## 7105                                                                                   I predict my top artist will be either #AndrewGarfield or @Hozier #SpotifyWrapped
## 7106                        A new poem written by me is upload on youtube please listen and show some love to it \nLink:https://t.co/3P1USBumBN… https://t.co/dBxFf2MLgm
## 7107                                                                                                     I predict my most played song will be That That #SpotifyWrapped
## 7108                                                                                                        I predict my top artist will be Taylor Swift #SpotifyWrapped
## 7109                                                                  Unpopular opinion i loved the design of wrapped last year i thought it was awesome #SpotifyWrapped
## 7110                                                                              I predict my most played song will be brick by brick by arctic monkeys #SpotifyWrapped
## 7111                               I really enjoy interacting with random peoples on social media  #SpotifyWrapped #ImACeleb #MexicoVsArgentina… https://t.co/8NbnouAlbo
## 7112                                                              I keep trying to switch over to apple music cause of the sound but...how am I gonna my #SpotifyWrapped
## 7113                                                                                    I predict my most played song will be punisher - phoebe bridgers #SpotifyWrapped
## 7114                                                                                               I predict my most played song will be [Midnight Rain] #SpotifyWrapped
## 7115                                   New music from my band The Honour! Click the link to add our single to your Spotify or Apple Music list!… https://t.co/dyZ3Y2kqSC
## 7116                      GHANA 🇬🇭 BOMMMM 🇸🇳🇸🇳🇸🇳🇸🇳(304+odds) ✅✅✅✅✅✅✅\nPERSONAL STAKE AND HIGH STAKE FROM VVIP SUBSCRIBERS \n  \n   ADMIN… https://t.co/gRXL1U9fJw
## 7117                                                                                       I predict my most played song will be [BLACKOUT- @TheKolors ] #SpotifyWrapped
## 7118                                                                                                            I predict my top artist will be [ DEBS ] #SpotifyWrapped
## 7119                                                                                                                I predict my top genre will be [SKA] #SpotifyWrapped
## 7120                                                                                 I predict my most played song will be Hits Different @taylorswift13 #SpotifyWrapped
## 7121                                                                                                   I predict my top podcast will be @TheSunnyPodcast #SpotifyWrapped
## 7122                                                                                        I predict my most played song will be Someone new by @Hozier #SpotifyWrapped
## 7123                                     COMPARE AND CONFIRM 🌹\n\n@Assured_Fixed0 \n\n📞, telegram or WhatsApp +2348165400910\n\n#SpotifyWrapped… https://t.co/QLd01gODZE
## 7124                                                                               #SpotifyWrapped \nWaiting for spotify wrapped be like \n\nMe: https://t.co/nE8EfVk4Rz
## 7125                                                                                                        I predict my top artist will be Taylor Swift #SpotifyWrapped
## 7126                 HAPPY MONDAY!\nSupport your favorite Podcasts!!\n\nApple👇\nhttps://t.co/b3yHkdIMrp\nSpotify👇\nhttps://t.co/qzkeEKC12p\nLin… https://t.co/7lhng9nVMQ
## 7127                                                                                                      I predict my top artist will be @taylorswift13 #SpotifyWrapped
## 7128                                                                                                        I predict my top genre will be [ Pop music ] #SpotifyWrapped
## 7129                                       @robreiner You’re right Bob. Is Reiner Jewish ?\nNo more Jewish Media brainwashing.  #SpotifyWrapped… https://t.co/jhitzkO0IM
## 7130                                                                                                         I predict my top artist will be $uicideboy$ #SpotifyWrapped
## 7131                        Before #SpotifyWrapped drops I need everyone to know that I found out in march that epic rap battles was on Spotify… https://t.co/RguvIdKhyw
## 7132                                One of my most underrated hip-hop projects!! Don’t sleep now 😴Click the link!!! \n\nhttps://t.co/Gw1X3Pfaj9… https://t.co/bloPfQ8jAe
## 7133                            SHARE VOTE TRUMP 2024!!!#Blacklivesmatter #DemocraticParty  #wehatetrump #DonaldTrumpFAILEDAmerica #DonaldTrump… https://t.co/IgMwvAT6BJ
## 7134                                                                                                          I predict my top artist will be The Weeknd #SpotifyWrapped
## 7135                                                                       glad we’re talking about how ratchet this design is   #SpotifyWrapped https://t.co/272abmCX5o
## 7136                                                                                                            my most listened artist will be Lil Peep #SpotifyWrapped
## 7137                      Hello guys, introduce Erzabell cave 👋💟 #staracademy2022 #บัวผันฟันยับ #사랑하는찬열아_생일축하해 #乌鲁木齐 #SpotifyWrapped https://t.co/v4RTiZZzTh
## 7138                                                                             I predict my most played song will be probably Daydreaming or Satellite #SpotifyWrapped
## 7139                                                        I predict my top artist will be @carlyraejepsen #SpotifyWrapped this is the most nerve wracking time of year
## 7140                                                                                   I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped
## 7141                                                                                                                I predict my top artist will be [Ye] #SpotifyWrapped
## 7142                        This project looks very interesting. I am interested, and I will support this project until it is successful accord… https://t.co/Un2fTAcmBr
## 7143                                                                                       I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped
## 7144                                                                                 I predict my most played song will be [ Nice n' Rough by @debsdabs] #SpotifyWrapped
## 7145                                                                                 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 7146                                                                                     i predict my most played song will be Lovebirds by Life in Idle #SpotifyWrapped
## 7147                                                                                                           I predict my top genre will be indie folk #SpotifyWrapped
## 7148                                                         I predict my top podcast will be Podcast Para Tudo by @Lorelay_Fox  #SpotifyWrapped https://t.co/OHC9GYD2fD
## 7149                                                        Me pretending to be shocked to see TWICE as my number 1 artist in my #SpotifyWrapped https://t.co/PGd2MTVMdp
## 7150                                                                                                   I predict my top genre will be Drum And Bass #SpotifyWrapped lmao
## 7151                                                                                                    I predict my top artist will be [D Block Europe] #SpotifyWrapped
## 7152                                                                 i predict my most played song will be [delilah (pull me out of this - fred again..] #SpotifyWrapped
## 7153                                                                                                                     Reage br #SpotifyWrapped #FIFAWorldCupQatar2022
## 7154                                                                                                                                      Let's gooooo!! #SpotifyWrapped
## 7155                                                                                                              I predict my top genre will be [ Rap ] #SpotifyWrapped
## 7156                                                                                                       I predict my top artist will be Taylor Swift  #SpotifyWrapped
## 7157                                                                                                            I predict my top podcast will be rSlash. #SpotifyWrapped
## 7158                                                                                                            I predict my top artist will be [Laufey] #SpotifyWrapped
## 7159                                                                                                    I predict my most played song will be [Overseas] #SpotifyWrapped
## 7160                                                                                                           I predict my top artist will be Owl City. #SpotifyWrapped
## 7161                       Welcome back #UCM students!! \nNow that Thanksgiving has come and gone…when is it okay to start listening to Christm… https://t.co/Jk4yhXmpNV
## 7162                            Here is what u ment what @SBF_FTX saying BAOUT EVERYONE IN #Crypto #SpotifyWrapped #BlockFi  check this out  ..… https://t.co/3s5MKR6RnG
## 7163                            Wednesday &amp; Enid 🖤💖 @TimBurton20 @TimBurtonDaily @ghettogothicx @gothictheatre #gothic #gothgirls #乌鲁木齐… https://t.co/73i197eHf0
## 7164                        #Islamabad\n#CTO Traffic Dr. Syed Mustafa Tanveer was appreciated by the Prime Minister of #Pakistan for making the… https://t.co/RFGX4S0a7S
## 7165                                                                                          I predict my most played song will be Running Up That Hill #SpotifyWrapped
## 7166                                                                                                       I predict my top artist will be [$uicideboy$] #SpotifyWrapped
## 7167                                                                                                   I predict my most played song will be Traffic Jam #SpotifyWrapped
## 7168                                                                                                               I predict my top genre will be metal. #SpotifyWrapped
## 7169                                                                                         #SpotifyWrapped is coming which means the gay Super Bowl is about to begin.
## 7170                                               Clues you might have curly / wavy hair!!! #StarAcademy #SpotifyWrapped #FIFAWorldCupQatar2022 https://t.co/idJs13jEih
## 7171                                                                                     I predict my most played song will be [L8r Boi - @ashnikko] 🔥🔥🔥 #SpotifyWrapped
## 7172                                                                                                                                          Seated for #SpotifyWrapped
## 7173                                                                              I predict my most played song will be ABC by @polyphia and @Sophartso  #SpotifyWrapped
## 7174                                                                                        I predict my most played song will be "Rasputin" by Boney M. #SpotifyWrapped
## 7175                        It's fine your on my contact and you don't call nor reach me but abeg it's wrong for you to reach out to me when yo… https://t.co/JKzs3L71io
## 7176                                                                                I predict my top artist will be RED VELVET (pag hindi, sorry aken) 🥹 #SpotifyWrapped
## 7177                                                               I predict my most played song will be 4 AM by D Wizz, Lancey Foux, and Poundside Pop. #SpotifyWrapped
## 7178                            Dusty Plankton - Round Again \nOUT NOW on spotify \nhttps://t.co/qxqxYcEqfz\n#distrokid #SpotifyWrapped #Spotify https://t.co/rlRpaAEEna
## 7179                                                                                     I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped
## 7180                                                                                       I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped
## 7181                                                                                                 I predict my top artist will be i think paul simon🤔 #SpotifyWrapped
## 7182                  HELP RETWEET PLS 🙏\n\n(Foreign Used) Affordable 2017 Toyota Corolla \nPrice: 8.8Million Naira\n\nDM📩 for more info or\nCa… https://t.co/MGAmKsMxgZ
## 7183                                                                                 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 7184                         i wonder what my  #SpotifyWrapped will look like this year.  I think this is my second year of using this app.  I miss tidal but this works
## 7185                                                           I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped \n\npodcasts are cringe
## 7186                                                                                                      i predict my top artist will be conan gray tbh #SpotifyWrapped
## 7187                              I predict my most played song will be [fill in top song prediction] #SpotifyWrapped \nall too well (10 min version) (taylor's version)
## 7188                       I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped \n\nchloe moriondo no doubt, for how… https://t.co/0BdjbJRv5w
## 7189                                                                                               #SpotifyWrapped  comes out in a couple of days?? highlight of my week
## 7190                                                         waiting for my  #SpotifyWrapped as if i don’t already know what’s gonna be on there https://t.co/blxwfO4HjQ
## 7191                                                                                                I predict my top podcast will be The Magnus Archives #SpotifyWrapped
## 7192                                                                                                   I predict my top artist will be [ DARSHAN RAVAL ] #SpotifyWrapped
## 7193                                                                                 I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped \npop
## 7194                                                                                                       I predict my top artist will be Taylor Swift  #SpotifyWrapped
## 7195                                                                      I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped \ntaylor swift
## 7196                      I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped \n\nyee so idk like indie rock but spot… https://t.co/9nErA7Dcwa
## 7197                                                 I already know that my #SpotifyWrapped will mostly consist of @GerryAndersonTV soundtracks. https://t.co/izbw7oxnEE
## 7198                                                                         I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped  \n80/20?
## 7199                                                                                                      I predict my top genre will be rock or Britpop #SpotifyWrapped
## 7200                        Wtf is wrong with these ppl??? What happened to sticks and stones can break my bones but I’m strong enough that wor… https://t.co/5WPs7GM8vO
## 7201                                                                                                             I predict my top genre will be #Desipop #SpotifyWrapped
## 7202                                                                        Hear Fall season vol.1, a playlist on #SoundCloud \nhttps://t.co/NoTZpbdDpd  #SpotifyWrapped
## 7203                                                  I just want my #SpotifyWrapped so I can see all of the Taylor Swift and Harry Styles songs I listened to this year
## 7204                       @KDKA This is every #Republican's dream.\n\nIt's a terrifying time to be a Black man in America. The #Trump scum can… https://t.co/tmuXziIIRV
## 7205                                                                                         I predict my most played song will be dancing queen by abba #SpotifyWrapped
## 7206                                                                                   I predict my most played song will be body paint - arctic monkeys #SpotifyWrapped
## 7207                                                                          I predict my most played song will be [Masterpiece by Motionless in White] #SpotifyWrapped
## 7208                      I predict my most played song will be [fill in top song prediction] #SpotifyWrapped \n\nwow very fancy anyways juliet… https://t.co/yYGQwlQXnW
## 7209                                The mobile phone Engineers at the end of the street😂😂😂\n\n|| #hookup Nzaza Uruguay Oriyomi Calabar Ati Zigi… https://t.co/2gbHX4YeU2
## 7210                         Imagine watching #FamilyGuy during #gym class #SpotifyWrapped #MattHanock #Indigo #FIFAWorldCupQatar2022 #ImACeleb… https://t.co/NMsMMVIWUH
## 7211                                    I predict my most played song will be "One More Time" by Daft Punk (to the surprise of none of my close friends) #SpotifyWrapped
## 7212                                                                                                  I predict my top podcast will be You're Dead To Me #SpotifyWrapped
## 7213                                                                     @SpotifyAfrica Ow shit...my guess was correct I guess😹🔥 #SpotifyWrapped https://t.co/QYAqlfFc8S
## 7214                                                                                                          I predict my top artist will be Daft Punk] #SpotifyWrapped
## 7215                                                                                                      I predict my top podcast will be @RingerVerse. #SpotifyWrapped
## 7216                          Computer repair service in #USA \nhttps://t.co/rWq0xwXOfc\n\n#Analytics #5G #MachineLearning #AI #Python  #NLProc… https://t.co/mx4R9Yk8yA
## 7217                                                                                                  I predict my top podcast will be [@dashdiariespod] #SpotifyWrapped
## 7218                                                               #คุณชายตอนจบ #SpotifyWrapped #السعوديه_بولندا \nOh amazing deals from LG!!!!!! https://t.co/govY3qpYjY
## 7219                                                                                                                               Gon be DOOM or tribe 😭#SpotifyWrapped
## 7220                                                                                                                I predict my top genre will be Metal #SpotifyWrapped
## 7221                                                                                                I predict my most played song will be VENUS FLYYYYYY #SpotifyWrapped
## 7222                      📦 • #SpotifyWrapped    is near, Jamaican ARMYs!\n\n#BTS were #5 last year on the Most Streamed Artists in Jamaica cha… https://t.co/ugbCQWmtYT
## 7223                                                                            I predict my most played song will be IF YOU LEAVE ME - @pledis_17 !!!!! #SpotifyWrapped
## 7224                                                                                               I predict my top genre will be kapop seguro o r&amp;b #SpotifyWrapped
## 7225                                                                      I predict my most played song will be Roll the windows up by @machinegunkelly  #SpotifyWrapped
## 7226                                                                                           I predict my most played song will be good boy gone bad 💀 #SpotifyWrapped
## 7227                                                                                         I predict my most played song will be Immaterial by SOPHIE  #SpotifyWrapped
## 7228                                                                                                        I predict my top artist will be Taylor Swift #SpotifyWrapped
## 7229                        I'm curious to see if my music makes it onto anyone's #SpotifyWrapped this year... considering I'm still relatively… https://t.co/G7GbN8IZo7
## 7230                         I predict my top artist will be @caitlynsmith. @IngridAndress, @tenilletownes, @tenilletownes, and Kyndall Inskeep… https://t.co/KUp9WUkYdQ
## 7231                                                                                                       I predict my top artist will be [@AllTimeLow] #SpotifyWrapped
## 7232                              Happy Monday beautiful people🖤\n\nLet's be epic this week, shine bright like a diamond💎\n\nGod is the plug!!!… https://t.co/ObK9qqtC4x
## 7233                                                                                                       I predict my top artist will be Bryson Tiller #SpotifyWrapped
## 7234                                                                                            #SpotifyWrapped damn this year might be crazy I'll have to do this later
## 7235                                                                                                    me patiently waiting for #SpotifyWrapped https://t.co/ThuCzsp2ea
## 7236                                                                                                   I predict my most played song will be Kodi Blu 31 #SpotifyWrapped
## 7237                              Any advice for new podcasters?? Any advice that's giving we would love to hear.. Have a blessed day🫶\n#advice… https://t.co/rGN99uDoMB
## 7238                                                                                                                 I predict my top genre will be folk #SpotifyWrapped
## 7239                                                                                                    I predict my top podcast will be @bomani_jones.  #SpotifyWrapped
## 7240                                                                                                   I predict my top genre will be [Welsh Folk Music] #SpotifyWrapped
## 7241                                                          drop it already pls, but remove the atrocious graphic design that physically hurts my soul #SpotifyWrapped
## 7242                                                                                                        I predict my most played song will be Inhale #SpotifyWrapped
## 7243                                                                                                          I predict my top artist will be @McVirgins #SpotifyWrapped
## 7244                                                                                          #SpotifyWrapped  me waiting for spotify to drop it https://t.co/QTKoRTGzsZ
## 7245                                                                  I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped Taylor Swift ofc 🥰
## 7246                                                                                                              I predict my top artist will be Polo G #SpotifyWrapped
## 7247                                                                                 I predict my most played song will be [Sleepwalking by @AllTimeLow] #SpotifyWrapped
## 7248                                                                        I predict my most played song will be ABG or Scarred By Love by Quando Rondo #SpotifyWrapped
## 7249                                                                                                       I predict my top artist will be @burytomorrow #SpotifyWrapped
## 7250                                              AI on the rise\n#SpotifyWrapped #AI #CyberMonday #MondayMotivation #mondaythoughts #Mondayvibe https://t.co/sKikX82Rzo
## 7251                                                                                                      This year’s #SpotifyWrapped is gonna be my most chaotic yet 😂😭
## 7252                                                                                                          I predict my top genre will be Melodic Rap #SpotifyWrapped
## 7253                          Computer repair service in #USA \nhttps://t.co/rWq0xwXOfc\n\n#Analytics #5G #MachineLearning #AI #Python  #NLProc… https://t.co/JeS0WhEmOl
## 7254                        @SphynxLabs makes it easy to earn #passiveincome safely with our single asset staking. Choosing to hold stables doe… https://t.co/6piNR9bvLZ
## 7255                                                                                             I predict my most played song will be Suicid.e - Polo G #SpotifyWrapped
## 7256                          Computer repair service in #USA \nhttps://t.co/rWq0xwGLdc\n\n#Analytics #5G #MachineLearning #AI #Python  #NLProc… https://t.co/EKhqAsefSj
## 7257                                                                                                      I predict my top artist will be [taylor swift] #SpotifyWrapped
## 7258                         When these artists announce “world tours” I keep asking myself, is Africa not part of the world? 🤔 #SpotifyWrapped… https://t.co/AZoFki3A4l
## 7259                                                                                                        I predict my top artist will be Taylor Swift #SpotifyWrapped
## 7260                                                    switch the lady taking the selfie with @phoebe_bridgers and you got mine #SpotifyWrapped https://t.co/6852C69fuR
## 7261                                                                                           I predict my most played song will be [Super freaky girl] #SpotifyWrapped
## 7262                                                                               Who else is looking forward to this years #SpotifyWrapped 👀 ? https://t.co/iQoJzElsPm
## 7263                                                                                         #SpotifyWrapped will be here soon but no HiFi audio. What the heck @Spotify
## 7264                                                                                                                      thought #SpotifyWrapped dropped im gonna sob ☹️
## 7265                                   It’s almost time for #SpotifyWrapped so I can finally see who to unfollow when they make fun of people for liking Spotify wrapped
## 7266                                                                                                I predict my top genre will be probably Country/pop. #SpotifyWrapped
## 7267                                                                                                I predict my top artist will be [Rihanna or Brandy ] #SpotifyWrapped
## 7268                                       I predict my most played song will be 'Winter solstice' (@wearephoenix) or 'When you were mine' (@joycrookes) #SpotifyWrapped
## 7269                                                                I predict my most played song will be Better Man (From The Vault) (Taylor's Version) #SpotifyWrapped
## 7270                                                                                                       I predict my most played song will be RUN BTS #SpotifyWrapped
## 7271                                                                                            I predict my most played song will be The Moon Will Sing #SpotifyWrapped
## 7272                                                                                                SPOTIFY REMOVE THE DSMP SONG GENRE IM BEGGING YOU 💔💔 #SpotifyWrapped
## 7273                                                   I am getting impatient as HELL waiting for Spotify wrapped to come out... we are waiting Spotify. #SpotifyWrapped
## 7274                                                                                                            I predict my top genre will be [R&amp;B] #SpotifyWrapped
## 7275                                                                                                   I predict my top artist will be [Thomas Bergersen]#SpotifyWrapped
## 7276                                                                                                              I predict my top podcast will be [idk] #SpotifyWrapped
## 7277                                                             when did 'we' get so hype about #SpotifyWrapped and why haven't WE received it? https://t.co/myrY2hIq2D
## 7278                                                          I predict my most played song will be She Used to be Mine, Come to Your Senses, or Honest. #SpotifyWrapped
## 7279                                                                                                               I predict my top artist will be [BTS] #SpotifyWrapped
## 7280                                                                                    I predict my most played song will be [borderline or lift me up] #SpotifyWrapped
## 7281                                                                                                   I predict my top podcast will be @NanarasPodcast  #SpotifyWrapped
## 7282                                                                                                              I predict my top genre will be [K-pop] #SpotifyWrapped
## 7283                          Computer repair service in #USA \nhttps://t.co/rWq0xwGLdc\n\n#Analytics #5G #MachineLearning #AI #Python  #NLProc… https://t.co/3AFWHDbRQw
## 7284                                                                                       I predict my most played song will be Slow Song by The Knocks #SpotifyWrapped
## 7285                                                                                                                I predict my top genre will be [Pop] #SpotifyWrapped
## 7286                                                                                   I DONT HAVE SPOTIFY AND IM MAD ABOUT IT \n#SpotifyWrapped https://t.co/v9zLxuEZDf
## 7287                                                                           I (and everyone that knows me) predict my top artist will be Taylor Swift #SpotifyWrapped
## 7288                                                                                                   I predict my most played song will be Yet to Come #SpotifyWrapped
## 7289                                                                                                        I predict my top artist will be taylor swift #SpotifyWrapped
## 7290                                                                                                   I predict my top artist will be [Phoebe Bridgers] #SpotifyWrapped
## 7291                                                                                                      I predict my top artist will be @taylorswift13 #SpotifyWrapped
## 7292                                                                  I predict my most played song will be [Away With Your Fairies by Thomas Bergersen] #SpotifyWrapped
## 7293                                                               Where there's a will, there's a lawyer😍\n#advocate #highcourt #SpotifyWrapped https://t.co/0VrpONwQBz
## 7294                           Was gengis kahn a good history figure? #AdaniOut #SpotifyWrapped #uominiedonne #MilinkovicSavic #الكاميرون_صربيا… https://t.co/R7a9gxLcz0
## 7295                                                                                                    I predict my top podcast will be [Therapy Gecko] #SpotifyWrapped
## 7296                                                                          I predict my most played song will be Everything goes on - @porterrobinson #SpotifyWrapped
## 7297                                                                                                  I predict my most played song will be [Tomorrow 2] #SpotifyWrapped
## 7298                                                                                                                  I predict my top genre will be pop #SpotifyWrapped
## 7299                                                                                              I predict my top artist will be red hot chili peppers  #SpotifyWrapped
## 7300                                                                                I predict my most played song will be Killing Part by @official__INI #SpotifyWrapped
## 7301                                                                                                         I predict my top genre will be [Indie Rock] #SpotifyWrapped
## 7302                                            Discover more sensational #music here: https://t.co/Axk7PnnVih #SpotifyWrapped #CyberMonday #MondayMorning #musicartists
## 7303                                                                           I predict my most played song will be [Motion Sickness - Phoebe Bridgers] #SpotifyWrapped
## 7304                                                                                                    I predict my top artist will be Taylor Swift ofc #SpotifyWrapped
## 7305                                                                                                I predict my most played song will be Don’t Go - EXO #SpotifyWrapped
## 7306                                                                                                      I predict my top artist will be [Taylor Swift] #SpotifyWrapped
## 7307                                                                                                    I predict my top artist will be [@taylorswift13] #SpotifyWrapped
## 7308                                                                                  i predict my most played song will be cause for concern by lovejoy #SpotifyWrapped
## 7309                                                                                                              Looking forward to seeing my #SpotifyWrapped this year
## 7310                                                                                                               I predict my top artist will be LOONA #SpotifyWrapped
## 7311                                                                                        My top genre will be between HipHop or Afrobeats as usual on #SpotifyWrapped
## 7312                                                                                              WHY IS #SpotifyWrapped TRENDING I THOUGHT IT DROPPED AND I GOT EXCITED
## 7313                                                                                           I predict my top artist will be [Taylor Swift] sem duvida #SpotifyWrapped
## 7314                                                         I predict my top podcast will be probably office ladies but haven’t listened much this year #SpotifyWrapped
## 7315                                                                                        WHERE IS MY SPOTIFY WRAPPED!!!!!!!!😭 #SpotifyWrapped https://t.co/UAxVuJ3Imq
## 7316                        no but what happens when Taylor Swift uses her little #SpotifyWrapped  message to announce speak now tv or hits dif… https://t.co/9msgohNDx4
## 7317                                                                                                          Artist: Taylor Swift \nSong: Labyrinth\n\n #SpotifyWrapped
## 7318                                                                                         I predict my most played song will be Warning Signs by BoH  #SpotifyWrapped
## 7319                                                                                                               I predict my top genre will be pop? 🤔 #SpotifyWrapped
## 7320                                                                                             I predict my top genre will be [hyperpop] eu espero viu #SpotifyWrapped
## 7321                                                             me waiting for #SpotifyWrapped as if i didn’t know it’s going to look like this https://t.co/eo4XP0iaDm
## 7322                          Computer repair service in #USA \nhttps://t.co/rWq0xwGLdc\n\n#Analytics #5G #MachineLearning #AI #Python  #NLProc… https://t.co/dXVVeF3I7v
## 7323                                                                                                                                wanna see my chaotic #SpotifyWrapped
## 7324                                                                               I predict my most played song will be [Love Story (Taylor’s Version)] #SpotifyWrapped
## 7325                                                                                                       I predict my top podcast will be saving grace #SpotifyWrapped
## 7326                                                                                                I predict my top podcast will be  Fest und Flauschig #SpotifyWrapped
## 7327                                            @ajaitheartist the next #hottest female artist in the industry #SpotifyWrapped go follow her now https://t.co/5tBZ3gnD5Z
## 7328                                                                                                         #SpotifyWrapped    i think that gonna be MIRAE WITH TRENDZ?
## 7329                                                                                                      I predict my top genre will be pop??? probably #SpotifyWrapped
## 7330                                                                      I predict my top podcast will be ok this one is easy its probably TAZ or LHOTL #SpotifyWrapped
## 7331                                                                                               I predict my top artist will be [5 seconds of summer] #SpotifyWrapped
## 7332                                                                                                     I predict my top genre will be [premarital sex] #SpotifyWrapped
## 7333                                                                                     I predict my top podcast will be @QueerMoviePod or @theyikespod #SpotifyWrapped
## 7334                                                                                                      I predict my top artist will be @taylorswift13 #SpotifyWrapped
## 7335                                                                                                    I predict my top podcast will be [The WAN show ] #SpotifyWrapped
## 7336                                                                                          I predict my most played song will be Babe by taylor swift #SpotifyWrapped
## 7337                      Not prepared for the who's who of questionable music choices in my #SpotifyWrapped this year...\n\nHow much did plann… https://t.co/cGFnDI2eY5
## 7338                                                                                                        I predict my top artist will be Taylor Swift #SpotifyWrapped
## 7339                          Computer repair service in #USA \nhttps://t.co/rWq0xwGLdc\n\n#Analytics #5G #MachineLearning #AI #Python  #NLProc… https://t.co/NL7g3RXWu7
## 7340                                                                                                   I predict my top artist will be Sabrina Carpetner #SpotifyWrapped
## 7341                                                                                                              I predict my top artist will be HEALTH #SpotifyWrapped
## 7342                                                                       I predict my most played song will be [fill in top song prediction] #SpotifyWrapped Stay Soft
## 7343                                                                                                                  IS #SpotifyWrapped out already?? I’m gonna lose it
## 7344                        Remember  our BoT Trading is available, if you are not catching up with trades, Let’s us know. we guarantee you 670… https://t.co/EmZuMcncY5
## 7345                                                                    I predict my top artists will be \n1) Taylor Swift\n2) Wallows\n3) Lana del Rey\n#SpotifyWrapped
## 7346                                           I wanna cuddle with youuu 🥺\n#demontings\n#FIFAWorldCupQatar2022 \n@demontingss \n#SpotifyWrapped https://t.co/moSBOHZe9X
## 7347                                                                                                                                       cant wait tho #SpotifyWrapped
## 7348                                                                                                               I predict my top artist will be [IVE] #SpotifyWrapped
## 7349                                                                                    When you change, don’t announce it. Just bloom. #SpotifyWrapped #ghanablackstars
## 7350                        I predict my top artist will be I DONT FUCKING KNOW!!! maybe mcr or harley poe or car seat headrest .. or black sab… https://t.co/xQJmg5zbho
## 7351                                                                                         I predict my most played song will be [some loona song isk] #SpotifyWrapped
## 7352                                                                                                      I predict my top artist will be [Taylor Swift] #SpotifyWrapped
## 7353                                                                                          can spotify wrapped hurry up im@going more and more insane #SpotifyWrapped
## 7354                                                                                                                  I predict my top genre will be pop #SpotifyWrapped
## 7355                                                                                                       I predict my top artist will be taylor swift  #SpotifyWrapped
## 7356                                                                                           I predict my most played song will be "You Really Got Me" #SpotifyWrapped
## 7357                                                                                               I predict my most played song will be Sweater Weather #SpotifyWrapped
## 7358                                                                                                               I predict my top genre will be [Kpop] #SpotifyWrapped
## 7359                                                                                                  I predict my top artist will be [Louis Tomlinson ] #SpotifyWrapped
## 7360                                                                                                CAN YALL STOP MAKING ME THINK IT DROPPED ALREADY GOD #SpotifyWrapped
## 7361                                                                   I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped @ToonsThatCurse
## 7362                                            @ajaitheartist the next #hottest female artist in the industry #SpotifyWrapped go follow her now https://t.co/r1qgkMunkU
## 7363                                             I predict my most played song will be CLUB PENGUIN ICE FISHING #SpotifyWrapped #icefishingsweep https://t.co/X9fbXtTUHq
## 7364                                                                                                  I predict my most played song will be [IVE Eleven] #SpotifyWrapped
## 7365                          Computer repair service in #USA \nhttps://t.co/rWq0xwXOfc\n\n#Analytics #5G #MachineLearning #AI #Python  #NLProc… https://t.co/4kZUMZ6A1q
## 7366                                                                                                      I predict my most played song will be nonsense #SpotifyWrapped
## 7367                                                                                  I predict my most played song will be all too well 10 min version  #SpotifyWrapped
## 7368                                                                          I predict my most played song will be [Only the brave -  Louis Tomlinson ] #SpotifyWrapped
## 7369                                                                                                  I predict my top artist will be @whydontwemusic    #SpotifyWrapped
## 7370                                                I predict my most played song will be I'll take the risk and say... Cruel Summer by @taylorswift13 \n#SpotifyWrapped
## 7371                                                                     I predict my most played song will be "right where you left me" by Taylor Swift #SpotifyWrapped
## 7372                                                                               I predict my top genre will be whatever spotify classifies 90s emo as #SpotifyWrapped
## 7373                                 @rugerofficial no fit say this one no sweet tah ...@kingtvndeednut @DPRINCEMAVIN @DONJAZZY @yabaleftonline… https://t.co/XVR87FmtlP
## 7374                                                                                                    I predict my top artist will be [Harry Styles😂🙄] #SpotifyWrapped
## 7375                                                                   Sabrina Carpenter All We Have Is Love\nhttps://t.co/CnwxakNnL4\n#sabrinacarpenter #SpotifyWrapped
## 7376                                                                            I predict my top podcast will be between @PSTPodcast and @QueerDungeons  #SpotifyWrapped
## 7377                                                                                                       I predict my top artist will be taylor swift  #SpotifyWrapped
## 7378                                                                                                                 who cares about christmas #SpotifyWrapped is coming
## 7379                                                                                                            I predict my top podcast will be @banter #SpotifyWrapped
## 7380                                            @ajaitheartist the next #hottest female artist in the industry #SpotifyWrapped go follow her now https://t.co/UYRjaOKGa4
## 7381                                                                                                 here’s my dream festival ig #SpotifyWrapped https://t.co/So2riZvGFm
## 7382                                                                              I predict my top podcast will be @ThisIsTheRead, for like the 5+ year. #SpotifyWrapped
## 7383                                       third party apps have already told me what to expect on my #SpotifyWrapped, i’m just waiting for the official screenshots atp
## 7384                                                          Where's all those who like me will have their #SpotifyWrapped biased by having to look after children??😅😅😅
## 7385                                                          New sound trending on tiktok #SpotifyWrapped #StarAcademy #ademolaadeleke #Nigeria https://t.co/lGVKN6zAqS
## 7386                                            @ajaitheartist the next #hottest female artist in the industry #SpotifyWrapped go follow her now https://t.co/wDqET1aQQS
## 7387                                                                        I predict my most played song will be Miss You by Oliver Tree #SpotifyWrapped @Olivertree 💖🫡
## 7388                                                                              I predict my most played song will be All Too Well (10 minute version) #SpotifyWrapped
## 7389                                                               Me after sharing my Spotify Wrapped and thinking people care. #SpotifyWrapped https://t.co/sgPhC0lJ63
## 7390                        BAHRIA TOWN KARACHI\nProgressive real estate and builders\nDetails No 0325 2841525=0341 6366118\n#bahriatownkarachi… https://t.co/PDMeNK4sbT
## 7391                                                                                                      I predict my most played song will be [ur mom] #SpotifyWrapped
## 7392                                                                                                                                       WHERE IS IT?? #SpotifyWrapped
## 7393                                                                              What does your festival lineup look like?? 🎶🎸🎫 #SpotifyWrapped https://t.co/19SQOW7Nzj
## 7394                                                                                                   I predict my top genre will be edm dude obviously #SpotifyWrapped
## 7395                                                                         I predict my most played song will be Trust Fund Baby by @whydontwemusic.   #SpotifyWrapped
## 7396                                                                                                      i predict my top artist will be @taylorswift13 #SpotifyWrapped
## 7397                                                                                     I predict my most played song will be Break My Soul by Beyoncé. #SpotifyWrapped
## 7398                                                                                 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 7399                                                                           I predict my top artist will be either @NiallOfficial or @Louis_Tomlinson #SpotifyWrapped
## 7400                                                                                                                 I predict my top artist will be mcr #SpotifyWrapped
## 7401                                                                                                             I predict my top genre will be pop punk #SpotifyWrapped
## 7402                                                                                                         Just know I went through a lot this year ok #SpotifyWrapped
## 7403                                                                                                        I predict my top artist will be Taylor Swift #SpotifyWrapped
## 7404                                                                                     I predict my most played song will be Kill All Your Friends mcr #SpotifyWrapped
## 7405                                                                                                           I predict my top artist will be Movements #SpotifyWrapped
## 7406                       Everyone :  getting excited for their #SpotifyWrapped\n\nMe : already knowing my top artist is  @ericnamofficial  💅✨ https://t.co/zzM9PjfRlS
## 7407                                                                                                            I predict my top artist will be  @AvaMax #SpotifyWrapped
## 7408                                                                                                           I predict my top genre will be pop music  #SpotifyWrapped
## 7409                                                                                                    I predict my top genre will be Pop (i guess idk) #SpotifyWrapped
## 7410                        “Becky say she like me but Leticia in her feelings she say I’m too light skinned she need a dark nigga for her heal… https://t.co/3FkeW1w1xG
## 7411                                    Cultist Gone Extremely Wrong‼️😭😭 #naijaprank #prank #SpotifyWrapped #FIFAWorldCupQatar2022 #FIFAWorldCup… https://t.co/xPaxWxlk6b
## 7412                                                                                                        Can't wait to see how my children ruined my #SpotifyWrapped.
## 7413                                                                                                    I predict my top podcast will be @CrimeWeeklyPod #SpotifyWrapped
## 7414                                                                                                            I predict my top artist will be Slipknot #SpotifyWrapped
## 7415                                                                                                 My top podcast might very well be @ShutdownFullcas  #SpotifyWrapped
## 7416                                                                       I predict my most played song will be "Heartbreak Weather" by @NiallOfficial  #SpotifyWrapped
## 7417                         Me, when #SpotifyWrapped drops, and I see that Bastille, Nas, Sam Smith, Aha Gazelle, Louis Tomlinson, Drake, Noah… https://t.co/ObG4hxbM0O
## 7418                                                                                   I predict my most played song will be [Second Chance - Shinedown] #SpotifyWrapped
## 7419                                                                                                                  I predict my top genre will be Emo #SpotifyWrapped
## 7420                                                                                                 I predict my most played song will be Stranger Days #SpotifyWrapped
## 7421                                                                                                 I predict my top artist will be A.R Rahman for sure #SpotifyWrapped
## 7422                                                                                                      I predict my top artist will be @taylorswift13 #SpotifyWrapped
## 7423                                                                                                        I predict my most played song will be Violet #SpotifyWrapped
## 7424                                                                         I predict my most played song will be Heaven Help Us by My Chemical Romance #SpotifyWrapped
## 7425                                                                                                     Ayo when we gettin that #SpotifyWrapped https://t.co/imhFO3eHPo
## 7426                                                                                      I predict my top podcast will be the dis dickinyabooty podcast #SpotifyWrapped
## 7427                                             I don’t need #SpotifyWrapped to let me know my top artists were Bad Bunny and Taylor Swift. Yo no he escuchado más ná 😂
## 7428                                                                                                     I predict my top artist will be Louis Tomlinson #SpotifyWrapped
## 7429                                                                                 I predict my most played song will be Don't Blame Me - Taylor Swift #SpotifyWrapped
## 7430                        I predict my most played song will be 10 Hours of Static White Noise for Noise Blocking Loud Office Workplace Envir… https://t.co/MxGKt46IbV
## 7431                                                                                                      I predict my top artist will be RODATHAN WAVEE #SpotifyWrapped
## 7432                                                                                                               I predict my top artist will be PXNDX #SpotifyWrapped
## 7433                                                                                                   I predict my most played song will be SOS by ABBA #SpotifyWrapped
## 7434                                                                                                             can't wait to see sewerslvt in my top 3 #SpotifyWrapped
## 7435                                                                                                               I predict my top genre will be hiphop #SpotifyWrapped
## 7436                                    No one stays with you.\n\n#permanently, learn to survive #alone..🤗\n\n#mondaythoughts \n#MondayNight\n#thoughts\n#SpotifyWrapped
## 7437                                                                                                        I predict my top artist will be Nicki Minaj. #SpotifyWrapped
## 7438                                                                                                            Where is my #SpotifyWrapped\n!!! https://t.co/RaDOHdJMEE
## 7439                                                       I predict my most played song will be Moth to a Flame by The Weeknd &amp; Swedish House Mafia #SpotifyWrapped
## 7440                                                                                                       I predict my top artist will be lil uzi vert  #SpotifyWrapped
## 7441                                                                                     I predict my top artist will be [mgk or one direction or Harry] #SpotifyWrapped
## 7442                                                                                I predict my top artist will be Beyonce' because of course it will.  #SpotifyWrapped
## 7443                          I'm a 25yrs old single, handsome and hardworking guy. I'm looking for beautiful black and strong charger to buy.😊… https://t.co/Pn4ciYt2Fk
## 7444                                         SURVIVE by Sirr Stunna #FIFAWorldCupQatar2022 #SpotifyWrapped\n#CyberMonday\n#SirrStunna #SURVIVE \nhttps://t.co/6cr0F4Ol6z
## 7445                                                                                       I predict my most played song will be By Your Side - Rod Wave #SpotifyWrapped
## 7446                                                                                                      I predict my top artist will be The Stupendium #SpotifyWrapped
## 7447                          110k VIEWS!!! I APPRECIATE IT💜💜 FIRST TIME REACTING TO BTS - Run BTS (Dance Practice) https://t.co/GcKuKFmtyi via… https://t.co/9xXpm7OeVK
## 7448                          Award winner 🙌😱🙌😱\nSamkez creations\n\n#samkezcreations #awardwinner #LYD #LYAawards #SpotifyWrapped #StarAcademy… https://t.co/uwGMMIBgH6
## 7449                                                                                              I predict my top genre will be [boyband, pop, or rock] #SpotifyWrapped
## 7450                                                                           I predict my most played song will be I did something bad by Taylor Swift #SpotifyWrapped
## 7451                                                                              I predict my most played song will be @ladynicolewray - Through It All #SpotifyWrapped
## 7452                        If you don't you should consider following me here on my wix app https://t.co/at14FCLEct invite code: D0WQVC I have… https://t.co/JdIHZ6BMnm
## 7453                                                                                                         I predict my top genre will be Pop for sure #SpotifyWrapped
## 7454                                           Pretty sure this will be the first year where my top song on #SpotifyWrapped won’t be by Drake and that feels like a W. 😂
## 7455                                                                                                     my #SpotifyWrapped this year once again https://t.co/fh076NRIwr
## 7456                                I predict my top artist will be Julie Andrews #SpotifyWrapped LMAO she’s all i listen to besides shirley jones i love me my women 💕💕
## 7457                                                                        I predict my most played song will be probably nonsense by sabrina carpenter #SpotifyWrapped
## 7458                                                                                                                 We crave for, what we don't have..\n#SpotifyWrapped
## 7459                                                                            I’m pretty sure my most played song will be All too well by Taylor Swift #SpotifyWrapped
## 7460                                                                                                                            man i thought it dropped #SpotifyWrapped
## 7461                                                                                          you don’t have to check #SpotifyWrapped , you’re the most played this year
## 7462                                 I’m just ready to go! I’m ready ready!!! #bma #sayc #Twittersings. #LUNC #SpotifyWrapped \n\nPracticing!!!… https://t.co/qXSPVhXof2
## 7463                                                                                 I predict my most played song will be Damsel in Distress by Chereen #SpotifyWrapped
## 7464                                                                             I predict my most played song will be [as it was, little freak or loco] #SpotifyWrapped
## 7465                                                                                                       I predict my top genre will be [Kpop and Pop] #SpotifyWrapped
## 7466                                                                                                              I predict my top artist will be MITSKI #SpotifyWrapped
## 7467                    #SpotifyWrapped\n#TrendingNow #StarAcademy\n#ghanablackstars\n#MattHanock\n#Indigo. \n#FIFAWorldCupQatar2022\n#ImACeleb… https://t.co/TvjrxStZts
## 7468                                                                                                       I predict my top artist will be @Santandave1 ❤️#SpotifyWrapped
## 7469                     Listen to my new album on \n@Spotify today\n &amp; see where it lands on your end of year #spotifywrapped!\n\n&gt;&gt;… https://t.co/nLK7lcvQFs
## 7470                                                                               I predict my top podcast will be hablando con la pared 💖 @hclppodcast #SpotifyWrapped
## 7471                                          Please subscribe 🙏🙏 #Kiccha46 #KicchaBOSS𓃵 #KicchaSudeep #VikrantRona #SpotifyWrapped #MattHanock… https://t.co/k41DJgffCx
## 7472                                                                                                         I predict my top artist will be [Blackpink] #SpotifyWrapped
## 7473                                                                                      I predict my top podcast will be Alpha sound waves and rhythm  #SpotifyWrapped
## 7474                                                                                                        I predict my top podcast will be the trypod  #SpotifyWrapped
## 7475                                        Okay but I’m not gonna lie bar the likes Sia 💀 I definitely have taste #SpotifyWrapped #instafestapp https://t.co/UB6uaXeKeR
## 7476                                                                        Can’t wait to listen to the songs I always listen to #SpotifyWrapped https://t.co/EGCvMxUbMR
## 7477                                                                                         I predict my top artist will be ricky montgomery or ajr tbh #SpotifyWrapped
## 7478                                                                                   @chartdata @iamcardib will definitely most likely be my #1 artist #SpotifyWrapped
## 7479                       Cock-A-Doodle Do MFers 🤣\n\n#Qatar2022 #RedVelvet #IPLAuction #OpIran #OneLove #PORGHA #SpotifyWrapped #Dreamers2022… https://t.co/kbTVLtPUHh
## 7480                                                                                                        I predict my top artist will be GIRLS ALOUD  #SpotifyWrapped
## 7481                        Friends are the family we choose.\n#LetsGetFitWithYoga #yoga #Trending #TrendingNow #trendingvideos #SpotifyWrapped… https://t.co/dkHmOkOTqU
## 7482                                                                                                  it depends on which account I'm talking about too\n#SpotifyWrapped
## 7483                                                                                                  I predict my top genre will be \nindie LMAO ya idk #SpotifyWrapped
## 7484                                                                                                  I predict my top artist will be Obviously @BTS_twt #SpotifyWrapped
## 7485                                                                                 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 7486                                                 I predict my most played song will be Kingslayer by Bring Me The Horizon or Papercut By Linkin Park #SpotifyWrapped
## 7487                                                                                                  But once it’s dropped we have to wait another year #SpotifyWrapped
## 7488                                                                                                                I predict my top genre will be POP\n #SpotifyWrapped
## 7489                                                                                                            My Botox has settled just in time for my #SpotifyWrapped
## 7490                                                                                                                   emoji but no wrapped yet mannnnnn #SpotifyWrapped
## 7491                        Choose gratitude today, choose to be thankful and see the world through other people’s perspectives as happiness wi… https://t.co/eSGsmA6jov
## 7492                                                                                                      I predict my top artist will be [taylor swift] #SpotifyWrapped
## 7493                                      This is all I listen to. I have never heard it loop. May god have mercy on my soul come December 1st.… https://t.co/ovcNbyoZlS
## 7494                                                                                                          I predict my top artist will be [@BTS_twt] #SpotifyWrapped
## 7495                                                                                                               BUT MOST PROBABLY IT WOULD BE HARRY \n#SpotifyWrapped
## 7496                                                I predict my top genre will be Electronica or Chill (are those even how they're listed in @Spotify)  #SpotifyWrapped
## 7497                                                                                                     I predict my top artist will be [nba youngboy ] #SpotifyWrapped
## 7498                        I will say I can't wait for my #SpotifyWrapped but that's also why I have @lastfm. I can see my stats anytime and I… https://t.co/tfxE4PiLwz
## 7499                                                                                                        I predict my top genre will be [alternative] #SpotifyWrapped
## 7500                                                                             AHHH #SpotifyWrapped SOON I HAVE A FEELING ONE OF MY TOP SONGS WILL BE FOUR LEAF CLOVER
## 7501                                                                                                                I predict my top genre will be [rap] #SpotifyWrapped
## 7502                                                                                                        I predict my top artist will be Taylor Swift #SpotifyWrapped
## 7503                                                                                      I predict my most played song will be Yet to Come by @BTS_twt  #SpotifyWrapped
## 7504                                                                                 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 7505                             Listen I'd like to pretend about #SpotifyWrapped because i hate that a company has such a hold on anything i care about BUT HERE WE ARE
## 7506                                                                                                         I predict my top artist will be Lorna shore #SpotifyWrapped
## 7507                                                                                                      I predict my most played song will be criminal #SpotifyWrapped
## 7508                                                                                                        I predict my top artist will be mor ve otesi #SpotifyWrapped
## 7509                                                                                    I predict my most played song will be Forget Me by Lewis Capaldi #SpotifyWrapped
## 7510                                                                                                    I predict my most played song will be pink venom #SpotifyWrapped
## 7511                                                                                                        I predict my top artist will be @ThomasVent  #SpotifyWrapped
## 7512                         I find it funny how some men think it’s up to them to determine if they’re going to be in a relationship with you.… https://t.co/n88eYk0A73
## 7513                                 Let's keep the #HellaParty Challenge going going. Comment with #HellaParty #SpotifyWrapped \n\nStream here… https://t.co/oWSXja8FgH
## 7514                                                                                                I predict my top artist will be TOMORROW BY TOGETHER #SpotifyWrapped
## 7515                                                                                     I predict my most played song will be Beer Never Broke My Heart #SpotifyWrapped
## 7516                              But honestly I feel I would be taylor or louis cause they have the most recent albums I don't think it works that way\n#SpotifyWrapped
## 7517                                                                                                                  I predict my top genre will be pop #SpotifyWrapped
## 7518                                                                                                                 I predict my top genre will be jazz #SpotifyWrapped
## 7519                                                                      Here you have good music #SpotifyWrapped #SpotifyFestival #Spotifyfest https://t.co/6rEQWPUXf3
## 7520                                                                          Zo Glizzy  “GO AWAY” (Official Audio) https://t.co/RbLbBzy4Dr via @YouTube #SpotifyWrapped
## 7521                                                                                        I predict my most played song will be Delicate, Taylor Swift #SpotifyWrapped
## 7522                                                                                                           I predict my top artist will be [THE1975] #SpotifyWrapped
## 7523                                                                                         I predict my most played song will be [Crazy Frog - Axel F] #SpotifyWrapped
## 7524                                                                                              I predict my most played song will be Fairy of Shampoo #SpotifyWrapped
## 7525                                           Her most played on Spotify wrapped has to be me, \nCause she played me the most this year. 🫠 \n\n#SpotifyWrapped @Spotify
## 7526                                                                                  I predict my most played song will be Wildest dreams, Taylor Swift #SpotifyWrapped
## 7527                                                                                         I predict my most played song will be [Waste by Edmon,Ouse] #SpotifyWrapped
## 7528                                                                  I predict my most played song will be Pick it Up, or Bone Theme (both by @RIOTEDM) #SpotifyWrapped
## 7529                                                                                 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 7530                                                                                     I predict my most played song will be [https://t.co/I4cz8KSxxj] #SpotifyWrapped
## 7531                                                                                             I predict my top artist will be [BTS,TXT, Taylor Swift] #SpotifyWrapped
## 7532                                           Just feel The Music  👑\n.\n.\n.\n@iamsrk \n#SRK𓃵 #ShahRukhKhan #Pathaan #ImACeleb #SpotifyWrapped https://t.co/xKNRPVAvO6
## 7533                                                  But it’s mad that we waiting for  #SpotifyWrapped like it’s gonna add value to our lives. WHEN WILL IT DROP?? 😆😆😆🤪
## 7534                        Looking to interview anyone in the music industry who can provide an opinion on separating art from artist with Kan… https://t.co/riwRBJm9i4
## 7535                        I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped Hmmmmmm this one’s harder… Either… https://t.co/hIALT53RRw
## 7536                                                                                                                                        WHEN IS #SpotifyWrapped 2022
## 7537                                                                                                           I predict my top artist will be @arrahman #SpotifyWrapped
## 7538                                                                                              I predict that my most streamed song will be Lightning #SpotifyWrapped
## 7539                                                                                                          I predict my top artist will be ariana duh #SpotifyWrapped
## 7540                                                                                              I predict my top genre will be [K-pop,R&amp;B,Hip Hop] #SpotifyWrapped
## 7541                                                                                    I predict my most played song will be [VCR by Tyler the Creator] #SpotifyWrapped
## 7542                        So, we have now learned the exact thing that made Taylor Swift, Alex Jones, and even Madonna happy. Oh wait they co… https://t.co/w6W2UXfA3R
## 7543                                                                                       I predict my top artist will be Taylor Swift omg pls drop the #SpotifyWrapped
## 7544                                                                                                            I predict my top artist will be [Younha] #SpotifyWrapped
## 7545                      I predict my top podcast will be Conan O'Brien needs a friend #SpotifyWrapped \n\nProud Patreon for Sloss and Humphri… https://t.co/0eIXbYKEka
## 7546                                                                                                     I predict my top artist will be louis tomlinson #SpotifyWrapped
## 7547                                                                                     I predict my top artist will be Harry Styles or Louis Tomlinson #SpotifyWrapped
## 7548                                                                                    I predict my most played song will be [Monkeys Spinning Monkeys] #SpotifyWrapped
## 7549                                                                                                                I predict my top genre will be [Pop] #SpotifyWrapped
## 7550                    I predict my top artist will be:\n1-Louis Tomlinson\n2-Morat /One Direction \n3-One Direction / Morat \n4- Harry Styles… https://t.co/94nc01yWnm
## 7551                                                                                                             I predict my top podcast will be no one #SpotifyWrapped
## 7552                                                                      I predict my top podcast will be Gilbert Gottfried's Amazing Colossall Podcast #SpotifyWrapped
## 7553                                                                                                                  I predict my top genre will be pop #SpotifyWrapped
## 7554                                                            Mine just going to be #TaylorSwift like it was last year.. I’m basic I like what I like  #SpotifyWrapped
## 7555                                                                          everyone right now playing Mitski on loop before #SpotifyWrapped drops to seem interesting
## 7556                                                                                           I predict my most played song will be [Younha - Stardust] #SpotifyWrapped
## 7557                                                                                                            I predict my top artist will be [J.Cole] #SpotifyWrapped
## 7558                                                                                                                  Give me my #SpotifyWrapped https://t.co/saDKpt86Ew
## 7559                                                                              ngl i’m looking forward to #SpotifyWrapped more than christmas https://t.co/4tDLCx8gw8
## 7560                                                                                    I predict my most played song will be VIRGO'S GROOVE by Beyoncé  #SpotifyWrapped
## 7561                                                                                                         I predict my top artist will be @barbjungr  #SpotifyWrapped
## 7562                                                                                                           I predict my top artist will be Lady Gaga #SpotifyWrapped
## 7563                                                                                                                  I predict my top genre will be rap #SpotifyWrapped
## 7564                                                                I predict my top artist will be either Lewis Capaldi, Vansire or My Chemical Romance #SpotifyWrapped
## 7565                                                                                                     I predict my top artist will be @TheMidnightLA! #SpotifyWrapped
## 7566                       I predict my top artist will be Taylor Swift obviously 😂 \nThink Maisie Peters might have taken Little Mix’s 2nd pla… https://t.co/uq3srvi8W2
## 7567                                                                                     I predict my most played song will be as it was by Harry styles #SpotifyWrapped
## 7568                                                                                 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 7569                                                                                                I predict my most played song will be No Role Modelz #SpotifyWrapped
## 7570                             “Don’t ask if your dream is crazy, ask if it’s crazy enough.”\n— Lena Waithe\n\n#Mondaymotivation #CyberMonday… https://t.co/3uHWKPdpRH
## 7571                                                                                                            I predict my top genre will be Pop music #SpotifyWrapped
## 7572                                                                                                      I predict my top genre will be musical theatre #SpotifyWrapped
## 7573                                                                                  I predict my most played song will be All to Well (10 min version) #SpotifyWrapped
## 7574                                                                                     I predict my most played song will be Hold My Hand by Lady Gaga #SpotifyWrapped
## 7575                                                                                                                I predict my top genre will be Indie #SpotifyWrapped
## 7576                          I predict my top artist will be king krule the absolute love of my life🫶🏾 #SpotifyWrapped https://t.co/tA2VdYzIrw… https://t.co/AjAxiwPv1I
## 7577                                                                                                                                   #SpotifyWrapped it is coming bois
## 7578                                                                                                     I predict my most played song will be [ I FLY ] #SpotifyWrapped
## 7579                                                                             I predict my most played song will be Next Year by Two Door Cinema Club #SpotifyWrapped
## 7580                                                                                                                       Oh no #SpotifyWrapped https://t.co/PzapwyU1Fb
## 7581                                                             My spotify is a mixture of all the genres my friends listen,coz its basically their DJ\n#SpotifyWrapped
## 7582                                                                                 I predict my most played song will be something really embarrassing #SpotifyWrapped
## 7583                                                                                                      I predict my top artist will be @Daughtry_News #SpotifyWrapped
## 7584                                                                                                                I predict my top artist will be KISS #SpotifyWrapped
## 7585                                                                                         I predict my most played song will be Rayando el sol - Maná #SpotifyWrapped
## 7586                                                                                                              2 more days until my favourite holiday #SpotifyWrapped
## 7587                                                               I predict my most played song will be either Hang on to Yourself or Take Me to Church #SpotifyWrapped
## 7588                                                                                                         I predict my top artist will be @IronMaiden #SpotifyWrapped
## 7589                                                                                                                     @SpotifyAU O N L Y #TaylorSwift #SpotifyWrapped
## 7590                                                                                     I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped
## 7591                                                                                        i know for a fact my #SpotifyWrapped top artist will be bring me the horizon
## 7592                                         I predict my most played song will be Moon Song by Phoebe Bridgers *2nd year* #SpotifyWrapped \n\n🥲 https://t.co/Tjp1cNRaan
## 7593                                                                                      I predict my most played song will be [DREAMERS BY JUNGKOOK 💜] #SpotifyWrapped
## 7594                                                           I predict my most played song will be [esta obviedad de otra era] #SpotifyWrapped https://t.co/IJE5DHV3Ak
## 7595                        I predict my most played song will be BYOB from SOAD maybe??? Or Peephole??????? GOD I'M EXITED FOR SPOTIFY WRAPPED… https://t.co/m8k7C3f6Jh
## 7596                                                                                       We’re hoping to end up on your #SpotifyWrapped! Make sure to tag us if we do!
## 7597                                                                                                               I predict my top genre will be #metal #SpotifyWrapped
## 7598                        Some people look at there phones wasting time before class, play some chess and stop being a loser. #SpotifyWrapped… https://t.co/hCHMAut9Vv
## 7599                                                                                                   I predict my most played song will be Daydreaming #SpotifyWrapped
## 7600                                                                                    I predict my top podcast will be the leaked version of medicine❤️ #SpotifyWrapped
## 7601                                                                                                        I predict my top artist will be [Juice WRLD] #SpotifyWrapped
## 7602                        Listen to the most recent episode of my podcast: How to engage in daily activity when all you want to do is withdra… https://t.co/FNehHP2cMr
## 7603                       Shorts Nollywood Actors And Thier Real That Confuse Fans 🤯\n\nClick here to see full list\n\nhttps://t.co/u3hxuoQfsb… https://t.co/kuXDfaqcXG
## 7604                            High on life low on sleep!!! #life #Lowkey #OneLove #sleep #MONEY #SpotifyWrapped #RedVelvet #CyberMondayAmazon… https://t.co/Oe2YabPx9o
## 7605                                                                                                        i feel like my top is either taylor or txt 😭 #SpotifyWrapped
## 7606                                                                                                        I predict my top genre will be [Melodic Rap] #SpotifyWrapped
## 7607                                                  Plz help 🙏\n.\n.\n#SpotifyWrapped #RedVelvet #CyberMondayAmazon #JHOPEatMAMA2022 #乌鲁木齐 https://t.co/M5MwE0DvOJ
## 7608                                                                        I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped @bigtimerush
## 7609                                                                                                        I predict my top artist will be Taylor Swift #SpotifyWrapped
## 7610                                                                                              I predict my most played song will be De Diepte by S10 #SpotifyWrapped
## 7611                                                      top artist for #SpotifyWrapped will be taylor swift\n\ntop pod will either be @RuPalpsPodrace or @Story_Tavern
## 7612                                                                                 I predict my most played song will be Lavender Haze by Taylor Swift #SpotifyWrapped
## 7613                      Why wait for #SpotifyWrapped when websites like #audiohabits exist?  Genres are meaningless anyway.\n\n@SmooveTurrell… https://t.co/Esl2wb8EgE
## 7614                                                                                                           I predict my top podcast will be ludocast #SpotifyWrapped
## 7615                                                                                                         can we get something like #spotifywrapped but for onlyfans?
## 7616                                                                         I predict my top artist will be like previous years again once more, BTS 💀👍 #SpotifyWrapped
## 7617                                                                                  I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped pop.
## 7618                                                                                    I predict my most played song will be all too well 10 mins ver 🫣 #SpotifyWrapped
## 7619                                                                                                   I predict my most played song will be BAD ROMANCE #SpotifyWrapped
## 7620                               Dogle sale...😡\n#rana0037\n#Tranding \n#foryoupage \n#Explore #ExploreMore #exploration #exploreyourarchives… https://t.co/6mpZIFN8tB
## 7621                                                                                 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 7622                                                                                               I predict my most played song will be A tour le monde #SpotifyWrapped
## 7623                                                        I predict my most played song will be [fill in top song prediction] #SpotifyWrapped big time rush paralyzed.
## 7624                                                                      Hey! I thought we were all boycotting Spotify, and now I'm seeing #SpotifyWrapped on my feed??
## 7625                                                                                            I predict my top genre will be like previous years, Kpop #SpotifyWrapped
## 7626                                                         I predict my top artist will be System of a Down lmao\nand if not then...I don't even know- #SpotifyWrapped
## 7627                                I predict my most played song will be domino (english) skz because of how many times I played it over for my friends #SpotifyWrapped
## 7628                      You don't have to be adequately prepared to do what God have asked you to do.\n\nYou are progressively prepared along… https://t.co/BBd5uz2nU2
## 7629                                                                 I predict my top artist will be either @TRENDZ_OFFCL, @Stray_Kids, or @xydofficial! #SpotifyWrapped
## 7630                  WHY SOME PEOPLE STAY BROKE!*\n\n1. Full of Doubt\n\n2. Fear of other failed businesses\n\n3. Comfortable with being broke… https://t.co/gUC3ewbQu7
## 7631                                                                                           I predict my most played song will be Love Dive by IVE 💀💀 #SpotifyWrapped
## 7632                                                       GHC690.00 each\nThread\n#SpotifyWrapped \n#CyberMondayAmazon #gha\n#WorldcupQatar2022 https://t.co/y6ZysSrCJ0
## 7633                                          @MOlumilade Congratulations to your winning yesterday 🎊 🎊 🍾 🍾 💯💯 #CyberMondayAmazon #SpotifyWrapped #FIFAWorldCupQatar2022
## 7634                                                                                                      I predict my top artist will be @taylorswift13 #SpotifyWrapped
## 7635                        There have been a lot totally unexpected things that have happened in the crypto space over the past 2 months. Bloc… https://t.co/fRJr6TA2UR
## 7636                                                                                   can't wait for the #SpotifyWrapped so here's #instafest 🙃 https://t.co/eFn5fHJFSi
## 7637                                                                                                      I predict my top artist will be @taylorswift13 #SpotifyWrapped
## 7638                                   The way I have listened to 70s, 80s, 90s more than 2022 songs . It's gonna be wild to see #SpotifyWrapped https://t.co/e5j7M9NT5F
## 7639                                                                                                                                       WHERE R UUUUU #SpotifyWrapped
## 7640                                                                                                                  I predict my top genre will be pop #SpotifyWrapped
## 7641                        A #songwriter/ #lyricist is here. \n\nI write for a living (all genre).\nHit me up now\nSerbia cameroon onana kudus… https://t.co/hLiYH5tuXS
## 7642                                                   I predict my most played song will be UGH! by BTS because so many people tried me this year &lt;3 #SpotifyWrapped
## 7643                                                                                       I predict my most played song will be Wrecked @Imaginedragons #SpotifyWrapped
## 7644                   I can’t lie music put us in another zone #ILoveYou.\n\nKeep Downloading /Stream 👉👉\nhttps://t.co/ery0hoW48D\n\nHave a gr… https://t.co/mbnX4RKgHn
## 7645                                                                                         I predict my most played song will be southview by @8_4_8_5 #SpotifyWrapped
## 7646                                                   I predict my top artist will be probably ajr because of the number of songs I listen to from them #SpotifyWrapped
## 7647                                                                    I predict that my most played song will be Go luck yourself - ghost of the robot #SpotifyWrapped
## 7648                                                                              I predict my top genre will be K-pop. For the millionth year in a row. #SpotifyWrapped
## 7649                                                                                 I’m really scared my top song on #SpotifyWrapped is gonna be “The Nanny” theme song
## 7650                                                                                                 I predict my most played song will be Heat Waves 🤍  #SpotifyWrapped
## 7651                                                                                     I predict my most played song will be that's our lamp by Mitski #SpotifyWrapped
## 7652                                                                                                      I predict my top artist will be @taylorswift13 #SpotifyWrapped
## 7653                                                        I know I have manipulated @spotifyindia into making that song my most-played song this year. #SpotifyWrapped
## 7654                                            Morning!!! Have a great week everyone #SpotifyWrapped “Dee dee na na na \nSaturday night, I feel the air is getting hot”
## 7655                                                                     if #SpotifyWrapped  isn't your culture then just move along LET ME LIVE https://t.co/mSOe3M0xZR
## 7656                                                                                                           I predict my top artist will be BAD BUNNY #SpotifyWrapped
## 7657                                                                                                      I predict my top podcast will be @deuxmoiworld #SpotifyWrapped
## 7658                        i feel like spotify wrapped is way too big a deal. like all it's gonna do is tell you what you already know. it's f… https://t.co/xuO0en2DDH
## 7659                                                                                                            I predict my top artist will be Coldplay #SpotifyWrapped
## 7660                      This man's prayer can Save Ghanas Economy heeerh. \n\n#Blackstar #kudus dede ayew man of the match  #SpotifyWrapped b… https://t.co/olUUZEPXvZ
## 7661                                                           What do have to say about it \n  🤐🤐🤐🤐🤐🤐 #SpotifyWrapped\n#BrazilGP  comment below https://t.co/DCeW7Mj0MP
## 7662                                                                                                          I predict my top artist will be Bad Bunny  #SpotifyWrapped
## 7663                                                                                              I predict my top artist will be @newnewgf for sure lol #SpotifyWrapped
## 7664                                                                                           I predict my most played song will be goodbye from arcane #SpotifyWrapped
## 7665                                      Do you remember when you joined Twitter? I do!\nWow here is to more years of tweeting and connecting!… https://t.co/Bf6s5OPIm9
## 7666                                                                                                                                  is #SpotifyWrapped coming on dec 1
## 7667                                                                                      I predict my most played song will be  renegade - taylor swift #SpotifyWrapped
## 7668                                                                                                                                   where is mine ????#SpotifyWrapped
## 7669                                                                                         I predict my most played song will be Closure by @graicekay #SpotifyWrapped
## 7670                                                                                                                I predict my top artist will be Joji #SpotifyWrapped
## 7671                                                                                                    Mine its gonna be completely different this year #SpotifyWrapped
## 7672                                                                                   I predict my top artist will be either Taylor Swift or Noah Kahan #SpotifyWrapped
## 7673                                                                                                   PLEASE RELEASE IT ALREADY #SpotifyWrapped https://t.co/vzzo0wyxGq
## 7674                  DELIVERED THAT WIN 🎯\n\nUconn -4 (-140)💵\n\nSaid it would be a WHOOPIN, I’ll classify an 18pt W as just that🔒\n\nFINISH S… https://t.co/uX8lZfBaDP
## 7675                                                                                                     I predict my most played song will be 'Brividi' #SpotifyWrapped
## 7676                                                                 I predict my most played song will be [fund and forget by theekidace and ssj twiin] #SpotifyWrapped
## 7677                      🤣wizkid is funny Af @DJ_TUNEZ straight to the top 🦅🖤\n\nNzaza calabar #hookup #dontkillsoftdrinks #portable Oriyomi A… https://t.co/WLsOereh5R
## 7678                                                                                                        I predict my top artist will be lana del rey #SpotifyWrapped
## 7679                                                                                                   I predict my top podcast will be @Ologies 100% :) #SpotifyWrapped
## 7680                                                                                                              I predict my top artist will be MARETU #SpotifyWrapped
## 7681                       Introducing Catch Wrapped! \nIt’s everyone’s much-loved deep-dive into how your choco-choices defined your music cho… https://t.co/WbuHfukx7h
## 7682                                                                                          What’s your #instafest look like 👀 #SpotifyWrapped https://t.co/ALP4libyGy
## 7683                                Do I even have Tweeps...Mans just been Retweeting and Liking😂 \n#SpotifyWrapped #RedVelvet #JHOPEatMAMA2022… https://t.co/6qoViUuoTV
## 7684                                                        My favorite artist will either be The Score, Skillet, or Imagine Dragons. Maybe even PelleK. #SpotifyWrapped
## 7685                                                                                      I predict my top podcast will be Dan Carlin's Hardcore History #SpotifyWrapped
## 7686                                                                                                                PURRRR! #SpotifyWrapped day! https://t.co/fuXo8EH03I
## 7687                                                                                           I predict my most played song will be The Rumbling by SiM #SpotifyWrapped
## 7688                                                                                                             I predict my top genre will be Otacore  #SpotifyWrapped
## 7689                                                                                                      I predict my top artist will be olivia o’brien #SpotifyWrapped
## 7690                                                                    I predict my most played song will be The Key to Life on Earth by Declan McKenna #SpotifyWrapped
## 7691                                                                                                    I predict my top podcast will be @KnowForSurePod #SpotifyWrapped
## 7692                      DONT FORGET, OUR CYBER MONDAY SALE IS LIVE TODAY! You cannot beat 30% off! \n\nIf you were looking for a time to buy,… https://t.co/6rAGIuJKgn
## 7693                                                                                         I predict my most played song will be Easy Peasy Euthanasia #SpotifyWrapped
## 7694                  #breakthematrix\n\nThe societal brainwashing dam is cracking.\n\nReady tor burst at the seams.\n\nSlaves are becoming sel… https://t.co/cHmcC1CyWM
## 7695                                                                                       i predict my most played song will be kiss land by the weeknd #SpotifyWrapped
## 7696                               We Develop high-performing #eCommerce Websites!\n\nWe Develop Professional, Modern, Responsive, and friendly… https://t.co/xVn4V3FdaJ
## 7697                                                                                                     I predict my top podcast will be Joe Rogan lmao #SpotifyWrapped
## 7698                                 I predict my most played song will be All Too Well (10 Minute Version) (Taylor's Version) (From The Vault)… https://t.co/SblV1vPD6n
## 7699                                                                                                           I predict my top genre will be indie rock #SpotifyWrapped
## 7700                                                                                     I predict my top genre will be Dance Pop cause it always is lol #SpotifyWrapped
## 7701                        Evenflo Reversi Lightweight Reversible Stroller\n$69, originally $104\nhttps://t.co/S88mZmEfvm\n#Deals #CyberMonday… https://t.co/0sllKdRicm
## 7702                                                                                                            I predict my top artist will be @iameden #SpotifyWrapped
## 7703                                                                                     I predict my most played song will be Blinded by As I Lay Dying #SpotifyWrapped
## 7704                                                                                                          I’m tired of the teasing put out already 😩 #SpotifyWrapped
## 7705                                                                                   I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped
## 7706                                                                                                        I predict my top artist will be Taylor Swift #SpotifyWrapped
## 7707                                                                                 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 7708                                                                                                                  I predict my top genre will be pop #SpotifyWrapped
## 7709                        Garri wey I buy on credit, nylon don tear for road Abeg make una drop motivational quotes for me make I use hold bo… https://t.co/ybftfPqSQL
## 7710                                                                                I predict my top genre will be [anime music or Love Live idol music] #SpotifyWrapped
## 7711                                                                                       I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped
## 7712                                                                                     I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped
## 7713                                          I swear he don dey red gan oh shey i go do money ritual like this 🫣😫😫 #SpotifyWrapped #KoreaGhana… https://t.co/phRNvqVtHM
## 7714                                                                                 I predict my most played song will be camera roll - kacey musgraves #SpotifyWrapped
## 7715                    #SpotifyWrapped here are some demographics \n\n2018 dropped December 4-5 \n2019 dropped December 12th \n2020 dropped No… https://t.co/RjXBD1qIOq
## 7716                                                                                                                  I predict my top genre will be Pop #SpotifyWrapped
## 7717                                                                                    I predict my top artist will be Taylor Swift 🤭 siapa lagi ya gak #SpotifyWrapped
## 7718                                                                                                 I predict my top podcast will be [New Rory and Mal] #SpotifyWrapped
## 7719                                                                                                             I predict my top genre will be [hiphoo] #SpotifyWrapped
## 7720                                                                                              I predict my most played song will be Nxde by (G)I-DLE #SpotifyWrapped
## 7721                               I’m already an hour into this game and want to slap tf out of Atreus https://t.co/8Ji3UXpUnh #SpotifyWrapped… https://t.co/zdNnH15lKq
## 7722                                                                          Saw #SpotifyWrapped trending and i immediately checked my spotify😂 https://t.co/HasMwnZIZW
## 7723                                                                                        I predict my most played song will be Love Dive, O.O ou Dice #SpotifyWrapped
## 7724                                                                                                    I predict my top artist will be @phoebe_bridgers #SpotifyWrapped
## 7725                                                                                                I predict my most played song will be Rawww by youra #SpotifyWrapped
## 7726                                                                                                   ahh, americas favorite holiday #SpotifyWrapped day is coming soon
## 7727                         Don't rush the process. Allow yourself to grow at your own pace. Stop comparing your life to what other people are doing. \n#SpotifyWrapped
## 7728                                                                         Teakook dance to together 💜\n#BTSV \n#BTSJUNGKOOK \n#SpotifyWrapped https://t.co/QeyfjjT9SU
## 7729                                                                                                    I predict my top artist will be [landon tewers ] #SpotifyWrapped
## 7730                                                                                                                                 honestly scared for #SpotifyWrapped
## 7731                                                                                 I predict my most played song will be Halloween by @phoebe_bridgers #SpotifyWrapped
## 7732                                               playing antifragile a few more times to make sure it ends up at the top of my #spotifywrapped https://t.co/J37NY3QnFV
## 7733                                                                                                 I predict my top artist will be IVE, Aespa ou Twice #SpotifyWrapped
## 7734                                                                                                        I predict my top artist will be taylor swift #SpotifyWrapped
## 7735                                                                                                    I predict my top genre will be metal for sure 🤣🤣 #SpotifyWrapped
## 7736                                  Me acting shocked when I’ve orchestrated and calculated my favourite songs of all time to be in the top 3… https://t.co/i1U7BA3OsL
## 7737                                                                                                                 I predict my top genre will be KPOP #SpotifyWrapped
## 7738                        Wireless Camera\nWiFi \nSD card\nTwo way talk\n\nSolar indoor camera\nWiFi \nTwo way talk\nSD card\n#SpotifyWrapped… https://t.co/iTSGS2PIEb
## 7739                                                                      logs in to TWITTER\nsee her photo \n"bhai ye kitne sundar hai"\nlogs out 🚶🏻\n\n#SpotifyWrapped
## 7740                                                                                                              happy #SpotifyWrapped week to those who celebrate 🕺🏻🕺🏻
## 7741                        For me I think @SuiNetwork is good to be the next big thing in the space, I have read and research on this project,… https://t.co/RzV7s8KIBL
## 7742                                 Good Morning. I'm cold in Florida can you warm me up? \n#Feet #FloridaGirl #warmmeup #music #SpotifyWrapped https://t.co/if5MHmxqUG
## 7743                                              mine is probably. gonna be atrocious but i’m assuming TV girl or machine girl OR maybe ICP as my top 3 #SpotifyWrapped
## 7744                                                                                                         I predict Fireboy DML my top artist will be #SpotifyWrapped
## 7745                   NATIONAL LOGISTICS CELL (NLC) JOBS 2022\n \nAPPLY HERE :\nhttps://t.co/CJy6xSlh30 \n\n Follow https://t.co/KlT946mXbN to… https://t.co/c6XLXv9qXQ
## 7746                                                                                                  yall got #SpotifyWrapped trending so i thought it was out wtf 😭😭😭😭
## 7747                                   Arteries are red 🟥\nVeins are blue 🟦\nI will be ur six 6️⃣\nWill u be my nine \n#SpotifyWrapped #RedVelvet… https://t.co/Qnmhk5nLok
## 7748                                                                                       I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped
## 7749                                                                                      I predict my most played song will be… #SpotifyWrapped https://t.co/zdozcxTKXh
## 7750                                                                                                            I predict Afrobeats my top genre will be #SpotifyWrapped
## 7751                      My niece and nephews have got me f***ed up! 😅😂 \n\n#Spotify #SpotifyWrapped #Instafest #Prince #Prince4Ever #JoeArroyo https://t.co/VP9hGvqy98
## 7752                                                                                                             I predict my top genre will be Dancepop #SpotifyWrapped
## 7753                                                                                   I predict my most played song will be Dearly Beloved by Daughtry. #SpotifyWrapped
## 7754                                                                                                   I predict my top podcast will be Sibling Rivalry  #SpotifyWrapped
## 7755                                                                                            I predict my top artist will be Harry Styles (obviously) #SpotifyWrapped
## 7756                                                  I predict my most played song will be “chit chat” by @tokenhiphop or something from @billieeilish 😂#SpotifyWrapped
## 7757                                                                                                                                Just give me already #SpotifyWrapped
## 7758                                                                                                   I predict my top artist will be Tyler Shawn &lt;3 #SpotifyWrapped
## 7759                                                                                                        I predict my top artist will be Luisa Sonza  #SpotifyWrapped
## 7760                                                                                            I predict Bandana by Fireboy my most played song will be #SpotifyWrapped
## 7761                                                                                                           I predict my top genre will be jazz/blues #SpotifyWrapped
## 7762                  Hello Monday ✨ \nKeep on chasing your dreams 😘\nActivate Levels 👉$155Dai\nhttps://t.co/8kYWBM6kUH\n\nFollow up on Telegr… https://t.co/TdXRpHBdyZ
## 7763                                                                                                          I predict my top podcast will be [no clue] #SpotifyWrapped
## 7764                                                                                                I predict my top artist will be Taylor Swift ✨✨✨✨#SpotifyWrapped
## 7765                                                                                                        I predict my top artist will be Twice (duh)  #SpotifyWrapped
## 7766                                                                                              I predict my most played song will be SloMo by Chanel  #SpotifyWrapped
## 7767                             Go go go !!! https://t.co/6l6N00Va5F #SpotifyWrapped #CyberMondayAmazon #CAMSER #LOONA #RedVelvet #CyberMonday… https://t.co/lgaL8sfaxY
## 7768                                                                                                  I predict my top artist will be [Taylor Swift duh] #SpotifyWrapped
## 7769                                                                                                I predict my most played song will be Pop! by Nayeon #SpotifyWrapped
## 7770                                                                                          I predict my top artist will be ELLIOTT SMITH it has to be #SpotifyWrapped
## 7771                        Tips: It's not just Spotify that has a year-end wrap-up feature, Apple Music does too! Here's how to get your Apple… https://t.co/ah6LALfqw6
## 7772                        I predict my most played song will be Sad Machine by @porterrobinson. Worlds has been on blast all year and I am no… https://t.co/QhFlgVg4F5
## 7773                                                                                                              I predict my top genre will be [pop??] #SpotifyWrapped
## 7774                                                                                         I predict my most played song will be [August-Taylor Swift] #SpotifyWrapped
## 7775                                                                                                        I predict my top artist will be Taylor Swift #SpotifyWrapped
## 7776                                                                    I predict my most played song will be [anti hero or dear reader by Taylor Swift] #SpotifyWrapped
## 7777                   Like share &amp; follow💗 us \n#Twittertrending  #twitterviral #trending #viral #twitter #motivation #exam #jobmotivation… https://t.co/cUVFnajfAq
## 7778                                                                                                        I predict my top artist will be Taylor Swift #SpotifyWrapped
## 7779                                 How 2 Relock Bootloader Of Any Realme Mobile Phone https://t.co/0cPVn42Coh via @YouTube #YOUTUBERS #Google… https://t.co/TxxiAin6Zc
## 7780                                                     I predict my top podcast will be @MurderSmall  the same it’s been for three consecutive years.\n#SpotifyWrapped
## 7781                                                                                               #CyberMonday  #SpotifyWrapped into the future https://t.co/RkZWlFWqyV
## 7782                                                                                   I predict my most played song will be son of sam by elliott smith #SpotifyWrapped
## 7783                        On the weekends twitter is dead no one is really tweeting. All of a sudden Monday morning hits and it’s like a rush… https://t.co/5K0w0Bwbzi
## 7784                                                                                                 I predict my most played song will be anti hero tbh #SpotifyWrapped
## 7785                                                                         won’t be surprised if #1 stays the same this year\n #SpotifyWrapped https://t.co/P68g7UwhXX
## 7786                                                                        #SpotifyWrapped is trending cmon guys give the people what they want. im ready to be humbled
## 7787                        My #SpotifyWrapped list this year looks the same it has the last 10 years or so. When you have already found the be… https://t.co/LYfXZhYnGJ
## 7788                                                                                                  I predict my top podcast will be Philosophize This #SpotifyWrapped
## 7789                                                                                I predict my top artist will be Lana Del Rey #SpotifyWrapped https://t.co/p9yoPkqF1R
## 7790                                                                                              I predict my most played song will be tokyo teddy bear #SpotifyWrapped
## 7791                                                                                                                       WHEN  #SpotifyWrapped https://t.co/TZVsKNhWGO
## 7792                                                                                                     Free Ket at my festival #SpotifyWrapped https://t.co/31Bh3Sws5i
## 7793                                                                                                      I predict my top artist will be my first story #SpotifyWrapped
## 7794                                                                            I predict my top podcast will be Banter or UK true crime one I listen to #SpotifyWrapped
## 7795                                                                                                                   streets saying #SpotifyWrapped comes out on dec 2
## 7796                                                New in Twitter #SpotifyWrapped #RedVelvet #PakistanCricket #السعوديه_بولندا #JHOPEatMAMA2022 https://t.co/s4vefvlkaC
## 7797                                                                       I predict my top podcast will be [either my sleep podcast or @SLUMBERPODCAST] #SpotifyWrapped
## 7798                                                                                   waiting for #SpotifyWrapped wrapped to drop like @Spotify https://t.co/McpdIsngnk
## 7799                                                                                                      I predict my top genre will be pop or pop punk #SpotifyWrapped
## 7800                        I didn't know there were #SpotifyWrapped devotees until I met my husband. This man is completely jazzed to see ever… https://t.co/C2FmgVCF0D
## 7801                               Had to remind her she a nigga too😂😂😂😂 #HerLoss #friendlyfire #ImACeleb #SpotifyWrapped #RedVelvet #DramaAlert https://t.co/hQFd7z7gza
## 7802                                                                                               I predict my top artist will be Them Crooked Vultures #SpotifyWrapped
## 7803                                                                                                           I have a feeling. #SpotifyWrapped https://t.co/LQVpAracb1
## 7804                                                                                                        I predict my top artist will be Ethan Jewell #SpotifyWrapped
## 7805                                                                                                              I predict my top artist will be Mitski #SpotifyWrapped
## 7806                                                                    I predict my most played song will probably be a weezer song. I will be weezered #SpotifyWrapped
## 7807                                                                                                                        can thishe shit drop already #SpotifyWrapped
## 7808                                         Uhhh uhm is there one for Youtube because that’s where I listen to music almost exclusively lately HAHAHAHA #SPOTIFYWRAPPED
## 7809                                                                                                        I predict my top artist will be [waterparks] #SpotifyWrapped
## 7810                                                                                                                 I predict my top genre will be rock #SpotifyWrapped
## 7811                                                                                                                      I actually have no predictions #SpotifyWrapped
## 7812                                                               I predict my most played song will be: The Dark by Ethan Jewell or Change by Deftones #SpotifyWrapped
## 7813                                                                                                I predict my most played song will be [funeral grey] #SpotifyWrapped
## 7814                                                                                         I predict my most played song will be Working for the knife #SpotifyWrapped
## 7815                                                                                                         I predict my top podcast will be Estas Rica #SpotifyWrapped
## 7816                                                                                         I predict my top podcast will be probably a leaked song one #SpotifyWrapped
## 7817                                                                                        y’all know my top artist for #SpotifyWrapped is gonna be @the1975 no hate xo
## 7818                                                                                                     I predict my top artist will be ariana..... idk #SpotifyWrapped
## 7819                                                                                               I predict my most played song will be Bendito Castigo #SpotifyWrapped
## 7820                                                                                                           How are you feeling about your impending #SpotifyWrapped?
## 7821                                                                                                                 I predict my top genre will be KPOP #SpotifyWrapped
## 7822                                                                                                  I predict my most played song will be She Abunai \n#SpotifyWrapped
## 7823                                                                                                            I predict my top artist will be [Polo G] #SpotifyWrapped
## 7824                                                                                I predict my top artist will be… mr abel tesfaye himself. The Weeknd‼️#SpotifyWrapped
## 7825                                                                         True \n#SpotifyWrapped #RedVelvet #PakistanCricket #JHOPEatMAMA2022 https://t.co/9FTr4z2JTN
## 7826                                                                                 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 7827                     You get mind comot soldier hairdressing? 😳😳😳\nCameraman na him funny me pass… 🤣🤣🤣🤣\n\n#naijaunlockd Ademola Adeleke. L… https://t.co/dMvtu2ACCw
## 7828                      I predict my most-played song will be Good Days by SZA  \nI predict my top genre will be Pop\nI predict my top artist… https://t.co/BHzUQxz1A2
## 7829                           GM UNDEAD CLUB \n\n#NFTS #NFT #NFTCommunity #opensea #eth #Cryptocurency #crypto #CyberMondayAmazon #CyberMonday… https://t.co/08fTH2hyKS
## 7830                                                                                                                 i’m….so gay #SpotifyWrapped https://t.co/CRKhwAY7MO
## 7831                                                                                            I predict my most played song will be [Oslo - Lil Macks] #SpotifyWrapped
## 7832                                                                                                    I predict my top artist will be Taylor Swift 😅😅😅 #SpotifyWrapped
## 7833                                                                                                        I predict my top artist will be @AJRBrothers #SpotifyWrapped
## 7834                                           I sort of dread #SpotifyWrapped being released because I know my top songs will be from my “Guilty Pleasures” playlist 🤦‍♀️
## 7835                                                                                 I predict my top podcast will be anything goes by emma chamberlain  #SpotifyWrapped
## 7836                          Best Supportive comment I got about my music 🥹🥹♥️♥️ #SpotifyWrapped #CyberMondayAmazon #AppleMusicLive #TrendingNow… https://t.co/pEF8BkgKck
## 7837                        Paid £5 for a Spotify analytics app to see my #SpotifyWrapped early but it could take up to 30 days to actually work https://t.co/RTpnnJGRtg
## 7838                                                                               I predict my most played song will be [back to black - amy winehouse] #SpotifyWrapped
## 7839                                                                    I’m not getting anything in my #SpotifyWrapped fest because I pay that thing but do not use it 🥴
## 7840                                                                                            I predict my most played song will be [Half Life by Djo] #SpotifyWrapped
## 7841                                                                                              I predict my top genre will be Pop or Alternative/Punk #SpotifyWrapped
## 7842                                                                             Forex is a scam. Forex is a scam. Forex is a scam. #MONEY #SpotifyWrapped #FIFAWorldCup
## 7843                                                                                                     I predict my most played song will be Anti-Hero #SpotifyWrapped
## 7844                                                                                               I predict my top artist will be [ZAYN or central cee] #SpotifyWrapped
## 7845                                  Brazil vs Switzerland\n\n#DataScience suggests #bra win but will #Sui pull off a wonder?\n\n#FIFAWorldCup… https://t.co/7AzBlhn4zl
## 7846                                                                                              I predict my top genre will be dance pop/Norwegian pop #SpotifyWrapped
## 7847                                                                                                        I predict my top artist will be Taylor Swift #SpotifyWrapped
## 7848                                                            My #spotifywrapped is gonna be Beyoncé, Panic! At The Disco and Arctic Monkeys. And I'm not mad about it
## 7849                                                                                      Year is ending…#SpotifyWrapped https://t.co/8i49pzZs5M https://t.co/xoCxFuAncV
## 7850                      I’ma be annoying for a sec sorry \n\nI predict my most played song will be Cornelia Street (Live in Paris), Twinkle L… https://t.co/atQlLPlLN8
## 7851                                                                             I predict my top artist will be BTS *shocker 😏* #SpotifyWrapped https://t.co/O3D8OvKKRk
## 7852                                                                                                                 I predict my top artist will be bts #SpotifyWrapped
## 7853                                                                                          I predict my most played song will be [Yeah right by joji] #SpotifyWrapped
## 7854                                                                                                               I predict my top artist will be harry #SpotifyWrapped
## 7855                                                                                                            I predict my top genre will be indie pop #SpotifyWrapped
## 7856                                                                                                                               #SpotifyWrapped is around the corner…
## 7857                                                                         I predict my top podcast will be [It coludirse be one from Carolina Braedt] #SpotifyWrapped
## 7858                                                        It's that time of the yr when we share the QCJ #SpotifyWrapped for 2022! Here it is: https://t.co/woqPV3Pd5G
## 7859                                                                                                       I predict my most played song will be unholy  #SpotifyWrapped
## 7860                         @PTI_News no news channel is showing this. @AAPDelhi @ItsShubhangi @Cyberdost @BeingSalmanKhan @msisodia @TimesNow… https://t.co/WmPmLaMauW
## 7861                                                                    Happy raho or happy rahne do #SpotifyWrapped #RedVelvet #JHOPEatMAMA2022 https://t.co/VzL9cUge5X
## 7862                                                                                                          I predict my top artist will be The Weeknd #SpotifyWrapped
## 7863                                                          Metalheads cursing Metallica for releasing a new song now as it won’t be included in their #SpotifyWrapped
## 7864                                                                                                   I predict my top podcast will be @dissectpodcast. #SpotifyWrapped
## 7865                                                                                           i predict my most played song will be ivy by taylor swift #SpotifyWrapped
## 7866                                                                                                     I predict my top artist will be Kendrick Lamar. #SpotifyWrapped
## 7867                        I predict my top podcast will be i use stitcher premium so i dont know what ive clicked on spotify but in general i… https://t.co/PuiieNUh5h
## 7868                                                                                                       I predict my top podcast will be [#hobbylos ] #SpotifyWrapped
## 7869                                                                               I predict my top artist will be [Britney Spears or Benjamin Ingrosso] #SpotifyWrapped
## 7870                                                                                                             I predict my top genre will be hip-hop. #SpotifyWrapped
## 7871                                                                                                     I predict my top artist will be [Ariana Grande] #SpotifyWrapped
## 7872                                                                                                    I predict my top artist will be Beyoncé/BadBunny #SpotifyWrapped
## 7873                                                         Yep, sounds about right. 😂 #Spotify #SpotifyWrapped #Instafest #Prince #Prince4Ever https://t.co/6B3BR3VXdK
## 7874                             I’m donating my match fees from this Test series to the Pakistan Flood appeal ❤️🇵🇰\n\n#PakvsEng2022 #BabarAzam𓃵… https://t.co/1iaF5mcrwf
## 7875                          Why should a person start a  @YouTube channel.\nAnswer…………….\n.\n.\n@YouTubeCreators @TeamYouTube #SpotifyWrapped… https://t.co/axNoIMZ4ya
## 7876                                                                                                               I predict my top genre will be [KPOP] #SpotifyWrapped
## 7877                                                                                        I predict my top genre will be [pop and many other variants] #SpotifyWrapped
## 7878                                                                              I predict my most played song will be "Unreachable" - John Frusciante. #SpotifyWrapped
## 7879                                                                                    I predict my most played song will be Soft Boy or Rises The Moon #SpotifyWrapped
## 7880                                              We have a classical playlist that loops for my toddler all night so my #SpotifyWrapped be like https://t.co/sPW970dJkL
## 7881                                                                                                           I predict my most played song will be ... #SpotifyWrapped
## 7882                                                                                                       I predict my top artist will be [LE SSERAFIM] #SpotifyWrapped
## 7883                                                                                                           I predict my top genre will be [R&amp;B?] #SpotifyWrapped
## 7884                                                                        I predict my most played song will be [Slomo-Chanel] #SpotifyWrapped https://t.co/nlcp2Ljzz3
## 7885                                                                                                                 I predict my top genre will be DSMP #SpotifyWrapped
## 7886                                                                             I predict my most played song will be all too well (10 minutes version) #SpotifyWrapped
## 7887                         🔥 Happy Monday! 🔥\nThe Mezz Music Monday playlist is updated! Listen now 👏 #newmusic #newartist #SpotifyWrapped \n\nhttps://t.co/IUL90Echeu
## 7888                                                                                Waiting for my yearly mental health analysis report. (also known as #SpotifyWrapped)
## 7889                                                                                                                we’re gonna get #SpotifyWrapped on dec 1st me thinks
## 7890                LAGOSTAR wire &amp; cable are your solution\nIf you have been struggling with long electrical bills.\n\n.\nFor more informa… https://t.co/fEHXAYX9tY
## 7891                                                                                                     I predict my top artist will be Taylor’s Swift. #SpotifyWrapped
## 7892                          Yesterday's A History...\nTomorrow's A Mystery...\n...But Today; Today's A Gift.\n\nThat's Why Its Called PRESENT… https://t.co/Xq4EFZtOCS
## 7893                                                                                                I predict my top podcast will be THE MAGNUS ARCHIVES #SpotifyWrapped
## 7894                        BTS, J-HOPE and THE WEEKND headlining my fest ofc 😌💜 #SpotifyWrapped \nbp?? Nahh my mom she keeps asking me to play… https://t.co/EACQmCoPBV
## 7895                                                                                              I predict my most played song will be redguard snipers #SpotifyWrapped
## 7896                                                                                                     I predict my most played song will be [Run BTS] #SpotifyWrapped
## 7897                      I predict my top artist will be Camila Cabello #SpotifyWrapped\nI don’t know I REALLY CAN’T PREDICT at all tho\nI gue… https://t.co/6ium35fhNX
## 7898                                                                                             I predict my top podcast will be #ShaggedMarriedAnnoyed #SpotifyWrapped
## 7899                                                                                  I predict my most played song will be [Sour grapes - #LESSERAFIM ] #SpotifyWrapped
## 7900                                 i'll almost know what my spotify wrapped will be like lmao\n\n#투모로우바이투게더 @TXT_members @TXT_bighit… https://t.co/a5W7U70kvr
## 7901                                                                                                                 I predict my top artist will be egg #SpotifyWrapped
## 7902                                                                                 I predict my top artist will be imagine if i didnt say taylor swift #SpotifyWrapped
## 7903                                                                     Whether my Spotify wrapped is good or bad this year I’m still gonna be annoying #SpotifyWrapped
## 7904                                                              I predict my top genre will be hmmm 🤔 idk! maybe rap? rock? country? jk it's pop 😵‍💫🫠🤪🤩 #SpotifyWrapped
## 7905                                                                                                               I predict my top artist will be sissi #SpotifyWrapped
## 7906                                                                                                     I predict my top podcast will be Modus Operandi #SpotifyWrapped
## 7907                                                         If I'm too embarrassed to share my spotify instafest what am I going to do when #SpotifyWrapped comes out 😳
## 7908                                                                       I predict my top genre will be [pop or alr depending on where is Lana placed] #SpotifyWrapped
## 7909                                                                                                           I predict my top artist will be NCT Dream #SpotifyWrapped
## 7910                        @Hamlin67919122 @donald_mac24 @Jewell5Jr @lockej1234 @BarstoolMSU Not trying to be presumptuous here, but I would s… https://t.co/eTMMhlnNiP
## 7911                                                                                                              I predict my top genre will be pop/rnb #SpotifyWrapped
## 7912                                                                                                 my #SpotifyWrapped will tell me everything i need to know this year
## 7913                        Make up and Music: This week we are talking about the woman that help make this hip hop males have a relevant caree… https://t.co/dmSV9dPbFJ
## 7914                                 Premiers in one hour on YouTube! \n\nFirst 1,000,000 likes gets a cool leaf I found outside.\n\n#backrooms… https://t.co/s9SJqG6HJq
## 7915                                                                                  I predict my most played song will be [Red Daisy by Billy Strings] #SpotifyWrapped
## 7916                                                                                                      I predict my top artist will be arctic monkeys #SpotifyWrapped
## 7917                                                                                                      I predict my most played song will be danshari #SpotifyWrapped
## 7918                                                                                                                I predict my top genre will be K-pop #SpotifyWrapped
## 7919                                                                                 I predict my top podcast will be Erin is the Funny One ~@jacksfilms #SpotifyWrapped
## 7920                                                                                            I predict my most played song will be Beware ~@KryptLMAO #SpotifyWrapped
## 7921                                                                                                         I predict my top genre will be Classic rock #SpotifyWrapped
## 7922                                                                                                             I predict my top artist will be @Eminem #SpotifyWrapped
## 7923                                                                                              I predict my most played song will be crying lightning #SpotifyWrapped
## 7924                                                         I predict my most played song will be fast times by sabrina carpenter or yuck by charli xcx #SpotifyWrapped
## 7925                                                                                                              VAR team today #SpotifyWrapped https://t.co/uExHKYi2cB
## 7926                                                                                           I predict my most played song will be Beatbox - NCT Dream #SpotifyWrapped
## 7927                         I’m anxiously waiting for Spotify Wrapped to come out but in the meantime my instafest for the past six months and… https://t.co/HaBNlDWLho
## 7928                         @Spotify has officially launched the #SpotifyWrapped hashflag for 2022. What do you predict will be your #1 #song,… https://t.co/BE6QMs0pzE
## 7929                                                                                I predict that twenty one pilots will be my top artist this year for #SpotifyWrapped
## 7930                                                          Undead. #SpotifyWrapped #CyberMondayAmazon #halo #haloinfinite #xbox #onlinegaming https://t.co/1s7IPAbtn4
## 7931                                        I predict my most played song will be [Holy Ground by Taylor Swift \nor\nsummertime sadness by Lana del rey] #SpotifyWrapped
## 7932                  my predictions: #SpotifyWrapped\n\ntop song: life by the sea or perfume hmm\n\ntop artist: lovejoy, easily \n\ntop genre:… https://t.co/jVRnKzXQKK
## 7933                                                          Work from home\n#freelancers \n#fiverrgig \n#upwork \n#SpotifyWrapped \n#RedVelvet https://t.co/MNOYe4y3Pt
## 7934                                                 Generosity is more than a gift to others. It’s a reflection of your heart.\n\nThe Bible says 🙏🏾🤎\n\n#SpotifyWrapped
## 7935                                                                                       I predict my most played song will be cardigan - Taylor Swift #SpotifyWrapped
## 7936                                                                                            I predict my top artist will be ODESZA. No way it won't. #SpotifyWrapped
## 7937                              I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped \ntaylor swift @taylorswift13… https://t.co/HpZbLcajzi
## 7938                                                               I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped Taylor Swift lol obvs
## 7939                                                                  I predict my top podcast will be The McElroy Brothers Will Be In Trolls World Tour #SpotifyWrapped
## 7940                                                           This guy is fast and good @TariqLamptey 🇬🇭🇬🇭🇬🇭🇬🇭 #SpotifyWrapped #ghanablackstars https://t.co/tRTXqVJJy1
## 7941                                                                                              It’s embarrassing how excited I am for Spotify wrapped #SpotifyWrapped
## 7942                                                                                     i predict my most played song will be feel good inc. - gorillaz #SpotifyWrapped
## 7943                                 It’s  #portable and it’s #hookup so let’s get strategic , omg it’s starting to shock me sportybet loading…… https://t.co/Pf2wBuFp5B
## 7944                                                                                                      I predict my top artist will be [Taylor Swift] #SpotifyWrapped
## 7945                                                                                       I predict my top artist will be BELLE #SpotifyWrapped https://t.co/OgWtUVROKE
## 7946                                                                                          Just chill 🙂 \n#centrous #Pakistan #SpotifyWrapped https://t.co/uXFUBFddTC
## 7947                                                                                                       I predict my top artist will be [ Lucki duh ] #SpotifyWrapped
## 7948                                                                                                          I predict my top genre will be [Reggaeton] #SpotifyWrapped
## 7949                                                                                                           I predict my top artist is taylor swift 🫶🏻#SpotifyWrapped
## 7950                           Reach for the future and reach the goal of becoming a successful Entrepreneur.\n#PakistanCricket #SpotifyWrapped… https://t.co/sRkWvzMLVE
## 7951                                                                     I predict my top genre will be electronic pop or maybe something rocks inspired #SpotifyWrapped
## 7952                                             I predict my most played song will be [fill in top song prediction] #SpotifyWrapped "Savior Complex" by Phoebe Bridgers
## 7953                                                                                                               I predict my top artist will be TWICE #SpotifyWrapped
## 7954                                                                                                        I predict my top artist will be Taylor Swift #SpotifyWrapped
## 7955                                                                                                     I predict my most played song will be Astrogirl #SpotifyWrapped
## 7956                                                                                                               I predict my top artist will be [BTS] #SpotifyWrapped
## 7957                                                                                          Praying for the day there’s an actually cute colour scheme #SpotifyWrapped
## 7958                                                                                                                I predict my top genre will be K-Pop #SpotifyWrapped
## 7959                        Cant really say that I'm that excited for #SpotifyWrapped\nBut its not because of Spotify but rather me. I've again… https://t.co/5MzEjVcw1n
## 7960                                                                                                  I predict my top artist will be #Red Velvet!! 💝💛💙💚💜#SpotifyWrapped
## 7961                                                                                                  I predict my most played song will be [Ferxxo 100] #SpotifyWrapped
## 7962                                                                                                     I predict my top artist will be BTS (@BTS_twt ) #SpotifyWrapped
## 7963                                                                     I predict my top podcast will be Nighty Night bedtime stories to keep you awake #SpotifyWrapped
## 7964                                                                                                              I predict my top genre will be [K-Pop] #SpotifyWrapped
## 7965                                                                                                   I predict my most played song will be [heartless] #SpotifyWrapped
## 7966                                                                              I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped Weezer
## 7967                                                                                I predict my most played song will be [All Too Well by Taylor Swift] #SpotifyWrapped
## 7968                                                                   did spotify remove the DSMP genre... please i wanna post my wrapped on my insta\n #SpotifyWrapped
## 7969                                                                                     I predict my most played song will be [Louder than bombs - BTS] #SpotifyWrapped
## 7970                                                                                 I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped rock?
## 7971                                                                                           I predict my top artist will be el pinche cuarteto de nos #SpotifyWrapped
## 7972                                     I predict my spotify wrapped in order\n1.Will Wood\n2.Wilbur Soot\n3.FallOutBoy\n4. Kate Bush\n5. Stray Kids\n\n#SpotifyWrapped
## 7973                             I predict my top genre will be Otacore or J-pop although its probably gonna be Broadway because its that one every year #SpotifyWrapped
## 7974                                                                                   This Daniel Amokachi’s betBonanza ad… 🤐\n\n#SpotifyWrapped #FifaWorldCup\n#BRASUI
## 7975                                             I predict my most played song will be [fill in top song prediction] #SpotifyWrapped Stealing Fat from The Dust Brothers
## 7976                                                                                                          I predict my top genre will be K-Pop / Pop #SpotifyWrapped
## 7977                                                                                                        I predict my top podcast will be Free Period #SpotifyWrapped
## 7978                                       i'm available to take your due assignments tonight 11:59, essays, research papers, homeworks \ndm me… https://t.co/N0RkvJcwGZ
## 7979                                                                                                               I predict my top artist will be [BTS] #SpotifyWrapped
## 7980                                                                                                           I predict my top artist will be [Beyoncé] #SpotifyWrapped
## 7981                                                    I predict my most played song will be either U from Belle or I Really Want To Stay At Your House #SpotifyWrapped
## 7982                                                                                                                I predict my top artist will be Haim #SpotifyWrapped
## 7983                                                                                                I predict my most played song will be RUN BTS by BTS #SpotifyWrapped
## 7984                                                                                                                I predict my top genre will be [Pop] #SpotifyWrapped
## 7985                               Like how on earth 🌍 !!!. The current finance minister to save our economy😀😀😀. You deserve it! @ASAMOAH_GYAN3… https://t.co/e4dgGx6iW6
## 7986                        The music streaming service has been teasing Spotify Wrapped 2022 for a few days now, but has not revealed the date… https://t.co/9IA0O8UcrX
## 7987                                                                                                      Angsty gay. #SpotifyWrapped #instafest https://t.co/vWVIpExLYn
## 7988                                                                                      I predict my top podcast will be [Charli XCX's Best Song Ever] #SpotifyWrapped
## 7989                                                                                                   I predict my most played song will be [As It Was] #SpotifyWrapped
## 7990                                                                                                  Who’s gonna be in my #SpotifyWrapped ?\nProbably sio but who knows
## 7991                                                                                        I predict my most played song will be Leaning On You by Haim #SpotifyWrapped
## 7992                                                                                                               I predict my top genre will be [kpop] #SpotifyWrapped
## 7993                                                                                                         I predict my top artist will be linkin park #SpotifyWrapped
## 7994                                                                                                                        bruh #SpotifyWrapped https://t.co/KYglNwt29Y
## 7995                                                                                                                Me seeing my #SpotifyWrapped https://t.co/yHPFbSvY8o
## 7996                                                                                          I predict my most played song will be [snowflake by powfu] #SpotifyWrapped
## 7997                                                                                                  I predict my top podcast will be [ADHD As Females] #SpotifyWrapped
## 7998                                          Life is beautiful  #CyberMonday #SpotifyWrapped #mondaythoughts so dance like everyone is watching https://t.co/VytyBEL6ai
## 7999                                                                                                         I predict my most played song will be [YTC] #SpotifyWrapped
## 8000                                                  Every artist that wanted to ki about my streams better outsell me when #SpotifyWrapped drops 😝 cus I’m on dat ass!
## 8001                                                                                      The top song on your #SpotifyWrapped \n\n#arianagrindr https://t.co/Z3xTqji0r7
## 8002                                                                       Listening to Halsey extra before #SpotifyWrapped comes out to make sure they're my top artist
## 8003                                                                           I predict my most played song will be [Guren No Yumiya by linked horizon] #SpotifyWrapped
## 8004                                                                                                               I predict my top artist will be [s10] #SpotifyWrapped
## 8005                        It's almost December, meaning it's time for me to start listening to the music I want people to think I listen to i… https://t.co/tQ6I0vJlt8
## 8006                                                       I'm ready for this to come out to so how much crack this one will be on compared to past ones #SpotifyWrapped
## 8007                                                   apple music stats dropped and no one knew or batted an eye but the whole world stops when #SpotifyWrapped comes 🤭
## 8008                                                           I predict my most played song will be All Too Well (10 Minute Version) (Taylor’s Version) #SpotifyWrapped
## 8009                                                                                                              I predict my top genre will be [indie] #SpotifyWrapped
## 8010                        Conflicted about #SpotifyWrapped after it outed me as a 🚬 last year with the surprise stat of being in the top 0.05… https://t.co/rfpPpFmZqS
## 8011                                                                                                 I predict my most played song will be [ANTIFRAGILE] #SpotifyWrapped
## 8012                                                                                                i can’t wait to see how mentally ill i was this year #SpotifyWrapped
## 8013                                                                                                                 I predict my top genre will be Rock #SpotifyWrapped
## 8014                                                                                             I predict my most played song will be [s10 wat is real] #SpotifyWrapped
## 8015                                                                                         I predict my most played song will be [Nicki Minaj - Yikes] #SpotifyWrapped
## 8016                        #SpotifyWrapped PRESS ‘shuffle 🔘’ for #70s, #80s, #90s, and #2k post punk #thenational #drabmajesty #sovietwave#blo… https://t.co/XrY8jlQD51
## 8017                                                                                                        I predict my top artist will be BTS @BTS_twt #SpotifyWrapped
## 8018                                                                                                         waiting for my #SpotifyWrapped like https://t.co/7bao6ITSQx
## 8019                                                            i listen to rain sounds on a loop every night so i’m not as thrilled to see my #SpotifyWrapped this year
## 8020                                                                                                       i predict my top artist will be ariana grande #SpotifyWrapped
## 8021                                                                             I predict my most played song will be [Strawberry Moon or Yes or Yes 🫡] #SpotifyWrapped
## 8022                                                                                                        I predict my top artist will be [Stray Kids] #SpotifyWrapped
## 8023                                                                                                                  i predict my top genre will be pop #SpotifyWrapped
## 8024                                                                                 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 8025                                                                                                                I predict my top genre will be K-pop #SpotifyWrapped
## 8026                                                                                      I predict my most played song will be [Thunderous- Stray Kids] #SpotifyWrapped
## 8027                                                                                            I predict my most played song will be soldier, poet,king #SpotifyWrapped
## 8028                                                                                                              I predict my top artist will be Giveon #SpotifyWrapped
## 8029                                                                                        I predict my most played song will be This Is Why - Paramore #SpotifyWrapped
## 8030                                                                                               I predict my top artist will be Tomorrow By Together! #SpotifyWrapped
## 8031                                                                                            I predict my top artist will be @NCTsmtown or @theweeknd #SpotifyWrapped
## 8032                                                                                                    i predict my most played song will be in my head #SpotifyWrapped
## 8033                                      We sell instacart bot for iPhone and android we also reactivate instacart account text(843) 868-1406.… https://t.co/l2IeVcj6dQ
## 8034                                                                                                                  I predict my top genre will be Pop #SpotifyWrapped
## 8035                                                                                        I predict my top artist will be Taylor Swift but I want Lana #SpotifyWrapped
## 8036                                                                                                     I predict my most played song will be Moon song #SpotifyWrapped
## 8037                                                                                 I predict my most played song will be The Noose by A Perfect Circle #SpotifyWrapped
## 8038                                                                                         I predict my top podcast will be On Purpose with Jay Shetty #SpotifyWrapped
## 8039                                                                                                                 I predict my top genre will be kpop #SpotifyWrapped
## 8040                                                                                      I predict my most played song will be Flex by @TFN_official_ \n#SpotifyWrapped
## 8041                                                                  me pretending spotify wrapped doesnt define my personality #SpotifyWrapped https://t.co/wTegF10PyQ
## 8042                                                                                 This is my Spotify wrapped I’m done waiting #SpotifyWrapped https://t.co/E5SkAUL5g2
## 8043                                                                          I predict my most played song will be And So It Goes by The King's Singers #SpotifyWrapped
## 8044                                                                    i predict my top artist will be Taylor Swift, there's no way it's another person #SpotifyWrapped
## 8045                                                                                         It’s almost that time of the year #SpotifyWrapped 👀 https://t.co/ABbnts1dVI
## 8046                                                                                           Now yall got me all hyped for my #SpotifyWrapped and it's not ready. smdh
## 8047                                               My #SpotifyWrapped is gonna be the most weird mixed up shit ever... \nKpop, Grime, Rap, Rock, Classic music all of it
## 8048                                                                                                    I predict my top artist will be @TFN_official_\n #SpotifyWrapped
## 8049                                                                                                 I predict my top artist will be MGK or Selena Gomez #SpotifyWrapped
## 8050                                                                                                 I predict that my top artist will be Lana Del Rey 🤍 #SpotifyWrapped
## 8051                        By looking at this, I may actually have a #SpotifyWrapped    that doesn't have Glee Cast as my number one artist! W… https://t.co/l14257V13v
## 8052                                                                                                           My #spotifywrapped cannot be beat https://t.co/USHmocKhRw
## 8053                                                                                                                                                #SpotifyWrapped when
## 8054                                                                                                                                           when is #SpotifyWrapped ?
## 8055                                                                                  I predict my most played song will be Another Heartbreak by Giveon #SpotifyWrapped
## 8056                                                                                                             I predict my top genre will be Pop Punk #SpotifyWrapped
## 8057                                                                         waiting for me #SpotifyWrapped so i can compare it to this shitshow https://t.co/R7oCxcC5Gy
## 8058                                                                                                       I predict my top artist will be [@NICKIMINAJ] #SpotifyWrapped
## 8059                                                                     Whats on your Playlist for work?? I need some new songs or artists \n\n#hiphop\n#SpotifyWrapped
## 8060                                                                                                    I predict my top artist will be @laufey probably #SpotifyWrapped
## 8061                                                                                                              I predict my top artist will be [BTS ] #SpotifyWrapped
## 8062                                                                                                           #SpotifyWrapped waiting patiently https://t.co/Px2UFWMdsK
## 8063                                                                                                                I predict my top genre will be Kpop  #SpotifyWrapped
## 8064                                                                                                          I predict my top genre will be [Pop dance] #SpotifyWrapped
## 8065                                                                        I predict my most played song will be either a MGK song or Selena Gomez song #SpotifyWrapped
## 8066                                                                                                  I predict my top artist will be BLACKPINK (I hope) #SpotifyWrapped
## 8067                                                                                                    I predict my top artist will be @Stray_Kids #SpotifyWrapped\n🤔🤔🤔
## 8068  Cover de #chainsawman\nhttps://t.co/RbYxKygsxT👈\nhttps://t.co/k5xuHbMHf9👈\nLINK IN BIO!!\n#チェンソーマン見放題最速配信 \n#チェンソーマン… https://t.co/mOqEiYHW0E
## 8069                                                                                         I predict my most played song will be moonlight by agust d  #SpotifyWrapped
## 8070                                                                                                      I predict my top artist will be harry styles 😍 #SpotifyWrapped
## 8071                                                                                                    I predict my most played song will be pink venom #SpotifyWrapped
## 8072                                                                                    I predict my most played song will be fragile by laufey probably #SpotifyWrapped
## 8073                                                                                 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 8074                                                                                                                I predict my top genre will be K-POP #SpotifyWrapped
## 8075                                                                         I predict my most played song will be [Do We Have A Problem] by @NICKIMINAJ #SpotifyWrapped
## 8076                                                                                                           I predict my top artist will be easy life #SpotifyWrapped
## 8077                                                                       I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped\nno escucho
## 8078                                         Super project  💝💝💝\n\n#SpotifyWrapped #RedVelvet #JHOPEatMAMA2022 #ImACeleb #乌鲁木齐 #FIFAWorldCup https://t.co/zfIvSoF6AT
## 8079                                                                                       I predict my most played song will be Pink Venom by BLACKPINK #SpotifyWrapped
## 8080                                                                                                        I predict my top artist will be Lana Del Rey #SpotifyWrapped
## 8081                                                                                                                  I predict my top genre will be pop #SpotifyWrapped
## 8082                                                         I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped Taylor swift/Arctic monkeys
## 8083                                                                             I predict my most played song will be Maniac or case 143 by @Stray_Kids #SpotifyWrapped
## 8084                                                                                         my instafest looking like shit! #SpotifyWrapped will be bad for me i fear 😭
## 8085                                                             I predict my top artist will be my chemical romance (i actually dont know for sure but) #SpotifyWrapped
## 8086                                                                                     I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped
## 8087                                                                                                       I predict my top artist will be Selena Gomez  #SpotifyWrapped
## 8088                                                                            I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped \nPop/rock
## 8089                                                                                                                  I predict my top genre will be Pop #SpotifyWrapped
## 8090                                                                                 I predict my top podcast will be [what's good podcast @WGPodcastUK] #SpotifyWrapped
## 8091                                            I predict my most played song will be [fill in top song prediction] #SpotifyWrapped I wanna be yours/ you belong with me
## 8092                                                                                     I predict my top artist will be Chase Atlantic or Taylor Swift  #SpotifyWrapped
## 8093                                            Pray,Believe &amp; Hard work\n#SpotifyWrapped #MondayMotivation #ImACeleb #FIFAWorldCupQatar2022 https://t.co/nH7DED2qTB
## 8094                                                                                                  I predict my top artist will be Anitta … of course #SpotifyWrapped
## 8095                                                                                           I predict my top artist will be Nero's Day at Disneyland. #SpotifyWrapped
## 8096                        I predict my most played song will be "Sunshine On My Shoulders" by John Denver because it's my 2 y/o Dale's favori… https://t.co/n1SqcSv8Ol
## 8097                                                                                                            I predict my top genre will be Dance Pop #SpotifyWrapped
## 8098                                                                                        I predict my top artist will be @pledis_17 or @taylorswift13 #SpotifyWrapped
## 8099                                                                                                  I predict my top artist will be [Ludwig Goransson] #SpotifyWrapped
## 8100                                                                                                      I predict my top artist will be [Charlie Puth] #SpotifyWrapped
## 8101                                                    Me waiting for wrapped 2022 pretending not to know anything I listened \n#spotifywrapped https://t.co/AQMvqK0tQg
## 8102                                                                                                      I predict my top artist will be Arctic Monkeys #SpotifyWrapped
## 8103                                                                                                I predict my most played song will be How to Forgive #SpotifyWrapped
## 8104                                                                                             I predict my top podcast will be [Anime Out of Context] #SpotifyWrapped
## 8105                                                                                                             It's getting more and more interesting. #SpotifyWrapped
## 8106                       Since love grows within you, so beauty grows. For love is the beauty of the soul.\n#SpotifyWrapped #abstractart #art… https://t.co/eiL1Bztm97
## 8107                                                                                                          I predict my top podcast will be [nothing] #SpotifyWrapped
## 8108                                                                        I predict my most played song will be hatefuck - the bravery💀💀 dumb ass name #SpotifyWrapped
## 8109                        Except you love to be the aladimeru Because I see no reason why one will have the opportunity of having a stress fr… https://t.co/gMO1EavRA0
## 8110                                                                                                         I predict my top artist will be [@RVsmtown] #SpotifyWrapped
## 8111                                                                           i predict my top played song will be dying on the inside by nessa barrett #SpotifyWrapped
## 8112                                                                                                   I predict my most played song will be [#Pasoori ] #SpotifyWrapped
## 8113                       This is very fantastically project   💝💝💝\n\n#SpotifyWrapped #RedVelvet #JHOPEatMAMA2022 #CyberMonday #PakistanCricket https://t.co/9iAi8XzfSs
## 8114                                                                                                  I predict my top artist will be #LouisTomlinson\n\n#SpotifyWrapped
## 8115                                                                                                                 I predict my top genre will be Lofi #SpotifyWrapped
## 8116                                                                          Ya. That went fast. \n#speed_dating \n#SpotifyWrapped \n#RedVelvet https://t.co/25ve4uA6vV
## 8117                                                                                                               I predict my top artist will be [Ado] #SpotifyWrapped
## 8118                                                                                               I predict my most played song will be Ride - Doja Cat #SpotifyWrapped
## 8119                                                                                               How my #SpotifyWrapped is going to look like- https://t.co/ziLtNTTFKP
## 8120                                                                                                              I predict my top genre will be [K-Pop] #SpotifyWrapped
## 8121                                                       I predict my most played song will be Rosemary(Victony) Drunk Guitar(NSG) or Woman (Omah Lay) #SpotifyWrapped
## 8122                                                                                           I predict my most played song will be [True Love - NuNew] #SpotifyWrapped
## 8123                                                                                           They teasing #SpotifyWrapped so much, I'm starting to not care about it 😭
## 8124                                                                                  Scared stiff of playing anymore @taylorswift13 in case it skews my #SpotifyWrapped
## 8125                                                                                     I predict my most played song will be [CAMPOS ELISEOS - Airbag] #SpotifyWrapped
## 8126                                                               If someone got RKelly in their #SpotifyWrapped they simply need they ass beat https://t.co/gXcE6oaryi
## 8127                        Can't wait for my #SpotifyWrapped even though I used Spotify for the months of May - September and that's it, the r… https://t.co/h5j8Id722m
## 8128                                 Stopping Question #SpotifyWrapped #RedVelvet #CyberMondayAmazon #JHOPEatMAMA2022 #乌鲁木齐 #ميقا #ImACeleb… https://t.co/CMhEh3PWkD
## 8129                                                                     I predict my most played song will be [Burning Bridges- Mike Curb Congregation] #SpotifyWrapped
## 8130                                                                                                      I predict my top genre will be [Japanese Rock] #SpotifyWrapped
## 8131                                                                                                    I predict my top artist will be [Ariana grande ] #SpotifyWrapped
## 8132                                                                                            my wrapped is here omg so true 🫣 #SpotifyWrapped https://t.co/Aw8zUVfRDX
## 8133                                 Stopping Question #SpotifyWrapped #RedVelvet #CyberMondayAmazon #JHOPEatMAMA2022 #乌鲁木齐 #ميقا #ImACeleb… https://t.co/fevPNsPxnV
## 8134                                                                                                   I predict my top podcast will be @AuntyDonnaBoys  #SpotifyWrapped
## 8135                                                                                         I predict my most played song will be [The Rumbling by SiM] #SpotifyWrapped
## 8136                                                                                                                                   #SpotifyWrapped or i’ll go insane
## 8137                                                                                                          I predict my top genre will be [dance pop] #SpotifyWrapped
## 8138                                               CYBER MONDAY IS HERE!  ORDER YOUR FAVORITE BBL/LIPOSUCTION  POST-OP SUPPLIES NOW!  🛍️15% OFF🛍️… https://t.co/fQMFDDnRx4
## 8139                           hemorrhoids or piles @hemorrhoids_piles_\n#SpotifyWrapped #RedVelvet #PakistanCricket #ImACeleb #JHOPEatMAMA2022… https://t.co/Y6lDR0tzaT
## 8140                                                                             I predict my top artist will be [@ChloeBailey or @DojaCat or @Beyonce ] #SpotifyWrapped
## 8141                                                                                                  I predict my most played song will be [positions ] #SpotifyWrapped
## 8142                        I do not feel bad for Apple Music users on these, the days and eves before the magic of @Spotify wrapped is bestowe… https://t.co/Ir68WiztdW
## 8143                                                                                         I predict my top podcast will be Vad? Med Ijustwanttobecool #SpotifyWrapped
## 8144                                                                                 I predict my top podcast will be anything goes by emma chamberlain  #SpotifyWrapped
## 8145                                                                                                      I predict my top artist will be [Lana Del Rey] #SpotifyWrapped
## 8146                             prediction that All Too Well (10 Minute Version) (Taylor's Version) (From The Vault) is my most played song of the year #spotifywrapped
## 8147                                                             I predict my top artist will be @olivianj #SpotifyWrapped \n\n(though I wouldn't put any money on that)
## 8148                                                                       Me knowing my #SpotifyWrapped is just DAY6 songs and all my other close friends knows it too.
## 8149                                                                                                      I predict my top artist will be taylor swift 🥺💗#SpotifyWrapped
## 8150                                                                                                       I predict my top artist will be Magdalena Bay #SpotifyWrapped
## 8151                            Girls with glasses😉😍 #lovelive #Trending #TweetOfTheDay #girls #SpotifyWrapped #RedVelvet #ImACeleb #CyberMonday https://t.co/jWWWcT8N8v
## 8152                                                       Is it still called #SpotifyWrapped this year or are they #SpotifyEdging now since they refuse to release it 😒
## 8153                                                                                                                 I predict my top artist will be K3 😓#SpotifyWrapped
## 8154                                                           Imagine dying, and then the first thing you see is a #spotifywrapped, but with your life instead of music
## 8155                                                                           I predict my top artist will be TWENTY ONE PILOTS #SpotifyWrapped https://t.co/5ZUEejb2CU
## 8156                                                                                                                I predict my top genre will be pop 💗 #SpotifyWrapped
## 8157                                                                                                      I predict my top artist will be [Taylor Swift] #SpotifyWrapped
## 8158                                                                                                            i predict my top artist will be @Lilpeep #SpotifyWrapped
## 8159                                                                                              theres still time to stream snow halation before #SpotifyWrapped drops
## 8160                                                                                                                  I predict my top genre will be pop #SpotifyWrapped
## 8161                                                                               I predict my most played song will be difficult by gracie abrams&lt;3 #SpotifyWrapped
## 8162                                                                                                                I predict my top genre will be [Pop] #SpotifyWrapped
## 8163                                                                                                      I predict my most played song will be Waterval #SpotifyWrapped
## 8164                           What if I told you there is a mix somewhere of a duet with John Lennon and Tina Turner singing Come Together..🤔🤠… https://t.co/kiwUfqAhiC
## 8165                        as a preschool teacher, i am *anxiously* waiting for my #SpotifyWrapped to come out as if this isn’t going to be my… https://t.co/hy6teCFwP7
## 8166                       What a great cover!!!\n\nCrosscut Saw - Albert King (Cover by Evan Nicole Bell) https://t.co/qbHoLrL140 via @YouTube… https://t.co/FEJy5V8cw6
## 8167                                                                                                        I predict my top artist will be Taylor Swift #SpotifyWrapped
## 8168                                                                                                I predict my most played song will be [Burning Love] #SpotifyWrapped
## 8169                                                                                                        I predict my top artist will be Taylor Swift #SpotifyWrapped
## 8170                                                                                      me when i see twice as my number 1 on #SpotifyWrapped  https://t.co/nF1zPo1bBF
## 8171                                                                                                                I predict my top genre will be Indie #SpotifyWrapped
## 8172                                          I predict my most played song will be All Too Well (10 Minute Version) (Taylor’s Version) (From The Vault) #SpotifyWrapped
## 8173                                                                                                                       Give me my muthafuckin #SpotifyWrapped nowww‼️
## 8174                                                                                                     I predict my top podcast will be [distractible] #SpotifyWrapped
## 8175                                                                                I predict my top artist will be Mamamoo\n #SpotifyWrapped\n\nhttps://t.co/uVA3V0MELI
## 8176                                                                                     I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped
## 8177                                                                                           I predict my top artist will be:\n#SpotifyWrapped https://t.co/tdzpDuv6gf
## 8178                                                                                                          I predict my top artist will be [favorite] #SpotifyWrapped
## 8179                                                                                                          I predict my top artist will be [skrillex] #SpotifyWrapped
## 8180                                                                                                               I predict my top genre will be [kpop] #SpotifyWrapped
## 8181                                                                                              I predict my most played song will be [alkoholproblem] #SpotifyWrapped
## 8182                        Spotify Island's Upcoming Free Item on #Roblox! The 'WonderWrapped Cloak'. This item and update will release soon w… https://t.co/pirTeqEaNK
## 8183                                                                                                                          txt my plot twist for 2022 #SpotifyWrapped
## 8184                                                             I predict my most played song will be all too well (taylor's version) 10 minuts version #SpotifyWrapped
## 8185                           i’ve literally been preparing my Spotify all year for this and i hope my calculations are correct #SpotifyWrapped https://t.co/o9Zr3iNdnY
## 8186                                                                                                            I predict my top artist will be @Lilpeep #SpotifyWrapped
## 8187                                                                                           I predict my top artist will be DAGames or Iris Official  #SpotifyWrapped
## 8188                                                                                 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 8189                                                                                                         I predict my top artist will be [@DukiSSJ ] #SpotifyWrapped
## 8190                                                                                              I predict my top artist will be queen @taylorswift13 👑 #SpotifyWrapped
## 8191                                         waiting for my #SpotifyWrapped like I don’t already check my top track every single week on Airbuds https://t.co/09fdZT76Q1
## 8192                                                                                                            I predict my top artist will be @JColeNC #SpotifyWrapped
## 8193                                               I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped \n\ntaylor swift \nor \nnessa barrett
## 8194                            I predict my top artist will be @ChewieCatt because I absolutely love his music and I've been listening to him all year. #SpotifyWrapped
## 8195                                                                                       I predict my most played song will be https://t.co/4Kk2ULo3PB #SpotifyWrapped
## 8196                                                                                       I predict my most played song will be right where you left me #SpotifyWrapped
## 8197                             CYBER MONDAY SALE. Today only at https://t.co/IovMKwLSGl check out our store. #sale #holiday #ball #ballislife… https://t.co/Uzo7QAmMDg
## 8198                                                                                                     I predict my most played song will be Bad Habit #SpotifyWrapped
## 8199                                                                              I predict my most played song will be 1, 3, 2 (JEONGYEON, MINA, TZUYU) #SpotifyWrapped
## 8200                                                                                                 I predict my top artist will be [Natewantstobattle] #SpotifyWrapped
## 8201                                                                                                  Last 6 months summarised \n#SpotifyWrapped https://t.co/GLUW3mvqV1
## 8202                                                     I predict my top podcast will be BANTER because that's the only podcast I ever listened to, lol #SpotifyWrapped
## 8203                                                                                                                I predict my top genre will be Metal #SpotifyWrapped
## 8204                                                                                                          I predict my top genre will be [Metalcore] #SpotifyWrapped
## 8205                                                                                        I predict my top artist will be Kordhell, can't be different #SpotifyWrapped
## 8206                                                                                   I predict my top artist will be Bad Bunny #SpotifyWrapped https://t.co/zYcM1SqC1S
## 8207                                                                            I predict my most played song will be [To My Grave by Natewantstobattle] #SpotifyWrapped
## 8208                                                                                                          I predict my top artist will be NICKELBACK #SpotifyWrapped
## 8209                                                                                                    I predict my top podcast will be @BrohioPodcast  #SpotifyWrapped
## 8210                                                        I predict my most played song will be walkin by Denzel curry or the gold by pheobe bridgers  #SpotifyWrapped
## 8211                       I predict my top artist will be [fill in top artist prediction]#SpotifyWrapped\n\n@Spotify stop playing with me this… https://t.co/tUjYf7GeNe
## 8212                                                                                                            I predict my top genre will be phonk LOL #SpotifyWrapped
## 8213                                                                                   I predict my top artist will be mitski, for the 5th year in a row #SpotifyWrapped
## 8214                        I’m predicting my #SpotifyWrapped will consist of @taylorswift13 @bleachersmusic and @charlieputh and I’m betting A… https://t.co/cLakBwKrE1
## 8215                                                                                                         who wants to come ? #SpotifyWrapped https://t.co/WmLgX2ojen
## 8216                                                                                                       if my top song isn't fairy of shampoo im fake #spotifywrapped
## 8217                                                                  I predict my most played song will be metamorphosis. [fill in top song prediction] #SpotifyWrapped
## 8218                                                                Excited for #SpotifyWrapped again, won't be a repeat of this 2019 disaster 👎 https://t.co/BNdOe0dnwf
## 8219                                                                                                                 I predict my top artist will be Sus #SpotifyWrapped
## 8220                                                                              I predict my top artist will be phonk. [fill in top artist prediction] #SpotifyWrapped
## 8221                                                                                                                I predict my top genre will be drill #SpotifyWrapped
## 8222                                                       GIVE ME MY #SpotifyWrapped please i been waiting my whole birthday month for this 😭😭😭 https://t.co/JeL1s3Oyqj
## 8223                                                                                           I predict my top artist will be Taylor Swift cause duh tf #SpotifyWrapped
## 8224                                                                                          I predict my most played song will be Haunted by Laura Les #SpotifyWrapped
## 8225                                                                                                     I predict my most played song will be Frostbite #SpotifyWrapped
## 8226                                                                                                             I predict my top artist will be [ MGK ] #SpotifyWrapped
## 8227                        I've been listening to those automated "daily playlists" on Spotify, and since those change who's on them every day… https://t.co/3WPUz5A1Zv
## 8228                                                                        I predict my top artist will be @billieeilish for the fourth year in a row 🤍 #SpotifyWrapped
## 8229                      Who else has a masters degree in Using Nude pictures as Wallpaper #要要搞定個要 #RedVelvet #JHOPEatMAMA2022 #ImACeleb… https://t.co/N7XgG6LwxN
## 8230                                                              I predict my most played song will be What You Need (for the second year in a row)🙏🏽🙏🏽 #SpotifyWrapped
## 8231                                                                                                      I predict my top artist will be [@_samanthagg] #SpotifyWrapped
## 8232                                                                                                    I predict my top podcast will be WHATS A PODCAST #SpotifyWrapped
## 8233                                                                                               Bruv we need our yearly recap #SpotifyWrapped https://t.co/8RHUpd7nVS
## 8234                                                                                      I predict my most played song will be august by @taylorswift13 #SpotifyWrapped
## 8235                                                                                                 #SpotifyWrapped I predicate will be my top podcast: @LockedOnLakers
## 8236                                                                                            I predict my top podcast will be Learn Deutsch mit Harry #SpotifyWrapped
## 8237                                                                         I predict my most played song will be [idk bro that's a tough one tbh lol ] #SpotifyWrapped
## 8238                              I predict my most played song will be Better Man (Taylor’s Version) (From the vault) Y SI NO ES QUE CHINGUE A SU MADRE #SpotifyWrapped
## 8239                                                                                                                          Dont @ me, aber wann #spotifywrapped 2022?
## 8240                                                                                                        I predict my top artist will be Taylor Swift #SpotifyWrapped
## 8241                                                                                                              I predict my top artist will be BLADEE #SpotifyWrapped
## 8242                                                                                                           *sees Spotify Wrapped trending*\n\n👀,🏃‍♂️,📲 #SpotifyWrapped
## 8243                                                                                             I predict my top genre will be WHATEVER GENRE BLADEE IS #SpotifyWrapped
## 8244                                                                                             I predict my most played song will be master of puppets #SpotifyWrapped
## 8245                                                                                              I predict my top genre will be [mostly likely hiphop ] #SpotifyWrapped
## 8246                                                                          I predict my most played song will be [fill in top song prediction] #SpotifyWrapped\n\nLol
## 8247                                                                                                        I predict my top artist will be Taylor Swift #SpotifyWrapped
## 8248                                                                                                             I predict my top artist will be [Drake] #SpotifyWrapped
## 8249                                                                                                                 I predict my top genre will be rock #SpotifyWrapped
## 8250                                                                                            I predict my most played song will be BLISS BY YUNG LEAN #SpotifyWrapped
## 8251                                I predict my top podcast will be a podcast who tf listens to the shitty podcast on Spotify 🥺🥺🥺🥺🥺🥺🥺🥺🥺🥺🥺🥺🥺🥺🥺💀🥺🥺🥺🥺🥺💔💔🥺🥺🥺#SpotifyWrapped
## 8252                                                                                                     I predict my top podcast will be [MalikTalking] #SpotifyWrapped
## 8253                                                   I predict my most played song will be [Sleepwalking By Chain Gang Of 1974] 100% that or Baby Blue #SpotifyWrapped
## 8254                                                                                                 Go @Chiefs boys had a blast #SpotifyWrapped https://t.co/ErQrRwhmPg
## 8255                                                                                              I predict my most played song will be Out Of My System #SpotifyWrapped
## 8256                                                                                                              I predict my top genre will be popsito #SpotifyWrapped
## 8257                                                                                              I predict my most played song will be love dive by Ive #SpotifyWrapped
## 8258                        @bole_bharat @RajThackeray MNS not getting single MLA seat only bol Bachan. No need to reply his tweet is not impor… https://t.co/iapB2GuISK
## 8259                                                                                                         I predict my top artist will be @keshimusic #SpotifyWrapped
## 8260                                                                                                          I predict my top artist will be @sanbenito #SpotifyWrapped
## 8261                                                                            me knowing my entire #SpotifyWrapped is gonna be afrobeats, afrobeats and more afrobeats
## 8262                                                                                                       I predict my top artist will be Taylor Swift  #SpotifyWrapped
## 8263                                                               #spotifywrapped i’m not scared for my wrapped but ngl if i’m not like top 1% i might air out the room
## 8264                                                                                        I predict my top artist will be its mother mother isn’t it 💀 #SpotifyWrapped
## 8265                                                                              I predict my most played song will be All Too Well (10 minute version) #SpotifyWrapped
## 8266                                                                                    I predict my most played song will be Moonlight - Chase Atlantic #SpotifyWrapped
## 8267                                                                                                   I predict my top podcast will be @WordsFromBlerds #SpotifyWrapped
## 8268                                                                                                 I predict my top artist will be 5 seconds of summer #SpotifyWrapped
## 8269                                                                                                        I predict my top artist will be Harry Styles #SpotifyWrapped
## 8270                                                                              I have the chills 🤒 but If I could get my Spotify wrap that would help #SpotifyWrapped
## 8271                        I predict my top genre will be pop because it has always been that for YEARS. In fact, it has been pop, kpop, manda… https://t.co/Fmz0q3B7Im
## 8272                                                                                       I predict my most played song will be i bet on losing dogs !! #SpotifyWrapped
## 8273                                                                                                                  I predict my top genre will be Pop #SpotifyWrapped
## 8274                                                                                   I predict my top genre will be alt if that’s even a fucking genre #SpotifyWrapped
## 8275                                                                                                     I predict my top podcast will be @sleepdeprived #SpotifyWrapped
## 8276                                                                                                         I predict my top artist will be [50landing] #SpotifyWrapped
## 8277                                                                                                I predict my top song will be [daily heardle answer] #SpotifyWrapped
## 8278                                                          i geniunely am so not excited to see my #SpotifyWrapped this year its gonna be so bad im like embarassed😭😭
## 8279                                                                                   I predict my most played song will be Waves - Pre-Nazi Kanye West #SpotifyWrapped
## 8280                                                                        I predict my most played song will be idk some mother mother song lol I hope #SpotifyWrapped
## 8281                                                                                                   I predict my top podcast will be  @CrimeJunkiePod #SpotifyWrapped
## 8282                                                               my top artist better be either taylor swift or pheobe bridgers spotify don’t test me. #SpotifyWrapped
## 8283                                                                                                           I predict my top genre will be [hyperpop] #SpotifyWrapped
## 8284                        It's a simple action that gives us momentum towards starting our day. \n\nLess thinking. More doing✅\n\n#RedVelvet… https://t.co/gOCQtrMHws
## 8285                                                                                                         I predict my top artist will be wilbur soot #SpotifyWrapped
## 8286                                                                                         I predict my top podcast will be [The Joe Rogan Experience] #SpotifyWrapped
## 8287                        Since @Tesla doesn’t offer #Spotify user account switching and @Spotify won’t allow you to edit your listening hist… https://t.co/gxy59hLb8S
## 8288                                                                                                        I predict my top artist will be taylor swift #SpotifyWrapped
## 8289                                                                                             I predict my most played song will be [still 50landing] #SpotifyWrapped
## 8290                                                        Who needs a therapist when #SpotifyWrapped is on its way to explain your mental state for the past 12 months
## 8291                                                                                                              I predict my top artist will be Mitski #SpotifyWrapped
## 8292                                                                                                                  I predict my top genre will be pop #SpotifyWrapped
## 8293                                                                                                             I predict my top artist will be [Drake] #SpotifyWrapped
## 8294                                                                                  Coz he's gonna top the list 🔥 #ArijitSingh #SpotifyWrapped https://t.co/KFp96KODwF
## 8295                                                                                                   I predict my most played song will be summer girl #SpotifyWrapped
## 8296                                                                                                                I predict my top genre will be pop \n#SpotifyWrapped
## 8297                                                                                                    I predict my top genre will be [Alternative rap] #SpotifyWrapped
## 8298                                                                                       I predict my most played song will be Don Quioxte - Seventeen #SpotifyWrapped
## 8299                        I’m still adamant that #spotifywrapped can’t access data about playlists and only seems to go off artists/albums yo… https://t.co/PyDGu6XgcF
## 8300                                                                           I predict my top genre will be Pop, rock, or vocaloid (if that’s a genre) #SpotifyWrapped
## 8301                                                                                  I predict my most played song will be something from wilbur soot \n#SpotifyWrapped
## 8302                                                                                        I predict my most played song will be Yet to come or Run BTS #SpotifyWrapped
## 8303                                                                                       I predict my most played song will be [Don’t You Worry Child] #SpotifyWrapped
## 8304                                                                                        I predict my top artist will be [arctic monkeys or low roar] #SpotifyWrapped
## 8305                                                     I predict my most played song will be She used to be mine\n\nou\n\nWhat do you know about love  #SpotifyWrapped
## 8306                        Jyst like last year our #SpotifyWrapped  is dismal, IRGAF anymore personally... And frankly, it's always been SUS A… https://t.co/x0rSI49gnn
## 8307                        I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped definitely teachers off duty, but… https://t.co/lOlwI8dtsN
## 8308                                                                                                           I predict my top artist will be BLACKPINK #SpotifyWrapped
## 8309                                                                                                        I predict my top genre will be [indie, rock] #SpotifyWrapped
## 8310                                                                                         I predict my most played song will be [Ride - Lana del Rey] #SpotifyWrapped
## 8311                                                                                    I predict my most played song will be \n#SpotifyWrapped\nhttps://t.co/ibpXIJZ9x5
## 8312                       I predict my most played song will be [MARCH! by @xanakinskywok ] #SpotifyWrapped \nI predict my top genre will be [… https://t.co/ObWJlqlcvO
## 8313                                                                                                           I predict my most played song will be SIU #SpotifyWrapped
## 8314                                                                                                                I predict my top genre will be K-POP #SpotifyWrapped
## 8315                                                                                                          I predict my top genre will be modern rock #SpotifyWrapped
## 8316                            Why did americans make 80s-90s band "incelcore" 😭\n\nI just get called having the music tastes of a 30-year-old here.\n\n#SpotifyWrapped
## 8317                                                                                         I predict my most played song will be [Give up by low roar] #SpotifyWrapped
## 8318                                                                                 I predict my most played song will be [Forever, PT.2 by Bktherula ] #SpotifyWrapped
## 8319                                                                                      I predict my top artist will be [lana del rey or taylor swift] #SpotifyWrapped
## 8320                                                                          I predict my most played song will be Shut Down or Pink Venom by BLACKPINK #SpotifyWrapped
## 8321                                                                                                   I predict my top artist will be Twenty One Pilots #SpotifyWrapped
## 8322                                                                                                            I predict my most played song will be ON #SpotifyWrapped
## 8323                                                                                                             I predict my top podcast will be BANTER #SpotifyWrapped
## 8324                                                                        I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped\nMac demarco
## 8325                                                                                                   I predict my most played song will be air catcher #SpotifyWrapped
## 8326                                                   tbh I bumped honestly, nevermind like a freak asi que fijo drake se lleva mi top artist este año\n#SpotifyWrapped
## 8327                                                                                                      I predict my top artist will be @taylorswift13 #SpotifyWrapped
## 8328                                                           I predict my most played song will be [fill in top song prediction] #SpotifyWrapped\nAny Mac Demarco song
## 8329                                                                                     I predict my most played song will be "you're on your own, kid" #SpotifyWrapped
## 8330                        I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped misterwives? Maybe? Honestly I real… https://t.co/0nJsxsJBBQ
## 8331                                                                            I predict my top artist will be [iKON &amp; B.I] #SpotifyWrapped https://t.co/IzVvDBaqX9
## 8332                                                                               I predict my most played song will be Science and Faith by The Script #SpotifyWrapped
## 8333                                                                 I predict my top genre will be: \n…post punk?? maaaaaybe j rock… visual kei maybe \n#SpotifyWrapped
## 8334                                                                                                       I predict my top artist will be @nessabarrett #SpotifyWrapped
## 8335                                                      #SpotifyWrapped has officially begun teasing its 2022 rollout ⚡️\n\nAre you excited? 😆 https://t.co/xSQzjj7nil
## 8336                                                                                        #SpotifyWrapped trending and y’all had me excited like it was finally time 🥲
## 8337                                                                                                                   Last year #SpotifyWrapped https://t.co/TKD6kaj0hM
## 8338                                                                                                                  I predict my top genre will be pop #SpotifyWrapped
## 8339                                                                  I predict my most played song will be [fill in top song prediction] #SpotifyWrapped stick season 😭
## 8340                                                                                   I predict my top podcast will be Lampcast Podcast by @LampadaNerd #SpotifyWrapped
## 8341                                               I predict my most played song will be:\nprobably dress or iiid empire 🤔 mayb dog with sharper teeth \n#SpotifyWrapped
## 8342                                                                                                       I predict my top artist will be Elvis Presley #SpotifyWrapped
## 8343                                                                                                       When is it coming out #SpotifyWrapped https://t.co/IybSJk2YUd
## 8344                                                                   I predict my most played song will be i literally no idea mhm stargirl interlude? #SpotifyWrapped
## 8345                                                                                                                I predict my top genre will be Rock! #SpotifyWrapped
## 8346                                                                                  I predict my most played song will be Body Paint by Arctic Monkeys #SpotifyWrapped
## 8347                                                                                       I predict my most played song will be B.O.Y.S.N.E.X.T.D.O.O.R #SpotifyWrapped
## 8348                                                                                      I predict my most played song will be Candy by @robbiewilliams #SpotifyWrapped
## 8349                                                                                                    I predict my top genre will be Indie/Alternative #SpotifyWrapped
## 8350                              Lol all these people getting angry Spotify wrapped isn't out yet I've had mine for a long time #SpotifyWrapped https://t.co/CoXfF0ebI9
## 8351                                                    I wonder how they’re gonna piss off the graphic designer in me this year #SpotifyWrapped https://t.co/1MllIaZr7a
## 8352                        You've probably seen Instafest all over your timeline and yes, it's as cringe as #SpotifyWrapped. Here's how to cre… https://t.co/WfQczewEur
## 8353                                                                                            Can't wait to see Eight by IU as my number 1 song for my #SpotifyWrapped
## 8354                                                                                         @Spotify I predict my most played song will be [PINK VENOM] #SpotifyWrapped
## 8355                                                                                                          I predict my top artist will be [Phoneboy] #SpotifyWrapped
## 8356                                                                                         I predict my most played song will be Time Lapse by NCT 127 #SpotifyWrapped
## 8357                                                                                                     I predict my most played song will be As It Was #SpotifyWrapped
## 8358                                                                                                         I predict my top genre will be [Indie Rock] #SpotifyWrapped
## 8359                                                                                          I predict my top artist will be [the artist of the decade] #SpotifyWrapped
## 8360                        #spotifywrapped predictions (trying really hard to not go check on my last fm): probably kanye still as the top art… https://t.co/ycHDx3sAve
## 8361                                                                                                             I predict my top genre will be [hiphop] #SpotifyWrapped
## 8362                                                                                                       I predict my most played song will be [Roses] #SpotifyWrapped
## 8363                                                                                                           I predict my top artist will be Straykids #SpotifyWrapped
## 8364                                                                                                                Let me see my shit already @Spotify  #SpotifyWrapped
## 8365                                                                                   I think this song could be my top song ❤️ #SpotifyWrapped\nhttps://t.co/aq9OVBLE0d
## 8366                                                                                                      I predict my most played song will be [august] #SpotifyWrapped
## 8367                                     Be it #Walls Or #FaithInTheFuture my top artist will be always @Louis_Tomlinson for #SpotifyWrapped 🙌🏻❤ https://t.co/J8C9VlGjKs
## 8368                                                                            I predict my most played song will be right where you left me by Taylor 👑#SpotifyWrapped
## 8369                                                                                  I predict my most played song will be Heyday by 3RACHA (straykids) #SpotifyWrapped
## 8370                                                                                          I predict my most played song will be [Liability x Drake ] #SpotifyWrapped
## 8371                                                                          I predict my top artist will be #LouisTomlinson with #FaithInTheFuture \n\n#SpotifyWrapped
## 8372                                                                                     I predict my most played song will be [Love is Hillsong United] #SpotifyWrapped
## 8373                                                                                     I predict my most played song will be Substance by Demi Lovato\n#SpotifyWrapped
## 8374                                                                                                    I predict my top artist will be [ariana grande ] #SpotifyWrapped
## 8375                                                                                                   I predict my top artist will be [Porter Robinson] #SpotifyWrapped
## 8376                        Ok so the #SpotifyWrapped predictions are tricky for me bc my whole life this year was equal parts Harry Styles onl… https://t.co/XRh4DCFi1o
## 8377                       Just trying Instafest. app.\nSo it's like #SpotifyWrapped but they make it looks like a music fest ad? I like to see… https://t.co/A0WT0mbVuQ
## 8378                                                                                                       I predict my top genre will be [Sad/lofi/Edm] #SpotifyWrapped
## 8379                                                                                                                I predict my top genre will be [pop] #SpotifyWrapped
## 8380                                                                                          I predict my most played song will be [\n\nleft and Right] #SpotifyWrapped
## 8381                                                                                             I predict my most played song will be [leave me lonley] #SpotifyWrapped
## 8382                                                                                                                            #SpotifyWrapped omg its coming this week
## 8383                                                                                                    I predict my top artist will be Taylor Swift #SpotifyWrapped duh
## 8384                                                                      I predict my most played song will be [Trying to feel alive (Porter Robinson)] #SpotifyWrapped
## 8385                                                                              I predict my most played song will be Nobuo Uematsu - One Winged Angel #SpotifyWrapped
## 8386                                                                          I predict my top artist will be #LouisTomlinson with #FaithInTheFuture \n\n#SpotifyWrapped
## 8387                                                                                                        I predict my top podcast will be banter!!!!! #SpotifyWrapped
## 8388                                                                 oooooooh the official tag is out, looking forward to getting my #spotifywrapped later on this week!
## 8389                                                                                                        I predict my top artist will be @boywithukes #SpotifyWrapped
## 8390                                                                                                         I predict my top artist will be @oO0Eve0Oo  #SpotifyWrapped
## 8391                                                                                                                   My favorite holiday is on the way #SpotifyWrapped
## 8392                                                                                                       I predict my top artist will be taylor 10000% #SpotifyWrapped
## 8393                                                                      I predict my top genre will be if they didn’t take dream smp out it’ll be that #SpotifyWrapped
## 8394                                                                                     I predict my top genre will be Electronic? specifically Trance  #SpotifyWrapped
## 8395                                                                                                      I predict my top artist will be [Taylor Swift] #SpotifyWrapped
## 8396                      I know everyone is excited for #SpotifyWrapped but the truly enlightened know that music fans go to #BandCamp. \n\nAn… https://t.co/9ZTIaS8sGr
## 8397                                                                                         I predict my most played song will be  Yonaguni - Bad Bunny #SpotifyWrapped
## 8398                                                                                                        I predict my top artist will be Taylor Swift #SpotifyWrapped
## 8399                                                                                          I predict my top podcast will be @creepsilog. sure na yan. #SpotifyWrapped
## 8400                                                                                        I predict my top podcast will be anything goes by queen emma #SpotifyWrapped
## 8401                                                                          I predict my most played song will be either change my clothes or daylight #SpotifyWrapped
## 8402                                                                                                          I predict my most played song will be A.M. #SpotifyWrapped
## 8403                                                                                 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 8404                                                                                                                  I predict my top genre will be Pop #SpotifyWrapped
## 8405                                                                                          I predict my most played song will be Sweat - SOPHIE remix #SpotifyWrapped
## 8406                                                                                                                           NGL I’m scared to see my  #SpotifyWrapped
## 8407                                                                                                          I predict my top artist will be sza fs 🙏🙏🙏 #SpotifyWrapped
## 8408                                                                                      I predict my most played song will be Lights Off - ESC Version #SpotifyWrapped
## 8409                                                                                          I predict my most played song will be lightning Charli XCX #SpotifyWrapped
## 8410                                                                                        I predict my most played song will be SPACE MAN by Sam Ryder #SpotifyWrapped
## 8411                                                                         I predict my most played song will be Silk Chiffon YAHAHAHAHHAHAHAHAAHAHAHA #SpotifyWrapped
## 8412                                                                                                         I predict my top genre will be pop music ig #SpotifyWrapped
## 8413                                                                                 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 8414                                                                                                                  I predict my top genre will be pop #SpotifyWrapped
## 8415                                                                                                   I predict my top artist will be Black Veil Brides #SpotifyWrapped
## 8416                                                                                 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 8417                                                                                     I predict my most played song will be Shirt by SZA (aka queen)  #SpotifyWrapped
## 8418                                                                                                          I predict my top artist will be @theweeknd #SpotifyWrapped
## 8419                                                                                                       I predict my top artist will be One Direction #SpotifyWrapped
## 8420                                                                                               I predict my top genre will be [taylor-pop obviously] #SpotifyWrapped
## 8421                                                                                 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 8422                                                                         I predict my most played song will be Tzanca Uraganu Mami ti am promis live #SpotifyWrapped
## 8423                                                                                                       I predict my top artist will be Taylor Swift  #SpotifyWrapped
## 8424                           @jappleby Used to love it until by 5yo took over my #spotifywrapped now i get bluey, makeup stories and instrumental lullabies. Dad life.
## 8425                                                                                    me when my top artist on #spotifywrapped is Taylor Swift https://t.co/55Jw2sqRk6
## 8426                                                                                                               I predict my top artist will be [BTS] #SpotifyWrapped
## 8427                                                                                                        I predict my top artist will be lana del rey #SpotifyWrapped
## 8428                                                                   I predict my top artist will be @lilamccann, like every year since i got Spotify! #SpotifyWrapped
## 8429                                                                                   I predict my top genre will be Pop (either Dance, Synth or K-pop) #SpotifyWrapped
## 8430                                                                                                               I predict my top genre will be [Kpop] #SpotifyWrapped
## 8431                                                                                                     I predict my top artist will be #LouisTomlinson #SpotifyWrapped
## 8432                                                                                 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 8433                                                                                                   I predict my most played song will be Getaway Car #SpotifyWrapped
## 8434                                                                                                 I predict my top artist will be [carti or kendrick] #SpotifyWrapped
## 8435                                                                                                    I predict my most played song will be [Dynamite] #SpotifyWrapped
## 8436                                                                                        I predict my top genre will be Metal #SpotifyWrapped https://t.co/7RpLJ6AJmd
## 8437                                                                                               It’s almost time for the yearly Vapor Twitch Takeover #SpotifyWrapped
## 8438                                                                                                 I predict my top genre will be [is opium a genre 😋] #SpotifyWrapped
## 8439                                                                                       I predict my most played song will be Shut Down by BLACKPINK  #SpotifyWrapped
## 8440                                                                                                                                      waiting for my #SpotifyWrapped
## 8441                                                                                                          I predict my top artist will be Seventeen. #SpotifyWrapped
## 8442                                                                                                              I predict my top genre will be country #SpotifyWrapped
## 8443                                                                                                        I predict my top artist will be bad bunny ?? #SpotifyWrapped
## 8444                                                                                                        i predict my top artist will be taylor swift #SpotifyWrapped
## 8445                                                                                                 I predict my most played song will be [BENO ON WLR] #SpotifyWrapped
## 8446                                                                                                              I predict my top podcast will be Views #SpotifyWrapped
## 8447                                                                                   next year my #spotifywrapped top genre will be "we get it. you're a lesbian barb"
## 8448                                                                                                        I predict my top artist will be Taylor Swift #SpotifyWrapped
## 8449                                                                                                                                  give it to me now  #SpotifyWrapped
## 8450                                                                                                                  i predict my top genre will be pop #SpotifyWrapped
## 8451                                                                                                               I predict my top genre will be K-Pop. #SpotifyWrapped
## 8452                                                                                                I predict my top podcast will be [offlinetv podcast] #SpotifyWrapped
## 8453                                                                                                               I predict my top artist will be aespa #SpotifyWrapped
## 8454                                                                                              I predict my most played song will be King Of The Fall #SpotifyWrapped
## 8455                                                                                                       I predict my top artist will be @iamblackbear #SpotifyWrapped
## 8456                                                                                                                                      I WANNA KNOW!! #SpotifyWrapped
## 8457                                                                                           I predict my most played song will be Next Level by Aespa #SpotifyWrapped
## 8458                                                             My Spotify Wrap will probably be nothing but BTS since I became an ARMY this year lmao 💜#SpotifyWrapped
## 8459                                                                               i predict my most played song will be all too well ten minute version #SpotifyWrapped
## 8460                                                                                             I predict my most played song will be Hot by Seventeen. #SpotifyWrapped
## 8461                                                              My #SpotifyWrapped most listened to will be the relaxing dog music I leave on for my dog every day 😂😂😂
## 8462                                                                                           I predict my most played song will be To Be Honest by Kai #SpotifyWrapped
## 8463                                                                                        I predict my most played song will be am I wrong by BTS LMAO #SpotifyWrapped
## 8464                                     Me waiting for my 2022 wrapped even though I know who my #1 artist is going to be\n#SpotifyWrapped #BTS https://t.co/k0lmpYPAYB
## 8465                                                                                                   I predict my top genre will be R&amp;B (probably) #SpotifyWrapped
## 8466                                                                                                          I predict my top artist will be fob, again #SpotifyWrapped
## 8467                         squeezie #SpotifyWrapped the weeknd loona chuu tim burton #BoycottFnac valorant hyunjin namjoon nehuda south korea… https://t.co/dBgV00nLKN
## 8468                                                                                                 I predict my most played song will be Mine - 1nonly #SpotifyWrapped
## 8469                                                                                                       I predict my top artist will be Taylor Swift  #SpotifyWrapped
## 8470                                                                                                  I predict my top artist will be Riders in the Sky! #SpotifyWrapped
## 8471                                                                                  i'm gonna pretend i'm surprised when taylor swift is my top artist #SpotifyWrapped
## 8472                                             I predict my top podcast will be Violating Community Guidelines with @sarahschauer and @brittany_broski #SpotifyWrapped
## 8473                                                                                                        I predict my top artist will be \nJuice Wrld #SpotifyWrapped
## 8474                                                                                                      I predict my top artist will be @raincitydrive #SpotifyWrapped
## 8475                                                                                          I predict my top artist will be The Weeknd for sure lmaooo #SpotifyWrapped
## 8476                                                               I predict my top artist will be \n1. Lana Del Rey\n2. Taylor Swift\n3. Billie Eilish\n#SpotifyWrapped
## 8477                                                                                I predict my top genre will be idk some mentally ill shit or another #SpotifyWrapped
## 8478                                                                                                                  I predict my top genre will be pop #SpotifyWrapped
## 8479                                                                                                      I predict my top genre will be trap metal/punk #SpotifyWrapped
## 8480                                                                                          I predict my most played song will be [my tears ricochet ] #SpotifyWrapped
## 8481                                                                                                                                          #SpotifyWrapped INCOMING!!
## 8482                                                                                             I predict my top genre will be post-hardcore or pop lol #SpotifyWrapped
## 8483                                                                                                               I predict my top artist will be [bts] #SpotifyWrapped
## 8484                                                                                                      I predict my top artist will be @taylorswift13 #SpotifyWrapped
## 8485                                                                                               I predict my top podcast will be Horoscopinho Semanal #SpotifyWrapped
## 8486                                                                                                              I predict my top genre will be [k-pop] #SpotifyWrapped
## 8487                                                                                     I predict my top genre will be \n1. pop\n2. indie pop\n3. rock\n#SpotifyWrapped
## 8488                                                                                                           I predict my top genre will be Deep House #SpotifyWrapped
## 8489                                                                                               I predict my most played song will be RUN2U or Better #SpotifyWrapped
## 8490                                                                                                    I predict my most played song will be [with you] #SpotifyWrapped
## 8491                                                                                                I predict my most played song will be ginasfs by fob #SpotifyWrapped
## 8492                                                                                              I predict my most played song will be Woody’s Roundup! #SpotifyWrapped
## 8493                                                                                                            I predict my top artist will be @thecure #SpotifyWrapped
## 8494                                  I predict my most played song will be \n1. TV - Billie Eilish\n2. Fade Into You - Mazzy Star\n3. Genesis - Grimes\n#SpotifyWrapped
## 8495                                                                          I predict my most played song will be 2 baddies by @NCTsmtown_127 for sure #SpotifyWrapped
## 8496                      my #SpotifyWrapped predictions:\ntop song - either komm susser tod or early sunsets over monroeville\ntop artist - my… https://t.co/BfSqQFaRbw
## 8497                                                                                               I predict my top podcast will be [notskinnybutnotfat] #SpotifyWrapped
## 8498                                                                                                         I predict my most played song will be [idk] #SpotifyWrapped
## 8499                                                                                                               I predict my top genre will be [male] #SpotifyWrapped
## 8500                                                                                                       I predict my top artist will be [@BLACKPINK ] #SpotifyWrapped
## 8501                                                                                                         I predict my top artist will be [lady gaga] #SpotifyWrapped
## 8502                                                                                                 I predict my top artist will be Taylor Alison Suif  #SpotifyWrapped
## 8503                                                                                                                I predict my top genre will be [pop] #SpotifyWrapped
## 8504                                                                                                       I predict my top artist will be taylor swift  #SpotifyWrapped
## 8505                                                                                                               I predict my top artist will be [BTS] #SpotifyWrapped
## 8506                                                                                                         I predict my top podcast will be Papo de UX #SpotifyWrapped
## 8507                                                                                                       I predict my most played song will be [judas] #SpotifyWrapped
## 8508                                                                                             I predict my top podcast will be [Hablando de Cine con] #SpotifyWrapped
## 8509                                                                                         I predict my most played song will be All too well 10 mv tv #SpotifyWrapped
## 8510                                                                                                 Can't Wait For #SpotifyWrapped   #instafest https://t.co/KC5nDhEuDT
## 8511                                                                                        I predict my most played song will be [shutdown/Pink Venom/] #SpotifyWrapped
## 8512                                                                                                              I predict my top artist will be OOMPH! #SpotifyWrapped
## 8513                                                                                       I predict my most played song will be The Difference by Flume #SpotifyWrapped
## 8514                                                                                       I predict my top podcast will be I don't listen to podcasts 😭 #SpotifyWrapped
## 8515                                                                                                       I predict my top artist will be One Direction #SpotifyWrapped
## 8516                                                                                                    DROP IT RIGHT NOW PLEASE #SpotifyWrapped https://t.co/AhPXeYYROS
## 8517                                                                                                          I predict my top artist will be Bill Evans #SpotifyWrapped
## 8518                                                                                                      I predict my top artist will be @taylorswift13 #SpotifyWrapped
## 8519                                                                                                             I predict my top artist will be [TWICE] #SpotifyWrapped
## 8520                                                                              @DPRIAN_ as headline act, of course #SpotifyWrapped #instafest https://t.co/sgiQYNtQow
## 8521                                                                                           I predict my top artist will be louis tomlinson of course #SpotifyWrapped
## 8522                                                                                 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 8523                                                                                                    I predict my most played song will be Pink Venom #SpotifyWrapped
## 8524                                  Can’t wait for my #SpotifyWrapped to come out &amp; for all my top songs to be from Midnights even tho it just came out last month
## 8525                                                                                          I predict my top podcast will be i dont listen to podcasts #SpotifyWrapped
## 8526                                                                                        I predict my most played song will be Red (Taylor’s Version) #SpotifyWrapped
## 8527                                                                                                      I predict my top genre will be Adult Standards #SpotifyWrapped
## 8528                                                                                                               I predict my top genre will be [Kpop] #SpotifyWrapped
## 8529                                                                                               I predict my most played song will be come as you are #SpotifyWrapped
## 8530                                                                                    I predict my most played song will be As it Was by @Harry_Styles #SpotifyWrapped
## 8531                                                                                                         In my designer brain, #SpotifyWrapped is so unappealing....
## 8532                                                                                                       I predict my top genre will be permanent wave #SpotifyWrapped
## 8533                                                                                           I predict my top genre will be Pop-rock-indie-soundtrack? #SpotifyWrapped
## 8534                                                                                           I predict my most played song will be [After Like de IVE] #SpotifyWrapped
## 8535                                                 I’m either expecting  @JanetJealousy or @taylorswift13 to be my most listened to on Spotify Wrapped #SpotifyWrapped
## 8536                                                    I predict my most played song will be Yesterday Oh Yesterday by Stephen Emmer &amp; Frank McComb #SpotifyWrapped
## 8537                                                                                                          I predict my top artist will be the weeknd #SpotifyWrapped
## 8538                                                                                   I predict my top artist will be destroy boys, radiohead or weezer #SpotifyWrapped
## 8539                                                                                           my most played artists are gonna be kihyun and monsta x 😭 #SpotifyWrapped
## 8540                                                                                                          I predict my top artist will be [(G)I-DLE] #SpotifyWrapped
## 8541                                                                                                               I predict my top artist will be [BTS] #SpotifyWrapped
## 8542                                                                                          i'm so ready to get free mental health evaluation for 2022 #SpotifyWrapped
## 8543                                             I predict my most played song will be some song by louis or artick monkeys, either ooms or teddy picker #SpotifyWrapped
## 8544                                                                                                                  #spotifywrapped trending almost had a heart attack
## 8545                                                                                          I predict my most played song will be CHEERS by @pledis_17 #SpotifyWrapped
## 8546                                                                      I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped jump jumpers
## 8547                                                                                                     I predict my top podcast will be spotify knows  #SpotifyWrapped
## 8548                                                                                                              I predict my top artist will be 5sos 💀 #SpotifyWrapped
## 8549                                                                                         I predict my most played song will be widow by destroy boys #SpotifyWrapped
## 8550                                                                          I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped hip hop/ rap
## 8551                                                                                                     I predict my top artist will be Michael Jackson #SpotifyWrapped
## 8552                                                                                                         I predict my top podcast will be Bryar Lane #SpotifyWrapped
## 8553                                                                                                        I predict my top artist will be taylor swift #SpotifyWrapped
## 8554                                                               I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped drake or nba youngboy
## 8555                                                                        @arrahman\n\nI predict my top artist will be [fill in top artist prediction] #SpotifyWrapped
## 8556                                                                                                                                 #spotifywrapped&gt;any other events
## 8557                                                                                   I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped
## 8558                        Not sure I want to see my #SpotifyWrapped ….last year it was almost all @KSI thanks to my son that decided to use mine instead of his own 👍🏼
## 8559                                                                                                        I predict my top artist will be Taylor Swift #SpotifyWrapped
## 8560                                                                                 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 8561                                                                                              I predict my most played song will be girls talk boys 💀#SpotifyWrapped
## 8562                                                                                                                  I predict my top genre will be Pop #SpotifyWrapped
## 8563                                     I predict my most played song will be [fill in top song prediction] #SpotifyWrapped every chance I get by lil baby and lil durk
## 8564                                                                                                   I predict my top podcast will be @gintoxicpodcast #SpotifyWrapped
## 8565                                                                                                    I predict my most played song will be [subtitle] #SpotifyWrapped
## 8566                      I predict my most played song will be one out of this four choices:\n- caroline by taylor swift\n- bones by imagine d… https://t.co/jyHlwpoRoa
## 8567                                                                                                         I predict my top genre will be Pop and Rock #SpotifyWrapped
## 8568                                                                                                 #SpotifyWrapped CAN IT GET HERE SOONER THAN THIS ISTG IM SO NERVOUS
## 8569                                                                                                            Waiting for you. #SpotifyWrapped https://t.co/C5HESNcPy4
## 8570                                                                                         Need this joint to drop IMMEDIATELY #SpotifyWrapped https://t.co/kI5WXJ1Ifo
## 8571                                              I'll give you my #SpotifyWrapped nice and early.\n\nSpoilers, it looks a lot like last year's. https://t.co/neWMwLg9ti
## 8572                                                                                              My #SpotifyWrapped will be lots of @1future, @lilbaby4PF and @DojaCat.
## 8573                                                                                                                  I predict my top genre will be pop #SpotifyWrapped
## 8574                                                                              I predict my most played song will be I Think He Knows by Taylor Swift #SpotifyWrapped
## 8575                                                                   I predict my top podcast will be [good girls guide to murder and hits different ] #SpotifyWrapped
## 8576                                                                                                            I predict my top podcast will be Unhhhhh #SpotifyWrapped
## 8577                      #SpotifyWrapped is coming out soon, what’s your prediction for your top 5 artists? \n\nFor everyone that guesses righ… https://t.co/fP2WZhvADK
## 8578                                                                                                         can't wait for my spotify wrapped this year #SpotifyWrapped
## 8579                                                                                        I predict my top artist will be @taylorswift13 🥰🥰🥰🥰🥰🥰🥰🥰🥰🥰🥰🥰🥰 #SpotifyWrapped
## 8580                                                                                                      I predict my top artist will be [taylor swift] #SpotifyWrapped
## 8581                                                                              I predict my top artist will be The Original Broadway Cast of Hamilton #SpotifyWrapped
## 8582                                                                            I predict my top podcast will be that one episode about Thomas Jefferson #SpotifyWrapped
## 8583                                                                                                                 I predict my top genre will be  pop #SpotifyWrapped
## 8584                                                                                        I predict my most played song will be Maybe by the Kid LAROI #SpotifyWrapped
## 8585                                                                                                      I predict my top artist will be @taylorswift13 #SpotifyWrapped
## 8586                                                                                                                                           #spotifywrapped when?????
## 8587                                                                                                           I predict my top genre will be Show Tunes #SpotifyWrapped
## 8588                                                                                       I predict my most played song will be [memories by conan gray #SpotifyWrapped
## 8589                                                                                       I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped
## 8590                                                                                             #SpotifyWrapped can u convince apple to do this.  😭 asking for a friend
## 8591                                                                                                              I predict my top artist will be Mitski #SpotifyWrapped
## 8592                                                                                                                I predict my top artist will be yeat #SpotifyWrapped
## 8593                                                                                 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 8594                                                                                                                 I predict my top genre will be Pop  #SpotifyWrapped
## 8595                                                                                                    Waiting patiently for my #SpotifyWrapped https://t.co/jo1NHQunpM
## 8596                                                                                     I predict my most played song will be First Love / Late Spring  #SpotifyWrapped
## 8597                                                                                                                  I predict my top genre will be Pop #SpotifyWrapped
## 8598                                                                                                    I predict my top artist will be Kero Kero Bonito #SpotifyWrapped
## 8599                                                                                              I predict my top artist will be baekhyun or NCT dream? #SpotifyWrapped
## 8600                                                                            I predict my most played song will be on deck @abznoproblem17 I love you #SpotifyWrapped
## 8601                                                                                                              I predict my top artist will be FUTURE #SpotifyWrapped
## 8602                                                                                  I predict my most played song will be Glimpse of Us by @sushitrash #SpotifyWrapped
## 8603                                                                                                                I predict my top genre will be K-Pop #SpotifyWrapped
## 8604                                                                                                               I predict my top artist will be [Eve] #SpotifyWrapped
## 8605                                                                                  I predict my most played song will be r u ridin by baekhyun again? #SpotifyWrapped
## 8606                        Meet Me In The Woods is definitely gonna be my top song I've listened to it at least 10 times every week since it f… https://t.co/XXRISMTNXM
## 8607                                                                                      I predict my most played song will be Touch The Sun by CryALot #SpotifyWrapped
## 8608                                                                                                     I predict my top artist will be J-Hope or BTS 👀 #SpotifyWrapped
## 8609                                                                                                    I predict my top artist will be Hollywood undead #SpotifyWrapped
## 8610                                                                                                        I predict my top artist will be Taylor Swift #SpotifyWrapped
## 8611                                                                                                   I predict my most played song will be J-hope More #SpotifyWrapped
## 8612                                                                                                        I predict my top artist will be Taylor Swift #SpotifyWrapped
## 8613                                             @chartdata It's been 2 years almost that Spotify had been launched in my country &amp; my #SpotifyWrapped is only BTS 💜
## 8614                                                         I predict my most played song will be Lost by @robbiewilliams [fill in top song prediction] #SpotifyWrapped
## 8615                                                                                                              I predict my top artist will be J-hope #SpotifyWrapped
## 8616                                                                                               I predict my most played song will be invu by taeyeon #SpotifyWrapped
## 8617                                                                                                      I predict my top artist will be @taylorswift13 #SpotifyWrapped
## 8618                                                                                                       I predict my top genre will be pop or country #SpotifyWrapped
## 8619                                                                                                      I predict my most played song will be [Darari] #SpotifyWrapped
## 8620                                                                  I predict my top artist will be @NoahKahan. I listened to Stick Season on repeat 😂 #SpotifyWrapped
## 8621                                                                                      I predict my most played song will be It's My Life by Bon Jovi #SpotifyWrapped
## 8622                                                                                                                  I predict my top genre will be pop #SpotifyWrapped
## 8623                                                                                                                  I predict my top genre will be pop #SpotifyWrapped
## 8624                                                                     these two trending at the same time makes so much sense #SpotifyWrapped https://t.co/o5kUJWL4Ul
## 8625                                                                                               I NEED IT MATE I NEED TO KNOW #SpotifyWrapped https://t.co/YmXoY2CdTJ
## 8626                                                                             I predict my most played song will be [the blues by @vincestaples]      #SpotifyWrapped
## 8627                                                                                 I predict my most played song will be “feels like” by @gracieabrams #SpotifyWrapped
## 8628                                                                                                        I predict my top artist will be [the weeknd] #SpotifyWrapped
## 8629                                                                                  I predict my most played song will be IN NOME DEL PADRE - MÅNESKIN #SpotifyWrapped
## 8630                                                                                                   I predict my top artist will be Taylor Swift, duh #SpotifyWrapped
## 8631                                                                  I predict my top artist will be either störmbreaker, csh, lsb, or maybe death cab? #SpotifyWrapped
## 8632                                                           I predict my top podcast will be Darren "Whackhead" Simpson's prank calls on Kfm Mornings #SpotifyWrapped
## 8633                                                                                                      I predict my top artist will be [taylor swift] #SpotifyWrapped
## 8634                                         I predict my most played song will be Love of My Life by Harry Styles #SpotifyWrapped\n\nif it aint this then i have 0 clue
## 8635                                                                                                   I predict my top artist will be [@taylorswift13 ] #SpotifyWrapped
## 8636                                         Me acting surprised when my Spotify wrapped is mostly all Taylor swift and pop punk #SpotifyWrapped https://t.co/GnorRz60fE
## 8637                                                         I predict my most played song will be probably something by drippin so pretty or dc the don #SpotifyWrapped
## 8638                                                                                   I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped
## 8639                                                                                                        I predict my top artist will be j-hope!! \n\n#SpotifyWrapped
## 8640                                                                                     I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped
## 8641                                                                                       I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped
## 8642                                                      I predict my top genre will be.....don't tell me it's dance pop again. On a streak, aren't we? #SpotifyWrapped
## 8643                                                                                 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 8644                                                                                                                I predict my top genre will be [pop] #SpotifyWrapped
## 8645                                                                                                 I predict my top artist will be DEMIIIII @ddlovato  #SpotifyWrapped
## 8646                                                                                           I predict my most played song will be All to well (10min) #SpotifyWrapped
## 8647                                                                                 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 8648                                                                                                      I predict my most played song will be [august] #SpotifyWrapped
## 8649                                                                                                         I predict my top artist will be Nicki Minaj #SpotifyWrapped
## 8650                                                                                                             I predict my top genre will be [Parody] #SpotifyWrapped
## 8651                                                                                 I predict my most played song will be [Difficult by @gracieabrams ] #SpotifyWrapped
## 8652                                                                                                             Spotify 2021. #SpotifyWrapped \nhttps://t.co/Yi6PEU7hLq
## 8653                                                                                                          I predict my top artist will be The Weeknd #SpotifyWrapped
## 8654                                                                                                   I predict my top artist will be Taylor swift dUH  #SpotifyWrapped
## 8655                                                I already know that Intruder - Yann Vann Der Cruyssen is my top song. It's literally my alarm clock. #SpotifyWrapped
## 8656                                                                                                                  I predict my top genre will be Rap #SpotifyWrapped
## 8657                                                                              I predict my most played song will be [suck my dick by arctic monkeys] #SpotifyWrapped
## 8658                                                                                                               it’s so close #spotifywrapped https://t.co/3qDW6sEzrT
## 8659                                                                                     I predict my top artist will be the one and only @NiallOfficial #SpotifyWrapped
## 8660                                                                                                I predict my top podcast will be [Interleks Podcast] #SpotifyWrapped
## 8661                                                                                                     I predict my top podcast will be [Niggalations] #SpotifyWrapped
## 8662                                                                                                     I predict my top artist will be Michael Jackson #SpotifyWrapped
## 8663                                                                                                            I predict my top genre will be R&amp;B \n#SpotifyWrapped
## 8664                                                                                          I predict my most played song will be Bussin - Nicki minaj #SpotifyWrapped
## 8665                                                                                                    i predict my top artist will be cesare cremonini #SpotifyWrapped
## 8666                         Why am I anxious for #SpotifyWrapped when I know DAMN WELL it's going to be all @thebandGHOST? Most played artist?… https://t.co/qFJyA9qf1h
## 8667                                                                                                         I predict my top artist will be [SewerSlvt] #SpotifyWrapped
## 8668                                                                                                            I predict my top artist will be [Eminem] #SpotifyWrapped
## 8669                                                                                 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 8670                                                                                    I predict my top genre will be Latin Pop #SpotifyWrapped https://t.co/LpcK7Jd6CD
## 8671                                                                                                        I predict my top podcast will be [@garyvee ] #SpotifyWrapped
## 8672                                                                                                    I predict my top artist will be [ taylor swift ] #SpotifyWrapped
## 8673                                                                              I predict my most played song will be [Blinding Lights by the weeknd ] #SpotifyWrapped
## 8674                                                                                                 I predict my top genre will be [Malayalam classics] #SpotifyWrapped
## 8675                                                                                                                     Can  #SpotifyWrapped hurry the tf up already 😭😭
## 8676                                                                                                                I predict my top genre will be [pop] #SpotifyWrapped
## 8677                                                                                                        I predict my top genre will be [Jungle/Jazz] #SpotifyWrapped
## 8678                                           Time to get excited for something I wasn't excited about until a corporation started a marketing campaign #SpotifyWrapped
## 8679                                                                                                  I predict my most played song will be Little Freak #SpotifyWrapped
## 8680                                                                              I predict my most played song will be [new romantics by taylor swift ] #SpotifyWrapped
## 8681                                                                                                        I predict my top artist will be Jack Stauber #SpotifyWrapped
## 8682                                                                                                       I predict my top artist will be [Tha Samurai] #SpotifyWrapped
## 8683                                                                                I predict my most played song will be [Heaven Norihiko Hibino Remix] #SpotifyWrapped
## 8684                                                                         I predict my top podcast will be [fill in top podcast prediction] Red Scare #SpotifyWrapped
## 8685                                                                                          I predict my top artist will be taylor swift or The Weeknd #SpotifyWrapped
## 8686                                                                                                        I predict my top artist will be Harry Styles #SpotifyWrapped
## 8687                                                                                     I predict my most played song will be Kingston by Faye Webster  #SpotifyWrapped
## 8688                                                                                                              Waiting for my #SpotifyWrapped https://t.co/UGbR0pI5bF
## 8689                                                                I predict my top artist will be [Taylor Alison Swift and I would bet my life on it ] #SpotifyWrapped
## 8690                                                                                                     I predict my top genre will be pop/ dance pop \n#SpotifyWrapped
## 8691                                                                                   GG to everyone that only has video game music in their #spotifywrapped this year.
## 8692                                                                                                   I predict my top genre will be [classical/reggae] #SpotifyWrapped
## 8693                                                                                                                  I predict my top genre will be pop #SpotifyWrapped
## 8694                                                                           I predict my most played song will be "Sorry if I Hurt You" by Charli XCX #SpotifyWrapped
## 8695                                                                                                      I predict my top podcast will be Hot girl talk #SpotifyWrapped
## 8696                                                                                               I predict my most played song will be Blinding lights #SpotifyWrapped
## 8697                                                                                   I predict my most played song will be Heaven’s Cloud by Seventeen #SpotifyWrapped
## 8698                        Hello, I am a website designer, I will create a responsive and functional cleaning website for your business/brand.… https://t.co/jyBp4wvhQY
## 8699                                                                                                      I predict my top genre will be [Dance pop ???] #SpotifyWrapped
## 8700                                                                                                                                    Drop the wrapped #SpotifyWrapped
## 8701                                                                              Thinking about the year ending: 🥲🥲\nThinking about how that means\n#SpotifyWrapped: 💃🕺
## 8702                                                                                           I predict my most played song will be until I found you???#SpotifyWrapped
## 8703                                                                           I predict my most played song will be [Bigger than me by Louis Tomlinson] #SpotifyWrapped
## 8704                        I personally am not excited for #SpotifyWrapped because just like EOTY album lists, it's TOO SOON. I still need the… https://t.co/qAjB58Kl4O
## 8705                                                                                                                I predict my top genre will be [pop] #SpotifyWrapped
## 8706                                                                                I predict my most played song will be [Save Tha Wrld by Tha Samurai] #SpotifyWrapped
## 8707                                                                                         I predict my most played song will be [Thursday - Morphine] #SpotifyWrapped
## 8708                                                                            Whaaaat, we weren't expecting that... 👀🍫#SpotifyWrapped @Spotify https://t.co/mYbKxYGC5F
## 8709                                                               Me pretending to be shocked when SHINee is #1 on my playlist  #SpotifyWrapped https://t.co/zhS36KnYRg
## 8710                               Get The Best Therapy Lamp of 2022: https://t.co/9lKckT8tmS #Moodozi  #CyberMondayAmazon #CyberMonday #health… https://t.co/jRxkL51fjK
## 8711                                                                                                        I predict my top artist will be joe hisaishi #SpotifyWrapped
## 8712                                                           I predict my top podcast will be that greek mythology podcast i listen to forgot the name #SpotifyWrapped
## 8713                                                                                    I predict my top artist will be SEVENTEEN (or bts, not too sure) #SpotifyWrapped
## 8714                                                                               I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped HIP HOP
## 8715                                                                                         I predict my top artist will be BTS #SpotifyWrapped https://t.co/SwbWtxeCoZ
## 8716                                                                       I predict my most played song will be [fill in top song prediction] #SpotifyWrapped. #myparty
## 8717                                                                                                   I need BLACKPINK to be my top artist again on #SpotifyWrapped !!!
## 8718                                                                                                                I predict my top genre will be K-Pop #SpotifyWrapped
## 8719                                                                                  Pop\nI predict my top genre will be [fill in top genre prediction] #SpotifyWrapped
## 8720                                                                                      I predict my top artist will be lana del rey or chase atlantic #SpotifyWrapped
## 8721                                                                                                   I predict my top podcast will be Very Really Good #SpotifyWrapped
## 8722                                                                                                                 I predict my top genre will be kpop #spotifywrapped
## 8723                                                                                              I predict my most played song will be Love Dive by IVE #SpotifyWrapped
## 8724                                                                                                                                   Hurry up man ffs  #SpotifyWrapped
## 8725                 Trending #CyberMonday\n#MondayMotivation\nCity of Houston\n#SpotifyWrapped\nBalenciaga\n#mondaythoughts\nDietCoke\nMauna L… https://t.co/elZ33BM9gK
## 8726                                                                                                           I predict my top artist will be Radiohead #SpotifyWrapped
## 8727                                                                       Taylor swift\nI predict my top artist will be [fill in top artist prediction] #SpotifyWrapped
## 8728                                        Top Song: Fade Into You\nTop Artist: Mac Miller or Mazzy Star\nTop Genre: Indie Pop\n#SpotifyWrapped https://t.co/tpp8LQ9dW9
## 8729                                                                                           I predict my top genre will be Some Emo shit I don’t know #SpotifyWrapped
## 8730                                                                                                     I predict my top genre will be alternative rock #SpotifyWrapped
## 8731                                                                                                                                    I need my #SpotifyWrapped now…👺🗿
## 8732                                                                        I predict my top artist will be Nct dream duhh like literally no competition #SpotifyWrapped
## 8733                                                        #SpotifyWrapped\n\nProud Taylor Swift won't be on my list\n\nBreaking bad ost better https://t.co/0RxYpzz1dr
## 8734                                                                                                     I predict my most played song will be [Run BTS] #SpotifyWrapped
## 8735                                                                                        I predict my most played song will be Americano by Lady Gaga #SpotifyWrapped
## 8736                                                                                                                I predict my top genre will be indie #SpotifyWrapped
## 8737                        I love when the #SpotifyWrapped stuff happens every year because every year people feel shame for their listening t… https://t.co/DblaayZ13P
## 8738                                                                                                        I predict my top artist will be Kendrick 😘🤤😩 #SpotifyWrapped
## 8739                                                                                         I predict my most played song will be Let Down by Radiohead #SpotifyWrapped
## 8740                                                                                         I predict my most played song will be [“once upon  a dream” #SpotifyWrapped
## 8741                                                                                         I predict my top artist will be  WEYES BLOOD I JUST KNOW IT #SpotifyWrapped
## 8742                                                                                 I predict my most played song will be Litterally any @TheDunts song #SpotifyWrapped
## 8743                                                                                      I predict my top artist will be [Taylor Swift, Camila Cabello] #SpotifyWrapped
## 8744                                                                                                      I predict my top artist will be [Taylor Swift] #SpotifyWrapped
## 8745                                                                                        I predict my top artist will be i acc have no idea im scared #SpotifyWrapped
## 8746                                                                                                              I predict my top genre will be hip hop #SpotifyWrapped
## 8747                                                                                                              I predict my top artist will be Weezer #SpotifyWrapped
## 8748                                                                                       I predict my most played song will be [probably a Lana song ] #SpotifyWrapped
## 8749                                                                                          I predict my most played song will be baby dont cry - exo  #SpotifyWrapped
## 8750                                                    I predict my most played song will be Aftwe Dark by Mr Kitty 💀 I listen to that song RELIGIOUSLY #SpotifyWrapped
## 8751                                                                                                OMG IT'S HAPPENING, EVERYBODY STAY CALM, IT'S COMING #SpotifyWrapped
## 8752                                      I want to see everyone’s #SpotifyWrapped and I’m going to post mine. If you don’t want to see them you better mute the tag now
## 8753                                                                                                I predict my top genre will be [Pop &amp; Reggaeton] #SpotifyWrapped
## 8754                                                                                                         I predict my top podcast will be BANTER WOO #SpotifyWrapped
## 8755                                                                                  I predict my most played song will be [Show me How by Men I Trust] #SpotifyWrapped
## 8756                                          I predict my most played song will be All Too Well (Taylor's Version) (Ten Minutes Version) - Taylor Swift #SpotifyWrapped
## 8757                                                                                                        I predict my top artist will be taylor swift #SpotifyWrapped
## 8758                                                                                                     I predict my most played song will be delicate\n#SpotifyWrapped
## 8759                                                      I predict my most played song will be oneday, taunt,or My songs know what you did In the dark. #SpotifyWrapped
## 8760                                                                                                        I predict my top genre will be [ kpop fosho] #SpotifyWrapped
## 8761                                                                                       I predict my most played song will be astronomy by conan gray #SpotifyWrapped
## 8762                                                                                                  I predict my top genre will be dance pop probably  #SpotifyWrapped
## 8763                                                                                 I predict my top artist will be the music industry aka taylor swift #SpotifyWrapped
## 8764                                                                   I predict my most played song will be telepatía by Kali Uchis or FEVER by ENHYPEN #SpotifyWrapped
## 8765                                                                                             I predict my top artist will be the 1975 or troye Sivan #SpotifyWrapped
## 8766                                                                                                I predict my top artist will be [radiohead?] nao sei #SpotifyWrapped
## 8767                                                                                               I predict my most played song will be shivers remix 😣 #SpotifyWrapped
## 8768                                                             When I see NSYNC is number one on my #SpotifyWrapped for the 13th year in a row https://t.co/FMGsm2WUxN
## 8769                                                                                         I predict my top genre will be [post-punk] tem nem oq falar #SpotifyWrapped
## 8770                                                                                                        I predict my top genre will be pop or indie  #SpotifyWrapped
## 8771                                                                                                    I predict my top podcast will be @elvertedero_69 #SpotifyWrapped
## 8772                                                                                                       I predict my top artist will be [The Beatles] #SpotifyWrapped
## 8773                                                                                              I predict my most played song will be [Vigilante Shit] #SpotifyWrapped
## 8774                                                                             I predict my most played song will be no surprises or Scott street 😭😭😭\n#SpotifyWrapped
## 8775                                                                                                       I predict my top genre will be 3010s alt/rock #SpotifyWrapped
## 8776                                                                                                 I predict my most played song will be [die for you] #SpotifyWrapped
## 8777                                                                                I predict/sureasfuckinghellknow my top artist will be @taylorswift13 #SpotifyWrapped
## 8778                                                                                           I predict my most played song will be film out o dionysus #SpotifyWrapped
## 8779                                                                                                            I predict my top genre will be [pop] #SpotifyWrapped idk
## 8780                                                                                                                  I predict my top genre will be pop #SpotifyWrapped
## 8781                                                                                                 I predict my top podcast will be I spent a day with #SpotifyWrapped
## 8782                                                                                           I predict my top podcast will be https://t.co/W01jlsihdH  #SpotifyWrapped
## 8783                                                                                             I predict my top artist will be [The Weeknd] #SpotifyWrapped @theweeknd
## 8784                                                         I predict my most played song will be [idk] because i be playing anything based on my mood  #SpotifyWrapped
## 8785                                                                                         I predict my top podcast will bei do not listen to podcasts #SpotifyWrapped
## 8786                                                                                                             I predict my top artist will be lovejoy #SpotifyWrapped
## 8787                                                                                                   I predict my top artist will be car seat headrest #SpotifyWrapped
## 8788                                                                                                                                      just drop it 🚬 #SpotifyWrapped
## 8789                                                                              I predict my top podcast will be [anything goes with Emma Chamberlain] #SpotifyWrapped
## 8790                                                                                                           As a JW, the day #SpotifyWrapped drops is our Christmas 😆
## 8791                                                                                                       I predict my top genre will be rock? idfk lol #SpotifyWrapped
## 8792                                                                                             I predict my top artist will be https://t.co/hlFethMmfz #SpotifyWrapped
## 8793                                                                                                        woke up and it's trending but where tf is it #SpotifyWrapped
## 8794                                                                                         I predict my top podcast will be miss gemma collins herself #SpotifyWrapped
## 8795                                                              I predict my most played song will be beach life in death probably or between the bars #SpotifyWrapped
## 8796                                                                                                          I predict my top artist will be [Kenia Os] #SpotifyWrapped
## 8797                                                                                                   I predict my top artist will be Harry or Blossoms #SpotifyWrapped
## 8798                                                                                 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 8799                                                                   I predict my top podcast will be Livraria em Casa do Paulo Ratz (@livrariaemcasa) #SpotifyWrapped
## 8800                             It’s that time of the year when you get to find out which of your friends has the crustiest taste in music. 🤟🤣… https://t.co/uCQCT4YzMN
## 8801                                                                                              I predict my top artist will be taylor swift obviously #SpotifyWrapped
## 8802                                                                                                                I predict my top genre will be [Pop] #SpotifyWrapped
## 8803                                                                                                         I predict my top genre will probs be indie  #SpotifyWrapped
## 8804                        @Spotify has officially launched the #SpotifyWrapped hashflag for 2022. What do you predict will be your #1 song, g… https://t.co/pCoAoOLK3s
## 8805                                                                                       I predict my most played song will be anything but me by muna #SpotifyWrapped
## 8806                                                                                                                    You can't hurt me. You're not my #spotifywrapped
## 8807                                                                                                                  I predict my top genre will be Rap #SpotifyWrapped
## 8808                                                                                              I predict my top artist will be [Mariah Carey or Yuna] #SpotifyWrapped
## 8809                                                                                             I predict my most played song will be Daylight by Mr HS #SpotifyWrapped
## 8810                                                                                       I predict my most played song will be https://t.co/RgVRRFojz7 #SpotifyWrapped
## 8811                                                                                                   I predict my top artist will be Burnout Syndromes #SpotifyWrapped
## 8812                                                                                                          Where tf is it!?!? #SpotifyWrapped https://t.co/LKyWpRQReO
## 8813                                                                                                      I predict my top podcast will be @LeBatardShow #SpotifyWrapped
## 8814                                I predict my most played song will be grapes by james marriott but its because i looped it for six consecutive hours #SpotifyWrapped
## 8815                                                                                                     I predict my most played song will be as it was #SpotifyWrapped
## 8816                                                                                                                 I predict my top genre will be punk #SpotifyWrapped
## 8817                                                                                   WHY DID YALL ADD FUCKING STORIES?? GIVE US WHAT WE WANT NOT THIS  #SpotifyWrapped
## 8818                                                                                                     I predict my most played song will be run bts 🥱 #SpotifyWrapped
## 8819                                                                                              I predict my top artist will be [Cigarettes After Sex] #SpotifyWrapped
## 8820                                                                                                             I predict my top artist will be Louis!! #SpotifyWrapped
## 8821                                                                                                                I predict my top genre will be J pop #SpotifyWrapped
## 8822                                                    Best hunter,puppy catches snake\n\n#SoundCloud #SpotifyWrapped  #KKKevinMcCarthy #KORGHA https://t.co/JmdeZe6IMD
## 8823                                                                                                                I predict my top genre will be [Pop] #SpotifyWrapped
## 8824                                                                                             There’s still time to binge music to pad your plays for #SpotifyWrapped
## 8825                                                                                  I predict my most played song will be [K. by Cigarettes After Sex] #SpotifyWrapped
## 8826                                                                                                                I predict my top artist will be 5SOS #SpotifyWrapped
## 8827                                                                                                                 I predict my top genre will be pop? #SpotifyWrapped
## 8828                                  Practising my shocked face for when Spotify announces @PLACEBOWORLD as my most listened to artist of 2022… https://t.co/PBQnvCNaOa
## 8829                                                                                                          I predict my top genre will be Modern Rock #SpotifyWrapped
## 8830                              If you’re still in queu to be played, stay in the queu! If you’re in the queu before #SpotifyWrapped releases your streams will count!
## 8831                                                                                              I predict my top podcast will be UK True Crime Podcast #SpotifyWrapped
## 8832                                                                                                          I predict my most played song will be 2011 #SpotifyWrapped
## 8833                                                                                                      I predict my top artist will be @oliviarodrigo #SpotifyWrapped
## 8834                                                                                           I predict my top artist will be [idk i cant its too much] #SpotifyWrapped
## 8835                        Looking forward to seeing the tweet of some girl pretending she came up with the idea of #SpotifyWrapped when she w… https://t.co/GYdPJfyO79
## 8836                                                                                                       I predict my top artist will be Harry styles  #SpotifyWrapped
## 8837                                                                                                          I predict my top artist will be Billy Joel #SpotifyWrapped
## 8838                                                                          I predict my most played song will be  Attracted to you by 'Pinkpatheress' #SpotifyWrapped
## 8839                                                                                        I predict my most played song will be Skeletons by @Labrinth #SpotifyWrapped
## 8840                                  The wait is over...PPC Wrapped is here!!📽️🎬🎞️🚀💫\n\n💥See you again in 2023💥\n\n[inspired by #spotify🎵]\n#ppc… https://t.co/8tz69qaUd5
## 8841                        OWN a Website? Allow your Website Visitors to Login to your Website via their Spotify, Twitter, Instagram and 24 Ot… https://t.co/nYXLuBwvQH
## 8842                                                                                                          I predict my top genre will be [idk pop??] #SpotifyWrapped
## 8843                                                                                          I predict my most played song will be What a Catch, Donnie #SpotifyWrapped
## 8844                                                                                   I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped Rap
## 8845                                                                                                               I predict my top podcast will be POKS #SpotifyWrapped
## 8846                                                                                               I predict my most played song will be Cozy by Beyoncé #SpotifyWrapped
## 8847                                                                                          I predict my most played song will be new girl by labrinth #SpotifyWrapped
## 8848                                                                                        I predict my most played song will be some kind of Synthwave #SpotifyWrapped
## 8849                                                                     I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped Michael Jackson
## 8850                                                            I predict my most played song will be [fill in top song prediction] #SpotifyWrapped Shake that by Eminem
## 8851                                                                                                         I bet my most played song will be Valentino #SpotifyWrapped
## 8852                                                                                                    I predict my top artist will be bts (or twice 🧐) #SpotifyWrapped
## 8853                                                                                   I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped Pop
## 8854                                                                          I predict my most played song will be Quevedo:Bzrp music sessions, vol. 52 #SpotifyWrapped
## 8855                                                         I predict my most played song will be [fill in top song prediction] #SpotifyWrapped Virgo’s Groove -Beyoncé
## 8856                                                                                I predict my most played song will be All To Well by @taylorswift13  #SpotifyWrapped
## 8857                                                          I BEEN THINKIN OF DYIN MY HAIR RED, JUS TO LOOK LIKE A PINT KF RED #SpotifyWrapped https://t.co/0p5bnm7ZTZ
## 8858                                                                                                        I predict my top artist will be Taylor Swift #SpotifyWrapped
## 8859                                                                                                                 I predict my top genre will be kpop #SpotifyWrapped
## 8860                                                                    I predict my top artist will be [&amp;TEAM/andAUDITION] #SpotifyWrapped\n\nCheck out my pin twt😌
## 8861                                                                                 I predict my top genre will be brutal death metal, or 50’s Country  #SpotifyWrapped
## 8862                                                                             I predict my most played song will be [RUN BTS] #SpotifyWrapped https://t.co/bMiyWwZGLx
## 8863                        If your #SpotifyWrapped isn’t completely filled with @PlayStreamBeats by @HarrisHeller have you even been using dmc… https://t.co/YKq1dVvKQ2
## 8864                                                                                                  I predict my most played song will be I Drink Wine #SpotifyWrapped
## 8865                                                                                                         I predict my top podcast will be taste buds #SpotifyWrapped
## 8866                                                                                                               I predict my top artist will be loona #SpotifyWrapped
## 8867                                                                                                   I predict my top artist will be [Andrew Garfield] #SpotifyWrapped
## 8868                                                                                                        I predict my top artist will be harry styles #SpotifyWrapped
## 8869                                                                                                          I predict my top artist will be BLADEE!!!! #SpotifyWrapped
## 8870                                                                                   I predict my top artist will be will wood. the silly tapeworm man #SpotifyWrapped
## 8871                                                                                            I predict my top podcast will be Plumbing the Death Star #SpotifyWrapped
## 8872                             The illest festival you’ve ever experienced. Pre-Sale tickets this Friday. #InstaFest #SpotifyWrapped #Spotify… https://t.co/yXcITnFzDQ
## 8873                                                                                  When is our #SpotifyWrapped??? I need to know so I can get my sexy outfit prepared
## 8874                                                                                                                  I predict my top genre will be pop #SpotifyWrapped
## 8875                                                                                  I predict my top artist will be harry styles theres no way its not #SpotifyWrapped
## 8876                                                                                                               I predict my top genre will be [Rock] #SpotifyWrapped
## 8877                        I predict my most played song will be Aqueous transmission by @IncubusBand as I play it every day to send me and my… https://t.co/g0vHJCegnl
## 8878                                                                                            I predict my top podcast will be [ I only listen music ] #SpotifyWrapped
## 8879                                                                                                        I predict my top artist will be Mariah Carey #SpotifyWrapped
## 8880                                                                                  I predict my most played song will be [30/90 from Tick…Tick…BOOM!] #SpotifyWrapped
## 8881                                                                         I predict my most played song will be from the dining table by harry styles #SpotifyWrapped
## 8882                                                                                                            I predict my top artist will be [Bladee] #SpotifyWrapped
## 8883                                                                                                    I predict my top artist will be Bowling for Soup #SpotifyWrapped
## 8884                                                                           I predict my most played song will be BTBT no cap #SpotifyWrapped https://t.co/2iLPTHm0sa
## 8885                                                                                                       I predict my top genre will be pop (for sure) #SpotifyWrapped
## 8886                                                                                                  I predict my top artist will be [ @taylorswift13]  #SpotifyWrapped
## 8887                         I predict my most played song will be something from @ChrisMotionless @MIWband because that's all I've listened to… https://t.co/4yelCDy5Hk
## 8888                        I predict my top artist will be Turnstile. I’m not even predicting this, considering in less than a year they’ve be… https://t.co/t8QhgvhJaz
## 8889                                                                    My big flex is that Running Up That Hill was in my #SpotifyWrapped last year pre-Stranger Things
## 8890                                                                                                    I predict my top artist will be [@KublaiKhanTX ] #SpotifyWrapped
## 8891                                                                                                                                      Super excited  #SpotifyWrapped
## 8892                                                                                                             I predict my top genre will be Pop Punk #SpotifyWrapped
## 8893                                                                                      I predict my most played song will be cardigan by Taylor Swift #SpotifyWrapped
## 8894                                                                                                        I predict my top artist will be [The Weeknd] #SpotifyWrapped
## 8895                        Any custom stationery item as per your requirements with max number of revisions, Affordable price, and Your Satisf… https://t.co/Kipsqsbfxy
## 8896                                                                                                     I predict my top artist will be Louis Tomlinson #SpotifyWrapped
## 8897                                                                                         I predict my top genre will be [ pop music or korean osts ] #SpotifyWrapped
## 8898                                                                                                     I predict my top artist will be [@IncubusBand ] #SpotifyWrapped
## 8899                                                                                     I predict my most played song will be Tiara (Raffa Affar Cover) #SpotifyWrapped
## 8900                                                                           I predict my most played song will be negro y  azul from breaking bad 💪💪💪💪#SpotifyWrapped
## 8901                                                                                                                I predict my top genre will be [Pop] #SpotifyWrapped
## 8902                                                                                           I predict my most played song will be [Bladee - Obedient] #SpotifyWrapped
## 8903                                                                                I predict my most played song will be [Save Your Tears - The Weeknd] #SpotifyWrapped
## 8904                                                                                          I predict my most played song will be I Wanna Be Brad Pitt #SpotifyWrapped
## 8905                                                                                                           My #spotifywrapped cannot be beat https://t.co/HUPELmGOkE
## 8906                                                                                                                 I predict my top artist will be nct #SpotifyWrapped
## 8907                                                                                                          my most played song will be [ Apocalypse ] #SpotifyWrapped
## 8908                                                                                             I predict my most played song will be heated by Beyoncé #SpotifyWrapped
## 8909                                                                                                       I predict my top artist will be @Harry_Styles #SpotifyWrapped
## 8910                        ladies and gentlemen, I'm a new person and whatever type of music comes up on my #SpotifyWrapped is in no way repre… https://t.co/nko4ZBe92A
## 8911                                                                                                              I predict my top genre will be pop (?) #SpotifyWrapped
## 8912                                                                                                                 I predict my top genre will be kpop #SpotifyWrapped
## 8913                                                                              I predict my most played song will be All This Time by Louis Tomlinson #SpotifyWrapped
## 8914                                                                                              I predict my top song will be Paper Bag by Fiona Apple #SpotifyWrapped
## 8915                                                                                                           I predict my most played song will be o.o #SpotifyWrapped
## 8916                                                                                                                I predict my top artist will be  Bts #SpotifyWrapped
## 8917                                                                                                                                       letsfuckinggo #SpotifyWrapped
## 8918                                                                                                          I predict my top artist will be Kanye West #SpotifyWrapped
## 8919                                I Am Offering Guest Posts From The High-Authority Website, which Is Being Updated Every Day.\n\ncontact me:… https://t.co/yyG7cCeD9J
## 8920                                                                                   my therapist when i show her my #SpotifyWrapped this year https://t.co/FPUckRzCS6
## 8921                                                                                                        I predict my most played song will be a song #SpotifyWrapped
## 8922                                                                                                                 what are y’all wearing to the #spotifywrapped party
## 8923                                                                                                                                 I'm very excited 🤩  #spotifywrapped
## 8924                                                                                                       I predict my top artist will be Mother Mother #SpotifyWrapped
## 8925                                                                          Me pretending not to care about #SpotifyWrapped so it comes faster https://t.co/6wzXn1Xewa
## 8926                                                                                                      I predict my top genre will be Vancouver Indie #SpotifyWrapped
## 8927                                                                        I predict my most played song will be star lost by stray kids o sino me m4to #SpotifyWrapped
## 8928                                                                                     I predict my most played song will be Harlequin by @unlikepluto #SpotifyWrapped
## 8929                        Another day to be anxious about #SpotifyWrapped as if I don't know that singer, song writer, actor, grammy award no… https://t.co/XZAhOMsjJi
## 8930                                                                                                 I predict my most played song will be ghosting 😳😳😳😳😳#SpotifyWrapped
## 8931                                                                                                          I predict my top artist will be @sopharela #SpotifyWrapped
## 8932                                                                    I predict my most played song will be “How to Disappear Completely” by Radiohead #SpotifyWrapped
## 8933                                                                                    I predict my most played song will be [Frank Wild, Kafuu - Hafo] #SpotifyWrapped
## 8934                                                                                I predict my top artist will be Taylor Swift #SpotifyWrapped https://t.co/a9gBjwLoPb
## 8935                                                                                                    I predict my top artist will be [Kendrick Lamar] #SpotifyWrapped
## 8936                                                                 Me when Spotify wrapped comes out and it’s all Taylor Swift #spotifywrapped https://t.co/p4DFj3tTVo
## 8937                                                                                       I predict my most played song will be [Kendrick Lamar - DNA.] #SpotifyWrapped
## 8938                                                                                                              RELEASE IT NOW #SpotifyWrapped https://t.co/TMk5IEcDk4
## 8939                        Please for the love of god please don’t let Coldplay be my most listened to artist for the 5th year in a row. I wou… https://t.co/CFPQ2YMLVX
## 8940                                                                   I predict my most played song will be I Bet You Think About Me (Taylor's version) #SpotifyWrapped
## 8941                                                                                                               I predict my top artist will be Morat #SpotifyWrapped
## 8942                                                   I predict my most played song will be [fill in top song prediction] #SpotifyWrapped ARE WE STILL FRIENDS tylerrrr
## 8943                                                                                                     I predict my top artist will be Drizzy for sure #SpotifyWrapped
## 8944                                                                                       I predict my most played song will be Matilda by Harry Styles #SpotifyWrapped
## 8945                                                                                                                  I predict my top genre will be POP #SpotifyWrapped
## 8946                                                                                            I predict my most played song will be alguna de Morat xd #SpotifyWrapped
## 8947                                                                                                                 Genuinely fucking nervous this year #SpotifyWrapped
## 8948                                                                                             I predict my top artist will be TAYLOR MASTERMIND SWIFT #SpotifyWrapped
## 8949                                                                                                      I predict my top artist will be BTS of course  #SpotifyWrapped
## 8950                                                                                                        I predict my top artist will be [@pledis_17] #SpotifyWrapped
## 8951                                                                                            I predict my most played song will be London View by OTP #SpotifyWrapped
## 8952                                                                                      I predict my top artist will be @talhahanjum or @kendricklamar #SpotifyWrapped
## 8953                                                                                         I predict my most played song will be blood,swear and tears #SpotifyWrapped
## 8954                                                                                           I predict my most played song will be *screams violently* #SpotifyWrapped
## 8955                                                                                                   I predict my top genre will be [kpop] 😂😂 soo easy #SpotifyWrapped
## 8956                                                                                                          I predict my top artist will be @theweeknd #SpotifyWrapped
## 8957                                                                                  I predict my top podcast will be Libra hoy definitivamente jsjsjsj #SpotifyWrapped
## 8958                                                                                                    I predict my most played song will be Pink Venom #SpotifyWrapped
## 8959                                                                                                         I predict my top genre will be Desi Hip Hop #SpotifyWrapped
## 8960                                              When it just a different order of the same songs I am disgustingly attached to #SpotifyWrapped https://t.co/SVE7lzUhTb
## 8961                                                        @tbhcreaturekins yeah real. #spotifywrapped got the weird hashflag thing today so it’s probably close teehee
## 8962                                                                                                                  I predict my top genre will be sex #SpotifyWrapped
## 8963                                                                                                            I predict my top genre will be synth pop #SpotifyWrapped
## 8964                                                                                                                 I predict my top artist will be BTS #SpotifyWrapped
## 8965                                                                    I predict my most played song will be [either dandelions or shadow by seventeen] #SpotifyWrapped
## 8966                                                                                                     I predict my most played song will be Kaiserion #SpotifyWrapped
## 8967                                 I predict my top podcast will be [im not a nerd but if i was it’d be this american life or wait wait don’t tell me] #SpotifyWrapped
## 8968                                                                                                    I predict my top artist will be Arctic Monkeys\n #SpotifyWrapped
## 8969                                                                                i predict my top artist is gonna be them,,,\n#SpotifyWrapped https://t.co/Ptr0auwH70
## 8970                                                                                         I predict my top artist will be Justin Bieber as always 💁🏼‍♀️ #SpotifyWrapped
## 8971                        I predict my most played song will be Best Friends By 5 seconds of summer because i listened to that crap for MONTH… https://t.co/rQBawzi6tv
## 8972                                                                                                                  I predict my top genre will be Gay #SpotifyWrapped
## 8973                                                                                                   I predict my top artist will be Twenty One Pilots #SpotifyWrapped
## 8974                                                                                                                 I predict my top genre will be pop? #SpotifyWrapped
## 8975                                                                                           I predict my most played song will be Envolver by @Anitta #SpotifyWrapped
## 8976                                                                                                        I predict my top artist will be Taylor Swift #SpotifyWrapped
## 8977                                                                                         I predict my most played song will be I Like You-JonnyBDope #SpotifyWrapped
## 8978                                                                                             I predict my top artist will be TAYLOR SWIFT PER USUAL 🧣#SpotifyWrapped
## 8979                                                                                                        I predict my top artist will be #TaylorSwift #SpotifyWrapped
## 8980                                                                                                  I predict my most played song will be Yet to come  #SpotifyWrapped
## 8981                                                                                                                                  Today is the day 🤩 #SpotifyWrapped
## 8982                                                Lowkey don’t know what my #SpotifyWrapped is gonna look like bc I just switched from Apple Music like 2 months ago 🫣
## 8983                                                                                                                I predict my top genre will be [Pop] #SpotifyWrapped
## 8984                                                                                      //I predict my most played song will be Cloud 9 by Beach Bunny #SpotifyWrapped
## 8985                                                                                                 I predict my top artist will be [@twentyonepilots ] #SpotifyWrapped
## 8986                                                     I predict my top artist will be @taylorswift13 as it has been since #SpotifyWrapped was started. #seniorswiftie
## 8987                                                                              hmmm i wonder who my number one artist will be #SpotifyWrapped https://t.co/JxdUCxg29X
## 8988                                                                                         I predict my most played song will be Michelle by Sir Chloe #SpotifyWrapped
## 8989                                                                                    I predict my most played song will be #AllTooWell10MinuteVersion #SpotifyWrapped
## 8990                                                                                                I predict my top artist will be [Tyler, The Creator] #SpotifyWrapped
## 8991                                                                                        I predict my most played song will be Karma by Taylor Swift  #SpotifyWrapped
## 8992                                                                                       I predict my top genre will be [rap, gospel, or afrofuturism] #SpotifyWrapped
## 8993                                                                                                           I predict my top artist will be radiohead #SpotifyWrapped
## 8994                                                                                                             I predict my top genre will be [ Trap ] #SpotifyWrapped
## 8995                                                                   I predict my most played song will be [mars by redveil or Walkin by Denzel Curry] #SpotifyWrapped
## 8996                                               My #SpotifyWrapped is about to be filled with The Weeknd, The Top Gun Maverick soundtrack and Spirited soundtrack 😅🤷‍♀️
## 8997                                                                                                     @Spotify you really dragging this shit #SpotifyWrapped hurry up
## 8998                                                                                                      I predict my top artist will be @taylorswift13 #SpotifyWrapped
## 8999                                                                                                                I predict my top artist will be 5sos #SpotifyWrapped
## 9000                                                                                         #SpotifyWrapped STOP TEASING AND RELEASE IT ALREADY https://t.co/67OraIXvrt
## 9001                                                                                                        I predict my top artist will be [Bebe Rexha] #SpotifyWrapped
## 9002                                                                                                                 I’m ready #SpotifyWrapped ! https://t.co/NUOWsPcHSX
## 9003                                                                                                   FFS I JUS WANNA SEE HOW I DID AS A ARTIST IN 2022 #SpotifyWrapped
## 9004                                                                                                      I predict my top artist will be @bearhandsband #SpotifyWrapped
## 9005                                                                                                    #SpotifyWrapped CANT WAIT TO SEE MY IDOL THIS YEAR HHAHAHAHAHAHA
## 9006                                                                               I predict my most played song will be Love Of My Life by #HarryStyles #SpotifyWrapped
## 9007                                                       #SpotifyWrapped  Who do you think will be the number artist? Number 1 song and genre? https://t.co/TtWul41EtM
## 9008                                                                         My last two brain cells when my #SpotifyWrapped is finally revealed https://t.co/sbaWf9HPgZ
## 9009                                                                                      I predict my top artist will be Austin Butler ou Elvis Presley #SpotifyWrapped
## 9010                                                                                         I predict my most played song will be [Empty by Bebe Rexha] #SpotifyWrapped
## 9011                                                                                                 I predict my most played song will be Seventeen Hot #SpotifyWrapped
## 9012                        You have to order one of these before it's too late! @kickbooster #kickbooster  https://t.co/n4aJ7YjgW9 #Facundo Ca… https://t.co/9Smrzmf4H5
## 9013                        You have to order one of these before it's too late! @kickbooster #kickbooster  https://t.co/72vnYUpKut #Facundo Ca… https://t.co/Nex2t2ca9J
## 9014                                                                                                         I predict my top artist will be chris brown #SpotifyWrapped
## 9015                                           I predict my top artist will be oooo Seventeen or Ateez, depending when they stopped logging my listening #SpotifyWrapped
## 9016                                                                                                                   ✨Taste✨ #SpotifyWrapped https://t.co/rS30Wi8Haa
## 9017                        You have to order one of these before it's too late! @kickbooster #kickbooster  https://t.co/PISf7NtOCv #Facundo Ca… https://t.co/6eAJxcamux
## 9018                                                                  me waiting for my #spotifywrapped to come out after teasing me for a week: https://t.co/YeBVoUOuxF
## 9019                                                                                      I predict my most played song will be wouldve couldve shouldve #SpotifyWrapped
## 9020                        You have to order one of these before it's too late! @kickbooster #kickbooster  https://t.co/u4xdlgpWKU #Facundo Ca… https://t.co/qFTtHZc55R
## 9021                                                                              I predict my most played song will be we (warm embrace) by chris brown #SpotifyWrapped
## 9022                                                                                     I predict my top podcast will be that one that posted wayf live #SpotifyWrapped
## 9023                        In two days, we'll have countless #SpotifyWrapped memes that aren't even remotely funny. Half of them will most lik… https://t.co/IF3Pv0PdJE
## 9024                                                                                                         I predict my top artist will be [Glee Cast] #SpotifyWrapped
## 9025                        You have to order one of these before it's too late! @kickbooster #kickbooster  https://t.co/agvranSl7W #Facundo Ca… https://t.co/UvL6W3RUdD
## 9026                      I predict my top 5 artists in my #SpotifyWrapped will be \n1. The Weeknd\n2. Ryan Reynolds\n3. Will Ferrell\n4. One Republic \n5. Taylor Swift
## 9027                                  Having an eclectic taste in music 🎶 \n\nWonder what 2022 Spotify wrapped will be \n\nJust drop it already… https://t.co/x9IoeQYfUx
## 9028                                                                                         I predict my top genre will be k-pop (this one is easy lol) #SpotifyWrapped
## 9029                                                                                                       I predict my top genre will be pop ou R&amp;B #SpotifyWrapped
## 9030                                                                                                  idc abt my  #SpotifyWrapped cause i track my music all year long 😭
## 9031                   I predict my most played song will be [the final countdown] by &amp;TEAM/ andAUDITION \nIf not then it's definitely will… https://t.co/Q2ovbydTkQ
## 9032                                                                                                         my top artist's gonna be doja i can feel it #SpotifyWrapped
## 9033                                                                                 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 9034                                                                                                      I predict my top artist will be @taylorswift13 #SpotifyWrapped
## 9035                                                                                                                I predict my top artist will be 5sos #SpotifyWrapped
## 9036                                                                                                   I predict my top podcast will be @DesenredaMadeja #SpotifyWrapped
## 9037                      I predict my top podcast will be [probably just some random podcast with songs on it 🧍] #SpotifyWrapped\n\n(It better… https://t.co/nDRt79CG05
## 9038                                                                                                If #SpotifyWrapped doesn't stop edging me... https://t.co/mB2UOqoJMw
## 9039                                                                                                          my spotify wrapped is gonna look so bad 😭😭 #SpotifyWrapped
## 9040                                                                                          I just muted #SpotifyWrapped from the TL. My sanity is now somewhat saved.
## 9041                                                                                  My #SpotifyWrapped is gonna be challenging lizzies reighn in minutes of music lmao
## 9042                                                                     I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped\ndistractable
## 9043                                                                                                     I predict my top genre will be some kind of pop #SpotifyWrapped
## 9044                                                                                                     I predict my top artist will be Louis Tomlinson #SpotifyWrapped
## 9045                                                                             I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped\njoji 😽
## 9046                                               Stream my Ep Cinematic Depression one last time before #SpotifyWrapped 2022 🙏🏽 #Spotifymusic… https://t.co/rne1xKeXex
## 9047                                                                                                                  I predict my top genre will be pop #SpotifyWrapped
## 9048                                                                                 I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped pop 💔
## 9049                                                                                                 I predict my top genre will be alternative rock idk #SpotifyWrapped
## 9050                                                                                                       I predict my top artist will be [Nicki Minaj] #SpotifyWrapped
## 9051                                                                      most played song Together In Electric Dreams by Phil Oakey and Giorgio Moroder #SpotifyWrapped
## 9052                 Black Friday sale is L I V E\nSave UPTO 60% compare to Amazon &amp; Other Retailer.\nShop Now: https://t.co/jq3y3PTR0a\nCh… https://t.co/izJrrawofb
## 9053                                                                   My #SpotifyWrapped is going to be some order of Dolph, Sidhu, Lil Baby and maybe Payroll or Peezy
## 9054                                                   I predict my most played song will be [fill in top song prediction] #SpotifyWrapped slow dancing in the dark-joji
## 9055                                                                             I predict my most played song will be bigger than me - Louis Tomlinson  #SpotifyWrapped
## 9056                                                                                                    I predict my top artist will be @Interruptweets  #SpotifyWrapped
## 9057                                             #SpotifyWrapped is trending so we are 3 days away from learning how many people have been listening to POP RAP all year
## 9058                                                                                                   I predict my most played song will be Pink Venom  #SpotifyWrapped
## 9059                                                                            I predict my top artist will be [Wilbur Soot, Lovejoy, or New Hope Club] #SpotifyWrapped
## 9060                                                                      the people have spoken @Spotify\n\nDrop the damn thing #SpotifyWrapped https://t.co/kYmJ6slddZ
## 9061                                                                                                        I predict my top artist will be takayan 100% #SpotifyWrapped
## 9062                                                                                          I predict my top artist will be TWICE! they remain supreme #SpotifyWrapped
## 9063                                                                                                         I predict my top artist will be Linkin Park #SpotifyWrapped
## 9064                                                                                   I predict my top artist will be Taylor Swift 1 billion percent!!! #SpotifyWrapped
## 9065                                                               I predict my top genre will be […DSMP] #SpotifyWrapped\n(Please Spotify- please don’t do this to me-)
## 9066                                                                                I predict my most played song will be its true love by takayan?? idk #SpotifyWrapped
## 9067                                                                                                              I predict my top artist will be mitski #SpotifyWrapped
## 9068                                                                                   I predict my most played song will be all too well 10 min version #SpotifyWrapped
## 9069                                                                                                             I predict my top genre will be kpop.... #SpotifyWrapped
## 9070                                                  bc itni toh boards ke results ke lie nahi phati thi jitna spotify wrapped ke lie phat rahi hai🫥\n\n#SpotifyWrapped
## 9071                                                                                                 I predict my top artist will be TOMORROW X TOGETHER #SpotifyWrapped
## 9072                                                                                                                I predict my top genre will be Metal #SpotifyWrapped
## 9073                                                                                                        I predict my top artist will be [Sam Fender] #SpotifyWrapped
## 9074                                                                                                                 I predict my top genre will be pop! #SpotifyWrapped
## 9075                                                                  I predict my most played song will be [Lonely King: CG5] #SpotifyWrapped (this is like auto typed)
## 9076                                                                                                                   No way my top artist isn't Bladee #SpotifyWrapped
## 9077                                                                            I predict my most played song will be Crying Lightning - Arctic Monkeys] #SpotifyWrapped
## 9078                                                        I predict my most played song will be Trouble, versão do Austin Butler para o filme "Elvis". #SpotifyWrapped
## 9079                                                                                               I predict my most played song will be BASICS by TWICE #SpotifyWrapped
## 9080                                                                                                         I predict my top genre will be [Indie Rock] #SpotifyWrapped
## 9081                                                                                                                I predict my top genre will be K-pop #SpotifyWrapped
## 9082                                   I predict my most played song will be All Too Well (10 Minute Version) (Taylor’s Version) (From The Vault)!!!❤️❤️❤️❤️ #SpotifyWrapped
## 9083                                                                                                       I predict my top artist will be One Direction #SpotifyWrapped
## 9084                                                                                                 I predict my top genre will be Cloud Rap or Atl Rap #SpotifyWrapped
## 9085                                                                                                I predict my most played song will be [Get You Down] #SpotifyWrapped
## 9086                                                                                                                          Esse ano ludsession em #1\n#SpotifyWrapped
## 9087                                                                                              I predict my most played song will be Opening Sequence #SpotifyWrapped
## 9088                                                                                 I predict my most played song will be We made it by Louis Tomlinson #SpotifyWrapped
## 9089                                                                        I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped Taylor Swift
## 9090                                                                                   I predict my most played song will be Me Porto Bonito @sanbenito  #SpotifyWrapped
## 9091                                                                             I predict my most played song will be LOVESTORY #SpotifyWrapped https://t.co/BJ3dEFEmrd
## 9092                                                                 I predict my most played song will be the divine damsel of devistation from genshin #SpotifyWrapped
## 9093                                                                                 I predict my top artist will be [fill in top artist prediction] jid #SpotifyWrapped
## 9094                                                                                                       I predict my top genre will be Pop (I think?) #SpotifyWrapped
## 9095                                                                                                                 I predict my top artist will be BTS #SpotifyWrapped
## 9096                                                                                              I predict my most played song will be Through the Dark #SpotifyWrapped
## 9097                                                                                                      I predict my top artist will be @taylorswift13 #SpotifyWrapped
## 9098                                                                                                        I predict my top artist will be [The Weeknd] #SpotifyWrapped
## 9099                                                                   I predict my most played song will be [Why Do I feat. Hatsune Miku by Set It Off] #SpotifyWrapped
## 9100                                                                                                       I predict my top artist will be Taylor Swift  #SpotifyWrapped
## 9101                                                                                                    I predict my most played song will be [Dream On] #SpotifyWrapped
## 9102                                                                                              I predict my top artist will be I think Camila Cabello #SpotifyWrapped
## 9103                                                                                      I predict my most played song will be "Cars" by Gary Newman 🚗🎶 #SpotifyWrapped
## 9104                                                                                                               When come out #SpotifyWrapped https://t.co/nZnFGLvjY5
## 9105                                                                                                                I predict my top genre will be Alt Z #SpotifyWrapped
## 9106                                                                                                        I predict my top genre will be Ska for sure. #SpotifyWrapped
## 9107                                                                                I predict my most played song will be anything off of Slut Pop tbh 😅 #SpotifyWrapped
## 9108                                                                                                                I predict my top genre will be House #SpotifyWrapped
## 9109                                                                                                                   I predict my top genre will K-pop #SpotifyWrapped
## 9110                                  #SpotifyWrapped  as if I care... 🙂\n\nI genuinely do 😭😭😭😭😭😭😭😭😭😭😭 can't wait to see @shreyaghoshal as most streamed artist for me 😍
## 9111                                                                                      I predict my most played song will be [ALL TOO WELL 10 MIN TV] #SpotifyWrapped
## 9112                                                               I predict my top podcast will be @KEMpodcast or @ComicBookYeti Cryptid Creator Corner #SpotifyWrapped
## 9113                                                                                           I predict my top podcast will be GaryVee Audio Experience #SpotifyWrapped
## 9114                                                                                                       I predict my most played song will be Burn JW #SpotifyWrapped
## 9115                                                                                           I predict my most played song will be Adore U - Seventeen #SpotifyWrapped
## 9116                                                                                                          I predict my top artist will be @sanbenito #SpotifyWrapped
## 9117                                                                                                          I predict my top artist will be [king von] #SpotifyWrapped
## 9118                                                                                                      I predict my top artist will be Olivia Rodrigo #SpotifyWrapped
## 9119                                                                                                                I predict my top artist will be Joji #SpotifyWrapped
## 9120                                                                                                        I predict my top podcast will be Impaulsive  #SpotifyWrapped
## 9121                                                                                                                  I predict my top genre will be pop #SpotifyWrapped
## 9122                                                                                                     I predict my top artist will be [Taylor Swift ] #SpotifyWrapped
## 9123                                                                                  #SpotifyWrapped Check out AwesomeUnknown5's video! #TikTok https://t.co/B9PU3Fj8DJ
## 9124                                                                         My Spotify Wrapped this year. Who else is ready ? \n#SpotifyWrapped https://t.co/G4T6UkfeNf
## 9125                                                                                                                  I predict my top genre will be pop #SpotifyWrapped
## 9126                                                                               【Trends Tag】 #CyberMonday #KORGHA #MondayMotivation #SpotifyWrapped #mondaythoughts
## 9127                                                     If you have men in your #SpotifyWrapped you don't deserve rights! Because why would you listen to men so often?
## 9128                                                                         I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped @FatboySlim
## 9129                                                                                   I predict my most played song will be “traitor” by Olivia Rodrigo #SpotifyWrapped
## 9130                      I predict my most played song will be [fill in top song prediction] #SpotifyWrapped \n\nI literally have NO idea. I j… https://t.co/ni9I49R7CH
## 9131                                                                                                              I predict my top genre will be [indie] #SpotifyWrapped
## 9132                                                                                           I predict my most played song will be Middle of the Night #SpotifyWrapped
## 9133                                                                                          I predict my top podcast will be Modus Operandi @moduspod  #SpotifyWrapped
## 9134                                                                                                                         I know Arijit Singh tops my #SpotifyWrapped
## 9135                                                                                                   I predict my most played song will be Freestyle 2 #SpotifyWrapped
## 9136                                                                                                  I predict my top artist will be [Kendrick or JID!] #SpotifyWrapped
## 9137                                                                                                I predict my most played song will be [little freak] #SpotifyWrapped
## 9138                                                                               I predict my top podcast will be [Anything Goes By Emma Chamberlain ] #SpotifyWrapped
## 9139                        #SpotifyWrapped My top artist is either @WhitechapelBand or @LornaShore let's see if I end up being right. As for m… https://t.co/HskpoApfL1
## 9140                                                                                                        I predict my top artist will be Taylor Swift #SpotifyWrapped
## 9141                        My partners going to be upset when his #SpotifyWrapped comes out because I have listened to countless hours of Tayl… https://t.co/F9cc3e7mIF
## 9142                                                                                                            my #SpotifyWrapped predictions 🤩 https://t.co/lxY77dkfZP
## 9143                                                                                                         I predict my top artist will be [ Beyoncé ] #SpotifyWrapped
## 9144                                                                                                             I predict my top genre will be POP ROCK #SpotifyWrapped
## 9145                                                                   Your #SpotifyWrapped sucks, but not as much as having a leak in your roof https://t.co/7l6lYT4zfY
## 9146                                                                                                      I predict my top artist will be Justin Bieber  #SpotifyWrapped
## 9147                                                                   I predict my most played song will be either All Too Well 10MV or The Story of Us #SpotifyWrapped
## 9148                                                                                    I predict my most played song will be London Boy by Taylor Swift #SpotifyWrapped
## 9149                                                                                                                I predict my top genre will be [Pop] #SpotifyWrapped
## 9150                                                                                                I predict my most played song will be [ Tomorrow 2 ] #SpotifyWrapped
## 9151                                                                            I predict my most played song will be:\nThe Beginning - Magdalena Bay \n #SpotifyWrapped
## 9152                                                                                                          I predict my top artist will be The Weeknd #SpotifyWrapped
## 9153                                          Proven Wolf-Call Techniques howling\n\n#Wolf #SoundCloud #SpotifyWrapped  #KKKevinMcCarthy #KORGHA https://t.co/4Y5NWf6lrq
## 9154                                                                                                                            HOLY SHIT ALREADY???? 😭😭😭#SpotifyWrapped
## 9155                                                                                                     I predict my top podcast will be Weeeehhhhh😂😂😂😂 #SpotifyWrapped
## 9156                                                                                            I predict my top artist will be, of course, Taylor Swift #SpotifyWrapped
## 9157                                                                                                                                #SpotifyWrapped where the fuck is it
## 9158                                                                                                          I predict my top artist will be THE WEEKND #SpotifyWrapped
## 9159                 Trends #CyberMonday\n#MondayMotivation\nCity of Houston\n#SpotifyWrapped\nBalenciaga\n#mondaythoughts\nDietCoke\nMauna Loa… https://t.co/YRbvIDuobg
## 9160                                                                                                 I predict my top artist will be [@lolaindigomusic ] #SpotifyWrapped
## 9161                                                                            I predict my top artist will be Joji and if its not im fighting people 💖 #SpotifyWrapped
## 9162                                           It’s wild how big #SpotifyWrapped has gotten over the years. Always did it now I anticipate it…gimme pictures of girlssss
## 9163                                                                                                 I predict my top podcast will be [@Schumy_Official] #SpotifyWrapped
## 9164                                                                                 I predict my most played song will be a gracie abrams song probably #SpotifyWrapped
## 9165                                                                                                                  I predict my top genre will be Pop #SpotifyWrapped
## 9166                                                                              I predict my top artist will be @machinegunkelly like it is every year #SpotifyWrapped
## 9167                                                                                                       I predict my top artist will be [@thewombats] #SpotifyWrapped
## 9168                                                                                  I predict my most played song will be [Frank Ocean - Pink + White] #SpotifyWrapped
## 9169                                                                                    #SpotifyWrapped this isnt even funny i know my top artist is gonna be slipknot ☹️
## 9170                                                                                                        I predict my top artist will be Taylor Swift #SpotifyWrapped
## 9171                                                                                                   I predict my top podcast will be duolingo podcast #SpotifyWrapped
## 9172                                                        I predict my most played song will be The Way I Loved You (Taylor’s Version) by Taylor Swift #SpotifyWrapped
## 9173                                                                                                          I predict my top artist will be [RADWIMPS] #SpotifyWrapped
## 9174                                                                                                             I predict my top artist will be Stromae #SpotifyWrapped
## 9175                                                                                                        I predict my top artist will be Taylor Swift #SpotifyWrapped
## 9176                                                                                                               cant wait to he #SpotifyWrapped 's #1 bladee listener
## 9177                                                                                               I predict my top artist will be @jypetwice hands down #SpotifyWrapped
## 9178                                                                                                       I predict my top artist will be The Strokes\n #SpotifyWrapped
## 9179                                                                                               I predict my top genre will be [Soul, R&amp;B, Indie] #SpotifyWrapped
## 9180                                                                                                  I predict my most played song will be [Angles fly] #SpotifyWrapped
## 9181                                                                                                                 #SpotifyWrapped next please https://t.co/riuqs8wSsO
## 9182                                         This better be accurate 🥰\n\nTop Song: As It Was\nTop Genre: Pop (normally is)\nTop Artist: Harold Styles\n #SpotifyWrapped
## 9183                                                                                     I predict my most played song will be  cardigan by Taylor Swift #SpotifyWrapped
## 9184                                                                                                     if marketers’ lives had #spotifywrapped https://t.co/2RD99Q4p5d
## 9185                                                                                                          I predict my top artist will be #SEVENTEEN #SpotifyWrapped
## 9186                            Where’s my #SpotifyWrapped 😕 impatiently waiting even though I can probably guess 4 of my top 5 - Morrissey, the smiths, oasis and muse.
## 9187                                                                                                       I predict my most played song will be RUN BTS #SpotifyWrapped
## 9188                                               me defending my mental health when phoebe bridgers is my #1 artist this year🤩 #SpotifyWrapped https://t.co/sKTmIU4sdh
## 9189                                                                               I predict my top podcast will be definitely the Rebuild of Joycast\n\n#SpotifyWrapped
## 9190                                                                                                                 I predict my top genre will be Kpop #SpotifyWrapped
## 9191                                                                                                          I predict my top podcast will be [@ALOK1P] #SpotifyWrapped
## 9192                                                                                    I predict my most played song will be Burial from In the Green.  #SpotifyWrapped
## 9193                                                                                 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 9194                                                                                                   I predict my most played song will be Woozi- Ruby #SpotifyWrapped
## 9195                                                                                                         I predict my top artist will be [Mc Kresha] #SpotifyWrapped
## 9196                                                                                                     I predict my top podcast will be [i don't know] #SpotifyWrapped
## 9197                                                                                                        I predict my most played song will be Harvey #SpotifyWrapped
## 9198                                                               I predict my most played song will be "Restraint" by @woolimusic  &amp; @calciumdubs  #SpotifyWrapped
## 9199                                                                                             i predict my top podcast will be:- dear teenage me..\n\n#SpotifyWrapped
## 9200                                                                                                            I predict my top genre will be [Hip Hop] #SpotifyWrapped
## 9201                                                                                                          I predict my top artist will be @ladygaga  #SpotifyWrapped
## 9202                                                    My fest screams diversity and mostly VOCALS and PERFORMANCE quality 👌 🎤🔥 #SpotifyWrapped https://t.co/E5Sv0eqWEP
## 9203                        If Vince Guaraldi isn’t one of my top 5 artists on #SpotifyWrapped I will no longer trust the algorithm I listen to… https://t.co/WAswiVYhWv
## 9204                                                                                       I predict my most played song will be [Miss you Robin Schulz] #SpotifyWrapped
## 9205                                                                                   I predict my top artist will be [harry styles or louis tomlinson] #SpotifyWrapped
## 9206                         WOW I can't wait for my #SpotifyWrapped to once again show me that my top band is Rammstein and I am in the top 1%… https://t.co/ObN2GCCj5A
## 9207                                                                                          everybody worrying about #SpotifyWrapped as if it's the school report card
## 9208                 Trends #CyberMonday\n#MondayMotivation\nCity of Houston\n#SpotifyWrapped\nBalenciaga\n#mondaythoughts\nDietCoke\nMauna Loa… https://t.co/E7kOULOPai
## 9209                                                                                                                  I predict my top genre will be pop #SpotifyWrapped
## 9210                                                                                                     I predict my top genre will be [pop or r&amp;b] #SpotifyWrapped
## 9211                                    the number of times I have listened to maan meri jaan and tu aake dekhle, no doubt king will be my top artist in #SpotifyWrapped
## 9212                                                                                        Can this come out so bitches can stfu  already. I am bitches #SpotifyWrapped
## 9213                                                                                                         I predict my top artist will be @Tapebbeats #SpotifyWrapped
## 9214                                                                                       I predict my top artist will be either liv, taylor or sabrina #SpotifyWrapped
## 9215                      #SpotifyWrapped \n\nThere are always some songs that I feel 100% certain should be on my Spotify wrapped playlist but… https://t.co/0lTuYllYod
## 9216                                                                                      I predict my most played song will be \n#BadDecisionswithBTS\n #SpotifyWrapped
## 9217                                                                            Is there any tool for Apple Music that lets you generate something like #SpotifyWrapped?
## 9218                                                                                  I predict my most played song will be [chicago by louis tomlinson] #SpotifyWrapped
## 9219                                                                                                        I predict my top genre will be Drum and Bass #SpotifyWrapped
## 9220                                                                          I predict my most played song will be [Leave it in my Dreams by the Voidz] #SpotifyWrapped
## 9221                                                                                                        I predict my top artist will be Taylor Swift #SpotifyWrapped
## 9222                                                                                               I predict my most played song will be high infidelity #SpotifyWrapped
## 9223                                                           Sabrina Carpenter\nSmoke and Fire https://t.co/fsz7bllONN \n#sabrinacarpenter #คุณชายตอนจบ #SpotifyWrapped
## 9224                                                                                                                I predict my top artist will be bts! #SpotifyWrapped
## 9225                                                                                     I predict my top podcast will be I don't listen to podcasts 🧍🏼‍♀️ #SpotifyWrapped
## 9226                                                                                             I predict my top genre will be #KPOP \n#Pop\nR&amp;B\n\n#SpotifyWrapped
## 9227                                                                                       I predict my most played song will be This is why by paramore #SpotifyWrapped
## 9228                                                                                                         MINE CAME OUT EARLY #SpotifyWrapped https://t.co/5Grzt6ElTD
## 9229                                                                                                                I predict my top artist will be bts? #SpotifyWrapped
## 9230                                        I predict my top podcast will be Airplane Cabin White Noise to  Sleep, Study, or Relax ( 2 Hours, Loopable.) #SpotifyWrapped
## 9231                                                                                            I predict my top artist will be Taylor Swift for sure 😭❤️ #SpotifyWrapped
## 9232                                                                                                               I predict my top genre will be [Rock] #SpotifyWrapped
## 9233                                                                                                                  I predict my top genre will be pop #SpotifyWrapped
## 9234                This is the kind of job I want to do\n.\n.\n.\n.\n.\n. \nJUST ANNOUNCED China #SpotifyWrapped\n22,1 B Tweet #LooseWomen Res… https://t.co/zgRBASkw1j
## 9235                                                                              Me awaiting my detailing of this year in music #SpotifyWrapped https://t.co/NxDhWFeme6
## 9236                                                                                                     I predict my top genre will be kpop no question #SpotifyWrapped
## 9237                                                                  I predict my top artist will be @taylorswift13 of course✨ #SpotifyWrapped https://t.co/5f70gkZaTW
## 9238                                                            I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped My Favorite Murder 🙌🏽😬
## 9239                                                                                                       I predict my top artist will be taylor swift  #SpotifyWrapped
## 9240                                                                                              I predict my most played song will be honestly idk 🧍🏼‍♀️ #SpotifyWrapped
## 9241                                                                  the glee cast will be in everyones top artists i fear !!!  #SpotifyWrapped https://t.co/pIYO1Othja
## 9242                                                                                              I predict my top artist will be @bts_bighit\n@BTS_twt\n#SpotifyWrapped
## 9243                                                                                                   I predict my top artist will be [ Ariana Grande ] #SpotifyWrapped
## 9244                                                                                                              I predict my top genre will be pop,rnb #SpotifyWrapped
## 9245                        Spotify has given me a riddle in the form of a funny tweet, so I predict that my top song on my Spotify wrapped wil… https://t.co/zOs2lkUEfV
## 9246                                                                                                            I predict my top podcast will be idk lol #SpotifyWrapped
## 9247                                                                                                              I predict my top artist will be [BTS ] #SpotifyWrapped
## 9248                                                                                I predict my top artist will be Taylor Swift (pretend to be shoked)  #SpotifyWrapped
## 9249                                                                                                    I predict my top genre will be Pop or Soundtrack #SpotifyWrapped
## 9250                                                                                                              I predict my top genre will be [ POP ] #SpotifyWrapped
## 9251                                                                             I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped K-pop 🤷🏽‍♀️
## 9252                                                                I predict my most played song will be something from Renaissance I already know LMAO #SpotifyWrapped
## 9253                                                                                                       I predict my top artist will be taylor swift. #SpotifyWrapped
## 9254                                                                                                                I predict my top genre will be [pop] #SpotifyWrapped
## 9255                                                                   I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped  @PanicAtTheDisco
## 9256                                                                                                   I predict my most played song will be pink venom? #SpotifyWrapped
## 9257                                                                               I predict my top podcast will be @MeghanMood\n#ArchetypesWithMeghan\n #SpotifyWrapped
## 9258                                                                                    I predict my most played song will be Think Twice by @celinedion #SpotifyWrapped
## 9259                        Wonder what my #SpotifyWrapped will look like this year. Listened to a lot of Blackpink as usual, but given the oth… https://t.co/Ny4RH0vK1S
## 9260                                                                                     I predict my most played song will be Breadcrumb Trail by Slint #SpotifyWrapped
## 9261                                                                            I predict my most played song will be all this time by @Louis_Tomlinson  #SpotifyWrapped
## 9262                                                                                                     I predict my most played song will be [RUN BTS] #SpotifyWrapped
## 9263                                                                                          I predict my top artist will be Sarah Geronimo @JustSarahG #SpotifyWrapped
## 9264                                                                                                            I predict my top genre will be pop/k-pop #SpotifyWrapped
## 9265                                                                                                   I predict my top artist will be DBE @DBlockEurope #SpotifyWrapped
## 9266                                                                                                               I predict my top artist will be ateez #SpotifyWrapped
## 9267                                                I predict my top genre will be Indie Rock, followed by alternative indie, modern rock, indie pop...\n#SpotifyWrapped
## 9268                                                                                                           I predict my top artist will be [NCT 127] #SpotifyWrapped
## 9269                                                                              I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped Wizkid
## 9270                                                                             I predict my most played song will be All Too Well (10 Minute Version)💀 #SpotifyWrapped
## 9271                        should i wait for #SpotifyWrapped to drop so i can post and publicize how depressed i am so my old friends would ta… https://t.co/wUFceHN82d
## 9272                                                                                                   I predict my top genre will be [K-pop girl group] #SpotifyWrapped
## 9273                                                                                                                 I predict my top genre will be Pop. #SpotifyWrapped
## 9274                                                                             I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped Afrobeats
## 9275                                                                                                    I predict my top artist will be @ohgeeeznotagain #SpotifyWrapped
## 9276                                                                                              I predict my top genre will be Kpop/alt r&amp;b/gospel #SpotifyWrapped
## 9277                                                             I predict my most played song will be [fill in top song prediction] #SpotifyWrapped Bad to Me by wizkid
## 9278                                                                                   I predict my most played song will be [anti-hero by Taylor swift] #SpotifyWrapped
## 9279                                                                                      I predict my most played song will be all too well 10' version #SpotifyWrapped
## 9280                                                                                                             I predict my top artist will be lovejoy #SpotifyWrapped
## 9281                                                                                                                             sooooo scared but ready #SpotifyWrapped
## 9282                                                                                          I predict my most played song will be [Focus by NCT 127] \n#SpotifyWrapped
## 9283                                                                                             I predict my top podcast will be girls gotta eat ✨😌✨  #SpotifyWrapped
## 9284                                                                                      I predict my most played song will be Dati-Dati by @JustSarahG #SpotifyWrapped
## 9285                                                                                     I predict my most played song will be Anti-Hero by Taylor Swift #SpotifyWrapped
## 9286                                                                        The moment we've really been waiting all year for.  #SpotifyWrapped\nhttps://t.co/mKgzN823oY
## 9287                                                                                                           I predict my top genre will be [redacted] #SpotifyWrapped
## 9288                                                                                                   I predict my top artist will be Taylor swift lol  #SpotifyWrapped
## 9289                                                    Ngl the evolution of #SpotifyWrapped and how it's become a yearly tradition has been really fascinating to watch
## 9290                                                                                              I predict my most played song will be any lovejoy song #SpotifyWrapped
## 9291                                                   I honestly believe that I have the best line-up in America #SpotifyWrapped 😳🔥 #DayRockPt3 https://t.co/dAQabsBlL1
## 9292                                                                                                     I predict my top artist will be [Taylor Swift ] #SpotifyWrapped
## 9293                                                                                       Please hurry up I’m getting Impatient #SpotifyWrapped https://t.co/bOxaz5sH77
## 9294                                                                                                           I predict my top genre will be Show Tunes #SpotifyWrapped
## 9295                        i predict my top artist is either conan gray or chase atlantic. i predict my most played track is either melting by… https://t.co/0uGn3ep5EH
## 9296                                                 I'm battling my dad for our personal #SpotifyWrapped, I will have more time on Spotify so hurry up with the wrapped
## 9297                                                              I predict my most played song will be Sasto Mutu/ Chitthi Bhitra by @SajjanRajVaidya #SpotifyWrapped 🤔
## 9298                                                                             I predict my most played song will be your graduation - modern baseball #SpotifyWrapped
## 9299                                                                                             I predict my top podcast will be Jumping in an Elevator #SpotifyWrapped
## 9300                                                                                                               I predict my top genre will be pop? 🤔 #SpotifyWrapped
## 9301                                                                                I predict my most played song will be ateez Say My Name or Guerrilla #SpotifyWrapped
## 9302                                                                                                                I predict my top genre will be [POP] #SpotifyWrapped
## 9303                                                                                                                    just drop it alredy god damnit ! #SpotifyWrapped
## 9304                                                                                                      I predict my top artist will be Taylor Swift🏃‍♀️ #SpotifyWrapped
## 9305                                                                                            I predict my most played song will be fairy of shampoo 🥺 #SpotifyWrapped
## 9306                                                                               I predict my most played song will be something by Taylor swift 😭😩✨  #SpotifyWrapped
## 9307                                                                                                       I predict my top artist will be [the Beatles] #SpotifyWrapped
## 9308                                                                                                                           wait it's still not out?? #spotifywrapped
## 9309                                                                                                      I predict my top podcast will be @sextedmyboss #SpotifyWrapped
## 9310                        All I know is my #SpotifyWrapped   is gonna unfairly have "Paper Wings" by Rise Against, "BYOB" by System of a Down… https://t.co/kTZWuqjql8
## 9311                                                                                                      I predict my top artist will be @taylorswift13 #SpotifyWrapped
## 9312                                                                                                   I predict my top podcast will be #SidenotePodcast #SpotifyWrapped
## 9313                                           I predict my most played song will be hmmm maybe arson? or maybe yet to come? idk but some bts song defs  #SpotifyWrapped
## 9314                                                                                             I predict (cof cof, am sure) my top artist will be Reol #SpotifyWrapped
## 9315                                                                                                                  I predict my top genre will be pop #SpotifyWrapped
## 9316                                                                                                             I predict my top artist will be mothica #SpotifyWrapped
## 9317                                                                                                     I predict my most played song will be [monster] #SpotifyWrapped
## 9318                                                                                      I predict my most played song will be NO TENGO NI IDEA DIOOOS  #SpotifyWrapped
## 9319                                                                                                                I predict my top artist will be @Sia #SpotifyWrapped
## 9320                                                                          this is actually a thought one \n\nI predict my top genre will be jpop (?) #SpotifyWrapped
## 9321                                                                                                        I predict my top artist will be taylor swift #SpotifyWrapped
## 9322                                                                              I predict my top artist will be seventeen e coldplay ci saranno sicuro #SpotifyWrapped
## 9323                                                                            i need my #SpotifyWrapped so i can base my entire personality off of it for half of 2023
## 9324                                                                                                     I predict my most played song will be -opening- #SpotifyWrapped
## 9325                                                                                                    I predict my top artist will be TAYLOR SWIIIIIFT #SpotifyWrapped
## 9326                                                                                       I predict my most played song will be to you (ma tipo palese) #SpotifyWrapped
## 9327                                                                               I predict my most played song will be [heartbeat by childish gambino] #SpotifyWrapped
## 9328                                                                                       I predict my most played song will be [Starboy by @theweeknd] #SpotifyWrapped
## 9329                                                                                                            I predict my top genre will be [R&amp;B] #SpotifyWrapped
## 9330                                                                            I predict my most played song will be Bigger than me by @Louis_Tomlinson #SpotifyWrapped
## 9331                                                                                                     I predict my top artist will be bts bts bts bts #SpotifyWrapped
## 9332                                                                                                     I predict my most played song will be Anti-Hero #SpotifyWrapped
## 9333                                                                                                          i predict my top artist will be waterparks #SpotifyWrapped
## 9334                                                                                                         I predict my most played song will be [Run] #SpotifyWrapped
## 9335                       I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped\n\nMann this is hard cuz Kevin Gates… https://t.co/sDVGayMJLI
## 9336                                                                                                  #SpotifyWrapped I CANT DO IT WITH THE EDGING I NEED IT NOW OR ELSE
## 9337                                                                                                      I predict my top artist will be gorillaz. duh. #SpotifyWrapped
## 9338                                                   if I don't story or post my #SpotifyWrapped it means I'm embarrassed about my top played songs/album/artists HAHA
## 9339                                                                                                             I predict my top genre will be alt rock #SpotifyWrapped
## 9340                                                                                                                I predict my top podcast will be CHD #SpotifyWrapped
## 9341                                                                                                                I predict my top artist will be EDEN #SpotifyWrapped
## 9342                                                                                 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 9343                                                                                                             i predict my top genre will be pop punk #SpotifyWrapped
## 9344                                                                                                                             MY FIRST #SpotifyWrapped INCOMING LEZGO
## 9345                                                                                                         I predict my top artist will be Evanescence #SpotifyWrapped
## 9346                                                                                                                 I predict my top genre will be Pop😞😞#SpotifyWrapped
## 9347                                                                                                     I predict my most played song will be kiss land #SpotifyWrapped
## 9348                                                                                                  i predict my most played song will be funeral grey #SpotifyWrapped
## 9349                                                                                                        I predict my top artist will be Taylor Swift #SpotifyWrapped
## 9350                                       I predict my most played song will be [fill in top song prediction] #SpotifyWrapped \n\nProbably Ayer La Vi by Don Omar\n😂😂😂😂
## 9351                        you don't understand... I've always had the most predictable results, and this is the first year when I'm really no… https://t.co/32tLQVX5vS
## 9352                                                                                                         I predict my top podcast will be ImPaulsive #SpotifyWrapped
## 9353                        It's that time of year where you either post your #SpotifyWrapped or you let everyone know how much you hate it. Th… https://t.co/XFxMLWIzKr
## 9354                                                                                      I predict my most played song will be [Self care - Mac Miller] #SpotifyWrapped
## 9355                                                                                                    I predict my most played song will be PS1- EDEN\n#SpotifyWrapped
## 9356                                                                                                 I predict my most played song will be [Donda Chant] #SpotifyWrapped
## 9357                        Every year, since 2019 I get excited about #SpotifyWrapped even when I already know who will be my most listened to… https://t.co/7ho10bccY3
## 9358                                                                                                                  I predict my top genre will be pop #SpotifyWrapped
## 9359                                                                                      I predict my top artist will be [twenty one pilots of course😳] #SpotifyWrapped
## 9360                                                                                                       I predict my top artist will be Taylor Swift  #SpotifyWrapped
## 9361                      Since @Spotify tagged me let me do it \nI predict my top podcast will be \n\n Yummy Yummy love by Momoland (it was in… https://t.co/5flqQq6sCW
## 9362                                                             Is there still time to have VHS Christmas Carol make your #SpotifyWrapped?  \n\nhttps://t.co/rcqgCySEuY
## 9363                                                                                                    I predict my most played song will be After Dark #SpotifyWrapped
## 9364                                                                                                     I predict my most played song will be As It Was #SpotifyWrapped
## 9365                                                                                                                  I predict my top genre will be Pop #SpotifyWrapped
## 9366                                                                                                     #SpotifyWrapped Aka let me show you how many bots fw my music 🤣
## 9367                                                                                                         I predict my most played song will be Lover #SpotifyWrapped
## 9368                                                                                                        I predict my top artist will be Taylor Swift #SpotifyWrapped
## 9369                                                                                                DROP IT NOW I CAN'T TAKE IT! #SpotifyWrapped https://t.co/7KlhEqqpxE
## 9370                                                                                             my versatility in music taste 😅 #SpotifyWrapped https://t.co/KgTvE2VT9R
## 9371                              I think Rina Sawayama is getting dethroned as most played this year… maybe if HTG was released a couple months earlier #SpotifyWrapped
## 9372                                                                                                           I predict my top artist will be Lil Nas X #SpotifyWrapped
## 9373                                                                                                                  I predict my top genre will be pop #SpotifyWrapped
## 9374                                                                                                      I predict my top artist will be Taylor Swift 💓 #SpotifyWrapped
## 9375                                                                                I predict my most played song will be THATS WHAT I WANT by Lil Nas X #SpotifyWrapped
## 9376                        I predict my top artist will be Harry Styles or Louis Tomlinson. Honestly, for the first time in 7 years, I don't k… https://t.co/zaORvcFfl4
## 9377                                                                                                      I predict my top artist will be Justin Bieber. #SpotifyWrapped
## 9378                                                                                                       I predict my top podcast will be Banter lmfao #SpotifyWrapped
## 9379                                                                               I predict my most played song will be All too well 10 minutes version #SpotifyWrapped
## 9380                                                                                                         I predict my top genre will be [Indie Rock] #SpotifyWrapped
## 9381                                                                          I predict my most played song will be something from midnights or folklore #SpotifyWrapped
## 9382                                                                                  I predict my most played song will be Daydreaming by Harry Styles  #SpotifyWrapped
## 9383                                                                                                                I predict my top genre will be [Pop] #SpotifyWrapped
## 9384                                                                                                                 I predict my top genre will be Pop. #SpotifyWrapped
## 9385                                                                                                      I predict my top artist will be [Taylor Swift] #SpotifyWrapped
## 9386                                                                               I predict my top artist will be NCT 127. If it ain't my guys then idk #SpotifyWrapped
## 9387                                                     I predict my top artist will be Harry Styles, even though I want it to be John Mayer or Hozier 😭#SpotifyWrapped
## 9388                                                                                    I predict my most played song will be Somebody by @justinbieber. #SpotifyWrapped
## 9389                                                                               If #SpotifyWrapped launches on Thursday and steals our thunder we're gonna kick off x
## 9390                     The meeting about the unsatisfactory results of ACME leaked to the social media😂\n#stockmarketcrash\nTerrorist\nJavaSc… https://t.co/1fqfdU6sA3
## 9391                                                                                                      I predict my top artist will be @taylorswift13 #SpotifyWrapped
## 9392                                                                                                    I predict my top podcast will be sword and scale #SpotifyWrapped
## 9393                                                                                                                  I predict my top genre will be pop #SpotifyWrapped
## 9394                                                                                                                             IS IT WRAPPED DAY YET?! #SpotifyWrapped
## 9395                                                                                                              I predict my top artist will be Drake  #SpotifyWrapped
## 9396                                                                                      I predict my most played song will be Dirty work by Steely Dan #SpotifyWrapped
## 9397                                                                                          I predict my most played song will be [eminem - lucky you] #SpotifyWrapped
## 9398                    my #SpotifyWrapped probs gonna be \n1: Arctic Monkeys\n2: The Last Shadow Puppets\n3: Tyler, The Creator\n4: Alex Turne… https://t.co/0bERLWL8t6
## 9399                                                                                                                  I predict my top genre will be Rap #SpotifyWrapped
## 9400                                                                                                  I predict my top podcast will be tbh this one idk  #SpotifyWrapped
## 9401                                                                                                          I predict my top artist will be nct o bts  #SpotifyWrapped
## 9402                                                                                                             I predict my top genre will be rap/rock #SpotifyWrapped
## 9403                                                                                        I predict my most played song will be [Running Up That Hill] #SpotifyWrapped
## 9404                                                                                                          I predict my top artist will be @pledis_17 #SpotifyWrapped
## 9405                                                                                                           I predict my top artist will be @KiDCuDi  #SpotifyWrapped
## 9406                                                                                                              I predict my top artist will be Eminem #SpotifyWrapped
## 9407                      This is the kind of job I want to do\n.\n.\n.\n.\n.\n.\nJames Earl Jones The CCP Zero Covid Balenciaga Kim Kardashian… https://t.co/5i68y3CQ2A
## 9408                                                                                                         I predict my top artist will be @charli_xcx #SpotifyWrapped
## 9409                                                                                                               I predict my top genre will be  k-pop #SpotifyWrapped
## 9410                                                                                             I predict my most played song will be \nRisk Deftones \n#SpotifyWrapped
## 9411                                                                                                  I predict my top artist will be Fucking Kanye lmao #SpotifyWrapped
## 9412                                                                                                                  I predict my top genre will be Rap #SpotifyWrapped
## 9413                                                                                      I predict my most played song will be Flower by @pledis_17 lol #SpotifyWrapped
## 9414                                                                     I predict my most played song will be Talk About Me Dot, Denzel, Cudi and JID.  #SpotifyWrapped
## 9415                                                                                                                                     its almost near #SpotifyWrapped
## 9416                                                          I predict my most played song will be... All Too Well 10 Minute Version (Taylor's Version) #SpotifyWrapped
## 9417                                                                                                          I predict my top podcast will be wayf live #SpotifyWrapped
## 9418                                                                               I predict my most played song will be My Happy Ending and Complicated #SpotifyWrapped
## 9419                                                                                                I predict my top artist will be (G)I-DLE NO QUESTION #SpotifyWrapped
## 9420                                                                                                          I predict my top artist will be @LittleMix #SpotifyWrapped
## 9421                                                                                         I predict my top artist will be @MariahScientist for sure 😊 #SpotifyWrapped
## 9422                                                                       I predict my most played song will be Black Summer from Red Hot Chili Peppers #SpotifyWrapped
## 9423                                                                                                      I predict my top artist will be [Lana Del Rey] #SpotifyWrapped
## 9424                      Watch a pygmy marmoset completely fascinated by an insect in this clip from; Tiny World \n#stockmarketcrash\nTerroris… https://t.co/xuWX1ZEiVl
## 9425                                                                                                                I predict my top artist will be 5sos #SpotifyWrapped
## 9426                    I predict my most played song will be Every Breath You Take.\n\nI predict my top genre will be rock.\n\nI predict my to… https://t.co/aSt8Ml05Ot
## 9427                                            I predict my top podcast will be that fortnite song chug jug with you that someone uploaded as a podcast #SpotifyWrapped
## 9428                                                                                     I predict my most played song will be Cut You Off by @LittleMix #SpotifyWrapped
## 9429                                                                                                      I predict my most played song will be taste 🤭🤭 #SpotifyWrapped
## 9430                                                                                                          I predict my top artist will be [@Eminem ] #SpotifyWrapped
## 9431                                                                                                       I predict my top genre will be Hip Hop again  #SpotifyWrapped
## 9432                                                  I predict my top artist will be The Crane Wives.\n\n(and if it isn't I'm not going to be happy) \n #SpotifyWrapped
## 9433                                                                  I predict my most played song will be Cant Get You Out Of My Head by Kylie Minogue #SpotifyWrapped
## 9434                                                                                       I predict my most played song will be [Loser by Charlie Puth] #SpotifyWrapped
## 9435                      I will be genuinely shocked if my top artist isn't Taylor Swift. SHOCKED.\n\nBut also I listen to the Mighty Vibes pl… https://t.co/8j9xhr96QD
## 9436                         Do you want to get a job which pay weekly?? Try to get this Job. Now click below link then show a page where again… https://t.co/HZsI0oHOos
## 9437                                                                                                    I predict my top artist will be Taylor Swift #SpotifyWrapped duh
## 9438                                                                             I predict my top artist will be Harry Styles. There’s no doubt about it #SpotifyWrapped
## 9439                                                                                I predict my most played song will be Aura (by Mariah the scientist) #SpotifyWrapped
## 9440                                                                                                                                     Remind me smile #SpotifyWrapped
## 9441                                                                                                 I predict my top artist will be [tyler the creator] #SpotifyWrapped
## 9442                                                                                                         I predict my top artist will be Rosaliaaa❤️❤️ #SpotifyWrapped
## 9443                                            One thing about Spotify is that they wrapped be so exciting, @AppleMusic don’t be giving us nothing good #SpotifyWrapped
## 9444                                                                                             Do this before your #SpotifyWrapped comes out!  https://t.co/DNIqWycsBG
## 9445                                                                                                                I predict my top genre will be [rap] #SpotifyWrapped
## 9446                                                                                                     I predict my most played song will be As it Was #SpotifyWrapped
## 9447                                                                                          My #SpotifyWrapped will literally be this picture. https://t.co/4R3O3yB4Dw
## 9448                                                                                                                                                SOON #SpotifyWrapped
## 9449                                          I predict my top artist will be @ThisIsRobThomas #SpotifyWrapped \nI mean if it’s not it should be @MatchboxTwenty instead
## 9450                                                                          I’m ready for it I want to know I can’t wait lol 😂 #SpotifyWrapped https://t.co/8fvQMwsgWJ
## 9451                                                                                                            I predict my top genre will be pop music #SpotifyWrapped
## 9452                                                                                                 I predict my most played song will be [money trees] #SpotifyWrapped
## 9453                                                                                                               I predict my top artist will be Kesha #SpotifyWrapped
## 9454                                                                                           Where is my #SpotifyWrapped. I need to know how mental ill I actually am.
## 9455                                                                                               I predict my most played song will be Alien Superstar #SpotifyWrapped
## 9456                                                                      #SpotifyWrapped is so interesting. I’ve got one more reason to judge you. \n.\n#Tweetbyshreyas
## 9457                                                                                   I predict my most played song will be Big Girls You Are Beautiful #SpotifyWrapped
## 9458                                                                                  I predict my top artist will be miss Cupcakke 3 years straight bby #SpotifyWrapped
## 9459                                                                                                       I predict my most played song will be Starboy #SpotifyWrapped
## 9460                                                                                                               I predict my top artist will be [BTS] #SpotifyWrapped
## 9461                        OMG!!Great News!!If Want to get a job as Amazon flex, you need follow below steps. Please click below link then sho… https://t.co/JgrXHc7yWX
## 9462                                                                    I predict my top podcast will be 2 peas in a pod #SpotifyWrapped\n@raghavanand67 \n@iamparitosh_
## 9463                                                                                                    Anyone else a teensy bit stressed about their #SpotifyWrapped? 😱
## 9464                                                                                                         I predict my top artist will be [Burna Boy] #SpotifyWrapped
## 9465                                                                                                               I predict my top genre will be [Kpop] #SpotifyWrapped
## 9466                                                                                   Look, I know it's all Taylor Swift for me... Still.. release it.  #SpotifyWrapped
## 9467                                                                                                     I predict my most played song will be [Run BTS] #SpotifyWrapped
## 9468                                                                                                    I predict my top artist will be [@OuseOfficial ] #SpotifyWrapped
## 9469                                                                                                                 DROP IT NOW #SpotifyWrapped https://t.co/5P7arbcsxa
## 9470                                                                I predict my top podcast will be Too easy - firez favs (donda 2) or never let me go 💀#SpotifyWrapped
## 9471                                                                                                                                               #SpotifyWrapped hello
## 9472                                                    Spotify Wrapped is great for determining if you were 100% unhinged this year or just, like, 50%  #SpotifyWrapped
## 9473                                                          Me when my #SpotifyWrapped got Griselda, Pusha T, symba, and Kendrick headlining.  https://t.co/g8rpkAWVfm
## 9474                                                                                                            Who will be ur #1 in ur Spotify Wrapped? #SpotifyWrapped
## 9475                                                                                                I predict my top artist will be BTOB / Lee Changsub😌 #SpotifyWrapped
## 9476                      #SpotifyWrapped has officially begun teasing its 2022 rollout 👀\n\nWho do you think will be your most-listened to rap… https://t.co/Fq2zrue9M8
## 9477                                                                                                          I predict my top genre will be [Afrobeats] #SpotifyWrapped
## 9478                                                                                               I predict my most played song will be "Hikare Inochi" #SpotifyWrapped
## 9479                                                                                                Tap to see the meme - #memes #SpotifyWrapped https://t.co/nIhVmtmG22
## 9480                        I predict my most played album will be the weekend's "Dawn FM" and most played songs will be "After Hour","Repeat A… https://t.co/UgbqRMCdIU
## 9481                                                                                                          I predict my most played song will be Soso #SpotifyWrapped
## 9482                                                                                           I predict my most played song will be  Cookie by NewJeans #SpotifyWrapped
## 9483                                                                                                            can’t wait for my mental issues analysis #SpotifyWrapped
## 9484                                                                                                                      #SpotifyWrapped i'm right where you wrapped me
## 9485                                                       I predict my top podcast will be [dont listen much but prolly something haunted or girl talk] #SpotifyWrapped
## 9486                        Do you want earn from home? If you want, you need to follow below steps. Click below link then show a page where ag… https://t.co/C17oBlSakA
## 9487                                                                                            I predict my most played song will be Something Special🕺 #SpotifyWrapped
## 9488                                                                             I predict my top podcast will be that one cunt who posted medicine (ily)#SpotifyWrapped
## 9489                                                                                           It’s gonna be nothing but FFXIV ost. I can just FEEL IT.  #SpotifyWrapped
## 9490                                                                                           I predict my most played song will be REVOFEV by Kid Cudi #SpotifyWrapped
## 9491                                                                                    RELEASE IT NOW YOU STUPID B*TCH @Spotify #SpotifyWrapped https://t.co/z7QDIDSUjt
## 9492                                                                                                     I predict my top artist will be Los campesinos! #SpotifyWrapped
## 9493                                                                         I predict my top artist will be [praying for lana, taylor or eunsook*m😭😭😭😭] #SpotifyWrapped
## 9494                                                      I predict my top podcast will be unfiltered podcast by @zane and @HeathHussar\nI'm 100% sure😌\n#SpotifyWrapped
## 9495                                                        This was my Spotify top5 last year👀. Still waiting for this year's \n#SpotifyWrapped https://t.co/XOMMc2cAcy
## 9496                                                                                                      @Spotify #SpotifyWrapped drop it. Now. https://t.co/mIZ5wzKr4O
## 9497                                  I predict my most played song of 2022 is “Don’t Take the Money” by Bleachers. (Which version is the real question) #SpotifyWrapped
## 9498                                                                                          hope my #SpotifyWrapped don't make me go like this https://t.co/0xAlVWjKyR
## 9499                                                                                                           I know my top artist will be taylor swift #SpotifyWrapped
## 9500                                                                                                          I predict my top genre will be indie music #SpotifyWrapped
## 9501                                                                                                    I predict my most played song will be [UR MOM  ] #SpotifyWrapped
## 9502                                                                                 Cant wait for my #SpotifyWrapped this yr. prolly my top song is emails i cant send.
## 9503                                                                            I predict my most played song will be algum funk com certeza kkkkkkkkkkk #SpotifyWrapped
## 9504                                                                                                              i predict my top artist will be ieuan! #SpotifyWrapped
## 9505                                                                                     I predict my top artist will be tyler the creator top g (or Ye) #SpotifyWrapped
## 9506                                                              I predict my top genre will be [basic but prolly dance pop or ballet class 😭😭😭😭😭😭😭😭😭😭] #SpotifyWrapped
## 9507                                                                                     I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped
## 9508                                                                                           I predict my most played song will be concrete by Lovejoy #SpotifyWrapped
## 9509                                                                                                                  I predict my top genre will be pop #SpotifyWrapped
## 9510                                                                                       I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped
## 9511                                                                                       i predict my most played song will be hypocrisy by sage ella’ #SpotifyWrapped
## 9512                                                                                 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 9513                                                                                                       I predict my top artist will be Taylor Swift  #SpotifyWrapped
## 9514                                                                                            I predict my most played song will be [Money &amp; Love] #SpotifyWrapped
## 9515                                                                                 I predict my most played song will be We Don’t Talk About Bruno #SpotifyWrapped LOL
## 9516                                                                                                       I predict my top artist will be Yzomandias 🌚  #SpotifyWrapped
## 9517                                                                                       I predict my most played song will be right where you left me #SpotifyWrapped
## 9518                                                                                                j-hope is one of the headliner in my #SpotifyWrapped THE MAN HE IS✨
## 9519                                                                                        I predict my most played song will be fue mejor - Kali uchis #SpotifyWrapped
## 9520                                                                                   I predict my most played song will be As it was by Harry Styles 🥰 #SpotifyWrapped
## 9521                        I predict my most played song by kanye West will be "Say You Will" because for the lyrics and Deep voice and meanin… https://t.co/ArekvppnHj
## 9522                                                                                                                I predict my top artist will be Sade #SpotifyWrapped
## 9523                                                                                                   I predict my most played song will be As it was   #SpotifyWrapped
## 9524                                                                I predict my most played song will be [All Too Well 10 Min Version] PLEASE BE IT IDK #SpotifyWrapped
## 9525                                    My #SpotifyWrapped is going to be lame this year.  I was barely on the platform.  If I want to listen to music, I go to YouTube.
## 9526                                                                                                          I predict my top genre will be [indie pop] #SpotifyWrapped
## 9527                                                                                                          I predict my top genre will be Indie Pop.  #SpotifyWrapped
## 9528                                                                                                                  I predict my top genre will be Pop #SpotifyWrapped
## 9529                                                                              I predict my most played song will be “fresh bruises” by @bmthofficial #SpotifyWrapped
## 9530                                                                                            I predict my top artist will be @taylorswift13 of course!#SpotifyWrapped
## 9531                                                                               I predict my most played song will be Where you are de PinkPantheress #SpotifyWrapped
## 9532                          I predict my most played song will be Christmas Tree by @BTS_twt #SpotifyWrapped\n\n(Or With you or Yet to come 🤭) https://t.co/Pl8mwth91b
## 9533                                       so excited for if i could fly by one direction to by in my #spotifywrapped top 10 again despite it being released 7 years ago
## 9534                                                            I predict my most played song will be All Too Well (10 Minute Version) by @taylorswift13 #SpotifyWrapped
## 9535                                                                                                                   #SpotifyWrapped wait 4 me https://t.co/EbdRjOzWQP
## 9536                         Not a clue on this one I've played so many this year, it will probably different from last year's one though which… https://t.co/WG99b1QPSl
## 9537                                                                                                        I predict my top artist will be @RyanCaraveo #SpotifyWrapped
## 9538                                                                                  I predict my top artist will be Bring Me the Horizon or Set It Off #SpotifyWrapped
## 9539                                                                I predict my most played song will be https://t.co/cmJxqt6PnX #SpotifyWrapped \n\n(ouvi demais essa)
## 9540                                                                                                          I predict my top artist will be stray kids #SpotifyWrapped
## 9541                                                                                                            I predict my top podcast will be Caso 63 #SpotifyWrapped
## 9542                                                                                                             DROP IT ALREADY #SpotifyWrapped https://t.co/TIcLYfRAch
## 9543                                                                                                    I predict my top podcast will be Armchair Expert #SpotifyWrapped
## 9544                        me looking at my #SpotifyWrapped pretending to be shocked like i didnt spend all year checking spotistats last fm a… https://t.co/9U8xBWxHTy
## 9545                                                                                                              I predict my top genre will be kpop(?) #SpotifyWrapped
## 9546                                                                                                  I predict my top podcast will be Wag Kang Lilingon #SpotifyWrapped
## 9547                        OMG!!!Great News!!Do you want get a job at Aldi?? For getting job Please click below link then show a page where ag… https://t.co/C6lZArYxUh
## 9548                                                                                                  I predict my top artist will be Taylor Swift/Morat #SpotifyWrapped
## 9549                                                                                                  I predict my top genre will be [Alternative Indie] #SpotifyWrapped
## 9550                                                                                            I predict my top artist will be  #SpotifyWrapped https://t.co/EjQfuC41L5
## 9551                                                                                                         I predict my top artist will be @cvltecult  #SpotifyWrapped
## 9552                                                                                                     I predict my most played song will be as it was #SpotifyWrapped
## 9553                                                                                    I predict my most played song will be [Lana Del Rey - Old Money] #SpotifyWrapped
## 9554                                                                                                     GIVE IT TO ME NOW BITCH #SpotifyWrapped https://t.co/6nEEFARuwK
## 9555                                                              I predict my most played song will be champagne problems or cardigan?(not sure though) #SpotifyWrapped
## 9556                                                                                   I predict my most played song will be [ https://t.co/RJYVKwLz6t ] #SpotifyWrapped
## 9557                                         9 Lives Album Out Now! \n\n'Best Of'Remix Album.. Ideal as a Xmas Gift!\n\nBuy: \niTunes / Apple -… https://t.co/MagP71F14t
## 9558                                                                                                        Kitne din se #SpotifyWrapped is trending but aa kab rhe hai!
## 9559                                                                                                          I predict my top artist will be Lyn Lapid  #SpotifyWrapped
## 9560                                                                                                                  I predict my top genre will be pop #SpotifyWrapped
## 9561                                                                                        I predict my most played song will be move me - @halfaliveco #SpotifyWrapped
## 9562                                                                                    I got my #SpotifyWrapped!! Check out my top music genre: https://t.co/9C0Z3CFJdr
## 9563                                                                                                                                     Where are you #SpotifyWrapped ?
## 9564                                                                                                     I predict my most played song will be As It Was #SpotifyWrapped
## 9565                                                                                                        I predict my top artist will be Taylor Swift #SpotifyWrapped
## 9566                                                                                                        I predict my top genre will be pop obviously #SpotifyWrapped
## 9567                                                             I predict my most played song will be [west coast by lana del rey] #SpotifyWrapped or one of cas’s song
## 9568                         I really hope they bring back the desktop version this year. I like what they added at the beginning of last years… https://t.co/Y98RqZC37f
## 9569                                                                                                  I predict my top podcast will be Tea and Strumpets #SpotifyWrapped
## 9570                                                                    I predict my most played song will be a doja cat song, probably get into it yuh😭 #SpotifyWrapped
## 9571                                                                                                               I predict my top genre will be [Kpop] #SpotifyWrapped
## 9572                                             Imagine you get a personalized video message from Taylor with your #SpotifyWrapped and she says you get tour tickets 😱😍
## 9573                                                             #SpotifyWrapped is trending but my account was banished to oblivion after the Joe Rogan thing. Awkward.
## 9574                                                                                                                 I predict my top genre will be OPM  #SpotifyWrapped
## 9575                                                                                                   I predict my most played song will be Normal Girl #SpotifyWrapped
## 9576                                                                                                    I’ve waited long enough\n#SpotifyWrapped https://t.co/XfOGLzipLL
## 9577                                                                                                             I predict my top artist will be [ TLC ] #SpotifyWrapped
## 9578                                                                      I predict my most played song will be (never falling for this again oh my god) #SpotifyWrapped
## 9579                                                                                     I predict my top artist will be Taylor Swift or Imagine Dragons #SpotifyWrapped
## 9580                                                                               I predict my most played song will be The Other Side by Alice Merton  #SpotifyWrapped
## 9581                                                                                     I predict my top podcast will be FLEX AND MF FROOMES FOR SUREEE #SpotifyWrapped
## 9582                        I predict my top podcast will be @prettybasic on the simple fact that those are my girls and i get it my life every… https://t.co/m2TgtRwgZJ
## 9583                       I predict my most played song will be BLUE HOUR BY TOMORROW X TOGETHER #SpotifyWrapped\n\npag hindi iyan sinungaling… https://t.co/hH6gXKQVUX
## 9584                                                                                        I predict my most played song will be [ Left Outside Alone ] #SpotifyWrapped
## 9585                                                                                                     I predict my most played song will be Paraluman #SpotifyWrapped
## 9586                                                                            I predict my top genre will defo give pop/dance pop, if not then r&amp;b #SpotifyWrapped
## 9587                                                                                                           @Spotify my #SpotifyWrapped when? https://t.co/gPZrUN2tBR
## 9588                                                                                                        I predict my top podcast will be LKKK NENHUM #SpotifyWrapped
## 9589                        I predict my top podcast will be Sweet Boys. I don’t remember a single word of them but I think that’s kinda the po… https://t.co/SfShgdDaOZ
## 9590                                                                                                       I predict my top artist will be Ariana Grande #SpotifyWrapped
## 9591                                                                                            I predict my top artist will be Beyoncé, without a doubt #SpotifyWrapped
## 9592                         What is worse: not receiving the Spotify tracks you expected to receive or receiving a random song that you end up… https://t.co/gxrousH4yh
## 9593                                                                                                                  I predict my top genre will be pop #SpotifyWrapped
## 9594                                                                                I predict my most played song will be Heated #SpotifyWrapped https://t.co/B5Oo7V07gw
## 9595                                                                              spotify wrapped spotify wrapped cuba kau drop spotify wrapped sekarang #SpotifyWrapped
## 9596                                                          I predict my most played song will be Glitter by 070 Shake or Alien Superstar by Beyoncé   #SpotifyWrapped
## 9597                                                                                                              I predict my top artist will be: NF ?  #SpotifyWrapped
## 9598                                                                                                      I predict my top artist will be ATEEZ ou PVRIS #SpotifyWrapped
## 9599                                                                                                                      Lol I don't listen to podcasts #SpotifyWrapped
## 9600                                                                                     I predict my most played song will be Anti-Hero by Taylor Swift #SpotifyWrapped
## 9601                         Video editing Job!! What's a great news.Try to take chance. Now click below link then get a page where again click… https://t.co/FAyQFXUFDA
## 9602                                                                                       I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped
## 9603                                                                   I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped\n@Michinegunkell3
## 9604                                                                                 I predict my most played song will be: \nStill into you - Paramore\n#SpotifyWrapped
## 9605                                                                                                                I predict my top genre will be K-pop #SpotifyWrapped
## 9606                                                                                                   I predict my top podcast will be Teenager Therapy #SpotifyWrapped
## 9607                                                                                     I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped
## 9608                                                                         Love the outdoors 😊😊😊😊\n\nDan Andrews\niphone 14\n\n#SpotifyWrapped https://t.co/vsrxEV9RJA
## 9609                                                                                   I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped
## 9610                           If you need a boost to start your Monday!  Here’s some @systemofadown 🤘@JohnDolmayan @serjtankian @ShavoOdadjian… https://t.co/6EWGv4YwP4
## 9611                                                                                                             I predict my top artist will be ‘OnCue’ #SpotifyWrapped
## 9612                                                                                                        I predict my top artist will be Taylor Swift #SpotifyWrapped
## 9613                                                       Siap siap nanti sg ku dengan #SpotifyWrapped walo no one cares about it but i will still post about it cz idc
## 9614                        live reaction after realizing spotify won’t count any of my listens to smithereens cause they stopped collecting da… https://t.co/R6nMGNUnql
## 9615                                                                                                                I predict my top artist will be Joji #SpotifyWrapped
## 9616                                                                                              I predict my most played song will be Loveless - PVRIS #SpotifyWrapped
## 9617                                                                                                      I predict my top artist will be [Lana Del Rey] #SpotifyWrapped
## 9618                                                                                                             I predict my top artist will be mitski  #SpotifyWrapped
## 9619                                                                                                               I predict my top genre will be [GOAT] #SpotifyWrapped
## 9620                                                                                                    I predict my top genre will be Pop or Eurovision #SpotifyWrapped
## 9621                                                                                   I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped
## 9622                                                                                                           I predict my top artist will be @ddlovato #SpotifyWrapped
## 9623                                                                                                 I predict my most played song will be Glimpse of Us #SpotifyWrapped
## 9624                                                                                       I predict my most played song will be love me more by MITSKI  #SpotifyWrapped
## 9625                                                                                                             I predict my top artist will be Nirvana #SpotifyWrapped
## 9626                                                                                                    I predict my top podcast will be [Falsos Lentos] #SpotifyWrapped
## 9627                                                                                                            I predict my top artist will be [FUTURE] #SpotifyWrapped
## 9628                                                                                                       I predict my most played song will be Brividi #SpotifyWrapped
## 9629                                                                                             I predict my most played song will be [TEEN X BY CARTI] #SpotifyWrapped
## 9630                                                                                                                 I predict my top genre will be rock #SpotifyWrapped
## 9631                                                                                                          I predict my top artist will be [Kid Cudi] #SpotifyWrapped
## 9632                                                                                                          I predict my top artist will be [@trvisXX] #SpotifyWrapped
## 9633                                                                                   I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped
## 9634                                                                                                                              Fuckin launch already! #SpotifyWrapped
## 9635                                                                                                            I predict my top genre will be [Hip-Hop] #SpotifyWrapped
## 9636                                                                                     I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped
## 9637                                                                                                     I predict my most played song will be Drain You #SpotifyWrapped
## 9638                                                                                                               I predict my top artist will be [BTS] #SpotifyWrapped
## 9639                                                                                       I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped
## 9640                                                                                 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 9641                                                                                   I predict my most played song will be [Die Hard - Kendrick Lamar] #SpotifyWrapped
## 9642                                                                                                       I predict my top podcast will be The Cubecast #SpotifyWrapped
## 9643                                                                                          I predict my most played song will be Running Up That Hill #SpotifyWrapped
## 9644                                                                                   really nervous for #SpotifyWrapped  guys not going to lie https://t.co/SmQcIZzEy0
## 9645                                                                                         I predict my top podcast will be 😁😁😁 you don't want to know😅#SpotifyWrapped
## 9646                                                                                  I predict my top artist will be bad gyal espero no romper la racha #SpotifyWrapped
## 9647                                                                                                          I predict my top artist will be Tally hall #SpotifyWrapped
## 9648                                                                                         I predict my top podcast will be Flikken de podcast by NPO1 #SpotifyWrapped
## 9649                                                                                     I predict my top podcast will be Awsten + Travis' Slumber Party #SpotifyWrapped
## 9650                                                                                                               I predict my top genre will be Indie  #SpotifyWrapped
## 9651                                                                                                      I predict my most played song will be Override #SpotifyWrapped
## 9652                                                                                    Me when my Spotify wrapped drops \n\n#SpotifyWrapped\n\n https://t.co/aXwSayLg1C
## 9653                                                                                                        I predict my top artist will be Harry Styles #SpotifyWrapped
## 9654                                                                                   I predict my top genre will be [fill in top genre prediction] Pop #SpotifyWrapped
## 9655                                                                                                       I predict my top artist will be lana del rey  #SpotifyWrapped
## 9656                                                                                                       I predict my top artist will be #OneDirection #SpotifyWrapped
## 9657                                What my own music festival would look like based on my @Spotify and now I’m prepared for my #SpotifyWrapped… https://t.co/eAjQAFlGSe
## 9658                                                                                                           I predict my top artist will be nct dream #SpotifyWrapped
## 9659                                                                                             I predict my most played song will be Heartbreak Anthem #SpotifyWrapped
## 9660                                                                                                      I predict my most played song will be Cannibal #SpotifyWrapped
## 9661                                                                                                                  I predict my top genre will be POP #SpotifyWrapped
## 9662                                                                                              I predict my top podcast will be Views by David Dobrik #SpotifyWrapped
## 9663                                                                                                        I predict my top artist will be [@coldplay ] #SpotifyWrapped
## 9664                                                                                     I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped
## 9665                                                                                                               I predict my top artist will be LOONA #SpotifyWrapped
## 9666                                                                                       I predict my most played song will be Matilda by Harry Styles #SpotifyWrapped
## 9667                                                                                       I predict my most played song will be Down Bad by @Amouranth  #SpotifyWrapped
## 9668                                         I predict my most played song will be "All Too Well (10 Minute Version) (Taylor's Version) (From The Vault) #SpotifyWrapped
## 9669                                                                                                                      NO WAY #SpotifyWrapped https://t.co/p7rcfPzu6e
## 9670                                                                                                          I predict my top genre will be Modern Rock #SpotifyWrapped
## 9671                                                                                   I predict my most played song will be Defenceless #LouisTomlinson #SpotifyWrapped
## 9672                                                                                                                                   need my #SpotifyWrapped right now
## 9673                                                                                              I predict my top podcast will be [The Misfits Podcast] #SpotifyWrapped
## 9674                                                                                  I predict my most played song will be [Seven O'Clock by Pearl Jam] #SpotifyWrapped
## 9675                                                                                                  I predict my most played song will be RUN - H1-KEY #SpotifyWrapped
## 9676                                                                                                        I predict my top artist will be [noah kahan] #SpotifyWrapped
## 9677                                                              I predict my top artist will be @machinegunkelly #SpotifyWrapped\n\nI mean... This is an obvious one 💀
## 9678                                                                                                        I predict my top artist will be [Juice Wrld] #SpotifyWrapped
## 9679                                                                                      I predict my most played song will be [summer nights by DVBBS] #SpotifyWrapped
## 9680                                                                                                        I predict my top genre will be Rap / Hip Hop #SpotifyWrapped
## 9681                                   I predict my most played song will be A Quick One Before The Eternal Worm Devours Connecticut by Have A Nice Life #SpotifyWrapped
## 9682                                                                                                          I predict my top genre will be [Dark Trap] #SpotifyWrapped
## 9683                                                                                                   I predict my top podcast will be CHUCKLE SANDWICH #SpotifyWrapped
## 9684                                                                                                      I predict my top artist will be [Taylor Swift] #SpotifyWrapped
## 9685                                                                                                     I predict my most played song will be As It Was #SpotifyWrapped
## 9686                                                                                                            I predict my top artist will be SG Lewis #SpotifyWrapped
## 9687                                                                                    I predict my most played song will be [Juice Wrld - Lean Wit Me] #SpotifyWrapped
## 9688                                                                                                  I predict my top podcast will be Very really good  #SpotifyWrapped
## 9689                                                                                                       I predict my top podcast will be [Impaulsive] #SpotifyWrapped
## 9690                                                                                                      I predict my top artist will be @ArmaanMalik22 #SpotifyWrapped
## 9691                                                                                           I predict my most played song will be She Knows by J Cole #SpotifyWrapped
## 9692                                                                 #SpotifyWrapped THE HASHTAGS OUT ITS HAPPENING SOON. 3 DAYS MAYBE. THESE THREE DAYS ARE GONNA SUCK.
## 9693                                                                                   I predict my top podcast will probably be The More Better Podcast #SpotifyWrapped
## 9694                                                                                                        I predict my top artist will be Harry Styles #SpotifyWrapped
## 9695                                                                                                                I already know who’s gonna be on top #SpotifyWrapped
## 9696                                                                                                      I predict my top artist will be Ariana Grande  #SpotifyWrapped
## 9697                                                                                                            I predict my top artist will be [Eminem] #SpotifyWrapped
## 9698                                                                                                        I predict my top artist will be James Arthur #SpotifyWrapped
## 9699                                                                                                        I predict my top artist will be @carlypearce #SpotifyWrapped
## 9700                                                                                              Me waiting for my #SpotifyWrapped to drop. . . https://t.co/lYailjh0Df
## 9701                                                                                                    I predict my most played song will be Bad Habits #SpotifyWrapped
## 9702                                                                                                 I predict my top artist will be Swedish House Mafia #SpotifyWrapped
## 9703                                                                                                             I predict my top genre will be [hiphop] #SpotifyWrapped
## 9704                                                                                                       I predict my top genre will be definitely pop #SpotifyWrapped
## 9705                                                                                        I predict my most played song will be wings or dimple by bts #SpotifyWrapped
## 9706                                                                                         I predict my top artist will be Seventeen or takayan &lt;3  #SpotifyWrapped
## 9707                                                                            I predict my most played song will be  Leith Ross - We’ll Never Have Sex #SpotifyWrapped
## 9708                                                                                                       I predict my top genre will be Pop Country 🤠  #SpotifyWrapped
## 9709                                                                                              I predict my most played song will be [Alfred’s theme] #SpotifyWrapped
## 9710                                                                                                                  I predict my top genre will be EDM #SpotifyWrapped
## 9711                        Seeing as how each year has a new layout I wonder how 2022's #SpotifyWrapped is gonna look 🤔 https://t.co/NKP80yO33q https://t.co/mfJPg0KyiW
## 9712                                                                                    I predict my most played song will be "So Good" by Weston Estate #SpotifyWrapped
## 9713                                                                                                                  I predict my top genre will be pop #SpotifyWrapped
## 9714                        I predict my most played song will be Footsteps of Doom by Kohta Yamamoto..\nCouldn't stop listening to this Attack… https://t.co/owU2mFBYLb
## 9715                       Fans: "we're waiting for #SpotifyWrapped "\nMusicians: "we're waiting for a payout of 3.5¢ in 3 months because someone listened to our album"
## 9716                                                                             I predict my most played song will be Mess With My Head @mirandalambert #SpotifyWrapped
## 9717                                                                                                       I predict my top podcast will be [mugglecast] #SpotifyWrapped
## 9718                                                                                     I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped
## 9719                                         the most streamed song from my past spotify wrapped\n2020: WAP\n2021: TODO DE TI\n\n#SpotifyWrapped https://t.co/fNOLa3euAM
## 9720                                                                                                        I predict my top artist will be Taylor Swift #SpotifyWrapped
## 9721                                                                                    I predict my most played song will be One More Time by Daft Punk #SpotifyWrapped
## 9722                                                                     I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped\n\ntaylor swift
## 9723                                                                                                            I predict my top artist will be [J Cole] #SpotifyWrapped
## 9724                                                                                            I predict my top genre will be kpop and i know i'm right #SpotifyWrapped
## 9725                                                                                                                 I predict my top artist will be bts #SpotifyWrapped
## 9726                                                                                                  I predict my top artist will be one direction lmao #SpotifyWrapped
## 9727                                                                                                     I predict my most played song will be Anti-Hero #SpotifyWrapped
## 9728                                        I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped\n\npop? nao sei, taylor swift?KKKKKKKKKKKKKKKK
## 9729                                                                             Thought #SpotifyWrapped dropped but no it's trending because people are waiting for it.
## 9730                                                                              i predict my most played song will be screaming by loathe (crowd boos) #SpotifyWrapped
## 9731                                                                                               I predict my most played song will be ribs by lorde 🛐 #SpotifyWrapped
## 9732                                                                                   I predict my top artist will be Lady Gaga #SpotifyWrapped https://t.co/xiiJoWUQUj
## 9733                                                                                                                  I predict my top genre will be pop #SpotifyWrapped
## 9734                                                                                  I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped Kpop
## 9735                                                                                        I predict my top podcast will be estas? de @buerabuerabuera  #SpotifyWrapped
## 9736                                                                                                                     #SpotifyWrapped better have gorillaz up there 🙏
## 9737                                                                                                            I predict my top artist will be [Bieber] #SpotifyWrapped
## 9738                                                              I predict my most played song will be [fill in top song prediction] #SpotifyWrapped \n\nDon’t Blame Me
## 9739                                                      I predict my most played song will be HOT DEMON B!TCHES NEAR U !!! or poltergeist by corpse ???#SpotifyWrapped
## 9740                                                                                                        I predict my top artist will be taylor swift #SpotifyWrapped
## 9741                                                   i predict my most listened to song this year will be when i was your man by bruno mars. no doubt. #SpotifyWrapped
## 9742                                                                                    i thought it came out already nobody hmu #SpotifyWrapped https://t.co/yPnkjmtHOt
## 9743                                                                                       I predict my most played song will be Good Ones by Charli XCX #SpotifyWrapped
## 9744                                                                                         I predict my top podcast will be [The Lana unreleased ones] #SpotifyWrapped
## 9745                                                                                                  I predict my top genre will be Shoegaze or Numetal #SpotifyWrapped
## 9746                                                                                                       I predict my top artist will be Taylor Swift  #SpotifyWrapped
## 9747                                                                               I predict my most played song will be mirorrball or i think he knows  #SpotifyWrapped
## 9748                                                                               I predict my most played song will be Manifesto by Tyler, the Creator #SpotifyWrapped
## 9749                                                                                            @TheColinesque Dammit it doesn’t show up in the retweet. #spotifywrapped
## 9750                                                                           I predict my top artist will be David Bowie as it's been 3 years in a row #SpotifyWrapped
## 9751                                                                                                      I predict my top artist will be [Taylor Swift] #SpotifyWrapped
## 9752                                                             @renny_day to this date I don't understand why they put such garbage design into 2021's #SpotifyWrapped
## 9753                                                                                                                I predict my top genre will be [Pop] #SpotifyWrapped
## 9754                   Im calling my most played songs on sporify this year will be from the above\n\nMisfits\nSum41\nBlink 182\nPoor mans pois… https://t.co/11LOfCJ63V
## 9755                                                                                      I predict my top podcast will be Pickle Chips (LISTEN TO IT)\n #SpotifyWrapped
## 9756                                                                                                                  #SpotifyWrapped has become a holiday at this point
## 9757                                                                             I predict my most played song will be alguna de la @saramalacara_ siosi #SpotifyWrapped
## 9758                                                                                 I predict my most played song will be [Cruel Summer - Taylor Swift] #SpotifyWrapped
## 9759                                                                          I predict motionless in white will be my most streamed artist of the year! #SpotifyWrapped
## 9760                                                                                       I predict my most played song will be Without Me by Dayseeker #SpotifyWrapped
## 9761                                                                                                            I predict my top artist will be Istasha  #SpotifyWrapped
## 9762                                                                                    My #SpotifyWrapped is just going to be my HellCheer playlist this year I feel it
## 9763                                                       I predict my most played song will be [fill in top song prediction] #SpotifyWrapped  Separate Ways,   Journey
## 9764                                                                                                                  I predict my top genre will be Pop #SpotifyWrapped
## 9765                                                                                                           I predict my top podcast will be Ram Dass #SpotifyWrapped
## 9766                                                                                      I predict my top artist will be either Beomhan or One Ok Rock  #SpotifyWrapped
## 9767                                                                                                          I predict my top artist will be [Cleo Sol] #SpotifyWrapped
## 9768                                                                                                            I predict my top genre will be indie pop #SpotifyWrapped
## 9769                                                                                                                                                CHAN #SpotifyWrapped
## 9770                                                                         I predict my most played song will be Beating Heart Baby by Head Automatica #SpotifyWrapped
## 9771                                                                                          I predict my most played song will be Lost Days by Istasha #SpotifyWrapped
## 9772                        I predict my top artist will be [Dreamcatcher/Motionless In White/Bring Me The Horizon] #SpotifyWrapped like idk ma… https://t.co/RjbTZSJvMq
## 9773                                                                                  I predict my most played song will be goodbye my danish sweetheart #SpotifyWrapped
## 9774                         If my top artist in my #SpotifyWrapped isn’t @BSTNMNR I’ll…actually I don’t know what I’ll do. Listen to them more… https://t.co/MVTahuiZLn
## 9775                                                                                 My top artist is gonna be a close tie btw J. Cole and The Lumineers #SpotifyWrapped
## 9776                                                                                                          I predict my top artist will be The Weeknd #SpotifyWrapped
## 9777                        I predict my most played song will be #Jalabulajangu 🕺 #SpotifyWrapped\n\nAana innum enakku antha vibe adangala 😤💥💥… https://t.co/tBrFTHH9It
## 9778                     My #SpotifyWrapped ‘22 Top 5 prediction:\n\n1. Am I really going to die? - White Lies\n2. There is no cure for it - Wh… https://t.co/jK9zDzdKHa
## 9779                                                             I predict my most played song will be, actually i  have no idea this year DIAJSDIJAIDJA #SpotifyWrapped
## 9780                                                                                                                                   JUST DROP IT NAAA #SpotifyWrapped
## 9781                                                                                            I predict my most played song will be Suns Up by Beomhan #SpotifyWrapped
## 9782                                                                                         I predict my top genre will be #Pop #SpotifyWrapped https://t.co/EpYksbWBjx
## 9783                                                                                                      I predict my top genre will be [Rnb/ Neo Soul] #SpotifyWrapped
## 9784                             Cant wait for the #SpotifyWrapped to drop so all the people who stream music in their sleep can out themselves. https://t.co/NcrAKuiE1W
## 9785                                                                                           I predict my most played song will be Freesty by lil baby #SpotifyWrapped
## 9786                                                                                                               #SpotifyWrapped\nThe most powerful emotion is Empathy
## 9787                                                                                                                I predict my top genre will be kpop  #SpotifyWrapped
## 9788                                                                                        I predict my top artist will be  @taylorswift13 or @ladygaga #SpotifyWrapped
## 9789                                                                                       I predict my top genre will be [idk metal/metalcore probably] #SpotifyWrapped
## 9790                                                                 I predict my top podcast will be Every Single Album @NathanCHubbard @NoraPrinciotti #SpotifyWrapped
## 9791                        I predict my most played song will be [Aaj Jane Ki Zid Na Karo by Farida Khanum] &amp; top artist will be @arrahman… https://t.co/bmT3lya3PH
## 9792                                                                      I predict my most played song will be [I miss you, i’m sorry by Gracie abrams] #SpotifyWrapped
## 9793                                                                                                              I predict my top genre will be Hip Hop #SpotifyWrapped
## 9794                                                                                 I predict my most played song will be Don’t let me fall by cleo sol #SpotifyWrapped
## 9795                          I predict my most played song will be [Scoring The End of the World - @MIWband ] #SpotifyWrapped I’ve listened to that shit way too much 💀
## 9796                                                                                       I predict my most played song will be papi bones by fka twigs #SpotifyWrapped
## 9797                                                                                             I am a husk who is just waiting for my Wrapped HURRY UP #spotifywrapped
## 9798                                                                                                      I predict my top artist will be @taylorswift13 #SpotifyWrapped
## 9799                                                                                                      I predict my top artist will be [Taylor swift] #SpotifyWrapped
## 9800                                                                                                          I predict my top podcast will be Red Scare #SpotifyWrapped
## 9801                                                                           I predict my top artist will be @taylorswift13 or I riot. @taylornation13 #SpotifyWrapped
## 9802                                                                                                I predict my top genre will be pop music prediction] #SpotifyWrapped
## 9803                                                                                     I predict my most played song will be "6s to 9s Day Wave Remix" #SpotifyWrapped
## 9804                                                                                                            I predict my top podcast will be i-- 👁👄👁 #SpotifyWrapped
## 9805                                                                            Saw this hashtag and thought it was finally out! #SpotifyWrapped https://t.co/cKoclZp8NC
## 9806                                                                                                                                           #SpotifyWrapped is out???
## 9807                                                             I predict my most played song will be All too well 10 minutes version by @taylorswift13 #SpotifyWrapped
## 9808                                                                                            I predict my top genre will be dance pop cause I’m basic #SpotifyWrapped
## 9809                                                             I predict my most played song will be The Very First Night by Taylor Swift #SpotifyWrapped #TaylorSwift
## 9810                                                                                                 I predict my most played song will be Sweet Nothing #SpotifyWrapped
## 9811                                                 I predict my top artist will be obviouslyyyy the one and onlyyyy TOMORROW X TOGETHERRR @TXT_bighit  #SpotifyWrapped
## 9812                                                                                                        I predict my top artist will be [Juice WRLD] #SpotifyWrapped
## 9813                                                                                                                I predict my top artist will be muse #SpotifyWrapped
## 9814                                                                                    I predict my most played song will be Doomsday by @LizzyMcAlpine #SpotifyWrapped
## 9815                                                                                                                  I predict my top genre will be pop #SpotifyWrapped
## 9816                                                                                                          I predict my top artist will be Stray Kids #SpotifyWrapped
## 9817                            I predict my most played song will be something from Lemon Demon 😭 I have so many on repeat songs I don’t even remember  #SpotifyWrapped
## 9818                                               This would be an excellent reason for me not to sleep for 3 days 🕺 #Instafest #SpotifyWrapped https://t.co/9HTdtgEaj3
## 9819                                                                        I predict my most played song will be the way i loved you (Taylor's version) #SpotifyWrapped
## 9820                                                                                             I predict my most played song will be Crying Lightning\n#SpotifyWrapped
## 9821                                                                             It's been a weird year for me. Not sure if I wanna see my #SpotifyWrapped this time lol
## 9822                                                                                                                 I predict my top genre will be Kpop #SpotifyWrapped
## 9823                                                                                                          I predict my top artist will be Charli XCX #SpotifyWrapped
## 9824                                                                                                                          Give me my damn #SpotifyWrapped already 😂😭
## 9825                                                                                                     I predict my top genre will be Rap(Hip-Hop) ofc #SpotifyWrapped
## 9826                                                                                                                 I predict my #SpotifyWrapped this year will be shit
## 9827                                                                                                          I'm expect Taylor in my top of everything  #SpotifyWrapped
## 9828                                                                                            I predict my most played song will be YET TO COME by BTS #SpotifyWrapped
## 9829                                                     I predict my top genre will be hmmmmm 🥸 it would be either kpop or bollywoodish or pop-rock 👁👄👁 #SpotifyWrapped
## 9830                        #SpotifyWrapped is coming, which means, its time to download spotify on my phone to check it out as it doesn't show… https://t.co/hX2JewBNxA
## 9831                                                                                       I predict my most played song will be Silent Cry - Stray Kids #SpotifyWrapped
## 9832                            I got a feeling my #SpotifyWrapped is going to have a lot of this:\n@MeghanMood #ArchetypesWithMeghan \n@BTS_twt https://t.co/POzpXe3QmE
## 9833                                                                                                        I predict my top genre will be [rock or pop] #SpotifyWrapped
## 9834                                                                                               I predict my most played song will be Zeus by Eminem  #SpotifyWrapped
## 9835                                                                                                                                   Oh god #spotifywrapped is upon us
## 9836                                                                                          I predict my top podcast will be headstrong or gaby roslin #SpotifyWrapped
## 9837                                                                                                    I predict my most played song will be ULTRA SOLO #SpotifyWrapped
## 9838                                                                                                      I predict my top artist will be "Taylor Swift" #SpotifyWrapped
## 9839                                                                                               I predict my top artist will be  @iamjojo  #SpotifyWrapped obviously!
## 9840                                                                                                    I predict my top artist will be [Arctic Monkeys] #SpotifyWrapped
## 9841                                                                                                                  I predict my top genre will be POP #SpotifyWrapped
## 9842                                                                              I predict my most played song will be Good Boy Gone Bad by @TXT_bighit #SpotifyWrapped
## 9843                                                                                                                I predict my top genre will be "Pop" #SpotifyWrapped
## 9844                                                                                                 I predict my most played song will be all too well? #SpotifyWrapped
## 9845                                                                                           I predict my most played song will be I was all over her  #SpotifyWrapped
## 9846                                                                                                        I predict my top artist will be BTS @BTS_twt #SpotifyWrapped
## 9847                                                                               I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped 5sos.
## 9848                                                                      I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped Alternative rock
## 9849                                                                                              I predict my top podcast will be love shuv pyaar vyaar #SpotifyWrapped
## 9850                                                              I predict my top podcast will be Mythology de Parkast o "The Lord of the rings" by BBC #SpotifyWrapped
## 9851                                                                                                     I predict my top podcast will be 2 bears,1 cave #SpotifyWrapped
## 9852                                                                                                I predict my top artist will be harry styles or 5sos #SpotifyWrapped
## 9853                                                                                      can't wait for #SpotifyWrapped to call me a slur again https://t.co/f6xX5UEuFu
## 9854                                                                                     I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped
## 9855                                                                                                                               can't wait to show my #SpotifyWrapped
## 9856                                                                I predict my most played song will be [fill in top song prediction] #SpotifyWrapped "So Many Things"
## 9857                                                   I predict my top podcast will be I listen to podcasts on other platforms but probably Trash Taste #SpotifyWrapped
## 9858                                                                                                        I predict my top artist will be Harry Styles #SpotifyWrapped
## 9859                                                     I predict my most played song will be HOT DEMON B!TCHES NEAR U ! ! ! by CORPSE ft. Night Lovell #SpotifyWrapped
## 9860                                                                                                       I predict my top artist will be TAYLOR SWIFT  #SpotifyWrapped
## 9861                                                         I predict my most played song will be definitely will be something from nothing nowhere lol #SpotifyWrapped
## 9862                                                I predict my top podcast will be most likely imallexx’s podcast that’s the only one I listen to tbh 💀#SpotifyWrapped
## 9863                                                                                                                  I predict my top genre will be pop #SpotifyWrapped
## 9864                         I’m microdosing #spotifywrapped by using all those random websites (Receiptify, Instafest, etc.) to tell me my top… https://t.co/kcF5RqLQGN
## 9865                                                                                                       I predict my top genre will be Hollywood pop  #SpotifyWrapped
## 9866                                                                                                        I predict my top artist will be Fred Again.. #SpotifyWrapped
## 9867                                                   I predict my most played song will be Twisted Transistor or Coming Undone #SpotifyWrapped https://t.co/7y6STRzkSf
## 9868                                                                                                  I predict my most played song will be Little Freak #SpotifyWrapped
## 9869                                                                                                    I predict my top artist will be lamp im obsessed #SpotifyWrapped
## 9870                                                                                                #Tech\n#SpotifyWrapped\nSpotify Wrapped 2022 https://t.co/H8JisLS2Mg
## 9871                                                               #SpotifyWrapped hurry tf up i want to think christmas is the only thing left in the flop fest of 2022
## 9872                                                                                                        I predict my top artist will be Biffy Clyro  #SpotifyWrapped
## 9873                                                                                                                I predict my top artist will be yeat #SpotifyWrapped
## 9874                                                                                                            I predict my top genre will be pop LMAOO #SpotifyWrapped
## 9875                                                                                                            I predict my top artist will be Paramore #SpotifyWrapped
## 9876                                                                                                              I predict my top genre will be Rock  🤟 #SpotifyWrapped
## 9877                                                                                                                  I predict my top genre will be rap #SpotifyWrapped
## 9878                                                                                            I predict my top podcast will be [Stories with Sapphire] #SpotifyWrapped
## 9879                                                                                                                  I predict my top genre will be Pop #SpotifyWrapped
## 9880                             I predict my top artist will be either Harry styles or Taylor swift I will honestly be surprised if it was someone else #SpotifyWrapped
## 9881                                                                                                                                               #spotifywrapped when?
## 9882                                                                                I predict my most played song will be Car lights by @JamesMarriottYT #SpotifyWrapped
## 9883                                                                                  I predict my most played song will be [Yendo de la cama al living] #SpotifyWrapped
## 9884                                                                                                 I predict my most played song will be [It's Plenty] #SpotifyWrapped
## 9885                                                                               I predict my most played song will be the last great american dynasty #SpotifyWrapped
## 9886                                         Es muy seguro que sea @Mentesliterales\n\nI predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped
## 9887                                                                                                   I predict my most played song will be yeat-doublë #SpotifyWrapped
## 9888                                                     I predict my most played song will be Living is a Problem Because Everything Dies - Biffy Clyro #SpotifyWrapped
## 9889                                                                                               I predict my top podcast will be "I spent a day with" #SpotifyWrapped
## 9890                                                                                              I predict my most played song will be hot by seventeen #SpotifyWrapped
## 9891                                                                                                    I predict my top genre will be Alternative Metal #SpotifyWrapped
## 9892                                                                                         I predict my most played song will be Brick by Boring Brick #SpotifyWrapped
## 9893                                                                                               I predict my top artist will be, as always #StrayKids #SpotifyWrapped
## 9894                                                                                                        I predict my top podcast will be Horror Time #SpotifyWrapped
## 9895                                                                       Metallica!\n\nI predict my top artist will be [fill in top artist prediction] #SpotifyWrapped
## 9896                                                                                                             I predict my top genre will be R&amp;B  #SpotifyWrapped
## 9897                                                                                                    I predict my top podcast will be Listening time. #SpotifyWrapped
## 9898                                                                                                                I predict my top genre will be [Pop] #SpotifyWrapped
## 9899                                                                                                      I predict my top artist will be James Marriott #SpotifyWrapped
## 9900                                                                                                    predicting a whole lot of bossfight on my #SpotifyWrapped frfr 🙏
## 9901                                                                                RAP\n\nI predict my top genre will be [fill in top genre prediction] #SpotifyWrapped
## 9902                                                                                                   I predict my most played song will be [As It Was] #SpotifyWrapped
## 9903                                                                                                        I predict my top artist will be Fred Again...#SpotifyWrapped
## 9904                                                                             I predict my most played song will be      When the Sun Hits - Slowdive #SpotifyWrapped
## 9905                                                                                                        I predict my top artist will be Ed Sheeran.  #SpotifyWrapped
## 9906                                            I predict my top genre will be either dream smp if they didn't delete it, pop-rock if they did delete it #SpotifyWrapped
## 9907                                                                                                 I predict my top artist will be @taylorswift13 \n\n #SpotifyWrapped
## 9908                                                                   BOOKER T!!\n\nI predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 9909                                                                        I predict my top podcast will be idgaf about podcasts i don't listen to them #SpotifyWrapped
## 9910                                                                                                   I predict my most played song will be [KICK BACK] #SpotifyWrapped
## 9911                                                                                                    I predict my top artist will be [Maurice Kirya ] #SpotifyWrapped
## 9912                                                                                       I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped
## 9913                                                                                                               I predict my top artist will be [ive] #SpotifyWrapped
## 9914                                                                                                              I predict my top genre will be [k-pop] #SpotifyWrapped
## 9915                                                                                                           I predict my top artist will be [lovejoy] #SpotifyWrapped
## 9916                                                                                                      I predict my top artist will be [Taylor Swift] #SpotifyWrapped
## 9917                                                                                                   I predict my most played song will be [love dive] #SpotifyWrapped
## 9918                                                                                       I predict my most played song will be Babe (Taylor’s Version) #SpotifyWrapped
## 9919                                                                          I predict my most played song will be Sleeping on trains by james marriott #SpotifyWrapped
## 9920                                                                                       I predict my most played song will be Alien blues by Vundabur #SpotifyWrapped
## 9921                                                                                    if out of my sistem isn’t on my  #SpotifyWrapped i swear Spotify is lying to me!
## 9922                                                                                                               I predict my top genre will be [soul] #SpotifyWrapped
## 9923                                                                                                         I predict my top genre will be [indie rock] #SpotifyWrapped
## 9924                                                                                   Anton Yelchin en mi fest.🥺💔 I'm not okay\n#SpotifyWrapped https://t.co/1lLqIVjOQt
## 9925                                                                                                              I predict my top artist will be @Adele #SpotifyWrapped
## 9926                                                                                                      I predict my top artist will be [weeknd bhaya] #SpotifyWrapped
## 9927                                                                                     I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped
## 9928                                                                                                        I predict my top genre will be [heavy metal] #SpotifyWrapped
## 9929                                look on my #SpotifyWrapped if the crane wives is number one ON EVERYTHING im about to throw hands, and Spotify is about to catch 'em
## 9930                                                                                    I predict my most played song will be Yet to come by @bts_bighit #SpotifyWrapped
## 9931                                                                                                     I predict my most played song will be sTraNgeRs #SpotifyWrapped
## 9932                                                                                                          I predict my top artist will be [rod wave] #SpotifyWrapped
## 9933                                                                                                                    my jam🤙🏻 #SpotifyWrapped https://t.co/wEpjDbU0dD
## 9934                                                                                       I predict my most played song will be [The Hills by The Faim] #SpotifyWrapped
## 9935                                                                                                 I predict my top podcast will be [comedy bang bang] #SpotifyWrapped
## 9936                                                                                                                I predict my top genre will be [rap] #SpotifyWrapped
## 9937                                                                                                        I predict my top artist will be Taylor Swift #SpotifyWrapped
## 9938                                                                                                   Music streaming service · Trending\n#SpotifyWrapped\n20.3K Tweets
## 9939                                                                                                            I predict my top podcast will be [TTMIK] #SpotifyWrapped
## 9940                                                                                                                         babe wake up #SpotifyWrapped is coming soon
## 9941                                                                                                                 I predict my top artist will be BTS #SpotifyWrapped
## 9942                                                                               I predict my most played song will be [never get over me by rod wave] #SpotifyWrapped
## 9943                                                                                             I predict my most played song will be After Like by IVE #SpotifyWrapped
## 9944                                                                                             I predict my top genre will be Pop or Indie or PopIndie #SpotifyWrapped
## 9945                                                                                                          i predict my top artist will be @theweeknd #SpotifyWrapped
## 9946                                                                                                       I predict my top artist will be Ariana Grande #SpotifyWrapped
## 9947                                                                                                               I predict my top artist will be [BTS] #SpotifyWrapped
## 9948                                                                                                       I predict my top artist will be @bmthofficial #SpotifyWrapped
## 9949                                                                                                 I predict my top artist will be 5 Seconds of Summer #SpotifyWrapped
## 9950                                                                                       Looks like I have a week to beat the Taylor Swift allegations #SpotifyWrapped
## 9951                                                                                          I predict my top podcast will be el de la Manyu @toyhartas #SpotifyWrapped
## 9952                                                                                            I predict my most played song will be perfume by lovejoy #SpotifyWrapped
## 9953                                                                                                              I predict my top genre will be [k-pop] #SpotifyWrapped
## 9954                                                                                                      I predict my most played will be young forever #SpotifyWrapped
## 9955                                                                                                I predict my most played song will be Cate's Brother #SpotifyWrapped
## 9956                                                         I predict my most played song will be All too well (10 minutes version) (Taylor's Version)🧣 #SpotifyWrapped
## 9957                                                                                 I predict my most played song will be TEARS! by 5 Seconds of Summer #SpotifyWrapped
## 9958                                                                     I predict my most played song will be [limitless by Martin Garrix &amp; Mesto ] #SpotifyWrapped
## 9959                                                                                        I predict my top artist will be @britneyspears  as usual 😍🤟🏻 #SpotifyWrapped
## 9960                                                                                                       I predict my top artist will be [$UICIDEBOY$] #SpotifyWrapped
## 9961                                                                I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped hard. mb seventeen ?
## 9962                                                                                                                       Can I get my  #SpotifyWrapped already please🙃
## 9963                                                                                                   I predict my most played song will be [FAKE LOVE] #SpotifyWrapped
## 9964                                                                                                       I predict my top artist will be Ariana Grande #SpotifyWrapped
## 9965                                                                                                                I predict my top artist will be Joji #SpotifyWrapped
## 9966                                                                                                               I predict my top artist will be Drake #SpotifyWrapped
## 9967                                                                                                          I predict my top artist will be stray kids #SpotifyWrapped
## 9968                                                                                                                 I predict my top artist will be BTS #SpotifyWrapped
## 9969                                                                         I predict my top artist will be: ovviamente la sola e unica billie eilish😔😔 #SpotifyWrapped
## 9970                                                                                                          I predict my top artist will be Instupendo #SpotifyWrapped
## 9971                                                                                                                 I predict my top genre will be kpop #SpotifyWrapped
## 9972                                                                                                        I predict my top genre will be eeee pop node #SpotifyWrapped
## 9973                                                                                                                  I predict my top genre will be rap #SpotifyWrapped
## 9974                                                                                                 I predict my most played song will be Secret Secret #SpotifyWrapped
## 9975                                                                                                         I predict my top artist will be @waterparks #SpotifyWrapped
## 9976                                                                                                        I predict my top artist will be Shawn Mendes #SpotifyWrapped
## 9977                                                         I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped oh my god it will be kpop lol
## 9978                                                                                                      I predict my top artist will be [Why Don't We] #SpotifyWrapped
## 9979                                                   Can't wait to get my #spotifywrapped , scan my 5th genre and download Raid Shadow Legends https://t.co/a0NJO8lsoi
## 9980                                                                                                I predict my top artist will be Gold Zebra i guess 🫣 #SpotifyWrapped
## 9981                                                                 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped f&amp;f -Coults
## 9982                                                         I predict my most played song will be [fill in top song prediction] #SpotifyWrapped https://t.co/AT4cRzM2OP
## 9983                                                                                                    I predict my most played song will be mixtape oh #SpotifyWrapped
## 9984                                                                              I predict my most played song will be Jimmy Cooks- drake and 21 savage #SpotifyWrapped
## 9985                                                                                                   I predict my most played song will be ATWTMVTVFTV #SpotifyWrapped
## 9986                                                                                                        I predict my top artist will be [The Weeknd] #SpotifyWrapped
## 9987                                                                       I predict my most played song will be cualquier tema de smithereens de joji u #SpotifyWrapped
## 9988                                                                                               I predict my most played song will be just like magic #SpotifyWrapped
## 9989                                                                                       I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped
## 9990                                                                                    I predict my most played song will be deja vu, by Olivia Rodrigo #SpotifyWrapped
## 9991                                                                               I predict my most played song will be ‘It’ll Be Okay’ by Shawn Mendes #SpotifyWrapped
## 9992                                                                                 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 9993                                                                                   I predict my most played song will be Risaune Bhaye by Sushant KC #SpotifyWrapped
## 9994                                                                              I predict my most played song will be For the Love of God by Steve Vai #SpotifyWrapped
## 9995                                                                                          I predict my top podcast will be Red River Podcast @RRP_NY #SpotifyWrapped
## 9996                                                                                     I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped
## 9997                                                                                                             I predict my top genre will be @Adele 😃 #SpotifyWrapped
## 9998                                                                                                             AMO ♥️🫶 LOVE IT  #SpotifyWrapped https://t.co/TPREbCOmIM
## 9999                                                                                                      I predict my top artist will be @taylorswift13 #SpotifyWrapped
## 10000                                                                                                          I predict my top genre will be [pop rock] #SpotifyWrapped
##                   created
## 1     2022-11-28 23:59:56
## 2     2022-11-28 23:59:54
## 3     2022-11-28 23:59:50
## 4     2022-11-28 23:59:47
## 5     2022-11-28 23:59:43
## 6     2022-11-28 23:59:38
## 7     2022-11-28 23:59:38
## 8     2022-11-28 23:59:19
## 9     2022-11-28 23:59:18
## 10    2022-11-28 23:59:09
## 11    2022-11-28 23:58:56
## 12    2022-11-28 23:58:49
## 13    2022-11-28 23:58:47
## 14    2022-11-28 23:58:46
## 15    2022-11-28 23:58:43
## 16    2022-11-28 23:58:38
## 17    2022-11-28 23:58:34
## 18    2022-11-28 23:58:33
## 19    2022-11-28 23:58:32
## 20    2022-11-28 23:58:28
## 21    2022-11-28 23:58:25
## 22    2022-11-28 23:58:23
## 23    2022-11-28 23:58:18
## 24    2022-11-28 23:58:10
## 25    2022-11-28 23:58:00
## 26    2022-11-28 23:57:52
## 27    2022-11-28 23:57:50
## 28    2022-11-28 23:57:43
## 29    2022-11-28 23:57:36
## 30    2022-11-28 23:57:23
## 31    2022-11-28 23:57:21
## 32    2022-11-28 23:57:18
## 33    2022-11-28 23:57:16
## 34    2022-11-28 23:57:16
## 35    2022-11-28 23:56:57
## 36    2022-11-28 23:56:52
## 37    2022-11-28 23:56:44
## 38    2022-11-28 23:56:30
## 39    2022-11-28 23:56:15
## 40    2022-11-28 23:56:08
## 41    2022-11-28 23:56:06
## 42    2022-11-28 23:55:59
## 43    2022-11-28 23:55:58
## 44    2022-11-28 23:55:48
## 45    2022-11-28 23:55:44
## 46    2022-11-28 23:55:40
## 47    2022-11-28 23:55:38
## 48    2022-11-28 23:55:27
## 49    2022-11-28 23:55:14
## 50    2022-11-28 23:55:13
## 51    2022-11-28 23:55:11
## 52    2022-11-28 23:55:10
## 53    2022-11-28 23:55:03
## 54    2022-11-28 23:54:55
## 55    2022-11-28 23:54:54
## 56    2022-11-28 23:54:50
## 57    2022-11-28 23:54:50
## 58    2022-11-28 23:54:49
## 59    2022-11-28 23:54:44
## 60    2022-11-28 23:54:44
## 61    2022-11-28 23:54:41
## 62    2022-11-28 23:54:39
## 63    2022-11-28 23:54:31
## 64    2022-11-28 23:54:30
## 65    2022-11-28 23:54:27
## 66    2022-11-28 23:54:19
## 67    2022-11-28 23:54:18
## 68    2022-11-28 23:54:17
## 69    2022-11-28 23:54:17
## 70    2022-11-28 23:54:04
## 71    2022-11-28 23:54:03
## 72    2022-11-28 23:54:00
## 73    2022-11-28 23:53:59
## 74    2022-11-28 23:53:55
## 75    2022-11-28 23:53:42
## 76    2022-11-28 23:53:31
## 77    2022-11-28 23:53:27
## 78    2022-11-28 23:53:14
## 79    2022-11-28 23:53:12
## 80    2022-11-28 23:53:08
## 81    2022-11-28 23:53:05
## 82    2022-11-28 23:52:56
## 83    2022-11-28 23:52:54
## 84    2022-11-28 23:52:46
## 85    2022-11-28 23:52:35
## 86    2022-11-28 23:52:33
## 87    2022-11-28 23:52:32
## 88    2022-11-28 23:52:31
## 89    2022-11-28 23:52:23
## 90    2022-11-28 23:52:17
## 91    2022-11-28 23:52:10
## 92    2022-11-28 23:52:04
## 93    2022-11-28 23:52:01
## 94    2022-11-28 23:51:59
## 95    2022-11-28 23:51:47
## 96    2022-11-28 23:51:38
## 97    2022-11-28 23:51:32
## 98    2022-11-28 23:51:29
## 99    2022-11-28 23:51:25
## 100   2022-11-28 23:51:21
## 101   2022-11-28 23:51:20
## 102   2022-11-28 23:51:14
## 103   2022-11-28 23:51:08
## 104   2022-11-28 23:51:07
## 105   2022-11-28 23:51:02
## 106   2022-11-28 23:50:56
## 107   2022-11-28 23:50:42
## 108   2022-11-28 23:50:25
## 109   2022-11-28 23:50:23
## 110   2022-11-28 23:50:22
## 111   2022-11-28 23:50:18
## 112   2022-11-28 23:50:14
## 113   2022-11-28 23:50:13
## 114   2022-11-28 23:50:05
## 115   2022-11-28 23:49:51
## 116   2022-11-28 23:49:47
## 117   2022-11-28 23:49:34
## 118   2022-11-28 23:49:21
## 119   2022-11-28 23:49:18
## 120   2022-11-28 23:49:15
## 121   2022-11-28 23:49:06
## 122   2022-11-28 23:49:01
## 123   2022-11-28 23:48:54
## 124   2022-11-28 23:48:47
## 125   2022-11-28 23:48:43
## 126   2022-11-28 23:48:43
## 127   2022-11-28 23:48:41
## 128   2022-11-28 23:48:36
## 129   2022-11-28 23:48:35
## 130   2022-11-28 23:48:34
## 131   2022-11-28 23:48:32
## 132   2022-11-28 23:48:30
## 133   2022-11-28 23:48:29
## 134   2022-11-28 23:48:20
## 135   2022-11-28 23:48:20
## 136   2022-11-28 23:48:07
## 137   2022-11-28 23:48:02
## 138   2022-11-28 23:48:01
## 139   2022-11-28 23:48:01
## 140   2022-11-28 23:47:59
## 141   2022-11-28 23:47:57
## 142   2022-11-28 23:47:52
## 143   2022-11-28 23:47:45
## 144   2022-11-28 23:47:43
## 145   2022-11-28 23:47:40
## 146   2022-11-28 23:47:31
## 147   2022-11-28 23:47:27
## 148   2022-11-28 23:47:23
## 149   2022-11-28 23:47:06
## 150   2022-11-28 23:47:00
## 151   2022-11-28 23:46:57
## 152   2022-11-28 23:46:56
## 153   2022-11-28 23:46:49
## 154   2022-11-28 23:46:47
## 155   2022-11-28 23:46:40
## 156   2022-11-28 23:46:37
## 157   2022-11-28 23:46:31
## 158   2022-11-28 23:46:18
## 159   2022-11-28 23:46:14
## 160   2022-11-28 23:46:13
## 161   2022-11-28 23:46:09
## 162   2022-11-28 23:46:06
## 163   2022-11-28 23:46:02
## 164   2022-11-28 23:45:44
## 165   2022-11-28 23:45:39
## 166   2022-11-28 23:45:35
## 167   2022-11-28 23:45:29
## 168   2022-11-28 23:45:26
## 169   2022-11-28 23:45:20
## 170   2022-11-28 23:45:18
## 171   2022-11-28 23:45:11
## 172   2022-11-28 23:45:03
## 173   2022-11-28 23:45:03
## 174   2022-11-28 23:44:59
## 175   2022-11-28 23:44:50
## 176   2022-11-28 23:44:48
## 177   2022-11-28 23:44:46
## 178   2022-11-28 23:44:41
## 179   2022-11-28 23:44:38
## 180   2022-11-28 23:44:36
## 181   2022-11-28 23:44:35
## 182   2022-11-28 23:44:35
## 183   2022-11-28 23:44:34
## 184   2022-11-28 23:44:32
## 185   2022-11-28 23:44:31
## 186   2022-11-28 23:44:30
## 187   2022-11-28 23:44:22
## 188   2022-11-28 23:44:20
## 189   2022-11-28 23:44:18
## 190   2022-11-28 23:44:16
## 191   2022-11-28 23:44:13
## 192   2022-11-28 23:44:11
## 193   2022-11-28 23:44:09
## 194   2022-11-28 23:44:09
## 195   2022-11-28 23:43:52
## 196   2022-11-28 23:43:49
## 197   2022-11-28 23:43:36
## 198   2022-11-28 23:43:31
## 199   2022-11-28 23:43:29
## 200   2022-11-28 23:43:28
## 201   2022-11-28 23:43:26
## 202   2022-11-28 23:43:24
## 203   2022-11-28 23:43:20
## 204   2022-11-28 23:43:17
## 205   2022-11-28 23:43:12
## 206   2022-11-28 23:43:09
## 207   2022-11-28 23:43:01
## 208   2022-11-28 23:42:59
## 209   2022-11-28 23:42:58
## 210   2022-11-28 23:42:55
## 211   2022-11-28 23:42:52
## 212   2022-11-28 23:42:48
## 213   2022-11-28 23:42:42
## 214   2022-11-28 23:42:25
## 215   2022-11-28 23:42:22
## 216   2022-11-28 23:42:19
## 217   2022-11-28 23:42:17
## 218   2022-11-28 23:42:16
## 219   2022-11-28 23:42:15
## 220   2022-11-28 23:42:13
## 221   2022-11-28 23:42:11
## 222   2022-11-28 23:42:01
## 223   2022-11-28 23:42:01
## 224   2022-11-28 23:41:58
## 225   2022-11-28 23:41:55
## 226   2022-11-28 23:41:53
## 227   2022-11-28 23:41:51
## 228   2022-11-28 23:41:15
## 229   2022-11-28 23:41:11
## 230   2022-11-28 23:41:10
## 231   2022-11-28 23:41:02
## 232   2022-11-28 23:40:57
## 233   2022-11-28 23:40:56
## 234   2022-11-28 23:40:49
## 235   2022-11-28 23:40:47
## 236   2022-11-28 23:40:47
## 237   2022-11-28 23:40:42
## 238   2022-11-28 23:40:40
## 239   2022-11-28 23:40:33
## 240   2022-11-28 23:40:30
## 241   2022-11-28 23:40:19
## 242   2022-11-28 23:40:15
## 243   2022-11-28 23:40:03
## 244   2022-11-28 23:39:59
## 245   2022-11-28 23:39:56
## 246   2022-11-28 23:39:55
## 247   2022-11-28 23:39:53
## 248   2022-11-28 23:39:31
## 249   2022-11-28 23:39:23
## 250   2022-11-28 23:39:16
## 251   2022-11-28 23:39:13
## 252   2022-11-28 23:39:07
## 253   2022-11-28 23:39:02
## 254   2022-11-28 23:39:00
## 255   2022-11-28 23:38:55
## 256   2022-11-28 23:38:53
## 257   2022-11-28 23:38:52
## 258   2022-11-28 23:38:48
## 259   2022-11-28 23:38:38
## 260   2022-11-28 23:38:35
## 261   2022-11-28 23:38:27
## 262   2022-11-28 23:38:27
## 263   2022-11-28 23:38:24
## 264   2022-11-28 23:38:19
## 265   2022-11-28 23:38:17
## 266   2022-11-28 23:38:14
## 267   2022-11-28 23:38:12
## 268   2022-11-28 23:38:08
## 269   2022-11-28 23:38:04
## 270   2022-11-28 23:38:04
## 271   2022-11-28 23:38:04
## 272   2022-11-28 23:38:02
## 273   2022-11-28 23:37:58
## 274   2022-11-28 23:37:56
## 275   2022-11-28 23:37:53
## 276   2022-11-28 23:37:53
## 277   2022-11-28 23:37:52
## 278   2022-11-28 23:37:51
## 279   2022-11-28 23:37:49
## 280   2022-11-28 23:37:45
## 281   2022-11-28 23:37:42
## 282   2022-11-28 23:37:39
## 283   2022-11-28 23:37:31
## 284   2022-11-28 23:37:24
## 285   2022-11-28 23:37:18
## 286   2022-11-28 23:37:07
## 287   2022-11-28 23:37:05
## 288   2022-11-28 23:36:57
## 289   2022-11-28 23:36:53
## 290   2022-11-28 23:36:52
## 291   2022-11-28 23:36:44
## 292   2022-11-28 23:36:43
## 293   2022-11-28 23:36:42
## 294   2022-11-28 23:36:35
## 295   2022-11-28 23:36:28
## 296   2022-11-28 23:36:13
## 297   2022-11-28 23:36:07
## 298   2022-11-28 23:36:04
## 299   2022-11-28 23:35:55
## 300   2022-11-28 23:35:54
## 301   2022-11-28 23:35:52
## 302   2022-11-28 23:35:49
## 303   2022-11-28 23:35:46
## 304   2022-11-28 23:35:42
## 305   2022-11-28 23:35:40
## 306   2022-11-28 23:35:40
## 307   2022-11-28 23:35:38
## 308   2022-11-28 23:35:36
## 309   2022-11-28 23:35:34
## 310   2022-11-28 23:35:32
## 311   2022-11-28 23:35:29
## 312   2022-11-28 23:35:25
## 313   2022-11-28 23:35:24
## 314   2022-11-28 23:35:12
## 315   2022-11-28 23:35:07
## 316   2022-11-28 23:34:59
## 317   2022-11-28 23:34:59
## 318   2022-11-28 23:34:55
## 319   2022-11-28 23:34:53
## 320   2022-11-28 23:34:46
## 321   2022-11-28 23:34:44
## 322   2022-11-28 23:34:43
## 323   2022-11-28 23:34:37
## 324   2022-11-28 23:34:33
## 325   2022-11-28 23:34:26
## 326   2022-11-28 23:34:21
## 327   2022-11-28 23:34:20
## 328   2022-11-28 23:34:19
## 329   2022-11-28 23:34:15
## 330   2022-11-28 23:34:15
## 331   2022-11-28 23:34:13
## 332   2022-11-28 23:34:12
## 333   2022-11-28 23:34:06
## 334   2022-11-28 23:33:58
## 335   2022-11-28 23:33:56
## 336   2022-11-28 23:33:56
## 337   2022-11-28 23:33:53
## 338   2022-11-28 23:33:52
## 339   2022-11-28 23:33:50
## 340   2022-11-28 23:33:47
## 341   2022-11-28 23:33:45
## 342   2022-11-28 23:33:39
## 343   2022-11-28 23:33:37
## 344   2022-11-28 23:33:33
## 345   2022-11-28 23:33:28
## 346   2022-11-28 23:33:26
## 347   2022-11-28 23:33:15
## 348   2022-11-28 23:33:08
## 349   2022-11-28 23:33:06
## 350   2022-11-28 23:33:05
## 351   2022-11-28 23:33:00
## 352   2022-11-28 23:32:26
## 353   2022-11-28 23:32:26
## 354   2022-11-28 23:32:23
## 355   2022-11-28 23:32:17
## 356   2022-11-28 23:32:17
## 357   2022-11-28 23:32:15
## 358   2022-11-28 23:32:08
## 359   2022-11-28 23:32:05
## 360   2022-11-28 23:32:03
## 361   2022-11-28 23:31:59
## 362   2022-11-28 23:31:57
## 363   2022-11-28 23:31:54
## 364   2022-11-28 23:31:38
## 365   2022-11-28 23:31:31
## 366   2022-11-28 23:31:28
## 367   2022-11-28 23:31:28
## 368   2022-11-28 23:31:27
## 369   2022-11-28 23:31:17
## 370   2022-11-28 23:31:13
## 371   2022-11-28 23:31:07
## 372   2022-11-28 23:31:05
## 373   2022-11-28 23:30:58
## 374   2022-11-28 23:30:53
## 375   2022-11-28 23:30:45
## 376   2022-11-28 23:30:44
## 377   2022-11-28 23:30:40
## 378   2022-11-28 23:30:38
## 379   2022-11-28 23:30:33
## 380   2022-11-28 23:30:30
## 381   2022-11-28 23:30:22
## 382   2022-11-28 23:30:19
## 383   2022-11-28 23:30:14
## 384   2022-11-28 23:30:09
## 385   2022-11-28 23:29:58
## 386   2022-11-28 23:29:54
## 387   2022-11-28 23:29:54
## 388   2022-11-28 23:29:50
## 389   2022-11-28 23:29:50
## 390   2022-11-28 23:29:48
## 391   2022-11-28 23:29:43
## 392   2022-11-28 23:29:40
## 393   2022-11-28 23:29:40
## 394   2022-11-28 23:29:39
## 395   2022-11-28 23:29:36
## 396   2022-11-28 23:29:36
## 397   2022-11-28 23:29:33
## 398   2022-11-28 23:29:31
## 399   2022-11-28 23:29:29
## 400   2022-11-28 23:29:29
## 401   2022-11-28 23:29:28
## 402   2022-11-28 23:29:27
## 403   2022-11-28 23:29:24
## 404   2022-11-28 23:29:19
## 405   2022-11-28 23:29:19
## 406   2022-11-28 23:29:05
## 407   2022-11-28 23:29:02
## 408   2022-11-28 23:28:59
## 409   2022-11-28 23:28:58
## 410   2022-11-28 23:28:56
## 411   2022-11-28 23:28:56
## 412   2022-11-28 23:28:53
## 413   2022-11-28 23:28:51
## 414   2022-11-28 23:28:47
## 415   2022-11-28 23:28:34
## 416   2022-11-28 23:28:34
## 417   2022-11-28 23:28:33
## 418   2022-11-28 23:28:29
## 419   2022-11-28 23:28:19
## 420   2022-11-28 23:28:18
## 421   2022-11-28 23:28:18
## 422   2022-11-28 23:28:17
## 423   2022-11-28 23:28:10
## 424   2022-11-28 23:28:01
## 425   2022-11-28 23:27:55
## 426   2022-11-28 23:27:54
## 427   2022-11-28 23:27:49
## 428   2022-11-28 23:27:47
## 429   2022-11-28 23:27:31
## 430   2022-11-28 23:27:29
## 431   2022-11-28 23:27:26
## 432   2022-11-28 23:27:25
## 433   2022-11-28 23:27:21
## 434   2022-11-28 23:27:20
## 435   2022-11-28 23:27:17
## 436   2022-11-28 23:27:11
## 437   2022-11-28 23:27:07
## 438   2022-11-28 23:27:02
## 439   2022-11-28 23:27:01
## 440   2022-11-28 23:27:00
## 441   2022-11-28 23:26:51
## 442   2022-11-28 23:26:50
## 443   2022-11-28 23:26:49
## 444   2022-11-28 23:26:48
## 445   2022-11-28 23:26:42
## 446   2022-11-28 23:26:23
## 447   2022-11-28 23:26:21
## 448   2022-11-28 23:26:19
## 449   2022-11-28 23:26:08
## 450   2022-11-28 23:26:07
## 451   2022-11-28 23:26:03
## 452   2022-11-28 23:25:55
## 453   2022-11-28 23:25:54
## 454   2022-11-28 23:25:40
## 455   2022-11-28 23:25:35
## 456   2022-11-28 23:25:34
## 457   2022-11-28 23:25:34
## 458   2022-11-28 23:25:33
## 459   2022-11-28 23:25:29
## 460   2022-11-28 23:25:09
## 461   2022-11-28 23:24:57
## 462   2022-11-28 23:24:56
## 463   2022-11-28 23:24:55
## 464   2022-11-28 23:24:55
## 465   2022-11-28 23:24:51
## 466   2022-11-28 23:24:51
## 467   2022-11-28 23:24:49
## 468   2022-11-28 23:24:44
## 469   2022-11-28 23:24:44
## 470   2022-11-28 23:24:37
## 471   2022-11-28 23:24:36
## 472   2022-11-28 23:24:36
## 473   2022-11-28 23:24:25
## 474   2022-11-28 23:24:22
## 475   2022-11-28 23:24:15
## 476   2022-11-28 23:24:14
## 477   2022-11-28 23:24:14
## 478   2022-11-28 23:24:09
## 479   2022-11-28 23:24:07
## 480   2022-11-28 23:24:05
## 481   2022-11-28 23:24:02
## 482   2022-11-28 23:23:58
## 483   2022-11-28 23:23:58
## 484   2022-11-28 23:23:57
## 485   2022-11-28 23:23:53
## 486   2022-11-28 23:23:50
## 487   2022-11-28 23:23:48
## 488   2022-11-28 23:23:47
## 489   2022-11-28 23:23:45
## 490   2022-11-28 23:23:37
## 491   2022-11-28 23:23:35
## 492   2022-11-28 23:23:30
## 493   2022-11-28 23:23:22
## 494   2022-11-28 23:23:21
## 495   2022-11-28 23:23:13
## 496   2022-11-28 23:23:07
## 497   2022-11-28 23:23:00
## 498   2022-11-28 23:22:57
## 499   2022-11-28 23:22:56
## 500   2022-11-28 23:22:53
## 501   2022-11-28 23:22:48
## 502   2022-11-28 23:22:48
## 503   2022-11-28 23:22:47
## 504   2022-11-28 23:22:46
## 505   2022-11-28 23:22:45
## 506   2022-11-28 23:22:41
## 507   2022-11-28 23:22:34
## 508   2022-11-28 23:22:32
## 509   2022-11-28 23:22:32
## 510   2022-11-28 23:22:14
## 511   2022-11-28 23:22:13
## 512   2022-11-28 23:22:10
## 513   2022-11-28 23:22:07
## 514   2022-11-28 23:22:06
## 515   2022-11-28 23:22:03
## 516   2022-11-28 23:22:01
## 517   2022-11-28 23:21:54
## 518   2022-11-28 23:21:50
## 519   2022-11-28 23:21:49
## 520   2022-11-28 23:21:42
## 521   2022-11-28 23:21:37
## 522   2022-11-28 23:21:28
## 523   2022-11-28 23:21:26
## 524   2022-11-28 23:21:16
## 525   2022-11-28 23:21:13
## 526   2022-11-28 23:21:12
## 527   2022-11-28 23:21:05
## 528   2022-11-28 23:21:04
## 529   2022-11-28 23:21:00
## 530   2022-11-28 23:20:53
## 531   2022-11-28 23:20:53
## 532   2022-11-28 23:20:49
## 533   2022-11-28 23:20:47
## 534   2022-11-28 23:20:46
## 535   2022-11-28 23:20:43
## 536   2022-11-28 23:20:29
## 537   2022-11-28 23:20:27
## 538   2022-11-28 23:20:22
## 539   2022-11-28 23:20:15
## 540   2022-11-28 23:20:12
## 541   2022-11-28 23:20:05
## 542   2022-11-28 23:20:02
## 543   2022-11-28 23:20:02
## 544   2022-11-28 23:20:00
## 545   2022-11-28 23:20:00
## 546   2022-11-28 23:20:00
## 547   2022-11-28 23:20:00
## 548   2022-11-28 23:19:58
## 549   2022-11-28 23:19:54
## 550   2022-11-28 23:19:51
## 551   2022-11-28 23:19:47
## 552   2022-11-28 23:19:44
## 553   2022-11-28 23:19:43
## 554   2022-11-28 23:19:39
## 555   2022-11-28 23:19:36
## 556   2022-11-28 23:19:34
## 557   2022-11-28 23:19:33
## 558   2022-11-28 23:19:33
## 559   2022-11-28 23:19:31
## 560   2022-11-28 23:19:27
## 561   2022-11-28 23:19:26
## 562   2022-11-28 23:19:21
## 563   2022-11-28 23:19:20
## 564   2022-11-28 23:19:14
## 565   2022-11-28 23:19:12
## 566   2022-11-28 23:19:11
## 567   2022-11-28 23:19:06
## 568   2022-11-28 23:19:00
## 569   2022-11-28 23:18:59
## 570   2022-11-28 23:18:58
## 571   2022-11-28 23:18:57
## 572   2022-11-28 23:18:55
## 573   2022-11-28 23:18:53
## 574   2022-11-28 23:18:53
## 575   2022-11-28 23:18:51
## 576   2022-11-28 23:18:48
## 577   2022-11-28 23:18:44
## 578   2022-11-28 23:18:44
## 579   2022-11-28 23:18:39
## 580   2022-11-28 23:18:32
## 581   2022-11-28 23:18:32
## 582   2022-11-28 23:18:30
## 583   2022-11-28 23:18:30
## 584   2022-11-28 23:18:29
## 585   2022-11-28 23:18:24
## 586   2022-11-28 23:18:13
## 587   2022-11-28 23:18:08
## 588   2022-11-28 23:18:07
## 589   2022-11-28 23:18:07
## 590   2022-11-28 23:18:07
## 591   2022-11-28 23:18:05
## 592   2022-11-28 23:17:56
## 593   2022-11-28 23:17:56
## 594   2022-11-28 23:17:54
## 595   2022-11-28 23:17:51
## 596   2022-11-28 23:17:42
## 597   2022-11-28 23:17:40
## 598   2022-11-28 23:17:30
## 599   2022-11-28 23:17:29
## 600   2022-11-28 23:17:28
## 601   2022-11-28 23:17:25
## 602   2022-11-28 23:17:23
## 603   2022-11-28 23:17:23
## 604   2022-11-28 23:17:18
## 605   2022-11-28 23:17:14
## 606   2022-11-28 23:17:14
## 607   2022-11-28 23:17:13
## 608   2022-11-28 23:17:06
## 609   2022-11-28 23:17:05
## 610   2022-11-28 23:17:00
## 611   2022-11-28 23:16:58
## 612   2022-11-28 23:16:58
## 613   2022-11-28 23:16:53
## 614   2022-11-28 23:16:53
## 615   2022-11-28 23:16:50
## 616   2022-11-28 23:16:33
## 617   2022-11-28 23:16:28
## 618   2022-11-28 23:16:23
## 619   2022-11-28 23:16:22
## 620   2022-11-28 23:16:21
## 621   2022-11-28 23:16:16
## 622   2022-11-28 23:16:07
## 623   2022-11-28 23:16:04
## 624   2022-11-28 23:15:54
## 625   2022-11-28 23:15:51
## 626   2022-11-28 23:15:47
## 627   2022-11-28 23:15:44
## 628   2022-11-28 23:15:40
## 629   2022-11-28 23:15:35
## 630   2022-11-28 23:15:31
## 631   2022-11-28 23:15:31
## 632   2022-11-28 23:15:27
## 633   2022-11-28 23:15:25
## 634   2022-11-28 23:15:24
## 635   2022-11-28 23:15:24
## 636   2022-11-28 23:15:24
## 637   2022-11-28 23:15:20
## 638   2022-11-28 23:15:20
## 639   2022-11-28 23:14:57
## 640   2022-11-28 23:14:53
## 641   2022-11-28 23:14:51
## 642   2022-11-28 23:14:49
## 643   2022-11-28 23:14:48
## 644   2022-11-28 23:14:41
## 645   2022-11-28 23:14:38
## 646   2022-11-28 23:14:31
## 647   2022-11-28 23:14:29
## 648   2022-11-28 23:14:21
## 649   2022-11-28 23:14:21
## 650   2022-11-28 23:14:20
## 651   2022-11-28 23:14:18
## 652   2022-11-28 23:14:11
## 653   2022-11-28 23:14:07
## 654   2022-11-28 23:14:05
## 655   2022-11-28 23:14:02
## 656   2022-11-28 23:13:57
## 657   2022-11-28 23:13:50
## 658   2022-11-28 23:13:49
## 659   2022-11-28 23:13:49
## 660   2022-11-28 23:13:44
## 661   2022-11-28 23:13:43
## 662   2022-11-28 23:13:36
## 663   2022-11-28 23:13:35
## 664   2022-11-28 23:13:33
## 665   2022-11-28 23:13:32
## 666   2022-11-28 23:13:30
## 667   2022-11-28 23:13:23
## 668   2022-11-28 23:13:07
## 669   2022-11-28 23:12:58
## 670   2022-11-28 23:12:58
## 671   2022-11-28 23:12:57
## 672   2022-11-28 23:12:54
## 673   2022-11-28 23:12:53
## 674   2022-11-28 23:12:48
## 675   2022-11-28 23:12:44
## 676   2022-11-28 23:12:44
## 677   2022-11-28 23:12:40
## 678   2022-11-28 23:12:32
## 679   2022-11-28 23:12:32
## 680   2022-11-28 23:12:27
## 681   2022-11-28 23:12:27
## 682   2022-11-28 23:12:25
## 683   2022-11-28 23:12:23
## 684   2022-11-28 23:12:17
## 685   2022-11-28 23:12:13
## 686   2022-11-28 23:12:02
## 687   2022-11-28 23:12:00
## 688   2022-11-28 23:11:55
## 689   2022-11-28 23:11:54
## 690   2022-11-28 23:11:50
## 691   2022-11-28 23:11:45
## 692   2022-11-28 23:11:45
## 693   2022-11-28 23:11:41
## 694   2022-11-28 23:11:41
## 695   2022-11-28 23:11:35
## 696   2022-11-28 23:11:28
## 697   2022-11-28 23:11:28
## 698   2022-11-28 23:11:27
## 699   2022-11-28 23:11:27
## 700   2022-11-28 23:11:26
## 701   2022-11-28 23:11:20
## 702   2022-11-28 23:11:18
## 703   2022-11-28 23:11:12
## 704   2022-11-28 23:11:09
## 705   2022-11-28 23:11:09
## 706   2022-11-28 23:11:08
## 707   2022-11-28 23:11:08
## 708   2022-11-28 23:11:06
## 709   2022-11-28 23:11:04
## 710   2022-11-28 23:11:00
## 711   2022-11-28 23:10:56
## 712   2022-11-28 23:10:53
## 713   2022-11-28 23:10:50
## 714   2022-11-28 23:10:46
## 715   2022-11-28 23:10:45
## 716   2022-11-28 23:10:36
## 717   2022-11-28 23:10:34
## 718   2022-11-28 23:10:30
## 719   2022-11-28 23:10:22
## 720   2022-11-28 23:10:19
## 721   2022-11-28 23:10:17
## 722   2022-11-28 23:10:06
## 723   2022-11-28 23:09:56
## 724   2022-11-28 23:09:46
## 725   2022-11-28 23:09:44
## 726   2022-11-28 23:09:43
## 727   2022-11-28 23:09:35
## 728   2022-11-28 23:09:35
## 729   2022-11-28 23:09:32
## 730   2022-11-28 23:09:24
## 731   2022-11-28 23:09:21
## 732   2022-11-28 23:09:18
## 733   2022-11-28 23:09:03
## 734   2022-11-28 23:08:58
## 735   2022-11-28 23:08:56
## 736   2022-11-28 23:08:53
## 737   2022-11-28 23:08:51
## 738   2022-11-28 23:08:41
## 739   2022-11-28 23:08:38
## 740   2022-11-28 23:08:38
## 741   2022-11-28 23:08:37
## 742   2022-11-28 23:08:33
## 743   2022-11-28 23:08:30
## 744   2022-11-28 23:08:27
## 745   2022-11-28 23:08:20
## 746   2022-11-28 23:08:19
## 747   2022-11-28 23:08:11
## 748   2022-11-28 23:08:10
## 749   2022-11-28 23:08:09
## 750   2022-11-28 23:08:06
## 751   2022-11-28 23:08:06
## 752   2022-11-28 23:08:04
## 753   2022-11-28 23:07:55
## 754   2022-11-28 23:07:55
## 755   2022-11-28 23:07:55
## 756   2022-11-28 23:07:53
## 757   2022-11-28 23:07:46
## 758   2022-11-28 23:07:45
## 759   2022-11-28 23:07:44
## 760   2022-11-28 23:07:37
## 761   2022-11-28 23:07:37
## 762   2022-11-28 23:07:35
## 763   2022-11-28 23:07:35
## 764   2022-11-28 23:07:35
## 765   2022-11-28 23:07:34
## 766   2022-11-28 23:07:30
## 767   2022-11-28 23:07:19
## 768   2022-11-28 23:07:17
## 769   2022-11-28 23:07:15
## 770   2022-11-28 23:07:10
## 771   2022-11-28 23:07:10
## 772   2022-11-28 23:07:08
## 773   2022-11-28 23:07:06
## 774   2022-11-28 23:07:05
## 775   2022-11-28 23:06:58
## 776   2022-11-28 23:06:57
## 777   2022-11-28 23:06:52
## 778   2022-11-28 23:06:49
## 779   2022-11-28 23:06:48
## 780   2022-11-28 23:06:48
## 781   2022-11-28 23:06:44
## 782   2022-11-28 23:06:39
## 783   2022-11-28 23:06:38
## 784   2022-11-28 23:06:37
## 785   2022-11-28 23:06:35
## 786   2022-11-28 23:06:34
## 787   2022-11-28 23:06:32
## 788   2022-11-28 23:06:32
## 789   2022-11-28 23:06:25
## 790   2022-11-28 23:06:18
## 791   2022-11-28 23:06:18
## 792   2022-11-28 23:06:16
## 793   2022-11-28 23:06:10
## 794   2022-11-28 23:06:05
## 795   2022-11-28 23:06:02
## 796   2022-11-28 23:05:58
## 797   2022-11-28 23:05:50
## 798   2022-11-28 23:05:50
## 799   2022-11-28 23:05:50
## 800   2022-11-28 23:05:44
## 801   2022-11-28 23:05:41
## 802   2022-11-28 23:05:37
## 803   2022-11-28 23:05:34
## 804   2022-11-28 23:05:30
## 805   2022-11-28 23:05:28
## 806   2022-11-28 23:05:27
## 807   2022-11-28 23:05:26
## 808   2022-11-28 23:05:26
## 809   2022-11-28 23:05:12
## 810   2022-11-28 23:05:06
## 811   2022-11-28 23:05:02
## 812   2022-11-28 23:05:00
## 813   2022-11-28 23:04:56
## 814   2022-11-28 23:04:53
## 815   2022-11-28 23:04:44
## 816   2022-11-28 23:04:41
## 817   2022-11-28 23:04:37
## 818   2022-11-28 23:04:24
## 819   2022-11-28 23:04:21
## 820   2022-11-28 23:04:18
## 821   2022-11-28 23:04:03
## 822   2022-11-28 23:04:02
## 823   2022-11-28 23:04:01
## 824   2022-11-28 23:04:01
## 825   2022-11-28 23:03:58
## 826   2022-11-28 23:03:50
## 827   2022-11-28 23:03:50
## 828   2022-11-28 23:03:38
## 829   2022-11-28 23:03:37
## 830   2022-11-28 23:03:36
## 831   2022-11-28 23:03:35
## 832   2022-11-28 23:03:34
## 833   2022-11-28 23:03:33
## 834   2022-11-28 23:03:33
## 835   2022-11-28 23:03:17
## 836   2022-11-28 23:03:14
## 837   2022-11-28 23:03:13
## 838   2022-11-28 23:03:08
## 839   2022-11-28 23:03:07
## 840   2022-11-28 23:03:05
## 841   2022-11-28 23:03:05
## 842   2022-11-28 23:03:03
## 843   2022-11-28 23:02:36
## 844   2022-11-28 23:02:35
## 845   2022-11-28 23:02:31
## 846   2022-11-28 23:02:29
## 847   2022-11-28 23:02:25
## 848   2022-11-28 23:02:17
## 849   2022-11-28 23:02:12
## 850   2022-11-28 23:02:12
## 851   2022-11-28 23:02:07
## 852   2022-11-28 23:02:06
## 853   2022-11-28 23:02:05
## 854   2022-11-28 23:02:04
## 855   2022-11-28 23:02:03
## 856   2022-11-28 23:02:00
## 857   2022-11-28 23:01:54
## 858   2022-11-28 23:01:49
## 859   2022-11-28 23:01:43
## 860   2022-11-28 23:01:43
## 861   2022-11-28 23:01:27
## 862   2022-11-28 23:01:25
## 863   2022-11-28 23:01:25
## 864   2022-11-28 23:01:24
## 865   2022-11-28 23:01:17
## 866   2022-11-28 23:01:07
## 867   2022-11-28 23:01:02
## 868   2022-11-28 23:00:56
## 869   2022-11-28 23:00:48
## 870   2022-11-28 23:00:47
## 871   2022-11-28 23:00:44
## 872   2022-11-28 23:00:37
## 873   2022-11-28 23:00:25
## 874   2022-11-28 23:00:24
## 875   2022-11-28 23:00:21
## 876   2022-11-28 23:00:20
## 877   2022-11-28 23:00:13
## 878   2022-11-28 23:00:11
## 879   2022-11-28 23:00:09
## 880   2022-11-28 23:00:09
## 881   2022-11-28 22:59:58
## 882   2022-11-28 22:59:53
## 883   2022-11-28 22:59:52
## 884   2022-11-28 22:59:51
## 885   2022-11-28 22:59:43
## 886   2022-11-28 22:59:36
## 887   2022-11-28 22:59:26
## 888   2022-11-28 22:59:21
## 889   2022-11-28 22:59:18
## 890   2022-11-28 22:59:14
## 891   2022-11-28 22:59:12
## 892   2022-11-28 22:59:12
## 893   2022-11-28 22:59:11
## 894   2022-11-28 22:59:10
## 895   2022-11-28 22:59:05
## 896   2022-11-28 22:59:03
## 897   2022-11-28 22:59:00
## 898   2022-11-28 22:58:53
## 899   2022-11-28 22:58:50
## 900   2022-11-28 22:58:49
## 901   2022-11-28 22:58:38
## 902   2022-11-28 22:58:35
## 903   2022-11-28 22:58:35
## 904   2022-11-28 22:58:28
## 905   2022-11-28 22:58:25
## 906   2022-11-28 22:58:24
## 907   2022-11-28 22:58:24
## 908   2022-11-28 22:58:22
## 909   2022-11-28 22:58:20
## 910   2022-11-28 22:58:13
## 911   2022-11-28 22:58:00
## 912   2022-11-28 22:57:54
## 913   2022-11-28 22:57:52
## 914   2022-11-28 22:57:49
## 915   2022-11-28 22:57:47
## 916   2022-11-28 22:57:41
## 917   2022-11-28 22:57:41
## 918   2022-11-28 22:57:38
## 919   2022-11-28 22:57:36
## 920   2022-11-28 22:57:20
## 921   2022-11-28 22:57:19
## 922   2022-11-28 22:57:12
## 923   2022-11-28 22:57:11
## 924   2022-11-28 22:57:11
## 925   2022-11-28 22:57:09
## 926   2022-11-28 22:57:03
## 927   2022-11-28 22:56:59
## 928   2022-11-28 22:56:52
## 929   2022-11-28 22:56:52
## 930   2022-11-28 22:56:52
## 931   2022-11-28 22:56:49
## 932   2022-11-28 22:56:48
## 933   2022-11-28 22:56:41
## 934   2022-11-28 22:56:38
## 935   2022-11-28 22:56:26
## 936   2022-11-28 22:56:17
## 937   2022-11-28 22:56:14
## 938   2022-11-28 22:56:14
## 939   2022-11-28 22:56:02
## 940   2022-11-28 22:55:58
## 941   2022-11-28 22:55:50
## 942   2022-11-28 22:55:48
## 943   2022-11-28 22:55:47
## 944   2022-11-28 22:55:37
## 945   2022-11-28 22:55:37
## 946   2022-11-28 22:55:37
## 947   2022-11-28 22:55:36
## 948   2022-11-28 22:55:36
## 949   2022-11-28 22:55:28
## 950   2022-11-28 22:55:26
## 951   2022-11-28 22:55:25
## 952   2022-11-28 22:55:17
## 953   2022-11-28 22:55:11
## 954   2022-11-28 22:55:07
## 955   2022-11-28 22:55:05
## 956   2022-11-28 22:54:56
## 957   2022-11-28 22:54:52
## 958   2022-11-28 22:54:43
## 959   2022-11-28 22:54:43
## 960   2022-11-28 22:54:35
## 961   2022-11-28 22:54:34
## 962   2022-11-28 22:54:32
## 963   2022-11-28 22:54:31
## 964   2022-11-28 22:54:31
## 965   2022-11-28 22:54:28
## 966   2022-11-28 22:54:20
## 967   2022-11-28 22:54:10
## 968   2022-11-28 22:53:55
## 969   2022-11-28 22:53:53
## 970   2022-11-28 22:53:50
## 971   2022-11-28 22:53:47
## 972   2022-11-28 22:53:44
## 973   2022-11-28 22:53:43
## 974   2022-11-28 22:53:38
## 975   2022-11-28 22:53:30
## 976   2022-11-28 22:53:28
## 977   2022-11-28 22:53:26
## 978   2022-11-28 22:53:21
## 979   2022-11-28 22:53:16
## 980   2022-11-28 22:53:13
## 981   2022-11-28 22:53:10
## 982   2022-11-28 22:53:07
## 983   2022-11-28 22:53:06
## 984   2022-11-28 22:53:04
## 985   2022-11-28 22:53:00
## 986   2022-11-28 22:52:56
## 987   2022-11-28 22:52:55
## 988   2022-11-28 22:52:54
## 989   2022-11-28 22:52:53
## 990   2022-11-28 22:52:48
## 991   2022-11-28 22:52:44
## 992   2022-11-28 22:52:43
## 993   2022-11-28 22:52:42
## 994   2022-11-28 22:52:40
## 995   2022-11-28 22:52:32
## 996   2022-11-28 22:52:29
## 997   2022-11-28 22:52:29
## 998   2022-11-28 22:52:26
## 999   2022-11-28 22:52:22
## 1000  2022-11-28 22:52:18
## 1001  2022-11-28 22:52:16
## 1002  2022-11-28 22:52:15
## 1003  2022-11-28 22:52:12
## 1004  2022-11-28 22:52:08
## 1005  2022-11-28 22:52:03
## 1006  2022-11-28 22:52:02
## 1007  2022-11-28 22:52:01
## 1008  2022-11-28 22:52:01
## 1009  2022-11-28 22:52:00
## 1010  2022-11-28 22:51:59
## 1011  2022-11-28 22:51:59
## 1012  2022-11-28 22:51:57
## 1013  2022-11-28 22:51:51
## 1014  2022-11-28 22:51:51
## 1015  2022-11-28 22:51:49
## 1016  2022-11-28 22:51:48
## 1017  2022-11-28 22:51:43
## 1018  2022-11-28 22:51:42
## 1019  2022-11-28 22:51:37
## 1020  2022-11-28 22:51:34
## 1021  2022-11-28 22:51:33
## 1022  2022-11-28 22:51:31
## 1023  2022-11-28 22:51:22
## 1024  2022-11-28 22:51:20
## 1025  2022-11-28 22:51:17
## 1026  2022-11-28 22:51:16
## 1027  2022-11-28 22:51:09
## 1028  2022-11-28 22:51:05
## 1029  2022-11-28 22:50:59
## 1030  2022-11-28 22:50:53
## 1031  2022-11-28 22:50:51
## 1032  2022-11-28 22:50:47
## 1033  2022-11-28 22:50:47
## 1034  2022-11-28 22:50:39
## 1035  2022-11-28 22:50:32
## 1036  2022-11-28 22:50:32
## 1037  2022-11-28 22:50:30
## 1038  2022-11-28 22:50:30
## 1039  2022-11-28 22:50:20
## 1040  2022-11-28 22:50:19
## 1041  2022-11-28 22:50:18
## 1042  2022-11-28 22:50:17
## 1043  2022-11-28 22:50:16
## 1044  2022-11-28 22:50:12
## 1045  2022-11-28 22:50:08
## 1046  2022-11-28 22:50:08
## 1047  2022-11-28 22:50:08
## 1048  2022-11-28 22:50:01
## 1049  2022-11-28 22:49:56
## 1050  2022-11-28 22:49:53
## 1051  2022-11-28 22:49:49
## 1052  2022-11-28 22:49:48
## 1053  2022-11-28 22:49:42
## 1054  2022-11-28 22:49:36
## 1055  2022-11-28 22:49:36
## 1056  2022-11-28 22:49:32
## 1057  2022-11-28 22:49:30
## 1058  2022-11-28 22:49:27
## 1059  2022-11-28 22:49:13
## 1060  2022-11-28 22:49:11
## 1061  2022-11-28 22:49:11
## 1062  2022-11-28 22:49:11
## 1063  2022-11-28 22:49:02
## 1064  2022-11-28 22:49:00
## 1065  2022-11-28 22:48:57
## 1066  2022-11-28 22:48:51
## 1067  2022-11-28 22:48:47
## 1068  2022-11-28 22:48:41
## 1069  2022-11-28 22:48:40
## 1070  2022-11-28 22:48:39
## 1071  2022-11-28 22:48:37
## 1072  2022-11-28 22:48:34
## 1073  2022-11-28 22:48:27
## 1074  2022-11-28 22:48:21
## 1075  2022-11-28 22:48:13
## 1076  2022-11-28 22:48:08
## 1077  2022-11-28 22:47:58
## 1078  2022-11-28 22:47:56
## 1079  2022-11-28 22:47:53
## 1080  2022-11-28 22:47:52
## 1081  2022-11-28 22:47:51
## 1082  2022-11-28 22:47:49
## 1083  2022-11-28 22:47:49
## 1084  2022-11-28 22:47:45
## 1085  2022-11-28 22:47:39
## 1086  2022-11-28 22:47:38
## 1087  2022-11-28 22:47:34
## 1088  2022-11-28 22:47:34
## 1089  2022-11-28 22:47:28
## 1090  2022-11-28 22:47:26
## 1091  2022-11-28 22:47:25
## 1092  2022-11-28 22:47:16
## 1093  2022-11-28 22:47:15
## 1094  2022-11-28 22:47:12
## 1095  2022-11-28 22:47:10
## 1096  2022-11-28 22:47:09
## 1097  2022-11-28 22:47:06
## 1098  2022-11-28 22:47:02
## 1099  2022-11-28 22:47:02
## 1100  2022-11-28 22:47:01
## 1101  2022-11-28 22:46:58
## 1102  2022-11-28 22:46:54
## 1103  2022-11-28 22:46:52
## 1104  2022-11-28 22:46:50
## 1105  2022-11-28 22:46:48
## 1106  2022-11-28 22:46:44
## 1107  2022-11-28 22:46:43
## 1108  2022-11-28 22:46:39
## 1109  2022-11-28 22:46:37
## 1110  2022-11-28 22:46:36
## 1111  2022-11-28 22:46:29
## 1112  2022-11-28 22:46:28
## 1113  2022-11-28 22:46:16
## 1114  2022-11-28 22:46:14
## 1115  2022-11-28 22:46:12
## 1116  2022-11-28 22:46:09
## 1117  2022-11-28 22:46:06
## 1118  2022-11-28 22:46:04
## 1119  2022-11-28 22:46:02
## 1120  2022-11-28 22:46:00
## 1121  2022-11-28 22:45:52
## 1122  2022-11-28 22:45:45
## 1123  2022-11-28 22:45:43
## 1124  2022-11-28 22:45:42
## 1125  2022-11-28 22:45:27
## 1126  2022-11-28 22:45:17
## 1127  2022-11-28 22:45:15
## 1128  2022-11-28 22:45:12
## 1129  2022-11-28 22:45:10
## 1130  2022-11-28 22:45:04
## 1131  2022-11-28 22:45:03
## 1132  2022-11-28 22:45:01
## 1133  2022-11-28 22:44:56
## 1134  2022-11-28 22:44:50
## 1135  2022-11-28 22:44:50
## 1136  2022-11-28 22:44:48
## 1137  2022-11-28 22:44:46
## 1138  2022-11-28 22:44:43
## 1139  2022-11-28 22:44:38
## 1140  2022-11-28 22:44:33
## 1141  2022-11-28 22:44:32
## 1142  2022-11-28 22:44:27
## 1143  2022-11-28 22:44:24
## 1144  2022-11-28 22:44:24
## 1145  2022-11-28 22:44:22
## 1146  2022-11-28 22:44:20
## 1147  2022-11-28 22:44:19
## 1148  2022-11-28 22:44:18
## 1149  2022-11-28 22:44:12
## 1150  2022-11-28 22:44:09
## 1151  2022-11-28 22:44:09
## 1152  2022-11-28 22:44:08
## 1153  2022-11-28 22:44:08
## 1154  2022-11-28 22:44:01
## 1155  2022-11-28 22:43:58
## 1156  2022-11-28 22:43:55
## 1157  2022-11-28 22:43:54
## 1158  2022-11-28 22:43:52
## 1159  2022-11-28 22:43:51
## 1160  2022-11-28 22:43:51
## 1161  2022-11-28 22:43:51
## 1162  2022-11-28 22:43:50
## 1163  2022-11-28 22:43:47
## 1164  2022-11-28 22:43:43
## 1165  2022-11-28 22:43:41
## 1166  2022-11-28 22:43:34
## 1167  2022-11-28 22:43:34
## 1168  2022-11-28 22:43:27
## 1169  2022-11-28 22:43:26
## 1170  2022-11-28 22:43:23
## 1171  2022-11-28 22:43:23
## 1172  2022-11-28 22:43:22
## 1173  2022-11-28 22:43:20
## 1174  2022-11-28 22:43:19
## 1175  2022-11-28 22:43:15
## 1176  2022-11-28 22:43:12
## 1177  2022-11-28 22:43:09
## 1178  2022-11-28 22:43:09
## 1179  2022-11-28 22:43:08
## 1180  2022-11-28 22:42:53
## 1181  2022-11-28 22:42:50
## 1182  2022-11-28 22:42:46
## 1183  2022-11-28 22:42:38
## 1184  2022-11-28 22:42:37
## 1185  2022-11-28 22:42:34
## 1186  2022-11-28 22:42:32
## 1187  2022-11-28 22:42:31
## 1188  2022-11-28 22:42:31
## 1189  2022-11-28 22:42:31
## 1190  2022-11-28 22:42:29
## 1191  2022-11-28 22:42:22
## 1192  2022-11-28 22:42:17
## 1193  2022-11-28 22:42:15
## 1194  2022-11-28 22:42:12
## 1195  2022-11-28 22:42:09
## 1196  2022-11-28 22:42:05
## 1197  2022-11-28 22:42:00
## 1198  2022-11-28 22:41:59
## 1199  2022-11-28 22:41:58
## 1200  2022-11-28 22:41:57
## 1201  2022-11-28 22:41:50
## 1202  2022-11-28 22:41:49
## 1203  2022-11-28 22:41:46
## 1204  2022-11-28 22:41:44
## 1205  2022-11-28 22:41:39
## 1206  2022-11-28 22:41:32
## 1207  2022-11-28 22:41:31
## 1208  2022-11-28 22:41:26
## 1209  2022-11-28 22:41:25
## 1210  2022-11-28 22:41:24
## 1211  2022-11-28 22:41:13
## 1212  2022-11-28 22:41:08
## 1213  2022-11-28 22:40:51
## 1214  2022-11-28 22:40:49
## 1215  2022-11-28 22:40:41
## 1216  2022-11-28 22:40:37
## 1217  2022-11-28 22:40:35
## 1218  2022-11-28 22:40:30
## 1219  2022-11-28 22:40:29
## 1220  2022-11-28 22:40:16
## 1221  2022-11-28 22:40:14
## 1222  2022-11-28 22:40:14
## 1223  2022-11-28 22:40:07
## 1224  2022-11-28 22:40:01
## 1225  2022-11-28 22:39:59
## 1226  2022-11-28 22:39:44
## 1227  2022-11-28 22:39:42
## 1228  2022-11-28 22:39:37
## 1229  2022-11-28 22:39:37
## 1230  2022-11-28 22:39:36
## 1231  2022-11-28 22:39:36
## 1232  2022-11-28 22:39:33
## 1233  2022-11-28 22:39:33
## 1234  2022-11-28 22:39:27
## 1235  2022-11-28 22:39:27
## 1236  2022-11-28 22:39:21
## 1237  2022-11-28 22:39:18
## 1238  2022-11-28 22:39:17
## 1239  2022-11-28 22:39:12
## 1240  2022-11-28 22:39:12
## 1241  2022-11-28 22:39:07
## 1242  2022-11-28 22:39:06
## 1243  2022-11-28 22:39:04
## 1244  2022-11-28 22:39:00
## 1245  2022-11-28 22:38:58
## 1246  2022-11-28 22:38:53
## 1247  2022-11-28 22:38:49
## 1248  2022-11-28 22:38:48
## 1249  2022-11-28 22:38:46
## 1250  2022-11-28 22:38:46
## 1251  2022-11-28 22:38:43
## 1252  2022-11-28 22:38:42
## 1253  2022-11-28 22:38:32
## 1254  2022-11-28 22:38:27
## 1255  2022-11-28 22:38:24
## 1256  2022-11-28 22:38:24
## 1257  2022-11-28 22:38:20
## 1258  2022-11-28 22:38:16
## 1259  2022-11-28 22:38:16
## 1260  2022-11-28 22:38:14
## 1261  2022-11-28 22:38:11
## 1262  2022-11-28 22:38:08
## 1263  2022-11-28 22:38:05
## 1264  2022-11-28 22:37:57
## 1265  2022-11-28 22:37:52
## 1266  2022-11-28 22:37:47
## 1267  2022-11-28 22:37:46
## 1268  2022-11-28 22:37:44
## 1269  2022-11-28 22:37:39
## 1270  2022-11-28 22:37:38
## 1271  2022-11-28 22:37:38
## 1272  2022-11-28 22:37:35
## 1273  2022-11-28 22:37:35
## 1274  2022-11-28 22:37:27
## 1275  2022-11-28 22:37:26
## 1276  2022-11-28 22:37:17
## 1277  2022-11-28 22:37:17
## 1278  2022-11-28 22:37:15
## 1279  2022-11-28 22:37:13
## 1280  2022-11-28 22:37:08
## 1281  2022-11-28 22:37:00
## 1282  2022-11-28 22:37:00
## 1283  2022-11-28 22:36:56
## 1284  2022-11-28 22:36:54
## 1285  2022-11-28 22:36:48
## 1286  2022-11-28 22:36:47
## 1287  2022-11-28 22:36:44
## 1288  2022-11-28 22:36:41
## 1289  2022-11-28 22:36:38
## 1290  2022-11-28 22:36:38
## 1291  2022-11-28 22:36:29
## 1292  2022-11-28 22:36:29
## 1293  2022-11-28 22:36:28
## 1294  2022-11-28 22:36:27
## 1295  2022-11-28 22:36:26
## 1296  2022-11-28 22:36:20
## 1297  2022-11-28 22:36:17
## 1298  2022-11-28 22:36:12
## 1299  2022-11-28 22:36:04
## 1300  2022-11-28 22:36:01
## 1301  2022-11-28 22:35:54
## 1302  2022-11-28 22:35:51
## 1303  2022-11-28 22:35:50
## 1304  2022-11-28 22:35:44
## 1305  2022-11-28 22:35:40
## 1306  2022-11-28 22:35:31
## 1307  2022-11-28 22:35:30
## 1308  2022-11-28 22:35:30
## 1309  2022-11-28 22:35:27
## 1310  2022-11-28 22:35:26
## 1311  2022-11-28 22:35:26
## 1312  2022-11-28 22:35:25
## 1313  2022-11-28 22:35:19
## 1314  2022-11-28 22:35:17
## 1315  2022-11-28 22:35:15
## 1316  2022-11-28 22:35:13
## 1317  2022-11-28 22:35:12
## 1318  2022-11-28 22:35:10
## 1319  2022-11-28 22:35:07
## 1320  2022-11-28 22:35:06
## 1321  2022-11-28 22:35:05
## 1322  2022-11-28 22:35:01
## 1323  2022-11-28 22:34:57
## 1324  2022-11-28 22:34:55
## 1325  2022-11-28 22:34:55
## 1326  2022-11-28 22:34:52
## 1327  2022-11-28 22:34:50
## 1328  2022-11-28 22:34:48
## 1329  2022-11-28 22:34:45
## 1330  2022-11-28 22:34:43
## 1331  2022-11-28 22:34:41
## 1332  2022-11-28 22:34:40
## 1333  2022-11-28 22:34:36
## 1334  2022-11-28 22:34:34
## 1335  2022-11-28 22:34:23
## 1336  2022-11-28 22:34:21
## 1337  2022-11-28 22:34:20
## 1338  2022-11-28 22:34:13
## 1339  2022-11-28 22:34:11
## 1340  2022-11-28 22:34:11
## 1341  2022-11-28 22:34:07
## 1342  2022-11-28 22:34:03
## 1343  2022-11-28 22:34:01
## 1344  2022-11-28 22:33:56
## 1345  2022-11-28 22:33:53
## 1346  2022-11-28 22:33:51
## 1347  2022-11-28 22:33:48
## 1348  2022-11-28 22:33:43
## 1349  2022-11-28 22:33:43
## 1350  2022-11-28 22:33:41
## 1351  2022-11-28 22:33:37
## 1352  2022-11-28 22:33:36
## 1353  2022-11-28 22:33:34
## 1354  2022-11-28 22:33:31
## 1355  2022-11-28 22:33:27
## 1356  2022-11-28 22:33:25
## 1357  2022-11-28 22:33:25
## 1358  2022-11-28 22:33:23
## 1359  2022-11-28 22:33:20
## 1360  2022-11-28 22:33:17
## 1361  2022-11-28 22:33:17
## 1362  2022-11-28 22:33:09
## 1363  2022-11-28 22:32:52
## 1364  2022-11-28 22:32:52
## 1365  2022-11-28 22:32:52
## 1366  2022-11-28 22:32:47
## 1367  2022-11-28 22:32:34
## 1368  2022-11-28 22:32:32
## 1369  2022-11-28 22:32:32
## 1370  2022-11-28 22:32:23
## 1371  2022-11-28 22:32:19
## 1372  2022-11-28 22:32:19
## 1373  2022-11-28 22:32:18
## 1374  2022-11-28 22:32:12
## 1375  2022-11-28 22:32:07
## 1376  2022-11-28 22:31:59
## 1377  2022-11-28 22:31:50
## 1378  2022-11-28 22:31:48
## 1379  2022-11-28 22:31:47
## 1380  2022-11-28 22:31:41
## 1381  2022-11-28 22:31:39
## 1382  2022-11-28 22:31:35
## 1383  2022-11-28 22:31:27
## 1384  2022-11-28 22:31:25
## 1385  2022-11-28 22:31:13
## 1386  2022-11-28 22:31:10
## 1387  2022-11-28 22:31:10
## 1388  2022-11-28 22:31:07
## 1389  2022-11-28 22:30:59
## 1390  2022-11-28 22:30:57
## 1391  2022-11-28 22:30:52
## 1392  2022-11-28 22:30:45
## 1393  2022-11-28 22:30:45
## 1394  2022-11-28 22:30:44
## 1395  2022-11-28 22:30:39
## 1396  2022-11-28 22:30:38
## 1397  2022-11-28 22:30:31
## 1398  2022-11-28 22:30:26
## 1399  2022-11-28 22:30:25
## 1400  2022-11-28 22:30:23
## 1401  2022-11-28 22:30:21
## 1402  2022-11-28 22:30:14
## 1403  2022-11-28 22:30:11
## 1404  2022-11-28 22:30:08
## 1405  2022-11-28 22:29:55
## 1406  2022-11-28 22:29:53
## 1407  2022-11-28 22:29:53
## 1408  2022-11-28 22:29:52
## 1409  2022-11-28 22:29:44
## 1410  2022-11-28 22:29:36
## 1411  2022-11-28 22:29:35
## 1412  2022-11-28 22:29:34
## 1413  2022-11-28 22:29:33
## 1414  2022-11-28 22:29:31
## 1415  2022-11-28 22:29:30
## 1416  2022-11-28 22:29:19
## 1417  2022-11-28 22:29:14
## 1418  2022-11-28 22:29:12
## 1419  2022-11-28 22:29:05
## 1420  2022-11-28 22:29:04
## 1421  2022-11-28 22:29:04
## 1422  2022-11-28 22:29:00
## 1423  2022-11-28 22:28:59
## 1424  2022-11-28 22:28:57
## 1425  2022-11-28 22:28:51
## 1426  2022-11-28 22:28:48
## 1427  2022-11-28 22:28:47
## 1428  2022-11-28 22:28:46
## 1429  2022-11-28 22:28:41
## 1430  2022-11-28 22:28:15
## 1431  2022-11-28 22:28:13
## 1432  2022-11-28 22:28:12
## 1433  2022-11-28 22:28:05
## 1434  2022-11-28 22:28:00
## 1435  2022-11-28 22:28:00
## 1436  2022-11-28 22:27:59
## 1437  2022-11-28 22:27:54
## 1438  2022-11-28 22:27:51
## 1439  2022-11-28 22:27:49
## 1440  2022-11-28 22:27:49
## 1441  2022-11-28 22:27:36
## 1442  2022-11-28 22:27:20
## 1443  2022-11-28 22:27:18
## 1444  2022-11-28 22:27:18
## 1445  2022-11-28 22:26:59
## 1446  2022-11-28 22:26:51
## 1447  2022-11-28 22:26:33
## 1448  2022-11-28 22:26:24
## 1449  2022-11-28 22:26:21
## 1450  2022-11-28 22:26:20
## 1451  2022-11-28 22:26:19
## 1452  2022-11-28 22:26:16
## 1453  2022-11-28 22:26:09
## 1454  2022-11-28 22:26:08
## 1455  2022-11-28 22:26:03
## 1456  2022-11-28 22:26:02
## 1457  2022-11-28 22:25:55
## 1458  2022-11-28 22:25:52
## 1459  2022-11-28 22:25:51
## 1460  2022-11-28 22:25:50
## 1461  2022-11-28 22:25:48
## 1462  2022-11-28 22:25:42
## 1463  2022-11-28 22:25:38
## 1464  2022-11-28 22:25:38
## 1465  2022-11-28 22:25:36
## 1466  2022-11-28 22:25:32
## 1467  2022-11-28 22:25:31
## 1468  2022-11-28 22:25:29
## 1469  2022-11-28 22:25:27
## 1470  2022-11-28 22:25:18
## 1471  2022-11-28 22:25:11
## 1472  2022-11-28 22:25:10
## 1473  2022-11-28 22:25:07
## 1474  2022-11-28 22:25:07
## 1475  2022-11-28 22:24:51
## 1476  2022-11-28 22:24:51
## 1477  2022-11-28 22:24:48
## 1478  2022-11-28 22:24:48
## 1479  2022-11-28 22:24:47
## 1480  2022-11-28 22:24:44
## 1481  2022-11-28 22:24:44
## 1482  2022-11-28 22:24:44
## 1483  2022-11-28 22:24:43
## 1484  2022-11-28 22:24:41
## 1485  2022-11-28 22:24:40
## 1486  2022-11-28 22:24:38
## 1487  2022-11-28 22:24:36
## 1488  2022-11-28 22:24:27
## 1489  2022-11-28 22:24:23
## 1490  2022-11-28 22:24:15
## 1491  2022-11-28 22:24:14
## 1492  2022-11-28 22:24:08
## 1493  2022-11-28 22:24:06
## 1494  2022-11-28 22:24:04
## 1495  2022-11-28 22:24:02
## 1496  2022-11-28 22:24:00
## 1497  2022-11-28 22:23:57
## 1498  2022-11-28 22:23:56
## 1499  2022-11-28 22:23:44
## 1500  2022-11-28 22:23:44
## 1501  2022-11-28 22:23:33
## 1502  2022-11-28 22:23:32
## 1503  2022-11-28 22:23:30
## 1504  2022-11-28 22:23:30
## 1505  2022-11-28 22:23:27
## 1506  2022-11-28 22:23:24
## 1507  2022-11-28 22:23:22
## 1508  2022-11-28 22:23:19
## 1509  2022-11-28 22:23:09
## 1510  2022-11-28 22:23:09
## 1511  2022-11-28 22:23:09
## 1512  2022-11-28 22:23:07
## 1513  2022-11-28 22:23:00
## 1514  2022-11-28 22:22:59
## 1515  2022-11-28 22:22:59
## 1516  2022-11-28 22:22:58
## 1517  2022-11-28 22:22:58
## 1518  2022-11-28 22:22:54
## 1519  2022-11-28 22:22:50
## 1520  2022-11-28 22:22:48
## 1521  2022-11-28 22:22:42
## 1522  2022-11-28 22:22:41
## 1523  2022-11-28 22:22:39
## 1524  2022-11-28 22:22:34
## 1525  2022-11-28 22:22:34
## 1526  2022-11-28 22:22:28
## 1527  2022-11-28 22:22:27
## 1528  2022-11-28 22:22:27
## 1529  2022-11-28 22:22:24
## 1530  2022-11-28 22:22:21
## 1531  2022-11-28 22:22:14
## 1532  2022-11-28 22:22:10
## 1533  2022-11-28 22:22:10
## 1534  2022-11-28 22:22:09
## 1535  2022-11-28 22:22:05
## 1536  2022-11-28 22:22:04
## 1537  2022-11-28 22:21:57
## 1538  2022-11-28 22:21:47
## 1539  2022-11-28 22:21:45
## 1540  2022-11-28 22:21:38
## 1541  2022-11-28 22:21:36
## 1542  2022-11-28 22:21:32
## 1543  2022-11-28 22:21:32
## 1544  2022-11-28 22:21:30
## 1545  2022-11-28 22:21:24
## 1546  2022-11-28 22:21:17
## 1547  2022-11-28 22:21:17
## 1548  2022-11-28 22:21:14
## 1549  2022-11-28 22:21:14
## 1550  2022-11-28 22:21:11
## 1551  2022-11-28 22:21:11
## 1552  2022-11-28 22:21:10
## 1553  2022-11-28 22:21:07
## 1554  2022-11-28 22:21:06
## 1555  2022-11-28 22:21:05
## 1556  2022-11-28 22:21:01
## 1557  2022-11-28 22:21:00
## 1558  2022-11-28 22:20:51
## 1559  2022-11-28 22:20:51
## 1560  2022-11-28 22:20:48
## 1561  2022-11-28 22:20:48
## 1562  2022-11-28 22:20:48
## 1563  2022-11-28 22:20:46
## 1564  2022-11-28 22:20:44
## 1565  2022-11-28 22:20:37
## 1566  2022-11-28 22:20:36
## 1567  2022-11-28 22:20:31
## 1568  2022-11-28 22:20:31
## 1569  2022-11-28 22:20:29
## 1570  2022-11-28 22:20:27
## 1571  2022-11-28 22:20:26
## 1572  2022-11-28 22:20:25
## 1573  2022-11-28 22:20:20
## 1574  2022-11-28 22:20:19
## 1575  2022-11-28 22:20:15
## 1576  2022-11-28 22:20:11
## 1577  2022-11-28 22:20:10
## 1578  2022-11-28 22:20:08
## 1579  2022-11-28 22:20:06
## 1580  2022-11-28 22:20:05
## 1581  2022-11-28 22:20:01
## 1582  2022-11-28 22:19:59
## 1583  2022-11-28 22:19:58
## 1584  2022-11-28 22:19:56
## 1585  2022-11-28 22:19:55
## 1586  2022-11-28 22:19:55
## 1587  2022-11-28 22:19:54
## 1588  2022-11-28 22:19:45
## 1589  2022-11-28 22:19:42
## 1590  2022-11-28 22:19:37
## 1591  2022-11-28 22:19:37
## 1592  2022-11-28 22:19:28
## 1593  2022-11-28 22:19:24
## 1594  2022-11-28 22:19:22
## 1595  2022-11-28 22:19:21
## 1596  2022-11-28 22:19:13
## 1597  2022-11-28 22:19:11
## 1598  2022-11-28 22:19:08
## 1599  2022-11-28 22:19:00
## 1600  2022-11-28 22:18:59
## 1601  2022-11-28 22:18:59
## 1602  2022-11-28 22:18:55
## 1603  2022-11-28 22:18:55
## 1604  2022-11-28 22:18:53
## 1605  2022-11-28 22:18:44
## 1606  2022-11-28 22:18:38
## 1607  2022-11-28 22:18:33
## 1608  2022-11-28 22:18:33
## 1609  2022-11-28 22:18:29
## 1610  2022-11-28 22:18:23
## 1611  2022-11-28 22:18:15
## 1612  2022-11-28 22:18:14
## 1613  2022-11-28 22:18:14
## 1614  2022-11-28 22:18:13
## 1615  2022-11-28 22:18:10
## 1616  2022-11-28 22:18:07
## 1617  2022-11-28 22:18:06
## 1618  2022-11-28 22:18:06
## 1619  2022-11-28 22:17:59
## 1620  2022-11-28 22:17:59
## 1621  2022-11-28 22:17:57
## 1622  2022-11-28 22:17:46
## 1623  2022-11-28 22:17:39
## 1624  2022-11-28 22:17:35
## 1625  2022-11-28 22:17:33
## 1626  2022-11-28 22:17:18
## 1627  2022-11-28 22:17:05
## 1628  2022-11-28 22:17:02
## 1629  2022-11-28 22:17:01
## 1630  2022-11-28 22:17:00
## 1631  2022-11-28 22:16:56
## 1632  2022-11-28 22:16:48
## 1633  2022-11-28 22:16:45
## 1634  2022-11-28 22:16:41
## 1635  2022-11-28 22:16:35
## 1636  2022-11-28 22:16:30
## 1637  2022-11-28 22:16:27
## 1638  2022-11-28 22:16:27
## 1639  2022-11-28 22:16:19
## 1640  2022-11-28 22:16:15
## 1641  2022-11-28 22:16:13
## 1642  2022-11-28 22:16:11
## 1643  2022-11-28 22:16:10
## 1644  2022-11-28 22:16:01
## 1645  2022-11-28 22:15:57
## 1646  2022-11-28 22:15:55
## 1647  2022-11-28 22:15:55
## 1648  2022-11-28 22:15:55
## 1649  2022-11-28 22:15:54
## 1650  2022-11-28 22:15:52
## 1651  2022-11-28 22:15:51
## 1652  2022-11-28 22:15:51
## 1653  2022-11-28 22:15:46
## 1654  2022-11-28 22:15:46
## 1655  2022-11-28 22:15:45
## 1656  2022-11-28 22:15:45
## 1657  2022-11-28 22:15:41
## 1658  2022-11-28 22:15:39
## 1659  2022-11-28 22:15:36
## 1660  2022-11-28 22:15:29
## 1661  2022-11-28 22:15:28
## 1662  2022-11-28 22:15:24
## 1663  2022-11-28 22:15:22
## 1664  2022-11-28 22:15:20
## 1665  2022-11-28 22:15:16
## 1666  2022-11-28 22:15:15
## 1667  2022-11-28 22:15:12
## 1668  2022-11-28 22:15:12
## 1669  2022-11-28 22:15:10
## 1670  2022-11-28 22:15:09
## 1671  2022-11-28 22:15:09
## 1672  2022-11-28 22:15:06
## 1673  2022-11-28 22:15:04
## 1674  2022-11-28 22:14:58
## 1675  2022-11-28 22:14:54
## 1676  2022-11-28 22:14:48
## 1677  2022-11-28 22:14:48
## 1678  2022-11-28 22:14:40
## 1679  2022-11-28 22:14:38
## 1680  2022-11-28 22:14:36
## 1681  2022-11-28 22:14:36
## 1682  2022-11-28 22:14:28
## 1683  2022-11-28 22:14:26
## 1684  2022-11-28 22:14:26
## 1685  2022-11-28 22:14:24
## 1686  2022-11-28 22:14:24
## 1687  2022-11-28 22:14:23
## 1688  2022-11-28 22:14:19
## 1689  2022-11-28 22:14:19
## 1690  2022-11-28 22:14:13
## 1691  2022-11-28 22:14:11
## 1692  2022-11-28 22:14:10
## 1693  2022-11-28 22:14:09
## 1694  2022-11-28 22:14:01
## 1695  2022-11-28 22:13:57
## 1696  2022-11-28 22:13:57
## 1697  2022-11-28 22:13:55
## 1698  2022-11-28 22:13:55
## 1699  2022-11-28 22:13:53
## 1700  2022-11-28 22:13:45
## 1701  2022-11-28 22:13:45
## 1702  2022-11-28 22:13:43
## 1703  2022-11-28 22:13:37
## 1704  2022-11-28 22:13:36
## 1705  2022-11-28 22:13:36
## 1706  2022-11-28 22:13:35
## 1707  2022-11-28 22:13:34
## 1708  2022-11-28 22:13:33
## 1709  2022-11-28 22:13:33
## 1710  2022-11-28 22:13:32
## 1711  2022-11-28 22:13:30
## 1712  2022-11-28 22:13:29
## 1713  2022-11-28 22:13:29
## 1714  2022-11-28 22:13:28
## 1715  2022-11-28 22:13:27
## 1716  2022-11-28 22:13:20
## 1717  2022-11-28 22:13:19
## 1718  2022-11-28 22:13:19
## 1719  2022-11-28 22:13:19
## 1720  2022-11-28 22:13:15
## 1721  2022-11-28 22:13:13
## 1722  2022-11-28 22:13:11
## 1723  2022-11-28 22:13:09
## 1724  2022-11-28 22:13:09
## 1725  2022-11-28 22:13:07
## 1726  2022-11-28 22:13:06
## 1727  2022-11-28 22:13:02
## 1728  2022-11-28 22:12:59
## 1729  2022-11-28 22:12:57
## 1730  2022-11-28 22:12:56
## 1731  2022-11-28 22:12:54
## 1732  2022-11-28 22:12:50
## 1733  2022-11-28 22:12:50
## 1734  2022-11-28 22:12:49
## 1735  2022-11-28 22:12:46
## 1736  2022-11-28 22:12:44
## 1737  2022-11-28 22:12:44
## 1738  2022-11-28 22:12:41
## 1739  2022-11-28 22:12:40
## 1740  2022-11-28 22:12:34
## 1741  2022-11-28 22:12:29
## 1742  2022-11-28 22:12:28
## 1743  2022-11-28 22:12:25
## 1744  2022-11-28 22:12:23
## 1745  2022-11-28 22:12:21
## 1746  2022-11-28 22:12:18
## 1747  2022-11-28 22:12:16
## 1748  2022-11-28 22:12:16
## 1749  2022-11-28 22:12:15
## 1750  2022-11-28 22:12:10
## 1751  2022-11-28 22:12:10
## 1752  2022-11-28 22:12:06
## 1753  2022-11-28 22:12:01
## 1754  2022-11-28 22:12:00
## 1755  2022-11-28 22:12:00
## 1756  2022-11-28 22:11:59
## 1757  2022-11-28 22:11:57
## 1758  2022-11-28 22:11:53
## 1759  2022-11-28 22:11:51
## 1760  2022-11-28 22:11:49
## 1761  2022-11-28 22:11:47
## 1762  2022-11-28 22:11:43
## 1763  2022-11-28 22:11:38
## 1764  2022-11-28 22:11:35
## 1765  2022-11-28 22:11:33
## 1766  2022-11-28 22:11:31
## 1767  2022-11-28 22:11:28
## 1768  2022-11-28 22:11:26
## 1769  2022-11-28 22:11:21
## 1770  2022-11-28 22:11:17
## 1771  2022-11-28 22:11:13
## 1772  2022-11-28 22:11:10
## 1773  2022-11-28 22:11:09
## 1774  2022-11-28 22:11:05
## 1775  2022-11-28 22:11:03
## 1776  2022-11-28 22:10:54
## 1777  2022-11-28 22:10:48
## 1778  2022-11-28 22:10:46
## 1779  2022-11-28 22:10:45
## 1780  2022-11-28 22:10:42
## 1781  2022-11-28 22:10:41
## 1782  2022-11-28 22:10:40
## 1783  2022-11-28 22:10:37
## 1784  2022-11-28 22:10:34
## 1785  2022-11-28 22:10:26
## 1786  2022-11-28 22:10:21
## 1787  2022-11-28 22:10:20
## 1788  2022-11-28 22:10:18
## 1789  2022-11-28 22:10:18
## 1790  2022-11-28 22:10:16
## 1791  2022-11-28 22:10:15
## 1792  2022-11-28 22:10:15
## 1793  2022-11-28 22:10:11
## 1794  2022-11-28 22:10:09
## 1795  2022-11-28 22:10:08
## 1796  2022-11-28 22:10:07
## 1797  2022-11-28 22:10:06
## 1798  2022-11-28 22:10:05
## 1799  2022-11-28 22:10:05
## 1800  2022-11-28 22:09:59
## 1801  2022-11-28 22:09:53
## 1802  2022-11-28 22:09:51
## 1803  2022-11-28 22:09:49
## 1804  2022-11-28 22:09:49
## 1805  2022-11-28 22:09:37
## 1806  2022-11-28 22:09:34
## 1807  2022-11-28 22:09:32
## 1808  2022-11-28 22:09:27
## 1809  2022-11-28 22:09:25
## 1810  2022-11-28 22:09:21
## 1811  2022-11-28 22:09:21
## 1812  2022-11-28 22:09:08
## 1813  2022-11-28 22:09:06
## 1814  2022-11-28 22:09:01
## 1815  2022-11-28 22:08:50
## 1816  2022-11-28 22:08:50
## 1817  2022-11-28 22:08:48
## 1818  2022-11-28 22:08:47
## 1819  2022-11-28 22:08:42
## 1820  2022-11-28 22:08:37
## 1821  2022-11-28 22:08:37
## 1822  2022-11-28 22:08:35
## 1823  2022-11-28 22:08:35
## 1824  2022-11-28 22:08:32
## 1825  2022-11-28 22:08:27
## 1826  2022-11-28 22:08:23
## 1827  2022-11-28 22:08:20
## 1828  2022-11-28 22:08:16
## 1829  2022-11-28 22:08:13
## 1830  2022-11-28 22:08:12
## 1831  2022-11-28 22:08:10
## 1832  2022-11-28 22:08:09
## 1833  2022-11-28 22:07:57
## 1834  2022-11-28 22:07:56
## 1835  2022-11-28 22:07:54
## 1836  2022-11-28 22:07:54
## 1837  2022-11-28 22:07:51
## 1838  2022-11-28 22:07:50
## 1839  2022-11-28 22:07:49
## 1840  2022-11-28 22:07:39
## 1841  2022-11-28 22:07:36
## 1842  2022-11-28 22:07:34
## 1843  2022-11-28 22:07:33
## 1844  2022-11-28 22:07:31
## 1845  2022-11-28 22:07:29
## 1846  2022-11-28 22:07:24
## 1847  2022-11-28 22:07:22
## 1848  2022-11-28 22:07:18
## 1849  2022-11-28 22:07:17
## 1850  2022-11-28 22:07:13
## 1851  2022-11-28 22:07:13
## 1852  2022-11-28 22:07:12
## 1853  2022-11-28 22:07:12
## 1854  2022-11-28 22:06:57
## 1855  2022-11-28 22:06:57
## 1856  2022-11-28 22:06:55
## 1857  2022-11-28 22:06:55
## 1858  2022-11-28 22:06:43
## 1859  2022-11-28 22:06:41
## 1860  2022-11-28 22:06:38
## 1861  2022-11-28 22:06:38
## 1862  2022-11-28 22:06:26
## 1863  2022-11-28 22:06:25
## 1864  2022-11-28 22:06:25
## 1865  2022-11-28 22:06:18
## 1866  2022-11-28 22:06:17
## 1867  2022-11-28 22:06:12
## 1868  2022-11-28 22:06:09
## 1869  2022-11-28 22:06:06
## 1870  2022-11-28 22:06:02
## 1871  2022-11-28 22:06:01
## 1872  2022-11-28 22:05:50
## 1873  2022-11-28 22:05:50
## 1874  2022-11-28 22:05:49
## 1875  2022-11-28 22:05:40
## 1876  2022-11-28 22:05:38
## 1877  2022-11-28 22:05:34
## 1878  2022-11-28 22:05:33
## 1879  2022-11-28 22:05:30
## 1880  2022-11-28 22:05:30
## 1881  2022-11-28 22:05:29
## 1882  2022-11-28 22:05:27
## 1883  2022-11-28 22:05:16
## 1884  2022-11-28 22:05:11
## 1885  2022-11-28 22:05:07
## 1886  2022-11-28 22:05:05
## 1887  2022-11-28 22:05:02
## 1888  2022-11-28 22:04:58
## 1889  2022-11-28 22:04:55
## 1890  2022-11-28 22:04:47
## 1891  2022-11-28 22:04:45
## 1892  2022-11-28 22:04:44
## 1893  2022-11-28 22:04:41
## 1894  2022-11-28 22:04:40
## 1895  2022-11-28 22:04:38
## 1896  2022-11-28 22:04:37
## 1897  2022-11-28 22:04:32
## 1898  2022-11-28 22:04:30
## 1899  2022-11-28 22:04:30
## 1900  2022-11-28 22:04:29
## 1901  2022-11-28 22:04:29
## 1902  2022-11-28 22:04:26
## 1903  2022-11-28 22:04:22
## 1904  2022-11-28 22:04:19
## 1905  2022-11-28 22:04:17
## 1906  2022-11-28 22:04:17
## 1907  2022-11-28 22:04:13
## 1908  2022-11-28 22:04:08
## 1909  2022-11-28 22:04:01
## 1910  2022-11-28 22:03:59
## 1911  2022-11-28 22:03:58
## 1912  2022-11-28 22:03:55
## 1913  2022-11-28 22:03:54
## 1914  2022-11-28 22:03:53
## 1915  2022-11-28 22:03:50
## 1916  2022-11-28 22:03:49
## 1917  2022-11-28 22:03:48
## 1918  2022-11-28 22:03:44
## 1919  2022-11-28 22:03:43
## 1920  2022-11-28 22:03:42
## 1921  2022-11-28 22:03:42
## 1922  2022-11-28 22:03:40
## 1923  2022-11-28 22:03:39
## 1924  2022-11-28 22:03:37
## 1925  2022-11-28 22:03:31
## 1926  2022-11-28 22:03:25
## 1927  2022-11-28 22:03:24
## 1928  2022-11-28 22:03:18
## 1929  2022-11-28 22:03:15
## 1930  2022-11-28 22:03:12
## 1931  2022-11-28 22:03:11
## 1932  2022-11-28 22:03:08
## 1933  2022-11-28 22:03:08
## 1934  2022-11-28 22:03:04
## 1935  2022-11-28 22:02:59
## 1936  2022-11-28 22:02:58
## 1937  2022-11-28 22:02:58
## 1938  2022-11-28 22:02:57
## 1939  2022-11-28 22:02:53
## 1940  2022-11-28 22:02:52
## 1941  2022-11-28 22:02:40
## 1942  2022-11-28 22:02:39
## 1943  2022-11-28 22:02:39
## 1944  2022-11-28 22:02:33
## 1945  2022-11-28 22:02:25
## 1946  2022-11-28 22:02:20
## 1947  2022-11-28 22:02:19
## 1948  2022-11-28 22:02:17
## 1949  2022-11-28 22:02:16
## 1950  2022-11-28 22:02:15
## 1951  2022-11-28 22:02:13
## 1952  2022-11-28 22:02:12
## 1953  2022-11-28 22:02:09
## 1954  2022-11-28 22:02:08
## 1955  2022-11-28 22:02:07
## 1956  2022-11-28 22:02:07
## 1957  2022-11-28 22:02:06
## 1958  2022-11-28 22:02:01
## 1959  2022-11-28 22:01:55
## 1960  2022-11-28 22:01:52
## 1961  2022-11-28 22:01:48
## 1962  2022-11-28 22:01:47
## 1963  2022-11-28 22:01:45
## 1964  2022-11-28 22:01:45
## 1965  2022-11-28 22:01:44
## 1966  2022-11-28 22:01:35
## 1967  2022-11-28 22:01:32
## 1968  2022-11-28 22:01:24
## 1969  2022-11-28 22:01:24
## 1970  2022-11-28 22:01:21
## 1971  2022-11-28 22:01:17
## 1972  2022-11-28 22:01:14
## 1973  2022-11-28 22:01:13
## 1974  2022-11-28 22:01:06
## 1975  2022-11-28 22:01:00
## 1976  2022-11-28 22:01:00
## 1977  2022-11-28 22:00:59
## 1978  2022-11-28 22:00:58
## 1979  2022-11-28 22:00:58
## 1980  2022-11-28 22:00:57
## 1981  2022-11-28 22:00:53
## 1982  2022-11-28 22:00:47
## 1983  2022-11-28 22:00:33
## 1984  2022-11-28 22:00:31
## 1985  2022-11-28 22:00:30
## 1986  2022-11-28 22:00:28
## 1987  2022-11-28 22:00:27
## 1988  2022-11-28 22:00:23
## 1989  2022-11-28 22:00:15
## 1990  2022-11-28 22:00:14
## 1991  2022-11-28 22:00:11
## 1992  2022-11-28 22:00:09
## 1993  2022-11-28 22:00:04
## 1994  2022-11-28 22:00:01
## 1995  2022-11-28 21:59:59
## 1996  2022-11-28 21:59:58
## 1997  2022-11-28 21:59:54
## 1998  2022-11-28 21:59:46
## 1999  2022-11-28 21:59:46
## 2000  2022-11-28 21:59:46
## 2001  2022-11-28 21:59:44
## 2002  2022-11-28 21:59:39
## 2003  2022-11-28 21:59:38
## 2004  2022-11-28 21:59:38
## 2005  2022-11-28 21:59:38
## 2006  2022-11-28 21:59:33
## 2007  2022-11-28 21:59:33
## 2008  2022-11-28 21:59:30
## 2009  2022-11-28 21:59:27
## 2010  2022-11-28 21:59:26
## 2011  2022-11-28 21:59:26
## 2012  2022-11-28 21:59:26
## 2013  2022-11-28 21:59:26
## 2014  2022-11-28 21:59:25
## 2015  2022-11-28 21:59:24
## 2016  2022-11-28 21:59:19
## 2017  2022-11-28 21:59:17
## 2018  2022-11-28 21:59:14
## 2019  2022-11-28 21:59:13
## 2020  2022-11-28 21:59:11
## 2021  2022-11-28 21:59:10
## 2022  2022-11-28 21:59:08
## 2023  2022-11-28 21:59:07
## 2024  2022-11-28 21:59:06
## 2025  2022-11-28 21:59:01
## 2026  2022-11-28 21:59:01
## 2027  2022-11-28 21:58:58
## 2028  2022-11-28 21:58:58
## 2029  2022-11-28 21:58:56
## 2030  2022-11-28 21:58:54
## 2031  2022-11-28 21:58:53
## 2032  2022-11-28 21:58:50
## 2033  2022-11-28 21:58:49
## 2034  2022-11-28 21:58:44
## 2035  2022-11-28 21:58:44
## 2036  2022-11-28 21:58:41
## 2037  2022-11-28 21:58:41
## 2038  2022-11-28 21:58:40
## 2039  2022-11-28 21:58:39
## 2040  2022-11-28 21:58:37
## 2041  2022-11-28 21:58:36
## 2042  2022-11-28 21:58:36
## 2043  2022-11-28 21:58:35
## 2044  2022-11-28 21:58:35
## 2045  2022-11-28 21:58:28
## 2046  2022-11-28 21:58:27
## 2047  2022-11-28 21:58:25
## 2048  2022-11-28 21:58:22
## 2049  2022-11-28 21:58:21
## 2050  2022-11-28 21:58:19
## 2051  2022-11-28 21:58:18
## 2052  2022-11-28 21:58:18
## 2053  2022-11-28 21:58:17
## 2054  2022-11-28 21:58:13
## 2055  2022-11-28 21:58:12
## 2056  2022-11-28 21:58:10
## 2057  2022-11-28 21:58:06
## 2058  2022-11-28 21:58:04
## 2059  2022-11-28 21:58:02
## 2060  2022-11-28 21:58:00
## 2061  2022-11-28 21:58:00
## 2062  2022-11-28 21:57:56
## 2063  2022-11-28 21:57:53
## 2064  2022-11-28 21:57:53
## 2065  2022-11-28 21:57:52
## 2066  2022-11-28 21:57:52
## 2067  2022-11-28 21:57:50
## 2068  2022-11-28 21:57:50
## 2069  2022-11-28 21:57:49
## 2070  2022-11-28 21:57:49
## 2071  2022-11-28 21:57:48
## 2072  2022-11-28 21:57:45
## 2073  2022-11-28 21:57:44
## 2074  2022-11-28 21:57:43
## 2075  2022-11-28 21:57:42
## 2076  2022-11-28 21:57:40
## 2077  2022-11-28 21:57:39
## 2078  2022-11-28 21:57:39
## 2079  2022-11-28 21:57:36
## 2080  2022-11-28 21:57:30
## 2081  2022-11-28 21:57:28
## 2082  2022-11-28 21:57:28
## 2083  2022-11-28 21:57:24
## 2084  2022-11-28 21:57:23
## 2085  2022-11-28 21:57:22
## 2086  2022-11-28 21:57:21
## 2087  2022-11-28 21:57:20
## 2088  2022-11-28 21:57:19
## 2089  2022-11-28 21:57:14
## 2090  2022-11-28 21:57:14
## 2091  2022-11-28 21:57:13
## 2092  2022-11-28 21:57:10
## 2093  2022-11-28 21:57:09
## 2094  2022-11-28 21:57:07
## 2095  2022-11-28 21:57:00
## 2096  2022-11-28 21:56:59
## 2097  2022-11-28 21:56:58
## 2098  2022-11-28 21:56:57
## 2099  2022-11-28 21:56:56
## 2100  2022-11-28 21:56:56
## 2101  2022-11-28 21:56:53
## 2102  2022-11-28 21:56:53
## 2103  2022-11-28 21:56:52
## 2104  2022-11-28 21:56:52
## 2105  2022-11-28 21:56:51
## 2106  2022-11-28 21:56:49
## 2107  2022-11-28 21:56:42
## 2108  2022-11-28 21:56:41
## 2109  2022-11-28 21:56:40
## 2110  2022-11-28 21:56:39
## 2111  2022-11-28 21:56:38
## 2112  2022-11-28 21:56:35
## 2113  2022-11-28 21:56:35
## 2114  2022-11-28 21:56:35
## 2115  2022-11-28 21:56:34
## 2116  2022-11-28 21:56:31
## 2117  2022-11-28 21:56:29
## 2118  2022-11-28 21:56:26
## 2119  2022-11-28 21:56:26
## 2120  2022-11-28 21:56:24
## 2121  2022-11-28 21:56:24
## 2122  2022-11-28 21:56:22
## 2123  2022-11-28 21:56:22
## 2124  2022-11-28 21:56:21
## 2125  2022-11-28 21:56:20
## 2126  2022-11-28 21:56:15
## 2127  2022-11-28 21:56:14
## 2128  2022-11-28 21:56:14
## 2129  2022-11-28 21:56:13
## 2130  2022-11-28 21:56:12
## 2131  2022-11-28 21:56:10
## 2132  2022-11-28 21:56:10
## 2133  2022-11-28 21:56:10
## 2134  2022-11-28 21:56:08
## 2135  2022-11-28 21:56:05
## 2136  2022-11-28 21:56:01
## 2137  2022-11-28 21:55:59
## 2138  2022-11-28 21:55:57
## 2139  2022-11-28 21:55:57
## 2140  2022-11-28 21:55:55
## 2141  2022-11-28 21:55:50
## 2142  2022-11-28 21:55:48
## 2143  2022-11-28 21:55:44
## 2144  2022-11-28 21:55:43
## 2145  2022-11-28 21:55:42
## 2146  2022-11-28 21:55:42
## 2147  2022-11-28 21:55:41
## 2148  2022-11-28 21:55:38
## 2149  2022-11-28 21:55:36
## 2150  2022-11-28 21:55:33
## 2151  2022-11-28 21:55:29
## 2152  2022-11-28 21:55:29
## 2153  2022-11-28 21:55:25
## 2154  2022-11-28 21:55:16
## 2155  2022-11-28 21:55:15
## 2156  2022-11-28 21:55:11
## 2157  2022-11-28 21:55:04
## 2158  2022-11-28 21:54:57
## 2159  2022-11-28 21:54:54
## 2160  2022-11-28 21:54:54
## 2161  2022-11-28 21:54:46
## 2162  2022-11-28 21:54:46
## 2163  2022-11-28 21:54:43
## 2164  2022-11-28 21:54:43
## 2165  2022-11-28 21:54:42
## 2166  2022-11-28 21:54:42
## 2167  2022-11-28 21:54:40
## 2168  2022-11-28 21:54:39
## 2169  2022-11-28 21:54:34
## 2170  2022-11-28 21:54:33
## 2171  2022-11-28 21:54:32
## 2172  2022-11-28 21:54:31
## 2173  2022-11-28 21:54:30
## 2174  2022-11-28 21:54:27
## 2175  2022-11-28 21:54:25
## 2176  2022-11-28 21:54:24
## 2177  2022-11-28 21:54:23
## 2178  2022-11-28 21:54:19
## 2179  2022-11-28 21:54:18
## 2180  2022-11-28 21:54:17
## 2181  2022-11-28 21:54:16
## 2182  2022-11-28 21:54:15
## 2183  2022-11-28 21:54:03
## 2184  2022-11-28 21:54:01
## 2185  2022-11-28 21:54:01
## 2186  2022-11-28 21:53:59
## 2187  2022-11-28 21:53:59
## 2188  2022-11-28 21:53:54
## 2189  2022-11-28 21:53:54
## 2190  2022-11-28 21:53:52
## 2191  2022-11-28 21:53:49
## 2192  2022-11-28 21:53:46
## 2193  2022-11-28 21:53:45
## 2194  2022-11-28 21:53:41
## 2195  2022-11-28 21:53:33
## 2196  2022-11-28 21:53:24
## 2197  2022-11-28 21:53:23
## 2198  2022-11-28 21:53:18
## 2199  2022-11-28 21:53:14
## 2200  2022-11-28 21:53:14
## 2201  2022-11-28 21:53:10
## 2202  2022-11-28 21:53:09
## 2203  2022-11-28 21:53:08
## 2204  2022-11-28 21:53:01
## 2205  2022-11-28 21:53:00
## 2206  2022-11-28 21:52:57
## 2207  2022-11-28 21:52:55
## 2208  2022-11-28 21:52:50
## 2209  2022-11-28 21:52:46
## 2210  2022-11-28 21:52:46
## 2211  2022-11-28 21:52:44
## 2212  2022-11-28 21:52:37
## 2213  2022-11-28 21:52:35
## 2214  2022-11-28 21:52:33
## 2215  2022-11-28 21:52:33
## 2216  2022-11-28 21:52:25
## 2217  2022-11-28 21:52:21
## 2218  2022-11-28 21:52:20
## 2219  2022-11-28 21:52:19
## 2220  2022-11-28 21:52:19
## 2221  2022-11-28 21:52:15
## 2222  2022-11-28 21:52:12
## 2223  2022-11-28 21:52:11
## 2224  2022-11-28 21:52:05
## 2225  2022-11-28 21:52:03
## 2226  2022-11-28 21:51:59
## 2227  2022-11-28 21:51:56
## 2228  2022-11-28 21:51:56
## 2229  2022-11-28 21:51:55
## 2230  2022-11-28 21:51:55
## 2231  2022-11-28 21:51:43
## 2232  2022-11-28 21:51:41
## 2233  2022-11-28 21:51:38
## 2234  2022-11-28 21:51:36
## 2235  2022-11-28 21:51:36
## 2236  2022-11-28 21:51:33
## 2237  2022-11-28 21:51:30
## 2238  2022-11-28 21:51:28
## 2239  2022-11-28 21:51:27
## 2240  2022-11-28 21:51:24
## 2241  2022-11-28 21:51:18
## 2242  2022-11-28 21:51:16
## 2243  2022-11-28 21:51:05
## 2244  2022-11-28 21:51:05
## 2245  2022-11-28 21:51:03
## 2246  2022-11-28 21:50:59
## 2247  2022-11-28 21:50:56
## 2248  2022-11-28 21:50:55
## 2249  2022-11-28 21:50:53
## 2250  2022-11-28 21:50:51
## 2251  2022-11-28 21:50:40
## 2252  2022-11-28 21:50:37
## 2253  2022-11-28 21:50:32
## 2254  2022-11-28 21:50:28
## 2255  2022-11-28 21:50:20
## 2256  2022-11-28 21:50:15
## 2257  2022-11-28 21:50:13
## 2258  2022-11-28 21:50:10
## 2259  2022-11-28 21:50:09
## 2260  2022-11-28 21:50:08
## 2261  2022-11-28 21:50:07
## 2262  2022-11-28 21:50:03
## 2263  2022-11-28 21:49:59
## 2264  2022-11-28 21:49:58
## 2265  2022-11-28 21:49:57
## 2266  2022-11-28 21:49:42
## 2267  2022-11-28 21:49:42
## 2268  2022-11-28 21:49:33
## 2269  2022-11-28 21:49:32
## 2270  2022-11-28 21:49:28
## 2271  2022-11-28 21:49:24
## 2272  2022-11-28 21:49:20
## 2273  2022-11-28 21:49:13
## 2274  2022-11-28 21:49:12
## 2275  2022-11-28 21:49:11
## 2276  2022-11-28 21:49:10
## 2277  2022-11-28 21:49:08
## 2278  2022-11-28 21:49:08
## 2279  2022-11-28 21:49:04
## 2280  2022-11-28 21:48:57
## 2281  2022-11-28 21:48:53
## 2282  2022-11-28 21:48:51
## 2283  2022-11-28 21:48:41
## 2284  2022-11-28 21:48:39
## 2285  2022-11-28 21:48:36
## 2286  2022-11-28 21:48:30
## 2287  2022-11-28 21:48:24
## 2288  2022-11-28 21:48:23
## 2289  2022-11-28 21:48:23
## 2290  2022-11-28 21:48:16
## 2291  2022-11-28 21:48:13
## 2292  2022-11-28 21:48:05
## 2293  2022-11-28 21:48:05
## 2294  2022-11-28 21:48:02
## 2295  2022-11-28 21:48:02
## 2296  2022-11-28 21:47:50
## 2297  2022-11-28 21:47:46
## 2298  2022-11-28 21:47:45
## 2299  2022-11-28 21:47:41
## 2300  2022-11-28 21:47:39
## 2301  2022-11-28 21:47:37
## 2302  2022-11-28 21:47:33
## 2303  2022-11-28 21:47:29
## 2304  2022-11-28 21:47:24
## 2305  2022-11-28 21:47:23
## 2306  2022-11-28 21:47:21
## 2307  2022-11-28 21:47:08
## 2308  2022-11-28 21:47:04
## 2309  2022-11-28 21:47:02
## 2310  2022-11-28 21:47:02
## 2311  2022-11-28 21:47:01
## 2312  2022-11-28 21:47:00
## 2313  2022-11-28 21:46:48
## 2314  2022-11-28 21:46:45
## 2315  2022-11-28 21:46:30
## 2316  2022-11-28 21:46:25
## 2317  2022-11-28 21:46:25
## 2318  2022-11-28 21:46:24
## 2319  2022-11-28 21:46:22
## 2320  2022-11-28 21:46:22
## 2321  2022-11-28 21:46:18
## 2322  2022-11-28 21:46:16
## 2323  2022-11-28 21:46:16
## 2324  2022-11-28 21:46:12
## 2325  2022-11-28 21:46:12
## 2326  2022-11-28 21:46:00
## 2327  2022-11-28 21:45:59
## 2328  2022-11-28 21:45:58
## 2329  2022-11-28 21:45:45
## 2330  2022-11-28 21:45:41
## 2331  2022-11-28 21:45:41
## 2332  2022-11-28 21:45:38
## 2333  2022-11-28 21:45:33
## 2334  2022-11-28 21:45:22
## 2335  2022-11-28 21:45:22
## 2336  2022-11-28 21:45:19
## 2337  2022-11-28 21:45:19
## 2338  2022-11-28 21:45:13
## 2339  2022-11-28 21:45:11
## 2340  2022-11-28 21:45:10
## 2341  2022-11-28 21:45:09
## 2342  2022-11-28 21:45:05
## 2343  2022-11-28 21:45:04
## 2344  2022-11-28 21:44:53
## 2345  2022-11-28 21:44:42
## 2346  2022-11-28 21:44:38
## 2347  2022-11-28 21:44:38
## 2348  2022-11-28 21:44:28
## 2349  2022-11-28 21:44:24
## 2350  2022-11-28 21:44:19
## 2351  2022-11-28 21:44:14
## 2352  2022-11-28 21:44:14
## 2353  2022-11-28 21:44:11
## 2354  2022-11-28 21:44:07
## 2355  2022-11-28 21:44:06
## 2356  2022-11-28 21:44:01
## 2357  2022-11-28 21:43:58
## 2358  2022-11-28 21:43:54
## 2359  2022-11-28 21:43:53
## 2360  2022-11-28 21:43:46
## 2361  2022-11-28 21:43:25
## 2362  2022-11-28 21:43:21
## 2363  2022-11-28 21:43:20
## 2364  2022-11-28 21:43:16
## 2365  2022-11-28 21:43:12
## 2366  2022-11-28 21:43:12
## 2367  2022-11-28 21:43:03
## 2368  2022-11-28 21:43:00
## 2369  2022-11-28 21:42:57
## 2370  2022-11-28 21:42:57
## 2371  2022-11-28 21:42:50
## 2372  2022-11-28 21:42:49
## 2373  2022-11-28 21:42:45
## 2374  2022-11-28 21:42:43
## 2375  2022-11-28 21:42:40
## 2376  2022-11-28 21:42:28
## 2377  2022-11-28 21:42:20
## 2378  2022-11-28 21:42:17
## 2379  2022-11-28 21:42:16
## 2380  2022-11-28 21:42:12
## 2381  2022-11-28 21:42:08
## 2382  2022-11-28 21:41:59
## 2383  2022-11-28 21:41:59
## 2384  2022-11-28 21:41:50
## 2385  2022-11-28 21:41:49
## 2386  2022-11-28 21:41:49
## 2387  2022-11-28 21:41:46
## 2388  2022-11-28 21:41:38
## 2389  2022-11-28 21:41:32
## 2390  2022-11-28 21:41:23
## 2391  2022-11-28 21:41:22
## 2392  2022-11-28 21:41:21
## 2393  2022-11-28 21:41:17
## 2394  2022-11-28 21:41:04
## 2395  2022-11-28 21:41:00
## 2396  2022-11-28 21:41:00
## 2397  2022-11-28 21:40:59
## 2398  2022-11-28 21:40:54
## 2399  2022-11-28 21:40:53
## 2400  2022-11-28 21:40:50
## 2401  2022-11-28 21:40:50
## 2402  2022-11-28 21:40:41
## 2403  2022-11-28 21:40:40
## 2404  2022-11-28 21:40:22
## 2405  2022-11-28 21:40:21
## 2406  2022-11-28 21:40:20
## 2407  2022-11-28 21:40:19
## 2408  2022-11-28 21:40:17
## 2409  2022-11-28 21:40:14
## 2410  2022-11-28 21:40:08
## 2411  2022-11-28 21:40:04
## 2412  2022-11-28 21:39:53
## 2413  2022-11-28 21:39:52
## 2414  2022-11-28 21:39:51
## 2415  2022-11-28 21:39:48
## 2416  2022-11-28 21:39:46
## 2417  2022-11-28 21:39:44
## 2418  2022-11-28 21:39:43
## 2419  2022-11-28 21:39:40
## 2420  2022-11-28 21:39:39
## 2421  2022-11-28 21:39:38
## 2422  2022-11-28 21:39:37
## 2423  2022-11-28 21:39:36
## 2424  2022-11-28 21:39:28
## 2425  2022-11-28 21:39:27
## 2426  2022-11-28 21:39:27
## 2427  2022-11-28 21:39:25
## 2428  2022-11-28 21:39:24
## 2429  2022-11-28 21:39:16
## 2430  2022-11-28 21:39:15
## 2431  2022-11-28 21:39:05
## 2432  2022-11-28 21:39:04
## 2433  2022-11-28 21:39:00
## 2434  2022-11-28 21:39:00
## 2435  2022-11-28 21:38:54
## 2436  2022-11-28 21:38:49
## 2437  2022-11-28 21:38:48
## 2438  2022-11-28 21:38:44
## 2439  2022-11-28 21:38:40
## 2440  2022-11-28 21:38:38
## 2441  2022-11-28 21:38:35
## 2442  2022-11-28 21:38:34
## 2443  2022-11-28 21:38:34
## 2444  2022-11-28 21:38:33
## 2445  2022-11-28 21:38:31
## 2446  2022-11-28 21:38:31
## 2447  2022-11-28 21:38:30
## 2448  2022-11-28 21:38:29
## 2449  2022-11-28 21:38:27
## 2450  2022-11-28 21:38:24
## 2451  2022-11-28 21:38:21
## 2452  2022-11-28 21:38:20
## 2453  2022-11-28 21:38:11
## 2454  2022-11-28 21:38:10
## 2455  2022-11-28 21:38:01
## 2456  2022-11-28 21:38:00
## 2457  2022-11-28 21:37:55
## 2458  2022-11-28 21:37:52
## 2459  2022-11-28 21:37:48
## 2460  2022-11-28 21:37:46
## 2461  2022-11-28 21:37:43
## 2462  2022-11-28 21:37:34
## 2463  2022-11-28 21:37:33
## 2464  2022-11-28 21:37:31
## 2465  2022-11-28 21:37:31
## 2466  2022-11-28 21:37:30
## 2467  2022-11-28 21:37:29
## 2468  2022-11-28 21:37:24
## 2469  2022-11-28 21:37:24
## 2470  2022-11-28 21:37:23
## 2471  2022-11-28 21:37:19
## 2472  2022-11-28 21:37:18
## 2473  2022-11-28 21:37:13
## 2474  2022-11-28 21:37:10
## 2475  2022-11-28 21:37:08
## 2476  2022-11-28 21:37:06
## 2477  2022-11-28 21:37:05
## 2478  2022-11-28 21:37:00
## 2479  2022-11-28 21:36:54
## 2480  2022-11-28 21:36:53
## 2481  2022-11-28 21:36:53
## 2482  2022-11-28 21:36:52
## 2483  2022-11-28 21:36:49
## 2484  2022-11-28 21:36:44
## 2485  2022-11-28 21:36:42
## 2486  2022-11-28 21:36:40
## 2487  2022-11-28 21:36:40
## 2488  2022-11-28 21:36:37
## 2489  2022-11-28 21:36:31
## 2490  2022-11-28 21:36:30
## 2491  2022-11-28 21:36:27
## 2492  2022-11-28 21:36:21
## 2493  2022-11-28 21:36:18
## 2494  2022-11-28 21:36:17
## 2495  2022-11-28 21:36:16
## 2496  2022-11-28 21:36:15
## 2497  2022-11-28 21:36:11
## 2498  2022-11-28 21:36:08
## 2499  2022-11-28 21:36:06
## 2500  2022-11-28 21:36:05
## 2501  2022-11-28 21:35:50
## 2502  2022-11-28 21:35:49
## 2503  2022-11-28 21:35:46
## 2504  2022-11-28 21:35:40
## 2505  2022-11-28 21:35:39
## 2506  2022-11-28 21:35:37
## 2507  2022-11-28 21:35:36
## 2508  2022-11-28 21:35:33
## 2509  2022-11-28 21:35:33
## 2510  2022-11-28 21:35:32
## 2511  2022-11-28 21:35:30
## 2512  2022-11-28 21:35:25
## 2513  2022-11-28 21:35:19
## 2514  2022-11-28 21:35:18
## 2515  2022-11-28 21:35:12
## 2516  2022-11-28 21:35:05
## 2517  2022-11-28 21:35:03
## 2518  2022-11-28 21:35:02
## 2519  2022-11-28 21:35:01
## 2520  2022-11-28 21:34:54
## 2521  2022-11-28 21:34:52
## 2522  2022-11-28 21:34:50
## 2523  2022-11-28 21:34:48
## 2524  2022-11-28 21:34:38
## 2525  2022-11-28 21:34:37
## 2526  2022-11-28 21:34:35
## 2527  2022-11-28 21:34:21
## 2528  2022-11-28 21:34:15
## 2529  2022-11-28 21:34:10
## 2530  2022-11-28 21:34:09
## 2531  2022-11-28 21:34:03
## 2532  2022-11-28 21:33:59
## 2533  2022-11-28 21:33:56
## 2534  2022-11-28 21:33:55
## 2535  2022-11-28 21:33:54
## 2536  2022-11-28 21:33:51
## 2537  2022-11-28 21:33:48
## 2538  2022-11-28 21:33:44
## 2539  2022-11-28 21:33:36
## 2540  2022-11-28 21:33:30
## 2541  2022-11-28 21:33:27
## 2542  2022-11-28 21:33:26
## 2543  2022-11-28 21:33:25
## 2544  2022-11-28 21:33:24
## 2545  2022-11-28 21:33:22
## 2546  2022-11-28 21:33:13
## 2547  2022-11-28 21:33:06
## 2548  2022-11-28 21:32:58
## 2549  2022-11-28 21:32:41
## 2550  2022-11-28 21:32:38
## 2551  2022-11-28 21:32:37
## 2552  2022-11-28 21:32:24
## 2553  2022-11-28 21:32:17
## 2554  2022-11-28 21:32:00
## 2555  2022-11-28 21:32:00
## 2556  2022-11-28 21:32:00
## 2557  2022-11-28 21:31:57
## 2558  2022-11-28 21:31:41
## 2559  2022-11-28 21:31:11
## 2560  2022-11-28 21:31:11
## 2561  2022-11-28 21:31:01
## 2562  2022-11-28 21:30:57
## 2563  2022-11-28 21:30:56
## 2564  2022-11-28 21:30:52
## 2565  2022-11-28 21:30:50
## 2566  2022-11-28 21:30:46
## 2567  2022-11-28 21:30:34
## 2568  2022-11-28 21:30:26
## 2569  2022-11-28 21:30:25
## 2570  2022-11-28 21:30:11
## 2571  2022-11-28 21:30:06
## 2572  2022-11-28 21:30:06
## 2573  2022-11-28 21:29:54
## 2574  2022-11-28 21:29:52
## 2575  2022-11-28 21:29:51
## 2576  2022-11-28 21:29:42
## 2577  2022-11-28 21:29:33
## 2578  2022-11-28 21:29:27
## 2579  2022-11-28 21:29:27
## 2580  2022-11-28 21:29:20
## 2581  2022-11-28 21:29:19
## 2582  2022-11-28 21:29:14
## 2583  2022-11-28 21:29:12
## 2584  2022-11-28 21:29:10
## 2585  2022-11-28 21:29:09
## 2586  2022-11-28 21:29:04
## 2587  2022-11-28 21:29:02
## 2588  2022-11-28 21:29:00
## 2589  2022-11-28 21:28:58
## 2590  2022-11-28 21:28:56
## 2591  2022-11-28 21:28:44
## 2592  2022-11-28 21:28:39
## 2593  2022-11-28 21:28:35
## 2594  2022-11-28 21:28:32
## 2595  2022-11-28 21:28:28
## 2596  2022-11-28 21:28:23
## 2597  2022-11-28 21:28:22
## 2598  2022-11-28 21:28:17
## 2599  2022-11-28 21:28:17
## 2600  2022-11-28 21:28:13
## 2601  2022-11-28 21:28:09
## 2602  2022-11-28 21:28:06
## 2603  2022-11-28 21:28:06
## 2604  2022-11-28 21:28:04
## 2605  2022-11-28 21:28:03
## 2606  2022-11-28 21:28:02
## 2607  2022-11-28 21:28:01
## 2608  2022-11-28 21:27:55
## 2609  2022-11-28 21:27:52
## 2610  2022-11-28 21:27:51
## 2611  2022-11-28 21:27:51
## 2612  2022-11-28 21:27:50
## 2613  2022-11-28 21:27:48
## 2614  2022-11-28 21:27:46
## 2615  2022-11-28 21:27:29
## 2616  2022-11-28 21:27:21
## 2617  2022-11-28 21:27:13
## 2618  2022-11-28 21:27:07
## 2619  2022-11-28 21:27:07
## 2620  2022-11-28 21:27:05
## 2621  2022-11-28 21:27:02
## 2622  2022-11-28 21:26:56
## 2623  2022-11-28 21:26:53
## 2624  2022-11-28 21:26:53
## 2625  2022-11-28 21:26:44
## 2626  2022-11-28 21:26:40
## 2627  2022-11-28 21:26:35
## 2628  2022-11-28 21:26:34
## 2629  2022-11-28 21:26:29
## 2630  2022-11-28 21:26:27
## 2631  2022-11-28 21:26:22
## 2632  2022-11-28 21:26:20
## 2633  2022-11-28 21:26:14
## 2634  2022-11-28 21:26:09
## 2635  2022-11-28 21:26:06
## 2636  2022-11-28 21:26:06
## 2637  2022-11-28 21:26:05
## 2638  2022-11-28 21:25:58
## 2639  2022-11-28 21:25:56
## 2640  2022-11-28 21:25:50
## 2641  2022-11-28 21:25:46
## 2642  2022-11-28 21:25:46
## 2643  2022-11-28 21:25:32
## 2644  2022-11-28 21:25:20
## 2645  2022-11-28 21:25:17
## 2646  2022-11-28 21:25:02
## 2647  2022-11-28 21:24:57
## 2648  2022-11-28 21:24:56
## 2649  2022-11-28 21:24:47
## 2650  2022-11-28 21:24:42
## 2651  2022-11-28 21:24:28
## 2652  2022-11-28 21:24:26
## 2653  2022-11-28 21:24:26
## 2654  2022-11-28 21:24:23
## 2655  2022-11-28 21:24:20
## 2656  2022-11-28 21:24:18
## 2657  2022-11-28 21:24:10
## 2658  2022-11-28 21:24:10
## 2659  2022-11-28 21:24:08
## 2660  2022-11-28 21:24:06
## 2661  2022-11-28 21:23:57
## 2662  2022-11-28 21:23:44
## 2663  2022-11-28 21:23:40
## 2664  2022-11-28 21:23:36
## 2665  2022-11-28 21:23:34
## 2666  2022-11-28 21:23:32
## 2667  2022-11-28 21:23:32
## 2668  2022-11-28 21:23:25
## 2669  2022-11-28 21:23:20
## 2670  2022-11-28 21:23:19
## 2671  2022-11-28 21:23:17
## 2672  2022-11-28 21:23:10
## 2673  2022-11-28 21:23:07
## 2674  2022-11-28 21:23:00
## 2675  2022-11-28 21:23:00
## 2676  2022-11-28 21:22:59
## 2677  2022-11-28 21:22:56
## 2678  2022-11-28 21:22:56
## 2679  2022-11-28 21:22:54
## 2680  2022-11-28 21:22:53
## 2681  2022-11-28 21:22:47
## 2682  2022-11-28 21:22:45
## 2683  2022-11-28 21:22:41
## 2684  2022-11-28 21:22:41
## 2685  2022-11-28 21:22:40
## 2686  2022-11-28 21:22:28
## 2687  2022-11-28 21:22:25
## 2688  2022-11-28 21:22:24
## 2689  2022-11-28 21:22:21
## 2690  2022-11-28 21:22:19
## 2691  2022-11-28 21:22:10
## 2692  2022-11-28 21:22:05
## 2693  2022-11-28 21:21:57
## 2694  2022-11-28 21:21:55
## 2695  2022-11-28 21:21:53
## 2696  2022-11-28 21:21:51
## 2697  2022-11-28 21:21:44
## 2698  2022-11-28 21:21:40
## 2699  2022-11-28 21:21:35
## 2700  2022-11-28 21:21:27
## 2701  2022-11-28 21:21:17
## 2702  2022-11-28 21:21:14
## 2703  2022-11-28 21:21:03
## 2704  2022-11-28 21:20:49
## 2705  2022-11-28 21:20:46
## 2706  2022-11-28 21:20:42
## 2707  2022-11-28 21:20:42
## 2708  2022-11-28 21:20:38
## 2709  2022-11-28 21:20:35
## 2710  2022-11-28 21:20:32
## 2711  2022-11-28 21:20:27
## 2712  2022-11-28 21:20:17
## 2713  2022-11-28 21:20:11
## 2714  2022-11-28 21:20:05
## 2715  2022-11-28 21:20:05
## 2716  2022-11-28 21:20:01
## 2717  2022-11-28 21:20:00
## 2718  2022-11-28 21:19:47
## 2719  2022-11-28 21:19:45
## 2720  2022-11-28 21:19:41
## 2721  2022-11-28 21:19:26
## 2722  2022-11-28 21:19:22
## 2723  2022-11-28 21:19:21
## 2724  2022-11-28 21:19:21
## 2725  2022-11-28 21:19:15
## 2726  2022-11-28 21:19:13
## 2727  2022-11-28 21:19:00
## 2728  2022-11-28 21:18:58
## 2729  2022-11-28 21:18:55
## 2730  2022-11-28 21:18:40
## 2731  2022-11-28 21:18:34
## 2732  2022-11-28 21:18:24
## 2733  2022-11-28 21:18:15
## 2734  2022-11-28 21:18:09
## 2735  2022-11-28 21:17:59
## 2736  2022-11-28 21:17:44
## 2737  2022-11-28 21:17:44
## 2738  2022-11-28 21:17:43
## 2739  2022-11-28 21:17:32
## 2740  2022-11-28 21:17:32
## 2741  2022-11-28 21:17:29
## 2742  2022-11-28 21:17:29
## 2743  2022-11-28 21:17:28
## 2744  2022-11-28 21:17:24
## 2745  2022-11-28 21:17:22
## 2746  2022-11-28 21:17:16
## 2747  2022-11-28 21:17:09
## 2748  2022-11-28 21:17:06
## 2749  2022-11-28 21:17:05
## 2750  2022-11-28 21:17:02
## 2751  2022-11-28 21:16:59
## 2752  2022-11-28 21:16:59
## 2753  2022-11-28 21:16:55
## 2754  2022-11-28 21:16:55
## 2755  2022-11-28 21:16:53
## 2756  2022-11-28 21:16:52
## 2757  2022-11-28 21:16:48
## 2758  2022-11-28 21:16:44
## 2759  2022-11-28 21:16:39
## 2760  2022-11-28 21:16:39
## 2761  2022-11-28 21:16:38
## 2762  2022-11-28 21:16:37
## 2763  2022-11-28 21:16:35
## 2764  2022-11-28 21:16:32
## 2765  2022-11-28 21:16:31
## 2766  2022-11-28 21:16:30
## 2767  2022-11-28 21:16:29
## 2768  2022-11-28 21:16:28
## 2769  2022-11-28 21:16:27
## 2770  2022-11-28 21:16:23
## 2771  2022-11-28 21:16:23
## 2772  2022-11-28 21:16:22
## 2773  2022-11-28 21:16:10
## 2774  2022-11-28 21:16:08
## 2775  2022-11-28 21:16:07
## 2776  2022-11-28 21:16:06
## 2777  2022-11-28 21:16:05
## 2778  2022-11-28 21:16:04
## 2779  2022-11-28 21:16:03
## 2780  2022-11-28 21:16:03
## 2781  2022-11-28 21:15:57
## 2782  2022-11-28 21:15:51
## 2783  2022-11-28 21:15:50
## 2784  2022-11-28 21:15:44
## 2785  2022-11-28 21:15:44
## 2786  2022-11-28 21:15:44
## 2787  2022-11-28 21:15:43
## 2788  2022-11-28 21:15:42
## 2789  2022-11-28 21:15:42
## 2790  2022-11-28 21:15:41
## 2791  2022-11-28 21:15:32
## 2792  2022-11-28 21:15:26
## 2793  2022-11-28 21:15:23
## 2794  2022-11-28 21:15:23
## 2795  2022-11-28 21:15:22
## 2796  2022-11-28 21:15:22
## 2797  2022-11-28 21:15:20
## 2798  2022-11-28 21:15:18
## 2799  2022-11-28 21:15:17
## 2800  2022-11-28 21:15:14
## 2801  2022-11-28 21:15:13
## 2802  2022-11-28 21:15:10
## 2803  2022-11-28 21:15:08
## 2804  2022-11-28 21:15:06
## 2805  2022-11-28 21:15:04
## 2806  2022-11-28 21:14:43
## 2807  2022-11-28 21:14:32
## 2808  2022-11-28 21:14:17
## 2809  2022-11-28 21:14:09
## 2810  2022-11-28 21:14:08
## 2811  2022-11-28 21:14:05
## 2812  2022-11-28 21:13:57
## 2813  2022-11-28 21:13:56
## 2814  2022-11-28 21:13:55
## 2815  2022-11-28 21:13:53
## 2816  2022-11-28 21:13:49
## 2817  2022-11-28 21:13:48
## 2818  2022-11-28 21:13:48
## 2819  2022-11-28 21:13:43
## 2820  2022-11-28 21:13:43
## 2821  2022-11-28 21:13:39
## 2822  2022-11-28 21:13:33
## 2823  2022-11-28 21:13:30
## 2824  2022-11-28 21:13:30
## 2825  2022-11-28 21:13:28
## 2826  2022-11-28 21:13:21
## 2827  2022-11-28 21:13:16
## 2828  2022-11-28 21:13:14
## 2829  2022-11-28 21:13:13
## 2830  2022-11-28 21:13:13
## 2831  2022-11-28 21:13:11
## 2832  2022-11-28 21:13:09
## 2833  2022-11-28 21:13:09
## 2834  2022-11-28 21:13:05
## 2835  2022-11-28 21:12:59
## 2836  2022-11-28 21:12:59
## 2837  2022-11-28 21:12:58
## 2838  2022-11-28 21:12:56
## 2839  2022-11-28 21:12:54
## 2840  2022-11-28 21:12:43
## 2841  2022-11-28 21:12:41
## 2842  2022-11-28 21:12:38
## 2843  2022-11-28 21:12:38
## 2844  2022-11-28 21:12:36
## 2845  2022-11-28 21:12:35
## 2846  2022-11-28 21:12:35
## 2847  2022-11-28 21:12:34
## 2848  2022-11-28 21:12:31
## 2849  2022-11-28 21:12:31
## 2850  2022-11-28 21:12:23
## 2851  2022-11-28 21:12:23
## 2852  2022-11-28 21:12:06
## 2853  2022-11-28 21:12:04
## 2854  2022-11-28 21:12:02
## 2855  2022-11-28 21:11:59
## 2856  2022-11-28 21:11:41
## 2857  2022-11-28 21:11:40
## 2858  2022-11-28 21:11:39
## 2859  2022-11-28 21:11:38
## 2860  2022-11-28 21:11:36
## 2861  2022-11-28 21:11:35
## 2862  2022-11-28 21:11:31
## 2863  2022-11-28 21:11:28
## 2864  2022-11-28 21:11:27
## 2865  2022-11-28 21:11:22
## 2866  2022-11-28 21:11:19
## 2867  2022-11-28 21:11:12
## 2868  2022-11-28 21:11:12
## 2869  2022-11-28 21:11:10
## 2870  2022-11-28 21:10:59
## 2871  2022-11-28 21:10:58
## 2872  2022-11-28 21:10:56
## 2873  2022-11-28 21:10:50
## 2874  2022-11-28 21:10:48
## 2875  2022-11-28 21:10:44
## 2876  2022-11-28 21:10:34
## 2877  2022-11-28 21:10:29
## 2878  2022-11-28 21:10:25
## 2879  2022-11-28 21:10:24
## 2880  2022-11-28 21:10:22
## 2881  2022-11-28 21:10:22
## 2882  2022-11-28 21:10:18
## 2883  2022-11-28 21:10:15
## 2884  2022-11-28 21:10:14
## 2885  2022-11-28 21:10:12
## 2886  2022-11-28 21:10:10
## 2887  2022-11-28 21:10:10
## 2888  2022-11-28 21:10:06
## 2889  2022-11-28 21:09:57
## 2890  2022-11-28 21:09:54
## 2891  2022-11-28 21:09:51
## 2892  2022-11-28 21:09:41
## 2893  2022-11-28 21:09:34
## 2894  2022-11-28 21:09:30
## 2895  2022-11-28 21:09:30
## 2896  2022-11-28 21:09:27
## 2897  2022-11-28 21:09:18
## 2898  2022-11-28 21:09:11
## 2899  2022-11-28 21:09:05
## 2900  2022-11-28 21:09:04
## 2901  2022-11-28 21:09:03
## 2902  2022-11-28 21:08:54
## 2903  2022-11-28 21:08:43
## 2904  2022-11-28 21:08:37
## 2905  2022-11-28 21:08:31
## 2906  2022-11-28 21:08:06
## 2907  2022-11-28 21:07:51
## 2908  2022-11-28 21:07:49
## 2909  2022-11-28 21:07:47
## 2910  2022-11-28 21:07:42
## 2911  2022-11-28 21:07:40
## 2912  2022-11-28 21:07:38
## 2913  2022-11-28 21:07:34
## 2914  2022-11-28 21:07:32
## 2915  2022-11-28 21:07:27
## 2916  2022-11-28 21:07:25
## 2917  2022-11-28 21:07:21
## 2918  2022-11-28 21:07:14
## 2919  2022-11-28 21:07:11
## 2920  2022-11-28 21:07:04
## 2921  2022-11-28 21:06:49
## 2922  2022-11-28 21:06:48
## 2923  2022-11-28 21:06:45
## 2924  2022-11-28 21:06:39
## 2925  2022-11-28 21:06:36
## 2926  2022-11-28 21:06:30
## 2927  2022-11-28 21:06:30
## 2928  2022-11-28 21:06:28
## 2929  2022-11-28 21:06:18
## 2930  2022-11-28 21:06:13
## 2931  2022-11-28 21:06:08
## 2932  2022-11-28 21:06:07
## 2933  2022-11-28 21:06:07
## 2934  2022-11-28 21:06:01
## 2935  2022-11-28 21:05:59
## 2936  2022-11-28 21:05:59
## 2937  2022-11-28 21:05:52
## 2938  2022-11-28 21:05:51
## 2939  2022-11-28 21:05:47
## 2940  2022-11-28 21:05:46
## 2941  2022-11-28 21:05:44
## 2942  2022-11-28 21:05:44
## 2943  2022-11-28 21:05:44
## 2944  2022-11-28 21:05:42
## 2945  2022-11-28 21:05:40
## 2946  2022-11-28 21:05:32
## 2947  2022-11-28 21:05:32
## 2948  2022-11-28 21:05:30
## 2949  2022-11-28 21:05:29
## 2950  2022-11-28 21:05:29
## 2951  2022-11-28 21:05:27
## 2952  2022-11-28 21:05:22
## 2953  2022-11-28 21:05:18
## 2954  2022-11-28 21:05:16
## 2955  2022-11-28 21:05:13
## 2956  2022-11-28 21:05:12
## 2957  2022-11-28 21:05:01
## 2958  2022-11-28 21:04:59
## 2959  2022-11-28 21:04:59
## 2960  2022-11-28 21:04:57
## 2961  2022-11-28 21:04:55
## 2962  2022-11-28 21:04:49
## 2963  2022-11-28 21:04:45
## 2964  2022-11-28 21:04:42
## 2965  2022-11-28 21:04:41
## 2966  2022-11-28 21:04:40
## 2967  2022-11-28 21:04:34
## 2968  2022-11-28 21:04:31
## 2969  2022-11-28 21:04:25
## 2970  2022-11-28 21:04:21
## 2971  2022-11-28 21:04:17
## 2972  2022-11-28 21:04:17
## 2973  2022-11-28 21:04:14
## 2974  2022-11-28 21:04:12
## 2975  2022-11-28 21:03:26
## 2976  2022-11-28 21:03:25
## 2977  2022-11-28 21:03:20
## 2978  2022-11-28 21:03:17
## 2979  2022-11-28 21:03:14
## 2980  2022-11-28 21:03:10
## 2981  2022-11-28 21:03:02
## 2982  2022-11-28 21:02:58
## 2983  2022-11-28 21:02:57
## 2984  2022-11-28 21:02:51
## 2985  2022-11-28 21:02:47
## 2986  2022-11-28 21:02:45
## 2987  2022-11-28 21:02:44
## 2988  2022-11-28 21:02:38
## 2989  2022-11-28 21:02:38
## 2990  2022-11-28 21:02:36
## 2991  2022-11-28 21:02:28
## 2992  2022-11-28 21:02:26
## 2993  2022-11-28 21:02:24
## 2994  2022-11-28 21:02:19
## 2995  2022-11-28 21:02:18
## 2996  2022-11-28 21:02:17
## 2997  2022-11-28 21:02:09
## 2998  2022-11-28 21:02:06
## 2999  2022-11-28 21:02:04
## 3000  2022-11-28 21:02:03
## 3001  2022-11-28 21:01:56
## 3002  2022-11-28 21:01:54
## 3003  2022-11-28 21:01:52
## 3004  2022-11-28 21:01:43
## 3005  2022-11-28 21:01:29
## 3006  2022-11-28 21:01:28
## 3007  2022-11-28 21:01:17
## 3008  2022-11-28 21:00:52
## 3009  2022-11-28 21:00:48
## 3010  2022-11-28 21:00:40
## 3011  2022-11-28 21:00:38
## 3012  2022-11-28 21:00:38
## 3013  2022-11-28 21:00:36
## 3014  2022-11-28 21:00:34
## 3015  2022-11-28 21:00:32
## 3016  2022-11-28 21:00:28
## 3017  2022-11-28 21:00:27
## 3018  2022-11-28 21:00:26
## 3019  2022-11-28 21:00:22
## 3020  2022-11-28 21:00:17
## 3021  2022-11-28 21:00:07
## 3022  2022-11-28 21:00:05
## 3023  2022-11-28 21:00:01
## 3024  2022-11-28 21:00:01
## 3025  2022-11-28 20:59:59
## 3026  2022-11-28 20:59:57
## 3027  2022-11-28 20:59:53
## 3028  2022-11-28 20:59:51
## 3029  2022-11-28 20:59:50
## 3030  2022-11-28 20:59:49
## 3031  2022-11-28 20:59:47
## 3032  2022-11-28 20:59:45
## 3033  2022-11-28 20:59:44
## 3034  2022-11-28 20:59:40
## 3035  2022-11-28 20:59:40
## 3036  2022-11-28 20:59:40
## 3037  2022-11-28 20:59:39
## 3038  2022-11-28 20:59:38
## 3039  2022-11-28 20:59:36
## 3040  2022-11-28 20:59:31
## 3041  2022-11-28 20:59:23
## 3042  2022-11-28 20:59:16
## 3043  2022-11-28 20:59:14
## 3044  2022-11-28 20:59:10
## 3045  2022-11-28 20:59:04
## 3046  2022-11-28 20:59:02
## 3047  2022-11-28 20:58:59
## 3048  2022-11-28 20:58:58
## 3049  2022-11-28 20:58:50
## 3050  2022-11-28 20:58:48
## 3051  2022-11-28 20:58:41
## 3052  2022-11-28 20:58:38
## 3053  2022-11-28 20:58:36
## 3054  2022-11-28 20:58:32
## 3055  2022-11-28 20:58:32
## 3056  2022-11-28 20:58:29
## 3057  2022-11-28 20:58:29
## 3058  2022-11-28 20:58:27
## 3059  2022-11-28 20:58:08
## 3060  2022-11-28 20:58:07
## 3061  2022-11-28 20:58:05
## 3062  2022-11-28 20:58:03
## 3063  2022-11-28 20:57:56
## 3064  2022-11-28 20:57:54
## 3065  2022-11-28 20:57:49
## 3066  2022-11-28 20:57:41
## 3067  2022-11-28 20:57:38
## 3068  2022-11-28 20:57:26
## 3069  2022-11-28 20:57:23
## 3070  2022-11-28 20:57:17
## 3071  2022-11-28 20:57:13
## 3072  2022-11-28 20:57:11
## 3073  2022-11-28 20:57:10
## 3074  2022-11-28 20:57:03
## 3075  2022-11-28 20:57:00
## 3076  2022-11-28 20:56:59
## 3077  2022-11-28 20:56:59
## 3078  2022-11-28 20:56:55
## 3079  2022-11-28 20:56:50
## 3080  2022-11-28 20:56:41
## 3081  2022-11-28 20:56:36
## 3082  2022-11-28 20:56:34
## 3083  2022-11-28 20:56:27
## 3084  2022-11-28 20:56:27
## 3085  2022-11-28 20:56:23
## 3086  2022-11-28 20:56:18
## 3087  2022-11-28 20:56:17
## 3088  2022-11-28 20:56:05
## 3089  2022-11-28 20:56:04
## 3090  2022-11-28 20:55:58
## 3091  2022-11-28 20:55:58
## 3092  2022-11-28 20:55:54
## 3093  2022-11-28 20:55:46
## 3094  2022-11-28 20:55:43
## 3095  2022-11-28 20:55:31
## 3096  2022-11-28 20:55:28
## 3097  2022-11-28 20:55:21
## 3098  2022-11-28 20:55:10
## 3099  2022-11-28 20:55:08
## 3100  2022-11-28 20:55:05
## 3101  2022-11-28 20:55:05
## 3102  2022-11-28 20:55:05
## 3103  2022-11-28 20:55:03
## 3104  2022-11-28 20:55:02
## 3105  2022-11-28 20:54:56
## 3106  2022-11-28 20:54:52
## 3107  2022-11-28 20:54:51
## 3108  2022-11-28 20:54:47
## 3109  2022-11-28 20:54:43
## 3110  2022-11-28 20:54:39
## 3111  2022-11-28 20:54:39
## 3112  2022-11-28 20:54:34
## 3113  2022-11-28 20:54:33
## 3114  2022-11-28 20:54:29
## 3115  2022-11-28 20:54:17
## 3116  2022-11-28 20:54:14
## 3117  2022-11-28 20:54:11
## 3118  2022-11-28 20:54:11
## 3119  2022-11-28 20:54:10
## 3120  2022-11-28 20:54:06
## 3121  2022-11-28 20:54:00
## 3122  2022-11-28 20:54:00
## 3123  2022-11-28 20:54:00
## 3124  2022-11-28 20:53:57
## 3125  2022-11-28 20:53:56
## 3126  2022-11-28 20:53:55
## 3127  2022-11-28 20:53:50
## 3128  2022-11-28 20:53:47
## 3129  2022-11-28 20:53:40
## 3130  2022-11-28 20:53:37
## 3131  2022-11-28 20:53:35
## 3132  2022-11-28 20:53:26
## 3133  2022-11-28 20:53:22
## 3134  2022-11-28 20:53:18
## 3135  2022-11-28 20:53:15
## 3136  2022-11-28 20:53:10
## 3137  2022-11-28 20:53:08
## 3138  2022-11-28 20:52:47
## 3139  2022-11-28 20:52:47
## 3140  2022-11-28 20:52:46
## 3141  2022-11-28 20:52:43
## 3142  2022-11-28 20:52:37
## 3143  2022-11-28 20:52:34
## 3144  2022-11-28 20:52:31
## 3145  2022-11-28 20:52:28
## 3146  2022-11-28 20:52:22
## 3147  2022-11-28 20:52:11
## 3148  2022-11-28 20:52:11
## 3149  2022-11-28 20:52:08
## 3150  2022-11-28 20:52:07
## 3151  2022-11-28 20:52:06
## 3152  2022-11-28 20:52:00
## 3153  2022-11-28 20:51:59
## 3154  2022-11-28 20:51:56
## 3155  2022-11-28 20:51:54
## 3156  2022-11-28 20:51:50
## 3157  2022-11-28 20:51:49
## 3158  2022-11-28 20:51:48
## 3159  2022-11-28 20:51:46
## 3160  2022-11-28 20:51:42
## 3161  2022-11-28 20:51:36
## 3162  2022-11-28 20:51:34
## 3163  2022-11-28 20:51:30
## 3164  2022-11-28 20:51:29
## 3165  2022-11-28 20:51:28
## 3166  2022-11-28 20:51:24
## 3167  2022-11-28 20:51:24
## 3168  2022-11-28 20:51:13
## 3169  2022-11-28 20:51:10
## 3170  2022-11-28 20:51:08
## 3171  2022-11-28 20:51:08
## 3172  2022-11-28 20:51:00
## 3173  2022-11-28 20:50:57
## 3174  2022-11-28 20:50:46
## 3175  2022-11-28 20:50:45
## 3176  2022-11-28 20:50:36
## 3177  2022-11-28 20:50:35
## 3178  2022-11-28 20:50:30
## 3179  2022-11-28 20:50:16
## 3180  2022-11-28 20:50:07
## 3181  2022-11-28 20:50:07
## 3182  2022-11-28 20:50:03
## 3183  2022-11-28 20:49:58
## 3184  2022-11-28 20:49:58
## 3185  2022-11-28 20:49:51
## 3186  2022-11-28 20:49:46
## 3187  2022-11-28 20:49:45
## 3188  2022-11-28 20:49:42
## 3189  2022-11-28 20:49:33
## 3190  2022-11-28 20:49:27
## 3191  2022-11-28 20:49:26
## 3192  2022-11-28 20:49:21
## 3193  2022-11-28 20:49:14
## 3194  2022-11-28 20:49:09
## 3195  2022-11-28 20:49:04
## 3196  2022-11-28 20:49:02
## 3197  2022-11-28 20:48:59
## 3198  2022-11-28 20:48:55
## 3199  2022-11-28 20:48:50
## 3200  2022-11-28 20:48:44
## 3201  2022-11-28 20:48:41
## 3202  2022-11-28 20:48:34
## 3203  2022-11-28 20:48:25
## 3204  2022-11-28 20:48:23
## 3205  2022-11-28 20:48:15
## 3206  2022-11-28 20:48:10
## 3207  2022-11-28 20:47:58
## 3208  2022-11-28 20:47:56
## 3209  2022-11-28 20:47:40
## 3210  2022-11-28 20:47:39
## 3211  2022-11-28 20:47:38
## 3212  2022-11-28 20:47:33
## 3213  2022-11-28 20:47:20
## 3214  2022-11-28 20:47:18
## 3215  2022-11-28 20:47:12
## 3216  2022-11-28 20:47:10
## 3217  2022-11-28 20:47:08
## 3218  2022-11-28 20:47:07
## 3219  2022-11-28 20:47:03
## 3220  2022-11-28 20:47:01
## 3221  2022-11-28 20:47:01
## 3222  2022-11-28 20:47:00
## 3223  2022-11-28 20:46:57
## 3224  2022-11-28 20:46:51
## 3225  2022-11-28 20:46:44
## 3226  2022-11-28 20:46:42
## 3227  2022-11-28 20:46:37
## 3228  2022-11-28 20:46:35
## 3229  2022-11-28 20:46:24
## 3230  2022-11-28 20:46:21
## 3231  2022-11-28 20:46:19
## 3232  2022-11-28 20:46:19
## 3233  2022-11-28 20:46:09
## 3234  2022-11-28 20:46:04
## 3235  2022-11-28 20:46:03
## 3236  2022-11-28 20:45:56
## 3237  2022-11-28 20:45:55
## 3238  2022-11-28 20:45:55
## 3239  2022-11-28 20:45:50
## 3240  2022-11-28 20:45:47
## 3241  2022-11-28 20:45:46
## 3242  2022-11-28 20:45:34
## 3243  2022-11-28 20:45:32
## 3244  2022-11-28 20:45:31
## 3245  2022-11-28 20:45:27
## 3246  2022-11-28 20:45:26
## 3247  2022-11-28 20:45:22
## 3248  2022-11-28 20:45:19
## 3249  2022-11-28 20:45:16
## 3250  2022-11-28 20:45:11
## 3251  2022-11-28 20:45:08
## 3252  2022-11-28 20:45:05
## 3253  2022-11-28 20:45:01
## 3254  2022-11-28 20:44:46
## 3255  2022-11-28 20:44:45
## 3256  2022-11-28 20:44:43
## 3257  2022-11-28 20:44:39
## 3258  2022-11-28 20:44:36
## 3259  2022-11-28 20:44:31
## 3260  2022-11-28 20:44:30
## 3261  2022-11-28 20:44:29
## 3262  2022-11-28 20:44:28
## 3263  2022-11-28 20:44:21
## 3264  2022-11-28 20:44:17
## 3265  2022-11-28 20:44:17
## 3266  2022-11-28 20:44:16
## 3267  2022-11-28 20:44:07
## 3268  2022-11-28 20:44:02
## 3269  2022-11-28 20:43:44
## 3270  2022-11-28 20:43:41
## 3271  2022-11-28 20:43:41
## 3272  2022-11-28 20:43:41
## 3273  2022-11-28 20:43:37
## 3274  2022-11-28 20:43:36
## 3275  2022-11-28 20:43:31
## 3276  2022-11-28 20:43:30
## 3277  2022-11-28 20:43:27
## 3278  2022-11-28 20:43:26
## 3279  2022-11-28 20:43:15
## 3280  2022-11-28 20:43:15
## 3281  2022-11-28 20:43:10
## 3282  2022-11-28 20:43:08
## 3283  2022-11-28 20:42:57
## 3284  2022-11-28 20:42:55
## 3285  2022-11-28 20:42:54
## 3286  2022-11-28 20:42:49
## 3287  2022-11-28 20:42:49
## 3288  2022-11-28 20:42:39
## 3289  2022-11-28 20:42:38
## 3290  2022-11-28 20:42:38
## 3291  2022-11-28 20:42:28
## 3292  2022-11-28 20:42:26
## 3293  2022-11-28 20:42:26
## 3294  2022-11-28 20:42:26
## 3295  2022-11-28 20:42:25
## 3296  2022-11-28 20:42:24
## 3297  2022-11-28 20:42:21
## 3298  2022-11-28 20:42:20
## 3299  2022-11-28 20:42:16
## 3300  2022-11-28 20:42:11
## 3301  2022-11-28 20:42:08
## 3302  2022-11-28 20:42:02
## 3303  2022-11-28 20:42:01
## 3304  2022-11-28 20:42:01
## 3305  2022-11-28 20:41:56
## 3306  2022-11-28 20:41:55
## 3307  2022-11-28 20:41:38
## 3308  2022-11-28 20:41:30
## 3309  2022-11-28 20:41:27
## 3310  2022-11-28 20:41:16
## 3311  2022-11-28 20:41:15
## 3312  2022-11-28 20:41:09
## 3313  2022-11-28 20:41:06
## 3314  2022-11-28 20:41:01
## 3315  2022-11-28 20:40:58
## 3316  2022-11-28 20:40:52
## 3317  2022-11-28 20:40:51
## 3318  2022-11-28 20:40:49
## 3319  2022-11-28 20:40:48
## 3320  2022-11-28 20:40:46
## 3321  2022-11-28 20:40:45
## 3322  2022-11-28 20:40:45
## 3323  2022-11-28 20:40:31
## 3324  2022-11-28 20:40:24
## 3325  2022-11-28 20:40:20
## 3326  2022-11-28 20:40:18
## 3327  2022-11-28 20:40:16
## 3328  2022-11-28 20:40:13
## 3329  2022-11-28 20:40:13
## 3330  2022-11-28 20:40:12
## 3331  2022-11-28 20:40:09
## 3332  2022-11-28 20:40:04
## 3333  2022-11-28 20:40:03
## 3334  2022-11-28 20:40:01
## 3335  2022-11-28 20:39:55
## 3336  2022-11-28 20:39:49
## 3337  2022-11-28 20:39:45
## 3338  2022-11-28 20:39:41
## 3339  2022-11-28 20:39:41
## 3340  2022-11-28 20:39:41
## 3341  2022-11-28 20:39:38
## 3342  2022-11-28 20:39:31
## 3343  2022-11-28 20:39:30
## 3344  2022-11-28 20:39:22
## 3345  2022-11-28 20:39:19
## 3346  2022-11-28 20:39:19
## 3347  2022-11-28 20:39:11
## 3348  2022-11-28 20:39:09
## 3349  2022-11-28 20:39:05
## 3350  2022-11-28 20:39:03
## 3351  2022-11-28 20:39:00
## 3352  2022-11-28 20:38:56
## 3353  2022-11-28 20:38:56
## 3354  2022-11-28 20:38:53
## 3355  2022-11-28 20:38:50
## 3356  2022-11-28 20:38:49
## 3357  2022-11-28 20:38:48
## 3358  2022-11-28 20:38:44
## 3359  2022-11-28 20:38:44
## 3360  2022-11-28 20:38:41
## 3361  2022-11-28 20:38:36
## 3362  2022-11-28 20:38:29
## 3363  2022-11-28 20:38:21
## 3364  2022-11-28 20:38:15
## 3365  2022-11-28 20:38:03
## 3366  2022-11-28 20:37:52
## 3367  2022-11-28 20:37:52
## 3368  2022-11-28 20:37:50
## 3369  2022-11-28 20:37:45
## 3370  2022-11-28 20:37:40
## 3371  2022-11-28 20:37:34
## 3372  2022-11-28 20:37:32
## 3373  2022-11-28 20:37:21
## 3374  2022-11-28 20:37:18
## 3375  2022-11-28 20:37:14
## 3376  2022-11-28 20:37:11
## 3377  2022-11-28 20:37:09
## 3378  2022-11-28 20:37:03
## 3379  2022-11-28 20:37:02
## 3380  2022-11-28 20:37:02
## 3381  2022-11-28 20:36:54
## 3382  2022-11-28 20:36:51
## 3383  2022-11-28 20:36:49
## 3384  2022-11-28 20:36:47
## 3385  2022-11-28 20:36:46
## 3386  2022-11-28 20:36:41
## 3387  2022-11-28 20:36:38
## 3388  2022-11-28 20:36:06
## 3389  2022-11-28 20:36:05
## 3390  2022-11-28 20:36:04
## 3391  2022-11-28 20:36:00
## 3392  2022-11-28 20:35:47
## 3393  2022-11-28 20:35:42
## 3394  2022-11-28 20:35:40
## 3395  2022-11-28 20:35:37
## 3396  2022-11-28 20:35:33
## 3397  2022-11-28 20:35:27
## 3398  2022-11-28 20:35:26
## 3399  2022-11-28 20:35:24
## 3400  2022-11-28 20:35:24
## 3401  2022-11-28 20:35:18
## 3402  2022-11-28 20:35:17
## 3403  2022-11-28 20:35:13
## 3404  2022-11-28 20:35:02
## 3405  2022-11-28 20:34:58
## 3406  2022-11-28 20:34:52
## 3407  2022-11-28 20:34:51
## 3408  2022-11-28 20:34:46
## 3409  2022-11-28 20:34:41
## 3410  2022-11-28 20:34:35
## 3411  2022-11-28 20:34:31
## 3412  2022-11-28 20:34:28
## 3413  2022-11-28 20:34:25
## 3414  2022-11-28 20:34:10
## 3415  2022-11-28 20:34:04
## 3416  2022-11-28 20:34:02
## 3417  2022-11-28 20:33:55
## 3418  2022-11-28 20:33:54
## 3419  2022-11-28 20:33:54
## 3420  2022-11-28 20:33:53
## 3421  2022-11-28 20:33:51
## 3422  2022-11-28 20:33:35
## 3423  2022-11-28 20:33:31
## 3424  2022-11-28 20:33:14
## 3425  2022-11-28 20:33:10
## 3426  2022-11-28 20:33:04
## 3427  2022-11-28 20:32:57
## 3428  2022-11-28 20:32:54
## 3429  2022-11-28 20:32:50
## 3430  2022-11-28 20:32:49
## 3431  2022-11-28 20:32:48
## 3432  2022-11-28 20:32:36
## 3433  2022-11-28 20:32:34
## 3434  2022-11-28 20:32:31
## 3435  2022-11-28 20:32:27
## 3436  2022-11-28 20:32:25
## 3437  2022-11-28 20:32:25
## 3438  2022-11-28 20:32:25
## 3439  2022-11-28 20:32:24
## 3440  2022-11-28 20:32:24
## 3441  2022-11-28 20:32:23
## 3442  2022-11-28 20:32:21
## 3443  2022-11-28 20:32:16
## 3444  2022-11-28 20:32:14
## 3445  2022-11-28 20:32:14
## 3446  2022-11-28 20:32:11
## 3447  2022-11-28 20:32:07
## 3448  2022-11-28 20:32:07
## 3449  2022-11-28 20:31:57
## 3450  2022-11-28 20:31:54
## 3451  2022-11-28 20:31:53
## 3452  2022-11-28 20:31:53
## 3453  2022-11-28 20:31:53
## 3454  2022-11-28 20:31:53
## 3455  2022-11-28 20:31:52
## 3456  2022-11-28 20:31:45
## 3457  2022-11-28 20:31:45
## 3458  2022-11-28 20:31:45
## 3459  2022-11-28 20:31:44
## 3460  2022-11-28 20:31:40
## 3461  2022-11-28 20:31:40
## 3462  2022-11-28 20:31:29
## 3463  2022-11-28 20:31:24
## 3464  2022-11-28 20:31:24
## 3465  2022-11-28 20:31:15
## 3466  2022-11-28 20:30:51
## 3467  2022-11-28 20:30:48
## 3468  2022-11-28 20:30:47
## 3469  2022-11-28 20:30:47
## 3470  2022-11-28 20:30:46
## 3471  2022-11-28 20:30:38
## 3472  2022-11-28 20:30:23
## 3473  2022-11-28 20:30:20
## 3474  2022-11-28 20:30:20
## 3475  2022-11-28 20:30:11
## 3476  2022-11-28 20:30:09
## 3477  2022-11-28 20:30:07
## 3478  2022-11-28 20:30:07
## 3479  2022-11-28 20:30:06
## 3480  2022-11-28 20:30:02
## 3481  2022-11-28 20:30:02
## 3482  2022-11-28 20:29:59
## 3483  2022-11-28 20:29:55
## 3484  2022-11-28 20:29:55
## 3485  2022-11-28 20:29:52
## 3486  2022-11-28 20:29:49
## 3487  2022-11-28 20:29:49
## 3488  2022-11-28 20:29:42
## 3489  2022-11-28 20:29:31
## 3490  2022-11-28 20:29:28
## 3491  2022-11-28 20:29:28
## 3492  2022-11-28 20:29:19
## 3493  2022-11-28 20:29:15
## 3494  2022-11-28 20:29:15
## 3495  2022-11-28 20:29:14
## 3496  2022-11-28 20:29:14
## 3497  2022-11-28 20:29:03
## 3498  2022-11-28 20:29:03
## 3499  2022-11-28 20:29:02
## 3500  2022-11-28 20:28:56
## 3501  2022-11-28 20:28:51
## 3502  2022-11-28 20:28:47
## 3503  2022-11-28 20:28:45
## 3504  2022-11-28 20:28:43
## 3505  2022-11-28 20:28:41
## 3506  2022-11-28 20:28:41
## 3507  2022-11-28 20:28:40
## 3508  2022-11-28 20:28:29
## 3509  2022-11-28 20:28:24
## 3510  2022-11-28 20:28:22
## 3511  2022-11-28 20:28:19
## 3512  2022-11-28 20:28:14
## 3513  2022-11-28 20:28:12
## 3514  2022-11-28 20:28:11
## 3515  2022-11-28 20:28:09
## 3516  2022-11-28 20:27:51
## 3517  2022-11-28 20:27:37
## 3518  2022-11-28 20:27:33
## 3519  2022-11-28 20:27:27
## 3520  2022-11-28 20:27:27
## 3521  2022-11-28 20:27:07
## 3522  2022-11-28 20:27:06
## 3523  2022-11-28 20:26:57
## 3524  2022-11-28 20:26:48
## 3525  2022-11-28 20:26:43
## 3526  2022-11-28 20:26:36
## 3527  2022-11-28 20:26:28
## 3528  2022-11-28 20:26:24
## 3529  2022-11-28 20:26:23
## 3530  2022-11-28 20:26:20
## 3531  2022-11-28 20:25:57
## 3532  2022-11-28 20:25:55
## 3533  2022-11-28 20:25:44
## 3534  2022-11-28 20:25:33
## 3535  2022-11-28 20:25:26
## 3536  2022-11-28 20:25:24
## 3537  2022-11-28 20:25:18
## 3538  2022-11-28 20:25:15
## 3539  2022-11-28 20:25:06
## 3540  2022-11-28 20:25:01
## 3541  2022-11-28 20:24:49
## 3542  2022-11-28 20:24:49
## 3543  2022-11-28 20:24:40
## 3544  2022-11-28 20:24:38
## 3545  2022-11-28 20:24:35
## 3546  2022-11-28 20:24:33
## 3547  2022-11-28 20:24:30
## 3548  2022-11-28 20:24:27
## 3549  2022-11-28 20:24:22
## 3550  2022-11-28 20:24:16
## 3551  2022-11-28 20:24:13
## 3552  2022-11-28 20:24:03
## 3553  2022-11-28 20:24:00
## 3554  2022-11-28 20:23:59
## 3555  2022-11-28 20:23:52
## 3556  2022-11-28 20:23:49
## 3557  2022-11-28 20:23:49
## 3558  2022-11-28 20:23:46
## 3559  2022-11-28 20:23:43
## 3560  2022-11-28 20:23:42
## 3561  2022-11-28 20:23:42
## 3562  2022-11-28 20:23:41
## 3563  2022-11-28 20:23:36
## 3564  2022-11-28 20:23:25
## 3565  2022-11-28 20:23:23
## 3566  2022-11-28 20:23:13
## 3567  2022-11-28 20:23:09
## 3568  2022-11-28 20:23:07
## 3569  2022-11-28 20:23:05
## 3570  2022-11-28 20:23:01
## 3571  2022-11-28 20:22:50
## 3572  2022-11-28 20:22:49
## 3573  2022-11-28 20:22:47
## 3574  2022-11-28 20:22:41
## 3575  2022-11-28 20:22:36
## 3576  2022-11-28 20:22:36
## 3577  2022-11-28 20:22:31
## 3578  2022-11-28 20:22:16
## 3579  2022-11-28 20:22:16
## 3580  2022-11-28 20:22:07
## 3581  2022-11-28 20:21:58
## 3582  2022-11-28 20:21:52
## 3583  2022-11-28 20:21:42
## 3584  2022-11-28 20:21:35
## 3585  2022-11-28 20:21:32
## 3586  2022-11-28 20:21:24
## 3587  2022-11-28 20:21:23
## 3588  2022-11-28 20:21:10
## 3589  2022-11-28 20:21:05
## 3590  2022-11-28 20:21:04
## 3591  2022-11-28 20:20:58
## 3592  2022-11-28 20:20:54
## 3593  2022-11-28 20:20:53
## 3594  2022-11-28 20:20:52
## 3595  2022-11-28 20:20:48
## 3596  2022-11-28 20:20:48
## 3597  2022-11-28 20:20:48
## 3598  2022-11-28 20:20:41
## 3599  2022-11-28 20:20:41
## 3600  2022-11-28 20:20:36
## 3601  2022-11-28 20:20:23
## 3602  2022-11-28 20:20:19
## 3603  2022-11-28 20:20:19
## 3604  2022-11-28 20:20:18
## 3605  2022-11-28 20:20:18
## 3606  2022-11-28 20:20:17
## 3607  2022-11-28 20:20:13
## 3608  2022-11-28 20:20:11
## 3609  2022-11-28 20:20:00
## 3610  2022-11-28 20:19:58
## 3611  2022-11-28 20:19:48
## 3612  2022-11-28 20:19:40
## 3613  2022-11-28 20:19:31
## 3614  2022-11-28 20:19:30
## 3615  2022-11-28 20:19:29
## 3616  2022-11-28 20:19:24
## 3617  2022-11-28 20:19:23
## 3618  2022-11-28 20:19:14
## 3619  2022-11-28 20:19:12
## 3620  2022-11-28 20:19:11
## 3621  2022-11-28 20:19:03
## 3622  2022-11-28 20:19:03
## 3623  2022-11-28 20:19:02
## 3624  2022-11-28 20:18:54
## 3625  2022-11-28 20:18:53
## 3626  2022-11-28 20:18:52
## 3627  2022-11-28 20:18:47
## 3628  2022-11-28 20:18:42
## 3629  2022-11-28 20:18:34
## 3630  2022-11-28 20:18:31
## 3631  2022-11-28 20:18:24
## 3632  2022-11-28 20:18:23
## 3633  2022-11-28 20:18:21
## 3634  2022-11-28 20:18:19
## 3635  2022-11-28 20:18:19
## 3636  2022-11-28 20:18:11
## 3637  2022-11-28 20:18:10
## 3638  2022-11-28 20:18:07
## 3639  2022-11-28 20:18:04
## 3640  2022-11-28 20:18:01
## 3641  2022-11-28 20:17:59
## 3642  2022-11-28 20:17:59
## 3643  2022-11-28 20:17:58
## 3644  2022-11-28 20:17:55
## 3645  2022-11-28 20:17:53
## 3646  2022-11-28 20:17:53
## 3647  2022-11-28 20:17:52
## 3648  2022-11-28 20:17:49
## 3649  2022-11-28 20:17:43
## 3650  2022-11-28 20:17:41
## 3651  2022-11-28 20:17:39
## 3652  2022-11-28 20:17:36
## 3653  2022-11-28 20:17:35
## 3654  2022-11-28 20:17:35
## 3655  2022-11-28 20:17:32
## 3656  2022-11-28 20:17:31
## 3657  2022-11-28 20:17:25
## 3658  2022-11-28 20:17:23
## 3659  2022-11-28 20:17:16
## 3660  2022-11-28 20:17:11
## 3661  2022-11-28 20:17:05
## 3662  2022-11-28 20:17:03
## 3663  2022-11-28 20:17:02
## 3664  2022-11-28 20:17:01
## 3665  2022-11-28 20:16:58
## 3666  2022-11-28 20:16:56
## 3667  2022-11-28 20:16:55
## 3668  2022-11-28 20:16:53
## 3669  2022-11-28 20:16:50
## 3670  2022-11-28 20:16:43
## 3671  2022-11-28 20:16:40
## 3672  2022-11-28 20:16:34
## 3673  2022-11-28 20:16:17
## 3674  2022-11-28 20:16:17
## 3675  2022-11-28 20:16:13
## 3676  2022-11-28 20:16:05
## 3677  2022-11-28 20:16:04
## 3678  2022-11-28 20:15:59
## 3679  2022-11-28 20:15:58
## 3680  2022-11-28 20:15:57
## 3681  2022-11-28 20:15:55
## 3682  2022-11-28 20:15:55
## 3683  2022-11-28 20:15:51
## 3684  2022-11-28 20:15:50
## 3685  2022-11-28 20:15:45
## 3686  2022-11-28 20:15:44
## 3687  2022-11-28 20:15:32
## 3688  2022-11-28 20:15:30
## 3689  2022-11-28 20:15:22
## 3690  2022-11-28 20:15:22
## 3691  2022-11-28 20:15:22
## 3692  2022-11-28 20:15:19
## 3693  2022-11-28 20:15:13
## 3694  2022-11-28 20:15:13
## 3695  2022-11-28 20:15:09
## 3696  2022-11-28 20:15:01
## 3697  2022-11-28 20:15:01
## 3698  2022-11-28 20:14:57
## 3699  2022-11-28 20:14:42
## 3700  2022-11-28 20:14:39
## 3701  2022-11-28 20:14:39
## 3702  2022-11-28 20:14:35
## 3703  2022-11-28 20:14:35
## 3704  2022-11-28 20:14:34
## 3705  2022-11-28 20:14:32
## 3706  2022-11-28 20:14:25
## 3707  2022-11-28 20:14:25
## 3708  2022-11-28 20:14:24
## 3709  2022-11-28 20:14:24
## 3710  2022-11-28 20:14:23
## 3711  2022-11-28 20:14:21
## 3712  2022-11-28 20:14:21
## 3713  2022-11-28 20:14:10
## 3714  2022-11-28 20:14:07
## 3715  2022-11-28 20:14:01
## 3716  2022-11-28 20:13:53
## 3717  2022-11-28 20:13:53
## 3718  2022-11-28 20:13:51
## 3719  2022-11-28 20:13:48
## 3720  2022-11-28 20:13:45
## 3721  2022-11-28 20:13:36
## 3722  2022-11-28 20:13:36
## 3723  2022-11-28 20:13:35
## 3724  2022-11-28 20:13:35
## 3725  2022-11-28 20:13:20
## 3726  2022-11-28 20:13:19
## 3727  2022-11-28 20:13:08
## 3728  2022-11-28 20:13:07
## 3729  2022-11-28 20:13:05
## 3730  2022-11-28 20:13:01
## 3731  2022-11-28 20:12:59
## 3732  2022-11-28 20:12:57
## 3733  2022-11-28 20:12:56
## 3734  2022-11-28 20:12:46
## 3735  2022-11-28 20:12:38
## 3736  2022-11-28 20:12:37
## 3737  2022-11-28 20:12:35
## 3738  2022-11-28 20:12:33
## 3739  2022-11-28 20:12:32
## 3740  2022-11-28 20:12:29
## 3741  2022-11-28 20:12:28
## 3742  2022-11-28 20:12:25
## 3743  2022-11-28 20:12:25
## 3744  2022-11-28 20:12:23
## 3745  2022-11-28 20:12:20
## 3746  2022-11-28 20:12:19
## 3747  2022-11-28 20:12:11
## 3748  2022-11-28 20:12:07
## 3749  2022-11-28 20:12:06
## 3750  2022-11-28 20:11:59
## 3751  2022-11-28 20:11:59
## 3752  2022-11-28 20:11:57
## 3753  2022-11-28 20:11:37
## 3754  2022-11-28 20:11:35
## 3755  2022-11-28 20:11:34
## 3756  2022-11-28 20:11:33
## 3757  2022-11-28 20:11:29
## 3758  2022-11-28 20:11:23
## 3759  2022-11-28 20:11:19
## 3760  2022-11-28 20:11:18
## 3761  2022-11-28 20:11:14
## 3762  2022-11-28 20:11:06
## 3763  2022-11-28 20:11:02
## 3764  2022-11-28 20:10:59
## 3765  2022-11-28 20:10:58
## 3766  2022-11-28 20:10:43
## 3767  2022-11-28 20:10:38
## 3768  2022-11-28 20:10:25
## 3769  2022-11-28 20:10:11
## 3770  2022-11-28 20:10:07
## 3771  2022-11-28 20:10:01
## 3772  2022-11-28 20:10:01
## 3773  2022-11-28 20:09:53
## 3774  2022-11-28 20:09:52
## 3775  2022-11-28 20:09:52
## 3776  2022-11-28 20:09:51
## 3777  2022-11-28 20:09:45
## 3778  2022-11-28 20:09:44
## 3779  2022-11-28 20:09:36
## 3780  2022-11-28 20:09:35
## 3781  2022-11-28 20:09:35
## 3782  2022-11-28 20:09:26
## 3783  2022-11-28 20:09:24
## 3784  2022-11-28 20:09:23
## 3785  2022-11-28 20:09:17
## 3786  2022-11-28 20:09:12
## 3787  2022-11-28 20:09:10
## 3788  2022-11-28 20:09:06
## 3789  2022-11-28 20:09:03
## 3790  2022-11-28 20:08:57
## 3791  2022-11-28 20:08:56
## 3792  2022-11-28 20:08:56
## 3793  2022-11-28 20:08:56
## 3794  2022-11-28 20:08:52
## 3795  2022-11-28 20:08:47
## 3796  2022-11-28 20:08:47
## 3797  2022-11-28 20:08:46
## 3798  2022-11-28 20:08:45
## 3799  2022-11-28 20:08:40
## 3800  2022-11-28 20:08:39
## 3801  2022-11-28 20:08:37
## 3802  2022-11-28 20:08:36
## 3803  2022-11-28 20:08:36
## 3804  2022-11-28 20:08:31
## 3805  2022-11-28 20:08:28
## 3806  2022-11-28 20:08:24
## 3807  2022-11-28 20:08:21
## 3808  2022-11-28 20:08:20
## 3809  2022-11-28 20:08:17
## 3810  2022-11-28 20:08:14
## 3811  2022-11-28 20:08:05
## 3812  2022-11-28 20:08:03
## 3813  2022-11-28 20:07:37
## 3814  2022-11-28 20:07:31
## 3815  2022-11-28 20:07:30
## 3816  2022-11-28 20:07:25
## 3817  2022-11-28 20:07:21
## 3818  2022-11-28 20:07:20
## 3819  2022-11-28 20:07:18
## 3820  2022-11-28 20:07:14
## 3821  2022-11-28 20:07:12
## 3822  2022-11-28 20:07:06
## 3823  2022-11-28 20:07:05
## 3824  2022-11-28 20:07:05
## 3825  2022-11-28 20:06:55
## 3826  2022-11-28 20:06:55
## 3827  2022-11-28 20:06:54
## 3828  2022-11-28 20:06:49
## 3829  2022-11-28 20:06:49
## 3830  2022-11-28 20:06:47
## 3831  2022-11-28 20:06:41
## 3832  2022-11-28 20:06:39
## 3833  2022-11-28 20:06:32
## 3834  2022-11-28 20:06:31
## 3835  2022-11-28 20:06:31
## 3836  2022-11-28 20:06:30
## 3837  2022-11-28 20:06:18
## 3838  2022-11-28 20:06:16
## 3839  2022-11-28 20:06:13
## 3840  2022-11-28 20:06:09
## 3841  2022-11-28 20:05:55
## 3842  2022-11-28 20:05:47
## 3843  2022-11-28 20:05:46
## 3844  2022-11-28 20:05:43
## 3845  2022-11-28 20:05:40
## 3846  2022-11-28 20:05:31
## 3847  2022-11-28 20:05:30
## 3848  2022-11-28 20:05:00
## 3849  2022-11-28 20:04:57
## 3850  2022-11-28 20:04:47
## 3851  2022-11-28 20:04:30
## 3852  2022-11-28 20:04:21
## 3853  2022-11-28 20:04:16
## 3854  2022-11-28 20:04:11
## 3855  2022-11-28 20:04:09
## 3856  2022-11-28 20:04:08
## 3857  2022-11-28 20:04:03
## 3858  2022-11-28 20:04:02
## 3859  2022-11-28 20:04:01
## 3860  2022-11-28 20:03:56
## 3861  2022-11-28 20:03:35
## 3862  2022-11-28 20:03:28
## 3863  2022-11-28 20:03:26
## 3864  2022-11-28 20:03:21
## 3865  2022-11-28 20:03:18
## 3866  2022-11-28 20:03:16
## 3867  2022-11-28 20:03:15
## 3868  2022-11-28 20:03:07
## 3869  2022-11-28 20:03:06
## 3870  2022-11-28 20:03:04
## 3871  2022-11-28 20:02:58
## 3872  2022-11-28 20:02:51
## 3873  2022-11-28 20:02:50
## 3874  2022-11-28 20:02:45
## 3875  2022-11-28 20:02:17
## 3876  2022-11-28 20:02:15
## 3877  2022-11-28 20:02:14
## 3878  2022-11-28 20:02:01
## 3879  2022-11-28 20:01:57
## 3880  2022-11-28 20:01:41
## 3881  2022-11-28 20:01:35
## 3882  2022-11-28 20:01:25
## 3883  2022-11-28 20:01:25
## 3884  2022-11-28 20:01:17
## 3885  2022-11-28 20:01:16
## 3886  2022-11-28 20:01:15
## 3887  2022-11-28 20:01:14
## 3888  2022-11-28 20:01:13
## 3889  2022-11-28 20:01:08
## 3890  2022-11-28 20:01:06
## 3891  2022-11-28 20:00:49
## 3892  2022-11-28 20:00:39
## 3893  2022-11-28 20:00:37
## 3894  2022-11-28 20:00:16
## 3895  2022-11-28 20:00:09
## 3896  2022-11-28 20:00:08
## 3897  2022-11-28 20:00:06
## 3898  2022-11-28 20:00:01
## 3899  2022-11-28 20:00:00
## 3900  2022-11-28 19:59:55
## 3901  2022-11-28 19:59:54
## 3902  2022-11-28 19:59:42
## 3903  2022-11-28 19:59:40
## 3904  2022-11-28 19:59:37
## 3905  2022-11-28 19:59:35
## 3906  2022-11-28 19:59:35
## 3907  2022-11-28 19:59:26
## 3908  2022-11-28 19:59:18
## 3909  2022-11-28 19:59:09
## 3910  2022-11-28 19:59:04
## 3911  2022-11-28 19:58:52
## 3912  2022-11-28 19:58:51
## 3913  2022-11-28 19:58:50
## 3914  2022-11-28 19:58:38
## 3915  2022-11-28 19:58:35
## 3916  2022-11-28 19:58:24
## 3917  2022-11-28 19:58:18
## 3918  2022-11-28 19:58:06
## 3919  2022-11-28 19:58:01
## 3920  2022-11-28 19:57:59
## 3921  2022-11-28 19:57:54
## 3922  2022-11-28 19:57:44
## 3923  2022-11-28 19:57:42
## 3924  2022-11-28 19:57:40
## 3925  2022-11-28 19:57:33
## 3926  2022-11-28 19:57:32
## 3927  2022-11-28 19:57:26
## 3928  2022-11-28 19:57:26
## 3929  2022-11-28 19:57:19
## 3930  2022-11-28 19:57:17
## 3931  2022-11-28 19:57:16
## 3932  2022-11-28 19:57:16
## 3933  2022-11-28 19:57:10
## 3934  2022-11-28 19:57:10
## 3935  2022-11-28 19:57:07
## 3936  2022-11-28 19:57:07
## 3937  2022-11-28 19:57:05
## 3938  2022-11-28 19:57:04
## 3939  2022-11-28 19:56:57
## 3940  2022-11-28 19:56:56
## 3941  2022-11-28 19:56:55
## 3942  2022-11-28 19:56:47
## 3943  2022-11-28 19:56:47
## 3944  2022-11-28 19:56:38
## 3945  2022-11-28 19:56:34
## 3946  2022-11-28 19:56:31
## 3947  2022-11-28 19:56:24
## 3948  2022-11-28 19:56:22
## 3949  2022-11-28 19:56:19
## 3950  2022-11-28 19:56:17
## 3951  2022-11-28 19:55:57
## 3952  2022-11-28 19:55:56
## 3953  2022-11-28 19:55:56
## 3954  2022-11-28 19:55:49
## 3955  2022-11-28 19:55:41
## 3956  2022-11-28 19:55:41
## 3957  2022-11-28 19:55:40
## 3958  2022-11-28 19:55:20
## 3959  2022-11-28 19:55:17
## 3960  2022-11-28 19:55:15
## 3961  2022-11-28 19:55:13
## 3962  2022-11-28 19:55:08
## 3963  2022-11-28 19:54:53
## 3964  2022-11-28 19:54:48
## 3965  2022-11-28 19:54:47
## 3966  2022-11-28 19:54:39
## 3967  2022-11-28 19:54:38
## 3968  2022-11-28 19:54:37
## 3969  2022-11-28 19:54:31
## 3970  2022-11-28 19:54:28
## 3971  2022-11-28 19:54:21
## 3972  2022-11-28 19:54:13
## 3973  2022-11-28 19:54:11
## 3974  2022-11-28 19:54:07
## 3975  2022-11-28 19:53:59
## 3976  2022-11-28 19:53:58
## 3977  2022-11-28 19:53:53
## 3978  2022-11-28 19:53:53
## 3979  2022-11-28 19:53:53
## 3980  2022-11-28 19:53:52
## 3981  2022-11-28 19:53:50
## 3982  2022-11-28 19:53:43
## 3983  2022-11-28 19:53:41
## 3984  2022-11-28 19:53:35
## 3985  2022-11-28 19:53:34
## 3986  2022-11-28 19:53:27
## 3987  2022-11-28 19:53:21
## 3988  2022-11-28 19:53:21
## 3989  2022-11-28 19:53:20
## 3990  2022-11-28 19:53:15
## 3991  2022-11-28 19:53:10
## 3992  2022-11-28 19:53:07
## 3993  2022-11-28 19:53:04
## 3994  2022-11-28 19:52:51
## 3995  2022-11-28 19:52:48
## 3996  2022-11-28 19:52:46
## 3997  2022-11-28 19:52:46
## 3998  2022-11-28 19:52:43
## 3999  2022-11-28 19:52:38
## 4000  2022-11-28 19:52:34
## 4001  2022-11-28 19:52:34
## 4002  2022-11-28 19:52:24
## 4003  2022-11-28 19:52:18
## 4004  2022-11-28 19:52:15
## 4005  2022-11-28 19:52:08
## 4006  2022-11-28 19:52:08
## 4007  2022-11-28 19:52:06
## 4008  2022-11-28 19:52:02
## 4009  2022-11-28 19:52:01
## 4010  2022-11-28 19:51:57
## 4011  2022-11-28 19:51:44
## 4012  2022-11-28 19:51:43
## 4013  2022-11-28 19:51:42
## 4014  2022-11-28 19:51:30
## 4015  2022-11-28 19:51:26
## 4016  2022-11-28 19:51:17
## 4017  2022-11-28 19:51:16
## 4018  2022-11-28 19:51:16
## 4019  2022-11-28 19:51:08
## 4020  2022-11-28 19:51:03
## 4021  2022-11-28 19:51:02
## 4022  2022-11-28 19:51:00
## 4023  2022-11-28 19:50:59
## 4024  2022-11-28 19:50:56
## 4025  2022-11-28 19:50:56
## 4026  2022-11-28 19:50:55
## 4027  2022-11-28 19:50:52
## 4028  2022-11-28 19:50:50
## 4029  2022-11-28 19:50:50
## 4030  2022-11-28 19:50:45
## 4031  2022-11-28 19:50:37
## 4032  2022-11-28 19:50:35
## 4033  2022-11-28 19:50:34
## 4034  2022-11-28 19:50:22
## 4035  2022-11-28 19:50:21
## 4036  2022-11-28 19:50:21
## 4037  2022-11-28 19:50:14
## 4038  2022-11-28 19:50:10
## 4039  2022-11-28 19:50:03
## 4040  2022-11-28 19:50:00
## 4041  2022-11-28 19:49:56
## 4042  2022-11-28 19:49:49
## 4043  2022-11-28 19:49:49
## 4044  2022-11-28 19:49:38
## 4045  2022-11-28 19:49:34
## 4046  2022-11-28 19:49:28
## 4047  2022-11-28 19:49:28
## 4048  2022-11-28 19:49:26
## 4049  2022-11-28 19:49:12
## 4050  2022-11-28 19:49:11
## 4051  2022-11-28 19:49:04
## 4052  2022-11-28 19:49:01
## 4053  2022-11-28 19:48:59
## 4054  2022-11-28 19:48:55
## 4055  2022-11-28 19:48:53
## 4056  2022-11-28 19:48:48
## 4057  2022-11-28 19:48:43
## 4058  2022-11-28 19:48:38
## 4059  2022-11-28 19:48:33
## 4060  2022-11-28 19:48:23
## 4061  2022-11-28 19:48:22
## 4062  2022-11-28 19:48:17
## 4063  2022-11-28 19:48:07
## 4064  2022-11-28 19:48:06
## 4065  2022-11-28 19:47:58
## 4066  2022-11-28 19:47:55
## 4067  2022-11-28 19:47:53
## 4068  2022-11-28 19:47:48
## 4069  2022-11-28 19:47:48
## 4070  2022-11-28 19:47:47
## 4071  2022-11-28 19:47:36
## 4072  2022-11-28 19:47:31
## 4073  2022-11-28 19:47:25
## 4074  2022-11-28 19:47:22
## 4075  2022-11-28 19:47:20
## 4076  2022-11-28 19:47:07
## 4077  2022-11-28 19:46:59
## 4078  2022-11-28 19:46:57
## 4079  2022-11-28 19:46:51
## 4080  2022-11-28 19:46:46
## 4081  2022-11-28 19:46:41
## 4082  2022-11-28 19:46:41
## 4083  2022-11-28 19:46:34
## 4084  2022-11-28 19:46:31
## 4085  2022-11-28 19:46:29
## 4086  2022-11-28 19:46:19
## 4087  2022-11-28 19:46:12
## 4088  2022-11-28 19:46:11
## 4089  2022-11-28 19:46:10
## 4090  2022-11-28 19:46:06
## 4091  2022-11-28 19:46:05
## 4092  2022-11-28 19:45:54
## 4093  2022-11-28 19:45:54
## 4094  2022-11-28 19:45:50
## 4095  2022-11-28 19:45:48
## 4096  2022-11-28 19:45:48
## 4097  2022-11-28 19:45:47
## 4098  2022-11-28 19:45:44
## 4099  2022-11-28 19:45:43
## 4100  2022-11-28 19:45:41
## 4101  2022-11-28 19:45:35
## 4102  2022-11-28 19:45:34
## 4103  2022-11-28 19:45:32
## 4104  2022-11-28 19:45:31
## 4105  2022-11-28 19:45:30
## 4106  2022-11-28 19:45:29
## 4107  2022-11-28 19:45:28
## 4108  2022-11-28 19:45:24
## 4109  2022-11-28 19:45:23
## 4110  2022-11-28 19:45:15
## 4111  2022-11-28 19:45:13
## 4112  2022-11-28 19:45:07
## 4113  2022-11-28 19:45:02
## 4114  2022-11-28 19:45:01
## 4115  2022-11-28 19:44:58
## 4116  2022-11-28 19:44:55
## 4117  2022-11-28 19:44:54
## 4118  2022-11-28 19:44:53
## 4119  2022-11-28 19:44:51
## 4120  2022-11-28 19:44:46
## 4121  2022-11-28 19:44:41
## 4122  2022-11-28 19:44:39
## 4123  2022-11-28 19:44:24
## 4124  2022-11-28 19:44:23
## 4125  2022-11-28 19:44:23
## 4126  2022-11-28 19:44:20
## 4127  2022-11-28 19:44:19
## 4128  2022-11-28 19:44:17
## 4129  2022-11-28 19:44:13
## 4130  2022-11-28 19:44:05
## 4131  2022-11-28 19:43:57
## 4132  2022-11-28 19:43:56
## 4133  2022-11-28 19:43:53
## 4134  2022-11-28 19:43:49
## 4135  2022-11-28 19:43:47
## 4136  2022-11-28 19:43:44
## 4137  2022-11-28 19:43:44
## 4138  2022-11-28 19:43:41
## 4139  2022-11-28 19:43:41
## 4140  2022-11-28 19:43:40
## 4141  2022-11-28 19:43:39
## 4142  2022-11-28 19:43:29
## 4143  2022-11-28 19:43:26
## 4144  2022-11-28 19:43:19
## 4145  2022-11-28 19:43:17
## 4146  2022-11-28 19:43:16
## 4147  2022-11-28 19:43:15
## 4148  2022-11-28 19:43:11
## 4149  2022-11-28 19:43:09
## 4150  2022-11-28 19:43:08
## 4151  2022-11-28 19:43:05
## 4152  2022-11-28 19:43:00
## 4153  2022-11-28 19:42:51
## 4154  2022-11-28 19:42:48
## 4155  2022-11-28 19:42:47
## 4156  2022-11-28 19:42:44
## 4157  2022-11-28 19:42:30
## 4158  2022-11-28 19:42:24
## 4159  2022-11-28 19:42:20
## 4160  2022-11-28 19:42:17
## 4161  2022-11-28 19:42:14
## 4162  2022-11-28 19:42:13
## 4163  2022-11-28 19:42:10
## 4164  2022-11-28 19:41:57
## 4165  2022-11-28 19:41:55
## 4166  2022-11-28 19:41:54
## 4167  2022-11-28 19:41:51
## 4168  2022-11-28 19:41:51
## 4169  2022-11-28 19:41:50
## 4170  2022-11-28 19:41:38
## 4171  2022-11-28 19:41:33
## 4172  2022-11-28 19:41:29
## 4173  2022-11-28 19:41:23
## 4174  2022-11-28 19:41:14
## 4175  2022-11-28 19:41:07
## 4176  2022-11-28 19:41:04
## 4177  2022-11-28 19:41:04
## 4178  2022-11-28 19:41:03
## 4179  2022-11-28 19:41:01
## 4180  2022-11-28 19:40:58
## 4181  2022-11-28 19:40:57
## 4182  2022-11-28 19:40:51
## 4183  2022-11-28 19:40:46
## 4184  2022-11-28 19:40:44
## 4185  2022-11-28 19:40:43
## 4186  2022-11-28 19:40:43
## 4187  2022-11-28 19:40:42
## 4188  2022-11-28 19:40:33
## 4189  2022-11-28 19:40:33
## 4190  2022-11-28 19:40:24
## 4191  2022-11-28 19:40:17
## 4192  2022-11-28 19:40:17
## 4193  2022-11-28 19:40:06
## 4194  2022-11-28 19:39:40
## 4195  2022-11-28 19:39:37
## 4196  2022-11-28 19:39:37
## 4197  2022-11-28 19:39:30
## 4198  2022-11-28 19:39:29
## 4199  2022-11-28 19:39:26
## 4200  2022-11-28 19:39:25
## 4201  2022-11-28 19:39:18
## 4202  2022-11-28 19:39:17
## 4203  2022-11-28 19:39:16
## 4204  2022-11-28 19:39:07
## 4205  2022-11-28 19:38:53
## 4206  2022-11-28 19:38:51
## 4207  2022-11-28 19:38:44
## 4208  2022-11-28 19:38:40
## 4209  2022-11-28 19:38:38
## 4210  2022-11-28 19:38:36
## 4211  2022-11-28 19:38:29
## 4212  2022-11-28 19:38:15
## 4213  2022-11-28 19:38:11
## 4214  2022-11-28 19:38:08
## 4215  2022-11-28 19:38:06
## 4216  2022-11-28 19:38:03
## 4217  2022-11-28 19:37:49
## 4218  2022-11-28 19:37:48
## 4219  2022-11-28 19:37:37
## 4220  2022-11-28 19:37:30
## 4221  2022-11-28 19:37:27
## 4222  2022-11-28 19:37:21
## 4223  2022-11-28 19:37:18
## 4224  2022-11-28 19:37:17
## 4225  2022-11-28 19:37:11
## 4226  2022-11-28 19:37:02
## 4227  2022-11-28 19:37:00
## 4228  2022-11-28 19:36:54
## 4229  2022-11-28 19:36:50
## 4230  2022-11-28 19:36:47
## 4231  2022-11-28 19:36:47
## 4232  2022-11-28 19:36:45
## 4233  2022-11-28 19:36:40
## 4234  2022-11-28 19:36:39
## 4235  2022-11-28 19:36:35
## 4236  2022-11-28 19:36:30
## 4237  2022-11-28 19:36:26
## 4238  2022-11-28 19:36:02
## 4239  2022-11-28 19:35:49
## 4240  2022-11-28 19:35:49
## 4241  2022-11-28 19:35:46
## 4242  2022-11-28 19:35:45
## 4243  2022-11-28 19:35:43
## 4244  2022-11-28 19:35:40
## 4245  2022-11-28 19:35:29
## 4246  2022-11-28 19:35:27
## 4247  2022-11-28 19:35:26
## 4248  2022-11-28 19:35:10
## 4249  2022-11-28 19:35:07
## 4250  2022-11-28 19:35:06
## 4251  2022-11-28 19:34:59
## 4252  2022-11-28 19:34:55
## 4253  2022-11-28 19:34:45
## 4254  2022-11-28 19:34:41
## 4255  2022-11-28 19:34:41
## 4256  2022-11-28 19:34:29
## 4257  2022-11-28 19:34:26
## 4258  2022-11-28 19:34:15
## 4259  2022-11-28 19:34:10
## 4260  2022-11-28 19:34:07
## 4261  2022-11-28 19:34:01
## 4262  2022-11-28 19:33:53
## 4263  2022-11-28 19:33:50
## 4264  2022-11-28 19:33:42
## 4265  2022-11-28 19:33:39
## 4266  2022-11-28 19:33:37
## 4267  2022-11-28 19:33:36
## 4268  2022-11-28 19:33:33
## 4269  2022-11-28 19:33:27
## 4270  2022-11-28 19:33:13
## 4271  2022-11-28 19:33:05
## 4272  2022-11-28 19:33:05
## 4273  2022-11-28 19:32:59
## 4274  2022-11-28 19:32:57
## 4275  2022-11-28 19:32:54
## 4276  2022-11-28 19:32:54
## 4277  2022-11-28 19:32:44
## 4278  2022-11-28 19:32:42
## 4279  2022-11-28 19:32:33
## 4280  2022-11-28 19:32:28
## 4281  2022-11-28 19:32:13
## 4282  2022-11-28 19:32:13
## 4283  2022-11-28 19:32:09
## 4284  2022-11-28 19:32:00
## 4285  2022-11-28 19:31:48
## 4286  2022-11-28 19:31:45
## 4287  2022-11-28 19:31:37
## 4288  2022-11-28 19:31:36
## 4289  2022-11-28 19:31:36
## 4290  2022-11-28 19:31:30
## 4291  2022-11-28 19:31:24
## 4292  2022-11-28 19:31:13
## 4293  2022-11-28 19:31:06
## 4294  2022-11-28 19:31:06
## 4295  2022-11-28 19:31:00
## 4296  2022-11-28 19:30:56
## 4297  2022-11-28 19:30:41
## 4298  2022-11-28 19:30:39
## 4299  2022-11-28 19:30:37
## 4300  2022-11-28 19:30:36
## 4301  2022-11-28 19:30:35
## 4302  2022-11-28 19:30:25
## 4303  2022-11-28 19:30:21
## 4304  2022-11-28 19:30:16
## 4305  2022-11-28 19:30:15
## 4306  2022-11-28 19:30:12
## 4307  2022-11-28 19:30:04
## 4308  2022-11-28 19:29:59
## 4309  2022-11-28 19:29:59
## 4310  2022-11-28 19:29:45
## 4311  2022-11-28 19:29:45
## 4312  2022-11-28 19:29:38
## 4313  2022-11-28 19:29:36
## 4314  2022-11-28 19:29:32
## 4315  2022-11-28 19:29:30
## 4316  2022-11-28 19:29:23
## 4317  2022-11-28 19:29:05
## 4318  2022-11-28 19:29:03
## 4319  2022-11-28 19:28:50
## 4320  2022-11-28 19:28:22
## 4321  2022-11-28 19:28:18
## 4322  2022-11-28 19:28:16
## 4323  2022-11-28 19:28:05
## 4324  2022-11-28 19:28:00
## 4325  2022-11-28 19:27:55
## 4326  2022-11-28 19:27:43
## 4327  2022-11-28 19:27:43
## 4328  2022-11-28 19:27:42
## 4329  2022-11-28 19:27:39
## 4330  2022-11-28 19:27:36
## 4331  2022-11-28 19:27:36
## 4332  2022-11-28 19:27:34
## 4333  2022-11-28 19:27:31
## 4334  2022-11-28 19:27:25
## 4335  2022-11-28 19:27:16
## 4336  2022-11-28 19:27:10
## 4337  2022-11-28 19:27:06
## 4338  2022-11-28 19:27:04
## 4339  2022-11-28 19:26:57
## 4340  2022-11-28 19:26:56
## 4341  2022-11-28 19:26:56
## 4342  2022-11-28 19:26:55
## 4343  2022-11-28 19:26:52
## 4344  2022-11-28 19:26:52
## 4345  2022-11-28 19:26:48
## 4346  2022-11-28 19:26:45
## 4347  2022-11-28 19:26:40
## 4348  2022-11-28 19:26:38
## 4349  2022-11-28 19:26:38
## 4350  2022-11-28 19:26:35
## 4351  2022-11-28 19:26:35
## 4352  2022-11-28 19:26:31
## 4353  2022-11-28 19:26:30
## 4354  2022-11-28 19:26:28
## 4355  2022-11-28 19:26:22
## 4356  2022-11-28 19:26:18
## 4357  2022-11-28 19:26:18
## 4358  2022-11-28 19:26:14
## 4359  2022-11-28 19:26:13
## 4360  2022-11-28 19:26:03
## 4361  2022-11-28 19:26:02
## 4362  2022-11-28 19:26:01
## 4363  2022-11-28 19:25:57
## 4364  2022-11-28 19:25:52
## 4365  2022-11-28 19:25:50
## 4366  2022-11-28 19:25:43
## 4367  2022-11-28 19:25:42
## 4368  2022-11-28 19:25:39
## 4369  2022-11-28 19:25:37
## 4370  2022-11-28 19:25:34
## 4371  2022-11-28 19:25:33
## 4372  2022-11-28 19:25:29
## 4373  2022-11-28 19:25:29
## 4374  2022-11-28 19:25:26
## 4375  2022-11-28 19:25:25
## 4376  2022-11-28 19:25:21
## 4377  2022-11-28 19:25:12
## 4378  2022-11-28 19:25:12
## 4379  2022-11-28 19:25:09
## 4380  2022-11-28 19:25:08
## 4381  2022-11-28 19:24:57
## 4382  2022-11-28 19:24:54
## 4383  2022-11-28 19:24:53
## 4384  2022-11-28 19:24:51
## 4385  2022-11-28 19:24:47
## 4386  2022-11-28 19:24:40
## 4387  2022-11-28 19:24:39
## 4388  2022-11-28 19:24:36
## 4389  2022-11-28 19:24:35
## 4390  2022-11-28 19:24:23
## 4391  2022-11-28 19:24:16
## 4392  2022-11-28 19:24:05
## 4393  2022-11-28 19:24:04
## 4394  2022-11-28 19:24:02
## 4395  2022-11-28 19:24:00
## 4396  2022-11-28 19:23:40
## 4397  2022-11-28 19:23:35
## 4398  2022-11-28 19:23:34
## 4399  2022-11-28 19:23:30
## 4400  2022-11-28 19:23:28
## 4401  2022-11-28 19:23:26
## 4402  2022-11-28 19:23:26
## 4403  2022-11-28 19:23:21
## 4404  2022-11-28 19:23:18
## 4405  2022-11-28 19:23:16
## 4406  2022-11-28 19:23:12
## 4407  2022-11-28 19:23:11
## 4408  2022-11-28 19:23:10
## 4409  2022-11-28 19:23:09
## 4410  2022-11-28 19:23:08
## 4411  2022-11-28 19:23:07
## 4412  2022-11-28 19:23:03
## 4413  2022-11-28 19:22:57
## 4414  2022-11-28 19:22:52
## 4415  2022-11-28 19:22:51
## 4416  2022-11-28 19:22:46
## 4417  2022-11-28 19:22:44
## 4418  2022-11-28 19:22:43
## 4419  2022-11-28 19:22:41
## 4420  2022-11-28 19:22:40
## 4421  2022-11-28 19:22:26
## 4422  2022-11-28 19:22:25
## 4423  2022-11-28 19:22:23
## 4424  2022-11-28 19:22:18
## 4425  2022-11-28 19:22:17
## 4426  2022-11-28 19:22:05
## 4427  2022-11-28 19:22:03
## 4428  2022-11-28 19:21:57
## 4429  2022-11-28 19:21:53
## 4430  2022-11-28 19:21:51
## 4431  2022-11-28 19:21:46
## 4432  2022-11-28 19:21:46
## 4433  2022-11-28 19:21:41
## 4434  2022-11-28 19:21:34
## 4435  2022-11-28 19:21:23
## 4436  2022-11-28 19:21:22
## 4437  2022-11-28 19:21:13
## 4438  2022-11-28 19:21:07
## 4439  2022-11-28 19:20:54
## 4440  2022-11-28 19:20:45
## 4441  2022-11-28 19:20:45
## 4442  2022-11-28 19:20:40
## 4443  2022-11-28 19:20:31
## 4444  2022-11-28 19:20:19
## 4445  2022-11-28 19:20:19
## 4446  2022-11-28 19:20:16
## 4447  2022-11-28 19:20:07
## 4448  2022-11-28 19:20:07
## 4449  2022-11-28 19:20:07
## 4450  2022-11-28 19:20:06
## 4451  2022-11-28 19:20:06
## 4452  2022-11-28 19:19:56
## 4453  2022-11-28 19:19:53
## 4454  2022-11-28 19:19:45
## 4455  2022-11-28 19:19:43
## 4456  2022-11-28 19:19:42
## 4457  2022-11-28 19:19:42
## 4458  2022-11-28 19:19:28
## 4459  2022-11-28 19:19:24
## 4460  2022-11-28 19:19:16
## 4461  2022-11-28 19:19:12
## 4462  2022-11-28 19:19:10
## 4463  2022-11-28 19:19:00
## 4464  2022-11-28 19:19:00
## 4465  2022-11-28 19:18:58
## 4466  2022-11-28 19:18:57
## 4467  2022-11-28 19:18:54
## 4468  2022-11-28 19:18:46
## 4469  2022-11-28 19:18:40
## 4470  2022-11-28 19:18:36
## 4471  2022-11-28 19:18:31
## 4472  2022-11-28 19:18:29
## 4473  2022-11-28 19:18:26
## 4474  2022-11-28 19:18:24
## 4475  2022-11-28 19:18:23
## 4476  2022-11-28 19:18:22
## 4477  2022-11-28 19:18:21
## 4478  2022-11-28 19:18:19
## 4479  2022-11-28 19:18:18
## 4480  2022-11-28 19:18:10
## 4481  2022-11-28 19:18:07
## 4482  2022-11-28 19:18:01
## 4483  2022-11-28 19:17:54
## 4484  2022-11-28 19:17:51
## 4485  2022-11-28 19:17:48
## 4486  2022-11-28 19:17:46
## 4487  2022-11-28 19:17:44
## 4488  2022-11-28 19:17:43
## 4489  2022-11-28 19:17:41
## 4490  2022-11-28 19:17:41
## 4491  2022-11-28 19:17:41
## 4492  2022-11-28 19:17:40
## 4493  2022-11-28 19:17:40
## 4494  2022-11-28 19:17:39
## 4495  2022-11-28 19:17:35
## 4496  2022-11-28 19:17:32
## 4497  2022-11-28 19:17:28
## 4498  2022-11-28 19:17:27
## 4499  2022-11-28 19:17:25
## 4500  2022-11-28 19:17:22
## 4501  2022-11-28 19:17:15
## 4502  2022-11-28 19:17:04
## 4503  2022-11-28 19:17:04
## 4504  2022-11-28 19:17:03
## 4505  2022-11-28 19:17:01
## 4506  2022-11-28 19:16:52
## 4507  2022-11-28 19:16:52
## 4508  2022-11-28 19:16:49
## 4509  2022-11-28 19:16:46
## 4510  2022-11-28 19:16:41
## 4511  2022-11-28 19:16:36
## 4512  2022-11-28 19:16:35
## 4513  2022-11-28 19:16:35
## 4514  2022-11-28 19:16:34
## 4515  2022-11-28 19:16:33
## 4516  2022-11-28 19:16:27
## 4517  2022-11-28 19:16:26
## 4518  2022-11-28 19:16:17
## 4519  2022-11-28 19:16:17
## 4520  2022-11-28 19:16:15
## 4521  2022-11-28 19:16:05
## 4522  2022-11-28 19:15:57
## 4523  2022-11-28 19:15:52
## 4524  2022-11-28 19:15:40
## 4525  2022-11-28 19:15:28
## 4526  2022-11-28 19:15:21
## 4527  2022-11-28 19:15:15
## 4528  2022-11-28 19:15:01
## 4529  2022-11-28 19:14:57
## 4530  2022-11-28 19:14:54
## 4531  2022-11-28 19:14:52
## 4532  2022-11-28 19:14:49
## 4533  2022-11-28 19:14:48
## 4534  2022-11-28 19:14:41
## 4535  2022-11-28 19:14:35
## 4536  2022-11-28 19:14:33
## 4537  2022-11-28 19:14:31
## 4538  2022-11-28 19:14:23
## 4539  2022-11-28 19:14:22
## 4540  2022-11-28 19:14:13
## 4541  2022-11-28 19:14:06
## 4542  2022-11-28 19:13:58
## 4543  2022-11-28 19:13:54
## 4544  2022-11-28 19:13:54
## 4545  2022-11-28 19:13:50
## 4546  2022-11-28 19:13:49
## 4547  2022-11-28 19:13:46
## 4548  2022-11-28 19:13:42
## 4549  2022-11-28 19:13:40
## 4550  2022-11-28 19:13:40
## 4551  2022-11-28 19:13:38
## 4552  2022-11-28 19:13:34
## 4553  2022-11-28 19:13:32
## 4554  2022-11-28 19:13:20
## 4555  2022-11-28 19:13:19
## 4556  2022-11-28 19:13:19
## 4557  2022-11-28 19:13:10
## 4558  2022-11-28 19:13:07
## 4559  2022-11-28 19:13:06
## 4560  2022-11-28 19:13:06
## 4561  2022-11-28 19:13:05
## 4562  2022-11-28 19:13:03
## 4563  2022-11-28 19:12:59
## 4564  2022-11-28 19:12:58
## 4565  2022-11-28 19:12:58
## 4566  2022-11-28 19:12:57
## 4567  2022-11-28 19:12:52
## 4568  2022-11-28 19:12:44
## 4569  2022-11-28 19:12:35
## 4570  2022-11-28 19:12:33
## 4571  2022-11-28 19:12:32
## 4572  2022-11-28 19:12:26
## 4573  2022-11-28 19:12:24
## 4574  2022-11-28 19:12:23
## 4575  2022-11-28 19:12:07
## 4576  2022-11-28 19:11:57
## 4577  2022-11-28 19:11:57
## 4578  2022-11-28 19:11:55
## 4579  2022-11-28 19:11:55
## 4580  2022-11-28 19:11:48
## 4581  2022-11-28 19:11:42
## 4582  2022-11-28 19:11:28
## 4583  2022-11-28 19:11:03
## 4584  2022-11-28 19:11:01
## 4585  2022-11-28 19:11:00
## 4586  2022-11-28 19:10:47
## 4587  2022-11-28 19:10:43
## 4588  2022-11-28 19:10:39
## 4589  2022-11-28 19:10:38
## 4590  2022-11-28 19:10:33
## 4591  2022-11-28 19:10:25
## 4592  2022-11-28 19:10:03
## 4593  2022-11-28 19:10:00
## 4594  2022-11-28 19:09:49
## 4595  2022-11-28 19:09:26
## 4596  2022-11-28 19:09:26
## 4597  2022-11-28 19:09:08
## 4598  2022-11-28 19:08:48
## 4599  2022-11-28 19:08:35
## 4600  2022-11-28 19:08:22
## 4601  2022-11-28 19:08:21
## 4602  2022-11-28 19:08:19
## 4603  2022-11-28 19:08:10
## 4604  2022-11-28 19:08:04
## 4605  2022-11-28 19:08:03
## 4606  2022-11-28 19:07:52
## 4607  2022-11-28 19:07:51
## 4608  2022-11-28 19:07:51
## 4609  2022-11-28 19:07:48
## 4610  2022-11-28 19:07:40
## 4611  2022-11-28 19:07:33
## 4612  2022-11-28 19:07:33
## 4613  2022-11-28 19:07:29
## 4614  2022-11-28 19:07:18
## 4615  2022-11-28 19:07:18
## 4616  2022-11-28 19:07:17
## 4617  2022-11-28 19:07:16
## 4618  2022-11-28 19:07:14
## 4619  2022-11-28 19:07:12
## 4620  2022-11-28 19:07:07
## 4621  2022-11-28 19:07:05
## 4622  2022-11-28 19:07:05
## 4623  2022-11-28 19:07:04
## 4624  2022-11-28 19:07:01
## 4625  2022-11-28 19:06:56
## 4626  2022-11-28 19:06:51
## 4627  2022-11-28 19:06:48
## 4628  2022-11-28 19:06:45
## 4629  2022-11-28 19:06:44
## 4630  2022-11-28 19:06:43
## 4631  2022-11-28 19:06:39
## 4632  2022-11-28 19:06:31
## 4633  2022-11-28 19:06:26
## 4634  2022-11-28 19:06:24
## 4635  2022-11-28 19:06:20
## 4636  2022-11-28 19:06:19
## 4637  2022-11-28 19:06:13
## 4638  2022-11-28 19:06:06
## 4639  2022-11-28 19:05:56
## 4640  2022-11-28 19:05:50
## 4641  2022-11-28 19:05:46
## 4642  2022-11-28 19:05:43
## 4643  2022-11-28 19:05:41
## 4644  2022-11-28 19:05:40
## 4645  2022-11-28 19:05:34
## 4646  2022-11-28 19:05:31
## 4647  2022-11-28 19:05:30
## 4648  2022-11-28 19:05:21
## 4649  2022-11-28 19:05:20
## 4650  2022-11-28 19:05:19
## 4651  2022-11-28 19:05:09
## 4652  2022-11-28 19:05:08
## 4653  2022-11-28 19:05:05
## 4654  2022-11-28 19:05:03
## 4655  2022-11-28 19:05:02
## 4656  2022-11-28 19:04:51
## 4657  2022-11-28 19:04:47
## 4658  2022-11-28 19:04:36
## 4659  2022-11-28 19:04:32
## 4660  2022-11-28 19:04:30
## 4661  2022-11-28 19:04:28
## 4662  2022-11-28 19:04:13
## 4663  2022-11-28 19:04:06
## 4664  2022-11-28 19:04:02
## 4665  2022-11-28 19:03:59
## 4666  2022-11-28 19:03:52
## 4667  2022-11-28 19:03:35
## 4668  2022-11-28 19:03:34
## 4669  2022-11-28 19:03:26
## 4670  2022-11-28 19:03:24
## 4671  2022-11-28 19:03:20
## 4672  2022-11-28 19:03:15
## 4673  2022-11-28 19:03:13
## 4674  2022-11-28 19:03:07
## 4675  2022-11-28 19:02:59
## 4676  2022-11-28 19:02:56
## 4677  2022-11-28 19:02:50
## 4678  2022-11-28 19:02:48
## 4679  2022-11-28 19:02:36
## 4680  2022-11-28 19:02:31
## 4681  2022-11-28 19:02:24
## 4682  2022-11-28 19:02:13
## 4683  2022-11-28 19:02:09
## 4684  2022-11-28 19:02:02
## 4685  2022-11-28 19:02:01
## 4686  2022-11-28 19:02:00
## 4687  2022-11-28 19:01:55
## 4688  2022-11-28 19:01:54
## 4689  2022-11-28 19:01:53
## 4690  2022-11-28 19:01:46
## 4691  2022-11-28 19:01:45
## 4692  2022-11-28 19:01:33
## 4693  2022-11-28 19:01:28
## 4694  2022-11-28 19:01:22
## 4695  2022-11-28 19:01:18
## 4696  2022-11-28 19:01:06
## 4697  2022-11-28 19:01:03
## 4698  2022-11-28 19:01:01
## 4699  2022-11-28 19:00:52
## 4700  2022-11-28 19:00:48
## 4701  2022-11-28 19:00:44
## 4702  2022-11-28 19:00:39
## 4703  2022-11-28 19:00:29
## 4704  2022-11-28 19:00:21
## 4705  2022-11-28 19:00:18
## 4706  2022-11-28 19:00:17
## 4707  2022-11-28 19:00:14
## 4708  2022-11-28 19:00:13
## 4709  2022-11-28 19:00:12
## 4710  2022-11-28 18:59:52
## 4711  2022-11-28 18:59:48
## 4712  2022-11-28 18:59:46
## 4713  2022-11-28 18:59:37
## 4714  2022-11-28 18:59:29
## 4715  2022-11-28 18:59:28
## 4716  2022-11-28 18:59:28
## 4717  2022-11-28 18:59:27
## 4718  2022-11-28 18:59:21
## 4719  2022-11-28 18:59:16
## 4720  2022-11-28 18:59:15
## 4721  2022-11-28 18:59:14
## 4722  2022-11-28 18:59:11
## 4723  2022-11-28 18:59:05
## 4724  2022-11-28 18:59:03
## 4725  2022-11-28 18:58:58
## 4726  2022-11-28 18:58:49
## 4727  2022-11-28 18:58:28
## 4728  2022-11-28 18:58:25
## 4729  2022-11-28 18:58:18
## 4730  2022-11-28 18:58:15
## 4731  2022-11-28 18:58:15
## 4732  2022-11-28 18:58:15
## 4733  2022-11-28 18:58:12
## 4734  2022-11-28 18:58:07
## 4735  2022-11-28 18:58:06
## 4736  2022-11-28 18:58:00
## 4737  2022-11-28 18:58:00
## 4738  2022-11-28 18:57:58
## 4739  2022-11-28 18:57:56
## 4740  2022-11-28 18:57:56
## 4741  2022-11-28 18:57:52
## 4742  2022-11-28 18:57:52
## 4743  2022-11-28 18:57:45
## 4744  2022-11-28 18:57:45
## 4745  2022-11-28 18:57:44
## 4746  2022-11-28 18:57:42
## 4747  2022-11-28 18:57:36
## 4748  2022-11-28 18:57:35
## 4749  2022-11-28 18:57:28
## 4750  2022-11-28 18:57:26
## 4751  2022-11-28 18:57:24
## 4752  2022-11-28 18:57:24
## 4753  2022-11-28 18:57:20
## 4754  2022-11-28 18:57:15
## 4755  2022-11-28 18:57:11
## 4756  2022-11-28 18:57:11
## 4757  2022-11-28 18:57:10
## 4758  2022-11-28 18:57:01
## 4759  2022-11-28 18:57:00
## 4760  2022-11-28 18:56:55
## 4761  2022-11-28 18:56:44
## 4762  2022-11-28 18:56:35
## 4763  2022-11-28 18:56:28
## 4764  2022-11-28 18:56:27
## 4765  2022-11-28 18:56:25
## 4766  2022-11-28 18:56:21
## 4767  2022-11-28 18:56:21
## 4768  2022-11-28 18:56:20
## 4769  2022-11-28 18:56:17
## 4770  2022-11-28 18:56:13
## 4771  2022-11-28 18:56:10
## 4772  2022-11-28 18:56:08
## 4773  2022-11-28 18:56:07
## 4774  2022-11-28 18:56:07
## 4775  2022-11-28 18:56:03
## 4776  2022-11-28 18:56:01
## 4777  2022-11-28 18:55:55
## 4778  2022-11-28 18:55:52
## 4779  2022-11-28 18:55:48
## 4780  2022-11-28 18:55:46
## 4781  2022-11-28 18:55:38
## 4782  2022-11-28 18:55:33
## 4783  2022-11-28 18:55:25
## 4784  2022-11-28 18:55:22
## 4785  2022-11-28 18:55:10
## 4786  2022-11-28 18:55:06
## 4787  2022-11-28 18:55:00
## 4788  2022-11-28 18:54:53
## 4789  2022-11-28 18:54:53
## 4790  2022-11-28 18:54:48
## 4791  2022-11-28 18:54:47
## 4792  2022-11-28 18:54:46
## 4793  2022-11-28 18:54:45
## 4794  2022-11-28 18:54:45
## 4795  2022-11-28 18:54:43
## 4796  2022-11-28 18:54:37
## 4797  2022-11-28 18:54:26
## 4798  2022-11-28 18:54:25
## 4799  2022-11-28 18:54:20
## 4800  2022-11-28 18:54:19
## 4801  2022-11-28 18:54:17
## 4802  2022-11-28 18:54:10
## 4803  2022-11-28 18:54:02
## 4804  2022-11-28 18:54:00
## 4805  2022-11-28 18:53:54
## 4806  2022-11-28 18:53:53
## 4807  2022-11-28 18:53:49
## 4808  2022-11-28 18:53:46
## 4809  2022-11-28 18:53:46
## 4810  2022-11-28 18:53:46
## 4811  2022-11-28 18:53:44
## 4812  2022-11-28 18:53:38
## 4813  2022-11-28 18:53:38
## 4814  2022-11-28 18:53:33
## 4815  2022-11-28 18:53:32
## 4816  2022-11-28 18:53:32
## 4817  2022-11-28 18:53:22
## 4818  2022-11-28 18:53:22
## 4819  2022-11-28 18:53:10
## 4820  2022-11-28 18:53:07
## 4821  2022-11-28 18:53:00
## 4822  2022-11-28 18:52:55
## 4823  2022-11-28 18:52:52
## 4824  2022-11-28 18:52:48
## 4825  2022-11-28 18:52:43
## 4826  2022-11-28 18:52:39
## 4827  2022-11-28 18:52:35
## 4828  2022-11-28 18:52:34
## 4829  2022-11-28 18:52:26
## 4830  2022-11-28 18:52:19
## 4831  2022-11-28 18:52:18
## 4832  2022-11-28 18:52:17
## 4833  2022-11-28 18:52:15
## 4834  2022-11-28 18:52:13
## 4835  2022-11-28 18:52:09
## 4836  2022-11-28 18:51:52
## 4837  2022-11-28 18:51:44
## 4838  2022-11-28 18:51:42
## 4839  2022-11-28 18:51:36
## 4840  2022-11-28 18:51:33
## 4841  2022-11-28 18:51:32
## 4842  2022-11-28 18:51:27
## 4843  2022-11-28 18:51:22
## 4844  2022-11-28 18:51:19
## 4845  2022-11-28 18:51:16
## 4846  2022-11-28 18:51:06
## 4847  2022-11-28 18:51:00
## 4848  2022-11-28 18:50:59
## 4849  2022-11-28 18:50:51
## 4850  2022-11-28 18:50:51
## 4851  2022-11-28 18:50:46
## 4852  2022-11-28 18:50:45
## 4853  2022-11-28 18:50:41
## 4854  2022-11-28 18:50:31
## 4855  2022-11-28 18:50:25
## 4856  2022-11-28 18:50:20
## 4857  2022-11-28 18:50:20
## 4858  2022-11-28 18:50:19
## 4859  2022-11-28 18:50:17
## 4860  2022-11-28 18:50:03
## 4861  2022-11-28 18:49:48
## 4862  2022-11-28 18:49:45
## 4863  2022-11-28 18:49:44
## 4864  2022-11-28 18:49:42
## 4865  2022-11-28 18:49:39
## 4866  2022-11-28 18:49:36
## 4867  2022-11-28 18:49:23
## 4868  2022-11-28 18:49:15
## 4869  2022-11-28 18:49:14
## 4870  2022-11-28 18:49:11
## 4871  2022-11-28 18:49:11
## 4872  2022-11-28 18:49:09
## 4873  2022-11-28 18:49:05
## 4874  2022-11-28 18:48:57
## 4875  2022-11-28 18:48:49
## 4876  2022-11-28 18:48:47
## 4877  2022-11-28 18:48:41
## 4878  2022-11-28 18:48:35
## 4879  2022-11-28 18:48:34
## 4880  2022-11-28 18:48:23
## 4881  2022-11-28 18:48:18
## 4882  2022-11-28 18:48:06
## 4883  2022-11-28 18:48:03
## 4884  2022-11-28 18:48:00
## 4885  2022-11-28 18:47:54
## 4886  2022-11-28 18:47:50
## 4887  2022-11-28 18:47:50
## 4888  2022-11-28 18:47:49
## 4889  2022-11-28 18:47:41
## 4890  2022-11-28 18:47:41
## 4891  2022-11-28 18:47:38
## 4892  2022-11-28 18:47:36
## 4893  2022-11-28 18:47:32
## 4894  2022-11-28 18:47:23
## 4895  2022-11-28 18:47:15
## 4896  2022-11-28 18:47:12
## 4897  2022-11-28 18:46:53
## 4898  2022-11-28 18:46:52
## 4899  2022-11-28 18:46:51
## 4900  2022-11-28 18:46:45
## 4901  2022-11-28 18:46:40
## 4902  2022-11-28 18:46:38
## 4903  2022-11-28 18:46:37
## 4904  2022-11-28 18:46:30
## 4905  2022-11-28 18:46:26
## 4906  2022-11-28 18:46:24
## 4907  2022-11-28 18:46:17
## 4908  2022-11-28 18:46:13
## 4909  2022-11-28 18:46:11
## 4910  2022-11-28 18:46:07
## 4911  2022-11-28 18:46:03
## 4912  2022-11-28 18:46:01
## 4913  2022-11-28 18:45:57
## 4914  2022-11-28 18:45:50
## 4915  2022-11-28 18:45:44
## 4916  2022-11-28 18:45:15
## 4917  2022-11-28 18:45:10
## 4918  2022-11-28 18:45:06
## 4919  2022-11-28 18:44:41
## 4920  2022-11-28 18:44:39
## 4921  2022-11-28 18:44:34
## 4922  2022-11-28 18:44:25
## 4923  2022-11-28 18:44:20
## 4924  2022-11-28 18:44:06
## 4925  2022-11-28 18:43:54
## 4926  2022-11-28 18:43:45
## 4927  2022-11-28 18:43:41
## 4928  2022-11-28 18:43:35
## 4929  2022-11-28 18:43:33
## 4930  2022-11-28 18:43:33
## 4931  2022-11-28 18:43:28
## 4932  2022-11-28 18:43:21
## 4933  2022-11-28 18:43:20
## 4934  2022-11-28 18:43:18
## 4935  2022-11-28 18:43:14
## 4936  2022-11-28 18:43:10
## 4937  2022-11-28 18:43:10
## 4938  2022-11-28 18:42:59
## 4939  2022-11-28 18:42:51
## 4940  2022-11-28 18:42:38
## 4941  2022-11-28 18:42:38
## 4942  2022-11-28 18:42:35
## 4943  2022-11-28 18:42:21
## 4944  2022-11-28 18:42:20
## 4945  2022-11-28 18:42:00
## 4946  2022-11-28 18:41:58
## 4947  2022-11-28 18:41:56
## 4948  2022-11-28 18:41:52
## 4949  2022-11-28 18:41:45
## 4950  2022-11-28 18:41:44
## 4951  2022-11-28 18:41:43
## 4952  2022-11-28 18:41:41
## 4953  2022-11-28 18:41:39
## 4954  2022-11-28 18:41:27
## 4955  2022-11-28 18:41:24
## 4956  2022-11-28 18:41:21
## 4957  2022-11-28 18:41:13
## 4958  2022-11-28 18:41:13
## 4959  2022-11-28 18:41:12
## 4960  2022-11-28 18:41:02
## 4961  2022-11-28 18:41:01
## 4962  2022-11-28 18:40:58
## 4963  2022-11-28 18:40:55
## 4964  2022-11-28 18:40:50
## 4965  2022-11-28 18:40:50
## 4966  2022-11-28 18:40:48
## 4967  2022-11-28 18:40:42
## 4968  2022-11-28 18:40:37
## 4969  2022-11-28 18:40:28
## 4970  2022-11-28 18:40:23
## 4971  2022-11-28 18:40:18
## 4972  2022-11-28 18:40:17
## 4973  2022-11-28 18:40:17
## 4974  2022-11-28 18:40:11
## 4975  2022-11-28 18:40:07
## 4976  2022-11-28 18:40:03
## 4977  2022-11-28 18:39:59
## 4978  2022-11-28 18:39:55
## 4979  2022-11-28 18:39:52
## 4980  2022-11-28 18:39:51
## 4981  2022-11-28 18:39:50
## 4982  2022-11-28 18:39:37
## 4983  2022-11-28 18:39:36
## 4984  2022-11-28 18:39:30
## 4985  2022-11-28 18:39:15
## 4986  2022-11-28 18:39:12
## 4987  2022-11-28 18:39:10
## 4988  2022-11-28 18:39:02
## 4989  2022-11-28 18:38:57
## 4990  2022-11-28 18:38:54
## 4991  2022-11-28 18:38:54
## 4992  2022-11-28 18:38:50
## 4993  2022-11-28 18:38:36
## 4994  2022-11-28 18:38:36
## 4995  2022-11-28 18:38:27
## 4996  2022-11-28 18:38:27
## 4997  2022-11-28 18:38:26
## 4998  2022-11-28 18:38:05
## 4999  2022-11-28 18:38:02
## 5000  2022-11-28 18:37:51
## 5001  2022-11-28 18:37:45
## 5002  2022-11-28 18:37:39
## 5003  2022-11-28 18:37:39
## 5004  2022-11-28 18:37:35
## 5005  2022-11-28 18:37:24
## 5006  2022-11-28 18:37:23
## 5007  2022-11-28 18:37:20
## 5008  2022-11-28 18:37:15
## 5009  2022-11-28 18:37:13
## 5010  2022-11-28 18:37:09
## 5011  2022-11-28 18:37:04
## 5012  2022-11-28 18:37:04
## 5013  2022-11-28 18:36:53
## 5014  2022-11-28 18:36:49
## 5015  2022-11-28 18:36:48
## 5016  2022-11-28 18:36:46
## 5017  2022-11-28 18:36:41
## 5018  2022-11-28 18:36:37
## 5019  2022-11-28 18:36:34
## 5020  2022-11-28 18:36:32
## 5021  2022-11-28 18:36:31
## 5022  2022-11-28 18:36:28
## 5023  2022-11-28 18:36:07
## 5024  2022-11-28 18:36:06
## 5025  2022-11-28 18:35:54
## 5026  2022-11-28 18:35:52
## 5027  2022-11-28 18:35:52
## 5028  2022-11-28 18:35:44
## 5029  2022-11-28 18:35:40
## 5030  2022-11-28 18:35:40
## 5031  2022-11-28 18:35:35
## 5032  2022-11-28 18:35:31
## 5033  2022-11-28 18:35:28
## 5034  2022-11-28 18:35:24
## 5035  2022-11-28 18:35:20
## 5036  2022-11-28 18:35:18
## 5037  2022-11-28 18:35:15
## 5038  2022-11-28 18:35:13
## 5039  2022-11-28 18:35:08
## 5040  2022-11-28 18:35:02
## 5041  2022-11-28 18:35:02
## 5042  2022-11-28 18:34:58
## 5043  2022-11-28 18:34:47
## 5044  2022-11-28 18:34:45
## 5045  2022-11-28 18:34:41
## 5046  2022-11-28 18:34:39
## 5047  2022-11-28 18:34:36
## 5048  2022-11-28 18:34:32
## 5049  2022-11-28 18:34:30
## 5050  2022-11-28 18:34:25
## 5051  2022-11-28 18:34:17
## 5052  2022-11-28 18:34:09
## 5053  2022-11-28 18:34:06
## 5054  2022-11-28 18:34:06
## 5055  2022-11-28 18:34:04
## 5056  2022-11-28 18:34:03
## 5057  2022-11-28 18:34:00
## 5058  2022-11-28 18:33:58
## 5059  2022-11-28 18:33:56
## 5060  2022-11-28 18:33:52
## 5061  2022-11-28 18:33:44
## 5062  2022-11-28 18:33:37
## 5063  2022-11-28 18:33:33
## 5064  2022-11-28 18:33:31
## 5065  2022-11-28 18:33:10
## 5066  2022-11-28 18:33:08
## 5067  2022-11-28 18:33:08
## 5068  2022-11-28 18:33:06
## 5069  2022-11-28 18:33:06
## 5070  2022-11-28 18:32:51
## 5071  2022-11-28 18:32:51
## 5072  2022-11-28 18:32:50
## 5073  2022-11-28 18:32:40
## 5074  2022-11-28 18:32:39
## 5075  2022-11-28 18:32:38
## 5076  2022-11-28 18:32:26
## 5077  2022-11-28 18:32:25
## 5078  2022-11-28 18:32:22
## 5079  2022-11-28 18:32:21
## 5080  2022-11-28 18:32:20
## 5081  2022-11-28 18:32:18
## 5082  2022-11-28 18:32:18
## 5083  2022-11-28 18:32:09
## 5084  2022-11-28 18:32:00
## 5085  2022-11-28 18:31:58
## 5086  2022-11-28 18:31:54
## 5087  2022-11-28 18:31:53
## 5088  2022-11-28 18:31:41
## 5089  2022-11-28 18:31:41
## 5090  2022-11-28 18:31:40
## 5091  2022-11-28 18:31:34
## 5092  2022-11-28 18:31:32
## 5093  2022-11-28 18:31:32
## 5094  2022-11-28 18:31:29
## 5095  2022-11-28 18:31:25
## 5096  2022-11-28 18:31:24
## 5097  2022-11-28 18:31:21
## 5098  2022-11-28 18:31:18
## 5099  2022-11-28 18:31:12
## 5100  2022-11-28 18:31:02
## 5101  2022-11-28 18:30:59
## 5102  2022-11-28 18:30:45
## 5103  2022-11-28 18:30:40
## 5104  2022-11-28 18:30:34
## 5105  2022-11-28 18:30:29
## 5106  2022-11-28 18:30:23
## 5107  2022-11-28 18:30:19
## 5108  2022-11-28 18:30:15
## 5109  2022-11-28 18:30:15
## 5110  2022-11-28 18:30:11
## 5111  2022-11-28 18:30:06
## 5112  2022-11-28 18:30:05
## 5113  2022-11-28 18:30:02
## 5114  2022-11-28 18:29:54
## 5115  2022-11-28 18:29:47
## 5116  2022-11-28 18:29:44
## 5117  2022-11-28 18:29:43
## 5118  2022-11-28 18:29:42
## 5119  2022-11-28 18:29:41
## 5120  2022-11-28 18:29:37
## 5121  2022-11-28 18:29:34
## 5122  2022-11-28 18:29:33
## 5123  2022-11-28 18:29:31
## 5124  2022-11-28 18:29:31
## 5125  2022-11-28 18:29:30
## 5126  2022-11-28 18:29:23
## 5127  2022-11-28 18:29:23
## 5128  2022-11-28 18:29:23
## 5129  2022-11-28 18:29:22
## 5130  2022-11-28 18:29:21
## 5131  2022-11-28 18:29:20
## 5132  2022-11-28 18:29:17
## 5133  2022-11-28 18:29:15
## 5134  2022-11-28 18:29:13
## 5135  2022-11-28 18:29:10
## 5136  2022-11-28 18:29:07
## 5137  2022-11-28 18:29:04
## 5138  2022-11-28 18:29:03
## 5139  2022-11-28 18:28:54
## 5140  2022-11-28 18:28:52
## 5141  2022-11-28 18:28:50
## 5142  2022-11-28 18:28:50
## 5143  2022-11-28 18:28:45
## 5144  2022-11-28 18:28:42
## 5145  2022-11-28 18:28:36
## 5146  2022-11-28 18:28:34
## 5147  2022-11-28 18:28:33
## 5148  2022-11-28 18:28:30
## 5149  2022-11-28 18:28:29
## 5150  2022-11-28 18:28:29
## 5151  2022-11-28 18:28:27
## 5152  2022-11-28 18:28:26
## 5153  2022-11-28 18:28:07
## 5154  2022-11-28 18:28:07
## 5155  2022-11-28 18:28:06
## 5156  2022-11-28 18:28:06
## 5157  2022-11-28 18:28:05
## 5158  2022-11-28 18:28:02
## 5159  2022-11-28 18:28:00
## 5160  2022-11-28 18:27:59
## 5161  2022-11-28 18:27:58
## 5162  2022-11-28 18:27:54
## 5163  2022-11-28 18:27:52
## 5164  2022-11-28 18:27:44
## 5165  2022-11-28 18:27:40
## 5166  2022-11-28 18:27:38
## 5167  2022-11-28 18:27:34
## 5168  2022-11-28 18:27:31
## 5169  2022-11-28 18:27:24
## 5170  2022-11-28 18:27:17
## 5171  2022-11-28 18:27:08
## 5172  2022-11-28 18:26:54
## 5173  2022-11-28 18:26:53
## 5174  2022-11-28 18:26:42
## 5175  2022-11-28 18:26:41
## 5176  2022-11-28 18:26:33
## 5177  2022-11-28 18:26:29
## 5178  2022-11-28 18:26:25
## 5179  2022-11-28 18:26:24
## 5180  2022-11-28 18:26:23
## 5181  2022-11-28 18:26:16
## 5182  2022-11-28 18:26:16
## 5183  2022-11-28 18:26:08
## 5184  2022-11-28 18:26:07
## 5185  2022-11-28 18:26:04
## 5186  2022-11-28 18:26:02
## 5187  2022-11-28 18:26:01
## 5188  2022-11-28 18:25:55
## 5189  2022-11-28 18:25:52
## 5190  2022-11-28 18:25:43
## 5191  2022-11-28 18:25:43
## 5192  2022-11-28 18:25:41
## 5193  2022-11-28 18:25:35
## 5194  2022-11-28 18:25:31
## 5195  2022-11-28 18:25:30
## 5196  2022-11-28 18:25:26
## 5197  2022-11-28 18:25:25
## 5198  2022-11-28 18:25:24
## 5199  2022-11-28 18:25:23
## 5200  2022-11-28 18:25:19
## 5201  2022-11-28 18:25:17
## 5202  2022-11-28 18:25:14
## 5203  2022-11-28 18:25:14
## 5204  2022-11-28 18:25:11
## 5205  2022-11-28 18:25:08
## 5206  2022-11-28 18:25:05
## 5207  2022-11-28 18:24:59
## 5208  2022-11-28 18:24:51
## 5209  2022-11-28 18:24:47
## 5210  2022-11-28 18:24:46
## 5211  2022-11-28 18:24:42
## 5212  2022-11-28 18:24:41
## 5213  2022-11-28 18:24:32
## 5214  2022-11-28 18:24:26
## 5215  2022-11-28 18:24:24
## 5216  2022-11-28 18:24:16
## 5217  2022-11-28 18:24:16
## 5218  2022-11-28 18:24:14
## 5219  2022-11-28 18:24:14
## 5220  2022-11-28 18:24:12
## 5221  2022-11-28 18:24:02
## 5222  2022-11-28 18:24:01
## 5223  2022-11-28 18:23:58
## 5224  2022-11-28 18:23:50
## 5225  2022-11-28 18:23:41
## 5226  2022-11-28 18:23:41
## 5227  2022-11-28 18:23:28
## 5228  2022-11-28 18:23:23
## 5229  2022-11-28 18:23:22
## 5230  2022-11-28 18:23:21
## 5231  2022-11-28 18:23:19
## 5232  2022-11-28 18:23:16
## 5233  2022-11-28 18:23:11
## 5234  2022-11-28 18:23:09
## 5235  2022-11-28 18:22:54
## 5236  2022-11-28 18:22:48
## 5237  2022-11-28 18:22:47
## 5238  2022-11-28 18:22:46
## 5239  2022-11-28 18:22:31
## 5240  2022-11-28 18:22:30
## 5241  2022-11-28 18:22:29
## 5242  2022-11-28 18:22:17
## 5243  2022-11-28 18:22:16
## 5244  2022-11-28 18:22:11
## 5245  2022-11-28 18:22:02
## 5246  2022-11-28 18:21:59
## 5247  2022-11-28 18:21:55
## 5248  2022-11-28 18:21:50
## 5249  2022-11-28 18:21:47
## 5250  2022-11-28 18:21:46
## 5251  2022-11-28 18:21:43
## 5252  2022-11-28 18:21:42
## 5253  2022-11-28 18:21:42
## 5254  2022-11-28 18:21:38
## 5255  2022-11-28 18:21:35
## 5256  2022-11-28 18:21:32
## 5257  2022-11-28 18:21:22
## 5258  2022-11-28 18:21:18
## 5259  2022-11-28 18:21:15
## 5260  2022-11-28 18:21:12
## 5261  2022-11-28 18:21:12
## 5262  2022-11-28 18:21:09
## 5263  2022-11-28 18:20:51
## 5264  2022-11-28 18:20:48
## 5265  2022-11-28 18:20:46
## 5266  2022-11-28 18:20:45
## 5267  2022-11-28 18:20:42
## 5268  2022-11-28 18:20:40
## 5269  2022-11-28 18:20:35
## 5270  2022-11-28 18:20:33
## 5271  2022-11-28 18:20:22
## 5272  2022-11-28 18:20:20
## 5273  2022-11-28 18:20:11
## 5274  2022-11-28 18:20:06
## 5275  2022-11-28 18:20:03
## 5276  2022-11-28 18:20:02
## 5277  2022-11-28 18:19:58
## 5278  2022-11-28 18:19:54
## 5279  2022-11-28 18:19:53
## 5280  2022-11-28 18:19:52
## 5281  2022-11-28 18:19:50
## 5282  2022-11-28 18:19:50
## 5283  2022-11-28 18:19:48
## 5284  2022-11-28 18:19:43
## 5285  2022-11-28 18:19:36
## 5286  2022-11-28 18:19:32
## 5287  2022-11-28 18:19:31
## 5288  2022-11-28 18:19:28
## 5289  2022-11-28 18:19:28
## 5290  2022-11-28 18:19:26
## 5291  2022-11-28 18:19:25
## 5292  2022-11-28 18:19:15
## 5293  2022-11-28 18:19:14
## 5294  2022-11-28 18:19:02
## 5295  2022-11-28 18:18:56
## 5296  2022-11-28 18:18:52
## 5297  2022-11-28 18:18:45
## 5298  2022-11-28 18:18:42
## 5299  2022-11-28 18:18:34
## 5300  2022-11-28 18:18:16
## 5301  2022-11-28 18:18:12
## 5302  2022-11-28 18:18:11
## 5303  2022-11-28 18:17:57
## 5304  2022-11-28 18:17:55
## 5305  2022-11-28 18:17:28
## 5306  2022-11-28 18:17:12
## 5307  2022-11-28 18:17:01
## 5308  2022-11-28 18:16:50
## 5309  2022-11-28 18:16:41
## 5310  2022-11-28 18:16:38
## 5311  2022-11-28 18:16:36
## 5312  2022-11-28 18:16:34
## 5313  2022-11-28 18:16:14
## 5314  2022-11-28 18:16:12
## 5315  2022-11-28 18:16:10
## 5316  2022-11-28 18:16:03
## 5317  2022-11-28 18:16:03
## 5318  2022-11-28 18:16:01
## 5319  2022-11-28 18:15:59
## 5320  2022-11-28 18:15:57
## 5321  2022-11-28 18:15:55
## 5322  2022-11-28 18:15:55
## 5323  2022-11-28 18:15:54
## 5324  2022-11-28 18:15:54
## 5325  2022-11-28 18:15:53
## 5326  2022-11-28 18:15:46
## 5327  2022-11-28 18:15:44
## 5328  2022-11-28 18:15:42
## 5329  2022-11-28 18:15:42
## 5330  2022-11-28 18:15:32
## 5331  2022-11-28 18:15:27
## 5332  2022-11-28 18:15:27
## 5333  2022-11-28 18:15:26
## 5334  2022-11-28 18:15:22
## 5335  2022-11-28 18:15:22
## 5336  2022-11-28 18:15:19
## 5337  2022-11-28 18:15:15
## 5338  2022-11-28 18:15:15
## 5339  2022-11-28 18:15:04
## 5340  2022-11-28 18:14:55
## 5341  2022-11-28 18:14:53
## 5342  2022-11-28 18:14:47
## 5343  2022-11-28 18:14:46
## 5344  2022-11-28 18:14:40
## 5345  2022-11-28 18:14:38
## 5346  2022-11-28 18:14:36
## 5347  2022-11-28 18:14:36
## 5348  2022-11-28 18:14:35
## 5349  2022-11-28 18:14:25
## 5350  2022-11-28 18:14:24
## 5351  2022-11-28 18:14:21
## 5352  2022-11-28 18:14:15
## 5353  2022-11-28 18:14:10
## 5354  2022-11-28 18:14:05
## 5355  2022-11-28 18:14:03
## 5356  2022-11-28 18:13:50
## 5357  2022-11-28 18:13:46
## 5358  2022-11-28 18:13:41
## 5359  2022-11-28 18:13:26
## 5360  2022-11-28 18:13:26
## 5361  2022-11-28 18:13:15
## 5362  2022-11-28 18:13:14
## 5363  2022-11-28 18:13:07
## 5364  2022-11-28 18:13:04
## 5365  2022-11-28 18:13:02
## 5366  2022-11-28 18:12:50
## 5367  2022-11-28 18:12:50
## 5368  2022-11-28 18:12:46
## 5369  2022-11-28 18:12:45
## 5370  2022-11-28 18:12:41
## 5371  2022-11-28 18:12:34
## 5372  2022-11-28 18:12:34
## 5373  2022-11-28 18:12:32
## 5374  2022-11-28 18:12:29
## 5375  2022-11-28 18:12:23
## 5376  2022-11-28 18:12:20
## 5377  2022-11-28 18:12:12
## 5378  2022-11-28 18:12:05
## 5379  2022-11-28 18:12:02
## 5380  2022-11-28 18:11:58
## 5381  2022-11-28 18:11:53
## 5382  2022-11-28 18:11:53
## 5383  2022-11-28 18:11:52
## 5384  2022-11-28 18:11:51
## 5385  2022-11-28 18:11:37
## 5386  2022-11-28 18:11:34
## 5387  2022-11-28 18:11:30
## 5388  2022-11-28 18:11:27
## 5389  2022-11-28 18:11:15
## 5390  2022-11-28 18:11:14
## 5391  2022-11-28 18:11:09
## 5392  2022-11-28 18:11:07
## 5393  2022-11-28 18:11:03
## 5394  2022-11-28 18:11:02
## 5395  2022-11-28 18:10:58
## 5396  2022-11-28 18:10:57
## 5397  2022-11-28 18:10:54
## 5398  2022-11-28 18:10:47
## 5399  2022-11-28 18:10:32
## 5400  2022-11-28 18:10:21
## 5401  2022-11-28 18:10:20
## 5402  2022-11-28 18:10:18
## 5403  2022-11-28 18:10:18
## 5404  2022-11-28 18:10:07
## 5405  2022-11-28 18:10:03
## 5406  2022-11-28 18:09:52
## 5407  2022-11-28 18:09:51
## 5408  2022-11-28 18:09:49
## 5409  2022-11-28 18:09:46
## 5410  2022-11-28 18:09:45
## 5411  2022-11-28 18:09:43
## 5412  2022-11-28 18:09:42
## 5413  2022-11-28 18:09:34
## 5414  2022-11-28 18:09:31
## 5415  2022-11-28 18:09:30
## 5416  2022-11-28 18:09:21
## 5417  2022-11-28 18:09:18
## 5418  2022-11-28 18:08:31
## 5419  2022-11-28 18:08:27
## 5420  2022-11-28 18:08:20
## 5421  2022-11-28 18:08:17
## 5422  2022-11-28 18:08:13
## 5423  2022-11-28 18:08:11
## 5424  2022-11-28 18:08:06
## 5425  2022-11-28 18:08:02
## 5426  2022-11-28 18:08:02
## 5427  2022-11-28 18:08:02
## 5428  2022-11-28 18:08:00
## 5429  2022-11-28 18:07:49
## 5430  2022-11-28 18:07:30
## 5431  2022-11-28 18:07:23
## 5432  2022-11-28 18:07:08
## 5433  2022-11-28 18:06:57
## 5434  2022-11-28 18:06:50
## 5435  2022-11-28 18:06:35
## 5436  2022-11-28 18:06:35
## 5437  2022-11-28 18:06:31
## 5438  2022-11-28 18:06:17
## 5439  2022-11-28 18:06:15
## 5440  2022-11-28 18:06:11
## 5441  2022-11-28 18:06:10
## 5442  2022-11-28 18:06:10
## 5443  2022-11-28 18:06:05
## 5444  2022-11-28 18:05:56
## 5445  2022-11-28 18:05:51
## 5446  2022-11-28 18:05:47
## 5447  2022-11-28 18:05:47
## 5448  2022-11-28 18:05:41
## 5449  2022-11-28 18:05:40
## 5450  2022-11-28 18:05:40
## 5451  2022-11-28 18:05:36
## 5452  2022-11-28 18:05:29
## 5453  2022-11-28 18:05:18
## 5454  2022-11-28 18:05:09
## 5455  2022-11-28 18:05:09
## 5456  2022-11-28 18:05:08
## 5457  2022-11-28 18:05:07
## 5458  2022-11-28 18:05:02
## 5459  2022-11-28 18:04:40
## 5460  2022-11-28 18:04:37
## 5461  2022-11-28 18:04:34
## 5462  2022-11-28 18:04:32
## 5463  2022-11-28 18:04:22
## 5464  2022-11-28 18:03:58
## 5465  2022-11-28 18:03:55
## 5466  2022-11-28 18:03:54
## 5467  2022-11-28 18:03:48
## 5468  2022-11-28 18:03:34
## 5469  2022-11-28 18:03:21
## 5470  2022-11-28 18:03:18
## 5471  2022-11-28 18:03:10
## 5472  2022-11-28 18:03:09
## 5473  2022-11-28 18:02:49
## 5474  2022-11-28 18:02:43
## 5475  2022-11-28 18:02:41
## 5476  2022-11-28 18:02:31
## 5477  2022-11-28 18:02:29
## 5478  2022-11-28 18:02:28
## 5479  2022-11-28 18:02:26
## 5480  2022-11-28 18:02:19
## 5481  2022-11-28 18:02:18
## 5482  2022-11-28 18:02:17
## 5483  2022-11-28 18:02:16
## 5484  2022-11-28 18:02:05
## 5485  2022-11-28 18:02:04
## 5486  2022-11-28 18:01:57
## 5487  2022-11-28 18:01:46
## 5488  2022-11-28 18:01:45
## 5489  2022-11-28 18:01:41
## 5490  2022-11-28 18:01:40
## 5491  2022-11-28 18:01:38
## 5492  2022-11-28 18:01:36
## 5493  2022-11-28 18:01:34
## 5494  2022-11-28 18:01:32
## 5495  2022-11-28 18:01:32
## 5496  2022-11-28 18:01:30
## 5497  2022-11-28 18:01:25
## 5498  2022-11-28 18:01:24
## 5499  2022-11-28 18:01:20
## 5500  2022-11-28 18:01:20
## 5501  2022-11-28 18:01:18
## 5502  2022-11-28 18:01:18
## 5503  2022-11-28 18:01:11
## 5504  2022-11-28 18:01:03
## 5505  2022-11-28 18:00:59
## 5506  2022-11-28 18:00:52
## 5507  2022-11-28 18:00:46
## 5508  2022-11-28 18:00:42
## 5509  2022-11-28 18:00:33
## 5510  2022-11-28 18:00:27
## 5511  2022-11-28 18:00:23
## 5512  2022-11-28 18:00:07
## 5513  2022-11-28 18:00:03
## 5514  2022-11-28 18:00:00
## 5515  2022-11-28 17:59:44
## 5516  2022-11-28 17:59:43
## 5517  2022-11-28 17:59:38
## 5518  2022-11-28 17:59:32
## 5519  2022-11-28 17:59:30
## 5520  2022-11-28 17:59:29
## 5521  2022-11-28 17:59:26
## 5522  2022-11-28 17:59:23
## 5523  2022-11-28 17:59:20
## 5524  2022-11-28 17:59:18
## 5525  2022-11-28 17:59:17
## 5526  2022-11-28 17:59:15
## 5527  2022-11-28 17:59:14
## 5528  2022-11-28 17:59:13
## 5529  2022-11-28 17:59:12
## 5530  2022-11-28 17:59:09
## 5531  2022-11-28 17:59:00
## 5532  2022-11-28 17:58:50
## 5533  2022-11-28 17:58:48
## 5534  2022-11-28 17:58:43
## 5535  2022-11-28 17:58:40
## 5536  2022-11-28 17:58:39
## 5537  2022-11-28 17:58:31
## 5538  2022-11-28 17:58:20
## 5539  2022-11-28 17:58:18
## 5540  2022-11-28 17:58:16
## 5541  2022-11-28 17:58:16
## 5542  2022-11-28 17:58:12
## 5543  2022-11-28 17:58:10
## 5544  2022-11-28 17:58:09
## 5545  2022-11-28 17:58:03
## 5546  2022-11-28 17:58:03
## 5547  2022-11-28 17:58:00
## 5548  2022-11-28 17:57:56
## 5549  2022-11-28 17:57:55
## 5550  2022-11-28 17:57:51
## 5551  2022-11-28 17:57:49
## 5552  2022-11-28 17:57:35
## 5553  2022-11-28 17:57:32
## 5554  2022-11-28 17:57:30
## 5555  2022-11-28 17:57:27
## 5556  2022-11-28 17:57:18
## 5557  2022-11-28 17:57:12
## 5558  2022-11-28 17:57:12
## 5559  2022-11-28 17:57:06
## 5560  2022-11-28 17:57:06
## 5561  2022-11-28 17:57:00
## 5562  2022-11-28 17:57:00
## 5563  2022-11-28 17:56:59
## 5564  2022-11-28 17:56:44
## 5565  2022-11-28 17:56:34
## 5566  2022-11-28 17:56:28
## 5567  2022-11-28 17:56:27
## 5568  2022-11-28 17:56:22
## 5569  2022-11-28 17:56:21
## 5570  2022-11-28 17:56:18
## 5571  2022-11-28 17:56:17
## 5572  2022-11-28 17:56:07
## 5573  2022-11-28 17:56:07
## 5574  2022-11-28 17:56:06
## 5575  2022-11-28 17:56:05
## 5576  2022-11-28 17:56:04
## 5577  2022-11-28 17:56:04
## 5578  2022-11-28 17:56:01
## 5579  2022-11-28 17:55:59
## 5580  2022-11-28 17:55:59
## 5581  2022-11-28 17:55:55
## 5582  2022-11-28 17:55:54
## 5583  2022-11-28 17:55:47
## 5584  2022-11-28 17:55:44
## 5585  2022-11-28 17:55:42
## 5586  2022-11-28 17:55:42
## 5587  2022-11-28 17:55:38
## 5588  2022-11-28 17:55:35
## 5589  2022-11-28 17:55:34
## 5590  2022-11-28 17:55:30
## 5591  2022-11-28 17:55:28
## 5592  2022-11-28 17:55:26
## 5593  2022-11-28 17:55:25
## 5594  2022-11-28 17:55:22
## 5595  2022-11-28 17:55:21
## 5596  2022-11-28 17:55:20
## 5597  2022-11-28 17:55:18
## 5598  2022-11-28 17:55:18
## 5599  2022-11-28 17:55:09
## 5600  2022-11-28 17:55:08
## 5601  2022-11-28 17:55:00
## 5602  2022-11-28 17:55:00
## 5603  2022-11-28 17:54:56
## 5604  2022-11-28 17:54:56
## 5605  2022-11-28 17:54:55
## 5606  2022-11-28 17:54:53
## 5607  2022-11-28 17:54:53
## 5608  2022-11-28 17:54:41
## 5609  2022-11-28 17:54:40
## 5610  2022-11-28 17:54:26
## 5611  2022-11-28 17:54:23
## 5612  2022-11-28 17:54:21
## 5613  2022-11-28 17:54:20
## 5614  2022-11-28 17:54:18
## 5615  2022-11-28 17:54:11
## 5616  2022-11-28 17:54:05
## 5617  2022-11-28 17:54:05
## 5618  2022-11-28 17:54:05
## 5619  2022-11-28 17:54:03
## 5620  2022-11-28 17:53:54
## 5621  2022-11-28 17:53:42
## 5622  2022-11-28 17:53:41
## 5623  2022-11-28 17:53:40
## 5624  2022-11-28 17:53:37
## 5625  2022-11-28 17:53:20
## 5626  2022-11-28 17:53:13
## 5627  2022-11-28 17:53:12
## 5628  2022-11-28 17:53:07
## 5629  2022-11-28 17:52:59
## 5630  2022-11-28 17:52:53
## 5631  2022-11-28 17:52:45
## 5632  2022-11-28 17:52:45
## 5633  2022-11-28 17:52:41
## 5634  2022-11-28 17:52:37
## 5635  2022-11-28 17:52:31
## 5636  2022-11-28 17:52:29
## 5637  2022-11-28 17:52:29
## 5638  2022-11-28 17:52:27
## 5639  2022-11-28 17:52:13
## 5640  2022-11-28 17:52:08
## 5641  2022-11-28 17:51:47
## 5642  2022-11-28 17:51:44
## 5643  2022-11-28 17:51:34
## 5644  2022-11-28 17:51:30
## 5645  2022-11-28 17:51:25
## 5646  2022-11-28 17:51:14
## 5647  2022-11-28 17:51:07
## 5648  2022-11-28 17:51:04
## 5649  2022-11-28 17:51:03
## 5650  2022-11-28 17:50:58
## 5651  2022-11-28 17:50:57
## 5652  2022-11-28 17:50:57
## 5653  2022-11-28 17:50:51
## 5654  2022-11-28 17:50:46
## 5655  2022-11-28 17:50:39
## 5656  2022-11-28 17:50:30
## 5657  2022-11-28 17:50:29
## 5658  2022-11-28 17:50:27
## 5659  2022-11-28 17:50:25
## 5660  2022-11-28 17:50:21
## 5661  2022-11-28 17:50:17
## 5662  2022-11-28 17:50:11
## 5663  2022-11-28 17:50:07
## 5664  2022-11-28 17:50:06
## 5665  2022-11-28 17:50:04
## 5666  2022-11-28 17:50:01
## 5667  2022-11-28 17:50:00
## 5668  2022-11-28 17:49:56
## 5669  2022-11-28 17:49:54
## 5670  2022-11-28 17:49:51
## 5671  2022-11-28 17:49:50
## 5672  2022-11-28 17:49:48
## 5673  2022-11-28 17:49:42
## 5674  2022-11-28 17:49:41
## 5675  2022-11-28 17:49:40
## 5676  2022-11-28 17:49:35
## 5677  2022-11-28 17:49:31
## 5678  2022-11-28 17:49:27
## 5679  2022-11-28 17:49:26
## 5680  2022-11-28 17:49:25
## 5681  2022-11-28 17:49:21
## 5682  2022-11-28 17:49:21
## 5683  2022-11-28 17:49:13
## 5684  2022-11-28 17:49:05
## 5685  2022-11-28 17:49:05
## 5686  2022-11-28 17:48:59
## 5687  2022-11-28 17:48:54
## 5688  2022-11-28 17:48:54
## 5689  2022-11-28 17:48:53
## 5690  2022-11-28 17:48:50
## 5691  2022-11-28 17:48:50
## 5692  2022-11-28 17:48:50
## 5693  2022-11-28 17:48:39
## 5694  2022-11-28 17:48:37
## 5695  2022-11-28 17:48:37
## 5696  2022-11-28 17:48:30
## 5697  2022-11-28 17:48:27
## 5698  2022-11-28 17:48:27
## 5699  2022-11-28 17:48:24
## 5700  2022-11-28 17:48:22
## 5701  2022-11-28 17:48:18
## 5702  2022-11-28 17:48:11
## 5703  2022-11-28 17:48:09
## 5704  2022-11-28 17:48:08
## 5705  2022-11-28 17:48:08
## 5706  2022-11-28 17:48:07
## 5707  2022-11-28 17:48:04
## 5708  2022-11-28 17:48:00
## 5709  2022-11-28 17:47:57
## 5710  2022-11-28 17:47:55
## 5711  2022-11-28 17:47:51
## 5712  2022-11-28 17:47:34
## 5713  2022-11-28 17:47:27
## 5714  2022-11-28 17:47:22
## 5715  2022-11-28 17:47:17
## 5716  2022-11-28 17:47:16
## 5717  2022-11-28 17:47:12
## 5718  2022-11-28 17:47:05
## 5719  2022-11-28 17:47:03
## 5720  2022-11-28 17:46:56
## 5721  2022-11-28 17:46:49
## 5722  2022-11-28 17:46:45
## 5723  2022-11-28 17:46:44
## 5724  2022-11-28 17:46:38
## 5725  2022-11-28 17:46:36
## 5726  2022-11-28 17:46:31
## 5727  2022-11-28 17:46:29
## 5728  2022-11-28 17:46:28
## 5729  2022-11-28 17:46:22
## 5730  2022-11-28 17:46:18
## 5731  2022-11-28 17:46:12
## 5732  2022-11-28 17:46:12
## 5733  2022-11-28 17:46:11
## 5734  2022-11-28 17:46:09
## 5735  2022-11-28 17:46:05
## 5736  2022-11-28 17:46:02
## 5737  2022-11-28 17:45:46
## 5738  2022-11-28 17:45:46
## 5739  2022-11-28 17:45:37
## 5740  2022-11-28 17:45:36
## 5741  2022-11-28 17:45:35
## 5742  2022-11-28 17:45:32
## 5743  2022-11-28 17:45:31
## 5744  2022-11-28 17:45:24
## 5745  2022-11-28 17:45:19
## 5746  2022-11-28 17:45:17
## 5747  2022-11-28 17:45:08
## 5748  2022-11-28 17:45:07
## 5749  2022-11-28 17:45:05
## 5750  2022-11-28 17:45:05
## 5751  2022-11-28 17:45:01
## 5752  2022-11-28 17:44:58
## 5753  2022-11-28 17:44:48
## 5754  2022-11-28 17:44:44
## 5755  2022-11-28 17:44:43
## 5756  2022-11-28 17:44:43
## 5757  2022-11-28 17:44:38
## 5758  2022-11-28 17:44:37
## 5759  2022-11-28 17:44:31
## 5760  2022-11-28 17:44:30
## 5761  2022-11-28 17:44:23
## 5762  2022-11-28 17:44:21
## 5763  2022-11-28 17:44:13
## 5764  2022-11-28 17:44:13
## 5765  2022-11-28 17:44:12
## 5766  2022-11-28 17:44:12
## 5767  2022-11-28 17:44:11
## 5768  2022-11-28 17:44:09
## 5769  2022-11-28 17:44:07
## 5770  2022-11-28 17:44:07
## 5771  2022-11-28 17:44:03
## 5772  2022-11-28 17:43:55
## 5773  2022-11-28 17:43:52
## 5774  2022-11-28 17:43:50
## 5775  2022-11-28 17:43:42
## 5776  2022-11-28 17:43:42
## 5777  2022-11-28 17:43:40
## 5778  2022-11-28 17:43:39
## 5779  2022-11-28 17:43:35
## 5780  2022-11-28 17:43:29
## 5781  2022-11-28 17:43:27
## 5782  2022-11-28 17:43:25
## 5783  2022-11-28 17:43:23
## 5784  2022-11-28 17:43:23
## 5785  2022-11-28 17:43:20
## 5786  2022-11-28 17:43:19
## 5787  2022-11-28 17:43:16
## 5788  2022-11-28 17:43:16
## 5789  2022-11-28 17:43:15
## 5790  2022-11-28 17:43:11
## 5791  2022-11-28 17:43:05
## 5792  2022-11-28 17:43:00
## 5793  2022-11-28 17:42:56
## 5794  2022-11-28 17:42:54
## 5795  2022-11-28 17:42:53
## 5796  2022-11-28 17:42:53
## 5797  2022-11-28 17:42:35
## 5798  2022-11-28 17:42:35
## 5799  2022-11-28 17:42:34
## 5800  2022-11-28 17:42:32
## 5801  2022-11-28 17:42:26
## 5802  2022-11-28 17:42:26
## 5803  2022-11-28 17:42:25
## 5804  2022-11-28 17:42:19
## 5805  2022-11-28 17:42:19
## 5806  2022-11-28 17:42:13
## 5807  2022-11-28 17:42:11
## 5808  2022-11-28 17:41:47
## 5809  2022-11-28 17:41:34
## 5810  2022-11-28 17:41:34
## 5811  2022-11-28 17:41:24
## 5812  2022-11-28 17:41:23
## 5813  2022-11-28 17:41:22
## 5814  2022-11-28 17:41:13
## 5815  2022-11-28 17:41:12
## 5816  2022-11-28 17:41:11
## 5817  2022-11-28 17:41:10
## 5818  2022-11-28 17:41:06
## 5819  2022-11-28 17:41:05
## 5820  2022-11-28 17:41:02
## 5821  2022-11-28 17:41:00
## 5822  2022-11-28 17:40:57
## 5823  2022-11-28 17:40:55
## 5824  2022-11-28 17:40:48
## 5825  2022-11-28 17:40:43
## 5826  2022-11-28 17:40:30
## 5827  2022-11-28 17:40:30
## 5828  2022-11-28 17:40:20
## 5829  2022-11-28 17:40:16
## 5830  2022-11-28 17:40:15
## 5831  2022-11-28 17:40:15
## 5832  2022-11-28 17:40:13
## 5833  2022-11-28 17:40:05
## 5834  2022-11-28 17:40:03
## 5835  2022-11-28 17:39:59
## 5836  2022-11-28 17:39:58
## 5837  2022-11-28 17:39:51
## 5838  2022-11-28 17:39:47
## 5839  2022-11-28 17:39:47
## 5840  2022-11-28 17:39:35
## 5841  2022-11-28 17:39:32
## 5842  2022-11-28 17:39:30
## 5843  2022-11-28 17:39:29
## 5844  2022-11-28 17:39:28
## 5845  2022-11-28 17:39:28
## 5846  2022-11-28 17:39:25
## 5847  2022-11-28 17:39:22
## 5848  2022-11-28 17:39:14
## 5849  2022-11-28 17:39:14
## 5850  2022-11-28 17:39:13
## 5851  2022-11-28 17:39:12
## 5852  2022-11-28 17:39:10
## 5853  2022-11-28 17:39:08
## 5854  2022-11-28 17:39:07
## 5855  2022-11-28 17:39:05
## 5856  2022-11-28 17:38:57
## 5857  2022-11-28 17:38:56
## 5858  2022-11-28 17:38:55
## 5859  2022-11-28 17:38:54
## 5860  2022-11-28 17:38:52
## 5861  2022-11-28 17:38:50
## 5862  2022-11-28 17:38:42
## 5863  2022-11-28 17:38:42
## 5864  2022-11-28 17:38:38
## 5865  2022-11-28 17:38:35
## 5866  2022-11-28 17:38:35
## 5867  2022-11-28 17:38:33
## 5868  2022-11-28 17:38:31
## 5869  2022-11-28 17:38:29
## 5870  2022-11-28 17:38:23
## 5871  2022-11-28 17:38:21
## 5872  2022-11-28 17:38:18
## 5873  2022-11-28 17:38:18
## 5874  2022-11-28 17:38:18
## 5875  2022-11-28 17:38:15
## 5876  2022-11-28 17:38:13
## 5877  2022-11-28 17:38:06
## 5878  2022-11-28 17:38:01
## 5879  2022-11-28 17:37:53
## 5880  2022-11-28 17:37:48
## 5881  2022-11-28 17:37:45
## 5882  2022-11-28 17:37:24
## 5883  2022-11-28 17:37:20
## 5884  2022-11-28 17:37:15
## 5885  2022-11-28 17:37:14
## 5886  2022-11-28 17:37:13
## 5887  2022-11-28 17:37:09
## 5888  2022-11-28 17:37:09
## 5889  2022-11-28 17:37:05
## 5890  2022-11-28 17:37:04
## 5891  2022-11-28 17:36:55
## 5892  2022-11-28 17:36:54
## 5893  2022-11-28 17:36:52
## 5894  2022-11-28 17:36:51
## 5895  2022-11-28 17:36:48
## 5896  2022-11-28 17:36:47
## 5897  2022-11-28 17:36:42
## 5898  2022-11-28 17:36:41
## 5899  2022-11-28 17:36:32
## 5900  2022-11-28 17:36:30
## 5901  2022-11-28 17:36:28
## 5902  2022-11-28 17:36:24
## 5903  2022-11-28 17:36:21
## 5904  2022-11-28 17:36:20
## 5905  2022-11-28 17:36:17
## 5906  2022-11-28 17:36:09
## 5907  2022-11-28 17:36:03
## 5908  2022-11-28 17:36:01
## 5909  2022-11-28 17:35:56
## 5910  2022-11-28 17:35:55
## 5911  2022-11-28 17:35:45
## 5912  2022-11-28 17:35:44
## 5913  2022-11-28 17:35:40
## 5914  2022-11-28 17:35:40
## 5915  2022-11-28 17:35:38
## 5916  2022-11-28 17:35:29
## 5917  2022-11-28 17:35:16
## 5918  2022-11-28 17:35:14
## 5919  2022-11-28 17:35:14
## 5920  2022-11-28 17:35:12
## 5921  2022-11-28 17:35:11
## 5922  2022-11-28 17:35:06
## 5923  2022-11-28 17:35:04
## 5924  2022-11-28 17:35:03
## 5925  2022-11-28 17:35:02
## 5926  2022-11-28 17:35:01
## 5927  2022-11-28 17:35:00
## 5928  2022-11-28 17:34:55
## 5929  2022-11-28 17:34:51
## 5930  2022-11-28 17:34:51
## 5931  2022-11-28 17:34:51
## 5932  2022-11-28 17:34:48
## 5933  2022-11-28 17:34:41
## 5934  2022-11-28 17:34:39
## 5935  2022-11-28 17:34:38
## 5936  2022-11-28 17:34:35
## 5937  2022-11-28 17:34:27
## 5938  2022-11-28 17:34:21
## 5939  2022-11-28 17:34:17
## 5940  2022-11-28 17:34:16
## 5941  2022-11-28 17:34:13
## 5942  2022-11-28 17:34:13
## 5943  2022-11-28 17:34:09
## 5944  2022-11-28 17:34:09
## 5945  2022-11-28 17:34:09
## 5946  2022-11-28 17:34:04
## 5947  2022-11-28 17:34:00
## 5948  2022-11-28 17:33:59
## 5949  2022-11-28 17:33:59
## 5950  2022-11-28 17:33:57
## 5951  2022-11-28 17:33:56
## 5952  2022-11-28 17:33:55
## 5953  2022-11-28 17:33:55
## 5954  2022-11-28 17:33:52
## 5955  2022-11-28 17:33:52
## 5956  2022-11-28 17:33:52
## 5957  2022-11-28 17:33:51
## 5958  2022-11-28 17:33:47
## 5959  2022-11-28 17:33:41
## 5960  2022-11-28 17:33:38
## 5961  2022-11-28 17:33:36
## 5962  2022-11-28 17:33:36
## 5963  2022-11-28 17:33:34
## 5964  2022-11-28 17:33:32
## 5965  2022-11-28 17:33:30
## 5966  2022-11-28 17:33:29
## 5967  2022-11-28 17:33:24
## 5968  2022-11-28 17:33:23
## 5969  2022-11-28 17:33:15
## 5970  2022-11-28 17:33:13
## 5971  2022-11-28 17:33:12
## 5972  2022-11-28 17:33:10
## 5973  2022-11-28 17:33:04
## 5974  2022-11-28 17:33:03
## 5975  2022-11-28 17:32:58
## 5976  2022-11-28 17:32:55
## 5977  2022-11-28 17:32:49
## 5978  2022-11-28 17:32:45
## 5979  2022-11-28 17:32:44
## 5980  2022-11-28 17:32:39
## 5981  2022-11-28 17:32:39
## 5982  2022-11-28 17:32:35
## 5983  2022-11-28 17:32:35
## 5984  2022-11-28 17:32:32
## 5985  2022-11-28 17:32:25
## 5986  2022-11-28 17:32:24
## 5987  2022-11-28 17:32:24
## 5988  2022-11-28 17:32:23
## 5989  2022-11-28 17:32:20
## 5990  2022-11-28 17:32:15
## 5991  2022-11-28 17:32:13
## 5992  2022-11-28 17:32:08
## 5993  2022-11-28 17:32:01
## 5994  2022-11-28 17:32:01
## 5995  2022-11-28 17:31:57
## 5996  2022-11-28 17:31:56
## 5997  2022-11-28 17:31:53
## 5998  2022-11-28 17:31:52
## 5999  2022-11-28 17:31:48
## 6000  2022-11-28 17:31:41
## 6001  2022-11-28 17:31:39
## 6002  2022-11-28 17:31:28
## 6003  2022-11-28 17:31:27
## 6004  2022-11-28 17:31:26
## 6005  2022-11-28 17:31:20
## 6006  2022-11-28 17:31:17
## 6007  2022-11-28 17:31:16
## 6008  2022-11-28 17:31:15
## 6009  2022-11-28 17:31:13
## 6010  2022-11-28 17:31:12
## 6011  2022-11-28 17:31:05
## 6012  2022-11-28 17:31:04
## 6013  2022-11-28 17:31:00
## 6014  2022-11-28 17:30:57
## 6015  2022-11-28 17:30:51
## 6016  2022-11-28 17:30:49
## 6017  2022-11-28 17:30:48
## 6018  2022-11-28 17:30:38
## 6019  2022-11-28 17:30:30
## 6020  2022-11-28 17:30:28
## 6021  2022-11-28 17:30:26
## 6022  2022-11-28 17:30:16
## 6023  2022-11-28 17:29:59
## 6024  2022-11-28 17:29:54
## 6025  2022-11-28 17:29:51
## 6026  2022-11-28 17:29:50
## 6027  2022-11-28 17:29:43
## 6028  2022-11-28 17:29:41
## 6029  2022-11-28 17:29:38
## 6030  2022-11-28 17:29:36
## 6031  2022-11-28 17:29:34
## 6032  2022-11-28 17:29:32
## 6033  2022-11-28 17:29:22
## 6034  2022-11-28 17:29:15
## 6035  2022-11-28 17:29:11
## 6036  2022-11-28 17:29:08
## 6037  2022-11-28 17:29:01
## 6038  2022-11-28 17:28:50
## 6039  2022-11-28 17:28:27
## 6040  2022-11-28 17:28:14
## 6041  2022-11-28 17:28:12
## 6042  2022-11-28 17:28:11
## 6043  2022-11-28 17:28:00
## 6044  2022-11-28 17:27:54
## 6045  2022-11-28 17:27:48
## 6046  2022-11-28 17:27:47
## 6047  2022-11-28 17:27:47
## 6048  2022-11-28 17:27:40
## 6049  2022-11-28 17:27:40
## 6050  2022-11-28 17:27:36
## 6051  2022-11-28 17:27:35
## 6052  2022-11-28 17:27:33
## 6053  2022-11-28 17:27:32
## 6054  2022-11-28 17:27:27
## 6055  2022-11-28 17:27:26
## 6056  2022-11-28 17:27:15
## 6057  2022-11-28 17:27:14
## 6058  2022-11-28 17:27:11
## 6059  2022-11-28 17:27:10
## 6060  2022-11-28 17:27:10
## 6061  2022-11-28 17:27:06
## 6062  2022-11-28 17:27:04
## 6063  2022-11-28 17:27:03
## 6064  2022-11-28 17:27:01
## 6065  2022-11-28 17:26:59
## 6066  2022-11-28 17:26:58
## 6067  2022-11-28 17:26:56
## 6068  2022-11-28 17:26:56
## 6069  2022-11-28 17:26:55
## 6070  2022-11-28 17:26:54
## 6071  2022-11-28 17:26:50
## 6072  2022-11-28 17:26:45
## 6073  2022-11-28 17:26:44
## 6074  2022-11-28 17:26:43
## 6075  2022-11-28 17:26:41
## 6076  2022-11-28 17:26:33
## 6077  2022-11-28 17:26:26
## 6078  2022-11-28 17:26:22
## 6079  2022-11-28 17:26:19
## 6080  2022-11-28 17:26:13
## 6081  2022-11-28 17:26:09
## 6082  2022-11-28 17:26:07
## 6083  2022-11-28 17:26:04
## 6084  2022-11-28 17:25:58
## 6085  2022-11-28 17:25:57
## 6086  2022-11-28 17:25:56
## 6087  2022-11-28 17:25:53
## 6088  2022-11-28 17:25:39
## 6089  2022-11-28 17:25:37
## 6090  2022-11-28 17:25:30
## 6091  2022-11-28 17:25:29
## 6092  2022-11-28 17:25:28
## 6093  2022-11-28 17:25:21
## 6094  2022-11-28 17:25:20
## 6095  2022-11-28 17:25:19
## 6096  2022-11-28 17:25:18
## 6097  2022-11-28 17:25:16
## 6098  2022-11-28 17:25:11
## 6099  2022-11-28 17:25:10
## 6100  2022-11-28 17:25:08
## 6101  2022-11-28 17:25:07
## 6102  2022-11-28 17:24:59
## 6103  2022-11-28 17:24:59
## 6104  2022-11-28 17:24:57
## 6105  2022-11-28 17:24:49
## 6106  2022-11-28 17:24:48
## 6107  2022-11-28 17:24:46
## 6108  2022-11-28 17:24:43
## 6109  2022-11-28 17:24:39
## 6110  2022-11-28 17:24:36
## 6111  2022-11-28 17:24:35
## 6112  2022-11-28 17:24:33
## 6113  2022-11-28 17:24:32
## 6114  2022-11-28 17:24:28
## 6115  2022-11-28 17:24:25
## 6116  2022-11-28 17:24:24
## 6117  2022-11-28 17:24:23
## 6118  2022-11-28 17:24:21
## 6119  2022-11-28 17:24:20
## 6120  2022-11-28 17:24:17
## 6121  2022-11-28 17:24:16
## 6122  2022-11-28 17:24:14
## 6123  2022-11-28 17:24:12
## 6124  2022-11-28 17:24:09
## 6125  2022-11-28 17:24:04
## 6126  2022-11-28 17:23:59
## 6127  2022-11-28 17:23:47
## 6128  2022-11-28 17:23:40
## 6129  2022-11-28 17:23:39
## 6130  2022-11-28 17:23:36
## 6131  2022-11-28 17:23:36
## 6132  2022-11-28 17:23:35
## 6133  2022-11-28 17:23:15
## 6134  2022-11-28 17:23:11
## 6135  2022-11-28 17:23:08
## 6136  2022-11-28 17:23:04
## 6137  2022-11-28 17:23:02
## 6138  2022-11-28 17:22:52
## 6139  2022-11-28 17:22:43
## 6140  2022-11-28 17:22:27
## 6141  2022-11-28 17:22:27
## 6142  2022-11-28 17:22:27
## 6143  2022-11-28 17:22:26
## 6144  2022-11-28 17:22:26
## 6145  2022-11-28 17:22:21
## 6146  2022-11-28 17:22:20
## 6147  2022-11-28 17:22:06
## 6148  2022-11-28 17:22:02
## 6149  2022-11-28 17:22:01
## 6150  2022-11-28 17:22:01
## 6151  2022-11-28 17:21:59
## 6152  2022-11-28 17:21:59
## 6153  2022-11-28 17:21:57
## 6154  2022-11-28 17:21:43
## 6155  2022-11-28 17:21:37
## 6156  2022-11-28 17:21:33
## 6157  2022-11-28 17:21:20
## 6158  2022-11-28 17:21:20
## 6159  2022-11-28 17:21:14
## 6160  2022-11-28 17:21:10
## 6161  2022-11-28 17:21:09
## 6162  2022-11-28 17:21:00
## 6163  2022-11-28 17:20:57
## 6164  2022-11-28 17:20:50
## 6165  2022-11-28 17:20:48
## 6166  2022-11-28 17:20:43
## 6167  2022-11-28 17:20:37
## 6168  2022-11-28 17:20:31
## 6169  2022-11-28 17:20:28
## 6170  2022-11-28 17:20:19
## 6171  2022-11-28 17:20:19
## 6172  2022-11-28 17:19:58
## 6173  2022-11-28 17:19:56
## 6174  2022-11-28 17:19:53
## 6175  2022-11-28 17:19:40
## 6176  2022-11-28 17:19:31
## 6177  2022-11-28 17:19:29
## 6178  2022-11-28 17:19:29
## 6179  2022-11-28 17:19:27
## 6180  2022-11-28 17:19:23
## 6181  2022-11-28 17:19:21
## 6182  2022-11-28 17:19:17
## 6183  2022-11-28 17:19:17
## 6184  2022-11-28 17:19:15
## 6185  2022-11-28 17:19:12
## 6186  2022-11-28 17:19:11
## 6187  2022-11-28 17:19:04
## 6188  2022-11-28 17:18:59
## 6189  2022-11-28 17:18:49
## 6190  2022-11-28 17:18:47
## 6191  2022-11-28 17:18:46
## 6192  2022-11-28 17:18:39
## 6193  2022-11-28 17:18:38
## 6194  2022-11-28 17:18:37
## 6195  2022-11-28 17:18:32
## 6196  2022-11-28 17:18:31
## 6197  2022-11-28 17:18:28
## 6198  2022-11-28 17:18:25
## 6199  2022-11-28 17:18:19
## 6200  2022-11-28 17:18:19
## 6201  2022-11-28 17:18:15
## 6202  2022-11-28 17:18:10
## 6203  2022-11-28 17:18:07
## 6204  2022-11-28 17:18:05
## 6205  2022-11-28 17:18:03
## 6206  2022-11-28 17:17:56
## 6207  2022-11-28 17:17:55
## 6208  2022-11-28 17:17:49
## 6209  2022-11-28 17:17:46
## 6210  2022-11-28 17:17:46
## 6211  2022-11-28 17:17:46
## 6212  2022-11-28 17:17:43
## 6213  2022-11-28 17:17:42
## 6214  2022-11-28 17:17:40
## 6215  2022-11-28 17:17:39
## 6216  2022-11-28 17:17:39
## 6217  2022-11-28 17:17:35
## 6218  2022-11-28 17:17:31
## 6219  2022-11-28 17:17:24
## 6220  2022-11-28 17:17:17
## 6221  2022-11-28 17:17:11
## 6222  2022-11-28 17:17:11
## 6223  2022-11-28 17:17:05
## 6224  2022-11-28 17:16:59
## 6225  2022-11-28 17:16:52
## 6226  2022-11-28 17:16:52
## 6227  2022-11-28 17:16:51
## 6228  2022-11-28 17:16:51
## 6229  2022-11-28 17:16:43
## 6230  2022-11-28 17:16:36
## 6231  2022-11-28 17:16:35
## 6232  2022-11-28 17:16:30
## 6233  2022-11-28 17:16:13
## 6234  2022-11-28 17:16:10
## 6235  2022-11-28 17:16:06
## 6236  2022-11-28 17:16:06
## 6237  2022-11-28 17:16:05
## 6238  2022-11-28 17:15:51
## 6239  2022-11-28 17:15:51
## 6240  2022-11-28 17:15:50
## 6241  2022-11-28 17:15:49
## 6242  2022-11-28 17:15:47
## 6243  2022-11-28 17:15:44
## 6244  2022-11-28 17:15:43
## 6245  2022-11-28 17:15:42
## 6246  2022-11-28 17:15:37
## 6247  2022-11-28 17:15:35
## 6248  2022-11-28 17:15:34
## 6249  2022-11-28 17:15:28
## 6250  2022-11-28 17:15:26
## 6251  2022-11-28 17:15:18
## 6252  2022-11-28 17:15:18
## 6253  2022-11-28 17:15:16
## 6254  2022-11-28 17:15:11
## 6255  2022-11-28 17:15:09
## 6256  2022-11-28 17:15:06
## 6257  2022-11-28 17:15:00
## 6258  2022-11-28 17:14:54
## 6259  2022-11-28 17:14:53
## 6260  2022-11-28 17:14:49
## 6261  2022-11-28 17:14:48
## 6262  2022-11-28 17:14:44
## 6263  2022-11-28 17:14:42
## 6264  2022-11-28 17:14:40
## 6265  2022-11-28 17:14:37
## 6266  2022-11-28 17:14:24
## 6267  2022-11-28 17:14:23
## 6268  2022-11-28 17:14:21
## 6269  2022-11-28 17:14:18
## 6270  2022-11-28 17:13:59
## 6271  2022-11-28 17:13:59
## 6272  2022-11-28 17:13:57
## 6273  2022-11-28 17:13:56
## 6274  2022-11-28 17:13:56
## 6275  2022-11-28 17:13:56
## 6276  2022-11-28 17:13:53
## 6277  2022-11-28 17:13:50
## 6278  2022-11-28 17:13:49
## 6279  2022-11-28 17:13:45
## 6280  2022-11-28 17:13:42
## 6281  2022-11-28 17:13:41
## 6282  2022-11-28 17:13:35
## 6283  2022-11-28 17:13:29
## 6284  2022-11-28 17:13:27
## 6285  2022-11-28 17:13:25
## 6286  2022-11-28 17:13:18
## 6287  2022-11-28 17:13:17
## 6288  2022-11-28 17:13:10
## 6289  2022-11-28 17:13:09
## 6290  2022-11-28 17:13:07
## 6291  2022-11-28 17:13:01
## 6292  2022-11-28 17:13:01
## 6293  2022-11-28 17:12:57
## 6294  2022-11-28 17:12:56
## 6295  2022-11-28 17:12:52
## 6296  2022-11-28 17:12:52
## 6297  2022-11-28 17:12:48
## 6298  2022-11-28 17:12:43
## 6299  2022-11-28 17:12:41
## 6300  2022-11-28 17:12:39
## 6301  2022-11-28 17:12:38
## 6302  2022-11-28 17:12:23
## 6303  2022-11-28 17:12:21
## 6304  2022-11-28 17:12:17
## 6305  2022-11-28 17:12:14
## 6306  2022-11-28 17:12:13
## 6307  2022-11-28 17:12:12
## 6308  2022-11-28 17:12:10
## 6309  2022-11-28 17:12:10
## 6310  2022-11-28 17:12:07
## 6311  2022-11-28 17:12:03
## 6312  2022-11-28 17:12:00
## 6313  2022-11-28 17:11:59
## 6314  2022-11-28 17:11:48
## 6315  2022-11-28 17:11:47
## 6316  2022-11-28 17:11:41
## 6317  2022-11-28 17:11:40
## 6318  2022-11-28 17:11:39
## 6319  2022-11-28 17:11:36
## 6320  2022-11-28 17:11:33
## 6321  2022-11-28 17:11:32
## 6322  2022-11-28 17:11:27
## 6323  2022-11-28 17:11:24
## 6324  2022-11-28 17:11:17
## 6325  2022-11-28 17:11:16
## 6326  2022-11-28 17:11:13
## 6327  2022-11-28 17:11:09
## 6328  2022-11-28 17:11:03
## 6329  2022-11-28 17:11:01
## 6330  2022-11-28 17:10:57
## 6331  2022-11-28 17:10:53
## 6332  2022-11-28 17:10:52
## 6333  2022-11-28 17:10:51
## 6334  2022-11-28 17:10:48
## 6335  2022-11-28 17:10:41
## 6336  2022-11-28 17:10:40
## 6337  2022-11-28 17:10:40
## 6338  2022-11-28 17:10:39
## 6339  2022-11-28 17:10:37
## 6340  2022-11-28 17:10:35
## 6341  2022-11-28 17:10:34
## 6342  2022-11-28 17:10:32
## 6343  2022-11-28 17:10:29
## 6344  2022-11-28 17:10:24
## 6345  2022-11-28 17:10:24
## 6346  2022-11-28 17:10:21
## 6347  2022-11-28 17:10:17
## 6348  2022-11-28 17:10:16
## 6349  2022-11-28 17:10:14
## 6350  2022-11-28 17:10:11
## 6351  2022-11-28 17:10:11
## 6352  2022-11-28 17:10:09
## 6353  2022-11-28 17:10:04
## 6354  2022-11-28 17:10:03
## 6355  2022-11-28 17:10:01
## 6356  2022-11-28 17:10:01
## 6357  2022-11-28 17:09:59
## 6358  2022-11-28 17:09:58
## 6359  2022-11-28 17:09:58
## 6360  2022-11-28 17:09:55
## 6361  2022-11-28 17:09:55
## 6362  2022-11-28 17:09:53
## 6363  2022-11-28 17:09:51
## 6364  2022-11-28 17:09:47
## 6365  2022-11-28 17:09:44
## 6366  2022-11-28 17:09:43
## 6367  2022-11-28 17:09:36
## 6368  2022-11-28 17:09:33
## 6369  2022-11-28 17:09:30
## 6370  2022-11-28 17:09:29
## 6371  2022-11-28 17:09:25
## 6372  2022-11-28 17:09:24
## 6373  2022-11-28 17:09:22
## 6374  2022-11-28 17:09:17
## 6375  2022-11-28 17:09:17
## 6376  2022-11-28 17:09:14
## 6377  2022-11-28 17:09:13
## 6378  2022-11-28 17:09:10
## 6379  2022-11-28 17:09:05
## 6380  2022-11-28 17:09:00
## 6381  2022-11-28 17:08:59
## 6382  2022-11-28 17:08:57
## 6383  2022-11-28 17:08:57
## 6384  2022-11-28 17:08:56
## 6385  2022-11-28 17:08:52
## 6386  2022-11-28 17:08:51
## 6387  2022-11-28 17:08:48
## 6388  2022-11-28 17:08:47
## 6389  2022-11-28 17:08:46
## 6390  2022-11-28 17:08:40
## 6391  2022-11-28 17:08:39
## 6392  2022-11-28 17:08:33
## 6393  2022-11-28 17:08:22
## 6394  2022-11-28 17:08:21
## 6395  2022-11-28 17:08:20
## 6396  2022-11-28 17:08:18
## 6397  2022-11-28 17:08:16
## 6398  2022-11-28 17:08:14
## 6399  2022-11-28 17:08:13
## 6400  2022-11-28 17:08:08
## 6401  2022-11-28 17:08:08
## 6402  2022-11-28 17:08:00
## 6403  2022-11-28 17:07:57
## 6404  2022-11-28 17:07:56
## 6405  2022-11-28 17:07:52
## 6406  2022-11-28 17:07:50
## 6407  2022-11-28 17:07:48
## 6408  2022-11-28 17:07:48
## 6409  2022-11-28 17:07:46
## 6410  2022-11-28 17:07:44
## 6411  2022-11-28 17:07:42
## 6412  2022-11-28 17:07:37
## 6413  2022-11-28 17:07:36
## 6414  2022-11-28 17:07:31
## 6415  2022-11-28 17:07:28
## 6416  2022-11-28 17:07:27
## 6417  2022-11-28 17:07:23
## 6418  2022-11-28 17:07:22
## 6419  2022-11-28 17:07:15
## 6420  2022-11-28 17:07:15
## 6421  2022-11-28 17:07:10
## 6422  2022-11-28 17:07:08
## 6423  2022-11-28 17:07:07
## 6424  2022-11-28 17:07:05
## 6425  2022-11-28 17:07:03
## 6426  2022-11-28 17:07:03
## 6427  2022-11-28 17:06:57
## 6428  2022-11-28 17:06:56
## 6429  2022-11-28 17:06:53
## 6430  2022-11-28 17:06:53
## 6431  2022-11-28 17:06:52
## 6432  2022-11-28 17:06:45
## 6433  2022-11-28 17:06:40
## 6434  2022-11-28 17:06:29
## 6435  2022-11-28 17:06:10
## 6436  2022-11-28 17:06:10
## 6437  2022-11-28 17:06:06
## 6438  2022-11-28 17:06:01
## 6439  2022-11-28 17:06:01
## 6440  2022-11-28 17:05:58
## 6441  2022-11-28 17:05:57
## 6442  2022-11-28 17:05:56
## 6443  2022-11-28 17:05:50
## 6444  2022-11-28 17:05:46
## 6445  2022-11-28 17:05:46
## 6446  2022-11-28 17:05:45
## 6447  2022-11-28 17:05:44
## 6448  2022-11-28 17:05:37
## 6449  2022-11-28 17:05:36
## 6450  2022-11-28 17:05:34
## 6451  2022-11-28 17:05:28
## 6452  2022-11-28 17:05:27
## 6453  2022-11-28 17:05:27
## 6454  2022-11-28 17:05:25
## 6455  2022-11-28 17:05:18
## 6456  2022-11-28 17:05:15
## 6457  2022-11-28 17:05:09
## 6458  2022-11-28 17:05:08
## 6459  2022-11-28 17:05:06
## 6460  2022-11-28 17:05:06
## 6461  2022-11-28 17:05:05
## 6462  2022-11-28 17:04:55
## 6463  2022-11-28 17:04:49
## 6464  2022-11-28 17:04:45
## 6465  2022-11-28 17:04:44
## 6466  2022-11-28 17:04:42
## 6467  2022-11-28 17:04:23
## 6468  2022-11-28 17:04:20
## 6469  2022-11-28 17:04:16
## 6470  2022-11-28 17:04:08
## 6471  2022-11-28 17:04:00
## 6472  2022-11-28 17:03:58
## 6473  2022-11-28 17:03:54
## 6474  2022-11-28 17:03:52
## 6475  2022-11-28 17:03:49
## 6476  2022-11-28 17:03:43
## 6477  2022-11-28 17:03:41
## 6478  2022-11-28 17:03:40
## 6479  2022-11-28 17:03:35
## 6480  2022-11-28 17:03:30
## 6481  2022-11-28 17:03:25
## 6482  2022-11-28 17:03:16
## 6483  2022-11-28 17:03:09
## 6484  2022-11-28 17:03:07
## 6485  2022-11-28 17:03:03
## 6486  2022-11-28 17:03:03
## 6487  2022-11-28 17:02:57
## 6488  2022-11-28 17:02:54
## 6489  2022-11-28 17:02:47
## 6490  2022-11-28 17:02:40
## 6491  2022-11-28 17:02:34
## 6492  2022-11-28 17:02:33
## 6493  2022-11-28 17:02:31
## 6494  2022-11-28 17:02:31
## 6495  2022-11-28 17:02:28
## 6496  2022-11-28 17:02:16
## 6497  2022-11-28 17:02:15
## 6498  2022-11-28 17:01:58
## 6499  2022-11-28 17:01:58
## 6500  2022-11-28 17:01:56
## 6501  2022-11-28 17:01:51
## 6502  2022-11-28 17:01:44
## 6503  2022-11-28 17:01:33
## 6504  2022-11-28 17:01:19
## 6505  2022-11-28 17:01:13
## 6506  2022-11-28 17:01:10
## 6507  2022-11-28 17:01:06
## 6508  2022-11-28 17:01:04
## 6509  2022-11-28 17:01:01
## 6510  2022-11-28 17:01:00
## 6511  2022-11-28 17:00:59
## 6512  2022-11-28 17:00:58
## 6513  2022-11-28 17:00:57
## 6514  2022-11-28 17:00:48
## 6515  2022-11-28 17:00:46
## 6516  2022-11-28 17:00:44
## 6517  2022-11-28 17:00:39
## 6518  2022-11-28 17:00:35
## 6519  2022-11-28 17:00:33
## 6520  2022-11-28 17:00:32
## 6521  2022-11-28 17:00:28
## 6522  2022-11-28 17:00:26
## 6523  2022-11-28 17:00:21
## 6524  2022-11-28 17:00:14
## 6525  2022-11-28 17:00:09
## 6526  2022-11-28 17:00:04
## 6527  2022-11-28 17:00:03
## 6528  2022-11-28 17:00:00
## 6529  2022-11-28 17:00:00
## 6530  2022-11-28 17:00:00
## 6531  2022-11-28 16:59:42
## 6532  2022-11-28 16:59:42
## 6533  2022-11-28 16:59:40
## 6534  2022-11-28 16:59:40
## 6535  2022-11-28 16:59:28
## 6536  2022-11-28 16:59:26
## 6537  2022-11-28 16:59:20
## 6538  2022-11-28 16:59:17
## 6539  2022-11-28 16:59:08
## 6540  2022-11-28 16:59:07
## 6541  2022-11-28 16:59:00
## 6542  2022-11-28 16:58:59
## 6543  2022-11-28 16:58:56
## 6544  2022-11-28 16:58:46
## 6545  2022-11-28 16:58:39
## 6546  2022-11-28 16:58:32
## 6547  2022-11-28 16:58:30
## 6548  2022-11-28 16:58:26
## 6549  2022-11-28 16:58:26
## 6550  2022-11-28 16:58:13
## 6551  2022-11-28 16:58:06
## 6552  2022-11-28 16:58:05
## 6553  2022-11-28 16:58:05
## 6554  2022-11-28 16:58:04
## 6555  2022-11-28 16:57:59
## 6556  2022-11-28 16:57:57
## 6557  2022-11-28 16:57:54
## 6558  2022-11-28 16:57:54
## 6559  2022-11-28 16:57:51
## 6560  2022-11-28 16:57:47
## 6561  2022-11-28 16:57:44
## 6562  2022-11-28 16:57:41
## 6563  2022-11-28 16:57:38
## 6564  2022-11-28 16:57:35
## 6565  2022-11-28 16:57:27
## 6566  2022-11-28 16:57:26
## 6567  2022-11-28 16:57:26
## 6568  2022-11-28 16:57:18
## 6569  2022-11-28 16:57:12
## 6570  2022-11-28 16:57:11
## 6571  2022-11-28 16:57:10
## 6572  2022-11-28 16:57:01
## 6573  2022-11-28 16:56:56
## 6574  2022-11-28 16:56:50
## 6575  2022-11-28 16:56:50
## 6576  2022-11-28 16:56:46
## 6577  2022-11-28 16:56:44
## 6578  2022-11-28 16:56:43
## 6579  2022-11-28 16:56:37
## 6580  2022-11-28 16:56:36
## 6581  2022-11-28 16:56:34
## 6582  2022-11-28 16:56:31
## 6583  2022-11-28 16:56:29
## 6584  2022-11-28 16:56:26
## 6585  2022-11-28 16:56:17
## 6586  2022-11-28 16:56:15
## 6587  2022-11-28 16:56:10
## 6588  2022-11-28 16:55:59
## 6589  2022-11-28 16:55:54
## 6590  2022-11-28 16:55:51
## 6591  2022-11-28 16:55:48
## 6592  2022-11-28 16:55:48
## 6593  2022-11-28 16:55:44
## 6594  2022-11-28 16:55:43
## 6595  2022-11-28 16:55:38
## 6596  2022-11-28 16:55:31
## 6597  2022-11-28 16:55:31
## 6598  2022-11-28 16:55:29
## 6599  2022-11-28 16:55:21
## 6600  2022-11-28 16:55:11
## 6601  2022-11-28 16:55:11
## 6602  2022-11-28 16:55:10
## 6603  2022-11-28 16:55:08
## 6604  2022-11-28 16:55:00
## 6605  2022-11-28 16:54:51
## 6606  2022-11-28 16:54:49
## 6607  2022-11-28 16:54:47
## 6608  2022-11-28 16:54:42
## 6609  2022-11-28 16:54:41
## 6610  2022-11-28 16:54:36
## 6611  2022-11-28 16:54:33
## 6612  2022-11-28 16:54:33
## 6613  2022-11-28 16:54:30
## 6614  2022-11-28 16:54:29
## 6615  2022-11-28 16:54:29
## 6616  2022-11-28 16:54:24
## 6617  2022-11-28 16:54:15
## 6618  2022-11-28 16:54:12
## 6619  2022-11-28 16:54:03
## 6620  2022-11-28 16:53:57
## 6621  2022-11-28 16:53:54
## 6622  2022-11-28 16:53:48
## 6623  2022-11-28 16:53:46
## 6624  2022-11-28 16:53:45
## 6625  2022-11-28 16:53:43
## 6626  2022-11-28 16:53:42
## 6627  2022-11-28 16:53:41
## 6628  2022-11-28 16:53:38
## 6629  2022-11-28 16:53:26
## 6630  2022-11-28 16:53:15
## 6631  2022-11-28 16:53:14
## 6632  2022-11-28 16:53:12
## 6633  2022-11-28 16:53:09
## 6634  2022-11-28 16:53:00
## 6635  2022-11-28 16:52:58
## 6636  2022-11-28 16:52:56
## 6637  2022-11-28 16:52:56
## 6638  2022-11-28 16:52:53
## 6639  2022-11-28 16:52:52
## 6640  2022-11-28 16:52:49
## 6641  2022-11-28 16:52:40
## 6642  2022-11-28 16:52:39
## 6643  2022-11-28 16:52:37
## 6644  2022-11-28 16:52:36
## 6645  2022-11-28 16:52:33
## 6646  2022-11-28 16:52:33
## 6647  2022-11-28 16:52:24
## 6648  2022-11-28 16:52:13
## 6649  2022-11-28 16:52:12
## 6650  2022-11-28 16:52:11
## 6651  2022-11-28 16:52:09
## 6652  2022-11-28 16:52:08
## 6653  2022-11-28 16:52:05
## 6654  2022-11-28 16:52:03
## 6655  2022-11-28 16:51:58
## 6656  2022-11-28 16:51:57
## 6657  2022-11-28 16:51:56
## 6658  2022-11-28 16:51:51
## 6659  2022-11-28 16:51:44
## 6660  2022-11-28 16:51:42
## 6661  2022-11-28 16:51:41
## 6662  2022-11-28 16:51:36
## 6663  2022-11-28 16:51:31
## 6664  2022-11-28 16:51:23
## 6665  2022-11-28 16:51:23
## 6666  2022-11-28 16:51:21
## 6667  2022-11-28 16:51:19
## 6668  2022-11-28 16:51:16
## 6669  2022-11-28 16:51:10
## 6670  2022-11-28 16:51:08
## 6671  2022-11-28 16:50:59
## 6672  2022-11-28 16:50:58
## 6673  2022-11-28 16:50:56
## 6674  2022-11-28 16:50:53
## 6675  2022-11-28 16:50:53
## 6676  2022-11-28 16:50:53
## 6677  2022-11-28 16:50:44
## 6678  2022-11-28 16:50:38
## 6679  2022-11-28 16:50:32
## 6680  2022-11-28 16:50:29
## 6681  2022-11-28 16:50:16
## 6682  2022-11-28 16:50:15
## 6683  2022-11-28 16:50:13
## 6684  2022-11-28 16:50:10
## 6685  2022-11-28 16:50:07
## 6686  2022-11-28 16:50:02
## 6687  2022-11-28 16:50:02
## 6688  2022-11-28 16:50:01
## 6689  2022-11-28 16:49:57
## 6690  2022-11-28 16:49:55
## 6691  2022-11-28 16:49:55
## 6692  2022-11-28 16:49:54
## 6693  2022-11-28 16:49:54
## 6694  2022-11-28 16:49:48
## 6695  2022-11-28 16:49:48
## 6696  2022-11-28 16:49:46
## 6697  2022-11-28 16:49:45
## 6698  2022-11-28 16:49:44
## 6699  2022-11-28 16:49:37
## 6700  2022-11-28 16:49:33
## 6701  2022-11-28 16:49:33
## 6702  2022-11-28 16:49:31
## 6703  2022-11-28 16:49:15
## 6704  2022-11-28 16:49:15
## 6705  2022-11-28 16:49:14
## 6706  2022-11-28 16:49:11
## 6707  2022-11-28 16:49:08
## 6708  2022-11-28 16:49:06
## 6709  2022-11-28 16:49:05
## 6710  2022-11-28 16:49:01
## 6711  2022-11-28 16:48:56
## 6712  2022-11-28 16:48:56
## 6713  2022-11-28 16:48:54
## 6714  2022-11-28 16:48:53
## 6715  2022-11-28 16:48:49
## 6716  2022-11-28 16:48:44
## 6717  2022-11-28 16:48:43
## 6718  2022-11-28 16:48:42
## 6719  2022-11-28 16:48:37
## 6720  2022-11-28 16:48:36
## 6721  2022-11-28 16:48:36
## 6722  2022-11-28 16:48:35
## 6723  2022-11-28 16:48:35
## 6724  2022-11-28 16:48:34
## 6725  2022-11-28 16:48:34
## 6726  2022-11-28 16:48:30
## 6727  2022-11-28 16:48:26
## 6728  2022-11-28 16:48:24
## 6729  2022-11-28 16:48:23
## 6730  2022-11-28 16:48:23
## 6731  2022-11-28 16:48:17
## 6732  2022-11-28 16:48:08
## 6733  2022-11-28 16:48:08
## 6734  2022-11-28 16:48:07
## 6735  2022-11-28 16:48:03
## 6736  2022-11-28 16:47:57
## 6737  2022-11-28 16:47:56
## 6738  2022-11-28 16:47:54
## 6739  2022-11-28 16:47:52
## 6740  2022-11-28 16:47:51
## 6741  2022-11-28 16:47:48
## 6742  2022-11-28 16:47:47
## 6743  2022-11-28 16:47:46
## 6744  2022-11-28 16:47:46
## 6745  2022-11-28 16:47:44
## 6746  2022-11-28 16:47:44
## 6747  2022-11-28 16:47:31
## 6748  2022-11-28 16:47:13
## 6749  2022-11-28 16:47:12
## 6750  2022-11-28 16:47:09
## 6751  2022-11-28 16:47:04
## 6752  2022-11-28 16:47:04
## 6753  2022-11-28 16:47:02
## 6754  2022-11-28 16:46:52
## 6755  2022-11-28 16:46:50
## 6756  2022-11-28 16:46:50
## 6757  2022-11-28 16:46:50
## 6758  2022-11-28 16:46:48
## 6759  2022-11-28 16:46:45
## 6760  2022-11-28 16:46:45
## 6761  2022-11-28 16:46:24
## 6762  2022-11-28 16:46:23
## 6763  2022-11-28 16:46:17
## 6764  2022-11-28 16:46:14
## 6765  2022-11-28 16:46:13
## 6766  2022-11-28 16:46:02
## 6767  2022-11-28 16:45:57
## 6768  2022-11-28 16:45:54
## 6769  2022-11-28 16:45:53
## 6770  2022-11-28 16:45:47
## 6771  2022-11-28 16:45:41
## 6772  2022-11-28 16:45:38
## 6773  2022-11-28 16:45:34
## 6774  2022-11-28 16:45:28
## 6775  2022-11-28 16:45:27
## 6776  2022-11-28 16:45:26
## 6777  2022-11-28 16:45:24
## 6778  2022-11-28 16:45:22
## 6779  2022-11-28 16:45:17
## 6780  2022-11-28 16:45:13
## 6781  2022-11-28 16:45:13
## 6782  2022-11-28 16:45:06
## 6783  2022-11-28 16:45:04
## 6784  2022-11-28 16:45:02
## 6785  2022-11-28 16:45:01
## 6786  2022-11-28 16:44:57
## 6787  2022-11-28 16:44:54
## 6788  2022-11-28 16:44:54
## 6789  2022-11-28 16:44:51
## 6790  2022-11-28 16:44:49
## 6791  2022-11-28 16:44:47
## 6792  2022-11-28 16:44:46
## 6793  2022-11-28 16:44:42
## 6794  2022-11-28 16:44:40
## 6795  2022-11-28 16:44:38
## 6796  2022-11-28 16:44:38
## 6797  2022-11-28 16:44:37
## 6798  2022-11-28 16:44:33
## 6799  2022-11-28 16:44:32
## 6800  2022-11-28 16:44:26
## 6801  2022-11-28 16:44:22
## 6802  2022-11-28 16:44:21
## 6803  2022-11-28 16:44:20
## 6804  2022-11-28 16:44:19
## 6805  2022-11-28 16:44:18
## 6806  2022-11-28 16:44:16
## 6807  2022-11-28 16:44:15
## 6808  2022-11-28 16:44:12
## 6809  2022-11-28 16:44:10
## 6810  2022-11-28 16:44:10
## 6811  2022-11-28 16:44:07
## 6812  2022-11-28 16:44:04
## 6813  2022-11-28 16:44:00
## 6814  2022-11-28 16:43:58
## 6815  2022-11-28 16:43:57
## 6816  2022-11-28 16:43:55
## 6817  2022-11-28 16:43:44
## 6818  2022-11-28 16:43:44
## 6819  2022-11-28 16:43:43
## 6820  2022-11-28 16:43:35
## 6821  2022-11-28 16:43:34
## 6822  2022-11-28 16:43:30
## 6823  2022-11-28 16:43:29
## 6824  2022-11-28 16:43:24
## 6825  2022-11-28 16:43:24
## 6826  2022-11-28 16:43:24
## 6827  2022-11-28 16:43:23
## 6828  2022-11-28 16:43:19
## 6829  2022-11-28 16:43:17
## 6830  2022-11-28 16:43:10
## 6831  2022-11-28 16:43:09
## 6832  2022-11-28 16:43:08
## 6833  2022-11-28 16:43:06
## 6834  2022-11-28 16:43:04
## 6835  2022-11-28 16:43:04
## 6836  2022-11-28 16:43:01
## 6837  2022-11-28 16:43:00
## 6838  2022-11-28 16:42:54
## 6839  2022-11-28 16:42:54
## 6840  2022-11-28 16:42:53
## 6841  2022-11-28 16:42:51
## 6842  2022-11-28 16:42:46
## 6843  2022-11-28 16:42:45
## 6844  2022-11-28 16:42:41
## 6845  2022-11-28 16:42:39
## 6846  2022-11-28 16:42:38
## 6847  2022-11-28 16:42:37
## 6848  2022-11-28 16:42:36
## 6849  2022-11-28 16:42:24
## 6850  2022-11-28 16:42:23
## 6851  2022-11-28 16:42:23
## 6852  2022-11-28 16:42:20
## 6853  2022-11-28 16:42:18
## 6854  2022-11-28 16:42:11
## 6855  2022-11-28 16:42:11
## 6856  2022-11-28 16:42:10
## 6857  2022-11-28 16:42:09
## 6858  2022-11-28 16:42:05
## 6859  2022-11-28 16:42:04
## 6860  2022-11-28 16:42:01
## 6861  2022-11-28 16:41:58
## 6862  2022-11-28 16:41:57
## 6863  2022-11-28 16:41:55
## 6864  2022-11-28 16:41:48
## 6865  2022-11-28 16:41:48
## 6866  2022-11-28 16:41:48
## 6867  2022-11-28 16:41:47
## 6868  2022-11-28 16:41:44
## 6869  2022-11-28 16:41:42
## 6870  2022-11-28 16:41:42
## 6871  2022-11-28 16:41:40
## 6872  2022-11-28 16:41:34
## 6873  2022-11-28 16:41:28
## 6874  2022-11-28 16:41:27
## 6875  2022-11-28 16:41:25
## 6876  2022-11-28 16:41:24
## 6877  2022-11-28 16:41:24
## 6878  2022-11-28 16:41:23
## 6879  2022-11-28 16:41:19
## 6880  2022-11-28 16:41:17
## 6881  2022-11-28 16:41:09
## 6882  2022-11-28 16:41:06
## 6883  2022-11-28 16:41:02
## 6884  2022-11-28 16:40:58
## 6885  2022-11-28 16:40:54
## 6886  2022-11-28 16:40:41
## 6887  2022-11-28 16:40:39
## 6888  2022-11-28 16:40:29
## 6889  2022-11-28 16:40:26
## 6890  2022-11-28 16:40:26
## 6891  2022-11-28 16:40:25
## 6892  2022-11-28 16:40:22
## 6893  2022-11-28 16:40:21
## 6894  2022-11-28 16:40:21
## 6895  2022-11-28 16:40:13
## 6896  2022-11-28 16:40:13
## 6897  2022-11-28 16:40:11
## 6898  2022-11-28 16:40:09
## 6899  2022-11-28 16:40:02
## 6900  2022-11-28 16:39:57
## 6901  2022-11-28 16:39:56
## 6902  2022-11-28 16:39:53
## 6903  2022-11-28 16:39:46
## 6904  2022-11-28 16:39:44
## 6905  2022-11-28 16:39:41
## 6906  2022-11-28 16:39:40
## 6907  2022-11-28 16:39:38
## 6908  2022-11-28 16:39:32
## 6909  2022-11-28 16:39:31
## 6910  2022-11-28 16:39:27
## 6911  2022-11-28 16:39:20
## 6912  2022-11-28 16:39:19
## 6913  2022-11-28 16:39:13
## 6914  2022-11-28 16:39:05
## 6915  2022-11-28 16:39:01
## 6916  2022-11-28 16:39:00
## 6917  2022-11-28 16:38:56
## 6918  2022-11-28 16:38:56
## 6919  2022-11-28 16:38:47
## 6920  2022-11-28 16:38:43
## 6921  2022-11-28 16:38:42
## 6922  2022-11-28 16:38:39
## 6923  2022-11-28 16:38:35
## 6924  2022-11-28 16:38:28
## 6925  2022-11-28 16:38:27
## 6926  2022-11-28 16:38:22
## 6927  2022-11-28 16:38:20
## 6928  2022-11-28 16:38:17
## 6929  2022-11-28 16:38:16
## 6930  2022-11-28 16:38:15
## 6931  2022-11-28 16:38:14
## 6932  2022-11-28 16:38:12
## 6933  2022-11-28 16:38:10
## 6934  2022-11-28 16:38:07
## 6935  2022-11-28 16:38:05
## 6936  2022-11-28 16:38:02
## 6937  2022-11-28 16:37:59
## 6938  2022-11-28 16:37:57
## 6939  2022-11-28 16:37:56
## 6940  2022-11-28 16:37:55
## 6941  2022-11-28 16:37:50
## 6942  2022-11-28 16:37:43
## 6943  2022-11-28 16:37:41
## 6944  2022-11-28 16:37:40
## 6945  2022-11-28 16:37:36
## 6946  2022-11-28 16:37:34
## 6947  2022-11-28 16:37:31
## 6948  2022-11-28 16:37:30
## 6949  2022-11-28 16:37:27
## 6950  2022-11-28 16:37:26
## 6951  2022-11-28 16:37:26
## 6952  2022-11-28 16:37:22
## 6953  2022-11-28 16:37:17
## 6954  2022-11-28 16:37:16
## 6955  2022-11-28 16:37:15
## 6956  2022-11-28 16:37:14
## 6957  2022-11-28 16:37:14
## 6958  2022-11-28 16:37:10
## 6959  2022-11-28 16:37:08
## 6960  2022-11-28 16:37:07
## 6961  2022-11-28 16:37:01
## 6962  2022-11-28 16:37:00
## 6963  2022-11-28 16:36:58
## 6964  2022-11-28 16:36:55
## 6965  2022-11-28 16:36:55
## 6966  2022-11-28 16:36:52
## 6967  2022-11-28 16:36:52
## 6968  2022-11-28 16:36:49
## 6969  2022-11-28 16:36:45
## 6970  2022-11-28 16:36:41
## 6971  2022-11-28 16:36:39
## 6972  2022-11-28 16:36:38
## 6973  2022-11-28 16:36:38
## 6974  2022-11-28 16:36:32
## 6975  2022-11-28 16:36:25
## 6976  2022-11-28 16:36:24
## 6977  2022-11-28 16:36:24
## 6978  2022-11-28 16:36:23
## 6979  2022-11-28 16:36:22
## 6980  2022-11-28 16:36:15
## 6981  2022-11-28 16:36:14
## 6982  2022-11-28 16:36:14
## 6983  2022-11-28 16:36:13
## 6984  2022-11-28 16:36:13
## 6985  2022-11-28 16:36:12
## 6986  2022-11-28 16:36:12
## 6987  2022-11-28 16:36:11
## 6988  2022-11-28 16:36:11
## 6989  2022-11-28 16:36:10
## 6990  2022-11-28 16:36:08
## 6991  2022-11-28 16:36:06
## 6992  2022-11-28 16:35:58
## 6993  2022-11-28 16:35:56
## 6994  2022-11-28 16:35:52
## 6995  2022-11-28 16:35:48
## 6996  2022-11-28 16:35:46
## 6997  2022-11-28 16:35:44
## 6998  2022-11-28 16:35:40
## 6999  2022-11-28 16:35:40
## 7000  2022-11-28 16:35:38
## 7001  2022-11-28 16:35:37
## 7002  2022-11-28 16:35:31
## 7003  2022-11-28 16:35:29
## 7004  2022-11-28 16:35:26
## 7005  2022-11-28 16:35:21
## 7006  2022-11-28 16:35:19
## 7007  2022-11-28 16:35:17
## 7008  2022-11-28 16:35:16
## 7009  2022-11-28 16:35:14
## 7010  2022-11-28 16:35:06
## 7011  2022-11-28 16:35:02
## 7012  2022-11-28 16:35:01
## 7013  2022-11-28 16:34:55
## 7014  2022-11-28 16:34:55
## 7015  2022-11-28 16:34:49
## 7016  2022-11-28 16:34:41
## 7017  2022-11-28 16:34:38
## 7018  2022-11-28 16:34:32
## 7019  2022-11-28 16:34:20
## 7020  2022-11-28 16:34:16
## 7021  2022-11-28 16:34:15
## 7022  2022-11-28 16:34:13
## 7023  2022-11-28 16:34:11
## 7024  2022-11-28 16:34:08
## 7025  2022-11-28 16:34:07
## 7026  2022-11-28 16:34:07
## 7027  2022-11-28 16:34:01
## 7028  2022-11-28 16:33:58
## 7029  2022-11-28 16:33:57
## 7030  2022-11-28 16:33:54
## 7031  2022-11-28 16:33:53
## 7032  2022-11-28 16:33:53
## 7033  2022-11-28 16:33:51
## 7034  2022-11-28 16:33:48
## 7035  2022-11-28 16:33:37
## 7036  2022-11-28 16:33:37
## 7037  2022-11-28 16:33:36
## 7038  2022-11-28 16:33:33
## 7039  2022-11-28 16:33:31
## 7040  2022-11-28 16:33:29
## 7041  2022-11-28 16:33:26
## 7042  2022-11-28 16:33:22
## 7043  2022-11-28 16:33:14
## 7044  2022-11-28 16:33:07
## 7045  2022-11-28 16:33:04
## 7046  2022-11-28 16:33:03
## 7047  2022-11-28 16:33:00
## 7048  2022-11-28 16:32:58
## 7049  2022-11-28 16:32:49
## 7050  2022-11-28 16:32:39
## 7051  2022-11-28 16:32:25
## 7052  2022-11-28 16:32:25
## 7053  2022-11-28 16:32:21
## 7054  2022-11-28 16:32:20
## 7055  2022-11-28 16:32:19
## 7056  2022-11-28 16:32:17
## 7057  2022-11-28 16:32:14
## 7058  2022-11-28 16:31:59
## 7059  2022-11-28 16:31:53
## 7060  2022-11-28 16:31:49
## 7061  2022-11-28 16:31:41
## 7062  2022-11-28 16:31:40
## 7063  2022-11-28 16:31:37
## 7064  2022-11-28 16:31:32
## 7065  2022-11-28 16:31:32
## 7066  2022-11-28 16:31:32
## 7067  2022-11-28 16:31:31
## 7068  2022-11-28 16:31:30
## 7069  2022-11-28 16:31:27
## 7070  2022-11-28 16:31:22
## 7071  2022-11-28 16:31:11
## 7072  2022-11-28 16:31:09
## 7073  2022-11-28 16:30:47
## 7074  2022-11-28 16:30:47
## 7075  2022-11-28 16:30:38
## 7076  2022-11-28 16:30:34
## 7077  2022-11-28 16:30:32
## 7078  2022-11-28 16:30:25
## 7079  2022-11-28 16:30:19
## 7080  2022-11-28 16:30:19
## 7081  2022-11-28 16:30:09
## 7082  2022-11-28 16:30:06
## 7083  2022-11-28 16:30:04
## 7084  2022-11-28 16:29:58
## 7085  2022-11-28 16:29:55
## 7086  2022-11-28 16:29:50
## 7087  2022-11-28 16:29:36
## 7088  2022-11-28 16:29:34
## 7089  2022-11-28 16:29:26
## 7090  2022-11-28 16:29:21
## 7091  2022-11-28 16:29:18
## 7092  2022-11-28 16:29:16
## 7093  2022-11-28 16:29:15
## 7094  2022-11-28 16:29:11
## 7095  2022-11-28 16:29:04
## 7096  2022-11-28 16:29:02
## 7097  2022-11-28 16:28:58
## 7098  2022-11-28 16:28:55
## 7099  2022-11-28 16:28:54
## 7100  2022-11-28 16:28:54
## 7101  2022-11-28 16:28:48
## 7102  2022-11-28 16:28:47
## 7103  2022-11-28 16:28:46
## 7104  2022-11-28 16:28:44
## 7105  2022-11-28 16:28:39
## 7106  2022-11-28 16:28:36
## 7107  2022-11-28 16:28:36
## 7108  2022-11-28 16:28:30
## 7109  2022-11-28 16:28:28
## 7110  2022-11-28 16:28:25
## 7111  2022-11-28 16:28:25
## 7112  2022-11-28 16:28:18
## 7113  2022-11-28 16:28:10
## 7114  2022-11-28 16:28:08
## 7115  2022-11-28 16:28:04
## 7116  2022-11-28 16:28:02
## 7117  2022-11-28 16:27:59
## 7118  2022-11-28 16:27:58
## 7119  2022-11-28 16:27:57
## 7120  2022-11-28 16:27:54
## 7121  2022-11-28 16:27:46
## 7122  2022-11-28 16:27:45
## 7123  2022-11-28 16:27:45
## 7124  2022-11-28 16:27:38
## 7125  2022-11-28 16:27:36
## 7126  2022-11-28 16:27:27
## 7127  2022-11-28 16:27:26
## 7128  2022-11-28 16:27:26
## 7129  2022-11-28 16:27:25
## 7130  2022-11-28 16:27:25
## 7131  2022-11-28 16:27:24
## 7132  2022-11-28 16:27:19
## 7133  2022-11-28 16:27:16
## 7134  2022-11-28 16:27:07
## 7135  2022-11-28 16:27:05
## 7136  2022-11-28 16:27:04
## 7137  2022-11-28 16:27:02
## 7138  2022-11-28 16:27:02
## 7139  2022-11-28 16:27:00
## 7140  2022-11-28 16:26:57
## 7141  2022-11-28 16:26:54
## 7142  2022-11-28 16:26:53
## 7143  2022-11-28 16:26:50
## 7144  2022-11-28 16:26:46
## 7145  2022-11-28 16:26:46
## 7146  2022-11-28 16:26:42
## 7147  2022-11-28 16:26:42
## 7148  2022-11-28 16:26:39
## 7149  2022-11-28 16:26:38
## 7150  2022-11-28 16:26:36
## 7151  2022-11-28 16:26:34
## 7152  2022-11-28 16:26:33
## 7153  2022-11-28 16:26:18
## 7154  2022-11-28 16:26:18
## 7155  2022-11-28 16:26:16
## 7156  2022-11-28 16:26:12
## 7157  2022-11-28 16:26:08
## 7158  2022-11-28 16:26:06
## 7159  2022-11-28 16:25:51
## 7160  2022-11-28 16:25:51
## 7161  2022-11-28 16:25:50
## 7162  2022-11-28 16:25:48
## 7163  2022-11-28 16:25:47
## 7164  2022-11-28 16:25:43
## 7165  2022-11-28 16:25:42
## 7166  2022-11-28 16:25:41
## 7167  2022-11-28 16:25:31
## 7168  2022-11-28 16:25:30
## 7169  2022-11-28 16:25:26
## 7170  2022-11-28 16:25:25
## 7171  2022-11-28 16:25:24
## 7172  2022-11-28 16:25:18
## 7173  2022-11-28 16:25:18
## 7174  2022-11-28 16:25:13
## 7175  2022-11-28 16:25:11
## 7176  2022-11-28 16:25:07
## 7177  2022-11-28 16:25:01
## 7178  2022-11-28 16:25:01
## 7179  2022-11-28 16:24:58
## 7180  2022-11-28 16:24:54
## 7181  2022-11-28 16:24:50
## 7182  2022-11-28 16:24:50
## 7183  2022-11-28 16:24:48
## 7184  2022-11-28 16:24:38
## 7185  2022-11-28 16:24:36
## 7186  2022-11-28 16:24:34
## 7187  2022-11-28 16:24:29
## 7188  2022-11-28 16:24:27
## 7189  2022-11-28 16:24:26
## 7190  2022-11-28 16:24:17
## 7191  2022-11-28 16:24:06
## 7192  2022-11-28 16:24:05
## 7193  2022-11-28 16:24:04
## 7194  2022-11-28 16:23:58
## 7195  2022-11-28 16:23:56
## 7196  2022-11-28 16:23:52
## 7197  2022-11-28 16:23:48
## 7198  2022-11-28 16:23:46
## 7199  2022-11-28 16:23:45
## 7200  2022-11-28 16:23:45
## 7201  2022-11-28 16:23:42
## 7202  2022-11-28 16:23:40
## 7203  2022-11-28 16:23:39
## 7204  2022-11-28 16:23:34
## 7205  2022-11-28 16:23:25
## 7206  2022-11-28 16:23:24
## 7207  2022-11-28 16:23:24
## 7208  2022-11-28 16:23:23
## 7209  2022-11-28 16:23:23
## 7210  2022-11-28 16:23:20
## 7211  2022-11-28 16:23:04
## 7212  2022-11-28 16:23:02
## 7213  2022-11-28 16:23:01
## 7214  2022-11-28 16:23:01
## 7215  2022-11-28 16:22:57
## 7216  2022-11-28 16:22:55
## 7217  2022-11-28 16:22:54
## 7218  2022-11-28 16:22:54
## 7219  2022-11-28 16:22:52
## 7220  2022-11-28 16:22:44
## 7221  2022-11-28 16:22:43
## 7222  2022-11-28 16:22:41
## 7223  2022-11-28 16:22:41
## 7224  2022-11-28 16:22:37
## 7225  2022-11-28 16:22:29
## 7226  2022-11-28 16:22:18
## 7227  2022-11-28 16:22:17
## 7228  2022-11-28 16:22:15
## 7229  2022-11-28 16:22:14
## 7230  2022-11-28 16:22:10
## 7231  2022-11-28 16:22:05
## 7232  2022-11-28 16:22:05
## 7233  2022-11-28 16:22:03
## 7234  2022-11-28 16:21:59
## 7235  2022-11-28 16:21:58
## 7236  2022-11-28 16:21:55
## 7237  2022-11-28 16:21:52
## 7238  2022-11-28 16:21:47
## 7239  2022-11-28 16:21:46
## 7240  2022-11-28 16:21:43
## 7241  2022-11-28 16:21:40
## 7242  2022-11-28 16:21:40
## 7243  2022-11-28 16:21:40
## 7244  2022-11-28 16:21:31
## 7245  2022-11-28 16:21:26
## 7246  2022-11-28 16:21:23
## 7247  2022-11-28 16:21:19
## 7248  2022-11-28 16:21:19
## 7249  2022-11-28 16:21:17
## 7250  2022-11-28 16:21:16
## 7251  2022-11-28 16:21:15
## 7252  2022-11-28 16:21:10
## 7253  2022-11-28 16:21:06
## 7254  2022-11-28 16:20:59
## 7255  2022-11-28 16:20:58
## 7256  2022-11-28 16:20:54
## 7257  2022-11-28 16:20:53
## 7258  2022-11-28 16:20:51
## 7259  2022-11-28 16:20:42
## 7260  2022-11-28 16:20:39
## 7261  2022-11-28 16:20:39
## 7262  2022-11-28 16:20:34
## 7263  2022-11-28 16:20:34
## 7264  2022-11-28 16:20:29
## 7265  2022-11-28 16:20:24
## 7266  2022-11-28 16:20:24
## 7267  2022-11-28 16:20:23
## 7268  2022-11-28 16:20:23
## 7269  2022-11-28 16:20:22
## 7270  2022-11-28 16:20:22
## 7271  2022-11-28 16:20:19
## 7272  2022-11-28 16:20:18
## 7273  2022-11-28 16:20:11
## 7274  2022-11-28 16:20:02
## 7275  2022-11-28 16:20:01
## 7276  2022-11-28 16:19:54
## 7277  2022-11-28 16:19:50
## 7278  2022-11-28 16:19:49
## 7279  2022-11-28 16:19:45
## 7280  2022-11-28 16:19:39
## 7281  2022-11-28 16:19:37
## 7282  2022-11-28 16:19:34
## 7283  2022-11-28 16:19:34
## 7284  2022-11-28 16:19:31
## 7285  2022-11-28 16:19:27
## 7286  2022-11-28 16:19:23
## 7287  2022-11-28 16:19:19
## 7288  2022-11-28 16:19:19
## 7289  2022-11-28 16:19:10
## 7290  2022-11-28 16:19:10
## 7291  2022-11-28 16:19:06
## 7292  2022-11-28 16:19:05
## 7293  2022-11-28 16:18:58
## 7294  2022-11-28 16:18:53
## 7295  2022-11-28 16:18:52
## 7296  2022-11-28 16:18:51
## 7297  2022-11-28 16:18:49
## 7298  2022-11-28 16:18:47
## 7299  2022-11-28 16:18:39
## 7300  2022-11-28 16:18:32
## 7301  2022-11-28 16:18:29
## 7302  2022-11-28 16:18:24
## 7303  2022-11-28 16:18:17
## 7304  2022-11-28 16:18:10
## 7305  2022-11-28 16:18:07
## 7306  2022-11-28 16:18:03
## 7307  2022-11-28 16:18:01
## 7308  2022-11-28 16:17:59
## 7309  2022-11-28 16:17:57
## 7310  2022-11-28 16:17:57
## 7311  2022-11-28 16:17:39
## 7312  2022-11-28 16:17:37
## 7313  2022-11-28 16:17:37
## 7314  2022-11-28 16:17:26
## 7315  2022-11-28 16:17:23
## 7316  2022-11-28 16:17:19
## 7317  2022-11-28 16:17:17
## 7318  2022-11-28 16:17:17
## 7319  2022-11-28 16:17:12
## 7320  2022-11-28 16:17:09
## 7321  2022-11-28 16:17:08
## 7322  2022-11-28 16:17:08
## 7323  2022-11-28 16:17:07
## 7324  2022-11-28 16:17:07
## 7325  2022-11-28 16:17:06
## 7326  2022-11-28 16:17:05
## 7327  2022-11-28 16:17:03
## 7328  2022-11-28 16:17:02
## 7329  2022-11-28 16:16:57
## 7330  2022-11-28 16:16:57
## 7331  2022-11-28 16:16:57
## 7332  2022-11-28 16:16:55
## 7333  2022-11-28 16:16:52
## 7334  2022-11-28 16:16:51
## 7335  2022-11-28 16:16:47
## 7336  2022-11-28 16:16:44
## 7337  2022-11-28 16:16:36
## 7338  2022-11-28 16:16:36
## 7339  2022-11-28 16:16:36
## 7340  2022-11-28 16:16:35
## 7341  2022-11-28 16:16:31
## 7342  2022-11-28 16:16:31
## 7343  2022-11-28 16:16:31
## 7344  2022-11-28 16:16:29
## 7345  2022-11-28 16:16:29
## 7346  2022-11-28 16:16:22
## 7347  2022-11-28 16:16:20
## 7348  2022-11-28 16:16:20
## 7349  2022-11-28 16:16:19
## 7350  2022-11-28 16:16:19
## 7351  2022-11-28 16:16:18
## 7352  2022-11-28 16:16:16
## 7353  2022-11-28 16:16:16
## 7354  2022-11-28 16:16:15
## 7355  2022-11-28 16:16:15
## 7356  2022-11-28 16:16:14
## 7357  2022-11-28 16:16:09
## 7358  2022-11-28 16:16:05
## 7359  2022-11-28 16:16:05
## 7360  2022-11-28 16:16:01
## 7361  2022-11-28 16:16:00
## 7362  2022-11-28 16:15:56
## 7363  2022-11-28 16:15:55
## 7364  2022-11-28 16:15:54
## 7365  2022-11-28 16:15:53
## 7366  2022-11-28 16:15:48
## 7367  2022-11-28 16:15:47
## 7368  2022-11-28 16:15:46
## 7369  2022-11-28 16:15:45
## 7370  2022-11-28 16:15:40
## 7371  2022-11-28 16:15:39
## 7372  2022-11-28 16:15:31
## 7373  2022-11-28 16:15:28
## 7374  2022-11-28 16:15:23
## 7375  2022-11-28 16:15:16
## 7376  2022-11-28 16:15:15
## 7377  2022-11-28 16:15:06
## 7378  2022-11-28 16:15:04
## 7379  2022-11-28 16:15:01
## 7380  2022-11-28 16:15:01
## 7381  2022-11-28 16:14:57
## 7382  2022-11-28 16:14:56
## 7383  2022-11-28 16:14:52
## 7384  2022-11-28 16:14:51
## 7385  2022-11-28 16:14:51
## 7386  2022-11-28 16:14:47
## 7387  2022-11-28 16:14:45
## 7388  2022-11-28 16:14:44
## 7389  2022-11-28 16:14:40
## 7390  2022-11-28 16:14:37
## 7391  2022-11-28 16:14:33
## 7392  2022-11-28 16:14:18
## 7393  2022-11-28 16:14:16
## 7394  2022-11-28 16:14:16
## 7395  2022-11-28 16:14:16
## 7396  2022-11-28 16:14:11
## 7397  2022-11-28 16:13:58
## 7398  2022-11-28 16:13:51
## 7399  2022-11-28 16:13:50
## 7400  2022-11-28 16:13:49
## 7401  2022-11-28 16:13:38
## 7402  2022-11-28 16:13:37
## 7403  2022-11-28 16:13:28
## 7404  2022-11-28 16:13:27
## 7405  2022-11-28 16:13:25
## 7406  2022-11-28 16:13:20
## 7407  2022-11-28 16:13:19
## 7408  2022-11-28 16:13:15
## 7409  2022-11-28 16:13:14
## 7410  2022-11-28 16:13:08
## 7411  2022-11-28 16:13:04
## 7412  2022-11-28 16:13:04
## 7413  2022-11-28 16:13:02
## 7414  2022-11-28 16:13:00
## 7415  2022-11-28 16:13:00
## 7416  2022-11-28 16:12:59
## 7417  2022-11-28 16:12:58
## 7418  2022-11-28 16:12:55
## 7419  2022-11-28 16:12:44
## 7420  2022-11-28 16:12:41
## 7421  2022-11-28 16:12:40
## 7422  2022-11-28 16:12:38
## 7423  2022-11-28 16:12:37
## 7424  2022-11-28 16:12:33
## 7425  2022-11-28 16:12:23
## 7426  2022-11-28 16:12:20
## 7427  2022-11-28 16:12:20
## 7428  2022-11-28 16:12:20
## 7429  2022-11-28 16:12:14
## 7430  2022-11-28 16:12:09
## 7431  2022-11-28 16:11:56
## 7432  2022-11-28 16:11:55
## 7433  2022-11-28 16:11:50
## 7434  2022-11-28 16:11:45
## 7435  2022-11-28 16:11:42
## 7436  2022-11-28 16:11:42
## 7437  2022-11-28 16:11:35
## 7438  2022-11-28 16:11:26
## 7439  2022-11-28 16:11:23
## 7440  2022-11-28 16:11:23
## 7441  2022-11-28 16:11:18
## 7442  2022-11-28 16:11:18
## 7443  2022-11-28 16:11:15
## 7444  2022-11-28 16:11:06
## 7445  2022-11-28 16:11:01
## 7446  2022-11-28 16:11:00
## 7447  2022-11-28 16:11:00
## 7448  2022-11-28 16:10:59
## 7449  2022-11-28 16:10:56
## 7450  2022-11-28 16:10:56
## 7451  2022-11-28 16:10:55
## 7452  2022-11-28 16:10:55
## 7453  2022-11-28 16:10:51
## 7454  2022-11-28 16:10:50
## 7455  2022-11-28 16:10:48
## 7456  2022-11-28 16:10:48
## 7457  2022-11-28 16:10:44
## 7458  2022-11-28 16:10:42
## 7459  2022-11-28 16:10:36
## 7460  2022-11-28 16:10:33
## 7461  2022-11-28 16:10:25
## 7462  2022-11-28 16:10:23
## 7463  2022-11-28 16:10:23
## 7464  2022-11-28 16:10:22
## 7465  2022-11-28 16:10:13
## 7466  2022-11-28 16:10:07
## 7467  2022-11-28 16:10:03
## 7468  2022-11-28 16:09:40
## 7469  2022-11-28 16:09:38
## 7470  2022-11-28 16:09:32
## 7471  2022-11-28 16:09:29
## 7472  2022-11-28 16:09:27
## 7473  2022-11-28 16:09:27
## 7474  2022-11-28 16:09:24
## 7475  2022-11-28 16:09:19
## 7476  2022-11-28 16:09:15
## 7477  2022-11-28 16:09:09
## 7478  2022-11-28 16:09:07
## 7479  2022-11-28 16:09:04
## 7480  2022-11-28 16:09:04
## 7481  2022-11-28 16:09:02
## 7482  2022-11-28 16:08:57
## 7483  2022-11-28 16:08:57
## 7484  2022-11-28 16:08:49
## 7485  2022-11-28 16:08:46
## 7486  2022-11-28 16:08:33
## 7487  2022-11-28 16:08:32
## 7488  2022-11-28 16:08:30
## 7489  2022-11-28 16:08:29
## 7490  2022-11-28 16:08:27
## 7491  2022-11-28 16:08:25
## 7492  2022-11-28 16:08:16
## 7493  2022-11-28 16:08:13
## 7494  2022-11-28 16:08:13
## 7495  2022-11-28 16:08:12
## 7496  2022-11-28 16:08:07
## 7497  2022-11-28 16:08:05
## 7498  2022-11-28 16:07:59
## 7499  2022-11-28 16:07:57
## 7500  2022-11-28 16:07:53
## 7501  2022-11-28 16:07:50
## 7502  2022-11-28 16:07:50
## 7503  2022-11-28 16:07:46
## 7504  2022-11-28 16:07:42
## 7505  2022-11-28 16:07:39
## 7506  2022-11-28 16:07:30
## 7507  2022-11-28 16:07:29
## 7508  2022-11-28 16:07:27
## 7509  2022-11-28 16:07:27
## 7510  2022-11-28 16:07:24
## 7511  2022-11-28 16:07:23
## 7512  2022-11-28 16:07:23
## 7513  2022-11-28 16:07:18
## 7514  2022-11-28 16:07:18
## 7515  2022-11-28 16:07:17
## 7516  2022-11-28 16:07:05
## 7517  2022-11-28 16:07:03
## 7518  2022-11-28 16:07:00
## 7519  2022-11-28 16:06:50
## 7520  2022-11-28 16:06:48
## 7521  2022-11-28 16:06:45
## 7522  2022-11-28 16:06:44
## 7523  2022-11-28 16:06:39
## 7524  2022-11-28 16:06:37
## 7525  2022-11-28 16:06:29
## 7526  2022-11-28 16:06:26
## 7527  2022-11-28 16:06:24
## 7528  2022-11-28 16:06:20
## 7529  2022-11-28 16:06:14
## 7530  2022-11-28 16:06:10
## 7531  2022-11-28 16:06:01
## 7532  2022-11-28 16:05:59
## 7533  2022-11-28 16:05:55
## 7534  2022-11-28 16:05:51
## 7535  2022-11-28 16:05:49
## 7536  2022-11-28 16:05:46
## 7537  2022-11-28 16:05:41
## 7538  2022-11-28 16:05:34
## 7539  2022-11-28 16:05:31
## 7540  2022-11-28 16:05:18
## 7541  2022-11-28 16:05:17
## 7542  2022-11-28 16:05:17
## 7543  2022-11-28 16:05:15
## 7544  2022-11-28 16:05:08
## 7545  2022-11-28 16:04:50
## 7546  2022-11-28 16:04:49
## 7547  2022-11-28 16:04:46
## 7548  2022-11-28 16:04:45
## 7549  2022-11-28 16:04:34
## 7550  2022-11-28 16:04:27
## 7551  2022-11-28 16:04:20
## 7552  2022-11-28 16:04:19
## 7553  2022-11-28 16:04:16
## 7554  2022-11-28 16:04:16
## 7555  2022-11-28 16:04:14
## 7556  2022-11-28 16:04:09
## 7557  2022-11-28 16:04:09
## 7558  2022-11-28 16:04:08
## 7559  2022-11-28 16:03:59
## 7560  2022-11-28 16:03:57
## 7561  2022-11-28 16:03:54
## 7562  2022-11-28 16:03:52
## 7563  2022-11-28 16:03:49
## 7564  2022-11-28 16:03:47
## 7565  2022-11-28 16:03:46
## 7566  2022-11-28 16:03:45
## 7567  2022-11-28 16:03:44
## 7568  2022-11-28 16:03:40
## 7569  2022-11-28 16:03:40
## 7570  2022-11-28 16:03:40
## 7571  2022-11-28 16:03:39
## 7572  2022-11-28 16:03:38
## 7573  2022-11-28 16:03:34
## 7574  2022-11-28 16:03:27
## 7575  2022-11-28 16:03:26
## 7576  2022-11-28 16:03:25
## 7577  2022-11-28 16:03:22
## 7578  2022-11-28 16:03:15
## 7579  2022-11-28 16:03:15
## 7580  2022-11-28 16:03:12
## 7581  2022-11-28 16:03:05
## 7582  2022-11-28 16:02:55
## 7583  2022-11-28 16:02:54
## 7584  2022-11-28 16:02:51
## 7585  2022-11-28 16:02:49
## 7586  2022-11-28 16:02:38
## 7587  2022-11-28 16:02:36
## 7588  2022-11-28 16:02:29
## 7589  2022-11-28 16:02:27
## 7590  2022-11-28 16:02:22
## 7591  2022-11-28 16:02:20
## 7592  2022-11-28 16:02:18
## 7593  2022-11-28 16:02:15
## 7594  2022-11-28 16:02:14
## 7595  2022-11-28 16:02:03
## 7596  2022-11-28 16:01:53
## 7597  2022-11-28 16:01:50
## 7598  2022-11-28 16:01:46
## 7599  2022-11-28 16:01:41
## 7600  2022-11-28 16:01:24
## 7601  2022-11-28 16:01:18
## 7602  2022-11-28 16:01:17
## 7603  2022-11-28 16:01:14
## 7604  2022-11-28 16:00:59
## 7605  2022-11-28 16:00:59
## 7606  2022-11-28 16:00:58
## 7607  2022-11-28 16:00:45
## 7608  2022-11-28 16:00:38
## 7609  2022-11-28 16:00:37
## 7610  2022-11-28 16:00:35
## 7611  2022-11-28 16:00:35
## 7612  2022-11-28 16:00:32
## 7613  2022-11-28 16:00:28
## 7614  2022-11-28 16:00:22
## 7615  2022-11-28 16:00:16
## 7616  2022-11-28 16:00:15
## 7617  2022-11-28 16:00:15
## 7618  2022-11-28 16:00:13
## 7619  2022-11-28 16:00:12
## 7620  2022-11-28 16:00:11
## 7621  2022-11-28 15:59:58
## 7622  2022-11-28 15:59:55
## 7623  2022-11-28 15:59:51
## 7624  2022-11-28 15:59:47
## 7625  2022-11-28 15:59:47
## 7626  2022-11-28 15:59:43
## 7627  2022-11-28 15:59:42
## 7628  2022-11-28 15:59:33
## 7629  2022-11-28 15:59:28
## 7630  2022-11-28 15:59:20
## 7631  2022-11-28 15:59:17
## 7632  2022-11-28 15:59:11
## 7633  2022-11-28 15:59:09
## 7634  2022-11-28 15:59:08
## 7635  2022-11-28 15:58:59
## 7636  2022-11-28 15:58:58
## 7637  2022-11-28 15:58:54
## 7638  2022-11-28 15:58:53
## 7639  2022-11-28 15:58:51
## 7640  2022-11-28 15:58:42
## 7641  2022-11-28 15:58:37
## 7642  2022-11-28 15:58:34
## 7643  2022-11-28 15:58:31
## 7644  2022-11-28 15:58:28
## 7645  2022-11-28 15:58:23
## 7646  2022-11-28 15:58:17
## 7647  2022-11-28 15:58:13
## 7648  2022-11-28 15:58:13
## 7649  2022-11-28 15:58:11
## 7650  2022-11-28 15:58:07
## 7651  2022-11-28 15:58:04
## 7652  2022-11-28 15:57:58
## 7653  2022-11-28 15:57:56
## 7654  2022-11-28 15:57:52
## 7655  2022-11-28 15:57:48
## 7656  2022-11-28 15:57:38
## 7657  2022-11-28 15:57:31
## 7658  2022-11-28 15:57:26
## 7659  2022-11-28 15:57:25
## 7660  2022-11-28 15:57:20
## 7661  2022-11-28 15:57:20
## 7662  2022-11-28 15:57:20
## 7663  2022-11-28 15:57:15
## 7664  2022-11-28 15:57:13
## 7665  2022-11-28 15:57:07
## 7666  2022-11-28 15:56:52
## 7667  2022-11-28 15:56:46
## 7668  2022-11-28 15:56:31
## 7669  2022-11-28 15:56:29
## 7670  2022-11-28 15:56:26
## 7671  2022-11-28 15:56:26
## 7672  2022-11-28 15:56:25
## 7673  2022-11-28 15:56:24
## 7674  2022-11-28 15:56:18
## 7675  2022-11-28 15:56:17
## 7676  2022-11-28 15:56:14
## 7677  2022-11-28 15:56:09
## 7678  2022-11-28 15:56:02
## 7679  2022-11-28 15:55:59
## 7680  2022-11-28 15:55:57
## 7681  2022-11-28 15:55:52
## 7682  2022-11-28 15:55:47
## 7683  2022-11-28 15:55:46
## 7684  2022-11-28 15:55:45
## 7685  2022-11-28 15:55:41
## 7686  2022-11-28 15:55:40
## 7687  2022-11-28 15:55:37
## 7688  2022-11-28 15:55:32
## 7689  2022-11-28 15:55:21
## 7690  2022-11-28 15:55:20
## 7691  2022-11-28 15:55:18
## 7692  2022-11-28 15:55:14
## 7693  2022-11-28 15:55:12
## 7694  2022-11-28 15:55:11
## 7695  2022-11-28 15:55:09
## 7696  2022-11-28 15:55:05
## 7697  2022-11-28 15:55:02
## 7698  2022-11-28 15:54:51
## 7699  2022-11-28 15:54:50
## 7700  2022-11-28 15:54:46
## 7701  2022-11-28 15:54:45
## 7702  2022-11-28 15:54:42
## 7703  2022-11-28 15:54:41
## 7704  2022-11-28 15:54:40
## 7705  2022-11-28 15:54:39
## 7706  2022-11-28 15:54:38
## 7707  2022-11-28 15:54:35
## 7708  2022-11-28 15:54:35
## 7709  2022-11-28 15:54:35
## 7710  2022-11-28 15:54:33
## 7711  2022-11-28 15:54:32
## 7712  2022-11-28 15:54:28
## 7713  2022-11-28 15:54:26
## 7714  2022-11-28 15:54:22
## 7715  2022-11-28 15:54:21
## 7716  2022-11-28 15:54:20
## 7717  2022-11-28 15:54:20
## 7718  2022-11-28 15:54:13
## 7719  2022-11-28 15:54:02
## 7720  2022-11-28 15:54:00
## 7721  2022-11-28 15:53:56
## 7722  2022-11-28 15:53:46
## 7723  2022-11-28 15:53:44
## 7724  2022-11-28 15:53:41
## 7725  2022-11-28 15:53:40
## 7726  2022-11-28 15:53:37
## 7727  2022-11-28 15:53:35
## 7728  2022-11-28 15:53:30
## 7729  2022-11-28 15:53:30
## 7730  2022-11-28 15:53:25
## 7731  2022-11-28 15:53:22
## 7732  2022-11-28 15:53:09
## 7733  2022-11-28 15:53:05
## 7734  2022-11-28 15:53:00
## 7735  2022-11-28 15:52:55
## 7736  2022-11-28 15:52:46
## 7737  2022-11-28 15:52:45
## 7738  2022-11-28 15:52:38
## 7739  2022-11-28 15:52:37
## 7740  2022-11-28 15:52:32
## 7741  2022-11-28 15:52:21
## 7742  2022-11-28 15:52:14
## 7743  2022-11-28 15:52:11
## 7744  2022-11-28 15:52:04
## 7745  2022-11-28 15:51:59
## 7746  2022-11-28 15:51:58
## 7747  2022-11-28 15:51:54
## 7748  2022-11-28 15:51:47
## 7749  2022-11-28 15:51:45
## 7750  2022-11-28 15:51:45
## 7751  2022-11-28 15:51:38
## 7752  2022-11-28 15:51:37
## 7753  2022-11-28 15:51:24
## 7754  2022-11-28 15:51:18
## 7755  2022-11-28 15:51:09
## 7756  2022-11-28 15:51:08
## 7757  2022-11-28 15:51:08
## 7758  2022-11-28 15:51:03
## 7759  2022-11-28 15:51:01
## 7760  2022-11-28 15:50:52
## 7761  2022-11-28 15:50:49
## 7762  2022-11-28 15:50:49
## 7763  2022-11-28 15:50:45
## 7764  2022-11-28 15:50:45
## 7765  2022-11-28 15:50:45
## 7766  2022-11-28 15:50:42
## 7767  2022-11-28 15:50:33
## 7768  2022-11-28 15:50:24
## 7769  2022-11-28 15:50:24
## 7770  2022-11-28 15:50:13
## 7771  2022-11-28 15:50:12
## 7772  2022-11-28 15:50:11
## 7773  2022-11-28 15:50:09
## 7774  2022-11-28 15:50:08
## 7775  2022-11-28 15:50:06
## 7776  2022-11-28 15:49:48
## 7777  2022-11-28 15:49:45
## 7778  2022-11-28 15:49:44
## 7779  2022-11-28 15:49:41
## 7780  2022-11-28 15:49:40
## 7781  2022-11-28 15:49:32
## 7782  2022-11-28 15:49:24
## 7783  2022-11-28 15:49:19
## 7784  2022-11-28 15:49:14
## 7785  2022-11-28 15:49:05
## 7786  2022-11-28 15:49:04
## 7787  2022-11-28 15:49:01
## 7788  2022-11-28 15:48:57
## 7789  2022-11-28 15:48:57
## 7790  2022-11-28 15:48:56
## 7791  2022-11-28 15:48:54
## 7792  2022-11-28 15:48:44
## 7793  2022-11-28 15:48:39
## 7794  2022-11-28 15:48:39
## 7795  2022-11-28 15:48:25
## 7796  2022-11-28 15:48:23
## 7797  2022-11-28 15:48:23
## 7798  2022-11-28 15:48:23
## 7799  2022-11-28 15:48:19
## 7800  2022-11-28 15:48:14
## 7801  2022-11-28 15:48:13
## 7802  2022-11-28 15:48:07
## 7803  2022-11-28 15:48:06
## 7804  2022-11-28 15:48:04
## 7805  2022-11-28 15:48:04
## 7806  2022-11-28 15:48:01
## 7807  2022-11-28 15:47:57
## 7808  2022-11-28 15:47:49
## 7809  2022-11-28 15:47:49
## 7810  2022-11-28 15:47:48
## 7811  2022-11-28 15:47:45
## 7812  2022-11-28 15:47:37
## 7813  2022-11-28 15:47:37
## 7814  2022-11-28 15:47:31
## 7815  2022-11-28 15:47:27
## 7816  2022-11-28 15:47:26
## 7817  2022-11-28 15:47:24
## 7818  2022-11-28 15:47:15
## 7819  2022-11-28 15:47:06
## 7820  2022-11-28 15:47:05
## 7821  2022-11-28 15:47:01
## 7822  2022-11-28 15:46:51
## 7823  2022-11-28 15:46:51
## 7824  2022-11-28 15:46:51
## 7825  2022-11-28 15:46:48
## 7826  2022-11-28 15:46:47
## 7827  2022-11-28 15:46:46
## 7828  2022-11-28 15:46:40
## 7829  2022-11-28 15:46:38
## 7830  2022-11-28 15:46:36
## 7831  2022-11-28 15:46:35
## 7832  2022-11-28 15:46:31
## 7833  2022-11-28 15:46:29
## 7834  2022-11-28 15:46:25
## 7835  2022-11-28 15:46:24
## 7836  2022-11-28 15:46:21
## 7837  2022-11-28 15:46:14
## 7838  2022-11-28 15:46:10
## 7839  2022-11-28 15:46:08
## 7840  2022-11-28 15:46:07
## 7841  2022-11-28 15:46:04
## 7842  2022-11-28 15:46:03
## 7843  2022-11-28 15:46:03
## 7844  2022-11-28 15:45:54
## 7845  2022-11-28 15:45:50
## 7846  2022-11-28 15:45:47
## 7847  2022-11-28 15:45:45
## 7848  2022-11-28 15:45:43
## 7849  2022-11-28 15:45:41
## 7850  2022-11-28 15:45:38
## 7851  2022-11-28 15:45:35
## 7852  2022-11-28 15:45:31
## 7853  2022-11-28 15:45:22
## 7854  2022-11-28 15:45:17
## 7855  2022-11-28 15:45:15
## 7856  2022-11-28 15:45:04
## 7857  2022-11-28 15:45:02
## 7858  2022-11-28 15:45:00
## 7859  2022-11-28 15:44:58
## 7860  2022-11-28 15:44:55
## 7861  2022-11-28 15:44:53
## 7862  2022-11-28 15:44:52
## 7863  2022-11-28 15:44:49
## 7864  2022-11-28 15:44:49
## 7865  2022-11-28 15:44:40
## 7866  2022-11-28 15:44:35
## 7867  2022-11-28 15:44:34
## 7868  2022-11-28 15:44:34
## 7869  2022-11-28 15:44:32
## 7870  2022-11-28 15:44:26
## 7871  2022-11-28 15:44:25
## 7872  2022-11-28 15:44:25
## 7873  2022-11-28 15:44:24
## 7874  2022-11-28 15:44:21
## 7875  2022-11-28 15:44:20
## 7876  2022-11-28 15:44:18
## 7877  2022-11-28 15:44:12
## 7878  2022-11-28 15:44:09
## 7879  2022-11-28 15:44:07
## 7880  2022-11-28 15:44:04
## 7881  2022-11-28 15:44:03
## 7882  2022-11-28 15:44:02
## 7883  2022-11-28 15:43:51
## 7884  2022-11-28 15:43:50
## 7885  2022-11-28 15:43:46
## 7886  2022-11-28 15:43:46
## 7887  2022-11-28 15:43:42
## 7888  2022-11-28 15:43:42
## 7889  2022-11-28 15:43:41
## 7890  2022-11-28 15:43:40
## 7891  2022-11-28 15:43:31
## 7892  2022-11-28 15:43:28
## 7893  2022-11-28 15:43:26
## 7894  2022-11-28 15:43:25
## 7895  2022-11-28 15:43:20
## 7896  2022-11-28 15:43:19
## 7897  2022-11-28 15:43:17
## 7898  2022-11-28 15:43:14
## 7899  2022-11-28 15:43:14
## 7900  2022-11-28 15:43:13
## 7901  2022-11-28 15:43:11
## 7902  2022-11-28 15:43:10
## 7903  2022-11-28 15:42:55
## 7904  2022-11-28 15:42:53
## 7905  2022-11-28 15:42:51
## 7906  2022-11-28 15:42:47
## 7907  2022-11-28 15:42:41
## 7908  2022-11-28 15:42:39
## 7909  2022-11-28 15:42:36
## 7910  2022-11-28 15:42:36
## 7911  2022-11-28 15:42:34
## 7912  2022-11-28 15:42:32
## 7913  2022-11-28 15:42:30
## 7914  2022-11-28 15:42:28
## 7915  2022-11-28 15:42:24
## 7916  2022-11-28 15:42:19
## 7917  2022-11-28 15:42:15
## 7918  2022-11-28 15:42:11
## 7919  2022-11-28 15:42:11
## 7920  2022-11-28 15:42:10
## 7921  2022-11-28 15:42:10
## 7922  2022-11-28 15:42:09
## 7923  2022-11-28 15:42:05
## 7924  2022-11-28 15:42:04
## 7925  2022-11-28 15:42:02
## 7926  2022-11-28 15:41:59
## 7927  2022-11-28 15:41:56
## 7928  2022-11-28 15:41:56
## 7929  2022-11-28 15:41:41
## 7930  2022-11-28 15:41:39
## 7931  2022-11-28 15:41:39
## 7932  2022-11-28 15:41:38
## 7933  2022-11-28 15:41:36
## 7934  2022-11-28 15:41:32
## 7935  2022-11-28 15:41:30
## 7936  2022-11-28 15:41:26
## 7937  2022-11-28 15:41:21
## 7938  2022-11-28 15:41:16
## 7939  2022-11-28 15:41:15
## 7940  2022-11-28 15:41:15
## 7941  2022-11-28 15:41:14
## 7942  2022-11-28 15:41:14
## 7943  2022-11-28 15:41:13
## 7944  2022-11-28 15:41:11
## 7945  2022-11-28 15:40:52
## 7946  2022-11-28 15:40:51
## 7947  2022-11-28 15:40:51
## 7948  2022-11-28 15:40:51
## 7949  2022-11-28 15:40:50
## 7950  2022-11-28 15:40:50
## 7951  2022-11-28 15:40:50
## 7952  2022-11-28 15:40:49
## 7953  2022-11-28 15:40:48
## 7954  2022-11-28 15:40:46
## 7955  2022-11-28 15:40:42
## 7956  2022-11-28 15:40:41
## 7957  2022-11-28 15:40:40
## 7958  2022-11-28 15:40:37
## 7959  2022-11-28 15:40:35
## 7960  2022-11-28 15:40:32
## 7961  2022-11-28 15:40:29
## 7962  2022-11-28 15:40:25
## 7963  2022-11-28 15:40:22
## 7964  2022-11-28 15:40:21
## 7965  2022-11-28 15:40:19
## 7966  2022-11-28 15:40:08
## 7967  2022-11-28 15:40:06
## 7968  2022-11-28 15:40:04
## 7969  2022-11-28 15:39:58
## 7970  2022-11-28 15:39:57
## 7971  2022-11-28 15:39:57
## 7972  2022-11-28 15:39:55
## 7973  2022-11-28 15:39:54
## 7974  2022-11-28 15:39:51
## 7975  2022-11-28 15:39:50
## 7976  2022-11-28 15:39:47
## 7977  2022-11-28 15:39:45
## 7978  2022-11-28 15:39:43
## 7979  2022-11-28 15:39:42
## 7980  2022-11-28 15:39:31
## 7981  2022-11-28 15:39:27
## 7982  2022-11-28 15:39:26
## 7983  2022-11-28 15:39:23
## 7984  2022-11-28 15:39:22
## 7985  2022-11-28 15:39:20
## 7986  2022-11-28 15:39:15
## 7987  2022-11-28 15:39:15
## 7988  2022-11-28 15:39:10
## 7989  2022-11-28 15:39:10
## 7990  2022-11-28 15:39:10
## 7991  2022-11-28 15:39:06
## 7992  2022-11-28 15:38:55
## 7993  2022-11-28 15:38:50
## 7994  2022-11-28 15:38:49
## 7995  2022-11-28 15:38:43
## 7996  2022-11-28 15:38:43
## 7997  2022-11-28 15:38:37
## 7998  2022-11-28 15:38:35
## 7999  2022-11-28 15:38:35
## 8000  2022-11-28 15:38:33
## 8001  2022-11-28 15:38:30
## 8002  2022-11-28 15:38:30
## 8003  2022-11-28 15:38:26
## 8004  2022-11-28 15:38:25
## 8005  2022-11-28 15:38:24
## 8006  2022-11-28 15:38:22
## 8007  2022-11-28 15:38:16
## 8008  2022-11-28 15:38:15
## 8009  2022-11-28 15:38:10
## 8010  2022-11-28 15:38:05
## 8011  2022-11-28 15:38:05
## 8012  2022-11-28 15:38:00
## 8013  2022-11-28 15:37:59
## 8014  2022-11-28 15:37:27
## 8015  2022-11-28 15:37:23
## 8016  2022-11-28 15:37:23
## 8017  2022-11-28 15:37:15
## 8018  2022-11-28 15:37:07
## 8019  2022-11-28 15:37:06
## 8020  2022-11-28 15:37:04
## 8021  2022-11-28 15:36:56
## 8022  2022-11-28 15:36:55
## 8023  2022-11-28 15:36:53
## 8024  2022-11-28 15:36:51
## 8025  2022-11-28 15:36:47
## 8026  2022-11-28 15:36:45
## 8027  2022-11-28 15:36:42
## 8028  2022-11-28 15:36:42
## 8029  2022-11-28 15:36:40
## 8030  2022-11-28 15:36:39
## 8031  2022-11-28 15:36:39
## 8032  2022-11-28 15:36:39
## 8033  2022-11-28 15:36:35
## 8034  2022-11-28 15:36:28
## 8035  2022-11-28 15:36:26
## 8036  2022-11-28 15:36:26
## 8037  2022-11-28 15:36:25
## 8038  2022-11-28 15:36:21
## 8039  2022-11-28 15:36:17
## 8040  2022-11-28 15:36:15
## 8041  2022-11-28 15:36:13
## 8042  2022-11-28 15:36:09
## 8043  2022-11-28 15:36:06
## 8044  2022-11-28 15:35:59
## 8045  2022-11-28 15:35:58
## 8046  2022-11-28 15:35:53
## 8047  2022-11-28 15:35:52
## 8048  2022-11-28 15:35:51
## 8049  2022-11-28 15:35:44
## 8050  2022-11-28 15:35:39
## 8051  2022-11-28 15:35:34
## 8052  2022-11-28 15:35:33
## 8053  2022-11-28 15:35:32
## 8054  2022-11-28 15:35:29
## 8055  2022-11-28 15:35:28
## 8056  2022-11-28 15:35:27
## 8057  2022-11-28 15:35:19
## 8058  2022-11-28 15:35:17
## 8059  2022-11-28 15:35:13
## 8060  2022-11-28 15:35:12
## 8061  2022-11-28 15:35:10
## 8062  2022-11-28 15:35:06
## 8063  2022-11-28 15:34:59
## 8064  2022-11-28 15:34:52
## 8065  2022-11-28 15:34:51
## 8066  2022-11-28 15:34:48
## 8067  2022-11-28 15:34:45
## 8068  2022-11-28 15:34:41
## 8069  2022-11-28 15:34:38
## 8070  2022-11-28 15:34:38
## 8071  2022-11-28 15:34:34
## 8072  2022-11-28 15:34:34
## 8073  2022-11-28 15:34:33
## 8074  2022-11-28 15:34:33
## 8075  2022-11-28 15:34:32
## 8076  2022-11-28 15:34:28
## 8077  2022-11-28 15:34:22
## 8078  2022-11-28 15:34:20
## 8079  2022-11-28 15:34:17
## 8080  2022-11-28 15:34:16
## 8081  2022-11-28 15:34:15
## 8082  2022-11-28 15:34:13
## 8083  2022-11-28 15:34:06
## 8084  2022-11-28 15:34:05
## 8085  2022-11-28 15:34:04
## 8086  2022-11-28 15:34:04
## 8087  2022-11-28 15:34:02
## 8088  2022-11-28 15:34:01
## 8089  2022-11-28 15:33:57
## 8090  2022-11-28 15:33:53
## 8091  2022-11-28 15:33:52
## 8092  2022-11-28 15:33:50
## 8093  2022-11-28 15:33:48
## 8094  2022-11-28 15:33:33
## 8095  2022-11-28 15:33:29
## 8096  2022-11-28 15:33:23
## 8097  2022-11-28 15:33:20
## 8098  2022-11-28 15:33:19
## 8099  2022-11-28 15:33:10
## 8100  2022-11-28 15:33:06
## 8101  2022-11-28 15:33:02
## 8102  2022-11-28 15:33:00
## 8103  2022-11-28 15:32:59
## 8104  2022-11-28 15:32:56
## 8105  2022-11-28 15:32:53
## 8106  2022-11-28 15:32:52
## 8107  2022-11-28 15:32:52
## 8108  2022-11-28 15:32:49
## 8109  2022-11-28 15:32:47
## 8110  2022-11-28 15:32:43
## 8111  2022-11-28 15:32:39
## 8112  2022-11-28 15:32:37
## 8113  2022-11-28 15:32:36
## 8114  2022-11-28 15:32:36
## 8115  2022-11-28 15:32:33
## 8116  2022-11-28 15:32:32
## 8117  2022-11-28 15:32:31
## 8118  2022-11-28 15:32:27
## 8119  2022-11-28 15:32:26
## 8120  2022-11-28 15:32:25
## 8121  2022-11-28 15:32:23
## 8122  2022-11-28 15:32:15
## 8123  2022-11-28 15:32:14
## 8124  2022-11-28 15:32:11
## 8125  2022-11-28 15:32:06
## 8126  2022-11-28 15:32:05
## 8127  2022-11-28 15:32:00
## 8128  2022-11-28 15:31:59
## 8129  2022-11-28 15:31:57
## 8130  2022-11-28 15:31:56
## 8131  2022-11-28 15:31:52
## 8132  2022-11-28 15:31:49
## 8133  2022-11-28 15:31:49
## 8134  2022-11-28 15:31:37
## 8135  2022-11-28 15:31:35
## 8136  2022-11-28 15:31:32
## 8137  2022-11-28 15:31:29
## 8138  2022-11-28 15:31:18
## 8139  2022-11-28 15:31:16
## 8140  2022-11-28 15:31:11
## 8141  2022-11-28 15:31:08
## 8142  2022-11-28 15:31:07
## 8143  2022-11-28 15:31:07
## 8144  2022-11-28 15:31:00
## 8145  2022-11-28 15:30:54
## 8146  2022-11-28 15:30:43
## 8147  2022-11-28 15:30:37
## 8148  2022-11-28 15:30:36
## 8149  2022-11-28 15:30:34
## 8150  2022-11-28 15:30:33
## 8151  2022-11-28 15:30:32
## 8152  2022-11-28 15:30:31
## 8153  2022-11-28 15:30:23
## 8154  2022-11-28 15:30:19
## 8155  2022-11-28 15:30:19
## 8156  2022-11-28 15:30:13
## 8157  2022-11-28 15:30:05
## 8158  2022-11-28 15:30:01
## 8159  2022-11-28 15:30:00
## 8160  2022-11-28 15:29:58
## 8161  2022-11-28 15:29:55
## 8162  2022-11-28 15:29:53
## 8163  2022-11-28 15:29:52
## 8164  2022-11-28 15:29:49
## 8165  2022-11-28 15:29:46
## 8166  2022-11-28 15:29:41
## 8167  2022-11-28 15:29:41
## 8168  2022-11-28 15:29:39
## 8169  2022-11-28 15:29:38
## 8170  2022-11-28 15:29:32
## 8171  2022-11-28 15:29:25
## 8172  2022-11-28 15:29:24
## 8173  2022-11-28 15:29:11
## 8174  2022-11-28 15:29:07
## 8175  2022-11-28 15:29:01
## 8176  2022-11-28 15:29:00
## 8177  2022-11-28 15:28:55
## 8178  2022-11-28 15:28:53
## 8179  2022-11-28 15:28:50
## 8180  2022-11-28 15:28:42
## 8181  2022-11-28 15:28:32
## 8182  2022-11-28 15:28:20
## 8183  2022-11-28 15:28:11
## 8184  2022-11-28 15:28:06
## 8185  2022-11-28 15:28:06
## 8186  2022-11-28 15:27:25
## 8187  2022-11-28 15:27:23
## 8188  2022-11-28 15:27:18
## 8189  2022-11-28 15:26:52
## 8190  2022-11-28 15:26:43
## 8191  2022-11-28 15:26:43
## 8192  2022-11-28 15:26:43
## 8193  2022-11-28 15:26:33
## 8194  2022-11-28 15:26:13
## 8195  2022-11-28 15:26:12
## 8196  2022-11-28 15:26:11
## 8197  2022-11-28 15:26:00
## 8198  2022-11-28 15:25:48
## 8199  2022-11-28 15:25:47
## 8200  2022-11-28 15:25:24
## 8201  2022-11-28 15:25:18
## 8202  2022-11-28 15:25:15
## 8203  2022-11-28 15:25:04
## 8204  2022-11-28 15:24:56
## 8205  2022-11-28 15:24:39
## 8206  2022-11-28 15:24:37
## 8207  2022-11-28 15:24:31
## 8208  2022-11-28 15:24:25
## 8209  2022-11-28 15:24:21
## 8210  2022-11-28 15:24:20
## 8211  2022-11-28 15:24:20
## 8212  2022-11-28 15:24:19
## 8213  2022-11-28 15:24:18
## 8214  2022-11-28 15:24:15
## 8215  2022-11-28 15:24:13
## 8216  2022-11-28 15:24:12
## 8217  2022-11-28 15:24:12
## 8218  2022-11-28 15:24:10
## 8219  2022-11-28 15:23:57
## 8220  2022-11-28 15:23:52
## 8221  2022-11-28 15:23:49
## 8222  2022-11-28 15:23:42
## 8223  2022-11-28 15:23:42
## 8224  2022-11-28 15:23:40
## 8225  2022-11-28 15:23:38
## 8226  2022-11-28 15:23:25
## 8227  2022-11-28 15:23:23
## 8228  2022-11-28 15:23:19
## 8229  2022-11-28 15:23:15
## 8230  2022-11-28 15:23:14
## 8231  2022-11-28 15:23:11
## 8232  2022-11-28 15:23:08
## 8233  2022-11-28 15:23:08
## 8234  2022-11-28 15:23:06
## 8235  2022-11-28 15:23:06
## 8236  2022-11-28 15:23:05
## 8237  2022-11-28 15:23:03
## 8238  2022-11-28 15:23:00
## 8239  2022-11-28 15:22:54
## 8240  2022-11-28 15:22:53
## 8241  2022-11-28 15:22:51
## 8242  2022-11-28 15:22:44
## 8243  2022-11-28 15:22:38
## 8244  2022-11-28 15:22:35
## 8245  2022-11-28 15:22:32
## 8246  2022-11-28 15:22:30
## 8247  2022-11-28 15:22:28
## 8248  2022-11-28 15:22:26
## 8249  2022-11-28 15:22:17
## 8250  2022-11-28 15:22:16
## 8251  2022-11-28 15:22:08
## 8252  2022-11-28 15:22:08
## 8253  2022-11-28 15:22:04
## 8254  2022-11-28 15:22:04
## 8255  2022-11-28 15:22:00
## 8256  2022-11-28 15:21:58
## 8257  2022-11-28 15:21:51
## 8258  2022-11-28 15:21:49
## 8259  2022-11-28 15:21:47
## 8260  2022-11-28 15:21:47
## 8261  2022-11-28 15:21:43
## 8262  2022-11-28 15:21:40
## 8263  2022-11-28 15:21:39
## 8264  2022-11-28 15:21:35
## 8265  2022-11-28 15:21:30
## 8266  2022-11-28 15:21:29
## 8267  2022-11-28 15:21:27
## 8268  2022-11-28 15:21:26
## 8269  2022-11-28 15:21:26
## 8270  2022-11-28 15:21:20
## 8271  2022-11-28 15:21:16
## 8272  2022-11-28 15:21:16
## 8273  2022-11-28 15:21:09
## 8274  2022-11-28 15:21:08
## 8275  2022-11-28 15:21:07
## 8276  2022-11-28 15:20:47
## 8277  2022-11-28 15:20:46
## 8278  2022-11-28 15:20:44
## 8279  2022-11-28 15:20:44
## 8280  2022-11-28 15:20:43
## 8281  2022-11-28 15:20:41
## 8282  2022-11-28 15:20:38
## 8283  2022-11-28 15:20:35
## 8284  2022-11-28 15:20:28
## 8285  2022-11-28 15:20:27
## 8286  2022-11-28 15:20:26
## 8287  2022-11-28 15:20:26
## 8288  2022-11-28 15:20:24
## 8289  2022-11-28 15:20:22
## 8290  2022-11-28 15:20:19
## 8291  2022-11-28 15:20:18
## 8292  2022-11-28 15:20:09
## 8293  2022-11-28 15:20:07
## 8294  2022-11-28 15:20:06
## 8295  2022-11-28 15:19:59
## 8296  2022-11-28 15:19:59
## 8297  2022-11-28 15:19:54
## 8298  2022-11-28 15:19:52
## 8299  2022-11-28 15:19:45
## 8300  2022-11-28 15:19:43
## 8301  2022-11-28 15:19:38
## 8302  2022-11-28 15:19:34
## 8303  2022-11-28 15:19:34
## 8304  2022-11-28 15:19:26
## 8305  2022-11-28 15:19:23
## 8306  2022-11-28 15:19:17
## 8307  2022-11-28 15:19:03
## 8308  2022-11-28 15:19:01
## 8309  2022-11-28 15:19:01
## 8310  2022-11-28 15:19:01
## 8311  2022-11-28 15:18:58
## 8312  2022-11-28 15:18:49
## 8313  2022-11-28 15:18:48
## 8314  2022-11-28 15:18:44
## 8315  2022-11-28 15:18:36
## 8316  2022-11-28 15:18:33
## 8317  2022-11-28 15:18:31
## 8318  2022-11-28 15:18:24
## 8319  2022-11-28 15:18:17
## 8320  2022-11-28 15:18:15
## 8321  2022-11-28 15:18:06
## 8322  2022-11-28 15:18:03
## 8323  2022-11-28 15:17:56
## 8324  2022-11-28 15:17:48
## 8325  2022-11-28 15:17:46
## 8326  2022-11-28 15:17:43
## 8327  2022-11-28 15:17:35
## 8328  2022-11-28 15:17:34
## 8329  2022-11-28 15:17:32
## 8330  2022-11-28 15:17:26
## 8331  2022-11-28 15:17:22
## 8332  2022-11-28 15:17:22
## 8333  2022-11-28 15:17:18
## 8334  2022-11-28 15:17:11
## 8335  2022-11-28 15:17:10
## 8336  2022-11-28 15:17:09
## 8337  2022-11-28 15:17:04
## 8338  2022-11-28 15:17:02
## 8339  2022-11-28 15:17:01
## 8340  2022-11-28 15:16:49
## 8341  2022-11-28 15:16:39
## 8342  2022-11-28 15:16:23
## 8343  2022-11-28 15:16:18
## 8344  2022-11-28 15:16:16
## 8345  2022-11-28 15:16:04
## 8346  2022-11-28 15:15:49
## 8347  2022-11-28 15:15:41
## 8348  2022-11-28 15:15:33
## 8349  2022-11-28 15:15:23
## 8350  2022-11-28 15:15:19
## 8351  2022-11-28 15:15:14
## 8352  2022-11-28 15:15:14
## 8353  2022-11-28 15:15:13
## 8354  2022-11-28 15:15:01
## 8355  2022-11-28 15:15:01
## 8356  2022-11-28 15:14:57
## 8357  2022-11-28 15:14:53
## 8358  2022-11-28 15:14:45
## 8359  2022-11-28 15:14:33
## 8360  2022-11-28 15:14:29
## 8361  2022-11-28 15:14:27
## 8362  2022-11-28 15:14:22
## 8363  2022-11-28 15:14:19
## 8364  2022-11-28 15:14:17
## 8365  2022-11-28 15:14:12
## 8366  2022-11-28 15:14:07
## 8367  2022-11-28 15:14:03
## 8368  2022-11-28 15:14:02
## 8369  2022-11-28 15:13:55
## 8370  2022-11-28 15:13:40
## 8371  2022-11-28 15:13:37
## 8372  2022-11-28 15:13:35
## 8373  2022-11-28 15:13:35
## 8374  2022-11-28 15:13:34
## 8375  2022-11-28 15:13:34
## 8376  2022-11-28 15:13:23
## 8377  2022-11-28 15:13:21
## 8378  2022-11-28 15:13:20
## 8379  2022-11-28 15:13:19
## 8380  2022-11-28 15:13:15
## 8381  2022-11-28 15:13:08
## 8382  2022-11-28 15:13:08
## 8383  2022-11-28 15:13:04
## 8384  2022-11-28 15:12:59
## 8385  2022-11-28 15:12:58
## 8386  2022-11-28 15:12:58
## 8387  2022-11-28 15:12:57
## 8388  2022-11-28 15:12:55
## 8389  2022-11-28 15:12:49
## 8390  2022-11-28 15:12:47
## 8391  2022-11-28 15:12:41
## 8392  2022-11-28 15:12:41
## 8393  2022-11-28 15:12:26
## 8394  2022-11-28 15:12:14
## 8395  2022-11-28 15:12:13
## 8396  2022-11-28 15:12:05
## 8397  2022-11-28 15:12:04
## 8398  2022-11-28 15:11:59
## 8399  2022-11-28 15:11:56
## 8400  2022-11-28 15:11:53
## 8401  2022-11-28 15:11:52
## 8402  2022-11-28 15:11:52
## 8403  2022-11-28 15:11:49
## 8404  2022-11-28 15:11:47
## 8405  2022-11-28 15:11:44
## 8406  2022-11-28 15:11:43
## 8407  2022-11-28 15:11:39
## 8408  2022-11-28 15:11:35
## 8409  2022-11-28 15:11:33
## 8410  2022-11-28 15:11:24
## 8411  2022-11-28 15:11:23
## 8412  2022-11-28 15:11:22
## 8413  2022-11-28 15:11:20
## 8414  2022-11-28 15:11:17
## 8415  2022-11-28 15:11:14
## 8416  2022-11-28 15:11:10
## 8417  2022-11-28 15:11:10
## 8418  2022-11-28 15:11:10
## 8419  2022-11-28 15:10:58
## 8420  2022-11-28 15:10:47
## 8421  2022-11-28 15:10:30
## 8422  2022-11-28 15:10:29
## 8423  2022-11-28 15:10:28
## 8424  2022-11-28 15:10:24
## 8425  2022-11-28 15:10:21
## 8426  2022-11-28 15:10:20
## 8427  2022-11-28 15:10:16
## 8428  2022-11-28 15:10:15
## 8429  2022-11-28 15:10:12
## 8430  2022-11-28 15:10:11
## 8431  2022-11-28 15:10:11
## 8432  2022-11-28 15:10:10
## 8433  2022-11-28 15:10:07
## 8434  2022-11-28 15:10:04
## 8435  2022-11-28 15:10:01
## 8436  2022-11-28 15:09:59
## 8437  2022-11-28 15:09:59
## 8438  2022-11-28 15:09:50
## 8439  2022-11-28 15:09:44
## 8440  2022-11-28 15:09:44
## 8441  2022-11-28 15:09:37
## 8442  2022-11-28 15:09:36
## 8443  2022-11-28 15:09:36
## 8444  2022-11-28 15:09:35
## 8445  2022-11-28 15:09:31
## 8446  2022-11-28 15:09:28
## 8447  2022-11-28 15:09:20
## 8448  2022-11-28 15:09:19
## 8449  2022-11-28 15:09:16
## 8450  2022-11-28 15:09:16
## 8451  2022-11-28 15:09:13
## 8452  2022-11-28 15:09:09
## 8453  2022-11-28 15:09:02
## 8454  2022-11-28 15:09:00
## 8455  2022-11-28 15:08:59
## 8456  2022-11-28 15:08:57
## 8457  2022-11-28 15:08:56
## 8458  2022-11-28 15:08:53
## 8459  2022-11-28 15:08:53
## 8460  2022-11-28 15:08:51
## 8461  2022-11-28 15:08:51
## 8462  2022-11-28 15:08:47
## 8463  2022-11-28 15:08:45
## 8464  2022-11-28 15:08:40
## 8465  2022-11-28 15:08:36
## 8466  2022-11-28 15:08:31
## 8467  2022-11-28 15:08:30
## 8468  2022-11-28 15:08:28
## 8469  2022-11-28 15:08:27
## 8470  2022-11-28 15:08:24
## 8471  2022-11-28 15:08:22
## 8472  2022-11-28 15:08:21
## 8473  2022-11-28 15:08:21
## 8474  2022-11-28 15:08:20
## 8475  2022-11-28 15:08:18
## 8476  2022-11-28 15:08:15
## 8477  2022-11-28 15:08:14
## 8478  2022-11-28 15:08:13
## 8479  2022-11-28 15:08:07
## 8480  2022-11-28 15:07:52
## 8481  2022-11-28 15:07:43
## 8482  2022-11-28 15:07:42
## 8483  2022-11-28 15:07:36
## 8484  2022-11-28 15:07:35
## 8485  2022-11-28 15:07:30
## 8486  2022-11-28 15:07:29
## 8487  2022-11-28 15:07:28
## 8488  2022-11-28 15:07:13
## 8489  2022-11-28 15:07:11
## 8490  2022-11-28 15:07:09
## 8491  2022-11-28 15:07:06
## 8492  2022-11-28 15:07:03
## 8493  2022-11-28 15:06:58
## 8494  2022-11-28 15:06:52
## 8495  2022-11-28 15:06:43
## 8496  2022-11-28 15:06:38
## 8497  2022-11-28 15:06:33
## 8498  2022-11-28 15:06:24
## 8499  2022-11-28 15:06:22
## 8500  2022-11-28 15:06:21
## 8501  2022-11-28 15:06:14
## 8502  2022-11-28 15:06:04
## 8503  2022-11-28 15:06:03
## 8504  2022-11-28 15:06:03
## 8505  2022-11-28 15:06:01
## 8506  2022-11-28 15:05:53
## 8507  2022-11-28 15:05:50
## 8508  2022-11-28 15:05:50
## 8509  2022-11-28 15:05:45
## 8510  2022-11-28 15:05:43
## 8511  2022-11-28 15:05:31
## 8512  2022-11-28 15:05:29
## 8513  2022-11-28 15:05:25
## 8514  2022-11-28 15:05:22
## 8515  2022-11-28 15:05:20
## 8516  2022-11-28 15:05:19
## 8517  2022-11-28 15:05:18
## 8518  2022-11-28 15:05:16
## 8519  2022-11-28 15:05:10
## 8520  2022-11-28 15:05:07
## 8521  2022-11-28 15:05:04
## 8522  2022-11-28 15:05:02
## 8523  2022-11-28 15:05:01
## 8524  2022-11-28 15:05:01
## 8525  2022-11-28 15:05:00
## 8526  2022-11-28 15:04:59
## 8527  2022-11-28 15:04:59
## 8528  2022-11-28 15:04:53
## 8529  2022-11-28 15:04:49
## 8530  2022-11-28 15:04:45
## 8531  2022-11-28 15:04:44
## 8532  2022-11-28 15:04:43
## 8533  2022-11-28 15:04:41
## 8534  2022-11-28 15:04:38
## 8535  2022-11-28 15:04:32
## 8536  2022-11-28 15:04:32
## 8537  2022-11-28 15:04:28
## 8538  2022-11-28 15:04:27
## 8539  2022-11-28 15:04:27
## 8540  2022-11-28 15:04:15
## 8541  2022-11-28 15:04:13
## 8542  2022-11-28 15:04:12
## 8543  2022-11-28 15:04:05
## 8544  2022-11-28 15:04:04
## 8545  2022-11-28 15:04:03
## 8546  2022-11-28 15:04:03
## 8547  2022-11-28 15:04:01
## 8548  2022-11-28 15:03:57
## 8549  2022-11-28 15:03:55
## 8550  2022-11-28 15:03:49
## 8551  2022-11-28 15:03:47
## 8552  2022-11-28 15:03:38
## 8553  2022-11-28 15:03:35
## 8554  2022-11-28 15:03:26
## 8555  2022-11-28 15:03:23
## 8556  2022-11-28 15:03:21
## 8557  2022-11-28 15:03:20
## 8558  2022-11-28 15:03:16
## 8559  2022-11-28 15:03:16
## 8560  2022-11-28 15:03:16
## 8561  2022-11-28 15:03:14
## 8562  2022-11-28 15:03:14
## 8563  2022-11-28 15:03:14
## 8564  2022-11-28 15:03:08
## 8565  2022-11-28 15:03:04
## 8566  2022-11-28 15:03:03
## 8567  2022-11-28 15:03:02
## 8568  2022-11-28 15:03:01
## 8569  2022-11-28 15:03:00
## 8570  2022-11-28 15:02:41
## 8571  2022-11-28 15:02:41
## 8572  2022-11-28 15:02:38
## 8573  2022-11-28 15:02:34
## 8574  2022-11-28 15:02:30
## 8575  2022-11-28 15:02:28
## 8576  2022-11-28 15:02:23
## 8577  2022-11-28 15:02:22
## 8578  2022-11-28 15:02:22
## 8579  2022-11-28 15:02:11
## 8580  2022-11-28 15:02:02
## 8581  2022-11-28 15:02:00
## 8582  2022-11-28 15:01:57
## 8583  2022-11-28 15:01:43
## 8584  2022-11-28 15:01:38
## 8585  2022-11-28 15:01:33
## 8586  2022-11-28 15:01:29
## 8587  2022-11-28 15:01:26
## 8588  2022-11-28 15:01:26
## 8589  2022-11-28 15:01:22
## 8590  2022-11-28 15:01:20
## 8591  2022-11-28 15:01:14
## 8592  2022-11-28 15:01:14
## 8593  2022-11-28 15:01:14
## 8594  2022-11-28 15:01:04
## 8595  2022-11-28 15:01:02
## 8596  2022-11-28 15:00:55
## 8597  2022-11-28 15:00:48
## 8598  2022-11-28 15:00:45
## 8599  2022-11-28 15:00:36
## 8600  2022-11-28 15:00:35
## 8601  2022-11-28 15:00:29
## 8602  2022-11-28 15:00:26
## 8603  2022-11-28 15:00:21
## 8604  2022-11-28 15:00:16
## 8605  2022-11-28 15:00:05
## 8606  2022-11-28 15:00:04
## 8607  2022-11-28 14:59:55
## 8608  2022-11-28 14:59:48
## 8609  2022-11-28 14:59:47
## 8610  2022-11-28 14:59:22
## 8611  2022-11-28 14:59:19
## 8612  2022-11-28 14:59:19
## 8613  2022-11-28 14:59:06
## 8614  2022-11-28 14:59:04
## 8615  2022-11-28 14:58:57
## 8616  2022-11-28 14:58:55
## 8617  2022-11-28 14:58:54
## 8618  2022-11-28 14:58:52
## 8619  2022-11-28 14:58:45
## 8620  2022-11-28 14:58:42
## 8621  2022-11-28 14:58:40
## 8622  2022-11-28 14:58:40
## 8623  2022-11-28 14:58:29
## 8624  2022-11-28 14:58:27
## 8625  2022-11-28 14:58:23
## 8626  2022-11-28 14:58:21
## 8627  2022-11-28 14:58:15
## 8628  2022-11-28 14:58:08
## 8629  2022-11-28 14:58:05
## 8630  2022-11-28 14:58:01
## 8631  2022-11-28 14:57:59
## 8632  2022-11-28 14:57:54
## 8633  2022-11-28 14:57:53
## 8634  2022-11-28 14:57:43
## 8635  2022-11-28 14:57:40
## 8636  2022-11-28 14:57:33
## 8637  2022-11-28 14:57:32
## 8638  2022-11-28 14:57:30
## 8639  2022-11-28 14:57:29
## 8640  2022-11-28 14:57:27
## 8641  2022-11-28 14:57:24
## 8642  2022-11-28 14:57:23
## 8643  2022-11-28 14:57:21
## 8644  2022-11-28 14:57:17
## 8645  2022-11-28 14:57:06
## 8646  2022-11-28 14:57:05
## 8647  2022-11-28 14:57:05
## 8648  2022-11-28 14:57:03
## 8649  2022-11-28 14:57:00
## 8650  2022-11-28 14:57:00
## 8651  2022-11-28 14:56:54
## 8652  2022-11-28 14:56:49
## 8653  2022-11-28 14:56:47
## 8654  2022-11-28 14:56:47
## 8655  2022-11-28 14:56:39
## 8656  2022-11-28 14:56:35
## 8657  2022-11-28 14:56:34
## 8658  2022-11-28 14:56:33
## 8659  2022-11-28 14:56:33
## 8660  2022-11-28 14:56:32
## 8661  2022-11-28 14:56:25
## 8662  2022-11-28 14:56:23
## 8663  2022-11-28 14:56:21
## 8664  2022-11-28 14:56:10
## 8665  2022-11-28 14:56:10
## 8666  2022-11-28 14:56:05
## 8667  2022-11-28 14:56:03
## 8668  2022-11-28 14:56:02
## 8669  2022-11-28 14:55:56
## 8670  2022-11-28 14:55:55
## 8671  2022-11-28 14:55:54
## 8672  2022-11-28 14:55:54
## 8673  2022-11-28 14:55:49
## 8674  2022-11-28 14:55:48
## 8675  2022-11-28 14:55:40
## 8676  2022-11-28 14:55:40
## 8677  2022-11-28 14:55:40
## 8678  2022-11-28 14:55:38
## 8679  2022-11-28 14:55:31
## 8680  2022-11-28 14:55:29
## 8681  2022-11-28 14:55:26
## 8682  2022-11-28 14:55:19
## 8683  2022-11-28 14:55:14
## 8684  2022-11-28 14:55:10
## 8685  2022-11-28 14:55:06
## 8686  2022-11-28 14:55:00
## 8687  2022-11-28 14:54:59
## 8688  2022-11-28 14:54:55
## 8689  2022-11-28 14:54:49
## 8690  2022-11-28 14:54:46
## 8691  2022-11-28 14:54:45
## 8692  2022-11-28 14:54:45
## 8693  2022-11-28 14:54:40
## 8694  2022-11-28 14:54:32
## 8695  2022-11-28 14:54:30
## 8696  2022-11-28 14:54:29
## 8697  2022-11-28 14:54:27
## 8698  2022-11-28 14:54:26
## 8699  2022-11-28 14:54:21
## 8700  2022-11-28 14:54:18
## 8701  2022-11-28 14:54:14
## 8702  2022-11-28 14:54:13
## 8703  2022-11-28 14:54:07
## 8704  2022-11-28 14:54:06
## 8705  2022-11-28 14:54:06
## 8706  2022-11-28 14:54:05
## 8707  2022-11-28 14:53:59
## 8708  2022-11-28 14:53:58
## 8709  2022-11-28 14:53:48
## 8710  2022-11-28 14:53:47
## 8711  2022-11-28 14:53:47
## 8712  2022-11-28 14:53:44
## 8713  2022-11-28 14:53:39
## 8714  2022-11-28 14:53:36
## 8715  2022-11-28 14:53:30
## 8716  2022-11-28 14:53:29
## 8717  2022-11-28 14:53:25
## 8718  2022-11-28 14:53:15
## 8719  2022-11-28 14:53:13
## 8720  2022-11-28 14:53:10
## 8721  2022-11-28 14:53:10
## 8722  2022-11-28 14:52:59
## 8723  2022-11-28 14:52:56
## 8724  2022-11-28 14:52:54
## 8725  2022-11-28 14:52:51
## 8726  2022-11-28 14:52:46
## 8727  2022-11-28 14:52:44
## 8728  2022-11-28 14:52:42
## 8729  2022-11-28 14:52:34
## 8730  2022-11-28 14:52:29
## 8731  2022-11-28 14:52:25
## 8732  2022-11-28 14:52:24
## 8733  2022-11-28 14:52:21
## 8734  2022-11-28 14:52:20
## 8735  2022-11-28 14:52:17
## 8736  2022-11-28 14:52:14
## 8737  2022-11-28 14:52:14
## 8738  2022-11-28 14:52:10
## 8739  2022-11-28 14:52:09
## 8740  2022-11-28 14:52:03
## 8741  2022-11-28 14:52:02
## 8742  2022-11-28 14:52:00
## 8743  2022-11-28 14:51:58
## 8744  2022-11-28 14:51:57
## 8745  2022-11-28 14:51:51
## 8746  2022-11-28 14:51:43
## 8747  2022-11-28 14:51:42
## 8748  2022-11-28 14:51:42
## 8749  2022-11-28 14:51:41
## 8750  2022-11-28 14:51:41
## 8751  2022-11-28 14:51:40
## 8752  2022-11-28 14:51:38
## 8753  2022-11-28 14:51:35
## 8754  2022-11-28 14:51:34
## 8755  2022-11-28 14:51:23
## 8756  2022-11-28 14:51:22
## 8757  2022-11-28 14:51:21
## 8758  2022-11-28 14:51:16
## 8759  2022-11-28 14:51:11
## 8760  2022-11-28 14:51:11
## 8761  2022-11-28 14:51:07
## 8762  2022-11-28 14:50:58
## 8763  2022-11-28 14:50:55
## 8764  2022-11-28 14:50:54
## 8765  2022-11-28 14:50:51
## 8766  2022-11-28 14:50:50
## 8767  2022-11-28 14:50:41
## 8768  2022-11-28 14:50:31
## 8769  2022-11-28 14:50:31
## 8770  2022-11-28 14:50:28
## 8771  2022-11-28 14:50:26
## 8772  2022-11-28 14:50:18
## 8773  2022-11-28 14:50:17
## 8774  2022-11-28 14:50:15
## 8775  2022-11-28 14:50:11
## 8776  2022-11-28 14:50:08
## 8777  2022-11-28 14:50:01
## 8778  2022-11-28 14:49:59
## 8779  2022-11-28 14:49:56
## 8780  2022-11-28 14:49:53
## 8781  2022-11-28 14:49:51
## 8782  2022-11-28 14:49:49
## 8783  2022-11-28 14:49:43
## 8784  2022-11-28 14:49:39
## 8785  2022-11-28 14:49:37
## 8786  2022-11-28 14:49:31
## 8787  2022-11-28 14:49:26
## 8788  2022-11-28 14:49:23
## 8789  2022-11-28 14:49:21
## 8790  2022-11-28 14:49:10
## 8791  2022-11-28 14:49:10
## 8792  2022-11-28 14:49:06
## 8793  2022-11-28 14:49:05
## 8794  2022-11-28 14:48:59
## 8795  2022-11-28 14:48:57
## 8796  2022-11-28 14:48:53
## 8797  2022-11-28 14:48:42
## 8798  2022-11-28 14:48:38
## 8799  2022-11-28 14:48:36
## 8800  2022-11-28 14:48:33
## 8801  2022-11-28 14:48:32
## 8802  2022-11-28 14:48:32
## 8803  2022-11-28 14:48:28
## 8804  2022-11-28 14:48:21
## 8805  2022-11-28 14:48:16
## 8806  2022-11-28 14:48:14
## 8807  2022-11-28 14:48:11
## 8808  2022-11-28 14:48:07
## 8809  2022-11-28 14:48:01
## 8810  2022-11-28 14:47:52
## 8811  2022-11-28 14:47:44
## 8812  2022-11-28 14:47:44
## 8813  2022-11-28 14:47:37
## 8814  2022-11-28 14:47:30
## 8815  2022-11-28 14:47:25
## 8816  2022-11-28 14:47:24
## 8817  2022-11-28 14:47:20
## 8818  2022-11-28 14:47:17
## 8819  2022-11-28 14:47:10
## 8820  2022-11-28 14:47:07
## 8821  2022-11-28 14:47:04
## 8822  2022-11-28 14:47:02
## 8823  2022-11-28 14:46:55
## 8824  2022-11-28 14:46:53
## 8825  2022-11-28 14:46:39
## 8826  2022-11-28 14:46:30
## 8827  2022-11-28 14:46:21
## 8828  2022-11-28 14:46:19
## 8829  2022-11-28 14:46:13
## 8830  2022-11-28 14:46:13
## 8831  2022-11-28 14:46:13
## 8832  2022-11-28 14:46:11
## 8833  2022-11-28 14:46:08
## 8834  2022-11-28 14:46:03
## 8835  2022-11-28 14:46:01
## 8836  2022-11-28 14:45:49
## 8837  2022-11-28 14:45:48
## 8838  2022-11-28 14:45:47
## 8839  2022-11-28 14:45:45
## 8840  2022-11-28 14:45:43
## 8841  2022-11-28 14:45:39
## 8842  2022-11-28 14:45:36
## 8843  2022-11-28 14:45:30
## 8844  2022-11-28 14:45:20
## 8845  2022-11-28 14:45:18
## 8846  2022-11-28 14:45:16
## 8847  2022-11-28 14:45:12
## 8848  2022-11-28 14:45:09
## 8849  2022-11-28 14:45:09
## 8850  2022-11-28 14:45:04
## 8851  2022-11-28 14:45:02
## 8852  2022-11-28 14:44:59
## 8853  2022-11-28 14:44:59
## 8854  2022-11-28 14:44:54
## 8855  2022-11-28 14:44:49
## 8856  2022-11-28 14:44:47
## 8857  2022-11-28 14:44:41
## 8858  2022-11-28 14:44:37
## 8859  2022-11-28 14:44:31
## 8860  2022-11-28 14:44:29
## 8861  2022-11-28 14:44:27
## 8862  2022-11-28 14:44:24
## 8863  2022-11-28 14:44:24
## 8864  2022-11-28 14:44:23
## 8865  2022-11-28 14:44:15
## 8866  2022-11-28 14:44:11
## 8867  2022-11-28 14:44:02
## 8868  2022-11-28 14:43:59
## 8869  2022-11-28 14:43:54
## 8870  2022-11-28 14:43:52
## 8871  2022-11-28 14:43:50
## 8872  2022-11-28 14:43:48
## 8873  2022-11-28 14:43:43
## 8874  2022-11-28 14:43:42
## 8875  2022-11-28 14:43:42
## 8876  2022-11-28 14:43:42
## 8877  2022-11-28 14:43:41
## 8878  2022-11-28 14:43:39
## 8879  2022-11-28 14:43:38
## 8880  2022-11-28 14:43:24
## 8881  2022-11-28 14:43:20
## 8882  2022-11-28 14:43:19
## 8883  2022-11-28 14:43:19
## 8884  2022-11-28 14:43:16
## 8885  2022-11-28 14:43:16
## 8886  2022-11-28 14:43:15
## 8887  2022-11-28 14:43:08
## 8888  2022-11-28 14:42:59
## 8889  2022-11-28 14:42:59
## 8890  2022-11-28 14:42:59
## 8891  2022-11-28 14:42:58
## 8892  2022-11-28 14:42:56
## 8893  2022-11-28 14:42:56
## 8894  2022-11-28 14:42:51
## 8895  2022-11-28 14:42:49
## 8896  2022-11-28 14:42:48
## 8897  2022-11-28 14:42:43
## 8898  2022-11-28 14:42:42
## 8899  2022-11-28 14:42:42
## 8900  2022-11-28 14:42:40
## 8901  2022-11-28 14:42:32
## 8902  2022-11-28 14:42:26
## 8903  2022-11-28 14:42:19
## 8904  2022-11-28 14:42:12
## 8905  2022-11-28 14:42:11
## 8906  2022-11-28 14:42:10
## 8907  2022-11-28 14:42:06
## 8908  2022-11-28 14:42:03
## 8909  2022-11-28 14:42:02
## 8910  2022-11-28 14:42:01
## 8911  2022-11-28 14:42:01
## 8912  2022-11-28 14:41:53
## 8913  2022-11-28 14:41:45
## 8914  2022-11-28 14:41:40
## 8915  2022-11-28 14:41:34
## 8916  2022-11-28 14:41:13
## 8917  2022-11-28 14:41:10
## 8918  2022-11-28 14:41:05
## 8919  2022-11-28 14:41:00
## 8920  2022-11-28 14:40:57
## 8921  2022-11-28 14:40:57
## 8922  2022-11-28 14:40:54
## 8923  2022-11-28 14:40:49
## 8924  2022-11-28 14:40:47
## 8925  2022-11-28 14:40:45
## 8926  2022-11-28 14:40:35
## 8927  2022-11-28 14:40:35
## 8928  2022-11-28 14:40:34
## 8929  2022-11-28 14:40:26
## 8930  2022-11-28 14:40:21
## 8931  2022-11-28 14:40:12
## 8932  2022-11-28 14:40:11
## 8933  2022-11-28 14:40:10
## 8934  2022-11-28 14:39:57
## 8935  2022-11-28 14:39:52
## 8936  2022-11-28 14:39:29
## 8937  2022-11-28 14:39:27
## 8938  2022-11-28 14:39:23
## 8939  2022-11-28 14:39:22
## 8940  2022-11-28 14:39:19
## 8941  2022-11-28 14:39:17
## 8942  2022-11-28 14:39:12
## 8943  2022-11-28 14:39:08
## 8944  2022-11-28 14:39:03
## 8945  2022-11-28 14:39:03
## 8946  2022-11-28 14:38:50
## 8947  2022-11-28 14:38:48
## 8948  2022-11-28 14:38:40
## 8949  2022-11-28 14:38:20
## 8950  2022-11-28 14:38:17
## 8951  2022-11-28 14:38:12
## 8952  2022-11-28 14:37:56
## 8953  2022-11-28 14:37:46
## 8954  2022-11-28 14:37:46
## 8955  2022-11-28 14:37:37
## 8956  2022-11-28 14:37:33
## 8957  2022-11-28 14:37:33
## 8958  2022-11-28 14:37:33
## 8959  2022-11-28 14:37:31
## 8960  2022-11-28 14:37:25
## 8961  2022-11-28 14:37:25
## 8962  2022-11-28 14:37:24
## 8963  2022-11-28 14:37:15
## 8964  2022-11-28 14:37:10
## 8965  2022-11-28 14:37:09
## 8966  2022-11-28 14:37:08
## 8967  2022-11-28 14:37:06
## 8968  2022-11-28 14:37:06
## 8969  2022-11-28 14:37:01
## 8970  2022-11-28 14:37:01
## 8971  2022-11-28 14:36:55
## 8972  2022-11-28 14:36:53
## 8973  2022-11-28 14:36:53
## 8974  2022-11-28 14:36:53
## 8975  2022-11-28 14:36:52
## 8976  2022-11-28 14:36:51
## 8977  2022-11-28 14:36:44
## 8978  2022-11-28 14:36:39
## 8979  2022-11-28 14:36:38
## 8980  2022-11-28 14:36:33
## 8981  2022-11-28 14:36:32
## 8982  2022-11-28 14:36:24
## 8983  2022-11-28 14:36:22
## 8984  2022-11-28 14:36:21
## 8985  2022-11-28 14:36:20
## 8986  2022-11-28 14:36:18
## 8987  2022-11-28 14:36:17
## 8988  2022-11-28 14:36:13
## 8989  2022-11-28 14:36:13
## 8990  2022-11-28 14:36:10
## 8991  2022-11-28 14:36:09
## 8992  2022-11-28 14:35:59
## 8993  2022-11-28 14:35:55
## 8994  2022-11-28 14:35:50
## 8995  2022-11-28 14:35:39
## 8996  2022-11-28 14:35:37
## 8997  2022-11-28 14:35:29
## 8998  2022-11-28 14:35:28
## 8999  2022-11-28 14:35:22
## 9000  2022-11-28 14:35:22
## 9001  2022-11-28 14:35:19
## 9002  2022-11-28 14:35:19
## 9003  2022-11-28 14:35:15
## 9004  2022-11-28 14:35:12
## 9005  2022-11-28 14:35:11
## 9006  2022-11-28 14:35:00
## 9007  2022-11-28 14:35:00
## 9008  2022-11-28 14:34:59
## 9009  2022-11-28 14:34:58
## 9010  2022-11-28 14:34:58
## 9011  2022-11-28 14:34:56
## 9012  2022-11-28 14:34:53
## 9013  2022-11-28 14:34:39
## 9014  2022-11-28 14:34:35
## 9015  2022-11-28 14:34:30
## 9016  2022-11-28 14:34:27
## 9017  2022-11-28 14:34:26
## 9018  2022-11-28 14:34:22
## 9019  2022-11-28 14:34:19
## 9020  2022-11-28 14:34:14
## 9021  2022-11-28 14:34:13
## 9022  2022-11-28 14:34:09
## 9023  2022-11-28 14:34:08
## 9024  2022-11-28 14:34:05
## 9025  2022-11-28 14:34:04
## 9026  2022-11-28 14:34:00
## 9027  2022-11-28 14:33:49
## 9028  2022-11-28 14:33:48
## 9029  2022-11-28 14:33:47
## 9030  2022-11-28 14:33:46
## 9031  2022-11-28 14:33:42
## 9032  2022-11-28 14:33:40
## 9033  2022-11-28 14:33:38
## 9034  2022-11-28 14:33:37
## 9035  2022-11-28 14:33:33
## 9036  2022-11-28 14:33:28
## 9037  2022-11-28 14:33:26
## 9038  2022-11-28 14:33:24
## 9039  2022-11-28 14:33:22
## 9040  2022-11-28 14:33:17
## 9041  2022-11-28 14:33:16
## 9042  2022-11-28 14:33:15
## 9043  2022-11-28 14:33:14
## 9044  2022-11-28 14:33:13
## 9045  2022-11-28 14:33:04
## 9046  2022-11-28 14:33:02
## 9047  2022-11-28 14:32:57
## 9048  2022-11-28 14:32:56
## 9049  2022-11-28 14:32:55
## 9050  2022-11-28 14:32:53
## 9051  2022-11-28 14:32:49
## 9052  2022-11-28 14:32:48
## 9053  2022-11-28 14:32:47
## 9054  2022-11-28 14:32:46
## 9055  2022-11-28 14:32:45
## 9056  2022-11-28 14:32:44
## 9057  2022-11-28 14:32:35
## 9058  2022-11-28 14:32:34
## 9059  2022-11-28 14:32:32
## 9060  2022-11-28 14:32:31
## 9061  2022-11-28 14:32:30
## 9062  2022-11-28 14:32:24
## 9063  2022-11-28 14:32:18
## 9064  2022-11-28 14:32:15
## 9065  2022-11-28 14:32:15
## 9066  2022-11-28 14:32:12
## 9067  2022-11-28 14:32:09
## 9068  2022-11-28 14:32:08
## 9069  2022-11-28 14:32:07
## 9070  2022-11-28 14:32:01
## 9071  2022-11-28 14:32:01
## 9072  2022-11-28 14:32:00
## 9073  2022-11-28 14:31:51
## 9074  2022-11-28 14:31:51
## 9075  2022-11-28 14:31:49
## 9076  2022-11-28 14:31:49
## 9077  2022-11-28 14:31:46
## 9078  2022-11-28 14:31:41
## 9079  2022-11-28 14:31:40
## 9080  2022-11-28 14:31:39
## 9081  2022-11-28 14:31:35
## 9082  2022-11-28 14:31:32
## 9083  2022-11-28 14:31:32
## 9084  2022-11-28 14:31:30
## 9085  2022-11-28 14:31:23
## 9086  2022-11-28 14:31:22
## 9087  2022-11-28 14:31:18
## 9088  2022-11-28 14:31:13
## 9089  2022-11-28 14:31:13
## 9090  2022-11-28 14:31:12
## 9091  2022-11-28 14:31:12
## 9092  2022-11-28 14:31:11
## 9093  2022-11-28 14:31:11
## 9094  2022-11-28 14:31:07
## 9095  2022-11-28 14:30:57
## 9096  2022-11-28 14:30:42
## 9097  2022-11-28 14:30:30
## 9098  2022-11-28 14:30:29
## 9099  2022-11-28 14:30:25
## 9100  2022-11-28 14:30:22
## 9101  2022-11-28 14:30:20
## 9102  2022-11-28 14:30:19
## 9103  2022-11-28 14:30:13
## 9104  2022-11-28 14:30:11
## 9105  2022-11-28 14:30:10
## 9106  2022-11-28 14:30:10
## 9107  2022-11-28 14:30:08
## 9108  2022-11-28 14:30:01
## 9109  2022-11-28 14:29:59
## 9110  2022-11-28 14:29:59
## 9111  2022-11-28 14:29:55
## 9112  2022-11-28 14:29:51
## 9113  2022-11-28 14:29:51
## 9114  2022-11-28 14:29:40
## 9115  2022-11-28 14:29:39
## 9116  2022-11-28 14:29:35
## 9117  2022-11-28 14:29:34
## 9118  2022-11-28 14:29:21
## 9119  2022-11-28 14:29:17
## 9120  2022-11-28 14:29:14
## 9121  2022-11-28 14:29:11
## 9122  2022-11-28 14:29:10
## 9123  2022-11-28 14:29:10
## 9124  2022-11-28 14:29:09
## 9125  2022-11-28 14:29:07
## 9126  2022-11-28 14:29:03
## 9127  2022-11-28 14:29:00
## 9128  2022-11-28 14:28:59
## 9129  2022-11-28 14:28:58
## 9130  2022-11-28 14:28:54
## 9131  2022-11-28 14:28:53
## 9132  2022-11-28 14:28:51
## 9133  2022-11-28 14:28:50
## 9134  2022-11-28 14:28:49
## 9135  2022-11-28 14:28:49
## 9136  2022-11-28 14:28:48
## 9137  2022-11-28 14:28:36
## 9138  2022-11-28 14:28:33
## 9139  2022-11-28 14:28:32
## 9140  2022-11-28 14:28:22
## 9141  2022-11-28 14:28:22
## 9142  2022-11-28 14:28:21
## 9143  2022-11-28 14:28:16
## 9144  2022-11-28 14:28:12
## 9145  2022-11-28 14:28:11
## 9146  2022-11-28 14:28:07
## 9147  2022-11-28 14:28:04
## 9148  2022-11-28 14:28:00
## 9149  2022-11-28 14:27:57
## 9150  2022-11-28 14:27:48
## 9151  2022-11-28 14:27:44
## 9152  2022-11-28 14:27:41
## 9153  2022-11-28 14:27:37
## 9154  2022-11-28 14:27:32
## 9155  2022-11-28 14:27:29
## 9156  2022-11-28 14:27:25
## 9157  2022-11-28 14:27:07
## 9158  2022-11-28 14:27:07
## 9159  2022-11-28 14:27:01
## 9160  2022-11-28 14:26:57
## 9161  2022-11-28 14:26:55
## 9162  2022-11-28 14:26:51
## 9163  2022-11-28 14:26:45
## 9164  2022-11-28 14:26:45
## 9165  2022-11-28 14:26:44
## 9166  2022-11-28 14:26:39
## 9167  2022-11-28 14:26:25
## 9168  2022-11-28 14:26:25
## 9169  2022-11-28 14:26:24
## 9170  2022-11-28 14:26:05
## 9171  2022-11-28 14:25:56
## 9172  2022-11-28 14:25:50
## 9173  2022-11-28 14:25:48
## 9174  2022-11-28 14:25:36
## 9175  2022-11-28 14:25:36
## 9176  2022-11-28 14:25:35
## 9177  2022-11-28 14:25:34
## 9178  2022-11-28 14:25:34
## 9179  2022-11-28 14:25:33
## 9180  2022-11-28 14:25:28
## 9181  2022-11-28 14:25:24
## 9182  2022-11-28 14:25:16
## 9183  2022-11-28 14:25:06
## 9184  2022-11-28 14:25:05
## 9185  2022-11-28 14:25:00
## 9186  2022-11-28 14:24:59
## 9187  2022-11-28 14:24:38
## 9188  2022-11-28 14:24:35
## 9189  2022-11-28 14:24:34
## 9190  2022-11-28 14:24:30
## 9191  2022-11-28 14:24:26
## 9192  2022-11-28 14:24:22
## 9193  2022-11-28 14:24:19
## 9194  2022-11-28 14:24:16
## 9195  2022-11-28 14:24:14
## 9196  2022-11-28 14:24:08
## 9197  2022-11-28 14:24:08
## 9198  2022-11-28 14:24:01
## 9199  2022-11-28 14:24:00
## 9200  2022-11-28 14:24:00
## 9201  2022-11-28 14:23:57
## 9202  2022-11-28 14:23:52
## 9203  2022-11-28 14:23:46
## 9204  2022-11-28 14:23:45
## 9205  2022-11-28 14:23:43
## 9206  2022-11-28 14:23:38
## 9207  2022-11-28 14:23:33
## 9208  2022-11-28 14:23:31
## 9209  2022-11-28 14:23:22
## 9210  2022-11-28 14:23:21
## 9211  2022-11-28 14:23:18
## 9212  2022-11-28 14:23:18
## 9213  2022-11-28 14:23:17
## 9214  2022-11-28 14:23:09
## 9215  2022-11-28 14:23:05
## 9216  2022-11-28 14:22:59
## 9217  2022-11-28 14:22:58
## 9218  2022-11-28 14:22:57
## 9219  2022-11-28 14:22:55
## 9220  2022-11-28 14:22:55
## 9221  2022-11-28 14:22:51
## 9222  2022-11-28 14:22:51
## 9223  2022-11-28 14:22:51
## 9224  2022-11-28 14:22:36
## 9225  2022-11-28 14:22:22
## 9226  2022-11-28 14:22:19
## 9227  2022-11-28 14:22:17
## 9228  2022-11-28 14:22:13
## 9229  2022-11-28 14:22:00
## 9230  2022-11-28 14:21:51
## 9231  2022-11-28 14:21:50
## 9232  2022-11-28 14:21:48
## 9233  2022-11-28 14:21:48
## 9234  2022-11-28 14:21:41
## 9235  2022-11-28 14:21:41
## 9236  2022-11-28 14:21:40
## 9237  2022-11-28 14:21:39
## 9238  2022-11-28 14:21:31
## 9239  2022-11-28 14:21:31
## 9240  2022-11-28 14:21:25
## 9241  2022-11-28 14:21:23
## 9242  2022-11-28 14:21:21
## 9243  2022-11-28 14:21:21
## 9244  2022-11-28 14:21:21
## 9245  2022-11-28 14:21:19
## 9246  2022-11-28 14:21:15
## 9247  2022-11-28 14:21:13
## 9248  2022-11-28 14:21:10
## 9249  2022-11-28 14:21:07
## 9250  2022-11-28 14:21:06
## 9251  2022-11-28 14:21:05
## 9252  2022-11-28 14:21:04
## 9253  2022-11-28 14:21:03
## 9254  2022-11-28 14:21:02
## 9255  2022-11-28 14:21:01
## 9256  2022-11-28 14:20:47
## 9257  2022-11-28 14:20:41
## 9258  2022-11-28 14:20:40
## 9259  2022-11-28 14:20:38
## 9260  2022-11-28 14:20:33
## 9261  2022-11-28 14:20:31
## 9262  2022-11-28 14:20:30
## 9263  2022-11-28 14:20:28
## 9264  2022-11-28 14:20:23
## 9265  2022-11-28 14:20:22
## 9266  2022-11-28 14:20:21
## 9267  2022-11-28 14:20:20
## 9268  2022-11-28 14:20:19
## 9269  2022-11-28 14:20:15
## 9270  2022-11-28 14:20:11
## 9271  2022-11-28 14:20:11
## 9272  2022-11-28 14:20:09
## 9273  2022-11-28 14:20:09
## 9274  2022-11-28 14:20:08
## 9275  2022-11-28 14:20:04
## 9276  2022-11-28 14:20:02
## 9277  2022-11-28 14:19:58
## 9278  2022-11-28 14:19:58
## 9279  2022-11-28 14:19:56
## 9280  2022-11-28 14:19:55
## 9281  2022-11-28 14:19:55
## 9282  2022-11-28 14:19:55
## 9283  2022-11-28 14:19:53
## 9284  2022-11-28 14:19:48
## 9285  2022-11-28 14:19:44
## 9286  2022-11-28 14:19:42
## 9287  2022-11-28 14:19:42
## 9288  2022-11-28 14:19:33
## 9289  2022-11-28 14:19:28
## 9290  2022-11-28 14:19:27
## 9291  2022-11-28 14:19:25
## 9292  2022-11-28 14:19:23
## 9293  2022-11-28 14:19:23
## 9294  2022-11-28 14:19:22
## 9295  2022-11-28 14:19:19
## 9296  2022-11-28 14:19:17
## 9297  2022-11-28 14:19:15
## 9298  2022-11-28 14:19:15
## 9299  2022-11-28 14:19:15
## 9300  2022-11-28 14:19:14
## 9301  2022-11-28 14:19:14
## 9302  2022-11-28 14:19:09
## 9303  2022-11-28 14:19:04
## 9304  2022-11-28 14:18:59
## 9305  2022-11-28 14:18:59
## 9306  2022-11-28 14:18:56
## 9307  2022-11-28 14:18:54
## 9308  2022-11-28 14:18:48
## 9309  2022-11-28 14:18:48
## 9310  2022-11-28 14:18:38
## 9311  2022-11-28 14:18:35
## 9312  2022-11-28 14:18:26
## 9313  2022-11-28 14:18:26
## 9314  2022-11-28 14:18:03
## 9315  2022-11-28 14:17:53
## 9316  2022-11-28 14:17:51
## 9317  2022-11-28 14:17:48
## 9318  2022-11-28 14:17:38
## 9319  2022-11-28 14:17:37
## 9320  2022-11-28 14:17:31
## 9321  2022-11-28 14:17:29
## 9322  2022-11-28 14:17:22
## 9323  2022-11-28 14:17:11
## 9324  2022-11-28 14:17:03
## 9325  2022-11-28 14:16:58
## 9326  2022-11-28 14:16:57
## 9327  2022-11-28 14:16:53
## 9328  2022-11-28 14:16:51
## 9329  2022-11-28 14:16:47
## 9330  2022-11-28 14:16:44
## 9331  2022-11-28 14:16:44
## 9332  2022-11-28 14:16:41
## 9333  2022-11-28 14:16:40
## 9334  2022-11-28 14:16:33
## 9335  2022-11-28 14:16:28
## 9336  2022-11-28 14:16:24
## 9337  2022-11-28 14:16:16
## 9338  2022-11-28 14:16:15
## 9339  2022-11-28 14:16:01
## 9340  2022-11-28 14:15:59
## 9341  2022-11-28 14:15:57
## 9342  2022-11-28 14:15:55
## 9343  2022-11-28 14:15:54
## 9344  2022-11-28 14:15:54
## 9345  2022-11-28 14:15:49
## 9346  2022-11-28 14:15:45
## 9347  2022-11-28 14:15:39
## 9348  2022-11-28 14:15:39
## 9349  2022-11-28 14:15:38
## 9350  2022-11-28 14:15:38
## 9351  2022-11-28 14:15:36
## 9352  2022-11-28 14:15:34
## 9353  2022-11-28 14:15:34
## 9354  2022-11-28 14:15:31
## 9355  2022-11-28 14:15:29
## 9356  2022-11-28 14:15:27
## 9357  2022-11-28 14:15:27
## 9358  2022-11-28 14:15:21
## 9359  2022-11-28 14:15:21
## 9360  2022-11-28 14:15:06
## 9361  2022-11-28 14:15:05
## 9362  2022-11-28 14:15:05
## 9363  2022-11-28 14:15:04
## 9364  2022-11-28 14:15:03
## 9365  2022-11-28 14:15:02
## 9366  2022-11-28 14:14:57
## 9367  2022-11-28 14:14:53
## 9368  2022-11-28 14:14:52
## 9369  2022-11-28 14:14:51
## 9370  2022-11-28 14:14:50
## 9371  2022-11-28 14:14:47
## 9372  2022-11-28 14:14:45
## 9373  2022-11-28 14:14:37
## 9374  2022-11-28 14:14:29
## 9375  2022-11-28 14:14:27
## 9376  2022-11-28 14:14:15
## 9377  2022-11-28 14:14:14
## 9378  2022-11-28 14:14:12
## 9379  2022-11-28 14:14:12
## 9380  2022-11-28 14:14:08
## 9381  2022-11-28 14:14:04
## 9382  2022-11-28 14:14:04
## 9383  2022-11-28 14:13:57
## 9384  2022-11-28 14:13:57
## 9385  2022-11-28 14:13:50
## 9386  2022-11-28 14:13:46
## 9387  2022-11-28 14:13:42
## 9388  2022-11-28 14:13:38
## 9389  2022-11-28 14:13:32
## 9390  2022-11-28 14:13:28
## 9391  2022-11-28 14:13:24
## 9392  2022-11-28 14:13:21
## 9393  2022-11-28 14:13:05
## 9394  2022-11-28 14:13:02
## 9395  2022-11-28 14:13:01
## 9396  2022-11-28 14:12:56
## 9397  2022-11-28 14:12:49
## 9398  2022-11-28 14:12:46
## 9399  2022-11-28 14:12:46
## 9400  2022-11-28 14:12:42
## 9401  2022-11-28 14:12:42
## 9402  2022-11-28 14:12:39
## 9403  2022-11-28 14:12:37
## 9404  2022-11-28 14:12:33
## 9405  2022-11-28 14:12:30
## 9406  2022-11-28 14:12:30
## 9407  2022-11-28 14:12:27
## 9408  2022-11-28 14:12:22
## 9409  2022-11-28 14:12:22
## 9410  2022-11-28 14:12:14
## 9411  2022-11-28 14:12:14
## 9412  2022-11-28 14:12:13
## 9413  2022-11-28 14:12:12
## 9414  2022-11-28 14:11:52
## 9415  2022-11-28 14:11:48
## 9416  2022-11-28 14:11:43
## 9417  2022-11-28 14:11:41
## 9418  2022-11-28 14:11:41
## 9419  2022-11-28 14:11:40
## 9420  2022-11-28 14:11:39
## 9421  2022-11-28 14:11:38
## 9422  2022-11-28 14:11:38
## 9423  2022-11-28 14:11:37
## 9424  2022-11-28 14:11:34
## 9425  2022-11-28 14:11:30
## 9426  2022-11-28 14:11:29
## 9427  2022-11-28 14:11:24
## 9428  2022-11-28 14:11:22
## 9429  2022-11-28 14:11:12
## 9430  2022-11-28 14:11:12
## 9431  2022-11-28 14:11:11
## 9432  2022-11-28 14:11:11
## 9433  2022-11-28 14:11:03
## 9434  2022-11-28 14:11:02
## 9435  2022-11-28 14:11:01
## 9436  2022-11-28 14:10:58
## 9437  2022-11-28 14:10:58
## 9438  2022-11-28 14:10:52
## 9439  2022-11-28 14:10:44
## 9440  2022-11-28 14:10:38
## 9441  2022-11-28 14:10:28
## 9442  2022-11-28 14:10:12
## 9443  2022-11-28 14:10:07
## 9444  2022-11-28 14:10:03
## 9445  2022-11-28 14:10:02
## 9446  2022-11-28 14:09:52
## 9447  2022-11-28 14:09:52
## 9448  2022-11-28 14:09:52
## 9449  2022-11-28 14:09:42
## 9450  2022-11-28 14:09:42
## 9451  2022-11-28 14:09:27
## 9452  2022-11-28 14:09:17
## 9453  2022-11-28 14:09:04
## 9454  2022-11-28 14:09:00
## 9455  2022-11-28 14:08:57
## 9456  2022-11-28 14:08:41
## 9457  2022-11-28 14:08:41
## 9458  2022-11-28 14:08:40
## 9459  2022-11-28 14:08:39
## 9460  2022-11-28 14:08:23
## 9461  2022-11-28 14:08:21
## 9462  2022-11-28 14:08:19
## 9463  2022-11-28 14:08:18
## 9464  2022-11-28 14:08:14
## 9465  2022-11-28 14:08:12
## 9466  2022-11-28 14:08:03
## 9467  2022-11-28 14:07:59
## 9468  2022-11-28 14:07:58
## 9469  2022-11-28 14:07:49
## 9470  2022-11-28 14:07:45
## 9471  2022-11-28 14:07:39
## 9472  2022-11-28 14:07:39
## 9473  2022-11-28 14:07:37
## 9474  2022-11-28 14:07:37
## 9475  2022-11-28 14:07:27
## 9476  2022-11-28 14:07:25
## 9477  2022-11-28 14:07:24
## 9478  2022-11-28 14:07:19
## 9479  2022-11-28 14:07:12
## 9480  2022-11-28 14:07:06
## 9481  2022-11-28 14:07:00
## 9482  2022-11-28 14:06:59
## 9483  2022-11-28 14:06:59
## 9484  2022-11-28 14:06:58
## 9485  2022-11-28 14:06:50
## 9486  2022-11-28 14:06:40
## 9487  2022-11-28 14:06:32
## 9488  2022-11-28 14:06:31
## 9489  2022-11-28 14:06:27
## 9490  2022-11-28 14:06:25
## 9491  2022-11-28 14:06:20
## 9492  2022-11-28 14:06:18
## 9493  2022-11-28 14:06:16
## 9494  2022-11-28 14:06:13
## 9495  2022-11-28 14:06:12
## 9496  2022-11-28 14:06:09
## 9497  2022-11-28 14:06:05
## 9498  2022-11-28 14:06:00
## 9499  2022-11-28 14:06:00
## 9500  2022-11-28 14:05:57
## 9501  2022-11-28 14:05:52
## 9502  2022-11-28 14:05:52
## 9503  2022-11-28 14:05:47
## 9504  2022-11-28 14:05:46
## 9505  2022-11-28 14:05:43
## 9506  2022-11-28 14:05:37
## 9507  2022-11-28 14:05:35
## 9508  2022-11-28 14:05:33
## 9509  2022-11-28 14:05:32
## 9510  2022-11-28 14:05:32
## 9511  2022-11-28 14:05:28
## 9512  2022-11-28 14:05:25
## 9513  2022-11-28 14:05:23
## 9514  2022-11-28 14:05:22
## 9515  2022-11-28 14:05:21
## 9516  2022-11-28 14:05:16
## 9517  2022-11-28 14:05:16
## 9518  2022-11-28 14:05:15
## 9519  2022-11-28 14:05:14
## 9520  2022-11-28 14:05:12
## 9521  2022-11-28 14:05:10
## 9522  2022-11-28 14:04:59
## 9523  2022-11-28 14:04:58
## 9524  2022-11-28 14:04:57
## 9525  2022-11-28 14:04:50
## 9526  2022-11-28 14:04:50
## 9527  2022-11-28 14:04:49
## 9528  2022-11-28 14:04:48
## 9529  2022-11-28 14:04:47
## 9530  2022-11-28 14:04:40
## 9531  2022-11-28 14:04:31
## 9532  2022-11-28 14:04:30
## 9533  2022-11-28 14:04:25
## 9534  2022-11-28 14:04:18
## 9535  2022-11-28 14:04:17
## 9536  2022-11-28 14:04:17
## 9537  2022-11-28 14:04:15
## 9538  2022-11-28 14:04:06
## 9539  2022-11-28 14:04:05
## 9540  2022-11-28 14:04:03
## 9541  2022-11-28 14:03:55
## 9542  2022-11-28 14:03:55
## 9543  2022-11-28 14:03:53
## 9544  2022-11-28 14:03:52
## 9545  2022-11-28 14:03:45
## 9546  2022-11-28 14:03:40
## 9547  2022-11-28 14:03:40
## 9548  2022-11-28 14:03:39
## 9549  2022-11-28 14:03:38
## 9550  2022-11-28 14:03:34
## 9551  2022-11-28 14:03:26
## 9552  2022-11-28 14:03:26
## 9553  2022-11-28 14:03:24
## 9554  2022-11-28 14:03:19
## 9555  2022-11-28 14:03:18
## 9556  2022-11-28 14:03:14
## 9557  2022-11-28 14:03:13
## 9558  2022-11-28 14:03:13
## 9559  2022-11-28 14:03:11
## 9560  2022-11-28 14:03:10
## 9561  2022-11-28 14:03:06
## 9562  2022-11-28 14:02:57
## 9563  2022-11-28 14:02:56
## 9564  2022-11-28 14:02:53
## 9565  2022-11-28 14:02:52
## 9566  2022-11-28 14:02:51
## 9567  2022-11-28 14:02:46
## 9568  2022-11-28 14:02:45
## 9569  2022-11-28 14:02:38
## 9570  2022-11-28 14:02:34
## 9571  2022-11-28 14:02:31
## 9572  2022-11-28 14:02:28
## 9573  2022-11-28 14:02:17
## 9574  2022-11-28 14:02:01
## 9575  2022-11-28 14:01:59
## 9576  2022-11-28 14:01:55
## 9577  2022-11-28 14:01:49
## 9578  2022-11-28 14:01:38
## 9579  2022-11-28 14:01:38
## 9580  2022-11-28 14:01:38
## 9581  2022-11-28 14:01:36
## 9582  2022-11-28 14:01:35
## 9583  2022-11-28 14:01:34
## 9584  2022-11-28 14:01:33
## 9585  2022-11-28 14:01:28
## 9586  2022-11-28 14:01:27
## 9587  2022-11-28 14:01:22
## 9588  2022-11-28 14:01:20
## 9589  2022-11-28 14:01:20
## 9590  2022-11-28 14:01:20
## 9591  2022-11-28 14:01:19
## 9592  2022-11-28 14:01:18
## 9593  2022-11-28 14:01:15
## 9594  2022-11-28 14:01:15
## 9595  2022-11-28 14:01:13
## 9596  2022-11-28 14:01:11
## 9597  2022-11-28 14:01:10
## 9598  2022-11-28 14:01:04
## 9599  2022-11-28 14:01:04
## 9600  2022-11-28 14:01:02
## 9601  2022-11-28 14:01:02
## 9602  2022-11-28 14:00:53
## 9603  2022-11-28 14:00:50
## 9604  2022-11-28 14:00:49
## 9605  2022-11-28 14:00:46
## 9606  2022-11-28 14:00:42
## 9607  2022-11-28 14:00:41
## 9608  2022-11-28 14:00:39
## 9609  2022-11-28 14:00:38
## 9610  2022-11-28 14:00:37
## 9611  2022-11-28 14:00:34
## 9612  2022-11-28 14:00:27
## 9613  2022-11-28 14:00:25
## 9614  2022-11-28 14:00:24
## 9615  2022-11-28 14:00:23
## 9616  2022-11-28 14:00:22
## 9617  2022-11-28 14:00:20
## 9618  2022-11-28 14:00:15
## 9619  2022-11-28 14:00:08
## 9620  2022-11-28 14:00:06
## 9621  2022-11-28 14:00:06
## 9622  2022-11-28 14:00:06
## 9623  2022-11-28 14:00:04
## 9624  2022-11-28 14:00:03
## 9625  2022-11-28 13:59:59
## 9626  2022-11-28 13:59:56
## 9627  2022-11-28 13:59:53
## 9628  2022-11-28 13:59:51
## 9629  2022-11-28 13:59:41
## 9630  2022-11-28 13:59:31
## 9631  2022-11-28 13:59:27
## 9632  2022-11-28 13:59:27
## 9633  2022-11-28 13:59:18
## 9634  2022-11-28 13:59:17
## 9635  2022-11-28 13:59:15
## 9636  2022-11-28 13:59:15
## 9637  2022-11-28 13:59:14
## 9638  2022-11-28 13:59:12
## 9639  2022-11-28 13:59:11
## 9640  2022-11-28 13:59:07
## 9641  2022-11-28 13:59:01
## 9642  2022-11-28 13:58:57
## 9643  2022-11-28 13:58:41
## 9644  2022-11-28 13:58:39
## 9645  2022-11-28 13:58:36
## 9646  2022-11-28 13:58:33
## 9647  2022-11-28 13:58:31
## 9648  2022-11-28 13:58:27
## 9649  2022-11-28 13:58:19
## 9650  2022-11-28 13:58:16
## 9651  2022-11-28 13:58:12
## 9652  2022-11-28 13:58:11
## 9653  2022-11-28 13:58:09
## 9654  2022-11-28 13:58:07
## 9655  2022-11-28 13:58:06
## 9656  2022-11-28 13:58:04
## 9657  2022-11-28 13:58:02
## 9658  2022-11-28 13:57:58
## 9659  2022-11-28 13:57:56
## 9660  2022-11-28 13:57:55
## 9661  2022-11-28 13:57:53
## 9662  2022-11-28 13:57:43
## 9663  2022-11-28 13:57:43
## 9664  2022-11-28 13:57:42
## 9665  2022-11-28 13:57:41
## 9666  2022-11-28 13:57:39
## 9667  2022-11-28 13:57:37
## 9668  2022-11-28 13:57:31
## 9669  2022-11-28 13:57:28
## 9670  2022-11-28 13:57:26
## 9671  2022-11-28 13:57:22
## 9672  2022-11-28 13:57:16
## 9673  2022-11-28 13:57:14
## 9674  2022-11-28 13:57:07
## 9675  2022-11-28 13:57:03
## 9676  2022-11-28 13:57:01
## 9677  2022-11-28 13:56:59
## 9678  2022-11-28 13:56:52
## 9679  2022-11-28 13:56:46
## 9680  2022-11-28 13:56:41
## 9681  2022-11-28 13:56:36
## 9682  2022-11-28 13:56:35
## 9683  2022-11-28 13:56:33
## 9684  2022-11-28 13:56:33
## 9685  2022-11-28 13:56:31
## 9686  2022-11-28 13:56:30
## 9687  2022-11-28 13:56:21
## 9688  2022-11-28 13:56:18
## 9689  2022-11-28 13:56:14
## 9690  2022-11-28 13:56:09
## 9691  2022-11-28 13:56:00
## 9692  2022-11-28 13:55:59
## 9693  2022-11-28 13:55:58
## 9694  2022-11-28 13:55:55
## 9695  2022-11-28 13:55:54
## 9696  2022-11-28 13:55:53
## 9697  2022-11-28 13:55:47
## 9698  2022-11-28 13:55:40
## 9699  2022-11-28 13:55:38
## 9700  2022-11-28 13:55:35
## 9701  2022-11-28 13:55:32
## 9702  2022-11-28 13:55:30
## 9703  2022-11-28 13:55:29
## 9704  2022-11-28 13:55:28
## 9705  2022-11-28 13:55:26
## 9706  2022-11-28 13:55:25
## 9707  2022-11-28 13:55:22
## 9708  2022-11-28 13:55:17
## 9709  2022-11-28 13:55:15
## 9710  2022-11-28 13:55:04
## 9711  2022-11-28 13:55:00
## 9712  2022-11-28 13:55:00
## 9713  2022-11-28 13:55:00
## 9714  2022-11-28 13:54:58
## 9715  2022-11-28 13:54:56
## 9716  2022-11-28 13:54:55
## 9717  2022-11-28 13:54:55
## 9718  2022-11-28 13:54:47
## 9719  2022-11-28 13:54:46
## 9720  2022-11-28 13:54:42
## 9721  2022-11-28 13:54:40
## 9722  2022-11-28 13:54:34
## 9723  2022-11-28 13:54:33
## 9724  2022-11-28 13:54:30
## 9725  2022-11-28 13:54:28
## 9726  2022-11-28 13:54:24
## 9727  2022-11-28 13:54:23
## 9728  2022-11-28 13:54:19
## 9729  2022-11-28 13:54:19
## 9730  2022-11-28 13:54:18
## 9731  2022-11-28 13:54:16
## 9732  2022-11-28 13:54:13
## 9733  2022-11-28 13:54:12
## 9734  2022-11-28 13:54:04
## 9735  2022-11-28 13:54:01
## 9736  2022-11-28 13:53:58
## 9737  2022-11-28 13:53:54
## 9738  2022-11-28 13:53:49
## 9739  2022-11-28 13:53:47
## 9740  2022-11-28 13:53:33
## 9741  2022-11-28 13:53:27
## 9742  2022-11-28 13:53:22
## 9743  2022-11-28 13:53:18
## 9744  2022-11-28 13:53:12
## 9745  2022-11-28 13:53:10
## 9746  2022-11-28 13:53:09
## 9747  2022-11-28 13:53:07
## 9748  2022-11-28 13:53:00
## 9749  2022-11-28 13:52:56
## 9750  2022-11-28 13:52:54
## 9751  2022-11-28 13:52:48
## 9752  2022-11-28 13:52:41
## 9753  2022-11-28 13:52:39
## 9754  2022-11-28 13:52:37
## 9755  2022-11-28 13:52:37
## 9756  2022-11-28 13:52:34
## 9757  2022-11-28 13:52:29
## 9758  2022-11-28 13:52:27
## 9759  2022-11-28 13:52:22
## 9760  2022-11-28 13:52:13
## 9761  2022-11-28 13:52:10
## 9762  2022-11-28 13:52:08
## 9763  2022-11-28 13:52:07
## 9764  2022-11-28 13:52:04
## 9765  2022-11-28 13:52:04
## 9766  2022-11-28 13:52:02
## 9767  2022-11-28 13:52:01
## 9768  2022-11-28 13:52:00
## 9769  2022-11-28 13:51:58
## 9770  2022-11-28 13:51:51
## 9771  2022-11-28 13:51:50
## 9772  2022-11-28 13:51:48
## 9773  2022-11-28 13:51:47
## 9774  2022-11-28 13:51:45
## 9775  2022-11-28 13:51:41
## 9776  2022-11-28 13:51:40
## 9777  2022-11-28 13:51:38
## 9778  2022-11-28 13:51:38
## 9779  2022-11-28 13:51:34
## 9780  2022-11-28 13:51:32
## 9781  2022-11-28 13:51:32
## 9782  2022-11-28 13:51:30
## 9783  2022-11-28 13:51:25
## 9784  2022-11-28 13:51:23
## 9785  2022-11-28 13:51:19
## 9786  2022-11-28 13:51:19
## 9787  2022-11-28 13:51:05
## 9788  2022-11-28 13:51:03
## 9789  2022-11-28 13:51:02
## 9790  2022-11-28 13:50:57
## 9791  2022-11-28 13:50:53
## 9792  2022-11-28 13:50:46
## 9793  2022-11-28 13:50:44
## 9794  2022-11-28 13:50:44
## 9795  2022-11-28 13:50:37
## 9796  2022-11-28 13:50:34
## 9797  2022-11-28 13:50:28
## 9798  2022-11-28 13:50:27
## 9799  2022-11-28 13:50:25
## 9800  2022-11-28 13:50:24
## 9801  2022-11-28 13:50:21
## 9802  2022-11-28 13:50:20
## 9803  2022-11-28 13:50:14
## 9804  2022-11-28 13:50:12
## 9805  2022-11-28 13:50:11
## 9806  2022-11-28 13:50:03
## 9807  2022-11-28 13:50:00
## 9808  2022-11-28 13:49:59
## 9809  2022-11-28 13:49:58
## 9810  2022-11-28 13:49:56
## 9811  2022-11-28 13:49:55
## 9812  2022-11-28 13:49:51
## 9813  2022-11-28 13:49:48
## 9814  2022-11-28 13:49:41
## 9815  2022-11-28 13:49:38
## 9816  2022-11-28 13:49:31
## 9817  2022-11-28 13:49:29
## 9818  2022-11-28 13:49:29
## 9819  2022-11-28 13:49:24
## 9820  2022-11-28 13:49:13
## 9821  2022-11-28 13:49:12
## 9822  2022-11-28 13:49:12
## 9823  2022-11-28 13:49:09
## 9824  2022-11-28 13:49:01
## 9825  2022-11-28 13:48:57
## 9826  2022-11-28 13:48:57
## 9827  2022-11-28 13:48:55
## 9828  2022-11-28 13:48:50
## 9829  2022-11-28 13:48:49
## 9830  2022-11-28 13:48:41
## 9831  2022-11-28 13:48:38
## 9832  2022-11-28 13:48:28
## 9833  2022-11-28 13:48:28
## 9834  2022-11-28 13:48:26
## 9835  2022-11-28 13:48:24
## 9836  2022-11-28 13:48:24
## 9837  2022-11-28 13:48:24
## 9838  2022-11-28 13:48:23
## 9839  2022-11-28 13:48:23
## 9840  2022-11-28 13:48:14
## 9841  2022-11-28 13:48:00
## 9842  2022-11-28 13:47:56
## 9843  2022-11-28 13:47:55
## 9844  2022-11-28 13:47:46
## 9845  2022-11-28 13:47:36
## 9846  2022-11-28 13:47:27
## 9847  2022-11-28 13:47:23
## 9848  2022-11-28 13:47:22
## 9849  2022-11-28 13:47:21
## 9850  2022-11-28 13:47:18
## 9851  2022-11-28 13:47:15
## 9852  2022-11-28 13:47:14
## 9853  2022-11-28 13:47:09
## 9854  2022-11-28 13:47:08
## 9855  2022-11-28 13:47:02
## 9856  2022-11-28 13:47:02
## 9857  2022-11-28 13:46:55
## 9858  2022-11-28 13:46:54
## 9859  2022-11-28 13:46:52
## 9860  2022-11-28 13:46:48
## 9861  2022-11-28 13:46:42
## 9862  2022-11-28 13:46:40
## 9863  2022-11-28 13:46:35
## 9864  2022-11-28 13:46:33
## 9865  2022-11-28 13:46:33
## 9866  2022-11-28 13:46:30
## 9867  2022-11-28 13:46:22
## 9868  2022-11-28 13:46:17
## 9869  2022-11-28 13:46:17
## 9870  2022-11-28 13:46:14
## 9871  2022-11-28 13:46:12
## 9872  2022-11-28 13:46:12
## 9873  2022-11-28 13:46:10
## 9874  2022-11-28 13:45:59
## 9875  2022-11-28 13:45:59
## 9876  2022-11-28 13:45:57
## 9877  2022-11-28 13:45:57
## 9878  2022-11-28 13:45:49
## 9879  2022-11-28 13:45:48
## 9880  2022-11-28 13:45:48
## 9881  2022-11-28 13:45:46
## 9882  2022-11-28 13:45:46
## 9883  2022-11-28 13:45:44
## 9884  2022-11-28 13:45:41
## 9885  2022-11-28 13:45:37
## 9886  2022-11-28 13:45:37
## 9887  2022-11-28 13:45:36
## 9888  2022-11-28 13:45:34
## 9889  2022-11-28 13:45:32
## 9890  2022-11-28 13:45:30
## 9891  2022-11-28 13:45:30
## 9892  2022-11-28 13:45:30
## 9893  2022-11-28 13:45:17
## 9894  2022-11-28 13:45:04
## 9895  2022-11-28 13:45:04
## 9896  2022-11-28 13:45:02
## 9897  2022-11-28 13:45:00
## 9898  2022-11-28 13:44:58
## 9899  2022-11-28 13:44:55
## 9900  2022-11-28 13:44:54
## 9901  2022-11-28 13:44:51
## 9902  2022-11-28 13:44:48
## 9903  2022-11-28 13:44:46
## 9904  2022-11-28 13:44:45
## 9905  2022-11-28 13:44:41
## 9906  2022-11-28 13:44:40
## 9907  2022-11-28 13:44:39
## 9908  2022-11-28 13:44:38
## 9909  2022-11-28 13:44:35
## 9910  2022-11-28 13:44:31
## 9911  2022-11-28 13:44:31
## 9912  2022-11-28 13:44:28
## 9913  2022-11-28 13:44:21
## 9914  2022-11-28 13:44:15
## 9915  2022-11-28 13:44:14
## 9916  2022-11-28 13:44:10
## 9917  2022-11-28 13:44:07
## 9918  2022-11-28 13:43:58
## 9919  2022-11-28 13:43:57
## 9920  2022-11-28 13:43:56
## 9921  2022-11-28 13:43:56
## 9922  2022-11-28 13:43:55
## 9923  2022-11-28 13:43:52
## 9924  2022-11-28 13:43:52
## 9925  2022-11-28 13:43:50
## 9926  2022-11-28 13:43:48
## 9927  2022-11-28 13:43:43
## 9928  2022-11-28 13:43:38
## 9929  2022-11-28 13:43:29
## 9930  2022-11-28 13:43:23
## 9931  2022-11-28 13:43:13
## 9932  2022-11-28 13:43:02
## 9933  2022-11-28 13:42:55
## 9934  2022-11-28 13:42:54
## 9935  2022-11-28 13:42:52
## 9936  2022-11-28 13:42:50
## 9937  2022-11-28 13:42:46
## 9938  2022-11-28 13:42:45
## 9939  2022-11-28 13:42:45
## 9940  2022-11-28 13:42:41
## 9941  2022-11-28 13:42:37
## 9942  2022-11-28 13:42:35
## 9943  2022-11-28 13:42:33
## 9944  2022-11-28 13:42:31
## 9945  2022-11-28 13:42:30
## 9946  2022-11-28 13:42:27
## 9947  2022-11-28 13:42:27
## 9948  2022-11-28 13:42:22
## 9949  2022-11-28 13:42:20
## 9950  2022-11-28 13:42:14
## 9951  2022-11-28 13:42:11
## 9952  2022-11-28 13:42:09
## 9953  2022-11-28 13:42:08
## 9954  2022-11-28 13:42:08
## 9955  2022-11-28 13:42:07
## 9956  2022-11-28 13:42:07
## 9957  2022-11-28 13:42:06
## 9958  2022-11-28 13:42:02
## 9959  2022-11-28 13:41:59
## 9960  2022-11-28 13:41:57
## 9961  2022-11-28 13:41:55
## 9962  2022-11-28 13:41:53
## 9963  2022-11-28 13:41:49
## 9964  2022-11-28 13:41:47
## 9965  2022-11-28 13:41:46
## 9966  2022-11-28 13:41:45
## 9967  2022-11-28 13:41:42
## 9968  2022-11-28 13:41:42
## 9969  2022-11-28 13:41:42
## 9970  2022-11-28 13:41:37
## 9971  2022-11-28 13:41:31
## 9972  2022-11-28 13:41:30
## 9973  2022-11-28 13:41:30
## 9974  2022-11-28 13:41:29
## 9975  2022-11-28 13:41:28
## 9976  2022-11-28 13:41:27
## 9977  2022-11-28 13:41:27
## 9978  2022-11-28 13:41:22
## 9979  2022-11-28 13:41:21
## 9980  2022-11-28 13:41:20
## 9981  2022-11-28 13:41:20
## 9982  2022-11-28 13:41:18
## 9983  2022-11-28 13:41:17
## 9984  2022-11-28 13:41:16
## 9985  2022-11-28 13:41:16
## 9986  2022-11-28 13:41:16
## 9987  2022-11-28 13:41:15
## 9988  2022-11-28 13:41:13
## 9989  2022-11-28 13:41:05
## 9990  2022-11-28 13:41:05
## 9991  2022-11-28 13:41:03
## 9992  2022-11-28 13:41:03
## 9993  2022-11-28 13:41:01
## 9994  2022-11-28 13:41:01
## 9995  2022-11-28 13:40:58
## 9996  2022-11-28 13:40:57
## 9997  2022-11-28 13:40:52
## 9998  2022-11-28 13:40:48
## 9999  2022-11-28 13:40:45
## 10000 2022-11-28 13:40:43
##                                                                                                statusSource
## 1                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 10                     <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 11                       <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 12                                  <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 13                       <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 14                     <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 15                                  <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 16                     <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 17                     <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 18                       <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 19                     <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 20                                  <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 21                     <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 22                     <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 23                     <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 24                       <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 25                                  <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 26                                  <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 27                     <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 28                     <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 29                       <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 30                       <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 31                     <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 32                     <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 33                     <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 34                       <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 35                     <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 36                                  <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 37                                  <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 38                     <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 39                     <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 40                     <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 41                       <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 42                       <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 43                       <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 44                       <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 45                     <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 46                       <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 47                       <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 48                     <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 49                       <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 50                       <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 51                     <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 52                                  <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 53                     <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 54                       <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 55                                  <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 56                       <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 57                     <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 58                       <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 59                       <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 60                     <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 61                     <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 62                       <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 63                                  <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 64                                  <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 65                                  <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 66                       <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 67                     <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 68                       <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 69                       <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 70                       <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 71                                  <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 72                       <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 73                     <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 74                     <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 75                     <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 76                                  <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 77                       <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 78                     <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 79                       <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 80                                  <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 81                       <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 82                       <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 83                     <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 84                       <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 85                       <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 86                     <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 87                       <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 88                       <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 89                       <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 90                       <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 91                     <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 92                       <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 93                       <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 94                     <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 95                       <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 96                       <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 97                       <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 98                       <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 99                     <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 100                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 101                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 102                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 103                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 104                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 105                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 106                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 107                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 108                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 109                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 110                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 111                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 112                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 113                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 114                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 115                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 116                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 117                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 118                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 119                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 120                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 121                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 122                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 123                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 124                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 125                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 126                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 127                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 128                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 129                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 130                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 131                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 132                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 133                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 134                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 135                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 136                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 137                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 138                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 139                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 140                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 141                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 142                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 143                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 144                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 145                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 146                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 147                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 148                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 149                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 150                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 151                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 152                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 153                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 154                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 155                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 156                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 157                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 158                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 159                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 160                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 161                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 162                       <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 163                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 164                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 165                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 166                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 167                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 168                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 169                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 170                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 171                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 172                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 173                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 174                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 175                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 176                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 177                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 178                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 179                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 180                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 181                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 182                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 183                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 184                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 185                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 186                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 187                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 188                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 189                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 190                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 191                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 192                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 193                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 194                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 195                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 196                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 197                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 198                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 199                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 200                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 201                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 202                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 203                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 204                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 205                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 206                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 207                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 208                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 209                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 210                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 211                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 212                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 213                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 214                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 215                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 216                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 217                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 218                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 219                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 220                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 221                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 222                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 223                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 224                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 225                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 226                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 227                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 228                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 229                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 230                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 231                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 232                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 233                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 234                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 235                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 236                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 237                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 238                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 239                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 240                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 241                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 242                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 243                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 244                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 245                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 246                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 247                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 248                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 249                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 250                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 251                       <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 252                       <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 253                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 254                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 255                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 256                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 257                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 258                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 259                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 260                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 261                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 262                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 263                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 264                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 265                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 266                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 267                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 268                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 269                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 270                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 271                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 272                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 273                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 274                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 275                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 276                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 277                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 278                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 279                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 280                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 281                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 282                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 283                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 284                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 285                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 286                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 287                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 288                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 289                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 290                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 291                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 292                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 293                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 294                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 295                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 296                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 297                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 298                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 299                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 300                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 301                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 302                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 303                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 304                       <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 305                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 306                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 307                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 308                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 309                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 310                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 311                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 312                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 313                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 314                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 315                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 316                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 317                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 318                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 319                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 320                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 321                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 322                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 323                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 324                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 325                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 326                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 327                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 328                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 329                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 330                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 331                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 332                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 333                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 334                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 335                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 336                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 337                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 338                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 339                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 340                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 341                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 342                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 343                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 344                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 345                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 346                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 347                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 348                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 349                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 350                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 351                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 352                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 353                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 354                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 355                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 356                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 357                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 358                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 359                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 360                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 361                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 362                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 363                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 364                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 365                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 366                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 367                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 368                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 369                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 370                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 371                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 372                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 373                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 374                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 375                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 376                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 377                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 378                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 379                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 380                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 381                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 382                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 383                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 384                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 385                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 386                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 387                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 388                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 389                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 390                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 391                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 392                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 393                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 394                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 395                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 396                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 397                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 398                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 399                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 400                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 401                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 402                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 403                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 404                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 405                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 406                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 407                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 408                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 409                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 410                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 411                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 412                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 413                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 414                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 415                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 416                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 417                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 418                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 419                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 420                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 421                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 422                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 423                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 424                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 425                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 426                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 427                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 428                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 429                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 430                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 431                       <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 432                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 433                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 434                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 435                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 436                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 437                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 438                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 439                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 440                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 441                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 442                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 443                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 444                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 445                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 446                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 447                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 448                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 449                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 450                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 451                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 452                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 453                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 454                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 455                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 456                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 457                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 458                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 459                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 460                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 461                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 462                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 463                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 464                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 465                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 466                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 467                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 468                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 469                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 470                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 471                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 472                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 473                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 474                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 475                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 476                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 477                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 478                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 479                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 480                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 481                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 482                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 483                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 484                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 485                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 486                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 487                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 488                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 489                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 490                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 491                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 492                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 493                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 494                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 495                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 496                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 497                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 498                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 499                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 500                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 501                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 502                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 503                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 504                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 505                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 506                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 507                       <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 508                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 509                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 510                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 511                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 512                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 513                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 514                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 515                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 516                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 517                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 518                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 519                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 520                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 521                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 522                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 523                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 524                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 525                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 526                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 527                       <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 528                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 529                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 530                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 531                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 532                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 533                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 534                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 535                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 536                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 537                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 538                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 539                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 540                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 541                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 542                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 543                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 544                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 545                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 546                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 547                     <a href="https://about.twitter.com/products/tweetdeck" rel="nofollow">TweetDeck</a>
## 548                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 549                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 550                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 551                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 552                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 553                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 554                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 555                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 556                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 557                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 558                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 559                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 560                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 561                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 562                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 563                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 564                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 565                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 566                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 567                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 568                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 569                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 570                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 571                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 572                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 573                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 574                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 575                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 576                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 577                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 578                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 579                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 580                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 581                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 582                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 583                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 584                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 585                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 586                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 587                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 588                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 589                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 590                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 591                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 592                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 593                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 594                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 595                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 596                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 597                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 598                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 599                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 600                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 601                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 602                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 603                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 604                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 605                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 606                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 607                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 608                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 609                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 610                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 611                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 612                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 613                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 614                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 615                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 616                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 617                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 618                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 619                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 620                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 621                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 622                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 623                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 624                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 625                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 626                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 627                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 628                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 629                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 630                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 631                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 632                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 633                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 634                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 635                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 636                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 637                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 638                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 639                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 640                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 641                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 642                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 643                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 644                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 645                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 646                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 647                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 648                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 649                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 650                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 651                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 652                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 653                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 654                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 655                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 656                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 657                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 658                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 659                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 660                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 661                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 662                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 663                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 664                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 665                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 666                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 667                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 668                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 669                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 670                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 671                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 672                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 673                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 674                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 675                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 676                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 677                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 678                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 679                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 680                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 681                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 682                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 683                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 684                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 685                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 686                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 687                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 688                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 689                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 690                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 691                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 692                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 693                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 694                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 695                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 696                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 697                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 698                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 699                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 700                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 701                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 702                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 703                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 704                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 705                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 706                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 707                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 708                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 709                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 710                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 711                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 712                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 713                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 714                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 715                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 716                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 717                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 718                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 719                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 720                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 721                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 722                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 723                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 724                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 725                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 726                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 727                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 728                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 729                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 730                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 731                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 732                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 733                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 734                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 735                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 736                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 737                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 738                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 739                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 740                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 741                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 742                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 743                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 744                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 745                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 746                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 747                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 748                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 749                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 750                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 751                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 752                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 753                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 754                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 755                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 756                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 757                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 758                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 759                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 760                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 761                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 762                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 763                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 764                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 765                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 766                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 767                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 768                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 769                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 770                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 771                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 772                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 773                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 774                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 775                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 776                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 777                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 778                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 779                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 780                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 781                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 782                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 783                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 784                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 785                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 786                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 787                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 788                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 789                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 790                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 791                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 792                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 793                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 794                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 795                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 796                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 797                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 798                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 799                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 800                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 801                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 802                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 803                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 804                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 805                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 806                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 807                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 808                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 809                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 810                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 811                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 812                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 813                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 814                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 815                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 816                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 817                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 818                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 819                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 820                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 821                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 822                                     <a href="https://sproutsocial.com" rel="nofollow">Sprout Social</a>
## 823                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 824                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 825                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 826                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 827                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 828                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 829                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 830                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 831                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 832                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 833                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 834                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 835                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 836                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 837                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 838                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 839                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 840                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 841                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 842                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 843                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 844                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 845                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 846                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 847                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 848                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 849                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 850                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 851                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 852                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 853                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 854                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 855                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 856                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 857                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 858                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 859                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 860                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 861                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 862                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 863                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 864                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 865                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 866                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 867                       <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 868                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 869                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 870                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 871                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 872                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 873                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 874                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 875                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 876                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 877                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 878                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 879                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 880                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 881                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 882                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 883                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 884                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 885                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 886                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 887                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 888                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 889                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 890                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 891                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 892                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 893                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 894                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 895                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 896                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 897                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 898                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 899                       <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 900                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 901                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 902                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 903                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 904                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 905                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 906                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 907                       <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 908                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 909                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 910                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 911                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 912                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 913                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 914                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 915                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 916                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 917                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 918                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 919                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 920                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 921                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 922                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 923                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 924                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 925                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 926                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 927                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 928                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 929                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 930                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 931                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 932                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 933                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 934                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 935                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 936                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 937                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 938                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 939                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 940                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 941                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 942                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 943                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 944                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 945                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 946                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 947                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 948                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 949                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 950                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 951                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 952                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 953                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 954                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 955                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 956                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 957                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 958                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 959                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 960                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 961                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 962                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 963                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 964                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 965                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 966                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 967                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 968                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 969                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 970                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 971                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 972                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 973                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 974                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 975                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 976                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 977                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 978                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 979                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 980                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 981                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 982                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 983                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 984                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 985                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 986                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 987                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 988                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 989                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 990                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 991                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 992                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 993                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 994                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 995                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 996                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 997                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 998                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 999                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1000                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1001                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1002                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1003                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1004                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1005                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1006                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1007                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1008                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1009                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1010                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1011                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1012                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1013                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1014                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1015                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1016                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1017                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1018                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1019                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1020                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1021                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1022                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1023                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1024                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1025                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1026                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1027                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1028                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1029                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1030                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1031                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1032                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1033                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1034                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1035                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1036                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1037                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1038                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1039                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1040                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1041                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1042                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1043                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1044                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1045                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1046                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1047                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1048                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1049                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1050                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1051                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1052                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1053                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1054                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1055                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1056                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1057                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1058                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1059                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1060                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1061                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1062                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1063                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 1064                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1065                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 1066                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1067                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1068                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1069                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1070                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1071                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1072                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1073                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1074                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1075                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1076                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1077                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1078                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1079                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1080                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1081                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1082                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1083                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1084                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1085                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1086                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1087                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1088                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1089                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1090                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1091                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1092                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1093                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1094                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1095                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1096                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1097                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1098                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1099                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1100                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1101                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1102                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1103                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1104                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1105                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1106                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1107                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1108                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1109                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1110                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1111                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1112                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1113                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1114                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1115                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1116                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1117                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1118                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1119                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1120                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1121                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1122                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1123                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1124                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1125                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1126                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1127                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1128                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1129                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1130                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1131                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1132                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1133                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1134                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1135                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1136                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1137                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1138                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1139                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1140                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1141                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1142                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1143                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1144                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1145                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1146                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1147                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1148                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1149                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1150                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1151                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1152                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1153                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1154                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1155                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1156                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1157                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1158                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1159                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1160                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1161                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1162                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1163                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1164                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1165                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1166                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1167                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1168                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1169                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1170                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1171                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1172                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1173                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1174                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1175                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1176                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1177                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1178                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1179                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1180                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1181                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1182                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1183                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1184                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1185                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1186                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1187                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1188                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1189                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1190                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1191                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1192                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1193                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1194                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1195                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1196                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1197                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1198                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1199                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1200                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1201                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1202                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1203                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1204                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 1205                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1206                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1207                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1208                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1209                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1210                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1211                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1212                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1213                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1214                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1215                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1216                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1217                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1218                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1219                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1220                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1221                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1222                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1223                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1224                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1225                              <a href="http://tapbots.com/tweetbot" rel="nofollow">Tweetbot for iΟS</a>
## 1226                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1227                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1228                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1229                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1230                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1231                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1232                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1233                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1234                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1235                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1236                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1237                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1238                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1239                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1240                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1241                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1242                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1243                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1244                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1245                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1246                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1247                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1248                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1249                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1250                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1251                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1252                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1253                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1254                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1255                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1256                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1257                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1258                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1259                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1260                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1261                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1262                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1263                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1264                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1265                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1266                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1267                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1268                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1269                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1270                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1271                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1272                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1273                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1274                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1275                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1276                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1277                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1278                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1279                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1280                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1281                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1282                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1283                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1284                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1285                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1286                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1287                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1288                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1289                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1290                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1291                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1292                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1293                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1294                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1295                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1296                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1297                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1298                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1299                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1300                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1301                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1302                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1303                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1304                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1305                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1306                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1307                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1308                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1309                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1310                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1311                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1312                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1313                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1314                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1315                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1316                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1317                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1318                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1319                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1320                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1321                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1322                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1323                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1324                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1325                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1326                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1327                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1328                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1329                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1330                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1331                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1332                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1333                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1334                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1335                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1336                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1337                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1338                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1339                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1340                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1341                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 1342                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1343                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1344                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1345                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1346                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1347                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1348                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1349                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1350                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1351                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1352                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1353                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1354                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1355                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1356                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1357                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1358                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1359                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1360                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1361                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1362                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1363                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1364                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1365                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1366                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 1367                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1368                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1369                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1370                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1371                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1372                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1373                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1374                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1375                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1376                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1377                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1378                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1379                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 1380                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1381                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1382                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1383                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1384                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1385                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1386                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1387                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1388                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1389                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1390                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1391                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1392                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1393                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1394                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1395                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1396                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1397                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1398                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1399                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1400                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1401                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1402                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1403                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1404                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1405                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1406                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1407                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1408                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1409                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1410                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1411                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1412                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1413                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1414                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1415                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1416                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1417                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1418                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1419                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1420                                      <a href="https://twitter.com/m2i_tw" rel="nofollow">tweet4mti</a>
## 1421                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1422                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1423                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1424                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1425                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1426                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1427                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1428                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1429                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1430                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1431                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1432                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1433                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1434                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1435                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1436                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1437                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1438                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1439                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1440                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1441                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1442                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1443                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1444                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1445                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1446                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1447                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1448                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1449                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1450                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1451                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1452                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1453                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1454                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1455                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1456                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 1457                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1458                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1459                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1460                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1461                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1462                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1463                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1464                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1465                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1466                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1467                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1468                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1469                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1470                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1471                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1472                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1473                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1474                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1475                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1476                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1477                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1478                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1479                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1480                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 1481                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1482                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1483                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1484                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1485                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1486                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1487                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1488                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1489                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1490                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1491                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1492                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1493                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1494                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1495                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1496                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1497                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1498                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1499                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1500                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1501                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1502                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1503                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1504                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1505                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1506                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1507                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1508                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1509                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1510                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1511                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1512                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1513                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1514                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1515                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1516                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1517                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1518                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1519                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1520                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1521                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1522                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1523                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1524                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1525                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1526                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1527                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1528                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1529                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1530                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1531                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1532                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1533                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1534                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1535                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1536                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1537                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1538                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1539                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1540                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1541                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1542                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1543                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1544                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1545                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1546                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1547                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1548                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1549                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1550                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1551                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1552                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1553                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1554                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1555                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1556                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1557                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1558                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1559                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1560                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1561                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1562                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1563                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1564                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1565                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1566                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1567                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1568                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1569                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1570                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1571                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1572                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1573                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1574                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1575                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1576                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1577                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1578                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1579                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1580                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1581                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1582                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1583                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1584                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1585                    <a href="https://about.twitter.com/products/tweetdeck" rel="nofollow">TweetDeck</a>
## 1586                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1587                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1588                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1589                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1590                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1591                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1592                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1593                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1594                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1595                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1596                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1597                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1598                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1599                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1600                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1601                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1602                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1603                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1604                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 1605                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1606                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1607                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1608                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1609                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1610                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1611                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1612                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1613                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1614                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1615                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1616                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1617                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1618                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1619                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1620                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1621                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1622                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1623                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1624                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1625                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1626                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1627                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1628                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1629                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1630                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1631                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1632                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1633                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1634                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1635                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1636                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1637                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1638                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1639                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1640                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1641                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1642                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1643                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1644                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1645                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1646                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1647                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1648                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1649                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1650                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1651                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1652                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1653                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1654                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1655                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1656                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1657                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1658                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1659                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1660                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1661                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1662                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1663                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1664                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1665                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1666                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1667                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1668                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1669                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1670                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1671                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1672                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1673                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1674                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1675                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1676                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1677                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1678                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1679                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1680                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1681                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1682                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1683                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1684                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1685                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1686                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1687                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1688                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1689                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1690                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1691                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1692                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1693                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1694                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1695                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1696                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1697                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1698                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1699                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1700                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1701                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1702                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1703                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1704                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1705                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1706                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1707                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1708                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1709                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1710                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1711                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1712                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1713                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1714                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1715                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1716                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1717                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1718                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1719                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1720                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1721                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1722                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1723                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1724                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1725                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1726                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1727                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1728                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1729                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1730                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1731                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1732                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1733                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1734                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1735                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1736                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1737                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1738                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1739                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1740                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1741                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1742                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 1743                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1744                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1745                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1746                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1747                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1748                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1749                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1750                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1751                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1752                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1753                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1754                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1755                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1756                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1757                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1758                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1759                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1760                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1761                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1762                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1763                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1764                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 1765                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1766                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1767                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1768                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1769                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1770                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1771                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 1772                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1773                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1774                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1775                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1776                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1777                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1778                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1779                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1780                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1781                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1782                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1783                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1784                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1785                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1786                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1787                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1788                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1789                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1790                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1791                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1792                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 1793                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1794                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1795                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1796                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1797                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1798                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1799                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1800                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1801                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1802                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1803                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1804                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1805                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1806                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1807                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1808                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1809                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1810                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1811                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1812                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1813                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1814                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1815                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1816                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1817                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1818                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1819                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1820                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1821                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1822                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1823                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1824                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1825                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1826                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1827                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 1828                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1829                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1830                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1831                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1832                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1833                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1834                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 1835                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1836                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1837                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1838                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1839                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1840                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1841                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1842                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1843                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1844                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1845                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1846                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1847                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1848                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1849                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1850                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1851                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1852                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1853                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1854                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1855                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1856                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1857                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1858                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1859                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1860                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1861                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1862                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1863                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1864                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1865                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1866                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1867                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1868                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1869                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1870                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1871                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1872                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1873                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1874                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1875                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1876                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1877                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1878                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1879                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1880                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1881                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1882                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1883                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1884                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1885                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1886                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1887                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1888                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1889                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1890                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1891                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1892                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1893                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1894                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1895                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1896                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1897                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1898                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1899                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1900                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1901                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1902                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1903                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1904                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1905                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1906                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1907                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1908                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1909                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1910                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1911                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1912                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1913                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1914                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1915                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1916                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1917                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1918                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1919                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1920                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1921                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1922                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1923                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1924                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1925                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1926                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1927                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1928                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1929                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1930                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1931                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1932                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1933                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1934                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1935                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1936                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1937                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1938                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1939                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1940                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1941                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1942                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1943                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1944                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1945                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1946                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1947                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1948                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1949                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1950                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1951                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1952                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1953                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1954                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1955                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1956                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1957                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1958                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1959                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1960                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1961                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1962                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1963                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1964                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1965                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1966                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1967                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1968                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1969                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1970                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1971                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1972                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1973                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1974                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1975                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1976                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1977                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1978                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1979                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1980                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1981                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1982                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1983                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1984                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1985                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1986                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1987                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1988                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1989                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1990                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1991                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1992                                   <a href="https://tweethunter.io" rel="nofollow">Tweet Hunter Pro</a>
## 1993                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1994                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1995                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1996                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1997                                            <a href="http://instagram.com" rel="nofollow">Instagram</a>
## 1998                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1999                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2000                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2001                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2002                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2003                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2004                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2005                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2006                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2007                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2008                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2009                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2010                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2011                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2012                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2013                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2014                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2015                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2016                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2017                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2018                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2019                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2020                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2021                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2022                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2023                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2024                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2025                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2026                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2027                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2028                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2029                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2030                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2031                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2032                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2033                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2034                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2035                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2036                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2037                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2038                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2039                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2040                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2041                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2042                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2043                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2044                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2045                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2046                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2047                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2048                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2049                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2050                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2051                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2052                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2053                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2054                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2055                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2056                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2057                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2058                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2059                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2060                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2061                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2062                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2063                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2064                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2065                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2066                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2067                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2068                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2069                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2070                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2071                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2072                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2073                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2074                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2075                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2076                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2077                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2078                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2079                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2080                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2081                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2082                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2083                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2084                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2085                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2086                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2087                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2088                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2089                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2090                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2091                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2092                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2093                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2094                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2095                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2096                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2097                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2098                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2099                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2100                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 2101                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2102                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2103                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2104                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2105                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2106                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2107                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2108                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2109                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2110                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2111                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2112                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2113                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2114                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2115                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2116                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2117                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2118                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2119                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2120                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2121                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2122                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2123                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2124                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2125                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2126                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2127                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2128                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 2129                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2130                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2131                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2132                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2133                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2134                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2135                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2136                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2137                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2138                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2139                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2140                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2141                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2142                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2143                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2144                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2145                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2146                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2147                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2148                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2149                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2150                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2151                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2152                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2153                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2154                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2155                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2156                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2157                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2158                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2159                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2160                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2161                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2162                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2163                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2164                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2165                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2166                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2167                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2168                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2169                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2170                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2171                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2172                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2173                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2174                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2175                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2176                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2177                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2178                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2179                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2180                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2181                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2182                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2183                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2184                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2185                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2186                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2187                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2188                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2189                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2190                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2191                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2192                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2193                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2194                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2195                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2196                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2197                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2198                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2199                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2200                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2201                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 2202                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2203                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2204                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2205                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 2206                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2207                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2208                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2209                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2210                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2211                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2212                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2213                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2214                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2215                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2216                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2217                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2218                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2219                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2220                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2221                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2222                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2223                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2224                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2225                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2226                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2227                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2228                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2229                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2230                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2231                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2232                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2233                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2234                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2235                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2236                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2237                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2238                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2239                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2240                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2241                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2242                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 2243                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2244                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2245                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2246                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2247                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2248                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2249                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2250                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2251                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2252                                                   <a href="https://ifttt.com" rel="nofollow">IFTTT</a>
## 2253                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2254                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2255                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2256                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2257                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2258                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2259                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2260                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2261                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2262                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2263                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2264                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2265                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2266                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2267                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2268                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2269                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2270                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2271                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2272                              <a href="http://tapbots.com/tweetbot" rel="nofollow">Tweetbot for iΟS</a>
## 2273                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2274                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2275                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2276                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2277                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2278                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2279                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2280                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2281                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2282                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2283                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2284                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2285                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2286                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2287                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2288                                                   <a href="https://ifttt.com" rel="nofollow">IFTTT</a>
## 2289                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2290                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2291                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2292                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2293                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2294                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2295                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2296                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2297                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2298                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2299                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2300                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2301                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2302                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2303                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2304                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2305                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2306                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2307                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2308                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2309                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2310                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2311                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2312                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2313                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2314                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2315                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2316                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2317                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2318                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2319                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2320                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2321                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2322                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2323                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2324                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2325                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2326                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2327                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2328                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2329                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2330                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2331                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2332                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2333                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2334                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2335                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2336                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2337                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2338                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2339                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2340                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2341                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2342                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2343                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2344                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2345                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2346                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2347                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2348                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2349                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2350                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2351                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2352                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2353                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2354                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2355                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2356                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2357                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2358                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2359                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2360                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2361                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2362                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2363                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2364                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2365                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2366                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2367                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2368                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2369                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2370                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2371                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2372                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2373                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2374                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2375                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2376                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2377                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2378                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2379                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2380                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2381                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2382                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2383                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2384                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2385                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2386                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2387                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2388                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2389                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2390                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2391                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2392                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2393                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2394                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2395                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2396                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2397                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2398                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2399                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2400                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2401                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2402                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2403                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2404                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2405                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2406                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2407                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2408                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2409                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2410                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2411                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2412                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2413                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2414                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2415                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2416                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2417                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2418                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2419                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2420                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2421                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2422                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2423                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2424                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2425                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2426                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2427                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2428                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2429                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2430                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2431                                    <a href="https://sproutsocial.com" rel="nofollow">Sprout Social</a>
## 2432                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2433                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2434                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2435                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2436                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2437                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2438                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2439                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2440                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2441                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2442                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2443                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2444                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2445                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2446                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2447                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2448                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2449                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2450                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2451                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2452                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2453                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2454                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2455                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2456                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2457                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2458                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 2459                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2460                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2461                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2462                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2463                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2464                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2465                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2466                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2467                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2468                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 2469                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2470                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2471                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2472                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2473                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2474                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2475                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2476                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2477                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2478                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2479                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2480                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2481                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2482                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2483                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2484                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2485                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2486                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2487                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2488                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2489                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2490                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2491                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2492                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2493                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2494                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2495                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2496                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2497                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2498                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2499                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2500                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2501                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2502                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2503                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2504                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2505                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2506                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2507                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2508                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2509                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2510                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2511                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2512                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2513                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2514                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2515                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2516                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2517                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2518                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 2519                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2520                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2521                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2522                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2523                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2524                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2525                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2526                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2527                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2528                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2529                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 2530                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2531                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2532                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2533                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2534                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2535                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2536                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2537                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 2538                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2539                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2540                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2541                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2542                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2543                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2544                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2545                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2546                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2547                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2548                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2549                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2550                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2551                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2552                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2553                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2554                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2555                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2556                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2557                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2558                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2559                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2560                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2561                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2562                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2563                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2564                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2565                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2566                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2567                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2568                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2569                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2570                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2571                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2572                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2573                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2574                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2575                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2576                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2577                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2578                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2579                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2580                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2581                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2582                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2583                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2584                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2585                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2586                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2587                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2588                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2589                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2590                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2591                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2592                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2593                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2594                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2595                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2596                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2597                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2598                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2599                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2600                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2601                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2602                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2603                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2604                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2605                                               <a href="https://dlvrit.com/" rel="nofollow">dlvr.it</a>
## 2606                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2607                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2608                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2609                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2610                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2611                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2612                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2613                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2614                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2615                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2616                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2617                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2618                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2619                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2620                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2621                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2622                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2623                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2624                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2625                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2626                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2627                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2628                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2629                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2630                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2631                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2632                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2633                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2634                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2635                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2636                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2637                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2638                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2639                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2640                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2641                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2642                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2643                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2644                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2645                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2646                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2647                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2648                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2649                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2650                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2651                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2652                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2653                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2654                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2655                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2656                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2657                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2658                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2659                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2660                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2661                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2662                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2663                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2664                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2665                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2666                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2667                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2668                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2669                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2670                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2671                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2672                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2673                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2674                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2675                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2676                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2677                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2678                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2679                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2680                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2681                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2682                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2683                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2684                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2685                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2686                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2687                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2688                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2689                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2690                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2691                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2692                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2693                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2694                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2695                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2696                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2697                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2698                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2699                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2700                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2701                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2702                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2703                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2704                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2705                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2706                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2707                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2708                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2709                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2710                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2711                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2712                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2713                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2714                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2715                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2716                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2717                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2718                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2719                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2720                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2721                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2722                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2723                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2724                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2725                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2726                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2727                    <a href="https://about.twitter.com/products/tweetdeck" rel="nofollow">TweetDeck</a>
## 2728                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2729                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2730                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2731                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2732                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2733                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2734                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2735                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2736                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2737                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2738                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2739                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2740                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2741                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2742                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2743                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 2744                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2745                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2746                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2747                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2748                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2749                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2750                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2751                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2752                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2753                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2754                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2755                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2756                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2757                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2758                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2759                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2760                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2761                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2762                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2763                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2764                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2765                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2766                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2767                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2768                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 2769                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2770                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2771                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2772                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2773                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2774                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2775                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2776                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2777                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2778                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2779                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2780                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2781                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2782                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2783                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2784                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2785                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2786                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2787                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2788                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2789                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2790                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2791                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2792                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2793                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2794                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2795                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2796                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2797                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2798                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2799                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2800                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2801                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2802                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2803                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2804                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2805                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2806                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2807                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2808                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2809                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2810                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2811                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2812                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2813                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2814                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2815                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2816                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2817                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2818                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2819                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2820                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2821                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2822                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2823                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2824                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2825                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2826                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2827                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2828                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2829                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2830                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2831                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2832                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2833                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2834                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2835                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2836                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2837                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2838                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2839                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2840                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2841                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2842                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2843                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2844                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2845                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2846                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2847                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2848                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2849                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2850                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2851                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2852                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2853                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2854                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2855                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2856                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2857                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2858                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2859                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2860                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2861                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2862                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2863                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2864                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2865                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2866                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2867                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2868                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2869                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2870                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2871                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2872                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2873                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2874                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2875                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2876                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2877                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2878                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2879                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2880                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2881                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2882                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2883                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2884                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2885                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2886                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2887                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2888                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2889                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2890                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2891                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2892                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2893                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2894                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2895                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2896                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2897                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2898                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2899                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2900                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2901                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2902                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2903                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2904                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2905                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2906                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2907                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2908                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2909                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2910                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2911                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2912                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2913                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2914                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2915                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2916                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2917                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2918                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2919                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2920                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2921                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2922                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2923                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2924                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2925                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2926                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2927                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2928                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2929                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2930                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2931                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2932                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2933                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2934                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2935                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2936                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2937                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2938                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2939                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2940                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2941                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2942                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2943                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2944                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2945                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2946                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2947                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2948                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2949                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2950                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2951                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2952                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2953                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2954                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2955                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2956                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2957                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2958                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2959                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2960                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2961                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2962                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2963                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2964                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2965                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2966                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2967                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2968                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2969                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2970                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2971                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2972                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2973                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2974                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2975                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2976                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2977                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2978                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2979                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2980                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2981                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2982                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2983                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2984                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2985                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2986                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2987                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2988                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2989                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2990                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2991                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2992                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2993                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2994                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2995                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2996                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2997                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2998                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2999                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3000                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3001                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3002                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3003                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3004                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3005                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3006                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3007                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3008                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3009                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3010                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3011                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3012                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3013                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3014                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3015                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3016                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3017                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3018                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3019                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3020                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3021                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3022                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3023                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3024                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3025                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3026                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3027                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3028                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3029                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3030                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3031                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3032                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3033                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3034                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3035                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3036                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3037                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3038                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3039                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3040                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3041                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3042                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3043                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3044                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3045                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3046                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3047                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3048                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3049                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3050                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3051                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3052                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3053                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3054                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3055                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3056                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3057                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3058                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3059                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3060                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3061                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3062                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3063                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3064                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3065                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3066                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3067                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3068                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3069                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3070                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3071                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3072                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3073                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3074                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3075                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3076                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3077                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3078                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3079                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3080                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3081                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3082                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3083                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3084                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3085                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3086                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3087                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3088                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3089                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3090                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3091                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3092                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3093                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3094                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3095                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3096                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3097                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3098                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3099                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3100                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3101                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3102                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3103                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3104                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3105                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3106                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3107                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3108                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3109                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3110                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3111                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3112                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3113                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3114                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3115                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3116                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3117                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3118                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3119                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3120                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3121                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3122                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3123                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3124                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3125                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3126                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3127                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3128                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3129                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3130                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3131                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3132                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3133                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3134                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3135                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3136                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3137                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3138                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3139                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3140                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3141                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3142                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3143                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3144                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3145                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3146                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3147                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3148                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3149                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3150                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3151                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3152                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3153                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3154                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 3155                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3156                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 3157                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3158                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3159                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3160                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3161                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3162                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3163                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3164                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3165                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3166                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3167                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3168                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3169                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3170                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3171                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3172                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3173                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3174                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3175                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3176                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3177                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3178                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3179                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3180                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3181                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3182                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3183                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3184                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3185                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3186                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3187                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3188                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3189                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3190                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3191                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3192                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3193                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3194                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3195                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3196                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3197                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3198                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3199                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3200                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 3201                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3202                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3203                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3204                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3205                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3206                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3207                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3208                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3209                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3210                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3211                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3212                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3213                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3214                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3215                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3216                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3217                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3218                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3219                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3220                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3221                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3222                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3223                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3224                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3225                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3226                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3227                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3228                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3229                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3230                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3231                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3232                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3233                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3234                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3235                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3236                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3237                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3238                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3239                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3240                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3241                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3242                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3243                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3244                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3245                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3246                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3247                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3248                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3249                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 3250                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3251                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3252                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3253                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3254                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3255                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3256                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3257                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3258                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3259                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3260                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3261                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3262                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3263                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3264                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3265                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3266                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3267                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3268                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3269                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3270                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3271                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3272                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3273                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3274                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3275                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3276                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3277                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3278                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3279                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3280                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3281                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3282                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3283                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3284                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3285                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3286                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3287                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3288                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3289                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 3290                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3291                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3292                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3293                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3294                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3295                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3296                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3297                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 3298                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3299                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3300                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3301                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3302                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3303                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3304                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3305                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3306                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3307  <a href="http://itunes.apple.com/us/app/twitter/id409789998?mt=12" rel="nofollow">Twitter for Mac</a>
## 3308                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3309                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3310                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3311                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3312                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3313                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3314                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3315                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3316                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3317                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3318                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3319                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3320                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3321                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3322                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3323                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3324                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3325                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3326                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3327                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3328                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3329                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3330                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3331                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3332                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3333                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3334                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3335                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3336                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3337                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3338                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3339                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3340                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3341                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3342                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3343                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3344                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3345                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3346                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3347                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3348                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3349                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3350                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3351                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3352                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3353                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3354                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3355                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3356                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3357                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3358                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3359                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3360                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3361                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3362                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3363                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3364                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3365                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3366                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3367                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3368                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3369                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3370                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3371                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3372                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3373                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3374                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3375                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3376                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3377                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3378                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3379                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3380                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3381                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3382                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3383                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3384                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3385                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3386                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3387                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3388                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3389                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3390                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3391                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3392                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3393                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3394                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3395                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3396                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 3397                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3398                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3399                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3400                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3401                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3402                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3403                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3404                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 3405                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3406                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3407                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3408                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3409                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3410                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3411                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3412                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3413                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3414                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3415                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3416                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3417                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3418                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3419                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3420                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3421                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3422                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3423                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3424                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3425                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3426                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3427                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3428                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3429                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3430                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3431                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3432                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3433                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3434                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3435                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3436                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3437                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3438                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3439                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3440                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3441                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3442                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3443                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3444                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3445                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3446                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 3447                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3448                                           <a href="http://www.echofon.com/" rel="nofollow">Echofon</a>
## 3449                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3450                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3451                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3452                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3453                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3454                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3455                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3456                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3457                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3458                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3459                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3460                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3461                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3462                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3463                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3464                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3465                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3466                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3467                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3468                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3469                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3470                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3471                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3472                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3473                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3474                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3475                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3476                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3477                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3478                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3479                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3480                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3481                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3482                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3483                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3484                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3485                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3486                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3487                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3488                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3489                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3490                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3491                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3492                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3493                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3494                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3495                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3496                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3497                                      <a href="https://twitter.com/m2i_tw" rel="nofollow">tweet4mti</a>
## 3498                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3499                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3500                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3501                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3502                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3503                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3504                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3505                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3506                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3507                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3508                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3509                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3510                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3511                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3512                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 3513                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3514                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3515                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3516                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3517                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3518                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3519                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3520                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3521                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3522                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3523                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3524                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3525                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3526                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3527                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3528                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3529                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3530                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3531                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3532                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3533                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3534                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3535                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3536                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3537                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3538                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3539                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3540                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3541                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3542                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3543                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3544                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3545                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3546                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3547                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3548                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3549                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3550                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3551                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3552                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3553                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3554                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3555                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3556                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3557                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3558                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3559                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3560                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3561                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3562                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 3563                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3564                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3565                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3566                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3567                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3568                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3569                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3570                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3571                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3572                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3573                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3574                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3575                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3576                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3577                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3578                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3579                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3580                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3581                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3582                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3583                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3584                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3585                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3586                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3587                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3588                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3589                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3590                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3591                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3592                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3593                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3594                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3595                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3596                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3597                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3598                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3599                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3600                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3601                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3602                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3603                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3604                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3605                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3606                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3607                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3608                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3609                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3610                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3611                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3612                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3613                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3614                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3615                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3616                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3617                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3618                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3619                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3620                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3621                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3622                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3623                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3624                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3625                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3626                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3627                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3628                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3629                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3630                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3631                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3632                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3633                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3634                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3635                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3636                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3637                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3638                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3639                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3640                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3641                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3642                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3643                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3644                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3645                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3646                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3647                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3648                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3649                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3650                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3651                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3652                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3653                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3654                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3655                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3656                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3657                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3658                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3659                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3660                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3661                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3662                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3663                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3664                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3665                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3666                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3667                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3668                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3669                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3670                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3671                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3672                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3673                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3674                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3675                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3676                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3677                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3678                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3679                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3680                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3681                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3682                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3683                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3684                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3685                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3686                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3687                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3688                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3689                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3690                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3691                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3692                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3693                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3694                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3695                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3696                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3697                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3698                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3699                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3700                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3701                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3702                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3703                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3704                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3705                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3706                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3707                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3708                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3709                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3710                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3711                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3712                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3713                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3714                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3715                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3716                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 3717                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3718                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3719                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3720                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3721                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3722                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3723                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3724                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3725                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3726                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3727                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3728                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3729                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3730                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3731                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 3732                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3733                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3734                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3735                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3736                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3737                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 3738                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3739                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3740                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3741                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3742                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3743                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3744                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3745                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3746                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3747                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3748                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3749                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3750                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3751                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3752                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3753                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3754                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3755                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3756                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3757                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3758                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3759                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3760                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3761                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3762                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3763                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3764                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3765                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3766                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3767                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3768                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3769                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3770                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3771                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3772                                          <a href="https://profile.uproxx.com" rel="nofollow">Thred</a>
## 3773                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3774                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3775                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3776                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3777                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3778                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3779                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3780                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3781                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3782                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3783                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3784                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3785                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3786                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3787                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3788                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3789                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3790                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3791                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3792                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3793                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3794                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3795                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3796                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3797                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3798                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3799                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3800                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3801                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3802                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3803                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3804                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3805                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3806                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3807                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3808                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3809                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3810                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3811                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3812                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3813                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3814                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3815                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3816                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3817                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3818                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3819                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3820                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3821                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3822                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3823                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3824                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3825                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3826                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3827                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3828                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3829                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3830                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3831                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3832                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3833                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3834                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3835                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3836                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3837                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3838                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3839                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3840                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3841                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3842                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3843                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3844                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3845                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3846                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3847                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3848                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3849                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3850                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3851                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3852                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3853                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3854                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3855                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3856                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3857                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3858                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3859                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3860                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3861                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3862                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3863                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3864                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3865                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3866                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3867                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3868                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3869                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3870                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3871                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3872                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3873                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3874                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3875                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3876                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3877                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3878                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3879                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3880                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3881                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3882                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3883                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3884                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3885                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3886                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3887                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3888                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3889                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3890                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3891                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3892                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3893                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3894                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3895                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3896                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3897                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3898                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3899                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3900                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3901                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3902                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3903                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3904                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3905                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3906                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3907                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3908                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3909                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3910                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3911                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3912                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3913                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3914                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3915                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3916                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3917                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3918                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3919                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3920                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3921                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3922                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3923                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3924                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3925                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3926                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3927                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3928                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3929                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3930                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3931                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3932                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3933                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3934                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3935                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3936                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3937                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3938                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3939                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3940                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3941                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3942                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3943                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3944                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3945                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3946                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3947                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3948                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3949                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3950                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3951                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3952                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3953                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3954                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3955                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3956                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3957                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3958                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3959                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3960                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3961                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3962                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3963                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3964                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3965                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3966                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 3967                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3968                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3969                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3970                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3971                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3972                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3973                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3974                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3975                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3976                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3977                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3978                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3979                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3980                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3981                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3982                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3983                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3984                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3985                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3986                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3987                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3988                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3989                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3990                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 3991                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3992                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3993                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 3994                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3995                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3996                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3997                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3998                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3999                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4000                                               <a href="https://dlvrit.com/" rel="nofollow">dlvr.it</a>
## 4001                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4002                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4003                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4004                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4005                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4006                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4007                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4008                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4009                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4010                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4011                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4012                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4013                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4014                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4015                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4016                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4017                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 4018                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4019                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4020                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4021                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4022                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4023                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4024                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4025                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4026                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4027                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4028                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4029                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4030                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4031                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4032                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4033                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4034                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4035                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4036                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4037                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4038                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4039                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4040                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4041                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4042                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4043                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4044                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4045                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4046                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4047                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4048                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4049                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4050                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4051                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4052                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4053                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4054                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4055                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4056                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4057                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4058                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4059                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4060                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4061                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4062                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4063                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4064                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4065                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4066                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4067                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4068                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4069                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4070                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4071                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4072                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4073                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4074  <a href="http://itunes.apple.com/us/app/twitter/id409789998?mt=12" rel="nofollow">Twitter for Mac</a>
## 4075                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4076                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4077                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4078                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4079                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4080                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4081                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4082                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4083                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4084                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4085                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4086                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4087                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4088                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4089                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4090                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4091                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4092                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4093                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4094                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4095                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4096                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4097                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4098                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4099                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4100                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4101                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4102                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4103                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4104                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4105                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4106                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4107                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4108                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4109                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4110                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4111                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4112                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4113                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4114                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4115                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4116                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4117                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4118                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4119                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4120                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4121                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4122                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4123                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4124                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4125                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4126                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4127                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4128                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4129                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4130                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4131                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4132                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4133                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 4134                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4135                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4136                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4137                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4138                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4139                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4140                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4141                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4142                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4143                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4144                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4145                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4146                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4147                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4148                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4149                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4150                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4151                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4152                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4153                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4154                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4155                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4156                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4157                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4158                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4159                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4160                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4161                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4162                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4163                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4164                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4165                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4166                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4167                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4168                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4169                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4170                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4171                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4172                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4173                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4174                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4175                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4176                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4177                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4178                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4179                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4180                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4181                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4182                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4183                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4184                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4185                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4186                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4187                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 4188                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4189                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4190                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4191                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4192                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4193                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4194                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4195                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4196                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4197                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4198                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4199                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4200                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4201                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4202                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4203                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4204                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4205                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4206                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4207                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4208                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4209                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4210                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4211                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4212                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4213                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4214                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4215                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4216                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4217                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4218                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4219                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4220                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4221                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4222                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4223                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4224                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4225                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4226                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4227                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4228                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4229                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4230                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4231                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4232                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4233                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4234                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4235                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4236                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4237                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4238                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4239                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4240                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4241                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4242                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4243                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4244                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4245                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4246                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4247                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4248                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4249                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4250                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4251                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4252                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4253                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4254                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4255                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4256                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4257                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4258                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4259                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4260                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4261                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4262                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4263                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4264                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4265                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4266                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4267                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4268                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4269                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4270                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4271                                    <a href="https://sproutsocial.com" rel="nofollow">Sprout Social</a>
## 4272                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4273                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4274                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4275                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4276                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4277                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4278                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4279                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4280                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4281                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4282                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4283                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4284                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4285                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4286                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4287                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4288                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4289                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4290                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4291                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4292                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4293                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4294                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4295                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4296                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4297                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4298                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4299                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4300                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4301                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4302                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4303                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4304                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4305                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4306                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4307                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4308                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4309                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4310                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4311                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4312                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4313                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4314                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4315                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4316                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4317                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4318                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4319                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4320                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4321                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4322                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4323                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4324                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4325                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4326                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4327                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4328                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4329                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4330                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4331                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4332                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4333                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4334                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4335                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4336                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4337                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4338                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4339                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4340                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4341                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4342                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4343                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4344                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4345                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4346                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4347                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4348                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4349                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4350                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4351                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4352                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4353                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4354                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4355                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4356                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4357                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4358                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4359                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4360                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4361                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4362                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4363                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4364                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4365                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4366                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4367                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4368                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4369                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4370                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4371                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4372                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4373                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4374                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4375                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4376                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4377                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4378                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4379                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4380                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4381                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4382                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4383                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4384                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4385                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4386                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4387                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4388                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4389                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4390                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4391                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4392                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4393                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4394                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4395                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4396                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4397                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4398                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4399                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4400                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4401                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4402                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4403                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4404                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4405                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 4406                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4407                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4408                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4409                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4410                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4411                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4412                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4413                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4414                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4415                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4416                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4417                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4418                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4419                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4420                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4421                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4422                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4423                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4424                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4425                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4426                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4427                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4428                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4429                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4430                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4431                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4432                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4433                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4434                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4435                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4436                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4437                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4438                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4439                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4440                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4441                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4442                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4443                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4444                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4445  <a href="http://itunes.apple.com/us/app/twitter/id409789998?mt=12" rel="nofollow">Twitter for Mac</a>
## 4446                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4447                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4448                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4449                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4450                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4451                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4452                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4453                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4454                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4455                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4456                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4457                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4458                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4459                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4460                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4461                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4462                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4463                    <a href="https://about.twitter.com/products/tweetdeck" rel="nofollow">TweetDeck</a>
## 4464                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4465                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4466                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4467                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4468                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4469                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4470                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4471                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4472                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4473                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4474                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4475                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4476                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4477                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4478                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4479                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4480                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4481                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4482                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4483                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4484                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4485                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4486                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4487                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4488                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4489                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4490                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4491                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4492                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4493                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4494                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4495                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4496                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4497                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4498                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4499                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4500                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4501                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4502                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4503                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4504                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4505                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4506                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4507                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4508                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4509                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4510                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4511                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4512                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4513                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4514                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4515                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4516                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4517                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4518                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4519                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4520                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4521                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4522                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4523                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4524                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4525                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4526                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4527                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4528                                                 <a href="https://buffer.com" rel="nofollow">Buffer</a>
## 4529                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4530                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4531                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4532                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4533                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4534                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4535                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4536                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4537                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4538                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4539                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4540                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4541                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4542                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4543                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4544                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4545                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4546                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4547                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4548                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4549                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4550                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4551                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4552                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4553                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4554                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4555                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4556                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4557                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4558                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4559                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4560                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4561                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4562                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4563                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4564                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4565                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4566                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4567                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4568                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4569                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4570                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4571                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4572                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4573                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4574                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4575                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4576                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4577                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4578                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4579                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4580                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4581                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4582                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4583                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4584                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4585                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4586                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4587                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4588                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4589                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4590                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4591                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4592                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4593                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4594                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4595                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4596                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4597                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4598                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4599                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4600                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4601                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4602                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4603                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4604                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4605                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4606                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4607                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4608                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4609                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4610                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4611                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4612                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4613                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4614                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4615                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4616                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4617                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4618                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4619                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4620                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4621                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4622                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4623                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4624                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4625                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4626                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4627                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4628                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4629                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4630                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4631                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4632                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4633                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4634                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4635                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4636                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4637                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4638                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4639                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4640                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4641                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4642                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4643                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4644                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4645                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4646                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4647                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4648                              <a href="http://tapbots.com/tweetbot" rel="nofollow">Tweetbot for iΟS</a>
## 4649                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4650                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 4651                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4652                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4653                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4654                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4655                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4656                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4657                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4658                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4659                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4660                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4661                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4662                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4663                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4664                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4665                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4666                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4667                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 4668                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4669                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4670                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4671                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4672                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4673                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4674                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4675                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4676                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4677                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4678                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4679                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4680                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4681                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4682                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4683                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4684                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4685                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4686                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4687                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4688                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4689                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4690                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4691                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4692                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4693                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4694                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4695                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4696                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4697                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4698                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4699                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4700                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4701                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4702                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4703                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4704                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4705                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4706                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4707                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4708                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4709                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4710                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4711                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4712                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4713                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4714                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4715                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4716                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4717                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4718                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4719                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4720                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4721                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4722                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4723                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4724                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4725                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4726                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4727                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4728                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4729                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4730                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4731                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4732                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4733                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4734                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4735                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4736                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4737                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4738                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4739                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4740                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4741                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4742                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4743                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4744                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4745                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4746                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4747                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4748                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4749                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4750                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4751                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4752                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4753                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4754                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4755                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4756                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4757                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4758                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4759                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4760                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4761                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4762                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4763                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4764                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4765                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4766                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4767                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4768                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4769                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4770                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4771                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4772                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4773                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4774                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4775                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4776                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4777                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4778                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4779                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 4780                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4781                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4782                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4783                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4784                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4785                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4786                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4787                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4788                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4789                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4790                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4791                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4792                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4793                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4794                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4795                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4796                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4797                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4798                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4799                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4800                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4801                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4802                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4803                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4804                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4805                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4806                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4807                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4808                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4809                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4810                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4811                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4812                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4813                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 4814                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4815                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4816                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4817                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4818                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4819                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4820                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4821                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 4822                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4823                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4824                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4825                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4826                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 4827                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4828                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4829                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 4830                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4831                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4832                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4833                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4834                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4835                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4836                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4837                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4838                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4839                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4840                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4841                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4842                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4843                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4844                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4845                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4846                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4847                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4848                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4849                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4850                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4851                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4852                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4853                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4854                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4855                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4856                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4857                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4858                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4859                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4860                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4861                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4862                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4863                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4864                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4865                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4866                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4867                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4868                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 4869                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4870                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4871                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4872                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4873                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4874                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4875                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4876                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4877                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4878                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4879                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4880                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4881                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4882                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4883                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4884                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4885                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4886                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4887                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4888                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4889                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4890                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4891                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4892                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4893                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4894                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4895                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 4896                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4897                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4898                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4899                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4900                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4901                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4902                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4903                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4904                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4905                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4906                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4907                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4908                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4909                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4910                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4911                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4912                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4913                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4914                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4915                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4916                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4917                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4918                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4919                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4920                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4921                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4922                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4923                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4924                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4925                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4926                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4927                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4928                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4929                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4930                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4931                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4932                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4933                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4934                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4935                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4936                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4937                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4938                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4939                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4940                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4941                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4942                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4943                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4944                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4945                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4946                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4947                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 4948                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4949                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 4950                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4951                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4952                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4953                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4954                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4955                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4956                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4957                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4958                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4959                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4960                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4961                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4962                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4963                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4964                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4965                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4966                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4967                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4968                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4969                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4970                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4971                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4972                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4973                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4974                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 4975                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4976                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4977                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4978                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4979                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4980                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4981                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4982                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4983                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4984                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4985                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4986                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4987                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4988                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4989                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4990                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4991                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4992                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4993                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4994                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4995                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4996                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4997                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4998                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4999                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5000                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5001                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5002                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5003                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5004                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5005                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5006                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5007                    <a href="https://about.twitter.com/products/tweetdeck" rel="nofollow">TweetDeck</a>
## 5008                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5009                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5010                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5011                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5012                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5013                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5014                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5015                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5016                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5017                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5018                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5019                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5020                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5021                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5022                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5023                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5024                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5025                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5026                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5027                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5028                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5029                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5030                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5031                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5032                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5033                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5034                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5035                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5036                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5037                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5038                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5039                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5040                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5041                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5042                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5043                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5044                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5045                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5046                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5047                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5048                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5049                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5050                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5051                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5052                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5053                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5054                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 5055                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5056                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5057                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5058                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5059                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5060                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5061                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5062                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5063                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5064                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5065                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5066                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5067                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5068                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 5069                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5070                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5071                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5072                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5073                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5074                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5075                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5076                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5077                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5078                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5079                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5080                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5081                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5082                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5083                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5084                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5085                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5086                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5087                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5088                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5089                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5090                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5091                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5092                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5093                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5094                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5095                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5096                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5097                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5098                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5099                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5100                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5101                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5102                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5103                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5104                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5105                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5106                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5107                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5108                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5109                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5110                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5111                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5112                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5113                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5114                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5115                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5116                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5117                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5118                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5119                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5120                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5121                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5122                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5123                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5124                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5125                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5126                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5127                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5128                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5129                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5130                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5131                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5132                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5133                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5134                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5135                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5136                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5137                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5138                                      <a href="https://twitter.com/m2i_tw" rel="nofollow">tweet4mti</a>
## 5139                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5140                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5141                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5142                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5143                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5144                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5145                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5146                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5147                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5148                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5149                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5150                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5151                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5152                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5153                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5154                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5155                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5156                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5157                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5158                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5159                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5160                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5161                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5162                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5163                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5164                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5165                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5166                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5167                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5168                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5169                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5170                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5171                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5172                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5173                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5174                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5175                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5176                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5177                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5178                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5179                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5180                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5181                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5182                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5183                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5184                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5185                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5186                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5187                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5188                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5189                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5190                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5191                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5192                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5193                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5194                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5195                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5196                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5197                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5198                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5199                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5200                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5201                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5202                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5203                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5204                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5205                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5206                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5207                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5208                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5209                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5210                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5211                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5212                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5213                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5214                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5215                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5216                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5217                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5218                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5219                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5220                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5221                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5222                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5223                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5224                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5225                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5226                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5227                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5228                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5229                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5230                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5231                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5232                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5233                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5234                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5235                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5236                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5237                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5238                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5239                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5240                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5241                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5242                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5243                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5244                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5245                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5246                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5247                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5248                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5249                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5250                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5251                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5252                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5253                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5254                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5255                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5256                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5257                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5258                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5259                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5260                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5261                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5262                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5263                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5264                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5265                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5266                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5267                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5268                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5269                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5270                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5271                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5272                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5273                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5274                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5275                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5276                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5277                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5278                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5279                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5280                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5281                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5282                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5283                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5284                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5285                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5286                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5287                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5288                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5289                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5290                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5291                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5292                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5293                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5294                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5295                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5296                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5297                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5298                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5299                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5300                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5301                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5302                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5303                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5304                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5305                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5306                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5307                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5308                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5309                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5310                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5311                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5312                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5313                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5314                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5315                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5316                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5317                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5318                                    <a href="https://sproutsocial.com" rel="nofollow">Sprout Social</a>
## 5319                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5320                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5321                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5322                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5323                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5324                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5325                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5326                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5327                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5328                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5329                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5330                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5331                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5332                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5333                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5334                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5335                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5336                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5337                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5338                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5339                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5340                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5341                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5342                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5343                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5344                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5345                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5346                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5347                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5348                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 5349                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5350                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5351                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5352                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5353                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5354                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5355                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5356                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5357                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5358                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5359                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 5360                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 5361                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5362                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5363                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5364                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5365                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5366                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5367                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5368                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5369                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 5370                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5371                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5372                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5373                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 5374                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5375                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5376                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 5377                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5378                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5379                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 5380                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5381                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5382                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5383                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5384                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5385                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5386                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5387                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5388                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5389                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5390                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5391                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5392                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5393                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5394                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5395                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5396                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5397                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5398                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5399                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5400                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5401                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5402                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5403                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5404                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5405                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5406                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5407                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5408                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5409                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5410                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5411                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5412                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5413                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5414                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5415                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5416                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5417                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5418                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5419                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5420                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5421                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5422                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5423                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5424                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5425                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5426                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5427                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5428                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5429                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5430                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5431                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5432                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5433                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5434                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5435                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5436                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5437                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5438                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5439                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5440                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5441                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5442                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5443                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5444                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5445                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5446                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5447                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5448                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5449                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5450                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5451                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5452                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5453                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5454                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5455                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5456                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5457                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5458                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5459                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5460                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5461                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5462                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5463                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5464                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5465                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5466                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5467                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5468                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5469                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5470                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5471                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5472                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5473                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5474                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5475                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5476                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5477                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5478                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5479                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5480                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5481                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5482                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5483                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5484                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5485                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5486                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5487                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5488                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5489                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5490                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5491                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5492                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5493                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5494                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5495                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5496                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5497                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5498                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5499                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5500                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5501                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5502                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5503                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 5504                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5505                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5506                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5507                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5508                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5509                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5510                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5511                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5512                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5513                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5514                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5515                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5516                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5517                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5518                    <a href="https://about.twitter.com/products/tweetdeck" rel="nofollow">TweetDeck</a>
## 5519                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5520                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5521                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5522                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5523                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5524                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5525                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5526                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5527                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5528                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5529                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5530                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5531                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5532                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5533                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5534                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5535                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5536                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5537                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5538                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5539                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5540                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5541                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5542                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5543                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5544                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5545                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5546                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5547                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5548                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5549                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5550                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5551                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5552                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5553                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5554                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5555                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5556                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5557                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5558                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5559                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5560                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5561                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5562                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5563                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5564                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5565                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5566                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5567                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5568                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5569                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5570                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5571                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5572                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5573                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5574                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5575                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5576                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5577                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5578                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5579                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5580                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5581                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5582                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5583                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5584                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5585                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5586                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5587                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5588                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5589                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5590                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5591                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5592                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5593                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5594                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5595                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5596                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5597                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5598                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5599                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5600                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5601                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5602                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5603                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 5604                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5605                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5606                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5607                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5608                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5609                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5610                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5611                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5612                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5613                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5614                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5615                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5616                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 5617                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5618                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5619                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5620                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5621                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5622                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5623                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5624                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5625                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5626                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5627                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5628                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5629                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5630                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5631                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5632                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5633                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5634                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5635                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5636                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5637                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5638                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5639                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5640                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5641                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5642                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5643                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5644                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5645                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5646                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5647                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5648                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5649                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5650                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5651                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5652                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5653                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5654                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5655                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5656                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5657                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5658                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5659                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5660                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5661                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5662                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5663                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5664                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5665                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5666                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5667                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5668                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5669                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5670                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5671                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5672                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5673                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5674                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5675                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5676                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5677                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5678                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5679                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5680                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5681                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5682                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5683                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5684                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5685                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5686                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5687                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5688                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5689                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5690                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5691                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5692                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5693                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5694                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5695                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5696                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5697                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5698                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5699                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5700                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5701                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5702                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5703                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5704                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5705                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5706                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5707                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5708                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5709                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5710                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5711                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5712                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5713                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5714                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5715                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5716                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5717                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5718                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5719                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5720                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5721                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5722                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5723                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5724                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5725                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5726                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5727                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5728                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5729                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5730                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5731                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5732                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5733                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5734                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5735                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5736                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5737                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5738                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5739                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5740                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5741                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5742                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5743                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5744                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5745                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5746                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5747                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5748                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5749                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5750                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5751                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5752                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5753                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5754                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5755                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5756                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5757                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5758                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5759                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5760                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5761                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5762                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5763                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5764                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5765                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5766                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5767                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5768                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5769                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5770                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5771                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5772                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5773                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5774                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5775                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5776                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5777                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5778                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5779                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 5780                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5781                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5782                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5783                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5784                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5785                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5786                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5787                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5788                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5789                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5790                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5791                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 5792                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5793                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5794                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5795                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5796                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5797                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5798                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5799                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5800                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5801                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5802                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 5803                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5804                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5805                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5806                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5807                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5808                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5809                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5810                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5811                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5812                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5813                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5814                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5815                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5816                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5817                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5818                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5819                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5820                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5821                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5822                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5823                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5824                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5825                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5826                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5827                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5828                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5829                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5830                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5831                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5832                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5833                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5834                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5835                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5836                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5837                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5838                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5839                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5840                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5841                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5842                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5843                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5844                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5845                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5846                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5847                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5848                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5849                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5850                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5851                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5852                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5853                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5854                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5855                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 5856                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5857                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5858                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5859                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5860                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5861                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5862                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5863                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5864                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5865                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5866                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5867                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5868                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5869                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5870                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5871                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5872                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5873                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5874                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5875                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5876                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5877                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5878                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5879                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5880                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5881                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5882                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5883                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5884                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5885                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5886                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5887                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5888                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5889                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5890                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5891                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5892                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5893                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5894                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5895                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5896                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5897                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5898                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5899                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5900                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5901                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5902                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5903                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 5904                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5905                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5906                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5907                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5908                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5909                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 5910                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5911                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5912                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5913                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5914                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5915                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5916                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5917                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5918                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5919                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5920                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5921                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5922                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5923                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5924                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5925                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5926                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5927                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5928                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5929                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5930                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5931                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5932                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5933                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5934                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5935                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5936                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5937                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5938                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5939                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5940                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5941                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5942                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5943                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5944                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5945                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5946                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5947                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5948                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5949                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5950                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5951                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5952                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5953                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5954                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5955                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5956                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5957                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5958                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5959                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5960                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5961                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5962                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5963                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5964                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5965                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5966                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5967                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5968                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5969                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5970                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5971                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5972                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5973                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5974                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5975                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5976                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5977                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5978                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5979                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5980                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5981                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5982                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5983                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5984                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5985                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5986                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5987                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5988                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5989                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5990                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5991                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5992                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5993                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5994                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5995                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5996                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5997                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5998                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5999                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6000                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6001                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6002                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6003                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6004                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6005                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6006                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6007                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6008                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6009                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6010                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6011                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6012                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6013                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6014                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6015                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6016                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6017                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6018                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6019                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6020                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6021                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6022                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6023                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6024                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6025                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6026                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6027                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6028                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6029                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6030                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6031                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6032                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6033                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6034                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6035                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6036                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6037                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6038                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6039                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6040                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6041                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6042                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6043                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6044                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6045                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6046                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6047                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6048                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6049                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6050                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6051                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6052                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6053                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6054                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6055                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6056                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6057                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6058                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6059                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6060                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6061                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6062                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6063                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6064                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6065                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6066                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6067                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6068                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6069                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6070                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6071                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6072                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6073                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6074                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6075                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6076                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6077                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6078                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6079                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6080                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6081                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6082                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6083                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6084                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6085                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6086                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6087                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6088                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6089                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6090                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6091                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6092                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6093                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6094                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6095                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6096                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6097                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6098                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6099                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6100                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6101                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6102                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6103                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6104                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6105                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6106                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6107                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6108                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6109                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6110                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6111                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6112                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6113                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6114                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6115                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6116                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6117                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6118                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6119                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6120                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6121                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6122                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6123                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6124                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6125                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6126                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6127                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6128                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6129                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6130                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6131                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6132                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6133                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6134                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6135                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6136                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6137                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6138                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6139                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6140                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6141                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6142                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6143                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6144                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6145                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6146                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6147                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6148                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6149                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6150                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6151                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6152                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6153                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6154                                 <a href="https://streamlabs.com" rel="nofollow">Streamlabs Twitter</a>
## 6155                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6156                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6157                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6158                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6159                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6160                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6161                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6162                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6163                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6164                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6165                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6166                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6167                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6168                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6169                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6170                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6171                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6172                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6173                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6174                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6175                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6176                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6177                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6178                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6179                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6180                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6181                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6182                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6183                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6184                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6185                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6186                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6187                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6188                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6189                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6190                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6191                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6192                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6193                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6194                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6195                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6196                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6197                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6198                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6199                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6200                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6201                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6202                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6203                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6204                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6205                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6206                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6207                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6208                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6209                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6210                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6211                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6212                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6213                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6214                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6215                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6216                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6217                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6218                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6219                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6220                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6221                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6222                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6223                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6224                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6225                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6226                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6227                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6228                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6229                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6230                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6231                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6232                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6233                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6234                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6235                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6236                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6237                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6238                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6239                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6240                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6241                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6242                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6243                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6244                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6245                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6246                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6247                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6248                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6249                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6250                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6251                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6252                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6253                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6254                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6255                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6256                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6257                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6258                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6259                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6260                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6261                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6262                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6263                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6264                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6265                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6266                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6267                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6268                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6269                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6270                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6271                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6272                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6273                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6274                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6275                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6276                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6277                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6278                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6279                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6280                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6281                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6282                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6283                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6284                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6285                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6286                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6287                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6288                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6289                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6290                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6291                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6292                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6293                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6294                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6295                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6296                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6297                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6298                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6299                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6300                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6301                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6302                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6303                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6304                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6305                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6306                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6307                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6308                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6309                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6310                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6311                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6312                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6313                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6314                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6315                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6316                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6317                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6318                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6319                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6320                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6321                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6322                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6323                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6324                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6325                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6326                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6327                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6328                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6329                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6330                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6331                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6332                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6333                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6334                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6335                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6336                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6337                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6338                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6339                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6340                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6341                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6342                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6343                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6344                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6345                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6346                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6347                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6348                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6349                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6350                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6351                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6352                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6353                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6354                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6355                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6356                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6357                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6358                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6359                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6360                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6361                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6362                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6363                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6364                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6365                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6366                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6367                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6368                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6369                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6370                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6371                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6372                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6373                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6374                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6375                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6376                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6377                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6378                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6379                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6380                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6381                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6382                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6383                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6384                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6385                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6386                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6387                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6388                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6389                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6390                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6391                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6392                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6393                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6394                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6395                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6396                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6397                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6398                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6399                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6400                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6401                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6402                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6403                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6404                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6405                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6406                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6407                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6408                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6409                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6410                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6411                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6412                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6413                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6414                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6415                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6416                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6417                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6418                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6419                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6420                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6421                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6422                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6423                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6424                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6425                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6426                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6427                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6428                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6429                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6430                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6431                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6432                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6433                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6434                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6435                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6436                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6437                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6438                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6439                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6440                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6441                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6442                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6443                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6444                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6445                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6446                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6447                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6448                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6449                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6450                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6451                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6452                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6453                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6454                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6455                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6456                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6457                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6458                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6459                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6460                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6461                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6462                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6463                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6464                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6465                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6466                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6467                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6468                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6469                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6470                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6471                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6472                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6473                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6474                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6475                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6476                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6477                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6478                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6479                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 6480                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6481                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 6482                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6483                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 6484                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6485                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6486                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6487                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6488                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6489                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6490                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6491                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6492                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6493                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6494                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6495                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6496                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6497                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6498                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6499                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6500                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6501                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6502                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6503                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6504                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6505                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6506                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6507                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6508                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6509                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6510                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6511                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6512                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6513                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6514                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6515                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6516                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6517                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6518                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6519                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6520                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6521                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6522                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6523                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6524                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6525                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6526                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6527                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6528                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6529                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6530                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6531                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6532                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6533                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6534                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6535                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6536                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6537                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6538                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6539                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6540                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6541                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6542                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6543                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6544                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6545                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6546                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6547                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6548                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6549                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6550                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6551                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6552                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6553                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6554                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6555                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6556                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6557                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6558                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6559                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6560                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6561                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6562                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6563                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6564                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6565                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6566                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6567                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6568                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6569                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6570                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6571                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6572                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6573                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6574                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6575                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6576                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6577                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6578                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6579                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6580                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6581                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6582                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6583                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6584                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6585                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6586                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6587                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6588                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6589                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6590                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6591                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6592                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6593                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6594                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6595                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6596                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6597                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6598                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6599                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6600                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6601                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6602                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6603                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6604                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6605                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6606                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6607                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6608                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6609                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6610                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6611                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6612                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6613                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6614                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6615                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6616                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6617                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6618                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6619                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6620                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6621                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6622                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6623                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6624                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6625                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6626                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6627                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6628                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6629                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6630                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 6631                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6632                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6633                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6634                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6635                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6636                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6637                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6638                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6639                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6640                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6641                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6642                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6643                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6644                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6645                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6646                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6647                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6648                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6649                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6650                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6651                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6652                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6653                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6654                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6655                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6656                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6657                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6658                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6659                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6660                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6661                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6662                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6663                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6664                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6665                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6666                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6667                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6668                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6669                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6670                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6671                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6672                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6673                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6674                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6675                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6676                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 6677                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6678                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6679                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6680                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6681                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6682                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6683                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6684                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6685                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6686                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6687                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6688                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6689                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6690                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6691                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6692                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6693                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6694                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6695                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6696                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6697                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6698                                                   <a href="https://ifttt.com" rel="nofollow">IFTTT</a>
## 6699                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6700                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6701                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6702                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6703                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6704                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6705                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6706                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6707                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6708                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6709                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6710                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6711                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6712                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6713                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6714                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6715                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6716                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6717                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6718                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6719                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6720                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6721                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6722                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6723                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6724                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6725                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6726                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6727                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6728                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6729                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6730                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6731                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6732                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6733                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6734                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6735                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6736                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6737                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6738                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6739                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6740                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6741                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6742                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6743                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6744                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6745                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6746                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6747                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6748                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6749                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6750                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6751                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6752                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6753                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6754                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6755                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6756                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6757                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6758                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6759                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6760                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6761                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6762                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6763                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6764                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6765                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6766                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6767                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6768                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6769                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6770                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6771                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6772                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6773                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6774                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6775                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6776                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6777                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6778                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6779                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6780                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6781                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6782                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6783                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6784                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6785                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6786                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6787                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6788                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6789                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6790                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6791                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6792                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6793                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6794                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6795                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6796                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6797                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6798                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6799                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6800                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6801                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6802                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6803                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6804                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6805                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6806                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6807                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6808                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6809                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6810                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6811                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6812                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6813                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6814                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6815                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6816                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6817                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6818                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6819                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6820                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6821                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6822                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6823                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6824                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6825                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6826                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6827                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6828                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6829                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6830                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6831                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6832                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6833                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6834                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6835                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6836                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6837                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6838                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6839                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6840                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6841                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6842                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6843                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6844                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6845                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6846                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6847                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6848                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6849                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6850                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6851                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6852                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6853                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6854                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6855                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6856                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6857                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6858                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6859                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6860                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6861                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6862                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6863                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6864                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6865                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6866                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6867                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6868                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6869                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6870                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6871                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6872                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6873                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6874                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6875                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6876                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6877                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6878                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6879                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6880                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6881                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6882                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6883                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6884                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6885                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6886                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6887                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6888                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6889                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6890                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6891                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6892                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6893                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6894                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6895                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6896                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6897                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6898                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6899                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6900                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6901                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6902                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6903                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6904                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6905                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6906                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6907                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6908                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6909                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6910                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6911                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6912                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6913                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6914                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6915                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6916                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6917                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6918                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6919                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6920                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6921                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6922                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6923                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6924                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6925                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6926                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6927                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6928                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6929                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6930                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6931                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6932                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6933                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6934                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6935                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6936                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6937                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6938                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6939                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6940                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6941                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6942                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6943                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6944                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6945                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6946                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6947                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6948                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6949                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6950                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6951                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6952                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6953                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6954                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6955                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6956                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6957                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6958                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6959                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6960                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6961                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6962                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6963                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6964                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6965                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6966                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6967                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6968                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6969                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6970                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6971                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6972                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6973                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6974                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6975                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6976                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6977                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6978                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6979                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6980                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6981                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6982                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6983                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6984                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6985                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6986                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6987                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6988                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6989                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6990                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6991                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6992                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6993                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6994                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6995                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6996                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6997                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6998                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6999                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7000                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7001                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7002                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7003                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7004                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7005                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7006                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7007                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7008                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7009                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7010                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7011                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7012                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7013                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7014                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7015                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7016                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7017                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7018                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7019                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7020                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7021                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7022                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7023                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7024                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7025                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7026                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7027                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7028                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7029                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7030                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7031                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7032                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7033                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7034                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7035                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7036                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7037                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7038                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7039                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7040                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7041                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7042                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7043                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7044                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7045                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7046                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7047                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7048                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7049                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7050                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7051                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7052                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7053                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7054                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7055                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7056                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7057                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7058                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7059                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7060                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7061                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7062                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7063                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7064                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7065                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7066                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7067                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7068                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7069                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7070                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7071                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7072                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7073                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7074                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7075                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7076                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7077                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7078                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7079                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7080                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7081                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7082                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7083                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7084                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7085                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7086                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7087                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7088                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7089                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7090                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7091                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7092                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7093                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7094                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7095                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7096                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7097                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7098                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7099                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7100                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7101                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7102                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7103                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7104                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7105                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7106                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7107                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7108                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7109                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7110                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7111                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7112                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7113                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7114                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7115                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7116                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7117                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7118                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7119                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7120                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7121                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7122                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7123                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7124                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7125                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7126                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7127                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7128                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7129                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7130                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7131                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7132                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7133                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7134                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7135                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7136                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7137                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7138                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7139                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7140                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7141                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7142                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7143                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7144                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7145                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7146                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7147                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7148                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7149                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 7150                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7151                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7152                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7153                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7154                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7155                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7156                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7157                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7158                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7159                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7160                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7161                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7162                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7163                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7164                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7165                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7166                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7167                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7168                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7169                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7170                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7171                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7172                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7173                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7174                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7175                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7176                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7177                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7178                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7179                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7180                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7181                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7182                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7183                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7184                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7185                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7186                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7187                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7188                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7189                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7190                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7191                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7192                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7193                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7194                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7195                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7196                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7197                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7198                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7199                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7200                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7201                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7202                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7203                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7204                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7205                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7206                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7207                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7208                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7209                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7210                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7211                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7212                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7213                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7214                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 7215                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7216                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7217                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7218                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7219                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7220                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 7221                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7222                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7223                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7224                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7225                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7226                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7227                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7228                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7229                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7230                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7231                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7232                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7233                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7234                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7235                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7236                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7237                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7238                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7239                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7240                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7241                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7242                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7243                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7244                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7245                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7246                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7247                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7248                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7249                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7250                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7251                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7252                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7253                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7254                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7255                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7256                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7257                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7258                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7259                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7260                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7261                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7262                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7263                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7264                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7265                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7266                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7267                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7268                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7269                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7270                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7271                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7272                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7273                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7274                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7275                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7276                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7277                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7278                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7279                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7280                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7281                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7282                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7283                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7284                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7285                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7286                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7287                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7288                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7289                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7290                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7291                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7292                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7293                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7294                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7295                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7296                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7297                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7298                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7299                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7300                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7301                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7302                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7303                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7304                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7305                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7306                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7307                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7308                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7309                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7310                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7311                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7312                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7313                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7314                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7315                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7316                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7317                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7318                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7319                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7320                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7321                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7322                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7323                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7324  <a href="http://itunes.apple.com/us/app/twitter/id409789998?mt=12" rel="nofollow">Twitter for Mac</a>
## 7325                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7326                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7327                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7328                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7329                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7330                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7331                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7332                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7333                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7334                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7335                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7336                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7337                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7338                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7339                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7340                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7341                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7342                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7343                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7344                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7345                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7346                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7347                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7348                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7349                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7350                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7351                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7352                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7353                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7354                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7355                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7356                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7357                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7358                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7359                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7360                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7361                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7362                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7363                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7364                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7365                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7366                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7367                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7368                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7369                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7370                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7371                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7372                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7373                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7374                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7375                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7376                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7377                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7378                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7379                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7380                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7381                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7382                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7383                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7384                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7385                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7386                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7387                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7388                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7389                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7390                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7391                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7392                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7393                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7394                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7395                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7396                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7397                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7398                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7399                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7400                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7401                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7402                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7403                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7404                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7405                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7406                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7407                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7408                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7409                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7410                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7411                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7412                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7413                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7414                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7415                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7416                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7417                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7418                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7419                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7420                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7421                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7422                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7423                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7424                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7425                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7426                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7427                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7428                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7429                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7430                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7431                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7432                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7433                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7434                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7435                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7436                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7437                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7438                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7439                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7440                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7441                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7442                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7443                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7444                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7445                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7446                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7447                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7448                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7449                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7450                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7451                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7452                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7453                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7454                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7455                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7456                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7457                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7458                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7459                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7460                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7461                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7462                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7463                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7464                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7465                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7466                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7467                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7468                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7469                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7470                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7471                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7472                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7473                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7474                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7475                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7476                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7477                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7478                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7479                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7480                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7481                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7482                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7483                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7484                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7485                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7486                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7487                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7488                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7489                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7490                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7491                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7492                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7493                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7494                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7495                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7496                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7497                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7498                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7499                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7500                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7501                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7502                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7503                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7504                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7505                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7506                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7507                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7508                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7509                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7510                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7511                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7512                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7513                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7514                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7515                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7516                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7517                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7518                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7519                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7520                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7521                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7522                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7523                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7524                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7525                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7526                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7527                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7528                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7529                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7530                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7531                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7532                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7533                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7534                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7535                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7536                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7537                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7538                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7539                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7540                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7541                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7542                                   <a href="https://echochamber.be" rel="nofollow">socialpoetrybots</a>
## 7543                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7544                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7545                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7546                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7547                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7548                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7549                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7550                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7551                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7552                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7553                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7554                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7555                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7556                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7557                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7558                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7559                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7560                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7561                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7562                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7563                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7564                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7565                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7566                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7567                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7568                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7569                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7570                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7571                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7572                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7573                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7574                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7575                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7576                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7577                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7578                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7579                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7580                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7581                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7582                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7583                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7584                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7585                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7586                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7587                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7588                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7589                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7590                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7591                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7592                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7593                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7594                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7595                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7596                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7597                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7598                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7599                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7600                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7601                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7602                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7603                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7604                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7605                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7606                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7607                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7608                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7609                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7610                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7611                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7612                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7613                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7614                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7615                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7616                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7617                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7618                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7619                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7620                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7621                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7622                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7623                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7624                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7625                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7626                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7627                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7628                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7629                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7630                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7631                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7632                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7633                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7634                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7635                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7636                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7637                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7638                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7639                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7640                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7641                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7642                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7643                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7644                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7645                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7646                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7647                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7648                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7649                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7650                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7651                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7652                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7653                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7654                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7655                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7656                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7657                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7658                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7659                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7660                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7661                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7662                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7663                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7664                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7665                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7666                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7667                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7668                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7669                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7670                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7671                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7672                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7673                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7674                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 7675                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7676                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7677                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7678                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7679                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7680                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7681                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7682                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7683                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7684                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7685                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7686                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7687                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7688                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7689                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7690                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7691                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7692                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7693                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7694                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7695                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7696                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7697                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7698                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7699                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7700                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7701                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7702                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7703                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7704                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7705                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7706                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7707                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7708                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7709                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7710                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7711                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7712                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7713                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7714                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7715                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7716                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7717                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7718                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7719                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7720                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7721                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7722                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7723                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7724                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7725                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7726                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7727                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7728                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7729                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7730                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7731                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7732                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7733                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7734                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7735                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7736                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7737                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7738                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 7739                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7740                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7741                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7742                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7743                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7744                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7745                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7746                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7747                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7748                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7749                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7750                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7751                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7752                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7753                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7754                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7755                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7756                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7757                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7758                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7759                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7760                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7761                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7762                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7763                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7764                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7765                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7766                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7767                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7768                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7769                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7770                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7771                                 <a href="http://appleinsider.com" rel="nofollow">Appleinsider.com </a>
## 7772                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7773                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7774                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7775                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7776                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7777                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7778                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7779                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7780                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7781                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7782                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7783                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7784                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7785                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7786                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7787                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7788                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7789                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7790                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7791                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7792                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7793                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7794                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7795                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7796                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7797                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7798                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7799                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7800                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7801                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7802                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7803                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7804                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7805                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7806                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7807                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7808                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7809                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7810                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7811                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7812                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7813                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7814                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7815                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7816                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7817                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7818                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7819                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7820                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7821                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7822                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7823                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7824                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7825                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7826                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7827                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7828                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7829                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7830                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7831                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7832                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7833                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7834                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 7835                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7836                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7837                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7838                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7839                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7840                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7841                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7842                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7843                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7844                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7845                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7846                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7847                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7848                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7849                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7850                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7851                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7852                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7853                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7854                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7855                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7856                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7857                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7858                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7859                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7860                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7861                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7862                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7863                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7864                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7865                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7866                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7867                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7868                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7869                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7870                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7871                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7872                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7873                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7874                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7875                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7876                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7877                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7878                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7879                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7880                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7881                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7882                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7883                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7884                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7885                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7886                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7887                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7888                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7889                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7890                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7891                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7892                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7893                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7894                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7895                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7896                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7897                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7898                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7899                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7900                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7901                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7902                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7903                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7904                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7905                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7906                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7907                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7908                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7909                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7910                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7911                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7912                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7913                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7914                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7915                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7916                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7917                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7918                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7919                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7920                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7921                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7922                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7923                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7924                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7925                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7926                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7927                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7928                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7929                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7930                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7931                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7932                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7933                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7934                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7935                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7936                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7937                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7938                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7939                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7940                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7941                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7942                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7943                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7944                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7945                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7946                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7947                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7948                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7949                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7950                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7951                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7952                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7953                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7954                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7955                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7956                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7957                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7958                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7959                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7960                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7961                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7962                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7963                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7964                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7965                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7966                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7967                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7968                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7969                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7970                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7971                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7972                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7973                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7974                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7975                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7976                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7977                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7978                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7979                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7980                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7981                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7982                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7983                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7984                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7985                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7986                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7987                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7988                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7989                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7990                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7991                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7992                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7993                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7994                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7995                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7996                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7997                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7998                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7999                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8000                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8001                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8002                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8003                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8004                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8005                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8006                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8007                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8008                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8009                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8010                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8011                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8012                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8013                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8014                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8015                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8016                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8017                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8018                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8019                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8020                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8021                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8022                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8023                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8024                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8025                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8026                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8027                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8028                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8029                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8030                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8031                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8032                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8033                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8034                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8035                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8036                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8037                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8038                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8039                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8040                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8041                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8042                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8043                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8044                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8045                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8046                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8047                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8048                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8049                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8050                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8051                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8052                                                   <a href="https://ifttt.com" rel="nofollow">IFTTT</a>
## 8053                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8054                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8055                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8056                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8057                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8058                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8059                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8060                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8061                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8062                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8063                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8064                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8065                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8066                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8067                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8068                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8069                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8070                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8071                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8072                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8073                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8074                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8075                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8076                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8077                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8078                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8079                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8080                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8081                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8082                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8083                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8084                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8085                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8086                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8087                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8088                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8089                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8090                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8091                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8092                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8093                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8094                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8095                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8096                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8097                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8098                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8099                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8100                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8101                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8102                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8103                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8104                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8105                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8106                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8107                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8108                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8109                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8110                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8111                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8112                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8113                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8114                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8115                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8116                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8117                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8118                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8119                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8120                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8121                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8122                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8123                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8124                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8125                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8126                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8127                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8128                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8129                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8130                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8131                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8132                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8133                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8134                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8135                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8136                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8137                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8138                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8139                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8140                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8141                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8142                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8143                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8144                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8145                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8146                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8147                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8148                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8149                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8150                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8151                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8152                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8153                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8154                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8155                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8156                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8157                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8158                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8159                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8160                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8161                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8162                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8163                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8164                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8165                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8166                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8167                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8168                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8169                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8170                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8171                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8172                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8173                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8174                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8175                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8176                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8177                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 8178                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8179                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8180                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8181                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8182                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8183                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8184                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8185                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8186                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8187                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8188                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8189                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8190                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8191                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8192                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8193                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8194                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8195                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8196                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8197                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8198                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8199                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8200                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8201                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8202                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8203                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8204                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8205                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8206                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8207                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8208                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8209                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8210                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8211                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8212                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8213                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8214                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8215                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8216                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8217                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8218                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8219                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8220                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8221                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8222                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8223                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8224                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8225                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8226                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8227                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8228                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8229                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8230                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8231                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8232                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8233                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8234                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8235                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8236                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8237                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8238                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8239                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8240                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8241                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8242                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8243                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8244                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8245                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8246                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8247                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8248                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8249                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8250                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8251                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8252                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8253                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8254                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8255                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8256                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8257                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8258                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8259                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8260                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8261                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8262                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8263                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8264                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8265                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8266                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8267                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8268                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8269                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8270                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8271                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8272                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 8273                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8274                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8275                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8276                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8277                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8278                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8279                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8280                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8281                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8282                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8283                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8284                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8285                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8286                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8287                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8288                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8289                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8290                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8291                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8292                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8293                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8294                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8295                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8296                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8297                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8298                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8299                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8300                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8301                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8302                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8303                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8304                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8305                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8306                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8307                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8308                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8309                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8310                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8311                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8312                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8313                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8314                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8315                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8316                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8317                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8318                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8319                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8320                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8321                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8322                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8323                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8324                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8325                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8326                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8327                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8328                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8329                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8330                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8331                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8332                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8333                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 8334                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8335                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8336                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8337                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8338                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8339                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8340                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8341                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 8342                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8343                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8344                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8345                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8346                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8347                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8348                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8349                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8350                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8351                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8352                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8353                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8354                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8355                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8356                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8357                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8358                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8359                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8360                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8361                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8362                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8363                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8364                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8365                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8366                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8367                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8368                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8369                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8370                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8371                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8372                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8373                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8374                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8375                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8376                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8377                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8378                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8379                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8380                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8381                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8382                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8383                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8384                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8385                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8386                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8387                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8388                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8389                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8390                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8391                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8392                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8393                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8394                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8395                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8396                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8397                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8398                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8399                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8400                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8401                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8402                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8403                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8404                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8405                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8406                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8407                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8408                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8409                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8410                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8411                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8412                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8413                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8414                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8415                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8416                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8417                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8418                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8419                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8420                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8421                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8422                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8423                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8424                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8425                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8426                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8427                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8428                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8429                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8430                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8431                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8432                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8433                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8434                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8435                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8436                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8437                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8438                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8439                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8440                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8441                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8442                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8443                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8444                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8445                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8446                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8447                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8448                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8449                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8450                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8451                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8452                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8453                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8454                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8455                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8456                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8457                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8458                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8459                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8460                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8461                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8462                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8463                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8464                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8465                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8466                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8467                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8468                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8469                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8470                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8471                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8472                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8473                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8474                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8475                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8476                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8477                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8478                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8479                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8480                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8481                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8482                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8483                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8484                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8485                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8486                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8487                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8488                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8489                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8490                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8491                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8492                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8493                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8494                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8495                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8496                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8497                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8498                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8499                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8500                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8501                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8502                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8503                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8504                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8505                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8506                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8507                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8508                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8509                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8510                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8511                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8512                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8513                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8514                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8515                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8516                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8517                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8518                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8519                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8520                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8521                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8522                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8523                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8524                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8525                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8526                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8527                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8528                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8529                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8530                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8531                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8532                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8533                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8534                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8535                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8536                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8537                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8538                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8539                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8540                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8541                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8542                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8543                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8544                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8545                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8546                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 8547                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8548                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8549                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8550                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 8551                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8552                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8553                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8554                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 8555                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8556                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8557                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8558                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8559                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8560                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8561                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8562                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8563                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 8564                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8565                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8566                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8567                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8568                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8569                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8570                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8571                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8572                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8573                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8574                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8575                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8576                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8577                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8578                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8579                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8580                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8581                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8582                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8583                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8584                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8585                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8586                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8587                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8588                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8589                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8590                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8591                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8592                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8593                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8594                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8595                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8596                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8597                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8598                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8599                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8600                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8601                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8602                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8603                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8604                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8605                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8606                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8607                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8608                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8609                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8610                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8611                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8612                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8613                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8614                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8615                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8616                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8617                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8618                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8619                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8620                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8621                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8622                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8623                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8624                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8625                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8626                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8627                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8628                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8629                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8630                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8631                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8632                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8633                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8634                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8635                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8636                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8637                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8638                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8639                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8640                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8641                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8642                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8643                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8644                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8645                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8646                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8647                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8648                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8649                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8650                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8651                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8652                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8653                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8654                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8655                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8656                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8657                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8658                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8659                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8660                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8661                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8662                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8663                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8664                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8665                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8666                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8667                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8668                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8669                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8670                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8671                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8672                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8673                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8674                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8675                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8676                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8677                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8678                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8679                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8680                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8681                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8682                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8683                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8684                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8685                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8686                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8687                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8688                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8689                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8690                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8691                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8692                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8693                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8694                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8695                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8696                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8697                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8698                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8699                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8700                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8701                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8702                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8703                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8704                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8705                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8706                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8707                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8708                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8709                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8710                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8711                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8712                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8713                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8714                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8715                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8716                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8717                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8718                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8719                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8720                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8721                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8722                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8723                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8724                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8725                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8726                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8727                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8728                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8729                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8730                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8731                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8732                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8733                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8734                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8735                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8736                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8737                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8738                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8739                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8740                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8741                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8742                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8743                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8744                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8745                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8746                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8747                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8748                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8749                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8750                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8751                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8752                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8753                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8754                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8755                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8756                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8757                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8758                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8759                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8760                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8761                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8762                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8763                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8764                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8765                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8766                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8767                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8768                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8769                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8770                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8771                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8772                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8773                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8774                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8775                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8776                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8777                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8778                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8779                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8780                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8781                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8782                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8783                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8784                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8785                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8786                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8787                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8788                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8789                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8790                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8791                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8792                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8793                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8794                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8795                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8796                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 8797                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8798                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8799                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8800                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 8801                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8802                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 8803                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8804                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8805                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8806                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8807                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8808                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8809                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8810                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8811                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8812                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8813                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8814                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8815                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8816                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8817                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8818                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8819                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8820                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8821                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8822                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8823                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8824                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 8825                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8826                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8827                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8828                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8829                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8830                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8831                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8832                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8833                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8834                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8835                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8836                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8837                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8838                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8839                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8840                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8841                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8842                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8843                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8844                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8845                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8846                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8847                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8848                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8849                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8850                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8851                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8852                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8853                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8854                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8855                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8856                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8857                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8858                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8859                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8860                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8861                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8862                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8863                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8864                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8865                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8866                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8867                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8868                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8869                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8870                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8871                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8872                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8873                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8874                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8875                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8876                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8877                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8878                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8879                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8880                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8881                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8882                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8883                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8884                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8885                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8886                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8887                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8888                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8889                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8890                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8891                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8892                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8893                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8894                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8895                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8896                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8897                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8898                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8899                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8900                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8901                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8902                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8903                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8904                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8905                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8906                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8907                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8908                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8909                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8910                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8911                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8912                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8913                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8914                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8915                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8916                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 8917                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8918                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8919                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8920                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8921                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8922                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8923                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8924                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8925                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8926                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8927                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8928                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8929                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8930                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8931                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8932                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8933                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8934                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8935                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8936                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8937                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8938                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8939                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8940                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8941                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8942                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8943                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8944                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8945                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8946                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8947                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8948                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8949                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8950                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8951                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8952                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8953                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8954                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8955                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8956                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8957                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8958                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8959                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8960                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8961                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8962                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8963                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8964                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8965                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8966                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8967                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8968                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8969                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8970                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8971                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8972                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8973                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8974                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8975                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8976                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8977                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8978                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8979                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8980                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8981                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8982                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8983                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8984                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8985                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8986                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8987                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8988                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8989                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8990                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8991                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8992                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8993                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8994                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8995                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8996                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8997                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8998                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8999                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9000                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9001                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9002                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9003                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9004                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9005                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9006                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9007                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9008                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9009                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9010                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9011                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9012                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9013                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9014                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9015                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9016                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9017                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9018                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9019                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9020                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9021                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9022                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9023                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9024                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9025                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9026                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9027                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9028                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9029                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9030                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9031                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9032                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9033                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9034                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9035                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9036                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9037                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9038                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9039                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9040                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9041                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9042                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9043                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9044                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9045                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9046                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9047                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9048                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9049                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9050                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9051                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9052                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9053                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9054                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9055                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9056                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9057                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9058                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9059                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9060                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9061                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9062                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9063                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9064                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9065                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9066                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9067                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9068                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9069                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9070                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9071                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9072                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9073                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9074                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9075                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9076                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9077                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9078                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9079                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9080                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9081                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9082                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9083                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9084                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9085                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9086                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9087                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9088                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9089                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9090                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9091                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9092                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9093                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9094                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9095                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9096                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9097                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9098                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9099                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9100                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9101                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9102                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9103                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9104                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9105                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9106                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9107                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9108                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9109                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9110                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9111                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9112                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9113                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9114                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9115                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9116                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9117                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9118                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9119                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9120                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9121                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9122                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9123                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9124                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9125                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9126                                      <a href="https://twitter.com/m2i_tw" rel="nofollow">tweet4mti</a>
## 9127                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9128                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9129                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9130                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9131                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9132                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9133                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9134                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9135                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9136                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9137                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9138                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9139                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9140                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9141                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9142                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9143                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9144                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9145                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9146                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9147                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9148                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9149                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9150                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9151                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9152                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9153                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9154                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9155                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9156                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9157                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9158                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9159                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9160                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9161                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9162                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9163                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9164                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9165                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9166                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9167                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9168                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9169                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9170                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9171                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9172                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9173                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9174                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9175                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9176                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9177                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9178                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9179                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9180                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9181                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9182                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9183                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9184                                    <a href="https://sproutsocial.com" rel="nofollow">Sprout Social</a>
## 9185                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9186                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9187                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9188                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9189                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9190                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9191                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9192                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9193                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9194                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9195                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9196                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9197                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9198                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9199                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9200                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9201                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9202                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9203                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9204                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9205                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9206                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9207                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9208                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9209                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9210                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9211                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9212                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9213                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9214                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9215                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9216                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9217                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9218                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9219                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9220                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9221                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9222                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9223                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9224                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9225                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9226                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9227                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9228                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9229                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9230                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9231                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9232                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9233                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9234                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9235                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9236                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9237                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9238                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9239                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9240                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9241                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9242                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9243                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9244                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9245                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9246                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9247                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9248                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9249                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9250                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9251                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9252                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9253                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9254                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9255                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9256                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9257                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9258                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9259                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9260                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9261                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9262                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9263                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9264                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9265                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9266                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9267                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9268                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9269                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9270                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9271                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9272                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9273                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9274                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9275                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9276                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9277                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9278                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9279                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9280                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9281                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9282                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9283                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9284                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9285                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9286                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9287                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9288                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9289                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9290                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9291                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9292                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9293                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9294                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9295                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9296                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9297                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9298                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9299                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9300                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9301                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9302                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9303                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9304                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9305                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9306                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9307                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9308                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9309                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9310                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9311                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9312                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9313                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9314                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9315                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9316                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9317                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9318                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9319                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9320                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9321                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9322                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9323                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9324                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9325                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9326                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9327                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9328                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9329                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9330                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9331                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9332                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9333                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9334                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9335                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9336                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9337                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9338                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9339                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9340                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9341                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9342                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9343                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9344                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9345                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9346                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9347                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9348                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9349                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9350                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9351                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9352                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9353                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9354                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9355                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9356                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9357                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9358                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9359                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9360                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9361                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9362                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9363                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9364                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9365                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9366                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9367                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9368                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9369                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9370                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9371                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9372                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9373                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9374                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9375                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9376                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9377                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9378                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9379                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9380                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9381                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9382                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9383                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9384                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9385                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9386                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9387                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9388                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9389                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9390                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9391                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9392                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9393                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9394                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9395                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9396                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9397                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9398                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9399                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9400                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9401                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9402                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9403                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9404                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9405                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9406                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9407                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9408                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9409                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9410                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9411                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9412                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9413                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9414                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9415                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9416                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9417                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9418                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9419                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9420                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9421                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9422                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9423                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9424                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9425                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9426                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9427                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9428                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9429                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9430                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9431                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9432                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9433                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9434                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9435                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9436                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9437                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9438                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9439                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9440                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9441                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9442                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9443                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9444                                     <a href="https://www.popsugar.com" rel="nofollow">popsugar.com</a>
## 9445                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9446                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9447                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9448                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9449                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9450                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9451                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9452                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9453                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9454                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9455                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9456                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9457                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9458                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9459                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9460                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9461                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9462                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9463                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9464                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9465                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9466                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9467                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9468                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9469                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9470                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9471                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9472                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9473                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9474                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9475                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9476                    <a href="https://about.twitter.com/products/tweetdeck" rel="nofollow">TweetDeck</a>
## 9477                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9478                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9479                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9480                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9481                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9482                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9483                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9484                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9485                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9486                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9487                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9488                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9489                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9490                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9491                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9492                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9493                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9494                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9495                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9496                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9497                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9498                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9499                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9500                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9501                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9502                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9503                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9504                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9505                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9506                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9507                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9508                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9509                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9510                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9511                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9512                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9513                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9514                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9515                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9516                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9517                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9518                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9519                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9520                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9521                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9522                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9523                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9524                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9525                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9526                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9527                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9528                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9529                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9530                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9531                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9532                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9533                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9534                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9535                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9536                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9537                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9538                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9539                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9540                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9541                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9542                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9543                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9544                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9545                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9546                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9547                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9548                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9549                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9550                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9551                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9552                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9553                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9554                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9555                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9556                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9557                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9558                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9559                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9560                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9561                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9562                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9563                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9564                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9565                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9566                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9567                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9568                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9569                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9570                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9571                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9572                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9573                    <a href="https://about.twitter.com/products/tweetdeck" rel="nofollow">TweetDeck</a>
## 9574                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9575                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9576                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9577                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9578                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9579                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9580                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9581                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9582                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9583                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9584                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9585                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9586                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9587                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9588                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9589                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9590                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9591                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9592                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9593                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9594                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9595                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9596                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9597                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9598                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9599                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9600                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9601                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9602                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9603                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9604                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9605                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9606                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9607                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9608                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9609                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9610                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9611                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9612                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9613                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9614                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9615                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9616                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9617                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9618                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9619                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9620                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9621                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9622  <a href="http://itunes.apple.com/us/app/twitter/id409789998?mt=12" rel="nofollow">Twitter for Mac</a>
## 9623                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9624                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9625                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9626                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9627                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9628                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9629                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9630                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9631                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9632                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9633                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9634                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9635                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9636                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9637                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9638                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9639                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9640                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9641                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9642                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9643                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9644                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9645                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9646                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9647                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9648                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9649                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9650                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9651                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 9652                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9653                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9654                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9655                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9656                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9657                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9658                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9659                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9660                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9661                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9662                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9663                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9664                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9665                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9666                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9667                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9668                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9669                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9670                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9671                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9672                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9673                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9674                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9675                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9676                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9677                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9678                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9679                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9680                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9681                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9682                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9683                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9684                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9685                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9686                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9687                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9688                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9689                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9690                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9691                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9692                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9693                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9694                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9695                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9696                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9697                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9698                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9699                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9700                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9701                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9702                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9703                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9704                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9705                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9706                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9707                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9708                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9709                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9710                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9711                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9712                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9713                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9714                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9715                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9716                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9717                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 9718                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9719                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9720                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9721                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9722                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9723                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9724                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9725                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 9726                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9727                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9728                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9729                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9730                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9731                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9732                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9733                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9734                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 9735                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9736                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9737                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9738                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9739                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9740                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9741                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9742                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9743                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9744                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9745                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9746                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9747                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9748                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9749                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9750                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9751                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9752                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9753                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9754                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9755                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9756                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9757                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9758                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9759                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9760                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9761                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9762                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9763                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9764                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9765                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9766                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9767                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9768                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9769                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9770                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9771                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9772                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9773                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9774                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 9775                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9776                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9777                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9778                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9779                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9780                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9781                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9782                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9783                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9784                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9785                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9786                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9787                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9788                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9789                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9790                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9791                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9792                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9793                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9794                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9795                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9796                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9797                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9798                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 9799                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9800                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9801                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9802                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9803                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9804                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9805                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9806                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9807                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9808                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9809                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9810                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 9811                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9812                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9813                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9814                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9815                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9816                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9817                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9818                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9819                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9820                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9821                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9822                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9823                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9824                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9825                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9826                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9827                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9828                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9829                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9830                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9831                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9832                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9833                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9834                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9835                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9836                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9837                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9838                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9839                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9840                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9841                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9842                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9843                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9844                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9845                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9846                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9847                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9848                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9849                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9850                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9851                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9852                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9853                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9854                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9855                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9856                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9857                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9858                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9859                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9860                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9861                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9862                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9863                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9864                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9865                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9866                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9867                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9868                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9869                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9870                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9871                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9872                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9873                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9874                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9875                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9876                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9877                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9878                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9879                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9880                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9881                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9882                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9883                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9884                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9885                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9886                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9887                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9888                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9889                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9890                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9891                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9892                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9893                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9894                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9895                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9896                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9897                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9898                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9899                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9900                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9901                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9902                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9903                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9904                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9905                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9906                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9907                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9908                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9909                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9910                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9911                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9912                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9913                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9914                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9915                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9916                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9917                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9918                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9919                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9920                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9921                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9922                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9923                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9924                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9925                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9926                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9927                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9928                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9929                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9930                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9931                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9932                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9933                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9934                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9935                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9936                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9937                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9938                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9939                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9940                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9941                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9942                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9943                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9944                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9945                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9946                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9947                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9948                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9949                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9950                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9951                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9952                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9953                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9954                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9955                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9956                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9957                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9958                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9959                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9960                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9961                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9962                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9963                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9964                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9965                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9966                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9967                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9968                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9969                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9970                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9971                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9972                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9973                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9974                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9975                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9976                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9977                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9978                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9979                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9980                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9981                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9982                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9983                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9984                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9985                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9986                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9987                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9988                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9989                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9990                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9991                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9992                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9993                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9994                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9995                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9996                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9997                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9998                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9999                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 10000                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>

GROUPING THE DATA CREATED.

TTweetsdf2 %>%  
  group_by(1) %>%  
  summarise(max = max(created), min = min(created))
## # A tibble: 1 × 3
##     `1` max                 min                
##   <dbl> <dttm>              <dttm>             
## 1     1 2022-11-28 23:59:56 2022-11-28 13:40:43
mutatee <- TTweetsdf %>%  mutate(Created_At_Round = created %>% 
                                    round(units = 'hours') %>% as.POSIXct())
mutatee
##                                                                                                                                                                    text
## 1                                                                                    Can’t wait for my #SpotifyWrapped top 5 genre to just all be reiterations of pop 💕
## 2                                                                                   I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 3                                                                                                                   I predict my top genre will be rap. #SpotifyWrapped
## 4                                                                                                     I predict my top podcast will be Pod Meets World  #SpotifyWrapped
## 5                                                                                                     I predict my most played song will be  That Girl😭 #SpotifyWrapped
## 6                                                                                   I predict my most played song will be Through The Wire (Kanye West) #SpotifyWrapped
## 7                                                                                                                    I predict my top genre will be Pop #SpotifyWrapped
## 8                                                                                              I predict my most played song will be I Burned LA Down \n#SpotifyWrapped
## 9                                                                                                                 I predict my top genre will be Kpop💎💙 #SpotifyWrapped
## 10                                                                                                        I predict my top artist will be Taylor Swift. #SpotifyWrapped
## 11                                                                                                        I predict my top artist will be Justin Bieber #SpotifyWrapped
## 12                                       My #SpotifyWrapped in 2022 will flex between LoFi beats, to early 2000s Jay-Z, to T-Swift and Sunmi (courtesy of the gorlfren)
## 13                                                                                                        I predict my top artist will be @Eiffel65Band #SpotifyWrapped
## 14                                                             we don’t talk about bruno va a estar en mi top 5, no me escondo\n#SpotifyWrapped https://t.co/OcGBB8WgEz
## 15                                                                                                    I predict my top artist will be tyler the creator #SpotifyWrapped
## 16                                                                                                      I predict my top artist will be Sebastian Yatra #SpotifyWrapped
## 17                                                                                       I predict my most played song will be Never Goodbye nct dreamm #SpotifyWrapped
## 18                                              I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped it’s between shawn mendes or borassca
## 19                        Hack\n\nWhat is the issue with your account? Send a DM to Get it fixed or Recovered !!!\n\n#Round #Robinhood #Acorns… https://t.co/M9bcBporhP
## 20                                                                                                                   I predict my top genre will be rap #SpotifyWrapped
## 21                                                            i swear if brown noise is in my top artist in the #SpotifyWrapped like im sorry i needed help sleeping 😪😪
## 22                                                                                                 I predict my top genre will be pop? Or pop adjacent. #SpotifyWrapped
## 23                                                                                                                 #SpotifyWrapped just dropped https://t.co/rqaTL1bcHD
## 24                                                                   I’m real nervous for my Spotify wrapped this year😅 my music was all over the place #SpotifyWrapped
## 25                                                                                           I predict my most played song will be monks by frank ocean #SpotifyWrapped
## 26                                                                              my #SpotifyWrapped when it comes out is just gonna be these two https://t.co/oykbMjoBbn
## 27                                                                               I think this will be the year that my top 5 artists change drastically #SpotifyWrapped
## 28                                                                              I predict my most played song will be 'I Think He Knows' - Taylor Swift #SpotifyWrapped
## 29                                                        I predict my top artist will be [well it better be @taylorswift13 or I’m gonna be real upset] #SpotifyWrapped
## 30                                                                                                       I predict my top artist will be [Jacques Brel] #SpotifyWrapped
## 31                                                                                                      I predict my top artist will be @JIDsv for sure #SpotifyWrapped
## 32                                                                                                       I predict my top podcast will be distractable  #SpotifyWrapped
## 33                                                      my #SpotifyWrapped: 2022 was an interesting year..you didn't let hate paralyze your mind a total of 10613 times
## 34                                                                                                           I predict my top artist will be [Rod Wave] #SpotifyWrapped
## 35                                                                                                                 I predict my top artist will be Lucy #SpotifyWrapped
## 36                                                                                  Sabrina Carpenter Space\nhttps://t.co/bLRQ6C7rCb\n#sabrinacarpenter #SpotifyWrapped
## 37                                                                                             I just want my damn #SpotifyWrapped already. Give it to me, you cowards.
## 38                                                                                                         I predict my top genre will be probably kpop #SpotifyWrapped
## 39                                                                                     I predict my most played song will be 소녀 소녀 by loonas haseul #SpotifyWrapped
## 40                                                                                                              I predict my top artist will be Beyoncé #SpotifyWrapped
## 41                                                                                  I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 42                               My one and only Chevron Amethyst earrings. 😍 #CyberMonday #SpotifyWrapped #beadedjewelry #handmadegifts #lizzo https://t.co/Xx3sFlXtwb
## 43                                                                                                  I predict my top artist will be [weird al yankovic] #SpotifyWrapped
## 44                                                                                                                I predict my top genre will be [rock] #SpotifyWrapped
## 45                                                                                        just drank milk #awesome #badass #dope #swag #rad #SpotifyWrapped #cool #nice
## 46                                                                                                     I predict my most played song will be [pancreas] #SpotifyWrapped
## 47                                                                                                                   I predict my top genre will be Pop #SpotifyWrapped
## 48                        Why tf y'all posting "I hope (artist) is my #1 on #SpotifyWrapped?\nThat shit ain't for two days and everyone's post… https://t.co/6to5HmhJoz
## 49                                                                                 I predict my top podcast will be Anything Goes with Emma Chamberlain #SpotifyWrapped
## 50                                                                                               I predict my most played song will be A Que le Tiramos #SpotifyWrapped
## 51                                                                                                 I predict my top podcast will be louder with crowder #SpotifyWrapped
## 52                                                                                                        I predict my top podcast will be ... nothing! #SpotifyWrapped
## 53                           HTML is getting better😆🤪\nJust but a hint of my website😂\n#100DaysOfCode \n#100daysofcodechallenge\n#codeHive2022… https://t.co/AiKFbUHBD4
## 54                                                                                                       I predict my top artist will be billie eilish  #SpotifyWrapped
## 55                                                                                                                               Yo, can  #SpotifyWrapped drop already?
## 56                                                                                                         I predict my top artist will be XXXTENTACION #SpotifyWrapped
## 57                                                                                                        I predict my top podcast will be Archetypes\n #SpotifyWrapped
## 58                                                                                                        I predict my top artist will be @badomenscult #SpotifyWrapped
## 59                                                                                                         I predict my top artist will be Taylor Swift #SpotifyWrapped
## 60                                                                               I predict my most played song will be [probably something by crosses?] #SpotifyWrapped
## 61                                                                                                         I predict my top artist will be [the weeknd] #SpotifyWrapped
## 62                                                                                                                   I predict my top genre will be pop #SpotifyWrapped
## 63                                                                  I predict my top artist will be m #SpotifyWrapped I KNOW HER Mariah Carey @MariahCarey MARIAH CAREY
## 64                                                                                                       I predict my top artist will be Raleigh Keegan #SpotifyWrapped
## 65                        would you make a great career online and become a millionaire by 2022. \ntake this free test and find out how you ca… https://t.co/Ff8jSw6lUX
## 66                                                                                        I predict my most played song will be True Love by X &amp; YE #SpotifyWrapped
## 67                                Slow hunts usually have incredible sunsets...\n#outdoors #nature #wildlife #hunting #duckhunting #duckhunter… https://t.co/XQwS63Djqc
## 68                                                                                                                                            #SpotifyWrapped PLEASEEEE
## 69                                                                              I predict my most played song will be Jump Then Fall (Taylor’s Version) #SpotifyWrapped
## 70                                                                                              I predict my most played song will be happier than ever #SpotifyWrapped
## 71                                                                                                              I predict my top genre will be country. #SpotifyWrapped
## 72                                                                                   my top artist will be @machinegunkelly 100% , no questions asked.  #SpotifyWrapped
## 73                                                                                        I predict my most played song will be obviously Yet To Come 🔥 #SpotifyWrapped
## 74                                 I predict my most played song will be "Understand" - Hippo Campus #Hippocampus @thehalocline #SpotifyWrapped https://t.co/7G3gskB2Jm
## 75                                                                                                       I predict my top artist will be  @MorganWallen #SpotifyWrapped
## 76                                                                I predict my most played song will be All I Want for Christmas is You by Mariah Carey #SpotifyWrapped
## 77                                                                                                                   cant predict my # 1 song this year #SpotifyWrapped
## 78                                                                            I predict my top artist will be Andrew Garfield 😅 #SpotifyWrapped https://t.co/zOpGilmdfr
## 79                                                                                                        I predict my top artist will be [ BLACKPINK ] #SpotifyWrapped
## 80                                                                         I predict my most played song will be Carly Rae Jepsen - Talking to Yourself #SpotifyWrapped
## 81                                                                                                     I predict my top artist will be [Eleni Foureira] #SpotifyWrapped
## 82                                                                                                              I predict my top genre will be [ kpop ] #SpotifyWrapped
## 83                                                                                                         I predict my top artist will be Taylor Swift #SpotifyWrapped
## 84                                                                                                                 I predict my top genre will be [Pop] #SpotifyWrapped
## 85                                                                                          I predict my most played song will be [pink venom/shutdown] #SpotifyWrapped
## 86                                    https://t.co/835vHrEQt5\nWe live 😎💯\n#truecrimecommuity #RedVelvet #AnkitGupta𓃵 #BSC #DonaldTrump #dolar… https://t.co/z3AbVHwojb
## 87                                                                  I predict my top artist will be American rock band my chemical romance @MCRofficial #SpotifyWrapped
## 88                            My #SpotifyWrapped is going to be a very bizarre mix of deathcore, vocaloid/j pop, game soundtracks and synthwave https://t.co/4Ed10YwzXt
## 89                                                                                                 I predict my most played song will be [El Telephone] #SpotifyWrapped
## 90                                                                                                           Idk how much longer I can wait please drop #SpotifyWrapped
## 91                       I listened to too much Tick Tick Boom and Moulin Rouge for it to be anything else. \n\nI predict my top genre will be… https://t.co/dZeQajgbKY
## 92                                                                                                        i predict my top artist will be taylor swift. #spotifywrapped
## 93                                                                                          I predict my top podcast will be obviously @AMorbidPodcast  #SpotifyWrapped
## 94                                                                                                      I predict my top artist will be @jose_madero 💛\n#SpotifyWrapped
## 95                                                                                                                   I predict my top genre will be Rap #SpotifyWrapped
## 96                                                                                                I predict my most played song will be ABOUT DAMN TIME #SpotifyWrapped
## 97                                                                                                   I predict my most played song will be fall in love #SpotifyWrapped
## 98                                                                                              I predict my most played song will be Famous Last Words #SpotifyWrapped
## 99                                                                                                       I predict my top artist will be ice nine kills #SpotifyWrapped
## 100                     My 6 months VS my all-time \nWhich y’all prefer?? \n(Some of these would never be in the same room 😂)\n#SpotifyWrapped… https://t.co/EcZza0tkJP
## 101                                    #wip trying to do more energetic scenes and illustrations #art #characterdesign #illustration #blackart… https://t.co/9WLSJ3wMZY
## 102                                                                                                          I predict my top genre will be metalcore 🤓 #SpotifyWrapped
## 103                                   I predict my top podcast will be #Archetypes without a doubt. #ArchetypesWithMeghan #ArchetypesOnSpotify… https://t.co/W3SOd7TLIe
## 104                       JUST DROPPED A FIRE TRACK “6TH SENSE” RUN IT UP 🔥🔥\n\nhttps://t.co/xP2zy1Csuc\n\n#artist #Producer #underground #rap… https://t.co/AcJUuqywM9
## 105                                                                                  I predict my most played song will be the greatest story ever told #SpotifyWrapped
## 106                                                                                                            it's almost #SpotifyWrapped time https://t.co/eeirWrraxn
## 107                                                                                                      I predict my top artist will be @taylorswift13 #SpotifyWrapped
## 108                                                                                                I predict my top podcast will be The Tim Dillon Show #SpotifyWrapped
## 109                                                                                                             I predict my top podcast will be UNHhhh #SpotifyWrapped
## 110                                                                                                   I predict my top artist will be [@taylorswift13 ] #SpotifyWrapped
## 111                                                                                        I predict my most played song will be pretty boy by the nbhd #SpotifyWrapped
## 112                                                                                                      I predict my top artist will be [Taylor Swift] #SpotifyWrapped
## 113                                                            I predict @tvgirlz ‘s not allowed, indie, @bbnomula , @snyplease #SpotifyWrapped https://t.co/pyc8oygKlu
## 114                     ,@MrBeast \nDay 692 of asking @MrBeast to give me $10,000 so that I can buy a new car\n\n#Mrbeast                     … https://t.co/yVJlp9rCNB
## 115                                                                                                            I predict my top genre will be [Country] #SpotifyWrapped
## 116                                                                                                             I predict my top artist will be weeekly #SpotifyWrapped
## 117                                                                                                    I predict my top genre will be bubblegumpussypop #SpotifyWrapped
## 118                       Good amount of value to work with on this slate, let’s kill it. Full lineup for the main slate @ 7PM EST. 🔥🔥 \n~Luca… https://t.co/Cp47ehdi98
## 119                                        New Twitter ✨\n#SpotifyWrapped #乌鲁木齐 #FIFAWorldCupQatar2022 #new #RedVelvetBirthdayParty #mommy https://t.co/Vpox5S0mQT
## 120                             Eventually the 'cOoL kIdS' will make fun of this trend, but they're just mad my music festival crushes theirs.… https://t.co/rHNjDVjL90
## 121                                                                                         I predict my most played song will be top secret by weeekly #SpotifyWrapped
## 122                                                                                              I predict my top artist will be [Halestorm @LZZYHALE ] #SpotifyWrapped
## 123                                                                               I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped Emo rap
## 124                                                                                             Next year my #SpotifyWrapped is going to be 99% Daisy Jones and The Six
## 125                                                                                                               I predict my top genre will be [Rock] #SpotifyWrapped
## 126                                                                                               I predict my top podcast will be therapist gecko LMAO #SpotifyWrapped
## 127                      provável que seja assim: \nartista = lana • taylor • nicki • beyoncé • avril\nsingle = break my soul • 2 be loved • w… https://t.co/Zvh3cBaVjl
## 128                                                                                                       I predict my most played song will be RUN BTS #SpotifyWrapped
## 129                           I predict my most played song will be [fill in top song prediction] #SpotifyWrapped 1000 blunts, rain dance, escape plan, or psychosocial
## 130                    https://t.co/EFzouNL0PD\n\n A Village Burial Vlog\n\nCheck out another amazing video.. village vlog. You will get to en… https://t.co/lYRFdNWATS
## 131                         Come Get Good And Rant W/ Us! https://t.co/zkNinczALo\n\n#VALORANT #gold #silver #youtubegaming #gamer #LiveStream… https://t.co/XNAav4Gjez
## 132                                                                         @Naija_PR See your answer!!! #SpotifyWrapped #RedVelvet #9ja #music https://t.co/aL4TJL7Z91
## 133                         "The easiest thing to be in the world is you. The most difficult thing to be is what other people want you to be."… https://t.co/bmqqFedrin
## 134                                                                                           I predict my top artist will BANGTAN MUTHAFCKIN SONYEODAN #SpotifyWrapped
## 135                                                                      I predict my most played song will be [Masterpiece @MIWband @ChrisMotionless ] #SpotifyWrapped
## 136                                                                                                    I predict my top podcast will be @ToonsThatCurse #SpotifyWrapped
## 137                                                                       I predict my top podcast will be The Darker Side of Life or Chug Jug with You #SpotifyWrapped
## 138                          Cooking on the grill is a year round activity. Even if it’s 38 degrees. Change my mind. #changemymind #NewEngland… https://t.co/jppgZH9Q8j
## 139                                                                              About 5 finger strolls I think I got some decent stuff #Love #F4F #S4S #SpotifyWrapped
## 140                                                                                                                 I predict my top artist will be AJR #SpotifyWrapped
## 141                          Forget about your #SpotifyWrapped.\n\nListen to Markin' Out.\n\n#WWE #WWERaw #WWENXT #SmackDown #AEW #AEWDynamite… https://t.co/H5FryomsO2
## 142                                                                                         I predict my top artist will be maybe see plus @seeplusband #SpotifyWrapped
## 143                            I Predict My Top Artist Will Be \n1 Olivia Rodrigo \n2 Conan Gray\n3 Sabrina Carpenter\n4 Dove Cameron\n5 Shawn Mendes\n #SpotifyWrapped
## 144                                                                                                            I predict my top genre will be KPOP OBVI #SpotifyWrapped
## 145                                                        I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped @RSprachrohr without a doubt
## 146                                                                                                                    @Spotify #SpotifyWrapped i'm so excited for that
## 147                                                                                                          I predict my top artist will be @AriLennox #SpotifyWrapped
## 148                                                                                                       I predict my top artist will be [#SnoopnDogg] #SpotifyWrapped
## 149                                                                                                                                                WHEN #SpotifyWrapped
## 150                                                                                                              I predict my top genre will be [Disco] #SpotifyWrapped
## 151                                                   I predict my most played song will be That’s Final by @aint_afraid or Waste My Time by @AriLennox #SpotifyWrapped
## 152                                                                                                             I predict my top artist will be NCT 127 #SpotifyWrapped
## 153                                                                                                        I predict my top genre will be vocaloid lmao #SpotifyWrapped
## 154                                                                                                       I predict my top artist will be Taylor Swift  #SpotifyWrapped
## 155                                                                               I predict my most played song will be [sexyback by Justin Timberlake] #SpotifyWrapped
## 156                                                                                                             I predict my top podcast will be BANTER #SpotifyWrapped
## 157                                                                                                              I predict my top genre will be Kpop. 😐 #SpotifyWrapped
## 158                                                                                       I predict my top podcast will be [who tf listens to podcasts] #SpotifyWrapped
## 159                                                                                 I predict my most played song will be Feel My Rhythm by Red Velvet 🤭#SpotifyWrapped
## 160                                                                                            I predict my top podcast will be And the Runner Up Is... #SpotifyWrapped
## 161                                                       I predict my top podcast will be unreleased music that ppl illegally uploaded in podcast form #SpotifyWrapped
## 162                                           #TheeAstroDot #ArmyWarrant #SpotifyWrapped #RedVelvet \n\nCheck out TheeAstroDot's video! #TikTok https://t.co/IhKAzXHgJc
## 163                                                                                               I predict my top artist will be [Taylor Alison Swift] #SpotifyWrapped
## 164                                              I predict my most played song will be 6666 - four fists. Or, maybe, darker still - @parkwayofficial\n\n#SpotifyWrapped
## 165                                                                                                            I predict my top genre will be [FAG POP] #SpotifyWrapped
## 166                                                                                                              I predict my top genre will be Indica  #SpotifyWrapped
## 167                                                                                                         I predict my top artist will be conan gray  #SpotifyWrapped
## 168                                                                    I predict my most played song will be [right where you left me OR break my soul] #SpotifyWrapped
## 169                                                                                                  I predict my top artist will be Barbra Streisand.  #SpotifyWrapped
## 170                                                                                                          I predict my top genre will be modern rock #SpotifyWrapped
## 171                                                                                                   I also enjoy seeing these #SpotifyWrapped https://t.co/f0zRSvUYjo
## 172                                                                                                   I predict my most played song will be family line #SpotifyWrapped
## 173                                                                                     I predict my top podcast will be [Inner monologue olivia neill] #SpotifyWrapped
## 174                                                   The Hawmiees #migos #kilos #fit #SpotifyWrapped #gains #motivational #gymbrand #gym #gear https://t.co/ZhRsc09kbQ
## 175                                                                                        live rn come join ! https://t.co/iAf1dVqejm #SpotifyWrapped #MW2 #CallofDuty
## 176                                 If you don't sleep before people that snore in their sleep. Forgerr abourr it💔😂 #RedVelvet #SpotifyWrapped… https://t.co/vEaVsMqjYs
## 177                                                                                                        I predict my top artist will be Taylor Swift #SpotifyWrapped
## 178                                           I predict my most played song will be [fill in top song prediction] #SpotifyWrapped prob drugs you should try some of not
## 179                                                                                                   I predict my top artist will be @machinegunkelly  #SpotifyWrapped
## 180                                                                                         I predict my most played song will be One Up by Central Cee #SpotifyWrapped
## 181                      Prediction– My #SpotifyWrapped :\n\n1. Song with a hard guitar solo I had to practice\n2. "Question?" by Taylor Swift… https://t.co/vkWwzH9xJ8
## 182                                                                                                      I predict my top artist will be [Taylor Swift] #SpotifyWrapped
## 183                                                                                                            I predict my top genre will be Pop.  #SpotifyWrapped Pop
## 184                                                                                                           I predict my top podcast will be [Morbid] #SpotifyWrapped
## 185                                                                                                                  I predict my top genre will be Pop #SpotifyWrapped
## 186                             Retweet Biko 🥹🤲🏾 @petiteback_ @Oyinriri26 @chaneldior1017 @wizkidayo @sakpo0007_ @DinahDanladi1 @Emmanuel12544… https://t.co/UeoHmo5w1Q
## 187                                                           I predict my most played song will be [fill in top song prediction] #SpotifyWrapped this charming man ngl
## 188                                                                                                                I predict my top genre will be [pop] #SpotifyWrapped
## 189                                                                                                I predict my most played song will be Vigilante Shit #SpotifyWrapped
## 190                                                                                                               I predict my top artist will be Drake #SpotifyWrapped
## 191                                                                                  I predict my most played song will be [mariners apartment complex] #SpotifyWrapped
## 192                                                                                                                 Can @YouTube make their version of #SpotifyWrapped?
## 193                                                                   I predict my top podcast will be The Album Years by Steven Wilson and Tim Bowness #SpotifyWrapped
## 194                                                              me doing this prediction as if i dont already know my top artist is arctic monkeys LOL #SpotifyWrapped
## 195                                                                                         I predict my most played song will be [safira by sirkazzio] #SpotifyWrapped
## 196                                                                                                      #SpotifyWrapped  this was mine in 2020 https://t.co/IV3d8JkkkS
## 197                      Can’t remember if I announced the trailer on here 🤔 Here it is anyway!\n\n😺Lots of Meows in The Little Tales of Alexa… https://t.co/tF5KRzuNa2
## 198                                                                                   I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped
## 199                                                                                        I predict my most played song will be obviously Yet To Come  #SpotifyWrapped
## 200                              When is Spotify going to let me see my #SpotifyWrapped I need it to tell me I’m obsessed with Taylor swift, even though I already know
## 201                      This wouldn’t be half bad, would it? There’s a few surprises too!\n\nI guess it’s a sneak peek at my #SpotifyWrapped,… https://t.co/o0TNaKEf69
## 202                                                                                             I predict my top artist will be [mother mother? or mcr] #SpotifyWrapped
## 203                                                                                                                            Add me on snap onesimo_m #SpotifyWrapped
## 204                    JB BARBERING SALON - \nKUMASI MOSHIE ZONGO \nLink up for the best cut --- \n0560990713// 0594053088\n\nthepencilbarber_… https://t.co/nChG8uBsT6
## 205                                                                                                     I predict my top artist will be Nine Inch Nails #SpotifyWrapped
## 206                                                                                                   I predict my top genre will be [alternative rock] #SpotifyWrapped
## 207                                                                                                                        #SpotifyWrapped should be s national holiday
## 208                                                                                            I predict my top podcast will be something @DiscoveryID  #SpotifyWrapped
## 209                                                                             I predict my most played song will be That’s why they call it the blues #SpotifyWrapped
## 210                                                                                       I predict my most played song will be [bitchboy by the oozes] #SpotifyWrapped
## 211                                                                                           I predict my most played song will be 21 by Gracie Abrams #SpotifyWrapped
## 212                                                                                                            It’s almost time #SpotifyWrapped https://t.co/qlivn1val1
## 213                                                                                                     I predict my top genre will be rock/alternative #SpotifyWrapped
## 214                                                                                                     I predict my top artist will be @eltonofficial  #SpotifyWrapped
## 215                                                                                                I predict my top genre will be phonk or alternative 🤲#SpotifyWrapped
## 216                                                                                                             I predict my top artist will be @Drake  #SpotifyWrapped
## 217                                                                                                                      Yees 🤍 #SpotifyWrapped https://t.co/RAS9h6Ky4F
## 218                                                                                                              I predict my top artist will be Mitski #SpotifyWrapped
## 219                                                                                                                 I predict my top artist will be BTS #SpotifyWrapped
## 220                                                                    I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped \nProbably twice
## 221                    @the_kingslife This Will End like Eifi Airdrop Where None Of Us Got Our Tokens &amp; Even De Ones  Bought With Huge Sum… https://t.co/uNIm8XQaNI
## 222                                                               I predict my top artist will be either @5SOS or @taylorswift13 #SpotifyWrapped but i can’t decide who
## 223                                                                                 I predict my most played song will be Build God Then We’ll Talk 🙈🙈🙈 #SpotifyWrapped
## 224                                                                                  I predict my most played song will be [Alien Superstar by Beyonce] #SpotifyWrapped
## 225                                                            I predict my most played song will be [fill in top song prediction] #SpotifyWrapped \nIllusion or cheers
## 226                        So, it will soon be time for #SpotifyWrapped and as it has been a VERY stressy year think i might have leaned on Re… https://t.co/RCROgD3GcE
## 227                                                    Congratulations more winnings to be recorded #CyberMonday #ZehMer #COP27 #SpotifyWrapped https://t.co/ma5IL0wA4h
## 228                               Taking care of yourself shouldn’t be a second thought. Self-care starts now! #college #collegelife #selfcare… https://t.co/Xxy5pCqRFf
## 229                                                                     predictions for my #SpotifyWrapped top artists: @strayfromdapath @scenequeenrocks and @ddlovato
## 230                                                                                          I predict my top podcast will be Happiest Podcast on Earth #SpotifyWrapped
## 231                        put my spotify into insta fest to try to get a hint to what my #SpotifyWrapped might look like and oh my god what i… https://t.co/ewWIPgkjzq
## 232                                                                                  I predict my most played song will be litterally any babytron song #SpotifyWrapped
## 233                                                                                                        I predict my top artist will be Taylor Swift #SpotifyWrapped
## 234                                                                                                                                      #SpotifyWrapped IS ON FRIDAY??
## 235                                                                                                           I predict my top artist will be [Beyonce] #SpotifyWrapped
## 236                                                                                               I predict my top artist will be Red Hot Chili Peppers #SpotifyWrapped
## 237                        Boycott Apple 4 wanting 2 suppress free Speach R the owners of the company American? The Galaxy Phone is just as go… https://t.co/Tm56msTXLl
## 238                                                                                                          I predict my top genre will be bedroom pop #SpotifyWrapped
## 239                                                                                                I predict my most played song will be RunBts by BTS  #SpotifyWrapped
## 240                                                                                    I predict my most played song will be The Archer by Taylor Swift #SpotifyWrapped
## 241                                                                                 I predict my top genre will be: is 90’s sadcore indie folk a genre? #SpotifyWrapped
## 242                                                                                                        I predict my top artist will be [maya hawke] #SpotifyWrapped
## 243                                                                                                                          Im so excited for my 2022  #SpotifyWrapped
## 244                                                                                             I predict my most played song will be Jesus Christ Pose #SpotifyWrapped
## 245                                                                                      I predict my most played song will be [thérèse or nothing new] #SpotifyWrapped
## 246                                                                       My top podcast better be The Magnus Archives or I’m switching to Amazon music #SpotifyWrapped
## 247                                          #SpotifyWrapped \nI genuinely don’t mind. Also- I’ve had Sprouts on all year and happy 😃 with that https://t.co/wEro7bKbAZ
## 248                                                                                I predict my most played song will be [Cause for Concern by Lovejoy] #SpotifyWrapped
## 249                         elon musk cerrar twitter aus de neymar cristiano ronaldo mundial fifa i need a sugar daddy or a sugar mommy i need… https://t.co/ccP30uEVja
## 250                                                          I predict my most played song will be Spitting off the edge of the world - Yeah Yeah Yeahs #SpotifyWrapped
## 251                                                                                 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 252                        I predict my most played song will be Last Train Home by the Pat Metheny Group, my most played artist will be Def L… https://t.co/8N5a4tfxid
## 253                                                                            I predict my top podcast will be [#Archetypes ] \n#ArchetypesWithMeghan\n#SpotifyWrapped
## 254                                                                               I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped country
## 255                                                                                                    I predict my most played song will be big parade #SpotifyWrapped
## 256                                                  we all already know taylor will be my top artist but like i can’t wait for spotify to tell me that #SpotifyWrapped
## 257                                                                                          I predict my most played song will be Late, by Kanye West! #SpotifyWrapped
## 258                                                                                                  I predict my top artist will be Taylooor swiffffft #SpotifyWrapped
## 259                                                                                                     I predict my top artist will be Eminem, duh 😂🤷🐐 #SpotifyWrapped
## 260                                                                                     #SpotifyWrapped cannot come any slower 💀 i need it NOW. https://t.co/TV8nqUnBXS
## 261                                                                                   I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped
## 262                                                                                                 I predict my most played song will be block me out  #SpotifyWrapped
## 263                                                                                           I predict my most played song will be [Super Freaky Girl] #SpotifyWrapped
## 264                                                                                                  I predict my top podcast will be [@AMorbidPodcast] #SpotifyWrapped
## 265                                                                                                          I predict my top artist will be black midi #SpotifyWrapped
## 266                                                          I predict my most played song will be \nHurt by Oliver Tree\n#SpotifyWrapped \n\nthis thing is interesting
## 267                                                                                               I predict my top artist will be Lemon Demon (@neilcic)#SpotifyWrapped
## 268                                                                                                       I predict my top artist will be Lana Del Rey  #SpotifyWrapped
## 269                        I don’t want to jinx nothing but it’s like I can see every one in my TL from the 🍃 community! High everyone can you… https://t.co/lzXSltpb09
## 270                                                                                                                     When is #SpotifyWrapped gonna dropppppp?!!!!!!!
## 271                                     Since when does @POTUS "let protesters speak for themselves?"\n\nWeak.\n#CCP #SpotifyWrapped #乌鲁木齐… https://t.co/9UL7elBPQj
## 272                                                                                   I predict my top genre will be experimental rock or some bullshit #SpotifyWrapped
## 273                                                                                          I predict my most played song will be Disconnected by 5sos #SpotifyWrapped
## 274                                                                                                           I predict my top artist will be Van Halen #SpotifyWrapped
## 275                                                                                                        i predict my top artist will be taylor swift #SpotifyWrapped
## 276                                                                                      I predict my top artist will be [@MissioMusic  or @Stray_Kids] #SpotifyWrapped
## 277                                                                                                       I predict my top artist will be @BigThirty375 #SpotifyWrapped
## 278                                                                               I predict my top artist will be Akina Nakamori. Without a doubt. Lol. #SpotifyWrapped
## 279                                                                                         I predict my most played song will be Low Blow by honeymoan #SpotifyWrapped
## 280                                                         I predict my top artist will be @Beyonce or @rosalia this I'm not sure wanna see the result #SpotifyWrapped
## 281                                                                                                            I predict my top artist will be @DojaCat #SpotifyWrapped
## 282                                                                                          I predict my most played song will be Dethroned or chondro #SpotifyWrapped
## 283                                  man we need more von music #SpotifyWrapped boutta be out n im already knowing durk boutta be my most listened to artist this year💀
## 284                                                                           I predict my most played song will be [Does Anybody Love Me @MissioMusic] #SpotifyWrapped
## 285                         elon musk cerrar twitter aus de neymar cristiano ronaldo mundial fifa i need a sugar daddy or a sugar mommy i need… https://t.co/lyjTBr8syi
## 286                                                                                           I predict my top podcast will be [Archetypes with Meghan] #SpotifyWrapped
## 287                          mary on a cross by ghost is going to be number one because it’s NUMBER ONE IN MY HEART!!!! WORDDD  #SpotifyWrapped https://t.co/gI4Tt4L2rV
## 288                                                                                        I predict my most played song will be [Eyewishes/Bystanding] #SpotifyWrapped
## 289                                                                                        Ma quando esce spotify wrapped ?\n\n#SpotifyWrapped #spotifywrapped2022 #ita
## 290                                       me pretending to be "surprised" when seeing BTS as my n.o 1# most played artist on my #SpotifyWrapped https://t.co/SjJzdRJK5q
## 291                                               #HOT by @pledis_17  will take #1 spot in my #SpotifyWrapped 2022 \n\n#SEVENTEEN \n#세븐틴 \n\nhttps://t.co/fX2hWwhYxu
## 292                                                                                                   I predict my top artist will be [#MichaelJackson] #SpotifyWrapped
## 293                                                                                                      I predict my top artist will be taylor swift 🥰 #SpotifyWrapped
## 294                                                                                                        I predict my top genre will be pop, as usual #SpotifyWrapped
## 295                                                                                                I predict my top artist will be Leslie Cheung 张国荣 #SpotifyWrapped
## 296                                                                                       Dog chose his onlin gender #SpotifyWrapped #RedVelvet https://t.co/rN1U4k6t6M
## 297                                                                                          I predict my most played song will be despechá by @rosalia #SpotifyWrapped
## 298                                                                                          I predict my most played song will be [cute by rosalia lol #SpotifyWrapped
## 299                                                                                                              I predict my top artist will be Eminem #SpotifyWrapped
## 300                        Anyone who complained about not getting @taylorswift13 tickets better show their @Spotify Wrapped or Fest results s… https://t.co/JQojxpllhq
## 301                                                                                                        I predict my top artist will be taylor swift #SpotifyWrapped
## 302                                                                                                             I predict my top artist will be rosalía #SpotifyWrapped
## 303                                                                                                              I predict my top artist will be Alex G #SpotifyWrapped
## 304                                                             I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped #ArchetypesWithMeghan
## 305                                                                                              I predict my most played song will be Waiting by Woodz #SpotifyWrapped
## 306                                   Don't miss the opportunities for amazon discounts https://t.co/0iXgMZVOGI\n\n#SpotifyWrapped #GiftGalaxy #TOP100MostHandsomeFaces
## 307                                                                                                           I predict my top artist will be [Beyoncé] #SpotifyWrapped
## 308                                                                                                     I predict my most played song will be vent'anni #SpotifyWrapped
## 309                                                                                                 I predict my most played song will be Mary - Alex G #SpotifyWrapped
## 310                                                I predict my top podcast will be distractible, I really didn't listen to any other podcast this year #SpotifyWrapped
## 311                                                                                                         I predict my top artist will be Beach House #SpotifyWrapped
## 312                                                                            I predict my most played song will be Rich Flex by Drake &amp; 21 Savage #SpotifyWrapped
## 313                                                                                       Can’t wait to see what my top artists and songs look like on  #SpotifyWrapped
## 314                                                                               I predict my top artist will be Chloe moriondo @kidzwithbugz probably #SpotifyWrapped
## 315                                                                                        I predict my top artist will be probably fucking John Powell #SpotifyWrapped
## 316                                                                             I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped Beyoncé
## 317                                                                                                         I predict my top artist will be [@ladygaga] #SpotifyWrapped
## 318                                                                        my top artist this year will be joywave. it has to be. it will be @joywave . #SpotifyWrapped
## 319                                                                                                 I predict my most played song will be [Make up sex] #SpotifyWrapped
## 320                                                                                Yo idc about Christmas I care about #SpotifyWrapped . That’s the real holiday for me
## 321                         Dog Toys Chew Cleaning Teeth-Molar Toothbrush 🪥 \n\n#SpotifyWrapped #FIFAWorldCup #RedVelvet #Dog #dogs #pet #pets… https://t.co/E9yZmpACmE
## 322                                                                                     #SpotifyWrapped PREDICTIONS: top artist mitski, top song violence by frank iero
## 323                                                                       @Spotify is probably the only company I actually want to give my data to. \n\n#SpotifyWrapped
## 324                                                                                   I predict my most played song will be something by Taylor Swift!! #SpotifyWrapped
## 325                                                                                        I predict my most played song will be [Applause - Lady gaga] #SpotifyWrapped
## 326                                                                                I predict my most played song will be Sit Pissers by Lord Aethelstan #SpotifyWrapped
## 327                                                                                                         I predict my top artist will be [21 Savage] #SpotifyWrapped
## 328                                                             I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped #ArchetypesWithMeghan
## 329                                                                               I’m literally all over dear lorddd #instafest #SpotifyWrapped https://t.co/YbKJ0edamp
## 330                    ok ahead of #SpotifyWrapped , here's my best bet at my top 5 for this year:\nTaylor Swift\nHarry Styles\nBeyonce\nFlore… https://t.co/C18gzJXsWY
## 331                                                                                                  I predict my top podcast will be very really good  #SpotifyWrapped
## 332                                                                                                    I predict my top artist will be [@OnlyOneOf_twt] #SpotifyWrapped
## 333                                                                                                       I predict my top podcast will be [Archetypes] #SpotifyWrapped
## 334                                                                                                 I predict my top artist will be my chemical romance #SpotifyWrapped
## 335                                                                                                                I predict my top genre will be [Rap] #SpotifyWrapped
## 336                                                                                                      I predict my top artist will be Sufjan Stevens #SpotifyWrapped
## 337                                                         Since #SpotifyWrapped is too busy teasing us on main… the way this is too accurate… https://t.co/1Yljx1Lrmg
## 338                        Songtitle- #indecisive\nproduced by @MetronomeGh\nMixed and mastered by @astirbeats \n#FIFAWorldCup #SpotifyWrapped… https://t.co/yQdQuVFIlB
## 339                                                                                                        I predict my top podcast will be #Archetypes #SpotifyWrapped
## 340                   I predict my top artist will be\n–  Taylor Swift\n– Chase Atlantic\n– The Weeknd\n– Harry Styles\n– Billie Eilish\n– One… https://t.co/FnjAfLnbwE
## 341                                                                                                I predict my top genre will be rock or something idk #SpotifyWrapped
## 342                                                                             50 jeez back to back daily dropping new tapes. #RedVelvet #30BG #Wizkid #SpotifyWrapped
## 343                                                      I predict my top artist will be @boburnham #SpotifyWrapped\nif im wrong then i failed my New Year’s resolution
## 344                                                                                                  I predict my top artist will be Natalia Lafourcade #SpotifyWrapped
## 345                                                                                                        I predict my top podcast will be #Archetypes #SpotifyWrapped
## 346                                                                                              I predict my most played song will be drowning lessons #SpotifyWrapped
## 347                                                                                                      I predict my top podcast will be @tillnpodcast #SpotifyWrapped
## 348                                                                        My instafest is already embarassing so I can imagine my #SpotifyWrapped will be even worst 🫠
## 349                                                                                      I predict my most played song will be DPR IAN - No Blueberries #SpotifyWrapped
## 350                                                                                               I predict my most played song will be [Shotta Flow 6] #SpotifyWrapped
## 351                                                                                                        I predict my top podcast will be [Archetype] #SpotifyWrapped
## 352                                                                                        Are y’all still eating Thanksgiving leftovers? #SpotifyWrapped #PollOfTheDay
## 353                                                                                              I predict my top podcast will be #ArchetypesWithMeghan #SpotifyWrapped
## 354                                                                                                 I predict my top podcast will be [Min indre dialog] #SpotifyWrapped
## 355                                                                                I predict my most played song will be Lover, You Should've Come Over #SpotifyWrapped
## 356                             Who wants Experience Artist..?HMU!\nLike/ Retweet \nHelp/Support/ \nFollow each other \n#supportsmallstreamers… https://t.co/qWKrcbXCeC
## 357                              I predict my top artist will be one of these three, Huey Lewis and the News, Oingo Boingo, or Electric Light Orchestra #SpotifyWrapped
## 358                                                                                                     I predict my top podcast will be #Archetypes on #SpotifyWrapped
## 359                        I’m watching Inside The Criminal Mind on Netflix, and I think they used a picture of Ross Lynch as Dahmer instead o… https://t.co/ALOdqLylGD
## 360                                                                                     I predict my most played song will be Another Love by Tom Odell #SpotifyWrapped
## 361                                                                                                       I predict my top podcast will be [Archetypes] #SpotifyWrapped
## 362                                                                                                     I predict my top artist will be [keem or peggy] #SpotifyWrapped
## 363                                                               I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped Meghan’s Archetypes
## 364                                                                      I predict my top podcast will be Archetypes #SpotifyWrapped\n#Archetypes #ArchetypesWithMeghan
## 365                                                                                 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 366                                                                                      I predict my top podcast will be [Archetypes by Meghan Markle] #SpotifyWrapped
## 367                                                                        nearly the lgbt communities favourite time of year x #SpotifyWrapped https://t.co/4lCJdlWhRw
## 368                                                            I predict my top podcast will be "Cosas" by @robertomtzTV  and JacoboWong --  @MrPablor  #SpotifyWrapped
## 369                                                                      I predict my most played song will be "New Delhi Freight Train" by Terry Allen #SpotifyWrapped
## 370                                                         I predict my most played song will be Future Perfect (Pass The MIC) #SpotifyWrapped https://t.co/mwOmVi23Fo
## 371                                                                        I predict my most played song will be [fill in top song prediction] #SpotifyWrapped. Cuff It
## 372                                                                                                   I predict my top artist will be Paramore OR Apink #SpotifyWrapped
## 373                        Ig mutuals drop it down below 👇 #igmutuals #foryoupage #Instagram不具合 #SpotifyWrapped #RedVelvet #البرازيل_ِسويسرا… https://t.co/l4vQpEy7Hl
## 374                                                                                                              I predict my top genre will be Hip Hop #SpotifyWrapped
## 375                                                                                             I predict my most played song will be Not My Job by Flo #SpotifyWrapped
## 376                                                                                                          Believe it.  Am better than @davido  #SpotifyWrapped #30BG
## 377                                                                                                                I predict my top genre will be K-pop #SpotifyWrapped
## 378                                                                                       I predict my most played song will be "Vincent" by Don McLean #SpotifyWrapped
## 379                                                              I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped #archetypesonspotify
## 380                                                                                            I predict my most played song will be El doctor - paliza #SpotifyWrapped
## 381                                          I predict my most played song will be *checks my Spotify stats* Telecaster B Boy by Wonderlands X Showtime #SpotifyWrapped
## 382                                                         Anbu black ops sucks #NARUTO #SpotifyWrapped #البرازيل_ِسويسرا #tiktok #ميقا #BRASUI https://t.co/HWu3i5yybi
## 383                                                                                                 I predict my top artist will be ROSALÍA or NewJeans #SpotifyWrapped
## 384                      In preperation of #SpotifyWrapped I hearby present my "Favorites" playlist.\n\nWarning, it's over 200 songs long :)\n\nhttps://t.co/Zac9moyC4T
## 385                                                                                   when i didn't top this number i fucked up #SpotifyWrapped https://t.co/LSBYwdiag2
## 386                                                                                                    Make sure this Friday you tag us in your #SpotifyWrapped results
## 387                                                                                                     I predict my top genre will be (probably) K-Pop #SpotifyWrapped
## 388                                                                                                    I predict my top podcast will be Sonic Symbilism #SpotifyWrapped
## 389                                                                       I predict my most played song will be Testing or I Love U by the chainsmokers #SpotifyWrapped
## 390                                                                 I think my top artist will be Quadeca no cyappp, either Quad, bbno$ or Yung Gravy 🫡 #SpotifyWrapped
## 391                                                                                   I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped
## 392                                                                                                               I predict my top genre will be pop??? #SpotifyWrapped
## 393                                                                                                                I predict my top artist will be ITZY #SpotifyWrapped
## 394                                                                                     I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped
## 395                                                                                                   I predict my top artist will be Green Day 😍😍😍😍😜😜😜 #SpotifyWrapped
## 396                                                                                       I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped
## 397                                                                                              I predict my most played song will be Hurt by NewJeans #SpotifyWrapped
## 398                                                                                 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 399                                                                                    I predict my most played song will be First Class by Jack Harlow #SpotifyWrapped
## 400                                                                 NHL FREEPLAY #cash #SpotifyWrapped #RedVelvet #SportsGambling #bettingpicks https://t.co/PriIuKTnph
## 401                        Goooooooooo jungkook \nSo. proud ❤💜🥵🔥😭😭😭😭Congratulations to my beloved child And there are still other achievements… https://t.co/2OuHnGewBy
## 402                                                                                              I predict my most played song will be It’s In Our Hand #SpotifyWrapped
## 403                                                                                      I predict my most played song will be ni idea tal vez duvet??? #SpotifyWrapped
## 404                                                                                                      I predict my top genre will be kpop girl group #SpotifyWrapped
## 405                         I’m given $1,000 today cause I know people will need money for Christmas 🎄 follow @davieskeller9 and dm me for the… https://t.co/dDO7x1weQE
## 406                                                                                              I predict my most played song will be [Location, Dave] #SpotifyWrapped
## 407                        Name another top 5 on a artists spotify that is so radicaly different to their other stuff. imagine listening to Ca… https://t.co/8Vc6Cw4d6K
## 408                                                           I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped getting curios with JVN
## 409                                                                                                   I predict my top artist will be Tyler The Creator #SpotifyWrapped
## 410                        Letitia Wright, Pharrell Williams, and LeKeith Stanfield should play Diana Ross, Smokey Robinson, and Marvin Gaye r… https://t.co/9JFmQmPVhU
## 411                                                                                             Not a bad lineup #SpotifyWrapped  #instafestapp https://t.co/cNp9wZKdBU
## 412                                                                                                  I predict my top genre will be dance pop as always #SpotifyWrapped
## 413                                                                                                    I predict my most played song will be Sneakers 👀 #SpotifyWrapped
## 414                                                                                                      I predict my top artist will be Arctic Monkeys #SpotifyWrapped
## 415                                      If in my #SpotifyWrapped it comes back to say my most played song is Why Do I by @SetItOff or Ride by… https://t.co/zFyOXp479o
## 416                                                                      I predict my most played song will be Variations on a Cloud by Miracle Musical #SpotifyWrapped
## 417                                                   If Nicki Minaj isn't my top artist then my wrapped is broken and I'll be demanding a new one asap #SpotifyWrapped
## 418                                                                                                I predict my most played song will be New Magic Wand #SpotifyWrapped
## 419                                                                                                            I predict my top genre will be Dance Pop #SpotifyWrapped
## 420                                                                                       I've got absolutely no clue what my most played song will be  #SpotifyWrapped
## 421                                 For all the girls in the inland empire , california area 📍❤️✨ tap in with love #CyberMonday #SpotifyWrapped https://t.co/3RrrjfcPvj
## 422                                                                    #SpotifyWrapped is already looking at me sideways, we both know half my list will just be taemin
## 423                                                                                           I predict my most played song will be Nico and the Niners #SpotifyWrapped
## 424                                                                                                             I predict my top genre will be Alt Rock #SpotifyWrapped
## 425                                       #StocksToBuy $COSM up 53% and still climbing! Easy money! #stockmarket #NASDAQ #SpotifyWrapped #RedVelvet #AMC #CNBC #FoxNews
## 426                                                                                             My top artist is probably going to be Tyler the creator💀#SpotifyWrapped
## 427                                                                                                     I predict my most played song will be Hello You #SpotifyWrapped
## 428                                                                                                   I predict my top artist will be [Johnny Orlando]  #SpotifyWrapped
## 429                                         I predict my top podcast will be Learn Korean with David even though i didn’t know i followed that podcast 😭#SpotifyWrapped
## 430                                                         my Spotify wrapped is about to be so fucked up cause I was on the aux at my old nut ass job #SpotifyWrapped
## 431                                                                                   if cinderella by cidergirl isn’t my top song on my #SpotifyWrapped I’m gonna riot
## 432                                                                                                        I predict my top artist will be Taylor Swift #SpotifyWrapped
## 433                         Poison rose is my new single and I’ll be dropping it soon so keep your hopes high @jonmosesvocals @NkanyeziKubheka… https://t.co/LKNgtBTTZ4
## 434                          Military perps used Soap odor chemical as they saw me using the kitchen\n\nMy occipital lobe, aorta were hit with… https://t.co/n6krjBcAiq
## 435                                                                                                                I predict my top artist will be joji #SpotifyWrapped
## 436                                                                                         I predict my top podcast will be [DRAMA MAMA @benoftheweek] #SpotifyWrapped
## 437                                                      I predict my top artist will be either @thewonderyears, @withconfidence_ , or @HotMulligan.\n\n#SpotifyWrapped
## 438                                                                                                                  I predict my top genre will be Pop #SpotifyWrapped
## 439                          💪🏿💪🏿💪🏿 appreciate all the positive feedback and ears 🚀🚀🚀 #tapin if you not hip here goes the link #SpotifyWrapped… https://t.co/IqgBYflUVt
## 440                        i predict my most played song will be i don’t want to set the world on fire by the ink spots because i looped it to… https://t.co/3Yw3Ya9SKS
## 441                                                                             I predict my most played song will be [Betty (Get Money) By @yunggravy] #SpotifyWrapped
## 442                        I am genuinely afraid to see my #SpotifyWrapped because I listen to so much Celtic Meditation at work, Metal on the… https://t.co/tsKfHXdPnm
## 443                                                                                                          I predict my top artist will be Red Velvet #SpotifyWrapped
## 444                                     #1 Therapist in the Warzone! \n\nLive now!!\n\nhttps://t.co/Vg0tPJpSY8\n\n#SpotifyWrapped #twitch #CallofDutyWarzone2 #streamer
## 445                                                                                 I predict my most played song will be Better Man (Taylor’s Version) #SpotifyWrapped
## 446                                                                                          I predict my most played song will be Love by Keyshia Cole #SpotifyWrapped
## 447                                                                                                                I predict my top genre will be [pop] #SpotifyWrapped
## 448                                                                                               I predict my top genre will be ... pop ? Rock ?  Idk  #SpotifyWrapped
## 449                                                                                          Will Kpop be #1 again this year 🤡🤡 #SpotifyWrapped https://t.co/wlHV7c9bac
## 450                                                   I predict my most played song will be ZOMBIE SONG NIGHTCORE 😭😭😭😭😭😭😭😭😭😭 i really wish i was joking #SpotifyWrapped
## 451                                         I predict my top podcast will be The Dan LeBatard Show with Stu Gotz #SpotifyWrapped\n@LeBatardShow https://t.co/A0DvUYfc5U
## 452                                                                                                        I predict my top artist will be Dreamcatcher #SpotifyWrapped
## 453                                                                                                        I predict my top artist will be [Yung Gravy] #SpotifyWrapped
## 454                                                                                           I predict my most played song will be @UMO 's "That Life" #SpotifyWrapped
## 455                                                                                                            I predict my top genre will be Idol Rock #SpotifyWrapped
## 456                                                                                                         I predict my top genre will be Rock Ballads #SpotifyWrapped
## 457                                                                                                What if this is Spotify with #SpotifyWrapped https://t.co/NzP4wmETLP
## 458                                                                                                       I predict my top genre will be any  pop genre #SpotifyWrapped
## 459                                                                                                     Which One Is Better #SpotifyWrapped #RedVelvet #البرازيل_ِسويسرا
## 460                                                                                                               I predict my top genre will be dreamo #SpotifyWrapped
## 461                                                                                 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 462                                                                                        I predict my most played song will be VISION by Dreamcatcher #SpotifyWrapped
## 463                                                                                    I predict my most played song will be We Fell in Love in October #SpotifyWrapped
## 464                                                                                           I predict my top artist will be 1. 1d, 2. harry, 3. louis #SpotifyWrapped
## 465                                                                                                    I predict my top podcast will be @the13TSpodcast #SpotifyWrapped
## 466                                                                                                        I predict my top artist will be Taylor Swift #SpotifyWrapped
## 467                                                                              I predict my top artist will be either twenty one pilots or waterparks #SpotifyWrapped
## 468                                       @GmacCash Always gotta do too much, like damn bro… I couldn’t just have her ??? 😒 I’m telling momma.… https://t.co/LlnGfWzliL
## 469                                                                                        iPhone 4SRemember the old cell phone #SpotifyWrapped https://t.co/CvjvPMtwIv
## 470                                                                                                               #SpotifyWrapped WHWRE THE FUCK IS IT YOU STIPUD SLUTS
## 471                                                                                                        I predict my top artist will be [Dean Lewis] #SpotifyWrapped
## 472                                                                                   I predict my top podcast will be: probably @donutmedia's Past Gas #SpotifyWrapped
## 473                                                                                              I predict my top artist will be [Shawn Mendes / Morat] #SpotifyWrapped
## 474                                                                                                        I predict my top artist will be Taylor Swift #SpotifyWrapped
## 475                                                           I predict my top podcast will be @SLUMBERPODCAST  because i am a normal stable person aha #SpotifyWrapped
## 476                                                                          I predict my top podcast will be [either @GoodInfluenceGS or reisenreisen] #SpotifyWrapped
## 477                                                                                   I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped
## 478                                                                                me finding out taylor swift is my top artist #SpotifyWrapped https://t.co/Rz0AY9SMP0
## 479                                                                                        I predict my most played song will be [All Dean Lrwis Songs] #SpotifyWrapped
## 480                                                                                     I predict my top artist will be: obviously gonna be @RufusDuSol #SpotifyWrapped
## 481                                    I predict my most played song will be [i think i'm okay by @machinegunkelly feat. @travisbarker &amp; @yungblud] #SpotifyWrapped
## 482                                                                                                                  I predict my top genre will be Pop #SpotifyWrapped
## 483                                                I don’t need to see my Spotify Wrapped I listened to the same artist on repeat all year @iamkinnship #SpotifyWrapped
## 484                                                                           I predict my top artist will be Pusha T #SpotifyWrapped\n@PUSHA_T https://t.co/cvjVprw9We
## 485                                                                                         I predict my top podcast will be Murder, Mystery and Makeup #SpotifyWrapped
## 486                                                                                                                I predict my top genre will be [Pop] #SpotifyWrapped
## 487                                                                                        Apple Music users on #SpotifyWrapped day every year. https://t.co/7MGiLvOlxo
## 488                                                    I predict my most played song will be Screensaver #SpotifyWrapped\ninfact its not a prediction i know for a fact
## 489                                                           Me pretending to be shocked when Drake is my #1 artist on Wrapped #SpotifyWrapped https://t.co/EemJqCNA1j
## 490                                                                                    I predict my most played song will be [Bzrp Session con Quevedo] #SpotifyWrapped
## 491                                                          I predict my top artist will be Corpse cause I will never apologize for having good taste  #SpotifyWrapped
## 492                                                                               I predict my top genre will be: again, idk, probably rock or electric #SpotifyWrapped
## 493                                                            I predict there is a disemboweled body stuffed into an employee locker at a 7/11 in Utah #SpotifyWrapped
## 494                                                                                                            I predict my top podcast will be @banter #SpotifyWrapped
## 495                                                                            I predict my top podcast will be [i aint going to spotify for a podcast] #SpotifyWrapped
## 496                                                                                            I predict my most played song will be: uhhh honestly idk #SpotifyWrapped
## 497                                                                                                                 I predict my top genre will be DSMP #SpotifyWrapped
## 498                        It's almost that time of year where @Spotify starts threatening to highlight our mental instabilities with #SpotifyWrapped and I'm not ready
## 499                                                                   I predict my most played song will be a corpse song cause I’m a creature of habit #SpotifyWrapped
## 500                                                                                     I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped
## 501                                                                                                      I predict my top artist will be [XXXTENTACION] #SpotifyWrapped
## 502                                                                                           I predict my top genre will be those goofy ahh sex sounds #SpotifyWrapped
## 503                                                                 I predict my top artist will be bôa orr aphex twin or duster &amp;or errrr toby fox #SpotifyWrapped
## 504                                                                                 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 505                                                                                     If my top song this year isn't Telephone I will eat my computer #SpotifyWrapped
## 506                                                              I predict my most played song will be either CHURCH GIRL or “Outside” by Bryson Tiller #SpotifyWrapped
## 507                              I predict my top artist will be Hypnosis Microphone. This isn’t even a prediction. I only listen to hypmic on Spotify. #SpotifyWrapped
## 508                                                                                                        I predict my top genre will be [Melodic Rap] #SpotifyWrapped
## 509                                                                                           I predict my top artist will be @lovejoy or @LewisCapaldi #SpotifyWrapped
## 510                                                                                                  I predict my most played song will be [Valenslime] #SpotifyWrapped
## 511                                                                       I predict my top artist will be @Architectsuk [fill in top artist prediction] #SpotifyWrapped
## 512                             If #iloveyou is not on your playlist,aje you are on a long thing.\nGo stream/download.👉https://t.co/ery0hoW48D… https://t.co/imBeTq7tyR
## 513                                                                                         I predict my most played song will be Bad Day or White Lie! #SpotifyWrapped
## 514                                                                                         I predict my most played song will be Sex Sells by @lovejoy #SpotifyWrapped
## 515                        As a African American what are the pros and cons of going to a pwi? Tune in on our podcast we had a great discussio… https://t.co/X2hewsstvU
## 516                                                                                                              give this a like if you’re excited for #SpotifyWrapped
## 517                                                                                                        I predict my top artist will be Taylor swift #SpotifyWrapped
## 518                                                                                                    I predict my top artist will be @findingfletcher #SpotifyWrapped
## 519                                                                                                    I predict my most played album will be [Dawn FM] #SpotifyWrapped
## 520                        anyone have tips on how to look more fem masc or fem masc outfit ideas?:,) (I’m gonna put random tags so ppl can se… https://t.co/hEXyj14xjb
## 521                       I hope we all have that self-awareness to realize sometimes we make mistakes, and that's totally okay:)\n\nMay Allah… https://t.co/e5sqjjsAOD
## 522                                                                                                @Spotify WHY TF DID U DELETE MY PLAYLIST IM SO UPSET #SpotifyWrapped
## 523                     Tim Cook is in the process of ruining the company Steve Jobs built.\n\nCause of death: wokeness. $aapl $tsla\n\n#Apple… https://t.co/Nd4YescNnR
## 524                                                                                                     I predict my top artist will be Charlotte Sands #SpotifyWrapped
## 525                                                                                                     I predict my top artist will be Taylor Swift 🕰️  #SpotifyWrapped
## 526                                     I predict my top podcast will be ‘The Office Ladies’ cause I haven’t listened to any other ones pretty much 🤷🏼‍♀️ #SpotifyWrapped
## 527                           Studying a new art style so.. #art #artist #oc #ocart #artstyle #trending #viral #explore #explorepage #timeline… https://t.co/d6HOBfj8nP
## 528                                                                                                            I predict my top artist will be NIKI 🫶🏻  #SpotifyWrapped
## 529                                                              I predict my most played song will be either something from Ariana Grande or midnights #SpotifyWrapped
## 530                                                                                                                I predict my top genre will be RAP 🎤 #SpotifyWrapped
## 531                                                                                                                 I predict my top genre will be KPOP #SpotifyWrapped
## 532                        Y’all don’t judge my #SpotifyWrapped too harshly there was a period of like a week were I listened to Meant to be Y… https://t.co/hTdWvoKFak
## 533                    The last part for me...........You gerrit? ✌\n\n     Like and Retweet.😌\n\nOsun Oyetola Lagos Delete Aregbe Innoson Chi… https://t.co/3LI79VEJVv
## 534                               This is Ghana Black Stars ✨🔥 ... How many people noticed this today. Coach Otto Addo and his boys are good!… https://t.co/My97PqgqXR
## 535                                          I predict my most played song will be Oceans &amp; Engines by NIKI #SpotifyWrapped FOR SURE LIKE I KNOW IT 🫵🏼 IT BETTER BE
## 536                                                                      I predict my top podcast will be non-existantent. I don't listen to podcasfs 😘 #SpotifyWrapped
## 537                                                                                                        I predict my top artist will be @ladygaga  💖 #SpotifyWrapped
## 538                                                                    I predict my most played song will be Let The Smokers Shine The Coupes #SpotifyWrapped\n@PUSHA_T
## 539                                                                                                         I predict my top artist will be [Lil Mosey] #SpotifyWrapped
## 540                                                                                                I predict my top artist will be ‘The 1975’?? I think #SpotifyWrapped
## 541                   Ink and Honey... Little Eyes...\n.\n.\n.\n.\n.\n.\n.\n#SpotifyWrapped #harrystylesperu #FIFAWorldCupQatar2022 #Qatar2022… https://t.co/6jhAsu96oe
## 542                                                                                                       I predict my top artist will be Nobuo Uematsu #SpotifyWrapped
## 543                                                                                                  I predict my most played song will be a twice song #SpotifyWrapped
## 544                                                                         I predict my most played song will be You Belong With Me (taylor's version) #SpotifyWrapped
## 545                                                                                                 I predict my top artist will be Logic or juice WRLD #SpotifyWrapped
## 546                                                                                              I predict my top artist will be [kyotto, duki or muse] #SpotifyWrapped
## 547                         Looking for excellent quality shipping container home house plans, designs buildings and any type of architectural… https://t.co/IcVUZoaB7h
## 548                                                                                    I predict my most played song will be [Blue Strips by Lil Skies] #SpotifyWrapped
## 549                                                                  I feel like it’s a mini deep dive into a person conscience #SpotifyWrapped https://t.co/UbT8JrmdfM
## 550                                                        I predict my most played song will be either Boy Bi (by Mad Tsui), or any Beth Crowley song  #SpotifyWrapped
## 551                                                                                                           I predict my top podcast will be [Banter] #SpotifyWrapped
## 552                                                                                                 I predict my most played song will be  TT by Twice  #SpotifyWrapped
## 553                                                                                     I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped
## 554                            Don’t watch if you under 18!!!\n\nKid flys off ride! \n\n#viral #viralvideo #sensitive #news #news24 #dontwatch… https://t.co/Yi7ltN0IPz
## 555                                                                                                               I predict my top artist will be [BTS] #SpotifyWrapped
## 556                                                                                 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 557                                                            I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped is archetypewithmeghan
## 558                                                                                                  I predict my top genre will be [rock or metalcore] #SpotifyWrapped
## 559                                                                            I predict my top genre will be ‘Pop’ cause I love me basic bitch music 😇 #SpotifyWrapped
## 560                                                                                                       I predict my top podcast will be Saving Grace #SpotifyWrapped
## 561                                                                                                              I predict my top genre will be [K-Pop] #SpotifyWrapped
## 562                                                                                                     I predict my top artist will be Silvana Estrada #SpotifyWrapped
## 563                                                                                              I predict my most played song will be [my own-kyotto ] #SpotifyWrapped
## 564                                                                                          I predict my top artist will be uhhh, maybe beth crowley?? #SpotifyWrapped
## 565                                                                                                        I predict my top artist will be Taylor Swift #SpotifyWrapped
## 566                                                                                  I predict my most played song will be [Permission to Dance by BTS] #SpotifyWrapped
## 567                                                                                                          I predict my top podcast will be [the sync]#SpotifyWrapped
## 568                                                                                                                  I predict my top genre will be pop #SpotifyWrapped
## 569                                                                                                               I predict my top artist will be ATEEZ #SpotifyWrapped
## 570                        I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped and my top artist will be either Tr… https://t.co/z709GxSZsp
## 571                                                         I predict my most played song will be [Death By A Thousand Cuts by Bullet For My Valentine] #SpotifyWrapped
## 572                                                                                                        I predict my top artist will be Taylor Swift #SpotifyWrapped
## 573                                                                                                    I predict my top artist will be Harry MF  Styles #SpotifyWrapped
## 574                                                                                                         It is almost time for my favorite holiday \n#SpotifyWrapped
## 575                                                    Not even surprised that Taylor is on top hahaha I can’t wait for the #SpotifyWrapped now https://t.co/CSpZW1Gpur
## 576                                                                                                               I predict my top genre will be J-pop. #SpotifyWrapped
## 577                                                                                                        I predict my top artist will be taylor swift #SpotifyWrapped
## 578                                                                                                                 I predict my top genre will be kpop #SpotifyWrapped
## 579                                                                                I predict my most played song will be ‘Boyfriends’ by Harry Styles #SpotifyWrapped 🤔
## 580                                                                                                                  I predict my top genre will be Pop #SpotifyWrapped
## 581                                                                                                     I predict my top artist will be [xxxtentacion ] #SpotifyWrapped
## 582                                                                                                    I predict my top artist will be [Billie Eilish ] #SpotifyWrapped
## 583                                                                                                              I predict my top genre will be dubstep #SpotifyWrapped
## 584                                                                               I predict my top artist will be Ariana Grande #SpotifyWrapped https://t.co/acBogCZv3E
## 585                                                                                                                                  it’s almost here.  #SpotifyWrapped
## 586                                                                                     I predict my most played song will be [Golden By Harry Styles ] #SpotifyWrapped
## 587                                                              I predict my most played song will be Advent: One-Winged Angel #SpotifyWrapped https://t.co/6yP5ghPLUq
## 588                                                                 Can’t lie its gonna be the most exciting day of the year when Spotify Wrapped drops #SpotifyWrapped
## 589                          @hankgreen why is drinking blood considered cannibalism but drinking piss isn’t \n\n#SpotifyWrapped #FIFAWorldCup… https://t.co/qMVp7Bffav
## 590                                                                              I predict my most played song will be Sabré olvidar by Silvana Estrada #SpotifyWrapped
## 591                                                                I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped will definitely be rap
## 592                                                                                                       I predict my top artist will be @iamluckydaye #SpotifyWrapped
## 593                                                                                                                I predict my top genre will be [rap] #SpotifyWrapped
## 594                                 Yours for Christmas https://t.co/0h2TEwE0Fv via @YouTube #Nashville #SavanahGa #SpotifyWrapped #california… https://t.co/tiIcKXmyvr
## 595                                                       I predict my most played song will be [fill in top song prediction] #SpotifyWrapped will be 90 Proof by Smino
## 596                                                                                              I predict my most played song will be [Jocelyn Flores] #SpotifyWrapped
## 597                    Listen \n\nI already know what my most played song is gonna be Spotify \n\nIf it’s anything else; y’all are liars and f… https://t.co/UqeG9PjMpU
## 598                                                                                 I predict my top podcast will be 'ask pastor John' by @desiringGod  #SpotifyWrapped
## 599                                                                                                      I predict my top artist will be @Polo_Capalot  #SpotifyWrapped
## 600                                                                                                        I predict my top artist will be Taylor Swift #SpotifyWrapped
## 601                                                                      I predict my most played song will be Calm Down remix by Selena Gomez and Rema #SpotifyWrapped
## 602                                                                                            I predict my top podcast will be  distractables for sure #SpotifyWrapped
## 603                                                        Pls don’t judge me when All Too Well (10-minute version) is one of my top most played songs. #SpotifyWrapped
## 604                                                                    Sabrina Carpenter Don't Want It Back\nhttps://t.co/0yjmh8ZDha\n#sabrinacarpenter #SpotifyWrapped
## 605                                            I predict my most played song will be Midnight Rain by Taylor Swift or Bigger Than Me by Louis Tomlinson #SpotifyWrapped
## 606                                                                                 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 607                                                                                                 I predict my top artist will be 5 Seconds Of Summer #SpotifyWrapped
## 608                                                                                                  I predict my top genre will be either pop or indie #SpotifyWrapped
## 609                                                                                              I predict my top podcast will be Archetype with Meghan #SpotifyWrapped
## 610                                                I predict my most played song will be My Frankenstein by Kody Kavitha, from Dead End Paranormal Park #SpotifyWrapped
## 611                                                                                                                last 4 weeks #SpotifyWrapped https://t.co/0IpKa8GLwX
## 612                                                                                                    I predict my top artist will be Taylor Swift duh #SpotifyWrapped
## 613                                                                                       I predict my top genre will be [The Real Slim Shady - Eminem] #SpotifyWrapped
## 614                                                                                             I predict my top artist will be Wallows or Harry Styles #SpotifyWrapped
## 615                                                                                                                                    I can’t wait for #SpotifyWrapped
## 616                           Mara guys have you heard deep piano😩😤🔥 fuck❗♥️ #podcastandchillwithmacg MacG Limpopo Mr Smeg Mbali #FIFAWorldCup… https://t.co/iXxX4GhH2r
## 617                                                                                                      I predict my top podcast will be @bigdandbubba #SpotifyWrapped
## 618                                                                                            I predict my top artist will be Dr. Taylor Allison Swift #SpotifyWrapped
## 619                                                                                                 I predict my most played song will be HaaAakkKKK!!! #SpotifyWrapped
## 620                                                                                        me waiting for #SpotifyWrapped  when i already know my top songs and artists
## 621                                                                                                      I predict my top artist will be [ @KALIUCHIS ] #SpotifyWrapped
## 622                                                   ✌🏽👋🏽❤️follow me on all social sites @Djskip_litk  #Favorite #dj #SpotifyWrapped #RedVelvet https://t.co/ABoZn8gZbN
## 623                                                                           I predict my most played song will be vigilante shit. No doubt in my mind #SpotifyWrapped
## 624                                                                                           i predict my most played song will be 'carousel' by @5SOS #SpotifyWrapped
## 625                                                                                  I predict my most played song will be less than zero by the weeknd #SpotifyWrapped
## 626                                                                                   I predict my top podcast will be POLITICO Playbook Daily Briefing #SpotifyWrapped
## 627                         I predict my top genre will be pop only because I listened it a lot of Rina Sawayama, Charli xcx and Harry Styles this year #SpotifyWrapped
## 628                                                                                                              I predict my top genre will be country #SpotifyWrapped
## 629                                                                     (Gentleman )I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 630                                                                                     I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped
## 631                                                                            I predict my top artist will be The Chainsmokers #SpotifyWrapped https://t.co/r8LR4BYjAv
## 632                                                                                                                                 Justin Bieber is my #SpotifyWrapped
## 633                                                                                              Dont know im getting impatient with wanting to get my  #SpotifyWrapped
## 634                                                                                                   I predict my most played song will be Bet U Wanna #SpotifyWrapped
## 635                                                                                  I predict my top podcast will be [#TriforcePodcast] @YogscastLewis #SpotifyWrapped
## 636                                                                                                                                  My #SpotifyWrapped predictions ⬇️⬇️⬇️
## 637                               SALE - Orange OR15H 15W Guitar Valve Amplifier Head - Official Orange Cover https://t.co/DmsEtZnnj8 #england… https://t.co/bYIWZL69DB
## 638                                                                                 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 639                                Snapchat? Twitter? Instagram? Facebook? WhatsApp??\nText me now for Snapchat account hack  guaranteed #snap… https://t.co/wmFPZa6aW2
## 640                                                                                                                        i just want the little icon  #SpotifyWrapped
## 641                                                                                        I predict my most played song will be [paradise by @BTS_twt] #SpotifyWrapped
## 642                                                                                                                 I predict my top artist will be BTS #SpotifyWrapped
## 643                                                                                             I predict my most played song will be [Ghost - Nelward] #SpotifyWrapped
## 644                                                                                             i predict my top artist will be [Mitski] #SpotifyWrapped \n\nbecause yk
## 645                                                                                                                I predict my top genre will be K-POP #SpotifyWrapped
## 646                                                                                I predict my top artist will be Red Velvet (las pasteles mis ídolas) #SpotifyWrapped
## 647                                                                                  I predict my top artist will be Queen (the band not the dead lady) #SpotifyWrapped
## 648                                                                                                       I predict my most played song will be RUN BTS #SpotifyWrapped
## 649                                                                  I predict my most played song will be Music For a Sushi Restaurant by Harry Styles #SpotifyWrapped
## 650                          Sorry I Tooted, It Came Out Of My Brass shirt:\n#DominosCyberMonday #Ronaldo #Uruguay\n#HughFreeze #GivingTuesday… https://t.co/BdEXQlNYbE
## 651                                                                                                       I predict my top genre will be Christian Rock #SpotifyWrapped
## 652                                                                                                                        @Megasnooop #SpotifyWrapped yearly tradition
## 653                                                                                                       #SpotifyWrapped  CMONNN WHERE ARE YOU https://t.co/6SFrNoIMFB
## 654                                                                                          I predict my top genre will be Kpop (es que si, rolas hay) #SpotifyWrapped
## 655                                                                                             I predict my most played song will be bohemian rhapsody #SpotifyWrapped
## 656                                                                    I predict my most played song will be something from hsmtmts im not even kidding #SpotifyWrapped
## 657                                                                           I predict my top genre will be [either French pop or the normal pop punk] #SpotifyWrapped
## 658                                                                     I predict my most played song will be "Love Will Tear Us Apart" by Joy Division #SpotifyWrapped
## 659                                 I will setup your gohighlevel website cobiro website reireply sales funnel https://t.co/ZrBeboyDf5\n#Apple… https://t.co/JlzBL5u85u
## 660                                     I predict my top podcast will be [one of the ASMR podcasts I listen to before bed; or Jane Austen’s Persuasion] #SpotifyWrapped
## 661                                                                                                                  I predict my top genre will be pop #SpotifyWrapped
## 662                                                                                       I predict my most played song will be EN EL COCHE - @Aitanax  #SpotifyWrapped
## 663                        I predict my most played song will be GWSN - Night Aviation (The Interpretation of Dreams) (La misma del año pasado… https://t.co/v7dqtpXQR9
## 664                                                                                                    I predict my top artist will be T Swizzle duhhhh #SpotifyWrapped
## 665                                                                    I predict my most played song will be [Cold Heart Remix] #SpotifyWrapped https://t.co/Ha9qD0DYdW
## 666                      Inbox let's Spy on your partner Snapchat account\nFeel free Hacking is easy\nText me now for Snapchat account hack  g… https://t.co/Wr5BA9TIWI
## 667                                                                                                                  I predict my top genre will be pop #SpotifyWrapped
## 668                                                                                                     I predict my most played song will be Anti Hero #SpotifyWrapped
## 669                                          replying to this with #SpotifyWrapped because imagine it gets more traction. would be a bit funny that. hilarious actually
## 670                                                                                                              I predict my top podcast will be Hotel #SpotifyWrapped
## 671                        Is this how we teach our kids how to love and accept themselves? Objectifying the body sexually is unhealthy and is… https://t.co/TUo0lmbZq0
## 672                                                                                                 I predict my most played song will be sdp interlude #SpotifyWrapped
## 673                                                              I predict my top podcast will be [At Your Service @service95 ] #SpotifyWrapped https://t.co/ySrQ1JHN2K
## 674                                                                                                 I predict my top artist will be bad bunny as always #SpotifyWrapped
## 675                                                                   I predict my top artist will be [Demi Lovato?] Her newest album is really good ok #SpotifyWrapped
## 676                                                                                                             I predict my top artist will be Skillet #SpotifyWrapped
## 677                                                                           I predict my most played song will be Don’t You Forget by @LouisYorkMusic #SpotifyWrapped
## 678                                                                                                       I predict my top artist will be @fayewebsters #SpotifyWrapped
## 679                                                         I predict my top artist will be [I have no confidence in this one but potentially MW or TS] #SpotifyWrapped
## 680                                                                                                            I predict my top genre will be reggaeton #SpotifyWrapped
## 681                                                                                 Cognac\n #Atlanta #SpotifyWrapped #BatonRouge #BayouClassic https://t.co/9qr7kgi4is
## 682                                                                                              i already know what’s coming 😭 #SpotifyWrapped https://t.co/H9rF9q6HZm
## 683                                                                                         I predict my most played song will be Standing in the Storm #SpotifyWrapped
## 684                              So proud of my #baeighs 🖤 I love you all. #jaeighgallagher #streammymusic #indiemusic #13kstreams #forthebest… https://t.co/TlhjRDuTfq
## 685                                                                                  mines is going to be Paris hilton and glee, I feel it in my bones\n#SpotifyWrapped
## 686                                                                                                I predict my top podcast will be [Joe Rogan Podcast] #SpotifyWrapped
## 687                                                                                    I predict my most played song will be Me Myself &amp; i by @5SOS #SpotifyWrapped
## 688                                                                                            I predict my top artist will be Dua Lipa or Taylor Swift #SpotifyWrapped
## 689                                                                                                                            why the FUCK is #SpotifyWrapped trending
## 690                                                                                                        I predict my top artist will be @Santandave1 #SpotifyWrapped
## 691                                                                          I predict my most played song will be Atlanta or Room Temp by Faye Webster #SpotifyWrapped
## 692                                                                                                           I predict my top artist will be [Slipkot] #SpotifyWrapped
## 693                                              me seeing the same 5 artists on my spotify wrapped that are there every year…. #SpotifyWrapped https://t.co/gJlMvQKwnF
## 694                                                                                                         I predict my top artist will be 5sos 🙏🙏🙏🙏🙏🙏 #SpotifyWrapped
## 695                    I predict my top podcast will be #Archetypes🤞(in my defence if it isn’t, the podcast only came in August 2022 &amp; I’d… https://t.co/c6XCgRV6dQ
## 696                                                                                                         I predict my top genre will be rap/ hip hop #SpotifyWrapped
## 697                                                                                          I predict my most played song will be spin by @sawyernunes #SpotifyWrapped
## 698                                                                                I predict my most played song will be [World's Smallest Violin, AJR] #SpotifyWrapped
## 699                         Hypoglycemia (low blood sugar) is worse than hyperglycemia (high blood sugar) eventho both can lead to devastating… https://t.co/ulpJ9qhn06
## 700                                                                                         I predict my top artist will be EXO #SpotifyWrapped https://t.co/GEVMgpZ7Cn
## 701                                                                                                             I predict my top genre will be pop LMAO #SpotifyWrapped
## 702                                                                                                        I predict my top artist will be Harry Styles #SpotifyWrapped
## 703                                                                             I predict my top genre will be Country or Contemporary Country (again)\n#SpotifyWrapped
## 704                                                                                        I predict my top genre will be [Pop] #SpotifyWrapped https://t.co/xaHrCS2I2Q
## 705                                                                            I predict my most played song will be  you don't go to parties by 5sos 🙏 #SpotifyWrapped
## 706                                                                                       I predict my most played song will be Last Last by Burna Boy  #SpotifyWrapped
## 707                                      I predict my most played song will be “All Too Well (Taylor’s Version) (Ten Minutes Version) (From The Vault)” #SpotifyWrapped
## 708                                                                                                           I predict my top artist will be @ladygaga #SpotifyWrapped
## 709                           🔥WHAT WOULD YOU RATE THIS EPISODE?!🔥 #SpotifyWrapped #FIFAWorldCupQatar2022 #RedVelvet #spotifypodcasts #podcast… https://t.co/qDz59Df0ue
## 710                                                                                                                    i want my spotify wrapped so bad #SpotifyWrapped
## 711                                                                                                                I predict my top podcast will be nah #SpotifyWrapped
## 712                                                                                       I predict my most played song will be Love is a Game by Adele #SpotifyWrapped
## 713                                                                                                   @Freeethon To the moon #SpotifyWrapped #kudus #Dame Deborah James
## 714                                                                                                              I predict my top artist will be Lorde 😏#SpotifyWrapped
## 715                                                                                        I predict my top genre will be k-pop #SpotifyWrapped https://t.co/TMSHH3D5zB
## 716                                                                                                     I predict my top artist will be [Ariana Grande] #SpotifyWrapped
## 717                                                                                                  I predict my top genre will be POP BABYYYYYY WOOOO #SpotifyWrapped
## 718                                                                                                  I predict my most played song will be \nThis Bar \n#SpotifyWrapped
## 719                                                            I predict my most played song will be Tot musica by ado. I played that way to many times #SpotifyWrapped
## 720                                                       next couple of days. \n\nThank you in advance!!\n\n#viral #Trending #SpotifyWrapped #community #blog #blogger
## 721                                                                           I predict my most played song will be live and let die by Paul McCartney  #SpotifyWrapped
## 722                                                                                                Excited for #SpotifyWrapped as my free annual mental health report 😍
## 723                                                                                                         I predict my top genre will be #Afrobeats - #SpotifyWrapped
## 724                                                                                 I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped indie
## 725                                                                       I predict my most played song will be 'Witching Hour' #SpotifyWrapped  by In This Moment  lol
## 726                                                                          I predict my most played song will be BTBT by B.I  #SpotifyWrapped https://t.co/Fb9W052qGI
## 727                                                                                             i predict my most played song will be any deftones song #SpotifyWrapped
## 728                                                            I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped hail satan podcast lol
## 729                                                                                                             I predict my top artist will be Beyoncé #SpotifyWrapped
## 730                                                                          I predict my top podcast will be MORBIDDDDD (Morbid: A true crime podcast) #SpotifyWrapped
## 731                         Bitcoin oscillates in an upwards fashion, always setting a new hi-low. \n\nThat's it, no need to make theories up.… https://t.co/ktyYE2yXuq
## 732                       I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped \n\nits gonna be whatever drakes genre… https://t.co/cr3BKaLClZ
## 733                                                                                         My @Spotify Wrapped is approved! Happy New Year. 🙏🏻🙌🏻🎉🍾🥂\n\n#SpotifyWrapped
## 734                                                                                         I predict my top podcast will be duolingo french @duolingo  #SpotifyWrapped
## 735                                                                                                            I predict my top artist will be LOVEJOY. #SpotifyWrapped
## 736                                                                                                                  I predict my top genre will be pop #SpotifyWrapped
## 737                                                                                                        I predict my top artist will be Taylor Swift #SpotifyWrapped
## 738                                                                                I predict my top podcast will be anything goes with emma chamberlain #SpotifyWrapped
## 739                                                                                   I predict my top podcast will be Nick and Charlie by Alice Oseman #SpotifyWrapped
## 740                                                                                                           I predict my top artist will be @ladygaga #SpotifyWrapped
## 741                                                                                     I predict my most played song will be as it was by harry styles #SpotifyWrapped
## 742                                                                            I predict my top genre will be it’s either going to be dreamsmp or rock- #SpotifyWrapped
## 743                                                             I swear to fucking god if my top podcast is the Grapes of Wrath im going to kill myself #SpotifyWrapped
## 744                                                                                                      I predict my top artist will be arctic monkeys #SpotifyWrapped
## 745                                                               #SpotifyWrapped Is a measurement to show how hipster you are; and I can’t wait to get mine.\nBliss #1
## 746                                                                                                       I predict my top podcast will be Crime Junkie #SpotifyWrapped
## 747                                                                                         I predict my most played song will be The Fall by Lovejoy 🫡 #SpotifyWrapped
## 748                                                                                                          I predict my top artist will be Steve Lacy #SpotifyWrapped
## 749                                                                                               I predict my top podcast will be #archetypesonspotify #SpotifyWrapped
## 750                                                                               I predict my most played song will be All Too Well 10 Minute Version. #SpotifyWrapped
## 751                                                                     I predict my top artist will be [fill in top artist prediction] harry styles fr #SpotifyWrapped
## 752                        Also... no #SpotifyWrapped    for me. Though I wonder if #YouTube does something similar— I haven't been paying pro… https://t.co/6ZEjiYFLiB
## 753                          @CFBPlayoff do the right thing and put Ohio State in the playoff!!!!! #SpotifyWrapped #RedVelvet #ghanablackstars… https://t.co/kXAufI6y9r
## 754                                   “You will earn the respect of all men if you begin by earning the respect of yourself.”\n-Musonius Rufus… https://t.co/trKtmGoqF8
## 755                                                                                I predict my top genre will be [fill in top genre prediction] is pop #SpotifyWrapped
## 756                                                                                                                  I predict my top genre will be Pop #SpotifyWrapped
## 757                        SPORT BETTING IS THE FASTEST WAYS OF MAKE MONEY AND IT ALSO THE FASTEST WAY TO LOOSE ALL YOUR MONEY ONLY IF YOU CHO… https://t.co/dJETwpypF2
## 758                                                                                                           I predict my top genre will be indie rock #SpotifyWrapped
## 759                          I predict my most played song will be [fill in top song prediction] id either harry styles, taylor swift, or one direction #SpotifyWrapped
## 760                                                                                     I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped
## 761                                                                                                           I predict my top genre will be Indie Rock #SpotifyWrapped
## 762                                                                                                     I predict my top artist will be Louis Tomlinson #SpotifyWrapped
## 763                                                                                                      I predict my top podcast will be WIRED Science #SpotifyWrapped
## 764                                                                                                        I predict my top artist will be Taylor Swift #SpotifyWrapped
## 765                                                                                                             I predict my top podcast will be [50+2] #SpotifyWrapped
## 766                                                                                 I predict my most played song will be there better be a mirror ball #SpotifyWrapped
## 767                                                                                                                  I predict my top genre will be Pop #SpotifyWrapped
## 768                                                                                      I predict my most played song will be Bad Romance by Lady Gaga #SpotifyWrapped
## 769                                                                                                  I predict my top artist will be [Black sherif 😌🤞🏻] #SpotifyWrapped
## 770                                                                                                      I predict my top artist will be [Travis Scott] #SpotifyWrapped
## 771                                                              I need some i miss you, I love you, I’m sorry money. 😩😩\n\n#SpotifyWrapped #FIFAWorldCupQatar2022 #FYP
## 772                                                                                                     I predict my most played song will be Wintering #SpotifyWrapped
## 773                                                                   I predict my most played song will be Music For a Sushi Restaurant - Harry Styles #SpotifyWrapped
## 774                                                                                                                I predict my top artist will be 5sos #SpotifyWrapped
## 775                                                                                                                I predict my top genre will be [rap] #SpotifyWrapped
## 776                                                                                                          I predict my top artist will be Kanye West #SpotifyWrapped
## 777                                                                                                                  I predict my top genre will be Pop #SpotifyWrapped
## 778                                                                       I predict my most played song will be Demons by drake #SpotifyWrapped https://t.co/fxTf3yhbwu
## 779                                                                         I predict my top genre will be indie rock or something w indie in it hehehe #SpotifyWrapped
## 780                                                                                                         I predict my most played song will be Drive #SpotifyWrapped
## 781                       Spotify just tagged me on twitter, wow... #SpotifyWrapped \nThe predictions are arctic monkeys, a lot of italian mus… https://t.co/xEnA8IMemM
## 782                                                                         I predict my top artist will be Taylor Swift, Lady Gaga, or Camila Cabello. #SpotifyWrapped
## 783                                                                                        I predict my most played song will be [Kendrick Lamar - N95] #SpotifyWrapped
## 784                                                                                                    I predict my top artist will be [unotheactivist] #SpotifyWrapped
## 785                                                                                                   I predict my most played song will be Love My Way #SpotifyWrapped
## 786                                                                                                I predict my most played song will be Only The Brave #SpotifyWrapped
## 787                                                             Please please please do something like #SpotifyWrapped I need to see how much I lost this year @phantom
## 788                                                                                   I predict my most played song will be Easy on Me  or Hold my Hand #SpotifyWrapped
## 789                                    guys it’s official i am famous i have one whole follower! i have grown my family, time to get the chop!… https://t.co/hyGurPVC0U
## 790                         I know my top artist will be either  wumpscut or @walkthemoon for the third year in a row... fourth year... i have… https://t.co/cSQoSe0d4k
## 791                                                                                                                I predict my top genre will be [rap] #SpotifyWrapped
## 792                                                                                               I predict my top genre will be indie or alternative 😟 #SpotifyWrapped
## 793                                                                                          I predict my most played song will be [met gala by vjacob] #SpotifyWrapped
## 794                                                                                            I predict my top artist will be Muse or Centimillimental #SpotifyWrapped
## 795                                                                                        I predict my top podcast will be @KimKardashian's The System #SpotifyWrapped
## 796                                                                               I predict my top artist will be @paradisefears Best band of all time! #SpotifyWrapped
## 797                                                                              CHILL - EP \n#RnB #RedVelvet #Trending #music #SpotifyWrapped\nhttps://t.co/K6IRhsvftY
## 798                                                                                                I predict my top artist will be @taylorswift13  100% #SpotifyWrapped
## 799                      I DONT DO PAY AFTER SERVICES BECAUSE I KNOW THE VALUE OF MY GAME*. \n\nIf you dont have the money for fixed games don… https://t.co/BvAyewe9o9
## 800                                               Honestly, my song prolly finna be this, Ill have it on loop and forget ab it 😭#SpotifyWrapped https://t.co/G2XMCoCshb
## 801                                                                                                       I predict my top artist will be Hyper Potions #SpotifyWrapped
## 802                      Inbox let's Spy on your partner Snapchat account\nFeel free Hacking is easy\nText me now for Snapchat account hack  g… https://t.co/7MwnKk6oSv
## 803                          BUY TWO GET ONE FREE OFF ENTIRE SITE THROUGH FRIDAY ONLY!! Go shop today @creations_label 🔥🔥❤️❤️ FOLLOW LIKE COMMEN… https://t.co/UDaeX6oGB2
## 804                                                                                                            I just knowww Let’s Get It will be on my #SpotifyWrapped
## 805                                                                                This Is My First #SpotifyWrapped 😄 🤩 https://t.co/H5yNb3CyWs https://t.co/6oPtFniqOp
## 806                                                                                                        I predict my top artist will be Harry Styles #SpotifyWrapped
## 807                                                                                                                  I predict my top genre will be pop #SpotifyWrapped
## 808                                                                           I predict my most played song will be [Saviour Complex - Phoebe Bridgers] #SpotifyWrapped
## 809                                                                                      I predict my most played song will be gorgeous by Taylor swift #SpotifyWrapped
## 810                                                                           I predict my top artist will be my chemical romance like let’s be serious #SpotifyWrapped
## 811                                                                                               I predict my top artist will 100% be [arctic monkeys] #SpotifyWrapped
## 812                                                                                                         I predict my top podcast will be Impaulsive #SpotifyWrapped
## 813                               I predict my top podcast will be …@RingerVerse House of R, no doubt. It has been a beautiful year with Mal &amp; Jo 💚 #SpotifyWrapped
## 814                                                                                                      I predict my top artist will be 6LACK (@6LACK) #SpotifyWrapped
## 815                                                                                                           I predict my top artist will be baby keem #SpotifyWrapped
## 816                                          My everything entrepreneur on music and merch support #SpotifyWrapped #RedVelvet #ghanablackstars… https://t.co/fMboVUmbuK
## 817                       Perfect summary of the day …\nRoad trip / photo shoot 🏁📍\n\n#roadtrip #SpotifyWrapped #StarAcademy #Indigo #ImACeleb… https://t.co/dB1itu3Fu8
## 818                                                                                                              I predict my top artist will be CORPSE #SpotifyWrapped
## 819                         Am available Inbox now for help and guide on how to recover your Account\n#hacking #hacked #facebookdown #whatsapp… https://t.co/GEg8hXsYlY
## 820                                                                                                                  I predict my top genre will be rap #SpotifyWrapped
## 821                                                                                 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 822                         Here’s how to get your @Spotify Instafest concert lineup so you can start daydreaming about your ideal festival. 🎡… https://t.co/ElWINUoK0p
## 823                                                                    I predict my top artist will be BTS and if i’m wrong then dethrone me as an army #SpotifyWrapped
## 824                                                                       I predict my top genre will be probably modern rock ! #SpotifyWrapped https://t.co/fRkTfzCGEZ
## 825                                                                                           I predict my most played song will be honest by baby keem #SpotifyWrapped
## 826                                                                                              I predict my most played song will be Bloody Valentine #SpotifyWrapped
## 827                                 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped\n\nBuga (Lo Lo Lo ) by… https://t.co/YHMbopR15k
## 828                       I predict my top podcast will be...\nthe one i listen to while reading that talk ab greek mythology but i can't reme… https://t.co/E6YeY81VaH
## 829                                                                                        I predict my top artist will be...\neither Taylor or Louis \n#SpotifyWrapped
## 830                                                                                              Did this Better than Sheamus 🔥 #SpotifyWrapped https://t.co/vu742dG5Il
## 831                                                                                                                I predict my top genre will be pop \n#SpotifyWrapped
## 832                                                 I predict my most played song will be...\ni think maybe ready for it? or some onder reputation song #SpotifyWrapped
## 833                                                                                                                 I predict my top artist will be BTS #SpotifyWrapped
## 834                                                                                  I predict my top genre will be music for people who get no bitches #SpotifyWrapped
## 835                                                                                           GIVE US SPIDER-MAN 4! #SpiderMan4 #SpotifyWrapped https://t.co/lRQRGZvjKm
## 836                         According to the Scotsman Spotify stopped collection our data on 30th October....and dreamers was released on 20th… https://t.co/V3AIxDCnQ1
## 837                        My 2 years old daughter said "hey Google play baby shark" Google now played something else 😂 , my daughter then tol… https://t.co/97Lv8VvC7u
## 838                                                                                                    I predict my most played song will be 2 minus 1\n#SpotifyWrapped
## 839                                                                                                       I predict my most played song will be CUFF IT #SpotifyWrapped
## 840                                                                                            I predict my top podcast will be #ArchetypesWithMeghan \n#SpotifyWrapped
## 841                                                                                                             I predict my top artist will be Beyonce #SpotifyWrapped
## 842                           Ask @nike @Jumpman23 about the Covington connection.1985 changed the shoe game and history \n\n#nikeairmax #nike… https://t.co/pJJBW1QcR1
## 843                                                                              CHILL - EP \n#RnB #RedVelvet #Trending #music #SpotifyWrapped\nhttps://t.co/K6IRhsNoI6
## 844                                                                                                  I predict my top podcast will be [Sibling Rivalry] #SpotifyWrapped
## 845                                                                                                            I predict my top podcast will be nothing #SpotifyWrapped
## 846                                                          I predict my most played song this year will be “I Still Believe You’re Good” by @newsboys #SpotifyWrapped
## 847                                                                                                              I predict my top artist will be @xtina #SpotifyWrapped
## 848                                                                                                             Can’t wait for #SpotifyWrapped to call me a fag 5 times
## 849                                                                                                I predict my most played song will be Shinunoga E-Wa #SpotifyWrapped
## 850                                                                                                       I predict my top artist will be [Nicki Minaj] #SpotifyWrapped
## 851                                                                                                            I predict my top genre will be Latin Pop #SpotifyWrapped
## 852                                                                                                    I predict my most played song will be "Koszulka" #SpotifyWrapped
## 853                                                                   I predict my top genre will be Pop. I know it is. I know it. Or indie something.\n#SpotifyWrapped
## 854                        I predict my most played song will be [fill in top song prediction] #SpotifyWrapped\nI think since I saw Vienna was… https://t.co/LNAYibecXz
## 855                                                                                 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 856                                                                 I predict my top artist will be [@bigtimerush ] #SpotifyWrapped #BTRParalyzed #13YearsOfBigTimeRush
## 857                                                                                                          I predict my top genre will be [DanceHall] #SpotifyWrapped
## 858                                                                                  I predict my most played song will be Me Porto Bonito by Bad Bunny #SpotifyWrapped
## 859                                                                                       I predict my most played song will be [Do We Have A Problem?] #SpotifyWrapped
## 860                                                                                                I will make my #SpotifyWrapped my personality trait and I don't care
## 861                                   I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped\nIndie but let’s hope it’s not what I think it is 💀
## 862                                                                                              I predict my most played song will be LOVE DIVE by IVE #SpotifyWrapped
## 863                                                                                        I predict my most played song will be [something by Phoebe ] #SpotifyWrapped
## 864                                                     I predict my top artist will be [💜 @BTS_twt 💜] #SpotifyWrapped #SpotifyWrapped2022 #Spotify #BTS #BTSARMY #ARMY
## 865                                    Upcoming twitter space don’t forget ❤️ #SpotifyWrapped #btc #Etherium #shibainu #shib #memecoin #altcoin… https://t.co/PJXjPe9ncE
## 866                                                                  I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped I don’t know lol
## 867                            New youtube video out now \n\nhttps://t.co/E3xS9XDQD2\n\n#SpotifyWrapped #ContentCreator #FIFAWorldCupQatar2022… https://t.co/LzROARac5D
## 868                                                                                                       I predict my top artist will be [@nickiminaj] #SpotifyWrapped
## 869                                              I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped I don’t know actually probably LoveJoy
## 870                                                                                               I predict my top podcast will be The Sleepy Bookshelf #SpotifyWrapped
## 871                               Read more about what I did wrong and right in my blog post! #indiemusic #music #pop #Spotify #SpotifyWrapped… https://t.co/hSlVGCWBZb
## 872                                                                                                       I predict my top artist will be  Harry Styles #SpotifyWrapped
## 873                        This channel we don’t say what we can’t do, so if you know you are here to recover all you have lost, better go for… https://t.co/I5Ny2snFC8
## 874                                                                                 I predict my top genre will be [#KPOP] #SpotifyWrapped #SpotifyWrapped2022 #Spotify
## 875                                                                                                                I predict my top genre will be [pop] #SpotifyWrapped
## 876                                                                                                  I predict my most played song will be Little Freak #SpotifyWrapped
## 877                                                    I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped Archetype #ArchetypewithMeghan
## 878                                                                                                     I predict my top artist will be [the beatles ?] #SpotifyWrapped
## 879                                                                                                         I predict my top podcast will be Archetypes #SpotifyWrapped
## 880                                                                                                                  I predict my top genre will be Pop #SpotifyWrapped
## 881                                                                                                              I predict my top genre will be [Grime] #SpotifyWrapped
## 882                                                            I predict my most played song will be [#RunBTS by @BTS_twt] #SpotifyWrapped #SpotifyWrapped2022 #Spotify
## 883                                                                                     Really need to work on my self😵‍💫 #SpotifyWrapped #Depresion #BNB #Cryptocurency
## 884                                                                                         I predict my top artist will be One Direction or Stray Kids #SpotifyWrapped
## 885                                         Just got my #SpotifyWrapped from #silenthill \n\nI'd go to this fest if they have a first aid tent! https://t.co/jax9fhH3dK
## 886                                                                                                        I predict my top podcast will be What's Good #SpotifyWrapped
## 887                                                                                                               I predict my top artist will be [BTS] #SpotifyWrapped
## 888                                                                                                                I predict my top artist will be Yeat #SpotifyWrapped
## 889                                                                                                               I predict my top genre will be K-POP  #SpotifyWrapped
## 890                                                                                                                              i just want it now pls #SpotifyWrapped
## 891                                                                                                              I predict my top genre will be Hip-Hop #SpotifyWrapped
## 892                                                                                                          I predict my top artist will be the garden #SpotifyWrapped
## 893                                                                                                       Heres mine #instafest #SpotifyWrapped https://t.co/XmvNYT3yad
## 894                                                                                                  I predict my most played song will be [Black Swan] #SpotifyWrapped
## 895                        my #SpotifyWrapped predictions. artist: taylor (duh), genre: dance pop, song: Brother by Madds Buckley (don’t ask),… https://t.co/F0CDVbH6od
## 896                           Matching energy is why everybody miserable. \n\nYou don't clean dirt with dirt. \n\n#SpotifyWrapped #FIFAWorldCupQatar2022 #thecontrarian
## 897                                                                                                     I predict my most played song will be Geek High #SpotifyWrapped
## 898                                                                                                       I predict my top artist will be taylor swift  #SpotifyWrapped
## 899                                                                                                        I predict my top artist will be [Little Mix] #SpotifyWrapped
## 900                                                                                                   I predict my top podcast will be @SincerelyAccra  #SpotifyWrapped
## 901                                                                               I predict my most played song will be [little freak by Harry styles]  #SpotifyWrapped
## 902                                                                                                     I predict my most played song will be Arcadia 😭 #SpotifyWrapped
## 903                                                                                                                        Can’t wait to be read by #SpotifyWrapped 🙃🙃🙃
## 904                                                         Annual reminder to throw that SZA playlist on repeat to get the baddies to slide up on your #SpotifyWrapped
## 905                                                                                               I predict my top genre will be 90's Alternative/Indie #SpotifyWrapped
## 906                                                                                                my spotify wrap to me\n\n#SpotifyWrapped \n\nhttps://t.co/J5JdMbZRkr
## 907                                                                             I predict my most played song will be [Heartbreak Anthem by Little Mix] #SpotifyWrapped
## 908                        The fact that #SpotifyWrapped is trending and it's not even out yet is driving me insane. I just wanna see how a we… https://t.co/d1oenhnhvt
## 909                                                                                                         I predict my top podcast will be [@TheYard] #SpotifyWrapped
## 910                                  I genuinely don't have a fricking idea about how is going to be my Spotify wrapped. I'm genuinely scared.… https://t.co/i599LBIaBY
## 911                                                                                                                 I predict my top genre will be Soul #SpotifyWrapped
## 912                                                                                                        I predict my top artist will be Harry Styles #SpotifyWrapped
## 913                                                                             A sketch I did of my new oc 🥳\n#illustrationart #SpotifyWrapped https://t.co/XWGT2axFak
## 914                                                                                  I predict my most played song will be Little freak by Harry Styles #SpotifyWrapped
## 915                                                                                                        I predict my most played song will be brutal #SpotifyWrapped
## 916                                                                                                        I predict my top artist will be Taylor Swift #SpotifyWrapped
## 917                                                                                                            I predict my top artist will be [Mitski] #SpotifyWrapped
## 918                                                                                                          I predict my top artist will be #StrayKids #SpotifyWrapped
## 919                         I predict my top podcast will be @CrimeJunkiePod no questions asked. That podcast keeps me sane while doing stock at work 🤣 #SpotifyWrapped
## 920                                                                                                         I predict my top genre will be [indie rock] #SpotifyWrapped
## 921                                                                                                                  I predict my top genre will be pop #SpotifyWrapped
## 922                                                                                                   I predict my top artist will be [Paul McCartney ] #SpotifyWrapped
## 923                                                                                                                  I predict my top genre will be pop #SpotifyWrapped
## 924                                                                                      I predict my top artist will be powerwolf or she wants revenge #SpotifyWrapped
## 925                                                                                                        I predict my most played song will be Butter #SpotifyWrapped
## 926                                                                                                       I predict my top artist will be Harry Styles  #SpotifyWrapped
## 927                                                                                                 I predict my top artist will be 5 seconds of summer #SpotifyWrapped
## 928                                                                                             I predict my most played song will be Maniac #StrayKids #SpotifyWrapped
## 929                                                                                       I predict my top artist will be [Juice Drizzy or #FreeSlime ] #SpotifyWrapped
## 930                                                                                              It's almost that time of year! #SpotifyWrapped https://t.co/YKDiGfUQfr
## 931                            Let me help you recover that your Hacked , Instagram, Twitter Pinterest, Gmail, Snapchat etc....\n#facebookdown… https://t.co/3M6g13gKss
## 932                                                                                                    I predict my top artist will be Olivia Rodrigo!! #SpotifyWrapped
## 933                                                                                                   I predict my top podcast will be kasvoton podcast #SpotifyWrapped
## 934                                                                           I predict my top artist will be either taylor swift, harry styles or 5sos #SpotifyWrapped
## 935                                                                I predict my top genre will be [definitely melodic trap, emo trap, alternative trap] #SpotifyWrapped
## 936                                                                           I predict my most played song will be The Way I Loved You by Taylor Swift #SpotifyWrapped
## 937                                                                           I predict my most played song will be [First Love / Late Spring - Mitski] #SpotifyWrapped
## 938                         Read more about my experience in my blog post! \n#indie #music #indieartist #independent #producer #musicpromotion… https://t.co/FgHiyohmGV
## 939                                                                                                                I predict my top genre will be K-Pop #SpotifyWrapped
## 940                                                                                             I predict my top podcast will be [woman evolve podcast] #SpotifyWrapped
## 941                                                                             I predict my most played song will be [Dirty Soda by Juice Wrld] prolly #SpotifyWrapped
## 942                                                                   I predict my most played song will be Hippo in the Water by Mom Jeans @momjeansca #SpotifyWrapped
## 943                                                                                                                 I predict my top artist will be BTS #SpotifyWrapped
## 944                                                                   I predict my top podcast will be something nuts about prepping for the apocalypse #SpotifyWrapped
## 945                                                                                                  I predict my most played song will be Taylor Swift #SpotifyWrapped
## 946                                                                                                 I predict my top podcast will be The Fellas Podcast #SpotifyWrapped
## 947                                                                                                                 I predict my top genre will be rock #SpotifyWrapped
## 948                                                                                                                       #SpotifyWrapped gotta come NIW im going crazy
## 949                                                                              I predict my most played song will be Skin of Your Teeth Demi Lovato?? #SpotifyWrapped
## 950                                 Furinno Turn-S-Tube 3-Tier Compact Multipurpose Shelf Display Rack with Square Tube, Columbia Walnut/Black… https://t.co/NSnPz4Ti6F
## 951                                                        My #SpotifyWrapped top song stepping up to accept her crown: https://t.co/HjzsyiF6w9 https://t.co/6HBnII5PXa
## 952                                                                                                          I predict my top artist will be Ari Lennox #SpotifyWrapped
## 953                                           I predict my top podcast will be [fill in top podcast prediction] i dont listen to podcasts im not a nerd #SpotifyWrapped
## 954                                                                                                            I predict my top genre will be indie pop #SpotifyWrapped
## 955                                                     I predict my most played song will be Another Lifetime by St. Lucia #SpotifyWrapped \n\nhttps://t.co/OsPbsNBcSS
## 956                                                                                      CAN THIS STOP TRENDING I KEEP ON GETTING SCARED ITS DROPPED 😭😭 #SpotifyWrapped
## 957                                                                                                                  I predict my top genre will be Pop #SpotifyWrapped
## 958                                            I predict my most played song will be Comedy or Oh Bo or Art is Dead or Words, Words, Words\n#SpotifyWrapped\n#1 bo stan
## 959                                                                                                   I predict my top podcast will be chuckle sandwich #SpotifyWrapped
## 960                                                                                                                  I predict my top genre will be Emo #SpotifyWrapped
## 961                                                                                    I predict my most played song will be goosebumps by Travis Scott #SpotifyWrapped
## 962                                                                                          I predict my most played song will be [pipe down by drake] #SpotifyWrapped
## 963                                                                                                       I predict my top artist will be [Ozzy Osborne}#SpotifyWrapped
## 964                                                                      I predict my top artist will be Taylor Swift?? Or Demi Lovato? It’s a toss up. #SpotifyWrapped
## 965                                                                                                              I predict my top genre will be R&amp;B #SpotifyWrapped
## 966                                                                                        I predict my most played song will be El Apagon by Bad Bunny #SpotifyWrapped
## 967                                                                                                     I predict my top artist will be louis tomlinson #SpotifyWrapped
## 968                                                                                                    I predict my top podcast will be @newheightshow  #SpotifyWrapped
## 969                                                                                                      I predict my top artist will be BTS!\n@BTS_twt #SpotifyWrapped
## 970                                                                                                 I predict my most played song will be Devil Trigger #SpotifyWrapped
## 971                             Your mistakes are temporary. Once you acquire the skill, you’re free forever.\n\n#FIFAWorldCupQatar2022 #Apple… https://t.co/Uv4nOQciZg
## 972                                                                            A good man leaves an Inheritance to the next generation. #NextGeneration #SpotifyWrapped
## 973                                                                                   I predict my most played song will be [Night Drive by Ari Lennox] #SpotifyWrapped
## 974                             If your Roblox got Hacked inbox now for guide on how to recover your Account\n#hacked #Roblox #5G #Hackingtime… https://t.co/kanpi00zHG
## 975                            January 15 the shadow is back #mma #mma2023 \n#SpotifyWrapped #Qatar2022 #harrystylesperu #ufc #UFC283 #ล็อคกี้แฟน… https://t.co/nSfZLuTmTe
## 976                                                                                                              My #SpotifyWrapped this Friday https://t.co/weugla1YTr
## 977                                                                                              I guarantee my #SpotifyWrapped song will be taboo by sevyn streeter. 😎
## 978                                                                                                                  I predict my top genre will be Pop #SpotifyWrapped
## 979                                                                                                         I predict my top artist will be @MacMiller  #SpotifyWrapped
## 980                                                                                                  I predict my top genre will be R&amp;B/K-R&amp;B.\n#SpotifyWrapped
## 981                                                  me happy to see #SpotifyWrapped trending but realising it hasn’t even been announced yet 💔 https://t.co/5wSAXoroJb
## 982                                          Tfw u don’t have a Spotify wrapped cuz u stopped using Spotify n only use musi now #SpotifyWrapped https://t.co/svXDkMlFZ4
## 983                                                                                                        I predict my top artist will be Taylor Swift #SpotifyWrapped
## 984                              RRRAP IT UP! (Vinyl Tear Down) by: MaSSa Power 🤩👊\n\n#massapower #DistroKid #Towerofbabelsymphony #HeavyMetal… https://t.co/m1lujeACdO
## 985                                     #SpotifyWrapped 2022: Release date and why the last two months of the year are not included in results\nhttps://t.co/IInad2M3e1
## 986                                                                                           I predict my top artist will be ATEEZ #SpotifyWrapped (expected tbf ngl-)
## 987                CSC | NFTs Beyond Art — Utility &amp; The True Value of NFTs\n\nhttps://t.co/e4sRyE8LRh\n\nReally interested in knowing abo… https://t.co/ry78RI67l5
## 988                                                                                                      I predict my top artist will be Graeme Cornies #SpotifyWrapped
## 989                                                                                  I predict my most played song will be Cracker Island by @gorillaz  #SpotifyWrapped
## 990                                                                                                             I predict my top artist will be nct 127 #SpotifyWrapped
## 991                                                                                                   I predict my top podcast will be Chuckle Sandwich #SpotifyWrapped
## 992                                                                                                            Disturbed #SpotifyWrapped #music https://t.co/MFHAWHw1g9
## 993                                           I predict my most played song will be [fill in top song prediction] #SpotifyWrapped\n\nTo be honest, I'm not sure hahaha.
## 994                                                                                               I predict my top artist will be Kanye West or MF DOOM #SpotifyWrapped
## 995                                                                                I predict my top podcast will be [podcasts don’t work in Kazakhstan] #SpotifyWrapped
## 996                                                                                                      I predict my top artist will be Kanye or Abba  #SpotifyWrapped
## 997                                                                                                                  I predict my top genre will be rap #SpotifyWrapped
## 998                                                                                                               I predict my top artist will be Ghost #SpotifyWrapped
## 999                                                                                                    I predict my top podcast will be Freaky Folklore #SpotifyWrapped
## 1000                                                                                                             I predict my top genre will be hip hop #SpotifyWrapped
## 1001                                                                                                             I predict my top podcast will be GOONS #SpotifyWrapped
## 1002                                                                                   I predict my most played song will be Vulture Island by @rob49up #SpotifyWrapped
## 1003                                                                          Yall still streaming super freaky girl? 👀\n\n#NickiMinaj #SuperFreakyGirl #SpotifyWrapped
## 1004                                                                                                     I predict my top artist will be [Taylor Swift] #SpotifyWrapped
## 1005                                                                                            I predict my most played song will be Life of the Party #SpotifyWrapped
## 1006                                                       I predict my top podcast will be 365 days with mxmtoon cause it's the only one I listen to 😭 #SpotifyWrapped
## 1007                                                                                               i'm gonna get bullied once spotify wrapped comes out #SpotifyWrapped
## 1008                                                                                                                I predict my top genre will be Rock #SpotifyWrapped
## 1009                                                                                   I predict my most played song will be [illusion by aespa] #aespa #SpotifyWrapped
## 1010                                                                                         I predict my most played song will be Devil In A New Dress #SpotifyWrapped
## 1011                          Kenny Ray Powell former Death House Captain at Holmesberg Prison, PA ***... https://t.co/uaNuApc7a3 via @YouTube… https://t.co/TSx0zl15H7
## 1012                                                                                                             I predict my top genre will be [K-POP] #SpotifyWrapped
## 1013                                Never stop promoting your store. Drop your URL for promotion. #shopifydesign #dropshipping #SpotifyWrapped… https://t.co/whsveiFA4q
## 1014                                                                                                 I predict my top artist will be frank ocean prolly #SpotifyWrapped
## 1015                            @bearsintrees will be wrapping up their U.S. invasion in Somerville next Saturday. Grab tickets to see them at… https://t.co/Br1b1T0Xzl
## 1016                     Somebody should help me out, WHY WOULD RENO DEFEND TINUBU? What kind of game is he playing?\n\nDELETE | CHICAGO | APC… https://t.co/WrqYrydEZx
## 1017                                                                                       I predict my most played song will be [The Astronaut - JIN ] #SpotifyWrapped
## 1018                   What if @Eminem  put a hit on Mac Miller so that he could be the only known as M&amp;M? Plus that diss by Mac when he s… https://t.co/6v1ezlgqVe
## 1019                                                                                                          I predict my top genre will be [UrbanPop] #SpotifyWrapped
## 1020                                                                                                  I predict my top artist will be Tyler the creator #SpotifyWrapped
## 1021                                                                                                     I predict my top podcast will be Anything Goes #SpotifyWrapped
## 1022                                                                                                 I predict my most played song will be self control #SpotifyWrapped
## 1023                                                                Not okay with the fact that my top song is gonna be Twinkle Twinkle Little Star tbh #SpotifyWrapped
## 1024                                                                                              I predict my most played song will be Cirice by Ghost #SpotifyWrapped
## 1025                                                                                                   I can’t wait to see how my family mucked up my #SpotifyWrapped 🥲
## 1026                       Yes I'm excited but worried about how my mom accidentally using my Spotify on google mini many times will affect my… https://t.co/KXsT5xLE1R
## 1027                                                                                  I predict my most played song will be [Future Perfect by ENHYPEN] #SpotifyWrapped
## 1028                                                                                                       I predict my top artist will be Harry Styles #SpotifyWrapped
## 1029                                                                                I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 1030                                                   I predict my most played song will be Break From Toronto, This Side of Paradise, or Anti Hero :) #SpotifyWrapped
## 1031                                                                                              I predict my top podcast will be witchcraft qualcosa  #SpotifyWrapped
## 1032                                                                                                                 I predict my top genre will be Pop #SpotifyWrapped
## 1033                      Ngl, my #SpotifyWrapped is gonna be a mess, it always is. I have such cringe taste in music but Idc anymore lol\nThi… https://t.co/D4kWAkwaoI
## 1034                                                                           Spotify better not rry it in this year's Wrapped #SpotifyWrapped https://t.co/utBsxmlGUY
## 1035                                                                                                                         #SpotifyWrapped I need to see this asap. 🥹
## 1036                                                                                                                I predict my top genre will be Rock #SpotifyWrapped
## 1037                                                                                                   I predict my most played song will be Smoke Slow #SpotifyWrapped
## 1038                                                                                                      i predict my top artist will be taylor swift  #SpotifyWrapped
## 1039                                @TtvGamegrinderz @GroundedTheGame Come tune in🫣❤️✨\n\nPlaying Grounded🪲🐝🐞\n#SpotifyWrapped #ContentCreator… https://t.co/m0NeUZIdr2
## 1040                                                                                               I predict my most played song will be Judas by Fozzy #SpotifyWrapped
## 1041                                           Here's the longer, first version of Dumptruck, the workout track.\n#edm #workout #SpotifyWrapped https://t.co/iSwOcVXzhS
## 1042                  What if people pronounced other store names the same way they pronounced Aldi?\n\nWalmarts\nTargets\nDollars General\nIG… https://t.co/8RMpjzPM9i
## 1043                                                                                                 I predict my top artist will be @PanicAtTheDisco 💋 #SpotifyWrapped
## 1044                           @ShikhaTheStar @Cheerfulcynthy @chartdata Exactly thank you.They must have missed the YOUR part or doesn't know what #SpotifyWrapped is.
## 1045                                                                                                  I predict my top podcast will be Guilty Pleasures #SpotifyWrapped
## 1046                                                                                                     I predict my top artist will be [Lil Uzi Vert] #SpotifyWrapped
## 1047                                                                                                       I predict my top artist will be Taylor Swift #SpotifyWrapped
## 1048                                                                           Everyone waiting for @Spotify wrapped like...\n\n#SpotifyWrapped https://t.co/t7iHtGonuK
## 1049                                                                                                     I predict my top artist will be flo milli lmao #SpotifyWrapped
## 1050                     I predict my top artist will be @JIDsv #SpotifyWrapped\n\nLol I'm pretty sure. I'd say @coastcontra too but their fre… https://t.co/Y3afW5jVt8
## 1051                                                                                   I will personally release #SpotifyWrapped this year. spotify are taking too long
## 1052                                                        Being the best person ever WOULD definitely affect your Wrapped.\n\n#SpotifyWrapped https://t.co/NwUAZ0mLuo
## 1053                                                                               I predict my top artist will be mansfield tya / orelsan / sexy sushi #SpotifyWrapped
## 1054                       Everyone contact your local GOP and MAKE THEM BALLOT HARVEST WHERE LEGAL!\n#MAGA #2A #gas #gasprices #economy #vote… https://t.co/qHjD64QqN4
## 1055                                                                                              I predict my top genre will be modern rock palese pt2 #SpotifyWrapped
## 1056                                                                                                                                               GIRL #SpotifyWrapped
## 1057                                                                                                    I predict my most played song will be [FOR FUN] #SpotifyWrapped
## 1058                      Have a lost account you want to recover but don't know how?\nInbox now for guide on how to recover your account imme… https://t.co/MIfKmydVVG
## 1059                                                                                                     I predict my top artist will be [Taylor Swift] #SpotifyWrapped
## 1060                                                                                     I predict my most played song will be House of Memories palese #SpotifyWrapped
## 1061                                                                                   Abi you wanna linkup I gat d liquor make we hookup 🔥🎻 #SpotifyWrapped Trybemusic
## 1062                                                                                                  I predict my top podcast will be The Command Zone #SpotifyWrapped
## 1063                                                                                                                                    SO EXCITED FOR  #SpotifyWrapped
## 1064                                                                        I predict my top genre will be [wgatever genre Taylor Swift is. Dance pop?] #SpotifyWrapped
## 1065                                                                                                                                    SO EXCITED FOR  #SpotifyWrapped
## 1066                                                                                                          I predict my top artist will be Powerwolf #SpotifyWrapped
## 1067                            Ngl I kinda switched to YouTube Music and downloaded MP3s for a good chunk of the year. My #SpotifyWrapped will have a few gaps in it 😅
## 1068                                                        I predict my most played song will be [All Too Well (10 minute version) (Taylor’s Version)] #SpotifyWrapped
## 1069                                                                             I predict my top artist will be [Meghan Markle, the Duchess of Sussex] #SpotifyWrapped
## 1070                                                                                I predict my top podcast will be [FPS - Friends Per Second Podcast] #SpotifyWrapped
## 1071                                                                                                         I predict my top genre will be Power Metal #SpotifyWrapped
## 1072                                                                                                     I predict my top genre will be Indie Poptimism #SpotifyWrapped
## 1073                                         For you anime fans this be the best 3 day break of your life #LISA #aimer #SpotifyWrapped  #hikaru https://t.co/ormmUw2XSG
## 1074                                                                                                                I predict my top artist will be BTS #SpotifyWrapped
## 1075                                                                                         I predict my top podcast will be Genius Bar @geniusbarcast #SpotifyWrapped
## 1076                                                                                                               I predict my top genre will be K-pop #SpotifyWrapped
## 1077                                                                                     I predict my top artist will be Sabrina Carpenter or Paramore? #SpotifyWrapped
## 1078                                                                                                       It’s about that time #SpotifyWrapped https://t.co/kNqkYsJX8p
## 1079                         Classic distraction from government #oligarchy pals that own the #msm \n\nLook over there!\n\nRe focus the #plebs… https://t.co/zcuttHRv0Y
## 1080                                                                                                       I predict my top artist will be [Tate Mcrae] #SpotifyWrapped
## 1081                                                                                                        I predict my top artist will be Twin Shadow #SpotifyWrapped
## 1082                                                                                                             I predict my top artist will be Saba 😮‍💨#SpotifyWrapped
## 1083                                                                                                  I predict my most played song will be Idol by BTS #SpotifyWrapped
## 1084                                 @patfkauffman Are u store owner. Drop ur website URL here for promotion, never stop promoting your store.… https://t.co/uWdXrILLGx
## 1085                                                                                                     I predict my top artist will be [@matthwatson] #SpotifyWrapped
## 1086                                                                                        #SpotifyWrapped is the one thing I’m keeping myself on this rock for lmao x
## 1087                                                       I predict my most played song will be Of The Abyss Lorna Shore [fill in top song prediction] #SpotifyWrapped
## 1088                                                           Jhope i think akkajsnd \n\npredict my top artist will be [fill in top artist prediction] #SpotifyWrapped
## 1089                                                                          I predict my top podcast will be las flipantes aventuras de pablo lechuga #SpotifyWrapped
## 1090                                                                                         I predict my most played song will be Not the One by Gibbz #SpotifyWrapped
## 1091                                                                                    Go check it out!!!\n#SpotifyWrapped #Rihanna #kudus \n\nhttps://t.co/UCoy4Bkn2k
## 1092                                                                                                                #SpotifyWrapped predictions https://t.co/0bOKJcD2LX
## 1093                                                                               I predict my most played song will be [ill be good by Jaymes young ] #SpotifyWrapped
## 1094                                                                  Insha Allah it’s over between me and sapa\n#FIFAWorldCupQatar2022 #SpotifyWrapped #hookup #delete
## 1095                                                                    Bts pop period  \n\npredict my top genre will be [fill in top genre prediction] #SpotifyWrapped
## 1096                        Can’t wait to recieve my #SpotifyWrapped playlist this year and re-listen to all the music I’m now sick of because… https://t.co/16dGrhnhQK
## 1097                                                                                                           I predict my top artist will be Slipknot #SpotifyWrapped
## 1098                                                                                                              I predict my top genre will be POP 🫠🫠 #SpotifyWrapped
## 1099                                         I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped mmmm a mixed of kpop, pop, rock, gaming etc?
## 1100                                  PLEASE RETWEET 🚨🚨🚨 #AdoptDontShop #AdoptMePets #foster #fosteringsaveslives #RescueDogs #SpotifyWrapped … https://t.co/DtYckU2cJO
## 1101                       All I know is that @TessaViolet's YES MOM will be my #1 played song. I wouldn't be surprised if I was one of the mo… https://t.co/tOIsXNSOyF
## 1102                                                                                                            I predict my top genre will be Nu Metal #SpotifyWrapped
## 1103                                                                                                 I predict my most played song will be The Greatest #SpotifyWrapped
## 1104                           I predict my top podcast will be @AMorbidPodcast without a doubt. My long commutes are totally worth it cus I of them! \n#SpotifyWrapped
## 1105                                                                                  I predict my most played song will be Alien by Sabrina Carpenter  #SpotifyWrapped
## 1106                                        Yet to come will be that song Maybe \n\nI predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 1107                                                                                   I predict my top artist will be Ricky Montgomery or Taylor Swift #SpotifyWrapped
## 1108                                                                                                              #SpotifyWrapped First time seeing it!! So excitedd!!!
## 1109                                                                                                  I predict my most played song will be Spit It Out #SpotifyWrapped
## 1110                                                  @ckay_yo heart #covervideo by silver boy and Crainfly____ #freestylecover #SpotifyWrapped https://t.co/3RRIaj2xeH
## 1111                                                          say what you want about me. I refuse to be embarrassed #instafest #SpotifyWrapped https://t.co/dg7yIgdHVY
## 1112                                                                                              I predict my top genre will be indie or pop?? I dunno #SpotifyWrapped
## 1113                                                                                                      I predict my top artist will be @PalayeRoyale #SpotifyWrapped
## 1114                                                                                                    I predict my top artist will be Louis Tomlinson #SpotifyWrapped
## 1115                                                              Why is #SpotifyWrapped trending if it hasn't actually been released yet? You people are sick. SICK !!
## 1116                                                                                 I predict my top genre will be these fucking nuts idiot ass losers #SpotifyWrapped
## 1117                                                            I predict my top artist will be [Bring Me The Horizon] #SpotifyWrapped now to wait and see if I’m right
## 1118                                                                                                I predict my most played song will be Mr Loverman 💀 #SpotifyWrapped
## 1119                                                                                I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 1120                                                             High Key this might be the first year John Mayer isn’t on my most played this year 😭😭😭 #SpotifyWrapped
## 1121                   Guess this is good way to say good night from here 🥰 \n\nTININITANANA is now on Apple Music 💃\nLink up in my bio☝️\n\nMo… https://t.co/GMqSMK5Vco
## 1122                                                                                                         I predict my top artist will be The Weeknd #SpotifyWrapped
## 1123                                                                                                    I predict my most played song will be fue mejor #SpotifyWrapped
## 1124                                                                                                           I predict my top artist will be FLETCHER #SpotifyWrapped
## 1125                                                                                                         I predict my most played song will be Tuyo #SpotifyWrapped
## 1126                          @jonathanvswan Trumpler = conman grifter liar criminal sociopathic 8 yr old - once and always. #TrumpCrimeFamily… https://t.co/4D6SYiWuWX
## 1127                                                                                  I predict my top genre will be [Rock]🎧 😎🎵 #SpotifyWrapped https://t.co/1Obh6JlzVV
## 1128                                                                                                             I predict my top artist will be @poppy #SpotifyWrapped
## 1129                                   i will not be able to eat, sleep OR breathe peacefully until spotify wrapped is released #SpotifyWrapped https://t.co/Of6XQepi8L
## 1130                                                                                                      I predict my top podcast will be @SappeninPod #SpotifyWrapped
## 1131                                                                                      I predict my most played song will be [Glimpse of us by joji] #SpotifyWrapped
## 1132                                                                                                        I predict my top artist will be @KAYTRANADA #SpotifyWrapped
## 1133                                                                                             I predict my most played song will be Policy of Truth  #SpotifyWrapped
## 1134                                                                                  Check out ProlificNessaa's video! #TikTok https://t.co/7pi6jFZdJq #SpotifyWrapped
## 1135                   One day, I’ll have my very own urban music festival… being thrown in my hometown 🌃 &amp; the homeland🇵🇭… but for now, e… https://t.co/MVUaCllICH
## 1136                                                                                                        I predict my top artist will be  YBN Nahmir #SpotifyWrapped
## 1137                                                                                                              I need my #SpotifyWrapped right now I’m too impatient
## 1138                                                                                                    I predict my top artist will be @HoldingAbsence #SpotifyWrapped
## 1139                                                                                                           I predict my top genre will be [Hip-Hop] #SpotifyWrapped
## 1140                                                                                              I predict my top podcast will be anime out of context #SpotifyWrapped
## 1141                                                        Check me out! New things will be coming very soon! #SpotifyWrapped #edm #Producers  https://t.co/CsJ5WjIKW2
## 1142                                                                                                       I predict my top artist will be taylor swift #SpotifyWrapped
## 1143                                                                                                       I predict my top podcast will be  Archetypes #SpotifyWrapped
## 1144                                                                                                  I predict my top genre will be Korean Country Rap #SpotifyWrapped
## 1145                                                                                                     I predict my top artist will be @britneyspears #SpotifyWrapped
## 1146                                                                                                                I predict my top artist will be exo #SpotifyWrapped
## 1147                                                                                                           I predict my top genre will be dance pop #SpotifyWrapped
## 1148                           Apple has threatened to remove Twitter \nfrom the App Store, according to Elon \nMusk. #Ronaldo #SpotifyWrapped… https://t.co/ZTRFjZlTti
## 1149                                                                                         I predict my top podcast will be [The Pat McAfee show 2.0] #SpotifyWrapped
## 1150                                                                                                                I predict my top genre will be kpop #SpotifyWrapped
## 1151                                                                                                                 I predict my top genre will be Pop #SpotifyWrapped
## 1152                                                                                          I predict my most played song will be message in a bottle #SpotifyWrapped
## 1153                                                                                                            I predict my top artist will be [Emkay] #SpotifyWrapped
## 1154                                                                               I predict my most played song will be Fortnite Rap Battle by Nerdout #SpotifyWrapped
## 1155                                                                                                      I predict my most played song will be peaches #SpotifyWrapped
## 1156                                                                                               I predict my most played song will be DM by fromis_9 #SpotifyWrapped
## 1157                                                                                                         “Here’s my #SpotifyWrapped”\n\nMe: https://t.co/UJNoJOFwJF
## 1158                                                                            I predict my most played song will be All the Small Things By Blink-182 #SpotifyWrapped
## 1159                               @philconcerts #SpotifyWrapped Predictions:\n\nTop Song: Talk that talk\nTop Artist: TWICE\nTop Album: #BETWEEN1and2 \nTop Genre: Pop
## 1160                                                                                                      I predict my top genre will be Pop or Country #SpotifyWrapped
## 1161                     I predict my top artist will be @djotime #SpotifyWrapped \nTop podcast will probably be @MBMBaM again\nTop genre is a… https://t.co/4OYIHkMMHo
## 1162                                                                                    I predict my most played song will be Burning Bridges by Sigrid #SpotifyWrapped
## 1163                       If I had to guess my top song, it'd probably be something like Caravan, I remember listening to that song for two w… https://t.co/MgDE3WJs4x
## 1164                               If you head to my channel I have a charity going for #SoldierSuicide #soldiers #veterans #twitch #live #mw2… https://t.co/laufhpgRWo
## 1165                                                                                                                 I predict my top genre will be Pop #SpotifyWrapped
## 1166                                                                                                       I predict my top artist will be Taylor Swift #SpotifyWrapped
## 1167                                                                                                I predict my top genre will be a sub genre of metal #SpotifyWrapped
## 1168                                     We are considering recording our own music going foward. Bo Mrapper ba Pitori. #FIFAWorldCupQatar2022… https://t.co/ooTjw1rPvi
## 1169                                                                                         I predict my top artist will be @GretaVanFleet (hopefully) #SpotifyWrapped
## 1170                                                        I predict my most played song will be Hold Me Closer by @eltonofficial &amp; @britneyspears #SpotifyWrapped
## 1171                                                                                                    I predict my top podcast will be [Distractible] #SpotifyWrapped
## 1172                             For all Hacking Services\n#BigData #Analytics #DataScience #AI #MachineLearning #IoT #PyTorch #Python #RStats… https://t.co/JpcXwpjSIx
## 1173                                                                                 I predict my most played song will be Lavender Haze - Taylor Swift #SpotifyWrapped
## 1174                                                                                                             I predict my top artist will be Ghost. #SpotifyWrapped
## 1175                                                                                                         I predict my top podcast will be @PWEpod 💪😎#SpotifyWrapped
## 1176                                                                                                  I predict my top podcast will be “A D8 With Fate” #SpotifyWrapped
## 1177                    &amp; yeah, on subsequent posts, I then understood I was supposed to edit of the text in [ ] ..doh🤦‍♂️\nMy choice is the… https://t.co/nPLlBtx2t2
## 1178                           Share n listen cuz it don’t cost u no paper unless u a mf hatrr💜 #deutschland #SpotifyWrapped #hiphopde #Germany https://t.co/1CD6k2ItlU
## 1179                                                                                                        I predict my top artist will be [Pop Smoke] #SpotifyWrapped
## 1180                                                                                                               I predict my top genre will be [Rap] #SpotifyWrapped
## 1181                                                                                        I predict my most played song will be Attention by NewJeans #SpotifyWrapped
## 1182                                                                                                I predict my top artist will be “Melanie Martinez”  #SpotifyWrapped
## 1183                                                                                                     I predict my most played song will be [Ahh ha] #SpotifyWrapped
## 1184                                                                                                               I predict my top genre will be Anime #SpotifyWrapped
## 1185                                                                                                     I predict my top artist will be  The Kid Laroi #SpotifyWrapped
## 1186                                                                                                  I predict my top podcast will be @ChuckleSandwich #SpotifyWrapped
## 1187                                                                                                              I predict my top podcast will be none #SpotifyWrapped
## 1188                                                                                              I predict my top artist will be Harry styles for sure #SpotifyWrapped
## 1189                                                                                               I predict my top artist will be TAYLOR ALISON SWIFT  #SpotifyWrapped
## 1190                                                                          I predict my most played song will be @burytomorrow Death (Ever Colder) 🤔 #SpotifyWrapped
## 1191                                                                      I predict my most played song will be [Music box remix/cover by APAngryPiggy] #SpotifyWrapped
## 1192                                                                                                           I predict my top artist will be brakence #SpotifyWrapped
## 1193                                                                                       I predict my most played song will be we major by kanye west #SpotifyWrapped
## 1194                                                                                                        I predict my top artist will be Gen Hoshino #SpotifyWrapped
## 1195                                                                                                   I predict my most played song will be space song #SpotifyWrapped
## 1196                                                                                                               I predict my top genre will be “Pop” #SpotifyWrapped
## 1197                                                                                       This year’s #SpotifyWrapped is a little too accurate https://t.co/bzY4iSjxES
## 1198                   I would like you to take up the Japanese idol group, king &amp; prince.  Their new song Tsukiyomi is on the verge of be… https://t.co/EK8kUuEcdH
## 1199                                                                 I predict my most played song will be not sober by laroi polo g and stunna gambino #SpotifyWrapped
## 1200                                                                                        I predict my top artist will be.... #SpotifyWrapped https://t.co/cfWGx9U4Ot
## 1201                                                                             I predict my most played song will be You Right by @DojaCat @theweeknd #SpotifyWrapped
## 1202                                                                                                    I predict my top genre will be antipop/hyperpop #SpotifyWrapped
## 1203                                                                                    I predict my most played song will be “The Red Means I Love You”#SpotifyWrapped
## 1204                                This is what I look like patiently waiting for my #SpotifyWrapped list to come out…\n\n#museartco #Digital… https://t.co/amdhhubyVB
## 1205                       This is what I removed from one of my patient’s coochie today.  Being an OBGYN has its ups and downs. But this is o… https://t.co/JoH48zXIgC
## 1206                                                                               I predict my most played song will be Fever from Dua Lipa ft. Angèle #SpotifyWrapped
## 1207                                                                                                  I already know the top podcast is gunna be serial #SpotifyWrapped
## 1208                                                                                                            #SpotifyWrapped i listen to good music so im not scared
## 1209                                                                                            I predict my most played song will be 1985 - Bo Burnham #SpotifyWrapped
## 1210                                                                                   I predict my most played song will be venus fly trap by brakence #SpotifyWrapped
## 1211                                                                         I predict my most played song will be Toxic or Blurry Nights by BoyWithUke #SpotifyWrapped
## 1212                                                                                                                I predict my top genre will be rock #SpotifyWrapped
## 1213                                                                                            If Asake no dey your #SpotifyWrapped what are you even listening to????
## 1214                                            I predict my top genre will be, I have no fucking clue because everything I listen to is very different #SpotifyWrapped
## 1215                                            @teamogaram I predict my most played song will be [fill in top song prediction] #SpotifyWrapped https://t.co/b4dI1F1nnZ
## 1216                                                                                             I predict my top artist will be [Gorillaz or we riot ] #SpotifyWrapped
## 1217                             My top artist probably gunna be txt, Billie eilish, the neighborhood, and cigarettes after sex, and bts and that’s it 💀#SpotifyWrapped
## 1218                                                                                             COME OUT ALREADY WAAAAAAAAH (it will all be Will wood) #SpotifyWrapped
## 1219                                                                      I predict my most played song will be space man by the legend. @SamRyderMusic #SpotifyWrapped
## 1220                    I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped\n\nFica aqui a dúvida entre:\nStray Ki… https://t.co/JoQsCajSyE
## 1221                       As we wait for the anticipated Spotify Wrapped, I realized after seeing people "instafest" photos that there are pe… https://t.co/hh0GuIFjcv
## 1222                                                                                           I predict my most played song will be Roslyn by Bon Iver #SpotifyWrapped
## 1223                                                                           Most played song prediction: Green Green Grass, Overkill or Ad Infinitum #SpotifyWrapped
## 1224                                                                                    I predict my top artist will be probably gorillaz or weezer idk #SpotifyWrapped
## 1225                                                                                                                               Lot of the P-Funk. \n#SpotifyWrapped
## 1226                                                                                            I predict my top podcast will be acho que de true crime #SpotifyWrapped
## 1227                                                                                I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 1228                                                                  I predict my most played song will be whitewoods beachwalk, like every other year #SpotifyWrapped
## 1229                                                                                      I predict my top artist will be Slipknot, if it's not, I quit #SpotifyWrapped
## 1230                                                                                 I predict my top podcast will be\n\ni don’t listen to podcasts tbh #SpotifyWrapped
## 1231                                                                                  I dont want it to be but my top genres gonna be dream smp isnt it #SpotifyWrapped
## 1232                                                            I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped archetype with Meghan
## 1233                                                                                                          I predict my top artist will be [Beyoncé] #SpotifyWrapped
## 1234                                                                                           I predict my top podcast will be an unreleased lana song #SpotifyWrapped
## 1235                          when #SpotifyWrapped I just laugh because it's funny to see I listened to the same three songs 482662728 times 🤣🤣 https://t.co/NzyXNN8IVy
## 1236                       I predict my top podcast will be You're Wrong About by Sarah Marshall because I listened to one episode and haven't… https://t.co/25AftkqWKu
## 1237                                                                                               I predict my top artist will be a loirinha esse ano  #SpotifyWrapped
## 1238                                                 I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped\n\nNenhuma surpresa que vai ser kpop
## 1239                                                                                 I predict my top artist will be\n\nthe legend himself, HARDWELL! 🖤🔥#SpotifyWrapped
## 1240                                                                                                   I predict my top genre will be [pop (as always)] #SpotifyWrapped
## 1241                                                                                                         I predict my top artist will be billie duh #SpotifyWrapped
## 1242                                                                                I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 1243                                       if you’re like us and waiting anxiously for your #SpotifyWrapped to drop… this is your reminder to take your supplements !!!
## 1244                                                                                                   I predict my top genre will be pop como todo ano #SpotifyWrapped
## 1245                                                                                                         I predict my top genre will be pop or rock #SpotifyWrapped
## 1246                                                                                I predict my most played song will be [either 5am or maybe Cuff It] #SpotifyWrapped
## 1247                                                                                  I predict my top genre will be\n\nit’s gotta be bigroom or techno #SpotifyWrapped
## 1248                                                                                                      I predict my top artist will be [Omar Apollo] #SpotifyWrapped
## 1249                                                             I predict my most played song will prolly be season of the witch or when i was older 🙏🙏#SpotifyWrapped
## 1250                                                                                                                                       IM SO SCARED #SpotifyWrapped
## 1251                                                          I predict my most played song will be provavelmente o cover do maneskin de if i can dream #SpotifyWrapped
## 1252                                                                                                        I predict my top artist will be @thebeatles #SpotifyWrapped
## 1253                                                                                                    money shot #CyberMonday #SpotifyWrapped https://t.co/aBfTT7wA0x
## 1254                                                    I predict my most played song will be [fill in top song prediction] #SpotifyWrapped\nLove me or leave me - DAY6
## 1255                                                                         I predict my most played song will be uh\n\nHardwell - Into The Unknown\n\n#SpotifyWrapped
## 1256                                                                                                          I predict my top artist will be Bad Omens #SpotifyWrapped
## 1257                                                                                                   I predict my top genre will be Indie Pop or smth #SpotifyWrapped
## 1258                                                                                                    lovedive #1 spot secured on my spotify wrapped  #SpotifyWrapped
## 1259                                                                             I predict my most played song will be [Live Fast Die Numb - Iann Dior] #SpotifyWrapped
## 1260                                                                                        will be checking back in on thursday to see if it’s out yet #SpotifyWrapped
## 1261                                                                                                           I predict my top genre will be metalcore #SpotifyWrapped
## 1262                               This shoulder pass 😎 Ronaldo\n#PORURU #Portugal #FIFAWorldCupQatar2022 #FIFAWorldCup #BRASUI #SpotifyWrapped https://t.co/MiSbYjeLe5
## 1263                                                                                                   I predict my top artist will be System of a Down #SpotifyWrapped
## 1264                                                                                                     I predict my top artist will be @surfacesmusic #SpotifyWrapped
## 1265                                                                                                         I predict my top genre will be Heavy Metal #SpotifyWrapped
## 1266                                                                              imagine getting HER on your #SpotifyWrapped 💀💀 embarrassinggg https://t.co/DiFdtSFad6
## 1267                                                                                                       I predict my top artist will be Taylor Swift #SpotifyWrapped
## 1268                                                                        I predict my most played song will be The Death of Peace of Mind, Bad Omens #SpotifyWrapped
## 1269                                                                                                  I predict my most played song will be Family Ties #SpotifyWrapped
## 1270                          STREAM WARRIOR NUN \n#Wandinha #Wandinha #TheCrown #SegundaDetremuraSDV #RedVelvet #SpotifyWrapped #ฟุตบอลโลก2022… https://t.co/gotbXAY3s5
## 1271                                                                                             I predict my most played song will be One by Metallica #SpotifyWrapped
## 1272                                                                                                              I predict my top artist will be [BTS] #SpotifyWrapped
## 1273                                            Nature 📸\n\n#ouarzazate #photography #photo #SpotifyWrapped #BRASUI #Qatar2022 #乌鲁木齐 #kudus https://t.co/3zVg0VPSY9
## 1274                                                                                                 I predict my top artist will be twenty one pilots  #SpotifyWrapped
## 1275                                                                                                             I predict my top genre will be [K-pop] #SpotifyWrapped
## 1276                                                                                I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 1277                                                                                                   I predict my top artist will be Leanna Firestone #SpotifyWrapped
## 1278                                     I predict my most played song will be - tbh, I’m really not sure! Maybe Dakara? Or Haru Dorobo… I’m not sure!! #SpotifyWrapped
## 1279                                                                                       I predict my most played song will be [Dreamers by Jungkook] #SpotifyWrapped
## 1280                                                               I predict my top artist will be [Daughter] #SpotifyWrapped\n\nif its not daughter im gonna be so mad
## 1281                       i predict my top artist will be your best friend jippy honestly. that or it being between freddie dredd or bbno$ fo… https://t.co/KmrXWG3zgV
## 1282                                                                                  I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped
## 1283                                                                                    I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped
## 1284                                                                                                             I predict my top artist will be mitski #SpotifyWrapped
## 1285                                                                                                            I predict my top genre will be Alt Pop  #SpotifyWrapped
## 1286                                                                                            I predict my most played song will be [life by the sea] #SpotifyWrapped
## 1287                                                                                                        I predict my top genre will be [Rock/Metal] #SpotifyWrapped
## 1288                                       I already know @Logic301 bout to be top on my #SpotifyWrapped when it drops. Vinyl Days was just that damn fucking good dude
## 1289                                                                                        I predict my most played song will be among us in real life #SpotifyWrapped
## 1290                                                                                I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 1291                                            I predict my top artist will be Taylor Swift. If its not then I have no clue who else it could be hahah #SpotifyWrapped
## 1292                                                                                                          I predict my top artist will be Yorushika #SpotifyWrapped
## 1293                                                                     It’s embarrassing but I predict my top podcast will be… #WinxForeverPodcast 😅🤭 #SpotifyWrapped
## 1294                                             After the goal has been credited to Bruno Fernandes \n#FIFAWorldCupQatar2022 \n#SpotifyWrapped https://t.co/RstozwJfTV
## 1295                                                                  I predict my most played song will be [Save Your Tears]\n\ntenho quase certeza\n\n#SpotifyWrapped
## 1296                                                                                   I predict my most played song will be “Crypt” by Roderick Porter #SpotifyWrapped
## 1297                                   And me too....#LipSyncBattle #LLCoolJ\n#IlovetherealMilliVanilli  #SpotifyWrapped #freedummers #FluClan… https://t.co/ObKq0oqMbz
## 1298                                             I predict my most played song will be Cherry by @findingfletcher. It's been in my head the whole year! #SpotifyWrapped
## 1299                                  I predict my top podcast will be 12 Hour Sound Machines (no loops or fades): Brown Noise Sound Machine (12 hours) #SpotifyWrapped
## 1300                                                         already know my top artist this year will be ghost, but we can all pretend to be surprised #SpotifyWrapped
## 1301                                    I’m worried that my #SpotifyWrapped will be way too revealing because the only time I open Spotify is when I’m alone in the car
## 1302                                                                                                                                 when is she coming #SpotifyWrapped
## 1303                       @lexfridman A lot of store owners are not making sales on their products/services Websites. Drop ur website URL her… https://t.co/xDbSIZ3j2j
## 1304                                                                                                    I predict my top podcast will be livrariaemcasa #SpotifyWrapped
## 1305                                    Click here not to miss the special Amazon discounts for November https://t.co/Nk8ap4jc9x\n\n#SpotifyWrapped #GiftGalaxy Hot 100
## 1306                                                                                                I'd predict this but it's so obvious it's pointless #SpotifyWrapped
## 1307                                                                                        I predict my top artist will be Drake or Kendrick Lamar tbh #SpotifyWrapped
## 1308                                                                                        I predict my most played song will be Ghost of You by 5sos 🥳#SpotifyWrapped
## 1309                                                                                                      I predict my top artist will be taylor swift  #SpotifyWrapped
## 1310                        @elonmusk A lot of store owners are not making sales on their products/services Websites. Drop ur website URL here… https://t.co/TikK7G1rjG
## 1311                                                                     I predict my most played song will be [Chris Brown, Addicted (feat. lil Baby)] #SpotifyWrapped
## 1312                                                                                             my top artist is going to be ghost no doubt about that #SpotifyWrapped
## 1313                                                                                                I predict my top artist will be [Avenged Sevenfold] #SpotifyWrapped
## 1314                                                                                                   I predict my top podcast will be @AMorbidPodcast #SpotifyWrapped
## 1315                                                                                                                I predict my top artist will be BTS #SpotifyWrapped
## 1316                                                                                        i predict my most played song will be grace by jeff buckley #SpotifyWrapped
## 1317                                                                                                                 I predict my top genre will be pop #SpotifyWrapped
## 1318                                                                                                        I predict my most played song will be boy x #SpotifyWrapped
## 1319                                                                                                      I predict my top artist will be Playboi Carti #SpotifyWrapped
## 1320                                                                                                       I predict my top artist will be @mothercain  #SpotifyWrapped
## 1321                                                                                           I predict my most played song will be 90 Proof by @smino #SpotifyWrapped
## 1322                                                                                                      I predict my top artist will be [Post Malone] #SpotifyWrapped
## 1323                                                                                                   I predict my most played song will be pink venom #SpotifyWrapped
## 1324                                                                                                             I predict my top genre will be [Metal] #SpotifyWrapped
## 1325                                                                                    I predict my most played song will be https://t.co/oraZLwGLq8\n #SpotifyWrapped
## 1326                                                                                                  i predict my top artist will be alice in chains 🤨 #SpotifyWrapped
## 1327                                                                                                    I predict my top genre will be [Melodic HipHop] #SpotifyWrapped
## 1328                                                                    almost time to out myself for listening to an unhealthy amount of red vox again #SpotifyWrapped
## 1329                                                                                              Anyone else not got their #SpotifyWrapped  yet?\nno? just me?\nok :,)
## 1330                                                                    I predict my top artist will be Dr. Taylor Alison Swift, aka the music industry #SpotifyWrapped
## 1331                                                                                                        I predict my top genre will be Rap/ Hip Hop #SpotifyWrapped
## 1332                                                                                   I predict my most played song will be [A Little Piece Of Heaven] #SpotifyWrapped
## 1333                                                                                                        I predict my top artist will be [Powerwolf] #SpotifyWrapped
## 1334                                                                                                   I predict my most played song will be I Like You #SpotifyWrapped
## 1335                                                                                         I predict my top artist will be anything kpop or afrobeats #SpotifyWrapped
## 1336                                                                                                       I predict my top genre will be [Power Metal] #SpotifyWrapped
## 1337                                                                           I predict my top artist will be [This has to be either Avril or Taylor]  #SpotifyWrapped
## 1338                          Here's my fest! You better give me yours, cause I'm attending! ✨💖\n\n#instafest #SpotifyFestival #SpotifyWrapped https://t.co/5TNMJIyndg
## 1339                                                                                     a.vega_ follow my TikTok 🥺\n#SpotifyWrapped    #TikTok https://t.co/hfLYBV7mEs
## 1340                                                                                  I predict my top artist will be @ladygaga like it is every year 😘 #SpotifyWrapped
## 1341                                                                                                        I predict my top genre will be [Video Game] #SpotifyWrapped
## 1342                                                                                      I predict my most played song will be [Faster Than The Flame] #SpotifyWrapped
## 1343                                                                                   I predict my most played song will be Earth, The Oldest Computer #SpotifyWrapped
## 1344                                                                                                         I predict my top artist will be #StrayKids #SpotifyWrapped
## 1345                                                                                                 Pretty sure that Harry Styles and 1D will be on my #SpotifyWrapped
## 1346                                 I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped \n\n@sabaton  will probably be the top one  for me
## 1347                                                                                                           I predict my top genre will be Dance Pop #SpotifyWrapped
## 1348                     Can I use Hobby Lobby App For Purchases?\n\nYes. There is a customized app available for smartphones. More info here:… https://t.co/Vp4ag0doU3
## 1349                                                                  @DJKASTONE #SpotifyWrapped splashin ft KOOLAID HARRISBURG UPCOMING RAPPER https://t.co/VyJSW9w8A4
## 1350                                              it's that time of the year again and we still dgaf about ur ugly babies &lt;3 #SpotifyWrapped https://t.co/lLfFv1bmwN
## 1351                                                                                                      I predict my top genre will be [Pop for sure] #SpotifyWrapped
## 1352                                                                 I swear the past few days the first thing I do when I wake up is check if #SpotifyWrapped is out 😭
## 1353                                                                                                               I predict my top genre will be K-POP #SpotifyWrapped
## 1354                                                                     @PSYKEYstr I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 1355                     i predict my most played song will be \ni know the end by @phoebe_bridgers #SpotifyWrapped 🩻🌙🛰🗡\npatiently waiting fo… https://t.co/EC43lrLfWa
## 1356                                                                                                      I predict my top artist will be Taylor Swift  #SpotifyWrapped
## 1357                                                     watch dream smp be in my genres again because of the amount of toby fox i've been listening to #SpotifyWrapped
## 1358                                                                                     I predict my top artist will be @ThatSubUrban or @iamblackbear #SpotifyWrapped
## 1359                                                I predict my most played song will be [Karma by Taylor] Y'all if this is true I'll beat Nostradamus #SpotifyWrapped
## 1360                                                     New car Kia #SpotifyWrapped\nFor more - subscribe my channel - https://t.co/ksWEso0Gen https://t.co/8rhMfxDEgM
## 1361                                                                                    I predict my top podcast will be @dicedeathpod its got to b lol #SpotifyWrapped
## 1362                                                                              I predict my top podcast will be [#Archetypes top podcast prediction] #SpotifyWrapped
## 1363                                                                                           I predict my top podcast will be @solomonster Sounds Off #SpotifyWrapped
## 1364                             Oh No 😢 \n#magic #magictricks #magician #funnyvideo #pranks #ilshorts #ล็อคกี้แฟน #ล็อคกี้แฟน #SpotifyWrapped #GFvip https://t.co/Zgx7HtwzWM
## 1365                                               I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped \n\nRock music in some form or another
## 1366                                                                                                    I predict my top artist will be #Ateez or #GOT7 #SpotifyWrapped
## 1367                                                        I predict my most played song will be we don't talk about Bruno, cover by punk rock factory #SpotifyWrapped
## 1368                                                                                    I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped
## 1369                                                                                                    I predict my top artist will be [The Kid LAROI] #SpotifyWrapped
## 1370                                         I predict my most played song will be [fill in top song prediction] #SpotifyWrapped \n\n1.Zu Ende… https://t.co/vBt64SnhJH
## 1371                                                                                                      I predict my top artist will be [Chris brown] #SpotifyWrapped
## 1372                                   My #SpotifyWrapped is going to be wack this year because I spent most of my time on my work phone. 😭 lol https://t.co/tMiHLQ4hQn
## 1373                                             I predict my most played song will be [Hate The Other Side - Juice WRLD ft The Kid LAROI &amp; Polo G] #SpotifyWrapped
## 1374                                                  I predict my most played song will be drain you prob cuz that song was always #1 on my repeated 💀 #SpotifyWrapped
## 1375                                                       My top podcast will be that  one  migraine  relief  frequency  thing  I'm  gonna  be  honest #SpotifyWrapped
## 1376                                                                     i predict my most played song will be oh yeah by @ark_woods  and @dev_lemons 😌 #SpotifyWrapped
## 1377                                                                                                           I predict my top artist will be The 1975 #SpotifyWrapped
## 1378                                                                                                                                 what even is this\n#SpotifyWrapped
## 1379                                                                                              I predict my most played song will be [OMNIS LACRIMA] #SpotifyWrapped
## 1380                                                                                                           I predict my top artist will be Illenium #SpotifyWrapped
## 1381                                                                                                              I predict my top genre will be Pop \n #SpotifyWrapped
## 1382                                                                                                                                    Waiting for my  #SpotifyWrapped
## 1383                                                   I predict my top genre will be either punk rock or whatever genre @ThatSubUrban s music is..lol  #SpotifyWrapped
## 1384                                                                                                    I predict my most played song will be Happiness #SpotifyWrapped
## 1385                                                                                         I predict my top artist will be probably Harry styles ngl  #SpotifyWrapped
## 1386                                                                               I predict my top podcast will be [Archetypes top podcast prediction] #SpotifyWrapped
## 1387                       I predict my top podcast will be -  none because I rarely watch anything related to podcasts and I only use spotify… https://t.co/IGaRqF4sqA
## 1388                                                                                                              I predict my top artist will be [BTS] #SpotifyWrapped
## 1389                                                                                                I predict my most played song will be ✨HeatWaves✨ #SpotifyWrapped
## 1390                                                                                           I predict my most played song will be #StrayKids #Maniac #SpotifyWrapped
## 1391                                                                                                      I predict my top artist will be twice or enha #SpotifyWrapped
## 1392                                                                                                            my icebergify \n#SpotifyWrapped https://t.co/FVTuuaawH3
## 1393                                                                                                     I predict my top genre will be pop 💀 I'm basic #SpotifyWrapped
## 1394                                                                                       I predict my most played song will be [last goodbye @7RU7H ] #SpotifyWrapped
## 1395                                                                                                       I predict my top artist will be [waterparks] #SpotifyWrapped
## 1396                                                                                      @chartdata anything by phoebe bridgers\ngay\nphoebe bridgers\n#SpotifyWrapped
## 1397                        I predict my most played song will be First Class by Jack Harlow bc I’m autistic and it tickled my brain in such a… https://t.co/A5CPVs8THV
## 1398                                                                                  I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped
## 1399                                                                                                            I predict my top genre will be kpop :') #SpotifyWrapped
## 1400                                                                                                               I predict my top genre will be [pop] #SpotifyWrapped
## 1401                                                                                                       I predict my top artist will be [ Rod Wave ] #SpotifyWrapped
## 1402                                                                                 I predict my most played song will be [As it was or glimpse of us] #SpotifyWrapped
## 1403                                                                                                             where tf is it #SpotifyWrapped https://t.co/auRG0UogVX
## 1404                                                                            I predict my top artist will be either mgk,yungblud,huddy,nessa or jxdn #SpotifyWrapped
## 1405                                                                                      i predict my most played song will be [fuzzy by waterparks] 💗 #SpotifyWrapped
## 1406                        Monday Night Football Hot Take: \nhttps://t.co/r2m9MpC0HU\n@BeerlyFootball @br_betting @NFL @SlinginFball @nflrums… https://t.co/lkMnNjvazy
## 1407                                                                                             I predict my most played song will be [Less Than Zero] #SpotifyWrapped
## 1408                                                                                @Spotify @megalodon_k I predict my top podcast will be [Archetypes] #SpotifyWrapped
## 1409                                                                                                      I predict my top artist will be lana del rey  #SpotifyWrapped
## 1410                                                                                                            I predict my top artist will be MF DOOM #SpotifyWrapped
## 1411                       Patiently waiting for my #SpotifyWrapped as if I don’t already know that the 10 minute version of All Too Well is g… https://t.co/Sts2l3aNnp
## 1412                         I predict my most played song will be All Too Well (10 Minute Version) (Taylor’s Version) (From The Vault) by Taylor Swift #SpotifyWrapped
## 1413                                                                                          I predict my top genre will be pop punk very easily lmao  #SpotifyWrapped
## 1414                                                                                                          I predict my top genre will be indie rock #SpotifyWrapped
## 1415                                                                                        I predict my top podcast will be def my sleep music podcast #SpotifyWrapped
## 1416                                                                         I predict my most played song will be i want you to love me by fiona apple #SpotifyWrapped
## 1417                                                                                                       I predict my top artist will be Taylor Swift #SpotifyWrapped
## 1418                                                                               I predict my top podcast will be any @thedivestudios podcast 🫶🫶🫶🫶🫶🫶🫶 #SpotifyWrapped
## 1419                                                      I predict my top artist will be either harry styles or louis tomlinson or one direction again #SpotifyWrapped
## 1420                                                                   【Trends Tag】 #DominosCyberMonday #GivingTuesday #PMSOverreactionMonday #PORURU #SpotifyWrapped
## 1421                                                    I predict my most played song will be either dying on the inside,attihay or tired of California #SpotifyWrapped
## 1422                                                                                      #SpotifyWrapped #GFvip #nsfwtwt \nShow Up \nShow Love https://t.co/z9jc6eQ6Dr
## 1423                             Give my playlist a listen: Party time https://t.co/Yvld001shA \n🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥\n… Hey …. It’s BALL … I’ve been… https://t.co/8q3vIKyTMI
## 1424                                                                                                              I predict my top artist will be Bjork #SpotifyWrapped
## 1425                                                                              I predict my most played song will be HER or Molly by chase Atlantic  #SpotifyWrapped
## 1426                                    It’s okay to like some policies from the left and some from the right - This is not a zero sum politics #SpotifyWrapped #FedDay
## 1427                                                                                                             I predict my top genre will be Art Pop #SpotifyWrapped
## 1428                                                                                            I predict my top podcast will be probably @TheBSidesPod #SpotifyWrapped
## 1429                                                                                                            I predict my top artist will be Digga D #SpotifyWrapped
## 1430                                                                                                          I predict my top genre will be prolly pop #SpotifyWrapped
## 1431                                                                                                               I predict my top genre will be K-POP #SpotifyWrapped
## 1432                         Just shot a lot of content just to realize I don’t like how the sun is hitting in any of my content except one. 🫠… https://t.co/fOfVmdM9FI
## 1433                                                                                              I predict my most played song will be [star shopping] #SpotifyWrapped
## 1434                                                                                            I predict my most played song will be una super chunga. #SpotifyWrapped
## 1435                                                                               I predict my most played song will be uhhh something by harry styles #SpotifyWrapped
## 1436                                                                     I predict my most played song will be Destino o Casualidad de @MelendiOficial  #SpotifyWrapped
## 1437                                                                                                  I predict my top artist will be @ATEEZofficial 🤭🤭🤭#SpotifyWrapped
## 1438                                                                                                          I predict my top artist will be @slipknot #SpotifyWrapped
## 1439                       I predict my top artist will be probably Carly Rae Jepsen if I ruined my Wrapped this year… or Britney (that time I… https://t.co/rerh8CHqIZ
## 1440                                                                               I predict my most played song will be Tell the Vision by Kanye West\n#SpotifyWrapped
## 1441                                                                                                                                       3 days until #SpotifyWrapped
## 1442                                                                                                                                             Oh and #SpotifyWrapped
## 1443                                                                                             I predict my top podcast will be [The Magnus Archives] #SpotifyWrapped
## 1444                       Anyone interested for free trials or paid subscriptions. Contact me on WhatsApp or text me in personal messanger. W… https://t.co/7hGyKH5lwp
## 1445                                                                                 I predict my top artist will be [The Stupendium or The Mechanisms] #SpotifyWrapped
## 1446                                                                                       Hm… lots more Apple Music peeps than expected… keep #voting! #SpotifyWrapped
## 1447                                                                                      I predict my top artist will be Camellia definitely I KNOW IT #SpotifyWrapped
## 1448                       Messi should kindly apologize to Mexican and the world in general, this kind of act is unfair for him been a worldl… https://t.co/x1HG3YgPDY
## 1449                                                                                                 I predict my top genre will be pft! Idk indie pop? #SpotifyWrapped
## 1450                                                                                       Which music streaming app do you prefer?\n\n#SpotifyWrapped #boomplay #music
## 1451                                                                                              Check this out! https://t.co/1cz0bp3stn\n#NFT #SpotifyWrapped #Crypto
## 1452                                                                                                                 I predict my top genre will be Pop #SpotifyWrapped
## 1453                                                                                                 I predict my top genre will be [Folk-Punk or Jazz] #SpotifyWrapped
## 1454                                                                             I predict my top podcast will be who tf listens to podcasts on spotify #SpotifyWrapped
## 1455                                                                                                I predict my most played song will be Child by Mark #SpotifyWrapped
## 1456                                                                                                           I predict my top artist will be [Halsey] #SpotifyWrapped
## 1457                                                                                        I predict my top podcast will be I don't listen to podcasts #SpotifyWrapped
## 1458                   • I predict my most played song will be LOVE DIVE\n\n• I predict my top genre will be K-Pop (💀)\n\n• I predict my top a… https://t.co/a9kmL06xDI
## 1459                                                                                                      I predict my top artist will be Illenium LMAO #SpotifyWrapped
## 1460                                                                                                   I predict my most played song will be Black Moss #SpotifyWrapped
## 1461                                                                                                        I predict my top artist will be radiohead 😂 #SpotifyWrapped
## 1462                                                                                                       I predict my top artist will be TAYLOR SWIFT #SpotifyWrapped
## 1463                                                                                            @JannyJanis I heard there are a lot of pedophiles there #SpotifyWrapped
## 1464                                                  I predict my most played song will be “Magic” by French Horn Rebellion, That’s Nice, and Patterns #SpotifyWrapped
## 1465                                                                                                                I predict my top artist will be BTS #SpotifyWrapped
## 1466                                                                                                  It feel like the holidays #CyberMonday #RedVelvet #SpotifyWrapped
## 1467                                Thank you @Eminem !🖤\n\n#eminem #video #notafraid #quote #song #misic #21creator #foryou #thankyou #reborn… https://t.co/aYg62zyL4E
## 1468                                                          I predict my top podcast will be only listened to one this year and i cant remember which #SpotifyWrapped
## 1469                                                                                                              I predict my top genre will be K-Pop  #SpotifyWrapped
## 1470                                                                                       I predict my most played song will be Lovers Rock by TV Girl #SpotifyWrapped
## 1471                          Check out Bbyrnedavis2.0's video! #TikTok https://t.co/TJ52vCK0Gi #games #CyberMonday #SpotifyWrapped #RedVelvet… https://t.co/SjTWhE3qGU
## 1472                  #iPhone  #GivingTuesday  #TimCook  #cupheadshow  #SpotifyWrapped \nAdvanced Targeting &amp; Global Reach\nReach a 96% of… https://t.co/LcP3FFMQYz
## 1473                                  Acredito firmemente que vai ser o @marcotellesbt\nI predict my top artist will be [fill in top artist prediction] #SpotifyWrapped
## 1474                                                                                    I predict my top genre will be Whatever genre chloes been doing #SpotifyWrapped
## 1475                                                                                  I predict my top artist will be the one and only ✨ @MacMiller ✨ #SpotifyWrapped
## 1476                                                                                                        I predict my top genre will be Pop or K-Pop #SpotifyWrapped
## 1477                                                                                                                                 How do i check my  #SpotifyWrapped
## 1478                                                                                I predict my most played song will be Numb Little Bug by Em Beihold #SpotifyWrapped
## 1479                                                                                                     I predict my top artist will be Chloe Moriondo #SpotifyWrapped
## 1480                                                                                        I predict my most played song will be [So Good by @halsey ] #SpotifyWrapped
## 1481                                                                 How is this gonna put me on blast before my #SpotifyWrapped even comes out https://t.co/p87LCPhoED
## 1482                               Aposto em: mais do que tudo da @Thamiresgarciav\nI predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 1483                                                                                                   I predict my most played song will be starwalkin #SpotifyWrapped
## 1484                                                                                           Balls or nuts #DonaldTrump #SpotifyWrapped #CyberMonday #البرازيل_ِسويسرا
## 1485                                                                                                       I predict my top artist will be @lucydacus\n #SpotifyWrapped
## 1486                                                                                                I predict my most played song will be Midnight Rain #SpotifyWrapped
## 1487                                                                                                I predict my top podcast will be [@TheWeeklyPlanet] #SpotifyWrapped
## 1488                                                                                           I predict my most played song will be Post Party Trauma  #SpotifyWrapped
## 1489                                     #SpotifyWrapped is nearly here.\n\nI could probably predict what's going to be on it, but it's always a fun time regardless :)
## 1490                                                                             I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped podcasts
## 1491                                                                                                       I predict my top artist will be Taylor Swift #SpotifyWrapped
## 1492                                                         Hello Sir Can you're team Comeup Translate option here Like Facebook  Thank You 🌹… https://t.co/xN5568IlYI
## 1493                                                                                      I predict my top podcast will be [I don't listen to podcasts] #SpotifyWrapped
## 1494                                                                                               can’t wait to see bad bunny as my top artist again 🤭 #SpotifyWrapped
## 1495                                                          Me when I see I’m in the top 1% of listeners for Seventeen - JA \n#SpotifyWrapped https://t.co/jy05Ed97hD
## 1496                                                                                                                 I predict my top genre will be pop #SpotifyWrapped
## 1497                                                                                                          i predict my top artist will be metallica #SpotifyWrapped
## 1498                                                                                              I predict my most played song will be Atopos by Bjork #SpotifyWrapped
## 1499                                                                                                 I predict my top podcast will be swell shenanigans #SpotifyWrapped
## 1500                                                                                                     I predict my top artist will be UnoTheActivist #SpotifyWrapped
## 1501                                                                                                            I predict my top artist will be gfriend #SpotifyWrapped
## 1502                                                                                                 I’m not sharing my #SpotifyWrapped, that shit’s between me and god
## 1503                                                              I predict my top podcast will be Are &amp; Be? that's the one i Remember listening to #SpotifyWrapped
## 1504                                                                                                                  HURRY UP SPOTIFY WRAPPED @Spotify #SpotifyWrapped
## 1505                                                                                            I predict my most played song will be no body, no crime #SpotifyWrapped
## 1506                                                                                              I predict my top genre will be dsmp bro TAKE IT OFFF  #SpotifyWrapped
## 1507                                                                                                      I predict my top artist will be [@HansZimmer] #SpotifyWrapped
## 1508                                                                                       I predict my top artist will be [@twentyonepilots mis papis] #SpotifyWrapped
## 1509                                                                                                             I predict my top artist will be  loona #SpotifyWrapped
## 1510                                                                                                               I predict my top genre will be k-pop #SpotifyWrapped
## 1511                                                                                            I predict my top artist will be Rina Sawayama no Doubts #SpotifyWrapped
## 1512                                        I am honored at this three day lineup!!! Can't wait for the #SpotifyWrapped this year! 🥰 #instafest https://t.co/FfScbjMYub
## 1513                                                                                       I predict my top artist will be Eva Shaw and Kris the Spirit #SpotifyWrapped
## 1514                                                         I predict my top artist will be [fill in top artist prediction] tinatanong pa ba yan? keme #SpotifyWrapped
## 1515                                                                                                I predict my top genre will be [Pop or Alternative] #SpotifyWrapped
## 1516                                                    I look forward to #SpotifyWrapped way too much for someone that listens to the same 3 artists on repeat nonstop
## 1517                                                                                                      I predict my top podcast will be [Archetypes] #SpotifyWrapped
## 1518                                                                                                   I predict my top genre will be unfortunately pop #SpotifyWrapped
## 1519                                                                                 I predict my top artist will be Nightcord at 25 or Vivid Bad Squad #SpotifyWrapped
## 1520                                                                                                      I predict my top podcast will be Rotten Mango #SpotifyWrapped
## 1521                                                                                   I predict my most played song will be Imagining by Rina Sawayama #SpotifyWrapped
## 1522                                                                                                   I predict my most played song will be [Shy Away] #SpotifyWrapped
## 1523                                                                                                         I predict my top artist will be [@DukiSSJ] #SpotifyWrapped
## 1524                                                                             I predict my top artist will be [Meghan Markle, the Duchess of Sussex] #SpotifyWrapped
## 1525                                                                                      I predict my top artist will be Ricky Martin or Harry Styles. #SpotifyWrapped
## 1526                       @laurenboebert @elonmusk A lot of store owners are not making sales on their products/services Websites. Drop ur we… https://t.co/uwvziJnzEo
## 1527                                              I predict my most played song will be Filter by Jimin. It's the first song on my sleepytime playlist. #SpotifyWrapped
## 1528                                                                                                         I predict my top artist will be #OnlyOneOf #SpotifyWrapped
## 1529                                                                                                   I predict my top artist will be @machinegunkelly #SpotifyWrapped
## 1530                                                                                                     I predict my most played song will be bop bop! #SpotifyWrapped
## 1531                                                       I predict my top podcast will be This Changes Everything by @JeffGuentherLPC and @imsararice #SpotifyWrapped
## 1532                                                                     I predict my most played song will be [words by f.r david or 2 minus 1 by svt] #SpotifyWrapped
## 1533                       I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped I really don’t know this one, may… https://t.co/rUBWjozO5B
## 1534                                                                                   I predict my most played song will be [happier - olivia rodrigo] #SpotifyWrapped
## 1535                                                                                                        I predict my top artist will be @Stray_Kids #SpotifyWrapped
## 1536                                                                   I predict my most played song will be Unfriendly Hater or Shine a Light(reprise) #SpotifyWrapped
## 1537                                                                                I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 1538                                                                                                               I predict my top genre will be K-POP #SpotifyWrapped
## 1539                                                                     I predict my most played song will be As It Was or A Veces Bien Y A Veces Mal. #SpotifyWrapped
## 1540                                                                                                     I predict my top podcast will be [#Archetypes] #SpotifyWrapped
## 1541                                                                                                              I predict my top artist will be Drake #SpotifyWrapped
## 1542                      Create delightful customer experiences. Have a delightful time doing it. that's where #HubSpot came in\nlearn more 👇… https://t.co/OmrgBXpB0h
## 1543                                  Yeah I love this #instafestapp thingy. A festival and a half by #Spotify. Now we wait for #SpotifyWrapped https://t.co/nKkOp9eBD9
## 1544                                                                                      I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped
## 1545                       A lot of store owners are not making sales on their products/services Websites. Drop ur website URL here for promot… https://t.co/vV8VHLepH9
## 1546                                                                       I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped Taylor Swift
## 1547                                                                                                      I predict my top podcast will be #Archetypes  #SpotifyWrapped
## 1548                           ❄️Love how these turned out😍 Link in bio to purchase #SpotifyWrapped #CyberMonday #christmas2022 #christmasnails… https://t.co/dEhFkjF0MQ
## 1549                                                                                                                             Somehow #SpotifyWrapped got me worried
## 1550                                                                                        I predict my most played song will be Attention by NewJeans #SpotifyWrapped
## 1551                                                                           cant wait to see dsmp on my spotify wrapped for the 3rd year in a row\n\n#SpotifyWrapped
## 1552                                                                                  I predict my most played song will be [Red Lights by @Stray_Kids] #SpotifyWrapped
## 1553                                                                                          “free thinkers” waiting for their #SpotifyWrapped https://t.co/I1pRqDnxTs
## 1554                                                                     I predict my top artist will be Taylor Swift  #SpotifyWrapped no one else is even coming close
## 1555                                                                                    I predict my most played song will be  Bad Habits by Steve Lacy #SpotifyWrapped
## 1556                                                                      I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped boy band or pop
## 1557                                                                                      I predict my top podcast will be I DONT LISTEN TO PODCASTS :P #SpotifyWrapped
## 1558                                                                                                   I predict my most played song will be Yakety Sax #SpotifyWrapped
## 1559                                                                                                           I predict my top artist will be deftones #SpotifyWrapped
## 1560                                                  I predict my most played song will be [fill in top song prediction] #SpotifyWrapped keep drinking by Harry Styles
## 1561                       I’ll get some random artist I listened to once as my #1 or artists I don’t listen to but did in 2020 like the last two years #SpotifyWrapped
## 1562                       Bruh I'm scared to see my #SpotifyWrapped when it comes up. it's just gonna be a sad song after another and once it… https://t.co/uBhZuqpn8D
## 1563                                                                      I predict my top artist will be #ATEEZ @ATEEZofficial #SpotifyWrapped https://t.co/0uKWz9GVCx
## 1564                                                                                                               I predict my top genre will be pop 😋 #SpotifyWrapped
## 1565                                                                                                       I predict my top artist will be @dustinlynch #SpotifyWrapped
## 1566                                                                              I predict my top podcast will be Always Sunny Podcast (sorry Dissect) #SpotifyWrapped
## 1567                                                                                                    I predict my top artist will be [ariana grande] #SpotifyWrapped
## 1568                           I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped #ArchetypesWithMeghan #archetypesonspotify #Archetypes
## 1569                       I predict my most played song will be August  #SpotifyWrapped I had a MASSIVE august phase in June where I literall… https://t.co/N2m7AEssh2
## 1570                                         saying it rn my top artist is either gonna be the wrecks OR bmth. but im 90% sure it's gonna be the wrecks #SpotifyWrapped
## 1571                                                                                                            I predict my top artist will be beyoncé #SpotifyWrapped
## 1572                             @Google, how can i learn to trust again?\n#LateLateShow #LateNightTwitter #LateNights #SpotifyWrapped #sadcatdance #thinking #thoughts
## 1573                                                                                                           I predict my top genre will be dark trap #SpotifyWrapped
## 1574                                                                                                            I predict my top artist will be Mamamoo #SpotifyWrapped
## 1575                                           I predict my top genre will be rap #SpotifyWrapped \n\nor whatever it’s called is it called rap or hip hop &amp; r&amp;b
## 1576                       The music has chosen me and as I continue to give it my all I can't do this alone I want you to be with me, to pray… https://t.co/SEsRmXW5XG
## 1577                                                                                                        I predict my top artist will be Ichiko Aoba #SpotifyWrapped
## 1578                                                                                            I predict my most played song will be [tek it - cafune] #SpotifyWrapped
## 1579                                                                                                             I predict my top genre will be Country #SpotifyWrapped
## 1580                                                                                                I predict my top podcast will be tondemo wonderz 💀💀💀#SpotifyWrapped
## 1581                                                                         I predict my top artist will be Joji (it is i already know im not ashamed) #SpotifyWrapped
## 1582                                                                                             I predict my most played song will be OMFG by lil peep #SpotifyWrapped
## 1583                       @Spotify We're predicting our top podcasts will be the Startup Canada Podcast and the Startup Women Podcast - which… https://t.co/vLnIALgydK
## 1584                                                                                                          All the time 🤴🏼👸🏼 #SpotifyWrapped https://t.co/ii3ODGtaI9
## 1585                     Will the @NosleepPodcast top your #SpotifyWrapped list this year? \n\n@Spotify is just one of the many places you can… https://t.co/JYMoZnCXz4
## 1586                                                                                                                          I am so curious this year #SpotifyWrapped
## 1587                                             I predict my most played song will be— \nI want to see my wrapped but I want to see TJ’s even more \n\n#SpotifyWrapped
## 1588                  Last moment to shine ✨ \n\nDon’t miss out on this last event of the semester. \n\nYoung Invincibles is providing the op… https://t.co/0WxOJ5pKFk
## 1589                                                                                       I predict my most played song will be CHURCH GIRL by beyoncé #SpotifyWrapped
## 1590                                                                                              I predict my top artist will be taylor lana or conan  #SpotifyWrapped
## 1591                                                                                             I predict my most played song will be The Heart Part 5 #SpotifyWrapped
## 1592                                                                                                  I predict my top artist will be @fredagainagain1  #SpotifyWrapped
## 1593                                                                                                Black History Month or #SpotifyWrapped ???? https://t.co/RnWE7UhKmK
## 1594                                                                                                              I predict my top genre will be rock?? #SpotifyWrapped
## 1595                                                                                      I predict my top artist will be [stray kids or ariana grande] #SpotifyWrapped
## 1596                                                                                                 I predict my top genre will be either dsmp or pop  #SpotifyWrapped
## 1597                                                                           I predict my most played song will be  @cberrymusic Whiskey Take It Easy #SpotifyWrapped
## 1598                                                           I think my most played song will be something from conan fr #SpotifyWrapped (im doing the spotify thinf)
## 1599                       I predict my top podcast will be @athletessweat (this is what I get for being a supportive friend who doesn’t liste… https://t.co/Yn5BCHBAPn
## 1600                            Selling wildcat skin code for 30$ #FortniteChapter3Season4         #FortniteChapter4 #FortniteChrome #Fortnite… https://t.co/wDqqlL8AAv
## 1601                                                                                                                            @megdex ooooo me too\n\n#SpotifyWrapped
## 1602                                                                                                        I predict my top artist will be @Stray_Kids #SpotifyWrapped
## 1603                     US agents perps pump ethanol, nano-aerosol which can be heated via #EMF\n\nIt's 29°C but my room is blasting with hea… https://t.co/8LY0PNuXDu
## 1604                                How bout these #gasprices #SpotifyWrapped #CyberMonday #RedVelvetBirthdayParty #WorldCup2022 #Rexontheradio https://t.co/sjJAuQYf0s
## 1605                                                                                                         I predict my top genre will be #blackmetal #SpotifyWrapped
## 1606                                                                                                               I predict my top genre will be K-Pop #SpotifyWrapped
## 1607                                   Calling it now. My #SpotifyWrapped will have EDM as my top genre and the top song will be Everything Goes on by Porter Robinson.
## 1608                                                                               I predict my most played song will be “Under the Skin” by &amp;TEAM! #SpotifyWrapped
## 1609                                                                                                           I predict my top genre will be Indie Pop #SpotifyWrapped
## 1610                                                                                        I predict my most played song will be Maniac by @Stray_Kids #SpotifyWrapped
## 1611                         THIS IS ALL I NEED TO KNOW\n\nNO WEED FOR THIS CLOWN \n\nWE MUST CURE HERPES \n\n#testosterone #testicles #herpes… https://t.co/saxaPkVUNH
## 1612                                                                                                        I predict my top podcast will be Jay shetty #SpotifyWrapped
## 1613                                                                                        I predict my top podcast will be @dungeonsanddads  #SpotifyWrapped wooooooo
## 1614                                                  Threadzinha que o spotify disponibilizou\n\nI predict my most played song will be Francis Forever #SpotifyWrapped
## 1615                                                                                                  I predict my top genre will be [edm or kpop lmao] #SpotifyWrapped
## 1616                       A lot of store owners are not making sales on their products/services Websites. Drop ur website URL here for promot… https://t.co/uoCyHZw20K
## 1617                           I fixed you and you broke me, guess\nthats the thing i deserved after all...\n#nsfwtwt #nsfwtw #nsfwart #NSFWRP… https://t.co/r55axELNXq
## 1618                                                                                                                         i just want my #SpotifyWrapped already omg
## 1619                                                                                                      I predict my top artist will be justin bieber #SpotifyWrapped
## 1620                                                                                                   I predict my top artist will be TAYLOR SWIFT OFC #SpotifyWrapped
## 1621                                                                  I predict my top artist will be AAAAAAAAAAAAAAAAAAAAAAAAAAAGH REX ORANGE JUMPSUIT #SpotifyWrapped
## 1622                                                                                                               I predict my top genre will be dance #SpotifyWrapped
## 1623                                                                                     I predict my most played song will be [Get it Shawty by Lloyd] #SpotifyWrapped
## 1624                                                                              #SpotifyWrapped is trending but it’s not out yet. Y’all gonna stop playing with me. 🤣
## 1625                                                                             I predict my most played song will be can't be myself by justin bieber #SpotifyWrapped
## 1626                                                                                       ik for a fact HOUSTONFORNICATION is my #1 in spotify wrapped #SpotifyWrapped
## 1627                                                                                               I predict my most played song will be As It Was, duh #SpotifyWrapped
## 1628                                                                                    I predict my top artist will be N25 hands down, if not imma kms #SpotifyWrapped
## 1629                                                                                                       I predict my top artist will be The Beatles. #SpotifyWrapped
## 1630                                                                                                          I predict my top artist will be Zeds Dead #SpotifyWrapped
## 1631                                                                                                   I predict my most played song will be [cardigan] #SpotifyWrapped
## 1632                                  I know who my top artist will be (Taylor Swift obviously), but I'm curious as to Wich song will be my most played #SpotifyWrapped
## 1633                                                                                                       I predict my top genre will be Classic Rock. #SpotifyWrapped
## 1634                                            I predict my most played song will be Want Me by @babyqueen or Tell Your Story - Extended by @derivakat #SpotifyWrapped
## 1635                                                                                                                                        WHERE IS IT #SpotifyWrapped
## 1636                                                                                                       I predict my top podcast will be Archetypes] #SpotifyWrapped
## 1637                                                                                                       I predict my top genre will be EDM obviously #SpotifyWrapped
## 1638                                                                        my #SpotifyWrapped this year is just going to tell me in colour how depressed i actually am
## 1639                                                                                      I predict my most played song will be BITTER CHOCO DECORATION #SpotifyWrapped
## 1640                                                                                                           I predict my top artist will be Beyoncé\n#SpotifyWrapped
## 1641                                                                                                    I predict my most played song will be false god #SpotifyWrapped
## 1642                                                                                                      I predict my top artist will be One Direction #SpotifyWrapped
## 1643                                                     I predict my most played song will be Think of You by Zeds Dead or Screamsaver VIP Subtronics  #SpotifyWrapped
## 1644                                                                                                       I predict my top artist will be taylor swift #SpotifyWrapped
## 1645                                                                              I predict my most played song will be Hello It's Me by Todd Rundgren. #SpotifyWrapped
## 1646                       @PierrePoilievre A lot of store owners are not making sales on their products/services Websites. Drop ur website UR… https://t.co/JAelaiaJvj
## 1647                                                                                        What do you guys think #SpotifyWrapped #CyberMonday https://t.co/zrSkpJXiwW
## 1648                                                                                                    I predict my most played song will be fine line #SpotifyWrapped
## 1649                                                                                                    I predict my top artist will be [Brent faiyaz ] #SpotifyWrapped
## 1650                                                                                 I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped\npop
## 1651                                                                                                 I predict/hope my top artist will be @sanbenito #SpotifyWrapped ☀️❤️
## 1652                                                                                                                 I predict my top genre will be Pop #SpotifyWrapped
## 1653                                                                   Waiting #SpotifyWrapped just to see the holy trinity at the first places https://t.co/Cv1bQdzdyN
## 1654                                                 Check out DNR Monster. Type him in your googler and enjoy. #SpotifyWrapped #Spotify #iTunes #CyberMonday #NewMusic
## 1655                                                                              I predict my most played song will be Northern Attitude by @NoahKahan #SpotifyWrapped
## 1656                                                                                                 I predict my top genre will be Hip hop or Pop lol. #SpotifyWrapped
## 1657                       I predict my top artist will be probably demondice but as of recently i’ve like fell out of demondice so i’m rootin… https://t.co/XglKp8dr77
## 1658                                                                                                   I predict my most played song will be No Control #SpotifyWrapped
## 1659                                                                        I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped archetype
## 1660                                                                                                        I predict my top genre will be [rap or pop] #SpotifyWrapped
## 1661                                                                                         I predict my most played song will be rwylm from everymore #SpotifyWrapped
## 1662                                                                                               I predict my top podcast will be [R/Slash] #SpotifyWrapped @rslashyt
## 1663                             I predict my top podcast will be [fill in top podcast prediction] lol none I only listen on road trips over three days #SpotifyWrapped
## 1664                                                                   I predict my most played song will be [fill in top song prediction] #SpotifyWrapped\nEn el coche
## 1665                                                               I predict my most played song will be Prettiest Problem By Asian Doll #SpotifyWrapped @AsianDaBrattt
## 1666                                                                                                              I predict my top genre will be [soul] #SpotifyWrapped
## 1667                                                     I predict my most played song will be [fill in top song prediction] #SpotifyWrapped Pelotuda o Mimos son Mimos
## 1668                                                                        I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped\nAitana :))
## 1669                                                                           I predict my most played song will be [new magic wand-tyler the creator] #SpotifyWrapped
## 1670                                                                                                I predict my most played song will be Church Girl \n#SpotifyWrapped
## 1671                                                                                                                       Damn #SpotifyWrapped https://t.co/YobnvVQ7MM
## 1672                                                                                                        I predict my top artist will be @thebeatles #SpotifyWrapped
## 1673                                                                                       I predict my top artist will be [The Kid Laroi] #SpotifyWrapped @thekidlaroi
## 1674                                                                                                   I predict my top artist will be [Kendrick Lamar] #SpotifyWrapped
## 1675                                                                                                         @PALLOMmp3 it would be a lie if he's on my #SpotifyWrapped
## 1676                                                                                            I predict my top artist will be don toliver of course 😝 #SpotifyWrapped
## 1677                                                     I predict my top artist will be [fill in top artist prediction]  maybe ETHEL CAIN. @mothercain #SpotifyWrapped
## 1678                                                                                              I predict my most played song will be [Industry Baby] #SpotifyWrapped
## 1679                                                                                                       I predict my top artist will be [Juice Wrld] #SpotifyWrapped
## 1680                       Whenever we are in a public transport and the driver uses an unknown road, we remove our earpiece to see the road c… https://t.co/L5bCGADHqT
## 1681                                                                                                               I predict my top genre will be [Rap] #SpotifyWrapped
## 1682                       Ghana 🇬🇭 has played two (2) games so far. Both games have been listed by FIFA as contenders of Game of the Tourname… https://t.co/dyLE71TSXl
## 1683                                                                                                        I predict my top artist will be @thestrokes #SpotifyWrapped
## 1684                                                                                   I predict my most played song will be Night Witches by @sabaton  #SpotifyWrapped
## 1685                                                             I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped #OneTreeHill podcast
## 1686                                                                                                   I predict my top podcast will be [Supermegacast] #SpotifyWrapped
## 1687                                                                  I predict my top genre will be [fill in top genre prediction] pop rock !! I think #SpotifyWrapped
## 1688                                                              I predict my most played song will be [Doom - JuiceWrld or Without You - TheKidLaroi] #SpotifyWrapped
## 1689                                                                                                         I predict my top artist will be [100 gecs] #SpotifyWrapped
## 1690                                                                      I predict my top genre will be [fill in top genre prediction]  i have no idea #SpotifyWrapped
## 1691                                                                                      I predict my most played song will be [I’m Still- Juice Wrld] #SpotifyWrapped
## 1692                                                                                                             I predict my top artist will be [joji] #SpotifyWrapped
## 1693                                                                                   I predict my most played song will be [hand crushed by a mallet] #SpotifyWrapped
## 1694                                                                                 I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped #pop
## 1695                       Are looking for an eye-catching typography t-shirt custom t-shirt design, and bulk t-shirt design for Amazon, Shopi… https://t.co/wScDeg0UtZ
## 1696                                                                                   I predict my top podcast will be The Read or The Blanime Podcast #SpotifyWrapped
## 1697                                                                                          What can I say I like my OSTs 😎 \n#SpotifyWrapped https://t.co/Qf66VMmQTB
## 1698                                                                                                        I predict my top genre will be [electronic] #SpotifyWrapped
## 1699                                        I predict my most played song will be [fill in top song prediction] tennis new song I’m listening every day #SpotifyWrapped
## 1700                               #iyigeceler #GeceyeNotum #YeniProfilResmi #Qatar2022 #Messi #shorts #short #SpotifyWrapped #GERESP #YouTube… https://t.co/2tP2TyvbFC
## 1701                                                                           I predict my most played song will be #SpotifyWrapped probably like nelward or something
## 1702                                                                             I predict my most played song will be [Nightclub love @matthewmaltese] #SpotifyWrapped
## 1703                                                   Waiting for #SpotifyWrapped as if I didn't already know who will be at the first place.. https://t.co/gXzIBmvXAn
## 1704                                                   The way I just KNOW Sleep With Me is going to be my most listened to podcast on #SpotifyWrapped 💀 (lighthearted)
## 1705                                                                       I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped #HarryStyles
## 1706                                                                                                  I predict my top genre will be [alternative rock] #SpotifyWrapped
## 1707                       I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped what the hell is a podcast? Proba… https://t.co/mtu5C8MWWe
## 1708                                                                                                   I predict my top artist will be [Taylor Swift] #SpotifyWrapped ☺️
## 1709                                                                                                                I predict my top artist will be Nas #SpotifyWrapped
## 1710                                                               I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped lucy it will be lucy
## 1711                                                                                                          how did we get here podcast #notsponsored #SpotifyWrapped
## 1712                                                                                                            I predict my top artist will be taylor. #SpotifyWrapped
## 1713                                                                                           I predict my most played song will be Diet Coke- Pusha T #SpotifyWrapped
## 1714                                                                                I predict my top podcast will be emergency podcast or stephanie soo #SpotifyWrapped
## 1715                                                                                                     I predict my top artist will be [Taylor Swift] #SpotifyWrapped
## 1716                                                                    I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped Taylor come now
## 1717                                                                                                  I predict my top artist will be [@Imaginedragons] #SpotifyWrapped
## 1718                                                                       I predict my most played song will be [fill in top song prediction] #SpotifyWrapped #AsItWas
## 1719                                                                                         I predict my most played song will be The Gazette - Reilia #SpotifyWrapped
## 1720                                                                               I predict my most played song will be [hurt feelings, by mac miller] #SpotifyWrapped
## 1721                                                                            I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped POP BITCH
## 1722                                                                                                            I predict my top artist will be Beyonce #SpotifyWrapped
## 1723                                                                                                             I predict my top genre will be pop idk #SpotifyWrapped
## 1724                        I predict my top artist will be whoever tf does the persona songs. Ignoring the fact that I’ve only been listening… https://t.co/XOMTNwVYNz
## 1725                                                                                                              I predict my top genre will be  Metal #SpotifyWrapped
## 1726                       I predict my most played song will be [fill in top song prediction] #SpotifyWrapped I’m positive Taylor swift is th… https://t.co/VMSDdQLxN9
## 1727                                                                                I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 1728                                                                                                                 I predict my top genre will be pop #SpotifyWrapped
## 1729                                                                                                            I predict my top genre will be Nu-Metal #SpotifyWrapped
## 1730                                                                                                   I already know my top artist will be Chris Brown #SpotifyWrapped
## 1731                                                                                                 I predict my top podcast will be [pod meets world] #SpotifyWrapped
## 1732                                                                 I predict my most played song will be it has to be new year’s day or gold rush tbh #SpotifyWrapped
## 1733                       #SpotifyWrapped \n\n#CyberMonday is booming &amp; my deal is best !\n\n         https://t.co/Hv9QSNse0K\n\n#FanDuel… https://t.co/0Sk8hEcBD7
## 1734                                                                                        I predict my top podcast will be Lone Lobos @Xolo_Mariduena #SpotifyWrapped
## 1735                      Mbali istore #Betway apple #UthandoNesithembu #SpotifyWrapped #FIFAWorldCupQatar2022 \n\nComing up on The Queen this… https://t.co/oDuhx3sTZH
## 1736                                                                                                               Will @Poppy be on your #SpotifyWrapped this year? 👀💚
## 1737                                                                                    I predict my top artist will be #TaylorSwift 😂 it always is 🤷🏼‍♀️ #SpotifyWrapped
## 1738                                                                                                 I predict my top artist will be [carly rae jepsen] #SpotifyWrapped
## 1739                                                                                                        I predict my top artist will be Linkin Park #SpotifyWrapped
## 1740                                                                                            I predict my top artist will be TYLER THE CREATOR!!!!!! #SpotifyWrapped
## 1741                                                                                                       I predict my top artist will be Taylor Swift #SpotifyWrapped
## 1742                             Ski Bum Diaries: the prequel (Behind the Scenes) #Vlog #documentary https://t.co/qkVkm47BEQ via @YouTube #WorldCup2022 #SpotifyWrapped
## 1743                                                                                                  I predict my top genre will be [dance pop always] #SpotifyWrapped
## 1744                                                                                                             I predict my top genre will be R&amp;B #SpotifyWrapped
## 1745                                                                                                             I predict my top artist will be [#bts] #SpotifyWrapped
## 1746                       @Spotify I listened to podcast at every opportunity, my podcast of the year #Archetypes #DontBelieveTheType it’s no… https://t.co/EMC6FJOl8e
## 1747                                                                                             I predict my top artist will be [TOMORROW X TOGETHER ] #SpotifyWrapped
## 1748                                                                                                       I predict my top artist will be Taylor Swift #SpotifyWrapped
## 1749                                                                                                        I predict my top genre will be hip hop/ rap #SpotifyWrapped
## 1750                                                                                        I predict my most played song will be [cuff it by beyonce?] #SpotifyWrapped
## 1751                                                                                                                 I predict my top genre will be pop #SpotifyWrapped
## 1752                                                                                                                 I predict my top genre will be pop #SpotifyWrapped
## 1753                                                                                          I predict my most played song will be Mine by Alex Isley  #SpotifyWrapped
## 1754                                                                           I predict my most played song will be my blood by twenty one pilots hehe #SpotifyWrapped
## 1755                                                                                                 I predict my top genre will be [pop or pl hip-hop] #SpotifyWrapped
## 1756                                                                                                           I predict my top genre will Hip-Hop/ Rap #SpotifyWrapped
## 1757                                                                                        I predict my most played song will be Paris by taylor swift #SpotifyWrapped
## 1758                                                                                                I predict my top artist will be the big stepper guy #SpotifyWrapped
## 1759                                                                                             I predict my most played song will be pigs or tron cat #SpotifyWrapped
## 1760                                                                               I predict my most played song will be All Too Well 10 Minute Versión #SpotifyWrapped
## 1761                           December never reach una don dey hot...😂😂🤣hot kids...New video coming soon..😂😂🤣🤣💯#kosimadestaga #SpotifyWrapped… https://t.co/7dJ1gFNZLV
## 1762                       Ran this in advance of #SpotifyWrapped. I'm a cross between an aging, pathetic GenX hanging on to the glory days an… https://t.co/Seu9PPetUw
## 1763                                                                                          I predict my most played song will be [pied piper by bts] #SpotifyWrapped
## 1764                                                                                                                I predict my top artist will be JID #SpotifyWrapped
## 1765                                                                        I predict my top artist will be [fill in top artist prediction] Lemon Demon #SpotifyWrapped
## 1766                            Don't underestimate the value of someone who smiles every time they see you ♡\n\n#CyberMonday #CyberMonday2022… https://t.co/FcqhkfD3dz
## 1767                                                                                                              I predict my top genre will be [KPOP] #SpotifyWrapped
## 1768                                                                              I predict my most played song will be What’s Good - Tyler the Creator #SpotifyWrapped
## 1769                                                                                                       I predict my top podcast will be @FBPpodcast #SpotifyWrapped
## 1770                                                                                                             I predict my top artist will be Eminem #SpotifyWrapped
## 1771                                                                                                  I predict my most played song will be Kody Blu 31 #SpotifyWrapped
## 1772                                                                                       I predict my top podcast will be [@thedivestudios get real.] #SpotifyWrapped
## 1773                                                                                                                I predict my top artist will be BTS #SpotifyWrapped
## 1774                                                                                                I predict my top podcast will be Anatomy of Murder  #SpotifyWrapped
## 1775                                                                                    I predict my most played song will be Bota na buceta remastered #SpotifyWrapped
## 1776                                                                                                                I predict my top podcast will be NA #SpotifyWrapped
## 1777                                                                                                               I predict my top genre will be K-Pop #SpotifyWrapped
## 1778                                                                                               why is #SpotifyWrapped trending. I thought it came out I got excited
## 1779                                                           you are going to see the impact Renaissance had on me when #SpotifyWrapped drops https://t.co/9DBTTlktME
## 1780                        🚨Y’all go grab your $1 makeup sponge 😱 it’s a good one too\n👉🏼 https://t.co/RsWZstGpik\n#SpotifyWrapped #RedVelvet… https://t.co/ihNMTQ8xyq
## 1781                                                                                             I predict my most played song will be Soldier - Eminem #SpotifyWrapped
## 1782                                                                                                       I predict my top artist will be Taylor Swift #SpotifyWrapped
## 1783                                                                          I predict my most played song will be LATE  NIGHT TALKING BY HARRY STYLES #SpotifyWrapped
## 1784                            Inspirational quote of the day :\n\nLife isn't a leaf without air✨\n\n#RedVelvet #CyberMonday #SpotifyWrapped… https://t.co/R934tusRyW
## 1785                                                                                               I predict my top genre will be either K-pop or J-Pop #SpotifyWrapped
## 1786                      Marriage! This generation though🤔\nGroom Publicly Humiliates Bride By Playing Video Of Her Cheating With Brother In-… https://t.co/zwkqwdtbEb
## 1787                                       SomeDay , I’m gon sell out shows too🙏🏼🙏🏼\n\n#SpotifyWrapped #WizkidFC #Davido #AppleMusicLive #30BG… https://t.co/h0pmfLGzjt
## 1788                                                                                                                 I predict my top genre will be Pop #SpotifyWrapped
## 1789                                                                                                        I predict my top artist will be David Bowie #SpotifyWrapped
## 1790                                               I predict my top genre will be Pop, Rock, or Eurovision #SpotifyWrapped \n\nI don't even pay attention to genres....
## 1791                                                                        I predict my most played song will be something from Bo burnham or AJR lmao #SpotifyWrapped
## 1792                                                             Doleful Lions -The Last Four Years #LoFi #IndiePop #SpotifyWrapped #BedroomPop https://t.co/E6JYjyVMPE
## 1793                                                                                                      I predict my top artist will be [Salt-N-Pepa] #SpotifyWrapped
## 1794                                                                                                  I predict my most played song will be Out of Time #SpotifyWrapped
## 1795                                                        #SpotifyWrapped predictions\n\nDrake\nBoldy\nCurren$y\nNudy\nCudi\n\nCouple guesses tho i think I’ll go 3/5
## 1796                                                                                                         I predict my top artist will be BLACK PINK #SpotifyWrapped
## 1797                                                                                                             I predict my top artist will be Hozier #SpotifyWrapped
## 1798                             If I don’t get 12 followers soon my aunt is gonna take away my puppy 🙁😭 please help me get to 12 followers 😭😭… https://t.co/CFHlEI9A21
## 1799                                        I predict my most played song will be All too well (Ten Minute Version) (Taylor’s Version) (From the Vault) #SpotifyWrapped
## 1800                                                                  I predict my top genre will be French Pop, regular pop... maybe country involved. #SpotifyWrapped
## 1801                                                                                                   I predict my top artist will be yeat or babytron #SpotifyWrapped
## 1802                                                                                                        I predict my top genre will be Bedroom Rock #SpotifyWrapped
## 1803                                                                                                          On it @Spotify #SpotifyWrapped 🙂🥳 https://t.co/xTwL6PCisK
## 1804                                                                     I predict my most played song will be Critical Acclaim by Avenged Sevenfold [] #SpotifyWrapped
## 1805                      Marriage! This generation though🤔\nGroom Publicly Humiliates Bride By Playing Video Of Her Cheating With Brother In-… https://t.co/mVy3teDUWx
## 1806                                                                                                   I predict my most played song will be PINK VEMOM #SpotifyWrapped
## 1807                                                                                                  I predict my top podcast will be Anything Goes :) #SpotifyWrapped
## 1808                                                                                          I predict my top artist will be [ @iamkillbill] most def  #SpotifyWrapped
## 1809                                                                                        I predict my most played song will be Work song by @Hozier  #SpotifyWrapped
## 1810                                                                                                                 I predict my top genre will be rap #SpotifyWrapped
## 1811                  💸💵💴💶💷₦💰\nGOD OF MONEY LOCATE ME THIS WEEK. \nGOD OF DOLLARS. \nGOD OF POUNDS.\nGOD OF EURO. \nGOD OF RAND. \nGOD OF YEN.… https://t.co/4RvPPNWYTI
## 1812                                                                                                             I predict my top artist will be Taylor #SpotifyWrapped
## 1813                                                                                                       I predict my top artist will be Taylor Swift #SpotifyWrapped
## 1814                                                                                                  I predict my top artist will be Twenty One Pilots #SpotifyWrapped
## 1815                                                                                                          I predict my top artist will be [#SMVVTH] #SpotifyWrapped
## 1816                                                                    I predict my most played song will be [Kanye West - Gold Digger ft. Jamie Foxx] #SpotifyWrapped
## 1817                                                                                         I predict my most played song will be money so big by yeat #SpotifyWrapped
## 1818                                                                              I predict my most played song will be Thousand Miles by The Kid LAROI #SpotifyWrapped
## 1819                                                                                                                I predict my top genre will be  pop #SpotifyWrapped
## 1820                                                                                         I predict my most played song will be Touch by @keshimusic #SpotifyWrapped
## 1821                                                                                I predict my most played song will be something from tick tick boom #SpotifyWrapped
## 1822                                                                                                              I predict my top artist will be [BTS] #SpotifyWrapped
## 1823                           Ok now This Us A FUNNY STREAM 🤣🤣🤣 #SpotifyWrapped #CyberMonday #乌鲁木齐 #RedVelvetBirthdayParty #WorldCup2022 # https://t.co/xoUJT2Lc4C
## 1824                                                                                       I predict my most played song will be Soft Boy (Wilbur Soot) #SpotifyWrapped
## 1825                                  IK ITS AT MIDTAGE BUT IN WHAT TIME ZONE? BC ITS 10pm FOR ME RN (GMT) SO IS IT LIKE EST, BST TIMES PLS SOMEONE SAY #SpotifyWrapped
## 1826                                                                                                             I predict my top genre will be [K-Pop] #SpotifyWrapped
## 1827                                                                                                               I predict my top genre will be indie #SpotifyWrapped
## 1828                                                                                I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 1829                                                                                                 I predict my most played song will be [yes indeed] #SpotifyWrapped
## 1830                                                                                                I predict my most played song will be [Outro: Tear] #SpotifyWrapped
## 1831                                                                                  I predict my most played song will be I knew by Lizzy mcalpine :) #SpotifyWrapped
## 1832                              the only thing that keeps me alive when shit gets rough is looking forward to next years #SpotifyWrapped to see if im based or cringe
## 1833                                                                                               I predict my top podcast will be Trash Taste podcast #SpotifyWrapped
## 1834                                                                                                     I predict my top artist will be penelope scott #SpotifyWrapped
## 1835                         🔷 The occ-upation forces stormed the clinic where Al-Harhi is located in the town of Beit Ummar, north of Hebron.… https://t.co/SpB77GMLv7
## 1836                                                                                                      I predict my top artist will be Justin Bieber #SpotifyWrapped
## 1837                                                                                                 I predict my top artist will be Tyler, the Creator #SpotifyWrapped
## 1838                                                                                I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 1839                                                 45+ of the very best Cyber Monday phone deals available now\nhttps://t.co/YWYK2b13Gm\n#CyberMonday #SpotifyWrapped
## 1840                                                                                                  I predict my top artist will be Lovejoy or Panic! #SpotifyWrapped
## 1841                                                                                   I predict my most played song will be [Zimzalabim by Red Velvet] #SpotifyWrapped
## 1842                                                                                                I predict my most played song will be boys dont cry #SpotifyWrapped
## 1843                                                                                I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 1844                                                                                                        I predict my top artist will be Frank ocean #SpotifyWrapped
## 1845                        @thezarprogram Ya see theres no comparing two legends. Socrates and plato, kobe and shaq, otis toole and henry lee… https://t.co/HFETpjujML
## 1846                                                                                                               I predict my top genre will be Indie #SpotifyWrapped
## 1847                                                                          I predict my most played song will be Something Wicked by @starsetonline  #SpotifyWrapped
## 1848                                                                               I predict my most played song will be Take Me Out by Franz Ferdinand #SpotifyWrapped
## 1849                                                                                                             I predict my top genre will be Hip-hop #SpotifyWrapped
## 1850                                                                                                      I predict my top artist will be [katey Perry] #SpotifyWrapped
## 1851                                                                                I predict my most played song will be Privately Owned Spiral Galaxy #SpotifyWrapped
## 1852                                                                                                            I predict my top artist will be [kanye] #SpotifyWrapped
## 1853                                                                                                           I predict my top artist will be\nlucki \n#SpotifyWrapped
## 1854                                                                                                      I predict my most played song will be [jamba] #SpotifyWrapped
## 1855                                                                                    I predict my most played song will be in my room by frank ocean #SpotifyWrapped
## 1856                                                                                      My Spotify wrapped for 2021 was so sad I was heartbroken LMAO #SpotifyWrapped
## 1857                                                                           can we get our #spotifywrapped yet? i wanna know how disappointing my year in music was.
## 1858                                                                                                            I predict my top genre will be \nplugg\n#SpotifyWrapped
## 1859                                                                                                     I predict my top artist will be [@lilbaby4PF ] #SpotifyWrapped
## 1860                                                                                                          I predict my top artist will be 21 Savage #SpotifyWrapped
## 1861                                                                                                      I predict my top artist will be @daywavemusic #SpotifyWrapped
## 1862                                                                                                   I predict my top artist will be @sanbenito #SpotifyWrapped ♥️♥️♥️♥️♥️
## 1863                      My #SpotifyWrapped predications…\n\nNumber 1 artist being the Taylor Swift\nNumber 1 song is In My Mind by Lyn Lapid… https://t.co/dHZayxh4tP
## 1864                                 Inbox for all account retrievals.\n locked/lost accounts with ease,#gmailhack #gmaildown #hacked #Hacking… https://t.co/QUpWER8YiF
## 1865                                                                                                       I predict my top genre will be [Indie rock ] #SpotifyWrapped
## 1866                                                                                                       I predict my top genre will be [theme songs] #SpotifyWrapped
## 1867                                                                                         I predict my most played song will be mellotron - weiland\n#SpotifyWrapped
## 1868                                                 I predict my top artist will be  more than damn likely, AJR, Alec Benjamin, GIMS, and a few others #SpotifyWrapped
## 1869                                                                                                       I predict my top artist will be Taylor Swift #SpotifyWrapped
## 1870                                                                                                               I predict my top genre will be [RAP] #SpotifyWrapped
## 1871                                                                                                                 I predict my top genre will be Rap #SpotifyWrapped
## 1872                                                                                  I predict my top genre will be Latin/Raggaeton #SpotifyWrapped\n\nNon giudicatemi
## 1873                                                                                                               I predict my top genre will be Metal #SpotifyWrapped
## 1874                                                              I predict my most played song will be [NEVER SLEEP @beatsbynav @trvisXX @lilbaby4PF ] #SpotifyWrapped
## 1875                                 Don't miss the opportunities for amazon discounts https://t.co/0iXgN0cRII\n\n#SpotifyWrapped #GiftGalaxy Respect for Iranian Women
## 1876                                                                     I predict my most played song will be [Out of time - The Weekend] #SpotifyWrapped \n\nSi, será
## 1877                                                                                            I predict my most played song will be Master of Puppets #SpotifyWrapped
## 1878                                                                                                                I predict my top artist will be AJR #SpotifyWrapped
## 1879                                                                                         I predict my most played song will be [turn down for what] #SpotifyWrapped
## 1880                               #SpotifyWrapped Yall really got me waiting , I know I slacked on my hours of Benito but I still wanna know 👀 https://t.co/JZFDmdCsSl
## 1881                                                                                             I predict my top podcast will be Stories with Sapphire #SpotifyWrapped
## 1882                                                                                  I predict my top podcast will be [I don’t listen to podcasts lol] #SpotifyWrapped
## 1883                                                                                                          I predict my most played song will be MIA #SpotifyWrapped
## 1884                                                                                                                      maybe #SpotifyWrapped https://t.co/PftZzd79T3
## 1885                                                                                                     I predict my top artist will be [Taylor Swift] #SpotifyWrapped
## 1886                                                                                      aggressively listening to my 2021 wrapped as I wait for  #SpotifyWrapped 2022
## 1887                                                                                                  I predict my top podcast will be Distractable lol #SpotifyWrapped
## 1888                                                                                                              I predict my top artist will be Ghost #SpotifyWrapped
## 1889                                                                                              I predict my most played song will be Moth To A Flame #SpotifyWrapped
## 1890                                                                                                                I predict my top genre will be rock #SpotifyWrapped
## 1891                                                                                                               I predict my top genre will be [POP] #SpotifyWrapped
## 1892                                                                        I predict my most played song will be Utopia by Ateez or Cyberpunk by Ateez #SpotifyWrapped
## 1893                                                                                                          I predict my top genre will be electropop #SpotifyWrapped
## 1894                                                                                                        I predict my top artist will be Lovejoy lol #SpotifyWrapped
## 1895                                                                                  I predict my top genre will be [fill in top genre prediction] pop #SpotifyWrapped
## 1896                        How Black Women Made Themselves Obsolete https://t.co/gsU1gzcSQE You’re transactions are being declined because of… https://t.co/yfRDdqgFi6
## 1897                                                                                  I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped
## 1898                                                                                    I predict my most played song will be [Right Where you left me] #SpotifyWrapped
## 1899                             Follow Eko Club on all socials for more facts like this.\n\n#eko #lagos #blessings #RedVelvet #SpotifyWrapped… https://t.co/MyvBcR3Yjg
## 1900                                                                                                       I predict my top artist will be Taylor Swift #SpotifyWrapped
## 1901                                                                                    I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped
## 1902                                                                                      I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped
## 1903                                                                                I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 1904                                                                               I predict my top artist will be [fill in top artist prediction] pink #SpotifyWrapped
## 1905                                                                                                      I predict my top genre will be Indie Rock lol #SpotifyWrapped
## 1906                                                                                                         I predict my top artist will be Kanye West #SpotifyWrapped
## 1907                                                                                                             I predict my top artist will @InnerWav #SpotifyWrapped
## 1908                                                 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped\n\nOutside of Town by Azwel ✨
## 1909                                                                                                     I predict my top artist will be @taylorswift13 #SpotifyWrapped
## 1910                                                                                                                            BRO RELEASE #SpotifyWrapped ALREADY 😭😭😭
## 1911                                                                                                      I predict my most played song will be Rats #SpotifyWrapped 😎😎
## 1912                                                                                                       I predict my top artist will be [Kanye West] #SpotifyWrapped
## 1913                       I predict my most played song will be [You’ll Understand When You’re Older] #SpotifyWrapped\n(because that song was… https://t.co/2T8NhJuZnt
## 1914                                                                                                                 I predict my top genre will be Pop #SpotifyWrapped
## 1915                                                        I predict my most played song will be [fill in top song prediction] pink all I know  so far #SpotifyWrapped
## 1916                                                                                                       I predict my most played song will be Golden #SpotifyWrapped
## 1917                                                                                                            I predict my top genre will be [FABLOO] #SpotifyWrapped
## 1918                                                                                                            I predict my top artist will be Lubalin #SpotifyWrapped
## 1919                                                                                I predict my top artist will be @NeckDeepUK for a five year streak🤞 #SpotifyWrapped
## 1920                                                                                    I predict my most played song will be [Mary on a cross - GHOST] #SpotifyWrapped
## 1921                                                                                                         I predict my top artist will be Charli XCX #SpotifyWrapped
## 1922                                                                                                       Thanks, Spotify. \n\n#SpotifyWrapped https://t.co/jK8seQUa4h
## 1923                                                                                      I predict my most played song will be lover by @taylorswift13 #SpotifyWrapped
## 1924                                                                                          I predict my most played song will be Pyrex by Sean Price #SpotifyWrapped
## 1925                                                                                       I predict my most played song will be Perfume by Lovejoy lol #SpotifyWrapped
## 1926                                                                                           I predict my top artist will be Five Finger Death Punch! #SpotifyWrapped
## 1927                                                                                             I predict my top artist will be [My Chemical Romance ] #SpotifyWrapped
## 1928                                                                                                   I predict my top podcast will be Form of Therapy #SpotifyWrapped
## 1929                                                                 I predict my top artist will be either @savefacenj @MCRofficial or @thewonderyears #SpotifyWrapped
## 1930                                                                                                           I predict my top artist will be @KiDCuDi #SpotifyWrapped
## 1931                                                                                                        I predict my most played song will be [---] #SpotifyWrapped
## 1932                                                                                                        I predict my top artist will be Brave Girls #SpotifyWrapped
## 1933                                                                                                            I predict my top artist will be [Ghost] #SpotifyWrapped
## 1934                                                                                    PLEASE I CANT WAIT ANY LONGER #SpotifyWrapped I NEED IT https://t.co/cSNS5Wj9yx
## 1935                                                                                                            I predict my top genre will be [ rock ] #SpotifyWrapped
## 1936                                                                                                                   I bet New Jeans will dominate my #SpotifyWrapped
## 1937                                                                                         I predict my top genre will be Korean Pop / Girl Group Pop #SpotifyWrapped
## 1938                                                                                                              I predict my top genre will be [Rock] #SpotifyWrapped
## 1939                                   I wish there was better options for software on cell phones..... @kilohead #SpotifyWrapped #WorldCup2022 https://t.co/cqc6jTSpZz
## 1940                                                                                               I predict my top podcast will be probably the trypod #SpotifyWrapped
## 1941                                                                                                       I predict my top artist will be Harry Styles #SpotifyWrapped
## 1942                                                                                                   I predict my top podcast will be busy yet pretty #SpotifyWrapped
## 1943                                                                                     I predict my most played song will be Thank You by Brave Girls #SpotifyWrapped
## 1944                                                                                                  I predict my top artist will be The Neighbourhood #SpotifyWrapped
## 1945                                                                              I predict my most played song will be Bury Me Tonight by @savefacenj  #SpotifyWrapped
## 1946                                                                                          I predict my top artist will be either The Weeknd or Lisa #SpotifyWrapped
## 1947                                                                                                  I predict my most played song will be [I Feel So] #SpotifyWrapped
## 1948                                                                                               I predict my top artist will be Louis Tomlinson 100% #SpotifyWrapped
## 1949                                                                                                     I predict my top artist will be [David Bowie ] #SpotifyWrapped
## 1950                                                                                          I predict my top podcast will be [The Pete Quinones Show] #SpotifyWrapped
## 1951                                                                                                               I predict my top genre will be Indie #SpotifyWrapped
## 1952                                                              I wish you guys more happiness and reasons to smile #Chioma \n#SpotifyWrapped https://t.co/JjCOsBfEbz
## 1953                                                                                                           I predict my top genre will be indie pop #SpotifyWrapped
## 1954                                                                                                       I predict my top artist will be [the weeknd] #SpotifyWrapped
## 1955                                                                                                              Where is #SpotifyWrapped ?? The gays are waiting!!!!!
## 1956                                                 I predict my top podcast will be anything goes with emma (my favorite podcast in the entire world) #SpotifyWrapped
## 1957                                                                                                          Regret loneliness, embrace oversharing  w/#SpotifyWrapped
## 1958                                                                                                        I predict my top genre will be pop / indie  #SpotifyWrapped
## 1959                                                                                  I predict my most played song will be [out of time by the weeknd] #SpotifyWrapped
## 1960                                                                                                     I predict my top artist will be Mac Miller tbh #SpotifyWrapped
## 1961                                                                                           I predict my most played song will be [Kiss The Go-Goat] #SpotifyWrapped
## 1962                                                                                                 I predict my most played song will be kill my mind #SpotifyWrapped
## 1963                                                                               I predict my most played song will be Reflections- The Neighbourhood #SpotifyWrapped
## 1964                                                                                            I predict my most played song will be heartless, maybe  #SpotifyWrapped
## 1965                                                                          I predict my most played song will be In the Dark by Purple Disco Machine #SpotifyWrapped
## 1966                                                                          #SpotifyWrapped if you see this please sign! https://t.co/ZEkMgXRUBS #SaveFateTheWinxSaga
## 1967                                                                                                                                          IMPATIENT #SpotifyWrapped
## 1968                                                                                       I predict my top artist will be [Taylor Swift] for sure. 🤷🏻‍♀️ #SpotifyWrapped
## 1969                                                                               I predict my top artist will be taylor swift or 5sos (my favs &lt;3) #SpotifyWrapped
## 1970                                                                                                          I predict my top artist will be Slipknot  #SpotifyWrapped
## 1971                                                                               I predict my top podcast will be #Archetypes #SpotifyWrapped https://t.co/ezPXz8w0qr
## 1972                                                         I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped\n\nI’ll let u guys do that
## 1973                                                         I predict my top artist will be [@EarthWindFire] #EarthWindandFire #SpotifyWrapped https://t.co/EsR5RFLZ71
## 1974                                                                                                   I predict my top artist will be @Louis_Tomlinson #SpotifyWrapped
## 1975                                                                                                           #SpotifyWrapped  I know Gee and BTS are here for sure...
## 1976                         This cat gadget can get from this shop. https://t.co/Cxz0KJzy6y\nFree Shipping on order upto $70\n#SpotifyWrapped… https://t.co/boLTvBFtMQ
## 1977                                                                                                         I predict my top artist will be [The Move] #SpotifyWrapped
## 1978                                                                                            I predict my top artist will be definitely taylor swift #SpotifyWrapped
## 1979                                                                               I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped\n\nRnb
## 1980                                                                                                                                               drop #SpotifyWrapped
## 1981                                                                                          I predict my top genre will be pop (i’m a basic bitch ik) #SpotifyWrapped
## 1982                                                    I predict my most played song will be [fill in top song prediction] #SpotifyWrapped\n\nPrivilege or out of time
## 1983                                             I predict my top artist will be once again and for the 5th year in a row : ARIANA GRANDE ( surprise )  #SpotifyWrapped
## 1984                                                                                                     I predict my top artist will be [taylor swift] #SpotifyWrapped
## 1985                                                                                          I predict my most played song will be super tuna SHJIBDFO #SpotifyWrapped
## 1986                                                                                                   I predict my top artist will be @BlindChannelFIN #SpotifyWrapped
## 1987                                                             I predict my most played song will be  fine line by harry styles (it was a rough year) #SpotifyWrapped
## 1988                                                                                             uhh idk for podcasts, maybe 36 questions or true crime #SpotifyWrapped
## 1989                                                                                                       I predict my top artist will be MITSKI 💪💪💪💪💪 #SpotifyWrapped
## 1990                                                                                                          I predict my top genre will be Eurovision #SpotifyWrapped
## 1991                                                                                  I predict my top genre will be sad indie pop and progressive rock #SpotifyWrapped
## 1992                       My #SpotifyWrapped will be a bunch of anime openings and all the men's heart strings I played with, although lets b… https://t.co/4cpyq8V6f5
## 1993                       You don't want to miss this #Advent retreat for catholic #singles and #Married | Sun 4th- Sat 10th, Dec. 2022 | 9PM… https://t.co/6N02ZCpZ0y
## 1994                                                                           @Spotify OMG I am so excited for the\n#SpotifyWrapped tomorrow 🥹 https://t.co/xzMxF6l1Ry
## 1995                                                                                          My #SpotifyWrapped is literally all BTS 😭😭 follow for BTS memes! #BTSARMY
## 1996                                                                                                         I predict my top artist will be @Metallica #SpotifyWrapped
## 1997                       Precursor to #spotifywrapped ? I know is based on my listening but I cannot help but be very excited looking at thi… https://t.co/ZzGnzLVQ6V
## 1998                                                                                      I predict my top genre will be [Soul] #SpotifyWrapped https://t.co/4jT0iTVMzs
## 1999                                                                                                              my top genre’s indie pop. no debating #SpotifyWrapped
## 2000                                                                                    A Soulja story been written ✍️📝#NWA #FIFAWorldCupQatar2022 #thug #SpotifyWrapped
## 2001                                                                                            I predict my top podcast will be The Group Chat Podcast #SpotifyWrapped
## 2002                                                                                                           I predict my top artist will be j-hope 🥹 #SpotifyWrapped
## 2003                                                                                           I predict my most played song will be Please Do Not Lean #SpotifyWrapped
## 2004                                                                                                 I predict my top podcast will be [Gemischtes Hack] #SpotifyWrapped
## 2005                    NEW MUSIC 🔥🔥\nMID-NIGHT FLOWS 🏹\n\nhttps://t.co/EbSriYOLTS\n\n#RafaelLeao #Delete #Puleng #shameless #CristianoRonaldo… https://t.co/jA3PnXW7Rk
## 2006                                                                                I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 2007                                                                               I predict my most played song will be  Until It Sleeps By @Metallica #SpotifyWrapped
## 2008                                                                                                      I predict my top podcast will be distractable #SpotifyWrapped
## 2009                                                                                            my wrapped this year, basically #SpotifyWrapped https://t.co/AJ647czyVK
## 2010                                                                                                            I predict my top artist will be BTS #SpotifyWrapped 🫶🏼💜
## 2011                                                                                                              I predict my top podcast will Banter. #SpotifyWrapped
## 2012                               i predict my most played song will be a mitski song probably, maybe me and my husband from the beginning of the year #SpotifyWrapped
## 2013                                                                                                            I predict my top podcast will be Banter #SpotifyWrapped
## 2014                        @elonmusk  I know you think Twitter is extremely important 🙄 but my child is 29 and homeless in Denver and did not… https://t.co/rfa6evNM2z
## 2015                                                                                                          I predict my top artist will be @Tinashe  #SpotifyWrapped
## 2016                                                                                I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped NCT
## 2017                                                                                                     I predict my top artist will be [Taylor Swift] #SpotifyWrapped
## 2018                                                                                                         I predict my top artist will be bo burnham #SpotifyWrapped
## 2019                                                                                                               I predict my top genre will be Indie #SpotifyWrapped
## 2020                                                                                                I predict my most played song will be More - j-hope #SpotifyWrapped
## 2021                                                                                                                                   #SpotifyWrapped is a gay holiday
## 2022                                                                                I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 2023                                                                                                I predict my top artist will be [@sanbenito ] 😍😘❤️🫶🏽 #SpotifyWrapped
## 2024                        When my #SpotifyWrapped comes out I’m gonna aim to draw something for each of my top 5 songs (even if I’ve already… https://t.co/Tf0rvZnUAk
## 2025                                                                       I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped definitely pop
## 2026                                                                                                      I predict my top artist will be [the bravery] #SpotifyWrapped
## 2027                                                                                                            I predict my top artist will be LoveJoy #SpotifyWrapped
## 2028                                                                                          I predict my top podcast will be [#ArchetypesWithMeghan ] #SpotifyWrapped
## 2029                                                        I predict my most played song will be [All Too Well (10 Minute Version) (Taylor's Version)] #SpotifyWrapped
## 2030                                                                                             I predict my top artist will be Linkin Park or Il Divo #SpotifyWrapped
## 2031                                                                                                  I predict my most played song will be family line #SpotifyWrapped
## 2032                       #SpotifyWrapped .@tim_cook .@munilong “Ed Lover” has put “DJ Akademiks” on blast for calling OG rappers “dusty” wee… https://t.co/0ddbguDmg2
## 2033                                                                                                           I predict my top artist will be [AmaLee] #SpotifyWrapped
## 2034                                                                                                          I predict my top artist will be Bad Bunny #SpotifyWrapped
## 2035                       I predict my most played song will be [fill in top song prediction] #SpotifyWrapped Scardy cat(DPR Ian), ilomilo(Bi… https://t.co/mGjHsM2njl
## 2036                                                                                                             I predict my top genre will be k-indie #SpotifyWrapped
## 2037                                                                                                         I predict my top artist will be Stray Kids #SpotifyWrapped
## 2038                                                                                                    I predict my top podcast will be goomba podcast #SpotifyWrapped
## 2039                                                                                               I predict my most played song will be 3:15 by Bazzi  #SpotifyWrapped
## 2040                                   Last 6 months vs All time. Miss Swift always on top.\n#instafest \n\n(while I wait for #SpotifyWrapped ) https://t.co/eaw80PcD9K
## 2041                                                                        I predict my most played song will be\nsleeping on trains by James Marriott #SpotifyWrapped
## 2042                                                                                       I predict my most played song will be Terra by @tanxugueiras #SpotifyWrapped
## 2043                            Lovely cat in our house. They are adorable.\n\n#SpotifyWrapped #RedVelvet #CyberMonday #CatsOnTwitter #catlove… https://t.co/0abnVh5D2D
## 2044                                 Bts vs taylor swift in fortnite who wins? #TaylorSwift #BTSARMY #JungkookInQatar #ticketmasterisoverparty… https://t.co/BoOh0Vkq79
## 2045                                                                                                     I predict my top artist will be Kendrick Lamar #SpotifyWrapped
## 2046                                                                                                        I predict my top artist will be Lady Gaga 🤭 #SpotifyWrapped
## 2047                                                      Good morning\nGuys 🌺\n\n#UPSC\n#CyberMonday\n#SpotifyWrapped #FIFAWorldCupQatar2022 # https://t.co/iuwYXYuHN5
## 2048                      Can’t wait for my #SpotifyWrapped. I think I listened more than last year. \n\nI’m surprised @Spotify doesn’t reward… https://t.co/TiEM5wc3rG
## 2049                                         https://t.co/pD0WkFHEvP\n#instafest \nKeeping myself busy whilst waiting for #SpotifyWrapped 2022. https://t.co/eKktIdJLXW
## 2050                                                                                                 I predict my most played song will be Rain Day 🙏🏻  #SpotifyWrapped
## 2051                                                                                             I predict my most played song will be [misfit biscuit] #SpotifyWrapped
## 2052                                                                                         I predict my most played song will be MANIAC by Stray Kids #SpotifyWrapped
## 2053                                                                                                                 I predict my top genre will be rap #SpotifyWrapped
## 2054                     Getting ahead on my homework so I don't have to do much later: ❎\nGetting ahead on my homework so I can look at ever… https://t.co/IANLdVDKVh
## 2055                                                                                                       I predict my top artist will be [The Weeknd] #SpotifyWrapped
## 2056                       I predict my top podcast will be either talk it off or the kate and abbie show but I haven't listened to many podca… https://t.co/JbY0S5pzWS
## 2057                                                                                                I predict my top podcast will be House of Halliwell #SpotifyWrapped
## 2058                                                                                          I predict my most played song will be Dead End by @iamRav #SpotifyWrapped
## 2059                                                                    I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped  Kendrick Lamar
## 2060                                                                                                  I predict my top podcast will be @DistractiblePod #SpotifyWrapped
## 2061                                                                                                               I predict my top genre will be [Pop] #SpotifyWrapped
## 2062                                                                                                      I predict my top podcast will be [Archetypes] #SpotifyWrapped
## 2063                                                                                                     I predict my top podcast will be supermegacast #SpotifyWrapped
## 2064                                                                                                      My top artist is obviously gonna be @Grimezsz #SpotifyWrapped
## 2065                                                         me if my Spotify Wrapped doesnt have MCR or any metal artist on it #SpotifyWrapped https://t.co/sTiNrHGmW3
## 2066                                                Officially predicting now that my top song of the year is gonna be the 1 by Taylor Swift, girls….. 😬#SpotifyWrapped
## 2067                                                                                                       I predict my top artist will be Lana Del Rey #SpotifyWrapped
## 2068                                                                                        I predict my top artist will be UMI #SpotifyWrapped https://t.co/23tFeUkaPO
## 2069                                                                                                   I predict my top artist will be #FatherJohnMisty #SpotifyWrapped
## 2070                                                                                                       I predict my most played song will be 30/90! #SpotifyWrapped
## 2071                                                                                                       I predict my top artist will be taylor swift #SpotifyWrapped
## 2072                                                                                                            I predict my top artist will be Starset #SpotifyWrapped
## 2073                                                                   I predict my most played song will be Twisted Transistor or an Uplift Spice song #SpotifyWrapped
## 2074                                                                           I predict my most played song will be [‘Through the Fire’ by Chaka Khan] #SpotifyWrapped
## 2075                                                                                                   I predict my top artist will be [sleepy hallow ] #SpotifyWrapped
## 2076                                                                                           I predict my top podcast will be [Archetypes with Meghan]#SpotifyWrapped
## 2077                                                                                    I predict my most played song will be [Sacrifice by The Weeknd] #SpotifyWrapped
## 2078                                                                                      I predict my most played song will be Lay all your love on me #SpotifyWrapped
## 2079                                                                                                    I predict my top podcast will be @ATWWDpodcast  #SpotifyWrapped
## 2080                                                                                                       I predict my top artist will be Taylor Swift #SpotifyWrapped
## 2081                                                               I predict my most played song will be Matt Hancock is a cunt by The People of The UK #SpotifyWrapped
## 2082                                Can’t wait to see just how much the recent dive into my emo past has thrown off this year’s #SpotifyWrapped https://t.co/7V1JUpxsIX
## 2083                                                                                             I predict my top podcast will be #ArchetypesWithMeghan #SpotifyWrapped
## 2084                                                                                                            I predict my top artist will be Parcels #SpotifyWrapped
## 2085                                                                                                     My #SpotifyWrapped will essentially be https://t.co/TLhjCxGSxm
## 2086                       Spotify is teasing Spotify warped too much like an artist who went viral on Tiktok from their song’s teaser. They’r… https://t.co/uao7Ds047a
## 2087                                                                                                   I predict my top artist will be @Louis_Tomlinson #SpotifyWrapped
## 2088                                 Low IQ Slaves \n\n#COVIDTest #COVID #COVID19 #coronavirus #Monkeypox #Monkeypoxvirus #CovidVaccine #China… https://t.co/GTfexEwILT
## 2089                                                                                                  I predict my top artist will be tyler the creator #SpotifyWrapped
## 2090                                                                                                      I predict my top podcast will be [Archetypes] #SpotifyWrapped
## 2091                                                                                                    I predict my top genre will be pop/country/kpop #SpotifyWrapped
## 2092                                                                                               I predict my top genre will be Rock/alternative rock #SpotifyWrapped
## 2093                                                                                                           I predict my top artist will be cavetown #SpotifyWrapped
## 2094                                                                                                         I predict my top artist will be [Slipknot] #SpotifyWrapped
## 2095                                                                                                I predict my most played song will be Cinnamon Girl #SpotifyWrapped
## 2096                                                                                      I predict my most played song will be ‘What I Want’ from MUNA #SpotifyWrapped
## 2097                                                                                           I predict my top genre will be alternative rock/ hip hop #SpotifyWrapped
## 2098                                                                                                             I predict my top genre will be R&amp;B #SpotifyWrapped
## 2099                                                                                                              I predict my top artist will be LOONA #SpotifyWrapped
## 2100                                                                                                      I predict my top artist will be Frank Sinatra #SpotifyWrapped
## 2101                                                                                                       I predict my most played song will be Willow #SpotifyWrapped
## 2102                                                                                                        I predict my top artist will be The Weeknd  #SpotifyWrapped
## 2103                                                                                             I predict my top artist will be Twenty One Pilots lmao #SpotifyWrapped
## 2104                                                                                           I predict my top artist will be @burnaboy by a milestone #SpotifyWrapped
## 2105                                                                                       I predict my most played song will be Diving Bell by Starset #SpotifyWrapped
## 2106                                                                  I predict my top podcast will be [emperors of rome Or rebuilding the renaissance] #SpotifyWrapped
## 2107                                                                                                     I predict my most played song will be heated 🤭 #SpotifyWrapped
## 2108                                                                                     I predict my most played song will be [Twice - Talk that Talk] #SpotifyWrapped
## 2109                                                                                            I predict my most played song will be  Mid Range Strike #SpotifyWrapped
## 2110                                                                               I predict my top artist will be [panicking cuz how tf should i KNOW] #SpotifyWrapped
## 2111                                                                      Mariah Carey is in the area and tomorrow we will have #SpotifyWrapped https://t.co/SBYh3SpHb1
## 2112                                                                                             I predict my most played song will be 3racha de 3racha #SpotifyWrapped
## 2113                                                                                                         I predict my top artist will be The Weeknd #SpotifyWrapped
## 2114                                                                         I predict my most played song will be for whom the bell tolls by metallica #SpotifyWrapped
## 2115                          Read the manga-inspired comic Castle Lugbúrz on GlobalComix\n\nhttps://t.co/iVk9d1YdXr\n\n#globalcomix #webcomic… https://t.co/wjwFz94fCE
## 2116                                                                                                            I predict my top artist will be Lovejoy #SpotifyWrapped
## 2117                                                                                                                 I predict my top genre will be EDM #SpotifyWrapped
## 2118                                                             I predict my most played song will be [fill in top song prediction] #SpotifyWrapped  SANTA TELL ME !!!
## 2119                                                                                                           I predict my top genre will be Indie Pop #SpotifyWrapped
## 2120                                                                   I predict my top artist will be…. Taylor Swift there’s literally no other option #SpotifyWrapped
## 2121                                                                                                               I predict my top genre will be metal #SpotifyWrapped
## 2122                                                                                                           I predict my top artist will be [hozier] #SpotifyWrapped
## 2123                                                                                                   I predict my top artist will be [Erika Divinity] #SpotifyWrapped
## 2124                                                                                                   I predict my top genre will be Hip Hop &amp; Rap #SpotifyWrapped
## 2125                                                                                                   I predict my most played song will be Hayloft ll #SpotifyWrapped
## 2126                                                                                              I predict my top artist will be Taylor Swift. DUHHHHH #SpotifyWrapped
## 2127                                                                                                I predict my most played song will be Sneaky Snitch #SpotifyWrapped
## 2128                                                                              I predict my most played song will be the winner takes it all by ABBA #SpotifyWrapped
## 2129                                                                                         I predict my top podcast will be #ArchetypesWithMeghan !!! #SpotifyWrapped
## 2130                                                                                          I predict my top genre will be [folk ? post-punk? kpop ?] #SpotifyWrapped
## 2131                                                                                      I predict my most played song will be End Of Beginning by Djo #SpotifyWrapped
## 2132                                            I predict my most played song will be [all too well ten minute version taylor’s version from the vault] #SpotifyWrapped
## 2133                                                                                           I predict my most played song will be [Ride by King Von] #SpotifyWrapped
## 2134                                                                                     me waiting for spotify wrapped to drop #SpotifyWrapped https://t.co/VG0fYdnMAw
## 2135                                🔴Watch/ More than 30 Isra*eli military jeeps stormed Beit Ummar in Hebron.\n#PORURU #SpotifyWrapped Uruguay https://t.co/mYErde6hjS
## 2136                                                                                                 I predict my most played song will be [Get a Room] #SpotifyWrapped
## 2137                                                                                                             I predict my top artist will be MARINA #SpotifyWrapped
## 2138                                                                                                  I predict my most played song will be Out of Time #SpotifyWrapped
## 2139                                                                                       Next year will be super for me \nhttps://t.co/snlt7KsNu4\n\n #SpotifyWrapped
## 2140                                                                                                               I predict my top genre will be Indie #SpotifyWrapped
## 2141                                                                                              Can't wait to show off how annoying my music taste is #SpotifyWrapped
## 2142                                                                                                         I predict my top artist will be The Weeknd #SpotifyWrapped
## 2143                                                                                          I predict my most played song will be [shrike by hozier ] #SpotifyWrapped
## 2144                                                                                  I predict my top podcast will be [nah porque no escucho podcasts] #SpotifyWrapped
## 2145                                                                                           I predict my most played song will be The Cleveland Show #SpotifyWrapped
## 2146                                                                                                 I predict my top artist will be Bad Bunny again 😌\n#SpotifyWrapped
## 2147                      Either Maniac by @Stray_Kids or Pink Benom by @BLACKPINK \n\nI predict my most played song will be [fill in top song… https://t.co/0nahrE6mgA
## 2148                          I predict my most played song will be money trees or wow freestyle #SpotifyWrapped gotta be one of them since it’s my alarm to get up 😩😅😅
## 2149                                                                                                 My top artist this year is gonna be @TWooodley \n\n#SpotifyWrapped
## 2150                                                                                                              GUYS #SpotifyWrapped IS HEREA https://t.co/CEkAxc3TQ6
## 2151                                                                                                          I predict my top artist will be [DPR IAN] #SpotifyWrapped
## 2152                      display at your polling unit where you registered*\n*This information is very helpful, useful and vital, so those wh… https://t.co/SIFVdgwSnc
## 2153                                                                                                       I predict my top podcast will be Sky Podcast #SpotifyWrapped
## 2154                                                                      I will never escape the grasps of Hamilton #instafest #SpotifyWrapped https://t.co/V1NSVCpvIG
## 2155                                                                                                         I predict my top artist will be steve lacy #SpotifyWrapped
## 2156                                                                                                           I predict my top artist will be Kordhell #SpotifyWrapped
## 2157                                                                                                      I predict my top artist will be audrey nuna❤️‍🔥 #SpotifyWrapped
## 2158                                                                                                                    #SpotifyWrapped something with starset probably
## 2159                       @Spotify I listened to one podcast at every opportunity, my podcast of the year #Archetypes #DontBelieveTheType it’… https://t.co/FSOrYq7Jkz
## 2160                                                                                 I predict my most played song will be Help Urself or Worth Nothing #SpotifyWrapped
## 2161                            Jumping in the Warzone \n#CallofDutyWarzone2 #FIFAWorldCupQatar2022 #SpotifyWrapped \n\nhttps://t.co/KbZRIA0GsB https://t.co/VAQM30i66b
## 2162                                                                                                                                         i live for #SpotifyWrapped
## 2163                                                                                                                I predict my top artist will be BTS #SpotifyWrapped
## 2164                                                                             I predict my most played song will be girlfriend by hemlocke springs❤️‍🔥 #SpotifyWrapped
## 2165                                                                                                         I predict my top genre will be POP…. Again #SpotifyWrapped
## 2166                                                                                     I predict my most played song will be something by @Thundercat #SpotifyWrapped
## 2167                                                                                       I predict my top artist will be @twentyonepilots hands down 😬#SpotifyWrapped
## 2168                                                                          We already know my top artists are going to be Ariana and the Glee Cast💅🏽 #SpotifyWrapped
## 2169                                                                                           I predict my top podcast will be JaackMaate's Happy Hour #SpotifyWrapped
## 2170                                                                                           I predict my top genre will be either kpop or lo-fi #SpotifyWrapped 🥖✨❤️
## 2171                                                                                                         I predict my top artist will be @pledis_17 #SpotifyWrapped
## 2172                                                                                       I predict my most played song will be 2 hours of fart noises #SpotifyWrapped
## 2173                                                                                                   I predict my top artist will be [@kendricklamar] #SpotifyWrapped
## 2174                                                                                                    I predict my most played song will be [glitch ] #SpotifyWrapped
## 2175                                                                                         I predict my most played song will be [Merry go - DPR IAN] #SpotifyWrapped
## 2176                                                                                                         I predict my top artist will be STEVE LACY #SpotifyWrapped
## 2177                                                                                 One day I'll find my own man ❤️💯\n#Chioma \n#SpotifyWrapped https://t.co/HqGtBvbgJr
## 2178                                                                                                               I predict my top genre will be K-Pop #SpotifyWrapped
## 2179                                                                                       I predict my most played song will be Choose Me by @bandmaid #SpotifyWrapped
## 2180                       Me, waiting for my #SpotifyWrapped results, knowing full well it'll be a whole bunch of Big Finish #DoctorWho stori… https://t.co/MQVm2ZoKAJ
## 2181                       What’s with @Rogers refusing to print out my past bills? You don’t have a problem taking the payment each month but… https://t.co/ID4kbwfQ4y
## 2182                                                                                                 I predict my most played song will be Lucid Dreams #SpotifyWrapped
## 2183                                  I predict my top artist will be (i’m hoping anyways) either maggie rogers, taylor swift, or joy oladokun… https://t.co/4h9sWlWptW
## 2184                                                                                                        I predict my top genre will be Classic Rock #SpotifyWrapped
## 2185                                   This is for my Homie @Ribera420  keep your head up fam and for my homie @Hippie_of_Love Rest In Power!!… https://t.co/Y0CoPrOrO1
## 2186                       The Backfire Effect 🔥: when you present evidence disproving a persons belief, but instead of mentally adjusting, th… https://t.co/vRFszNNk0X
## 2187                                                                           I predict my most played song will be Bad Habit or SOLOSOLO X NO CASH 😂😂 #SpotifyWrapped
## 2188                                                     I can’t wait for my #SpotifyWrapped to tell me that 20+ of my top 100 songs of the year are by @haileywhitters
## 2189                                                                                           I predict my most played song will be Yet to Come by BTS #SpotifyWrapped
## 2190                                           ARTISTS that should be on your #SpotifyWrapped Pt. 2… redveil (@redveil)‼️\n\nSpotify Playlist 👉… https://t.co/Ca174xhBhv
## 2191                                                                          I predict my most played song will be either teeth or wildflower by @5sos #SpotifyWrapped
## 2192                                                                                      I predict my most played song will not be new romantics sadly #SpotifyWrapped
## 2193                                                                                        I predict my most played song will be Dreaming - Smallpools #SpotifyWrapped
## 2194                      ARTISTS that should be on your #SpotifyWrapped Pt. 1… Joey Valence &amp; Brae (@JoeyValence) 🤘\n\nSpotify Playlist 👉… https://t.co/KRW5dPSlgw
## 2195                                               I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped\nIt’ll most definitely be stray kids
## 2196                                                                                  I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped
## 2197                                                           I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped\nOh it’ll for sure be kpop
## 2198                                                                                    I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped
## 2199                                                                                      I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped
## 2200                                                                                                          I predict my top artist will be Lenni-Kim #SpotifyWrapped
## 2201                                                  We’ve got your seasonal favorite! #peppermint #SpotifyWrapped  #peppermintmocha #SanDiego https://t.co/jGrElYrHoM
## 2202                                     I predict my most played song will be [fill in top song prediction] #SpotifyWrapped\nMaybe it’ll be Hair Cut by Xdinary Heroes
## 2203                                                                                            I predict my most played song will be [My Life- JCole ] #SpotifyWrapped
## 2204                                                                                                                           Waiting patiently for my #SpotifyWrapped
## 2205                                                                                       i predict my most played song will be cousin tito by rx papi #SpotifyWrapped
## 2206                                                                                I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 2207                                                                                                        I predict my top artist will be David Bowie #SpotifyWrapped
## 2208                       ⭕️ * The Red Crescent: a serious injury with live bullets to the chest and the leg during the occupation forces’ at… https://t.co/fcOBsC7YKB
## 2209                                                                                                    I predict my top artist will be Imagine Dragons #SpotifyWrapped
## 2210                                                                                                               I predict my top genre will be indie #SpotifyWrapped
## 2211                                                   It’s almost time for @Spotify to tell me how gay I really am with their  #SpotifyWrapped https://t.co/h7VOfnF9a1
## 2212                                                                                                          I predict my top artist will be @bandmaid #SpotifyWrapped
## 2213                                                                                                          I predict my top podcast will be [PodPah] #SpotifyWrapped
## 2214                                                                                                        I predict my top artist will be girl in red #SpotifyWrapped
## 2215                       MAKE GOD CROWN OUR EFFORT 🥺🥺🥺🥺🥺🥺🥺🥺🥺THIS GUY DON TRY NO BE SMO … @Olamide #SpotifyWrapped #CyberMonday #WorldCup2022… https://t.co/hnDDHgDN8X
## 2216                                                                                                            I predict my top artist will be NCT 127 #SpotifyWrapped
## 2217                        I really dont know what my #SpotifyWrapped will look like! working at the bar  i had to put music on every day and… https://t.co/DornRYLKvF
## 2218                                                                                                          I predict my top artist will be Dro Kenji #SpotifyWrapped
## 2219                                                                                  I predict my most played song will be Body and Mind , girl in red #SpotifyWrapped
## 2220                                                                      I predict my most played song will be either wa da da, fearless or after like #SpotifyWrapped
## 2221                                                                               I don’t care about knowing you have no taste #SpotifyWrapped https://t.co/vSQnXAylYg
## 2222                                                                                                        I predict my top artist will be [SEVENTEEN] #SpotifyWrapped
## 2223                                                                                                       I predict my top genre will be K-pop boyband #SpotifyWrapped
## 2224                           HIGHLIGHTED ARTIST of the Week SPENCER WAYNE🏆 @Spotify #ramboletswork #musicshow #artistoftheweek #spencerwayne… https://t.co/JPL5GIKJgC
## 2225                                                                                                                 I predict my top genre will be rap #SpotifyWrapped
## 2226                                                                                                            I predict my top genre will be kpop lol #SpotifyWrapped
## 2227                                                                                 I see everyone cant wait for #SpotifyWrapped too, i thought i was the only one 😢💔💔
## 2228                                                                                I predict my most played song will be [Juice Wrld - Scared of love] #SpotifyWrapped
## 2229                     Teddy Tip-FOCUS \n\nYou should pay more attention to your blessings than you do to your problems! \n\n#SpotifyWrapped… https://t.co/9sFHzG51AT
## 2230                     #CyberMondayAmazon #CyberMonday #SpotifyWrapped \n\n$10 in #bitcoin is waiting for you! To claim, use this link to si… https://t.co/rtFMeoj30U
## 2231                                                                                  I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped
## 2232                                                                          @bts_bighit predict my top artist will be [fill in top artist prediction] #SpotifyWrapped
## 2233                                                                                                          I predict my top artist will be Twice tbh #SpotifyWrapped
## 2234                                                                                              I predict my most played song will be atopos by björk #SpotifyWrapped
## 2235                                                                                              I predict my most played song will be Prick by Glaive #SpotifyWrapped
## 2236                                                                                                I predict my top genre will be [italian trap music] #SpotifyWrapped
## 2237                      What if #baleciaga had gone after a specific race or group of people? \n\nI guarantee you that all celebrities would… https://t.co/LCS2H8hEJt
## 2238                                                                                                     I predict my top artist will be @taylorswift13 #SpotifyWrapped
## 2239                                                                                                            I predict my top artist will be DRIPPIN #SpotifyWrapped
## 2240                                                                                 Kpop I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped
## 2241                                                                    Yet to Come I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 2242                                                                                             I predict my most played song will be [NEW MAGIC WAND] #SpotifyWrapped
## 2243                                                                       I predict that my most played song will be like, are you satisfied by marina #SpotifyWrapped
## 2244                          Snow White Agate Point #agate #crystalsforsale #crystalshop #crystalhealing https://t.co/qQ31T5AHZm via @YouTube… https://t.co/b9EoKoHi7I
## 2245                                                                                I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 2246                                                                                                     I predict my most played song will be [RunBTS] #SpotifyWrapped
## 2247                     I predict my top genre will be Pop Punk or Alternative Metal #SpotifyWrapped\n\n(Pop punk is probably more likely tho… https://t.co/fGGbVL9bzh
## 2248                                                                                              I predict my most played song will be Horizon by WayV #SpotifyWrapped
## 2249                                                     Check out KING MENACE 👑⚡️'s video! #TikTok #SpotifyWrapped #CyberMonday #WorldCup2022  https://t.co/toi81YTWGL
## 2250                                                                                                             #SpotifyWrapped is the most wonderful time of the year
## 2251                                                                                           I predict my most played song will be Villain by DRIPPIN #SpotifyWrapped
## 2252                      🔴 Nuevo vídeo oficial del @FCBarcelona_es:\nWill the #SpotifyWrapped guesses of Oshoala and Geyse be as good as thei… https://t.co/jwuN0K8ySd
## 2253                                       @renoomokri who is bankrolling you? #CyberMondayAmazon #SpotifyWrapped #gntmgr #kudus #PoliticsToday https://t.co/FrjE8cDD8s
## 2254                                                                                         I bet my playlist is so chaotic like the year that 2022 is #SpotifyWrapped
## 2255                                                                                  I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped
## 2256                                   i think taylor swift and blackpink will be my top two artists, but i can't stop me by twice will be my top song. #SpotifyWrapped
## 2257                                                                                I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 2258                                                                                      I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped
## 2259                                                                                                                I predict my top genre will be pop😭 #SpotifyWrapped
## 2260                                                                                            I predict my top artist will be @nighttempo hopefully 🤞 #SpotifyWrapped
## 2261                                  My predictions for my top 3 Artists on #SpotifyWrapped \n1. Selena Gomez\n2. Taylor Swift\n3. Sabrina Carpenter or Olivia Rodrigo
## 2262                                                                                    I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped
## 2263                                 Ridin To Heaven Dirty https://t.co/GhcbIVBVjx via @TrippyDaKid and Me! #SpotifyWrapped #CyberMondayAmazon… https://t.co/amA4ArKmy1
## 2264                                                                                                  I predict my most played song will be Getaway Car #SpotifyWrapped
## 2265                                                                                                I predict my top artist will be 5 SECONDS OF SUMMER #SpotifyWrapped
## 2266                                                                                             I predict my most played song will be EMOTIONS BY 5SOS #SpotifyWrapped
## 2267                                                                                                  I predict my top podcast will be ["@WTA_insider"] #SpotifyWrapped
## 2268                                                   I predict my most played song will be [fill in top song prediction] #SpotifyWrapped rush hour juice wrld snippet
## 2269                                                                                                       I predict my top artist will be [Juice WRLD] #SpotifyWrapped
## 2270                           Give me doggy style abeg \n\nPortugal #SpotifyWrapped #FIFAWorldCupQatar2022 #คุณชายตอนจบ #kudus #kudus #Ukraine… https://t.co/ZlbdUFutC0
## 2271                                                                                              I predict my top artist will be [Olivia Rodrigo] #SpotifyWrapped 😭😭😭😭
## 2272                                                                       Don’t need no #SpotifyWrapped to know that this was on repeat for me https://t.co/57W3ove2ty
## 2273                                                                      I predict my most played song will be [What do you want from me? - Bad Omens] #SpotifyWrapped
## 2274                                                                                            In which college year you are? \n#SpotifyWrapped #WhatsApp #CyberMonday
## 2275                                                                      I predict my top genre will be something either incredibly sad or funky beats #SpotifyWrapped
## 2276                                                                                                 I predict my top podcast will be Nas Daily Podcast #SpotifyWrapped
## 2277                                                                                             I predict my most played song will be Sparks by The Dø #SpotifyWrapped
## 2278                      CYBER MONDAY – NATIONAL BRAND DAY – NATIONAL FRENCH TOAST DAY – RED PLANET DAY – CHANUKAH\n\nIts the holidays! And I… https://t.co/YJ4uKYVwzj
## 2279                       I predict my most played song will be out of tike by @theweeknd. I was obsessed with that song for the first half o… https://t.co/zXURVi5UWo
## 2280                       I'm ready to listen to the new #SpotifyWrapped with my Cheap premium headphones !link in bio!\nReady to listen to #theneighborhood on repeat
## 2281                                                                                             I predict my top podcast will be Either Side of Nhill. #SpotifyWrapped
## 2282                                                                                                       I predict my top genre will be ["Dance Pop"] #SpotifyWrapped
## 2283                                                                             Can't wait for spotify to tell me how gay i am #SpotifyWrapped https://t.co/UkbJZd0fG9
## 2284                                                                                             alright let’s see if I’m right #SpotifyWrapped https://t.co/nA6tmrmWyc
## 2285                                                                                                               I predict my top genre will be Rock. #SpotifyWrapped
## 2286                                                          I predict my top genre will be draaaaaaainnnnnnnnnn gangggggggggg #SpotifyWrapped https://t.co/bRTboPWuiF
## 2287                                                                                                      I predict my top artist will be Foo Fighters. #SpotifyWrapped
## 2288                                                               Published on YouTube: WILLOW definitely knows what’s on her #SpotifyWrapped. https://t.co/vmtZwJoJc9
## 2289                                                                                                      I predict my top artist will be The Kid LAROI #SpotifyWrapped
## 2290                                                                                                      I predict my top artist will be [@SheldRiley] #SpotifyWrapped
## 2291                                                                    I predict my most played song will be —&gt; Segurísimo sale All Too Well 10 min #SpotifyWrapped
## 2292                                                                                                                 I predict my top genre will be Pop #SpotifyWrapped
## 2293                                                                                  I predict my most played song will be I Am A River. Foo Fighters. #SpotifyWrapped
## 2294                                       Billboard cover I designed for @Tsu_Surf up in New York 👌 \n\n#Freesurf #Freethewave #SpotifyWrapped https://t.co/NjcB2adxoy
## 2295                                                                                       I predict my most played song will be I heard you’re married #SpotifyWrapped
## 2296                                                                                                         I predict my top artist will be @kanyewest #SpotifyWrapped
## 2297                                                                                 IT TAKES BRAINS TO RUN A BUSINESS, IT TAKES BALLS TO START ONE.\n\n#SpotifyWrapped
## 2298                              I predict my most played song will be\n [fill in top song prediction]\n\n100% my most played song this year!… https://t.co/shi5gNVunl
## 2299                                                                              I predict my most played song will be ["Not The Same" by @SheldRiley] #SpotifyWrapped
## 2300                                                                                          I predict my most played song will be SF9 - Summer Breeze #SpotifyWrapped
## 2301                 @elonmusk @BillyM2k You forgot one\n\n🇨🇳 \n\nhttps://t.co/bq17dwKUV6\n\n#ChinaProtests #SpotifyWrapped #CyberMondayAmazon… https://t.co/8296NVIpVm
## 2302                                                                I predict my most played song will be either something from corpse or Delilah Bonn  #SpotifyWrapped
## 2303                        Guys big plea, share share share….. my pug Martin has fucked off, probably on the sesh somewhere, responds with to… https://t.co/tS3Wj685kb
## 2304                                                                                        Go listen with +8,000 others #Bless #SpotifyWrapped https://t.co/HVB7OexNda
## 2305                                                                                                            I predict my top genre will be [Rock(?] #SpotifyWrapped
## 2306                       ok,, #SpotifyWrapped #1 song prediction! i think it's probably yuck by charli xcx. or maybe lightbeamers by fka twi… https://t.co/C3W7UgdIbM
## 2307                                                                                                     I predict my top artist will be [Depeche Mode] #SpotifyWrapped
## 2308                                                       I predict my top genre will be  Indie or alternative rock, as that’s what I mainly listen to #SpotifyWrapped
## 2309                                                                                                    I predict my top artist will be [Taylor Swift ] #SpotifyWrapped
## 2310                                                                                  I predict my most played song will be Best For Me - The Kid LAROI #SpotifyWrapped
## 2311                                                                                                     I predict my top podcast will be distractible  #SpotifyWrapped
## 2312                                                                                                         I predict my top artist will be @zaynmalik #SpotifyWrapped
## 2313                                                                              I predict my most played song will be [How Soon is Now? - The Smiths] #SpotifyWrapped
## 2314                                                                                               I predict my most played song will be [talk by yeat] #SpotifyWrapped
## 2315                                                                                                          I predict my top artist will be Lady Gaga #SpotifyWrapped
## 2316                                  me when someone asks who my number one artist is knowing damn well it’s rex orange county #SpotifyWrapped https://t.co/Yp2GEaROsO
## 2317                    @DearSusyloveDi1 @dimash_official es espectacular! \n#DimashUniqueVoice para escuchar 24/7 \n#SpotifyWrapped\nTHE STOR… https://t.co/k6DpoOsXzM
## 2318                     Just waiting for #SpotifyWrapped to check how many people's list Rockstar @anirudhofficial is gonna top! 🤏😎\n\nCommen… https://t.co/ulNVlMZT1y
## 2319                                               when is #SpotifyWrapped dropping? i need a visual representation of how gay, depressed and horny i've been this year
## 2320                                                        Here’s an some new music for you… I Wrote This SAVAGE KAT\n#hiphop #SpotifyWrapped\nhttps://t.co/zcEOMQ2g0D
## 2321                                                                                                        ARTISTS that should be on your #SpotifyWrapped (a thread) 🎶
## 2322                                                                                                          prediction for my #SpotifyWrapped https://t.co/6pXY8r7WzA
## 2323                                      *When she says breakfast in bed* this's Exactly what she meant. 👌\n#SpotifyWrapped #CyberMondayAmazon https://t.co/Ri8cYBljTe
## 2324                                     I predict my most played song will be Blast Off by @silksonic @brunomars #andersonpaak #SpotifyWrapped https://t.co/qU1ehpyqc1
## 2325                                                                                     I predict my most played song will be True Romance by @ToveLo\n#SpotifyWrapped
## 2326                                                                                                     I predict my top artist will be [taylor swift] #SpotifyWrapped
## 2327                          Now, this is what I call brotherly love! 😂👏🏽 #DJKhaled #Diddy #BadBoy #Bday #BirthdayBoy #HipHopEd #BirthdayGift… https://t.co/IaXoVBQYH1
## 2328                                                                                      I predict my top artist will undoubtedly be @halsey again lol #SpotifyWrapped
## 2329                                                                                          I predict my most played song will be Poltergeist, Corpse #SpotifyWrapped
## 2330                                                                                       I predict my most played song will be Static Dress -  Sweet. #SpotifyWrapped
## 2331                                                                                                             I predict my top genre will be [indie] #SpotifyWrapped
## 2332                                                                                                    I predict my top artist will be champagne papi  #SpotifyWrapped
## 2333                                                                                                                         Feet pics $15 #SpotifyWrapped #feetfethish
## 2334                                                                                                         my predictions for #SpotifyWrapped https://t.co/XFLXsGQt3J
## 2335                                                                        I predict my most played song will be [the idea of growing old - features ] #SpotifyWrapped
## 2336                                                                           I predict my most played song will be something by corpse or beach bunny #SpotifyWrapped
## 2337                               We do ethical hacking 🇺🇸#SpotifyWrapped #instagram #youtube #twitter #tiktok #love #instagood #follow #like… https://t.co/DqRdDiF3rU
## 2338                                                            I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped #ArchetypesWithMeghan
## 2339                                                                                                           I predict my top genre will be [Arabesk] #SpotifyWrapped
## 2340                     @wednesdayaddams @netflix Hello, are you feeling bored? Or not feeling okay?\n\nIf yes, kindly click the link below t… https://t.co/GompFDI6hF
## 2341                         Link In My Bio‼️\n.\n.\n.\n#music #rap #playlist #Toosii #JCole #latenight #latenightvibe #NewMusic #SpotifyWrapped https://t.co/fheMAxS8H6
## 2342                                                                                                   Every year without fail. #SpotifyWrapped https://t.co/CHhHxqh8Vr
## 2343                                                                                                         I predict my top artist will be @conangray #SpotifyWrapped
## 2344                                                            @SQPHlE I predict @SQPHlE's most played will be [Midnight Rain] #SpotifyWrapped https://t.co/z7dhAT8Oh2
## 2345                                                                                         I predict my top podcast will be [the @xdannyxbrownx show] #SpotifyWrapped
## 2346                                                                                                        Watch as my top artist ends up being JVLA 🤭 #SpotifyWrapped
## 2347                      i hope mitski isn't my top artist for this years spotify wrapped ..\nim not the person i was when i was in the 0.05%… https://t.co/XA0rFWB8J8
## 2348                                                                                I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 2349                                                                        #SpotifyWrapped gonna need to give it a shot sometime to show you all what i listen to, lol
## 2350                                                                                                        I predict my top artist will be [TAYTAYYYY] #SpotifyWrapped
## 2351                                                                                             I predict my top genre will be   DSMP or rock or indie #SpotifyWrapped
## 2352                                                                                                                           i. just. want. my. damn. #SpotifyWrapped
## 2353                          @iamcardib Hello, are you feeling bored? Or not feeling okay?\n\nIf yes, kindly click the link below to be happy… https://t.co/89IvQS9Llk
## 2354                                                    Me to #traitorBajwa \n#คุณชายตอนจบ #مطار_الملك_سلمان #SpotifyWrapped #Freedom #Pakistani https://t.co/1ie0LDkfSq
## 2355                                                                                                             I predict my top artist will be weezer #SpotifyWrapped
## 2356                                                                                 I predict my most played song will be Summer Renaissance - BEYONCÉ #SpotifyWrapped
## 2357                                                                                                     I predict my top artist will be arctic monkeys #SpotifyWrapped
## 2358                                                                                                        I predict my top artist will be [@zackfox ] #SpotifyWrapped
## 2359                                     Hello, are you feeling bored? Or not feeling okay?\n\nIf yes, kindly click the link below to be happy… https://t.co/iDoGIrtqy1
## 2360                                                                                                    I predict my most played song will be [JoySpin] #SpotifyWrapped
## 2361                         "Nature always look out for the preservation of the universe"\n       ~ Robert Boyle\n#innovation #SpotifyWrapped… https://t.co/N1x9PdNmof
## 2362                                                                                                               I predict my top genre will be [Rap] #SpotifyWrapped
## 2363                                                                                  I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped
## 2364                                                                                    I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped
## 2365                                                                                    I predict my top artist will be @Harry_Styles or @taylorswift13 #SpotifyWrapped
## 2366                                                                                      I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped
## 2367                                                                                           I predict my most played song will be a beatles funny :) #SpotifyWrapped
## 2368                                                                                             Spotify Wrapped 2022 be like:\n#SpotifyWrapped https://t.co/5kmBtqdfzO
## 2369                                                                      I predict my most played song will be right where you left me by Taylor Swift #SpotifyWrapped
## 2370                                                                                                                I predict my top genre will be KPOP #SpotifyWrapped
## 2371                                                                                I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 2372                                                                                        I predict my top podcast will be @WVFRM and @SafetyThirdPod #SpotifyWrapped
## 2373                                                                                                         I predict my top artist will be @Shinedown #SpotifyWrapped
## 2374                                                                      I predict my most played song will be “Everything Goes On” by Porter Robinson #SpotifyWrapped
## 2375                                                                                                         I predict my top genre will be [Metalcore] #SpotifyWrapped
## 2376                     bro, ik the staff at Spotify is under MAD PRESSURE about #SpotifyWrapped 😭😭 \n\nalso let’s hope the designers don’t m… https://t.co/DSn5m9IA54
## 2377                                                                                                       I predict my top artist will be Taylor Swift #SpotifyWrapped
## 2378                                              I wonder how my #SpotifyWrapped will be like this year? 🤔 who knows 🤔 https://t.co/haw0gwaVjC https://t.co/TAdnuXrtIC
## 2379                                                                                         I predict my top artist will be No Burnham or Taylor Swift #SpotifyWrapped
## 2380                                                                               I predict my top artist will be either taylor swift or ozzy osbourne #SpotifyWrapped
## 2381                       You Spotify account can tell me more about if we connect or not than anything else. FACTS\n#SpotifyWrapped #nsfwtwt… https://t.co/lqL9iae6Oo
## 2382                                    I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped el amor de mi visa uwu o tomás va a morir idk
## 2383                                              I predict my top artist will be beach bunny or corpse #SpotifyWrapped   I’ll reply below when it comes out what I got
## 2384                                                                                                           I predict my top genre will be Dance Pop #SpotifyWrapped
## 2385                                                                          Can't wait for this year's #SpotifyWrapped #JosephQuinn #JoeQuinn https://t.co/HXYQ95CO7C
## 2386                                                                    I predict my top artist will be [Megan Thee Stallion🫶🏽] #SpotifyWrapped https://t.co/8OaRTlmcJq
## 2387                              Our royal jelly capsules will assist you in enhancing your general health, boosting your immunity.\nBuy Now:… https://t.co/nvAmkFFhfW
## 2388                                        I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped @dref_kun @Imaginedragons @sushitrash no se
## 2389                       Please Donate to 'Feed The Children' Our goal is to help those families and children in desperate need of help. Lin… https://t.co/ZmwNsl1UBu
## 2390                                                            Burna definitely gonna appear a few times in my #SpotifyWrapped … the way I had It’s Plenty on repeat 😩
## 2391                                                             my top artist will be blackpink and my top genre will be either indie pop, kpop or pop #SpotifyWrapped
## 2392                                                                                      I predict my most played song will be Michael in the Bathroom #SpotifyWrapped
## 2393                                                                                                                   #SpotifyWrapped stream!! https://t.co/TTFDkFBuax
## 2394                                                                               I predict my most played song will be Treacherous (Taylor’s version) #SpotifyWrapped
## 2395                                                                             I predict my most played song will be freefall or devil like me by rks #SpotifyWrapped
## 2396                                                                                     I predict my top artist will be Lady Gaga fourth times a charm #SpotifyWrapped
## 2397                                                                                                            I predict my top podcast will be rslash #SpotifyWrapped
## 2398                                        I predict my most played song will be Ojitos Lindos by bad bunny 🤌😭🤌✨✨ #SpotifyWrapped  #BadBunny https://t.co/NgTWUTZ4dh
## 2399                                       First Video? Comment other ideas.. #vlog #YouTube #youtubeshorts #games #gamingcommunity #gaming #SpotifyWrapped #Birmingham
## 2400                                                                                    I predict my top genre will be  the sound of sbr men whimpering #SpotifyWrapped
## 2401                      Don't forget to like &amp; subscribe please\nhttps://t.co/kT2osip7Ye\n#FIFAWorldCupQatar2022 #SpotifyWrapped #CyberMondayAmazon #WorldCup2022
## 2402                                                                                                  I predict my top artist will be Rex Orange County #SpotifyWrapped
## 2403                                                                        my festival gave me a good idea on how my #SpotifyWrapped will look https://t.co/2xgV1HqJoW
## 2404                                                                                                  I predict my top artist will be clearly [BTS] #SpotifyWrapped 👁👄👁
## 2405                                                                                                           I predict my top artist will be [Bergen] #SpotifyWrapped
## 2406                        Date idea:\nWe watching some Psycopath and Serialkiller documentarys on Netflix\n#nsfwtwt #nsfwxRolePlay #Dateidea… https://t.co/kvBhNDOcy1
## 2407                                                           @Spotify show me my #SpotifyWrapped wrapped and I won’t unleash these two on you https://t.co/Lapmx4Y8GT
## 2408                                                                                         I'm quite excited for my #SpotifyWrapped this year https://t.co/nyH1sDi1wc
## 2409                                                                                                          DROP IT RIGHT NOW #SpotifyWrapped https://t.co/xGwQPGmneT
## 2410                                     I predict my most played song will be [fill in top song prediction] #SpotifyWrapped en volá alguna del @saatiroo o @dref_kun 💘
## 2411                                                                                      I predict my most played song will be [Seni Kalbimden Kovdum] #SpotifyWrapped
## 2412                                                                                 I predict my top podcast will be [my internal monologue of course] #SpotifyWrapped
## 2413                                                                                                      tyler def gonna be my top 1 artist this year  #SpotifyWrapped
## 2414                                                                                      I predict my most played song will be the town inside me 100% #SpotifyWrapped
## 2415                              i predict my most played song/top artist will be charli xcx and/or phoebe bridgers and I only have my bf to thank lol #SpotifyWrapped
## 2416                                                                            I predict my most played song will be Suspicious Minds by Elvis Presley #SpotifyWrapped
## 2417                                                                                          I predict my top artist will be @dannyelfman #SpotifyWrapped\n\nNo doubt.
## 2418                                       i think my most listened to song is gonna either: be sorry i love u - stray kids\nhard to love - blackpink\n #SpotifyWrapped
## 2419                       I predict my most played song will be diego brando moaning in my ear as i i tighten my grip around his shaft and he… https://t.co/PfYdc0OYgr
## 2420                                                                              I predict my most played song will be keep it up by Rex Orange County #SpotifyWrapped
## 2421                                                                                      I predict my top artist will be Chase Atlantic 😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍#SpotifyWrapped
## 2422                                  I seek strength, not to be greater than other, but to fight my greatest enemy, the doubts within myself.… https://t.co/F7sVrlK2Il
## 2423                                                                                          I predict my most played song will be Circle in the Sand! #SpotifyWrapped
## 2424                                               Joining the #instafest trend until the #SpotifyWrapped 2022 comes\n\nhttps://t.co/nS9fQiuNx0 https://t.co/vDw1YTYp6Q
## 2425                                                                                                      I predict my top artist will be Elvis Presley #SpotifyWrapped
## 2426                                                                                          I predict my most played song will be Mutter by Rammstein #SpotifyWrapped
## 2427                                                               Blindspot mix 47 Afrofusion by DJ Ricky Augustine https://t.co/8TcMPnprQE\n#cedanews #SpotifyWrapped
## 2428                                                                                                           I predict my top artist will be [Mitski] #SpotifyWrapped
## 2429                                                                               I predict my top podcast will be nothing, I don’t listen to podcasts #SpotifyWrapped
## 2430                                                                                                           I predict my top podcast will be BANTER. #SpotifyWrapped
## 2431                                                                       We predict our most played song will be about BBQ 🎵  #SpotifyWrapped https://t.co/3VKB2SiU25
## 2432                                                                                               I predict my top artist will be cigarettes after sex #SpotifyWrapped
## 2433                                                                                                             Excited for my annual psych evaluation #SpotifyWrapped
## 2434                                                                                                  I predict my top genre will be [Losing my sanity] #SpotifyWrapped
## 2435                          Dm and chart with an expert before placing an order \n#SpotifyWrapped #CyberMondayAmazon #kudus #AcademicTwitter… https://t.co/4jXgSQAHIt
## 2436                                                                                                    I predict my top podcast will be [@MyFavMurder] #SpotifyWrapped
## 2437                                                                                                                I predict my top artist will be BTS #SpotifyWrapped
## 2438                                                                                 I predict my most played song will be Easy Lover by @elliegoulding #SpotifyWrapped
## 2439                                                                                                                                         #SpotifyWrapped 4 BIG GUYS
## 2440                                                                                                         I predict my top genre will be i dont know #SpotifyWrapped
## 2441                            I love those who can smile in trouble ☺️\n#ronimiah #freelancer #entrepreneur #PicOfTheDay #photography #nature… https://t.co/543168Yerf
## 2442                                                                                                             I predict my top artist better be Joji #SpotifyWrapped
## 2443                                                                                                       I predict my top podcast will be @deadlockpw #SpotifyWrapped
## 2444                                                                                                               I predict my top genre will be K-Pop #SpotifyWrapped
## 2445                                                           Stonner 😎 #SpotifyWrapped #FiestaT5 #RedVelvet #420Goddess #420Girl #weedsmokers https://t.co/hKO2aEiWwC
## 2446                                                 I predict my most played song will be [Bahibak] #SpotifyWrapped\n\nDont judge me please i was in the mood for love
## 2447                                                                                                      I predict my top podcast will be The receipts #SpotifyWrapped
## 2448                                                                                                                                 I don’t wanna know #SpotifyWrapped
## 2449                        @PeterObi - we nonde give shishi..ATAWA🙆‍♂🤣🤣 #SpotifyWrapped #CyberMondayAmazon #FIFAWorldCupQatar2022 #CyberMonday… https://t.co/RS9onTS3Ko
## 2450                                                                                              I predict my most played song will be sex, drugs, etc #SpotifyWrapped
## 2451                                                                                                      I predict my top artist will be @breakingbenj #SpotifyWrapped
## 2452                                                                                                       I predict my top artist will be [@MacMiller] #SpotifyWrapped
## 2453                                                                   I went through a number of phases this year. I’m confident my #SpotifyWrapped will be a toss-up.
## 2454                                                                                           I predict my most played song will be FAKE LOVE by BTS \n#SpotifyWrapped
## 2455                   My #SpotifyWrapped predictions 🤠\n\nTOP SONG: Wet Dream - Wet Leg\n\nTOP GENRE: rock? hope it's more specific, like 'gr… https://t.co/8YuC3vlhqm
## 2456                                                       I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped\n\n5 Minuten Harry Podcast
## 2457                                                                                                       I predict my top genre will be [Rap/Hip-Hop] #SpotifyWrapped
## 2458                           #SpotifyWrapped pls don’t come at me I had my gay awakening this year and I also had to change my life plans 62x https://t.co/gaSGW4SwxH
## 2459                                                                                                             I predict my top genre will be R&amp;B #SpotifyWrapped
## 2460                                                                         once again my most played song will be august or another Taylor swift song #SpotifyWrapped
## 2461                                                                                                      I predict my top podcast will be Distractible #SpotifyWrapped
## 2462                                                                                                             I predict my top artist will be Eminem #SpotifyWrapped
## 2463                                                                   I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped\n\nAlic Benjamin
## 2464                                                                                                            I predict my top artist will be Beyoncé #SpotifyWrapped
## 2465                                                                                                   I predict my most played song will be Brambleton #SpotifyWrapped
## 2466                                                                                      I predict my most played song will be Last Last - Burna Boy #SpotifyWrapped 😭
## 2467                                                                                                       I predict my top artist will be [The Weeknd] #SpotifyWrapped
## 2468                                    @elonmusk @Jason It’s time to rip the bandage off! #SpotifyWrapped #RedVelvet #CyberMonday #WorldCup2022 #Sasmos #Ukraine️ #Elon
## 2469                                                              I predict my most played song will be die for you by joji, I will lose it if it’s not #SpotifyWrapped
## 2470                                                                                                                I predict my top genre will be Rock #SpotifyWrapped
## 2471                                                                          I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped\n\nIndi Pop
## 2472                                                                                                                                      WHERE'S MY #SpotifyWrapped!!?
## 2473                                                                                     I predict my most played song will be Vandalize by ONE OK ROCK #SpotifyWrapped
## 2474                                                                                                        I predict my top artist will be $uicideboy$ #SpotifyWrapped
## 2475                                                                                                            I predict my top artist will be Weeekly #SpotifyWrapped
## 2476                                                                                                 I predict my top podcast will be [FUCK PODCASTS!!] #SpotifyWrapped
## 2477                                             i predict my most played song will be [i honestly have no idea i've been all over the place this year] #SpotifyWrapped
## 2478                                                            It feels like #SpotifyWrapped is coming soon in my playlist. What you think which is your top category.
## 2479                                                                                                           I predict my top artist will be [Alex G] #SpotifyWrapped
## 2480                                                                                             I predict my top genre will be Girl Group Kpop or Rock #SpotifyWrapped
## 2481                                                                                                 I predict my top podcast will be pipp’s podcast……. #SpotifyWrapped
## 2482                         @Sugababes @keisha_buchanan @Mutyabuena21 @siobhandonaghy Signed up ladies💜 #Sugababes #SpotifyWrapped #SpotifyUK… https://t.co/mKLTme70n5
## 2483                                                                                          I predict my most played song will be [ROS by @MacMiller] #SpotifyWrapped
## 2484                                                                                             I predict my top podcast will be firewhisky and honey  #SpotifyWrapped
## 2485                                                                                                         I predict my top genre will be [Idk lmfao] #SpotifyWrapped
## 2486                                                                                                           I predict my top artist will be twice 🫶🏼 #SpotifyWrapped
## 2487                       #SpotifyWrapped #spotifywrapped2022 guys taylor was a complete accident i’m sorry. i didn’t mean for it to happen i… https://t.co/zZUiDIDoK0
## 2488                                                                        I predict my top podcast will be hobbylos von @Julien_Bam und @rezomusik :D #SpotifyWrapped
## 2489                                                                                            and i predict my top artist will be my chemical romance #SpotifyWrapped
## 2490                                                                                                    I predict my top genre will be kpop bc of twice #SpotifyWrapped
## 2491                                                                                              I predict my most played song will be [Gnaw - Alex G] #SpotifyWrapped
## 2492                                                                                I predict my most played song will be "Fish in the water" - AKMU. 😁 #SpotifyWrapped
## 2493                                                                                         I predict my most played song will be Butterfly by Weeekly #SpotifyWrapped
## 2494                                                                             I predict my top podcast will be wholesome magic sweetheart from toh 😋 #SpotifyWrapped
## 2495                                                       I predict my most played song will be perfect world by twice or vicious by sabrina carpenter #SpotifyWrapped
## 2496                           This video really united Kenyans😂💔\nLeao\nPiers\nRonaldo\nUhuru Kenyatta\n#FIFAWorldCupQatar2022 \n#CyberMonday… https://t.co/xIp3uWbpeZ
## 2497                                                                                                       I predict my top artist will be Taylor Swift #SpotifyWrapped
## 2498                                                                                                       I predict my top artist will be Taylor Swift #SpotifyWrapped
## 2499                                                      I predict my most played song will be either the ghost of you, or boy division (both by mcr). #SpotifyWrapped
## 2500                                                                                                       I predict my top artist will be Taylor Swift #SpotifyWrapped
## 2501                                                                                                         I predict my top genre will be English pop #SpotifyWrapped
## 2502                                                       That's Hilarious by @charlieputh is definitely one of my top listened to tracks of 2022. \n\n#SpotifyWrapped
## 2503                                                                                                           I predict my top artist will be [Mitski] #SpotifyWrapped
## 2504                                        Big sale days have started on amazon, click https://t.co/3Rkx7CIrz9\n\n#SpotifyWrapped #GiftGalaxy CONGRATULATIONS JUNGKOOK
## 2505                                                                                                          I predict my top artist will be @DukiSSJ  #SpotifyWrapped
## 2506                                                                                  Can’t wait to see little mix being my top Artist 6 years in a row #SpotifyWrapped
## 2507                                                                                                                I predict my top artist will be BTS #SpotifyWrapped
## 2508                                                                        Anyways, what's everyone's red carpet look for @Spotify 's #SpotifyWrapped . I wanna seeee👀
## 2509                                                                                                      I predict my top artist will be [the wrecks ] #SpotifyWrapped
## 2510                       I'm anxious for my #spotifywrapped this year... last year it was @theavettbros and I have a feeling this year its g… https://t.co/x4uHqPWcMG
## 2511                                                                                                          I predict my top genre will be [idk tbh ] #SpotifyWrapped
## 2512                                                                                   I predict my most played song will be some taylor swift song lol #SpotifyWrapped
## 2513                                                                                                          I predict my top genre will be kpop -duh🤪 #SpotifyWrapped
## 2514                   12 odds, all in. If your mind no go split the tickets.\n\nKindly DM for telegram link.\n\n#SpotifyWrapped  #NBA  #1xbet… https://t.co/bogp2445Bz
## 2515                                                      I predict my most played song will be probably like we fell in love in October by girl in red #SpotifyWrapped
## 2516                                                                                  I predict my most played song will be reflection, allegretto, you #SpotifyWrapped
## 2517                                                                                                       I predict my top artist will be TAYLOR SWIFT #SpotifyWrapped
## 2518                                                                                               I predict my top podcast will be Hogwarts Ambience 🤣 #SpotifyWrapped
## 2519                                                                                                             I predict my top artist will be Future #SpotifyWrapped
## 2520                                              I predict my most played song will be Miss You by Oliver Tree #SpotifyWrapped and it is entirely @JesseCannon's fault
## 2521                                                                                         I predict my most played song will be GUERRILLA by ATEEZ!! #SpotifyWrapped
## 2522                          I kinda have good taste 🤭don’t know why Taylor is their barely listen to her. #instafest #SpotifyWrapped #spotify https://t.co/yfQcHPhrpk
## 2523                                                                                I predict my most played song will be super freaky girl or smth idk #SpotifyWrapped
## 2524                                                              Do you welcome the arrival of this year's #SpotifyWrapped or do you fear what darkness it may unveil?
## 2525                                                                                                                 I predict my top genre will be Rap #SpotifyWrapped
## 2526                                                                                                              I predict my top artist will be #Zayn #SpotifyWrapped
## 2527                                                                                                              I predict my top genre will be [kpop] #SpotifyWrapped
## 2528                                                                                                          I predict my top artist will be Pop Smoke #SpotifyWrapped
## 2529                                                                       I predict my top artist will be Sopor Aeternus &amp; The Ensemble of Shadows #SpotifyWrapped
## 2530                                                                                                            OmiFest 2023 !! #SpotifyWrapped https://t.co/4kK6QMKDep
## 2531                                    CkashOut x Dthang Drowz     #AFF #Trending   #NewVideoAlert #crunchgang #foryourpage #Formula1 #iTunes… https://t.co/RrqAZQOyAx
## 2532                                                                                 I predict my top artist will be @halsey #SpotifyWrapped hoping to be in the top 1%
## 2533                                                                              I predict my most played song will be Armed and Dangerous by King Von #SpotifyWrapped
## 2534                                                                                     Maybe tomorrow will be the day that #SpotifyWrapped drops...\nI live in hope 😬
## 2535                                                        My 2022 was full of Kara Swisher pods and pop jams. Prove me wrong, #SpotifyWrapped https://t.co/n0wF1gzpA7
## 2536                       I predict my #SpotifyWrapped will have plenty of Rome Streetz. Some Action Bronson and Roc Marciano in there. I’m p… https://t.co/zYX5mAWb3T
## 2537                                                                                    I predict my most played song will be Only the Dead in the Mist #SpotifyWrapped
## 2538                                                                                              I predict my top artist will be @OfficialSteps (Duh)  #SpotifyWrapped
## 2539                                                                                                        I predict my top podcast will be [Edeltalk] #SpotifyWrapped
## 2540                       *💞💞💞LIFE IS SWEET WHEN YOU UNDERSTAND THE SECRET TO CREATE WEALTH, THE SECRET HAS BEEN UNVEILED...MAKE A GREAT DECI… https://t.co/URegw0i7Aa
## 2541                                    Me pretending to be surprised when I see that my #SpotifyWrapped is literally written by @SofiaCarson 🫠 https://t.co/JMW9dc8Bt8
## 2542                                                                                                 I predict my most played song will be off the grid #SpotifyWrapped
## 2543                                             I get more excited about Spotify wrapped than my birthday and I pretty much know what will be on it 😭😭 #SpotifyWrapped
## 2544                                                                                 I predict my most played song will be Let you down by @nfrealmusic #SpotifyWrapped
## 2545                                                                                     I predict my most played song will be The Tradition by @halsey #SpotifyWrapped
## 2546                                                                                             I predict my top genre will be [trance] #SpotifyWrapped \n\nno contest
## 2547                                              me pretending to be shocked when i find out bts are my most streamed artists #SpotifyWrapped  https://t.co/YVnAnIhtHA
## 2548                       I predict my most played song will be [Rick Ashley - Never Gona Give You Up] (because people use it for rickrolling… https://t.co/Uz2aScusor
## 2549                                                                                              I predict my top artist will be Steam Powered Giraffe #SpotifyWrapped
## 2550                                                                                                             I predict my top artist is @FabvLMusic #SpotifyWrapped
## 2551                                                      bts when they find out they’re my number one artists on spotify again #SpotifyWrapped https://t.co/VQ8BJgNOGg
## 2552                    my #SpotifyWrapped predictions\ntop song: end of beginning by Djo\ntop artist: Taylor Swift\ntop podcast: Off Menu (so… https://t.co/a2zrllOSRt
## 2553                                                                                                          I predict my top podcast will be BANTER!! #SpotifyWrapped
## 2554                        #SpotifyWrapped trends as @Spotify begins to tease its 2022 roll out 👏Essentially this is your warning to go ahead… https://t.co/9weUDRPojN
## 2555                          Wedding ❣️❣️ photography \nInbox me for photo editing \n \n#lightroom #editing #SpotifyWrapped #RedVelvet #Twitter… https://t.co/AfT7K4smQf
## 2556                           May as well get another listen of @bearmccreary 's #RingsofPower soundtrack before #SpotifyWrapped is out! It's gonna number one anyway!
## 2557                                                                                                  VEM LOGO SPOTIFY WRAPPED nao aguento mais esperar #SpotifyWrapped
## 2558                                                                                                   I predict my top artist will be Harry styles ofc #SpotifyWrapped
## 2559                                                                                                        I predict my top genre will be pop for sure #SpotifyWrapped
## 2560                                   I predict my most played song will be the moans of johnny joestar getting finger blasted so hard he sets himself #SpotifyWrapped
## 2561                   🔥 ALL CYBER MONDAY DEALS HERE! 🔥\n👉👉 https://t.co/Fh38MdY9Yl\n✅ I earn from qualifying purchases.\n• Promo codes, if a… https://t.co/97nf4lGLNl
## 2562                                                                                                  I predict my most played song will be as it was 🧐 #SpotifyWrapped
## 2563                                                                    I predict my most played song will be coast - hailee steinfeld fr anderson paak #SpotifyWrapped
## 2564                        *AM NOT HERE TO CONVINCE ANYONE TO BELIEVE MY GAMES..  I CAN'T FORCE YOU TO MAKE MONEY...  I DON'T DO PAY AFTER OR… https://t.co/dA1qHPYvDJ
## 2565                                                                                                      I predict my top artist will be @trixiemattel #SpotifyWrapped
## 2566                                                                                        I predict my top genre will be POP. Hands down. No question #SpotifyWrapped
## 2567                                 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped  mmmmmm i think its a… https://t.co/sI0GAmEfnv
## 2568                                                                                                      I predict my top artist will  be harry styles #SpotifyWrapped
## 2569                                                                                                              I predict my top artist will be [Djo] #SpotifyWrapped
## 2570                                                                                      I predict my most played song will be ["Tissues" by YUNGBLUD] #SpotifyWrapped
## 2571                                                                                                           I predict my top genre will be genre pop #SpotifyWrapped
## 2572                                            distance yourself for awhile and you will realize a lot \n\n#FIFAWorldCupQatar2022 #SpotifyWrapped \n#CyberMondayAmazon
## 2573                                                                                        I predict my most played song will be [Everyday by Sofaygo] #SpotifyWrapped
## 2574                                                                                   I predict my most played song will be anything from harrys house #SpotifyWrapped
## 2575                                                                                                          I predict my top artist will be glee cast #SpotifyWrapped
## 2576                                                       Getting ready to blame my music choices on my daughter. That's what she's there for, right?  #SpotifyWrapped
## 2577                                                                                                               I predict my top genre will be k-pop #SpotifyWrapped
## 2578                                                                       I predict my top podcast will be “The Read” hosted by Kid Fury &amp; Crissle #SpotifyWrapped
## 2579                                                                                                        I predict my top artist will be Addison Rae #SpotifyWrapped
## 2580                 Application fee waiver Good luck \n.\n#SpotifyWrapped #RedVelvet #FIFAWorldCupQatar2022 #CyberMonday #YasakElma #乌鲁木齐… https://t.co/kozxXzs9gi
## 2581                                                                                           I predict my most played song will be wa da da by kepler #SpotifyWrapped
## 2582                                                                                   I predict my most played song will be [whole lotta Money remix ] #SpotifyWrapped
## 2583                                                                                                           I predict my top genre will be Dream SMP #SpotifyWrapped
## 2584                                                                                        I predict my most played song will be Maniac by @Stray_Kids #SpotifyWrapped
## 2585                                                                             I predict my most played song will be sabbath school by Devon hendicks #SpotifyWrapped
## 2586                                                                                      I predict my most played song will be  Big City Life by Luude #SpotifyWrapped
## 2587                              New Vid Up Now‼️\nLink Below⬇️⬇️⬇️⬇️\n\n(https://t.co/rKn5R3AeyS) \n\n#lilgotit #atl #atlanta #hoodbaby #youtuber… https://t.co/Usou7yoruc
## 2588                                                                                                                 I predict my top genre will be POP #SpotifyWrapped
## 2589                                                                                                I predict my most played song will be Hello by OMFG #SpotifyWrapped
## 2590                       I predict my most played song will be Sleepwalking by All Time Low cause there's no way it's in the 30s of my top 5… https://t.co/zOTKWYZD76
## 2591                                                             I predict my most played song will be “Lover, You Should’ve Come Over” by Jeff Buckley #SpotifyWrapped
## 2592                                                                                           I predict my top podcast will be [lions lead by donkeys] #SpotifyWrapped
## 2593                                                                                                          I predict my top podcast will be PAUL POD #SpotifyWrapped
## 2594                                                     I predict my most played song will be aikido neurotic/erotic or suburbia overture by will wood #SpotifyWrapped
## 2595                                                                     I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped pretty basic
## 2596                                                                                I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 2597                                                                      I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped Nessa Barrett
## 2598                                  Can we normalize paying a bill as a Christmas gift instead of gift sets nobody gone use? #MerryChristmas… https://t.co/tg232kfClz
## 2599                                                                                       I predict my top artist will be taylor swift without a doubt #SpotifyWrapped
## 2600                                                                                  I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped pop
## 2601                                                                                                              I predict my top artist will be [BTS] #SpotifyWrapped
## 2602                               This is a safe space 🤫 — who will be your top 3 artists of 2022? Drop a comment below 👇🏾 \n\n#SpotifyWrapped https://t.co/X4QBbd57yJ
## 2603                                                                                      I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped
## 2604                                                 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped to hot to cry by Nessa Barrett
## 2605                                          Will the #SpotifyWrapped guesses of Oshoala and Geyse be as good as their dance moves? 💃 #shorts… https://t.co/ddGOVBhUOi
## 2606                                                                                 I predict my most played song will be keep driving by harry styles #SpotifyWrapped
## 2607                                                                                                              I predict my top genre will be [kpop] #SpotifyWrapped
## 2608                                                                                                       I predict my top artist will be Taylor Swift #SpotifyWrapped
## 2609                                                                                                 I predict my most played song will be [Stay Alive] #SpotifyWrapped
## 2610                                                           My #SpotifyWrapped will most likely be a chaos of different songs and genres that don’t match in any way
## 2611                                                                                                       I predict my top podcast will be @AGpodcast  #SpotifyWrapped
## 2612                              the only data i got from spotify is that i listened to speak by jhené aiko 143,721 times and i'm on a watch list now  #SpotifyWrapped
## 2613                                                                                                             I predict my top artist will be Eminem #SpotifyWrapped
## 2614                       I wish you a Merry Christmas. This is coming from Life Family Money a clothing brand and musical production company… https://t.co/ObjXwPYnan
## 2615                                                                                                I predict my most played song will be Re-harmonize. #SpotifyWrapped
## 2616                      Portugal 2-0 Uruguay\n🔥🔥🔥🔥\nPortugal won congratulations 👏👏👏👏👏\nUnbelievable Portugal team strength back 🔥🔥🔥\n#goals… https://t.co/vKXTDxZGNi
## 2617                                                                                             I predict my top genre will be I swear if it’s dnb 🤧🤧🤧 #SpotifyWrapped
## 2618                      I predict my most played song will be BEST INTEREST BY TYLER THE CREATOR #SpotifyWrapped \nYALL DONT FUCKING KNOW HOW MUCH I LOVE THIS SINGLE
## 2619                                                                                    I predict my most played song will be dangerous by madison beer #SpotifyWrapped
## 2620                        Newly dropped Bad boy intro on audiomack by Larish #SpotifyWrapped #ASUUstrike #CyberMonday #FIFAWorldCupQatar2022… https://t.co/1D0YGGEsRk
## 2621                                                                                                  I predict my top artist will be Harry Styles 100% #SpotifyWrapped
## 2622                       I would go to this concert...I would pay premium for this concert! 🥹🥹 You can't beat the "soothing piano classics f… https://t.co/7ALQMCg3kw
## 2623                                                                                                   I predict my top artist will be @machinegunkelly #SpotifyWrapped
## 2624                                                                  I predict my most played song will be [Bryson Tiller - Timeless Interlude Pt. II] #SpotifyWrapped
## 2625                                                                                 I predict my most played song will be One More Year by @tameimpala #SpotifyWrapped
## 2626                                                                                                             I predict my top genre will be hip-hop #SpotifyWrapped
## 2627                                                                            I predict my most played song will be As It Was by King @Harry_Styles ❤️ #SpotifyWrapped
## 2628                                                                                    I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped
## 2629                                                                                                            I predict my top artist will be [TWICE] #SpotifyWrapped
## 2630                                                             Self portraits are the best #SpotifyWrapped #RedVelvet #乌鲁木齐 #WorldCup2022 https://t.co/krpi5Rrn1G
## 2631                                                         #SpotifyWrapped tells you WAY more about the people you might be interested in than their therapist could.
## 2632                                                                                                              I predict my top genre will be [KPOP] #SpotifyWrapped
## 2633                                                                                      I predict my most played song will be Megalovania by a mile.  #SpotifyWrapped
## 2634                                                                                    I predict my most played song will be [https://t.co/oN1Ipehsp8] #SpotifyWrapped
## 2635                                                                                                   I predict my top artist will be [@taylorswift13] #SpotifyWrapped
## 2636                                                                         I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped vylet pony
## 2637                                                                                                     I predict my top artist will be @tameimpala ❤️  #SpotifyWrapped
## 2638                                                                                              imb a spotify cat, i;ll poste mine #SpotifyWrapped for every1 to see!
## 2639                                                                                              I predict my most played song will be Arose by eminem #SpotifyWrapped
## 2640                              Awesome activities..\n#FIFAWorldCupQatar2022\n#คุณชายตอนจบ\n#FIFAWorldCup\n#البرازيل_ِسويسرا\n#kudus\n#Ukraine️… https://t.co/qLfAxZcGqX
## 2641                                                                                I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 2642                                                                                                        I predict my top artist will be Nicki Minaj #SpotifyWrapped
## 2643                                                                                                  I predict my most played song will be Coconut Rum #SpotifyWrapped
## 2644                         currently missing this handsome man 🥹🥹 #SpotifyWrapped #CyberMonday #ENHYPEN #ENHYPEN_SUNGHOON #SUNGHOON #Chicago… https://t.co/aCFbqPYtS9
## 2645                                                                                           I predict my top podcast will be [the conversation cast] #SpotifyWrapped
## 2646                              "Caress" Out Now on All Major Platforms! @ItsBMcKnight @Usher\n@jtimberlake @foxsoultv @Pharrell\n@Timbaland… https://t.co/J1tmT9EtMV
## 2647                                                                                                       I predict my top artist will be [the smiths] #SpotifyWrapped
## 2648                                                                                          I predict my most played song will be HENTAI - by Rosalia #SpotifyWrapped
## 2649                                                             and when my most streamed song turns out to be "brown noise for deep sleep" then what\n#SpotifyWrapped
## 2650                                                                 I predict my most played song will be Don’t You Worry Child by Swedish House Mafia #SpotifyWrapped
## 2651                                                                                                         I predict my top genre will be [indie pop] #SpotifyWrapped
## 2652                                                                                                I predict my top podcast will be [ART OF MANLINESS] #SpotifyWrapped
## 2653                                                                                   I predict my most played song will be Alien Superstar by Beyoncé #SpotifyWrapped
## 2654                                                                                  This is really tiding me over until #SpotifyWrapped time! https://t.co/BVZtwVc30L
## 2655                                                                                        I predict my most played song will be [pretty when you cry] #SpotifyWrapped
## 2656                                          I predict my most played song will be “Thinking too much” by @MARCEBASSY  #SpotifyWrapped\n\nIf it’s not, I don’t want it
## 2657                                                                             I predict my most played song will be [heaven knows I’m miserable now] #SpotifyWrapped
## 2658                                                                                                 #SpotifyWrapped trying real hard to make us forget about Joe Rogan
## 2659                                                                                              I predict my top artist will be lemon demon or mitski #SpotifyWrapped
## 2660                                                                                            I predict my most played song will be Stop it Now - SF9 #SpotifyWrapped
## 2661                       I predict my top artist will be Red Hot Chili Peppers and if it's not I don't know what I've been doing for the las… https://t.co/wZYfutiEQj
## 2662                                       Forget about Spotify wrapped,show me your Spotify instafest\n#SpotifyWrapped \n#Spotify \n#instafest https://t.co/WYkoXZvBRx
## 2663                                                                      I predict my top artist will be rina sawayama like it is literally every year #SpotifyWrapped
## 2664                       @Accurate_slip Good evening Hilary bet.. I am happy to post that you bless my husband with this you game.. I have t… https://t.co/JlxNy7KHb0
## 2665                                                                                                @Spotify PLEASE I CANT WAIT #SpotifyWrapped https://t.co/4m1CqVwFlg
## 2666                                      I’m thinking about starting an app for pure bloods …. It’ll be called “unvaxxodated” #SpotifyWrapped… https://t.co/iKKmDg91D6
## 2667                                                                                       I predict my most played song will be Enter One by Sol Seppy #SpotifyWrapped
## 2668                                                                                                       my top artist for #SpotifyWrapped is definitely taylor swift
## 2669                                                                                                         I predict my top artist will be [BabyTron] #SpotifyWrapped
## 2670                                                                                                         I predict my top genre will be [AFROBEATS] #SpotifyWrapped
## 2671                                                                                                      I predict my top genre will be pop probs tbh  #SpotifyWrapped
## 2672                                                                                                                                $ucideboy$ for sure #SpotifyWrapped
## 2673                                                          I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped LOUIS FUCKIN TOMLINSON FS
## 2674                                                                                                 Heavenly....😍 #SpotifyWrapped #CyberMonday https://t.co/roylAJTNME
## 2675                                                                                                      Tbh I cannot wait to see how my #SpotifyWrapped looks like 😳👀
## 2676                                                          Always the bridesmaid #oaklandathletics #SpotifyWrapped #agameoffailure #baseball https://t.co/d51PXSvJBB
## 2677                                                                                                         I predict my top artist will be Sweet Trip #SpotifyWrapped
## 2678                My Top 5 off MLLE 💜💜🦅🦅\n\n1:—Plenty Loving 💜\n2:—Pressure 🤞🏿💜\n3:—Deep 🫶🏿💜\n4:—Everyday 🤘🏿💜\n5:—Balance 🤟🏿💜\nAnd a sprinkl… https://t.co/zeYK8wdlbZ
## 2679                                                                            I predict my most played song will be Santa Monica by The Front Bottoms #SpotifyWrapped
## 2680                                                                                                    I predict my top artist will be... Taylor Swift #SpotifyWrapped
## 2681                                                                                              I predict my most played song will be frankenstein!!! #SpotifyWrapped
## 2682                                                                                                    I predict my top genre will be Alternative Rock #SpotifyWrapped
## 2683                                                                                                              I predict my top genre will be... pop #SpotifyWrapped
## 2684                                                                              Poets do your thing \n#SpotifyWrapped \n#poetrylovers \n#poet https://t.co/YGky6J6P2x
## 2685                                                                            While we're waiting for #SpotifyWrapped, here's my #Spotifyfest https://t.co/10xIj2kucz
## 2686                                                                                         I predict my top artist will be Jane Remover or brakence.\n#SpotifyWrapped
## 2687                                                I predict my most played song will be the song that makes my phone overheat #SpotifyWrapped https://t.co/HmcgsWRzw4
## 2688                                                                                I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 2689                                                                                            I predict my most played song will be Sweet Trip - Milk #SpotifyWrapped
## 2690                                                                                                           I predict my top artist will be [FUTURE] #SpotifyWrapped
## 2691                                                                                                I predict my most played song will be... Bejewled\n #SpotifyWrapped
## 2692                 #Portugal &amp; @Cristiano are in the Last 16 of the #FIFAWorldCupQatar2022 😀.\n\nThey won't play Brazil (My WISH) 🙏🏽. Th… https://t.co/IWgi8ENE7H
## 2693                                                                                                 I predict my top artist will be Tyler The Creator  #SpotifyWrapped
## 2694                                                                    I predict my top podcast will be the one and ONLY [Ang Walang Kwentang Podcast] #SpotifyWrapped
## 2695                    A brief explanation &amp; recommendation of Door Step Health Care by Mr Anwar Khan. \n#nationalincubationcenter #kohat… https://t.co/CJXyORlBVB
## 2696                                                                                  I predict my most played song will be [Tomorrow by Shakey Graves] #SpotifyWrapped
## 2697                                                    I predict my most played song will be either Kazad-dum, I'll Be Right Back, or The Presses Roll #SpotifyWrapped
## 2698                                                                                                                 I predict my top genre will be Rap #SpotifyWrapped
## 2699                        Imma be honest with ya'll, the only reason i didn’t kill myself this month is cuz im waiting for #SpotifyWrapped 😐… https://t.co/tgx2RObM9E
## 2700                                                                                                    I predict my most played song will be Wusyaname #SpotifyWrapped
## 2701                                                                                          I predict my most played song will be [All about You ???] #SpotifyWrapped
## 2702                                                                                  I predict my most played song will be [The Garden - Freight Yard] #SpotifyWrapped
## 2703                                 @Cristiano stretche your hair for the next game 😂😂\n\n#CristianoRonaldo \n#messi \n#FIFAWorldCupQatar2022… https://t.co/kETAm8JYmb
## 2704                                                                                I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 2705                                                                                                                                   #SpotifyWrapped is when and soon
## 2706                     @BitcoinMagazine Listen to Aden Masei.mp3, a playlist by SoundCloud on #SoundCloud\nhttps://t.co/stRnlZonFJ\nAden Mas… https://t.co/DhwCF21zTi
## 2707                                                                       #SpotifyWrapped\ncan't wait to see how kpop just dominates my list for the 6th year in a row
## 2708                                                                                             bouta be so CONFUSED! if my #SpotifyWrapped top artist is not Kid Cudi
## 2709                                                             #insertshockedface when my top artist is @taylorswift13 AGAIN  #SpotifyWrapped https://t.co/9r3vysxnc0
## 2710                                                                            I predict my most played song will be Cheer Up Baby - Eli Brown Remix\n #SpotifyWrapped
## 2711                                                                                                       I predict my top artist will be taylor swift #SpotifyWrapped
## 2712                                                                                                I predict my most played song will be Lavender Haze #SpotifyWrapped
## 2713                                                                                    I predict my most played song will be night shift da lucy dacus #SpotifyWrapped
## 2714                                                                                                  my #SpotifyWrapped is going to be the exact same as last yr sorry
## 2715                                                                               like girl.. we knew what was coming #shocked #spotifywrapped https://t.co/BUlfQwVYyI
## 2716                                                                                                       I predict my top artist will be Juan Gabriel #SpotifyWrapped
## 2717                         Today is my birthday!! Can y’all help me get @selenagomez to see this 🥺❤️ #SelenaGomez #SpotifyWrapped #MyMindAndMe https://t.co/P8vsPJba6J
## 2718                                                                                                                                              #SpotifyWrapped music
## 2719                    Hire us for academic writing.\nUse a professional writing service in:\n#Econometrics\n#Music\n#Anatomy\n#English\n#Art… https://t.co/vJCQnPkajn
## 2720                                                                             I predict my top artist will be [King Gizzard &amp; the Lizard Wizard] #SpotifyWrapped
## 2721                                                                                                     I predict my top artist will be [Taylor Swift] #SpotifyWrapped
## 2722                           I will build a high-converting #landing page, #website for your business. You need one right ??\nGet one 👇👇here… https://t.co/0t2vqzvNgy
## 2723                                                                                   my #SpotifyWrapped is really gonna call me out this year https://t.co/U3NL7HwTmq
## 2724                                                                                                          PLEASE I  NEED IT #SpotifyWrapped https://t.co/vSINvfigZM
## 2725                                                                                                      I predict my top podcast will be @RDLNoficial #SpotifyWrapped
## 2726                        I predict my most played song will be 100% C'mon By 2 Mello. Been binging This Year I Lose My Mind and it's my fav… https://t.co/QhfzyfG8xj
## 2727                        Looking for excellent quality shipping container home house plans, designs buildings and any type of architectural… https://t.co/H2Hb00UGn7
## 2728                                                                                                      I predict my top artist will be Taylor Swift  #SpotifyWrapped
## 2729                                                                                                         I predict my top artist will be Juice WRLD #SpotifyWrapped
## 2730                                                                                                       I predict my top genre will be kpop and soul #SpotifyWrapped
## 2731                                                                                I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 2732                                                     I predict my most played song will be [fill in top song prediction] #SpotifyWrapped\n\nhttps://t.co/kSqroaKytx
## 2733                                               Predicciones de #SpotifyWrapped :\n\n1 the smiths\n2 Kanye\n3 Bring me the horizon \n4 foo fighters\n5 Artic monkeys
## 2734                                                 I predict my most played song will be "It's getting bad again" by Ethan Jewell or something by TS. #SpotifyWrapped
## 2735                                                                              I predict my most played song will be As It Was o alguna de Bad Bunny #SpotifyWrapped
## 2736                       if the #ticktickboom soundtrack isn't on my spotify playlist and andrew garfield not one of my most listened to art… https://t.co/rqoY6gFqEs
## 2737                                                                                                   I predict my top artist will be Lana Del Rey ✨🦋🌸#SpotifyWrapped
## 2738                 Who said it? November 28 \n•\n•\n•\n•\n•\n#motivation #quotes #quoteoftheday #inspiration #success #motivational #mindset… https://t.co/oX1No0cUIl
## 2739                                                                                                       I predict my top podcast will be[Mouthfools] #SpotifyWrapped
## 2740                                                                                I predict my most played song will be Come Hang Out by @AJRBrothers #SpotifyWrapped
## 2741                                       Follow us @Team_K_eSports \n#harrystylesperu #SpotifyWrapped #CyberMondayAmazon #Qatar2022 #ล็อคกี้แฟน… https://t.co/ZbFKVuWaan
## 2742                                                                  I predict my top podcast will be  that’s a no brainer it will be “History Daily”  #SpotifyWrapped
## 2743                                                                          I predict my top artist will be Kid cudi #SpotifyWrapped @KiDCuDi https://t.co/EDLvPZjxD9
## 2744                       Silly question… how did @Twitter verify @artsymonke before @opensea? Even while it’s burning, they’re faster than O… https://t.co/Kk4wPI1GGR
## 2745                                                                                                              I predict my top artist will be [BTS] #SpotifyWrapped
## 2746                                                                                                          I predict my top artist will be @GreenDay #SpotifyWrapped
## 2747                                                                                I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 2748                                              If @LilNasX ain't my No.1 artist in my #SpotifyWrapped I'm gonna be confused and disappointed https://t.co/6kxyh0Apo0
## 2749                                                                                                              I predict my top artist will be [BTS] #SpotifyWrapped
## 2750                                                                                            I predict my most played song will be [Paradise by BTS] #SpotifyWrapped
## 2751                                                                           my most played song will be.... please tell me it wont be the smiths one #SpotifyWrapped
## 2752                                                                                               I predict my top podcast will be @LasCulturistas duh #SpotifyWrapped
## 2753                    Hire us for academic writing.\nUse a professional writing service in:\n#Econometrics\n#Music\n#Anatomy\n#English\n#Art… https://t.co/oSjqlfTD7e
## 2754                        Really disappointed in the customer service from @Mango don’t seem to want to know when it comes to complaints bit… https://t.co/12SzX9wqaB
## 2755                                                                                                     I predict my top artist will be @FirsttoEleven #SpotifyWrapped
## 2756                                                                                                         I predict my top artist will be The Weeknd #SpotifyWrapped
## 2757                                                                         I predict my most played song will be We Got The Moves by Electric Callboy #SpotifyWrapped
## 2758                                                                                                     I predict my top podcast will be @LeBatardShow #SpotifyWrapped
## 2759                                                                                                  I predict my top artist will be @whereisMUNA !!!! #SpotifyWrapped
## 2760                                                                                                              I predict my top genre will be [KPOP] #SpotifyWrapped
## 2761                                                                                                              I predict my top artist will be [NCT] #SpotifyWrapped
## 2762                                                                               I predict my most played song will be definitely from @taylorswift13 #SpotifyWrapped
## 2763                                                                                                    I predict my top artist will be [SEVENTEEN!!!!] #SpotifyWrapped
## 2764                                                                     I predict my top artist will be either Megan Thee Stallion or another hot girl #SpotifyWrapped
## 2765                                                                                            I predict my top podcast will be the @tryguys’ #TryPod. #SpotifyWrapped
## 2766                                                                         my #SpotifyWrapped these past few years 🫶 b4 the new one comes out https://t.co/N81d3Luyad
## 2767                                                                        @joerogan I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped
## 2768                                                                                                                 I predict my top genre will be rap #SpotifyWrapped
## 2769                                                                                         I predict my top genre will be Sleep and Meditation Music  #SpotifyWrapped
## 2770                                                                                                       I predict my top artist will be @IVEstarship #SpotifyWrapped
## 2771                                                                                                              I predict my top genre will be [KPOP] #SpotifyWrapped
## 2772                                                                                              oh lmao btw this is for my top artist predictions for #SpotifyWrapped
## 2773                                                                                            I predict my most played song will be [spider by HOSHI] #SpotifyWrapped
## 2774                    I predict my most played song will be [fill in top song prediction] #SpotifyWrapped\n\nI already know it’s gone be \n“… https://t.co/G5X5Svqgni
## 2775                                                                                                         I predict my top artist will be @gorillaz. #SpotifyWrapped
## 2776                                                                   I predict my most played song will be It’s Corn… or White Noise Binaural Beats 🫠 #SpotifyWrapped
## 2777                                                                                     I predict my most played song will be DON'T DANCE by @amberliu #SpotifyWrapped
## 2778                          Yeah, no, I'd go to all of these days, lol\n\nthe headliners (all bangers btw) are probably a glimpse of what my… https://t.co/oEUK5ayJvt
## 2779                                                                                                       I predict my top genre will be Kpop for sure #SpotifyWrapped
## 2780                                                                                                              I predict my top genre will be [KPOP] #SpotifyWrapped
## 2781                                                                                                            I predict my top genre will be 80s rock #SpotifyWrapped
## 2782                                                                                     I predict my most played song will be “Eleven” by @IVEstarship #SpotifyWrapped
## 2783                       My top podcast is hands down going to be #SmallDoses by @amandaseales The way Amanda uses her platform to amplify a… https://t.co/t9fwTq1Fwe
## 2784                                                                                                   I predict my top genre will be alternative rock. #SpotifyWrapped
## 2785                                                                                                 I predict my top artist will be twenty one pilots  #SpotifyWrapped
## 2786                                                                                                              I predict my top artist will be oasis #SpotifyWrapped
## 2787                                                                            I predict my top podcast will be Murdaugh Murders Podcast #SpotifyWrapped\n@MandyMatney
## 2788                                                                                     no #SpotifyWrapped for me, more like youtube premium 😂 https://t.co/AuBCAWGzn7
## 2789                                                                                                   I predict my top artist will be Mori Calliope !! #SpotifyWrapped
## 2790                                                                                                       I predict my top artist will be SF9 or Twice #SpotifyWrapped
## 2791                                                                                                 I predict my top artist will be @thisismaneskin \n #SpotifyWrapped
## 2792                                                               I predict my most played song will be something by @RuPaul or by @Kesha not sure tho #SpotifyWrapped
## 2793                                                                                          I predict my most played song will be “5/4” by @gorillaz. #SpotifyWrapped
## 2794                                                                                                         I predict my top artist will be Kanye West #SpotifyWrapped
## 2795                                                                                                         I predict my top genre will be Rap/Hip-Hop #SpotifyWrapped
## 2796                                                                                        I predict my most played song will be No More Parties in LA #SpotifyWrapped
## 2797                                                                                                          I predict my top genre will be pop / rock #SpotifyWrapped
## 2798                                                                    I predict my most played song will be [ASAKE - NZAZA or YOUNG JONN - XTRACOOL ] #SpotifyWrapped
## 2799                       Do you know for every 1000 New York City residents, 4 are #Shopify #dropshipping business owners? To get your Shopi… https://t.co/ohu0GoKhKF
## 2800                                                                                      I predict my most played song will be borders990 by @snuffles #SpotifyWrapped
## 2801                                                                                                         I predict my top genre will be Dream SMP ☠️ #SpotifyWrapped
## 2802                                                                                                                #SpotifyWrapped , so proud! https://t.co/RsPa3kzrd5
## 2803                                                                                          I predict my most played song will be [Bambi by Baekhyun] #SpotifyWrapped
## 2804                                                                                   I predict my most played song will be boys don’t cry by the cure #SpotifyWrapped
## 2805                                                                                             I predict my most played song will be fwb by @brakence #SpotifyWrapped
## 2806                                                                                                       I predict my most played song will be mememe #SpotifyWrapped
## 2807                                                                                                       I predict my top podcast will be Fair Enough #SpotifyWrapped
## 2808                       I predict my most played song will be either Running Up That Hill by Kate Bush, At The End of The Day by Wallows, S… https://t.co/lgGU0MntxA
## 2809                                                                                                           I predict my top artist will be Cavetown #SpotifyWrapped
## 2810                                                                                                              I predict my top artist will be Adele #SpotifyWrapped
## 2811                                                         I predict my top podcast will be #Archetypes 🎧. #ArchetypesWithMeghan #ArchetypesOnSpotify #SpotifyWrapped
## 2812                                                                                                  I predict my top artist will be The Front Bottoms #SpotifyWrapped
## 2813                                                                                                  I predict my top podcast will be @DivagandoPodcas #SpotifyWrapped
## 2814                                                                                I predict my most played song will be Set Fire To The Rain By Adele #SpotifyWrapped
## 2815                                                                                          I predict my top podcast will be [the alive 2021 podcast] #SpotifyWrapped
## 2816                                                                                                     I predict my top podcast will be Ear Biscuits  #SpotifyWrapped
## 2817                                                                                                  I predict my most played song will be [As It Was] #SpotifyWrapped
## 2818                               Guys what the fuck am I supposed to do in this situation \n#SpotifyWrapped #RedVelvet #FIFAWorldCupQatar2022 https://t.co/6eEe78aJcO
## 2819                                                                          I predict my most played song will be provenza o motomami o lavender haze #SpotifyWrapped
## 2820                      Bruno Fernandes having fun at the #FIFAWorldCupQatar2022 . Now has 2 goals and 2 Assist. 👏💥\n\n#SpotifyWrapped Shame… https://t.co/KCnkM7eCLP
## 2821                                                                                                My #SpotifyWrapped predictions #TaylorSwift https://t.co/9DSfEPeCL3
## 2822                                                                                                                 I predict my top genre will be rap #SpotifyWrapped
## 2823                                                                                                        I predict my top artist will be [daft punk] #SpotifyWrapped
## 2824                                   For the 5th year in a row, I know Somnus is gonna be on there. It’s my zoning out and/or crying music of choice  #SpotifyWrapped
## 2825                                    I predict my most played song will be [fill in top song prediction] #SpotifyWrapped most definitely gonna be world by seventeen
## 2826                                                                                                                I predict my top genre will be Rock #SpotifyWrapped
## 2827                                                                                                         I predict my top artist will be mac miller #SpotifyWrapped
## 2828                                            I predict my top artist will be Slipknot - w honorable mentions of bring me the horizon and limp bizkit #SpotifyWrapped
## 2829                                                                                                 I predict my top podcast will be WHITE NOISE LAB 😭 #SpotifyWrapped
## 2830                                                                                                               I predict my top genre will be [RAP] #SpotifyWrapped
## 2831                                                                                binging the hell out of @mreemusic so that she shows up in my #SpotifyWrapped 😭🤞🏼🤞🏼
## 2832                                                                                                                I’m so exited for my #SpotifyWrapped this year! ⭐️🤍
## 2833                                                   I predict my most played song will be  a @cametek, @LivingTombstone, or @nelward64 song probably #SpotifyWrapped
## 2834                                                                                                        I predict my top podcast will be [ Banter ] #SpotifyWrapped
## 2835                                                                            somehow spotify has gamified article 15 of the GDPR and it's incredible #SpotifyWrapped
## 2836                                                                                 I predict my most played song will be [short circuit/face to face] #SpotifyWrapped
## 2837                                                                             I predict my most played song will be Doritos &amp; Fritos by 100 Gecs #SpotifyWrapped
## 2838                                                                               @SpotifyAfrica #SpotifyWrapped my top 5\n\nRick Ross\nJ Cole\nKanye\nKendrick\nJay Z
## 2839                                                                                                             I predict my top artist will be ALEX G #SpotifyWrapped
## 2840                                                                                                        I predict my top artist will be @GorgonCity #SpotifyWrapped
## 2841                                                                                                          I predict my top genre will be SOUNDTRACK #SpotifyWrapped
## 2842                                                                                                              I predict my top artist will be Drake #SpotifyWrapped
## 2843                             I’m live again. Had some Home stuff I had to deal with! Come watch me play some apex! https://t.co/ZTfJS0RC1T… https://t.co/iVn5vmdAE4
## 2844                                                                        I predict my most played song will be GLITCH MODEEE #SpotifyWrapped https://t.co/EpRhzqkttM
## 2845                                                                       Do you think America is more broken now or when Kennedy got shot ?\n#History #SpotifyWrapped
## 2846                                                                                                I predict my top artist will be Taylor Swift (obvs) #SpotifyWrapped
## 2847                                           I predict my top artist will be... Actually I alreay know that because of stat apps: Phoenix, currently. #SpotifyWrapped
## 2848                                                                                                cant wait for my #SpotifyWrapped hope theyll drop it on thursday 😩😩
## 2849                                                                                                           I predict my top artist will be Ashnikko #SpotifyWrapped
## 2850                                                   I predict my most played song will be Bad Idea from Waitress the Musical (idk why,, i just know) #SpotifyWrapped
## 2851                                                                                             I predict my most played song will be RUNNER by Alex G #SpotifyWrapped
## 2852                                                                                             I predict my top podcast will be Welcome To Nightvale  #SpotifyWrapped
## 2853                       I don’t typically use Spotify. I’ve been using Apple Music primarily since 2015, but this is what it picked up. Not… https://t.co/ZJh6mkpGs5
## 2854                                                                                                      I predict my top podcast will be @talkingdead #SpotifyWrapped
## 2855                                                                                               I predict my most played song will be [Friday Night] #SpotifyWrapped
## 2856                                                             I predict my top podcast will be @Ladies_Tangents  cus it’s the only one I listen too! #SpotifyWrapped
## 2857                                                                                                 I predict my top artist will be sicuramente Taylor #SpotifyWrapped
## 2858                                                                                                           I predict my top artist will be yungblud #SpotifyWrapped
## 2859                                                                                            Is the one time of the year I regret having apple music #SpotifyWrapped
## 2860                                                                                                          I predict my top artist will be Ice Spice #SpotifyWrapped
## 2861                                                                                         I predict my most played song will be Hula Hoop by Loona 🥺 #SpotifyWrapped
## 2862                                                                                                                #SpotifyWrapped predictions https://t.co/KBKwElVMLo
## 2863                                                                                                     I predict my top artist will be [Taylor Swift] #SpotifyWrapped
## 2864                                                                                                            I predict my top genre will be Pop punk #SpotifyWrapped
## 2865                          A+ assured in your assignment(s).\nWe guarantee quality work and original content in:\n#Philosophy\n#Music\n#Law… https://t.co/jyJSqvkCEM
## 2866                   Brazil 1-0 Switzerland\n\n Casemiro seals qualification with his late wonder goal\n\n#SpotifyWrapped #CyberMondayAmazon… https://t.co/aILhcR48Uf
## 2867                                                                                                           I predict my top genre will be REGGAETON #SpotifyWrapped
## 2868                                   Xmas Time With You 🎶🎶🎶 For your Christmas Playlists! https://t.co/widOd6uDiw\n#christmas2022 #Christmas… https://t.co/sTcmEy41PB
## 2869                                                                                           I predict my most played song will be parents - Yungblud #SpotifyWrapped
## 2870                                                                                              I predict my most played song will be Something DSMP… #SpotifyWrapped
## 2871                                                                              Which one would you attend? #SpotifyWrapped #faouzia @faouzia https://t.co/pYyI2QtUMB
## 2872                                                                                                       I predict my most played song will be HEATED #SpotifyWrapped
## 2873                                                                                  now what if we get #SpotifyWrapped n billie 6th vanity fair in the same dayyy! :o
## 2874                     The soul that has no fixed goal loses itself; \nfor as they say, to be everywhere is to be \nnowhere. —Michel de Mont… https://t.co/EzudW5zMDZ
## 2875                                                                              How I’m expecting my #SpotifyWrapped will look like this year https://t.co/bz1sIbNozb
## 2876                                                                                                              i predict my top podcast will be idfk #SpotifyWrapped
## 2877                            Portugal 2-0 Uruguay\n\n Bruno hits brace to help Navigators qualify from Group H\n\n#brunofernandes #Ronaldo𓃵… https://t.co/ZOBFrhGLed
## 2878                                                                                                                I predict my top genre will be kpop #SpotifyWrapped
## 2879                                                                                                      I predict my top artist will be @bmthofficial #SpotifyWrapped
## 2880                       It's a long thread but everyone needs to read this to see it's not just about #Balenciaga these Pedo and devil wors… https://t.co/RKmWJOJfOb
## 2881                                                                         I predict my most played song will be [Happier than Ever by Billie Eilish] #SpotifyWrapped
## 2882                                                                         I predict my most played song will be bloody valentine by @machinegunkelly #SpotifyWrapped
## 2883                                     WHENS SPOTIFY WRAPPED DROPPING I NEED A REDEMPTION FROM LAST YEAR HAVING DREAM SMP AS ONE OF MY TOP GENRES \n\n#SpotifyWrapped
## 2884                                                                                                      I predict my top artist will be Fleetwood Mac #SpotifyWrapped
## 2885                                                           What’s a GIF that sums up your year in concerts? We’ll go first. #SpotifyWrapped https://t.co/XI7d73Tdgc
## 2886                                                                                                           I predict my top artist will be patricia #SpotifyWrapped
## 2887                                          God’s intentions will reroute your directions. Trust his Process! #havefaith #faithoverfear #process #FYP #SpotifyWrapped
## 2888                                                                                                         I predict my top artist will be stray kids #SpotifyWrapped
## 2889                                             Did you know you have to look at Spotify's top five from the bottom of your phone to read it? #SpotifyWrapped #Spotify
## 2890                                             Let's help you with all your integration on #HubSpot  , you need one right?\nGet some 👇👇 here… https://t.co/8gR9MHnSZC
## 2891                                                                                                             i predict my top genre will be ambient #SpotifyWrapped
## 2892                                                                                                I predict my most played song will be Atlanta Girls #SpotifyWrapped
## 2893                        #CheekOfItProductions by #CRADLERIVisualisations Presents alongside trk called\n🎼#CosDaddysHome🎼\n(🎼#DaddysHome🎼):… https://t.co/4cBC0th3fn
## 2894                                                                                     While waiting for #SpotifyWrapped here’s my instafest👀 https://t.co/5xgf41e4a9
## 2895                                                                                 I predict my top artist will be Juice Wrld #SpotifyWrapped https://t.co/7JyIiiosV4
## 2896                                                                                                   i predict my most played song will be c418-intro #SpotifyWrapped
## 2897                                                                  I predict my most played song will be [fill in top song prediction] #SpotifyWrapped UH UHH UHHHHH
## 2898                                                                                I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 2899                                 why tf isn’t there a god emoji…. @Apple explain. \n\n#SpotifyWrapped #FIFAWorldCupQatar2022 #Christianity… https://t.co/CMF2Cqy8Ec
## 2900                                                                    I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped i dont listen
## 2901                                                                                                         I predict my top artist will be @BebeRexha #SpotifyWrapped
## 2902                                                                          I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped Tallyhall
## 2903                                                                              I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped  fabloo
## 2904                                                                                                     I predict my top artist will be @JamesArthur23 #SpotifyWrapped
## 2905                                                                                                              I predict my top artist will be Elvis #SpotifyWrapped
## 2906                                                                                                      I predict my top artist will be one direction #SpotifyWrapped
## 2907                                               @AniemordJ Good evening my lovely people\n\n #SpotifyWrapped #Ukraine #FIFAWorldCupQatar2022 https://t.co/bPkmXFqrpG
## 2908                                                                                                                 I predict my top genre will be pop #SpotifyWrapped
## 2909                                                                                                 I predict my top artist will be [@machinegunkelly] #SpotifyWrapped
## 2910                                                                                             I predict my most played song will be Unholy @samsmith #SpotifyWrapped
## 2911                       I predict my top podcast will be that one episode pf that podcast with chris and jenny and chris talking about send… https://t.co/Slssi8cgYa
## 2912                                                               I predict my most played song will be I’m Good (Blue) by @BebeRexha and @davidguetta #SpotifyWrapped
## 2913                                                              It takes 5000 spotify plays for us to make the same $ from a single vinyl record sale #SpotifyWrapped
## 2914                 I bet my top song artist will be @mrkittydm\n\nMy top song: Neverending nights by @mrkittydm \n\nMy top songs: \n\nNevere… https://t.co/Won7YvscSH
## 2915                                                                               See you there… 🎶 \n#spotifywrapped \n#instafestapp\n#spotify https://t.co/PBOimkG4K5
## 2916                                                                                    i feel like my tl has never been this excited for #spotifywrapped  as this year
## 2917                                                                          Leave your “gun privilege” in Delaware. #2A #SpotifyWrapped #cops https://t.co/tczPspz4Ih
## 2918                                                                            I predict my top artist will be angelus apatrida y me la vuelve a pelar #SpotifyWrapped
## 2919                                                                                     I predict my most played song will be as it was - harry styles #SpotifyWrapped
## 2920                                                                                               I predict my top artist will be MAYBE ZILD OR TAYLOR #SpotifyWrapped
## 2921                                                                                           I predict my top genre will be thrash metal y me la pela #SpotifyWrapped
## 2922                                                                                                  I predict my top artist will be Twenty One Pilots #SpotifyWrapped
## 2923                                I predict my most played song will be ..... THIS ONES A HARD ONE BUT SOMETHINGS TELLING ME IT MIGHT BE CARDIGAN.... #SpotifyWrapped
## 2924                                                                               I predict my top podcast will be anything goes with Emma chamberlain #SpotifyWrapped
## 2925                                                                                                 I predict my most played song will be como camarón #SpotifyWrapped
## 2926                                                                                                                I predict my top genre will be Kpop #SpotifyWrapped
## 2927                                                                                I predict my most played song will be dont blame me by taylor swift #SpotifyWrapped
## 2928                                                                                                  I predict my top artist will be @bastille easily. #SpotifyWrapped
## 2929                                          I predict my top genre will be probably pop rock..... i dont remember exactly what my last year's was tho #SpotifyWrapped
## 2930                                                            I predict my most played song will be Tomorrow by Shakey Graves #SpotifyWrapped https://t.co/V2Jm6aHt4z
## 2931                                               Bro they #SpotifyWrapped trending rn and it’s not even out yet 😂😭 got me all excited and shi https://t.co/9glGKk4Tfw
## 2932                                                                                                                                     ion see my #SpotifyWrapped ???
## 2933                                                                                              I predict my top podcast will be [Never See Me Again] #SpotifyWrapped
## 2934                                                                                                     I predict my top artist will be @chelseacutler #SpotifyWrapped
## 2935                                                                                                      I predict my top artist will be #Dreamcatcher #SpotifyWrapped
## 2936                       Swamp scum should be terrified, #FreeSpeech is a very rare thing in this world and the concept does not help them c… https://t.co/AsaxVayNvi
## 2937                                                                                                 I predict my most played song will be [Fair Trade] #SpotifyWrapped
## 2938                                                                                                     I predict my top artist will be [ Kanye West ] #SpotifyWrapped
## 2939                               Bruno fernandes is the biggest\nPortugal play at the moment,\ndiscuss??\n\n#FIFAWorldCupQatar2022 #Trending… https://t.co/aGHrWBfsX3
## 2940                                                                               Fuck Christmas #SpotifyWrapped is what I look forward to during the holiday season😂😂
## 2941                                                                                             I predict my top podcast will be [Estirando el chicle] #SpotifyWrapped
## 2942                                                                                  I predict my most played song will be Enter Sandman by Metallica  #SpotifyWrapped
## 2943                                                                                                 I predict my top artist will be #sabrina carpenter #SpotifyWrapped
## 2944                                                                                                                 I predict my top genre will be [ ] #SpotifyWrapped
## 2945                                      Click here not to miss the special Amazon discounts for November https://t.co/Nk8ap4jc9x\n\n#SpotifyWrapped #GiftGalaxy Korea
## 2946                                                                            I predict my most played song will be My Little Pony or Bruno related 🙄 #SpotifyWrapped
## 2947                                                                                                           I predict my top artist will be [Aitana] #SpotifyWrapped
## 2948                                                                                     I just know Beyonce and #Renaissance are all over my #SpotifyWrapped this year
## 2949                                                                                                     I predict my top artist will be [jordan smith] #SpotifyWrapped
## 2950                                                                                                                 I predict my top genre will be pop #SpotifyWrapped
## 2951                                                                       I predict my most played song will be [Sweet/ I thought you wanted to dance] #SpotifyWrapped
## 2952                                                                           I predict my most played song will be "Pink Pony Club" by Chappell Roan. #SpotifyWrapped
## 2953                                                                                                            I predict my top genre will be Kpop lol #SpotifyWrapped
## 2954                                                                                                     I predict my top genre will be [Pop/ Pop Rock] #SpotifyWrapped
## 2955                                                                                                I predict my top podcast will be Painkiller Already #SpotifyWrapped
## 2956                                                                   I predict my most played song will be because i liked a boy by sabrina carpenter #SpotifyWrapped
## 2957                                                      Recreat makeup #aurelhermansyah #mamanur #attaaurel #makeup #tutorial #SpotifyWrapped https://t.co/9ziqBundg5
## 2958                                                                                     I already know my #SpotifyWrapped is going to be nothing but @badomenscult 😅🤘🏻
## 2959                                                                                          I predict my most played song will be [Quieres by Aitana] #SpotifyWrapped
## 2960                                                                                                         I predict my top genre will be [pop genre] #SpotifyWrapped
## 2961                                                                                       Just like the best years of my life  #SpotifyWrapped https://t.co/T1HFaGguxN
## 2962                                     It's a two for Brunoo⚽🎯\nPortugal are off to round off 16⚽🎯\n#SpotifyWrapped #RedVelvet #คุณชายตอนจบ… https://t.co/UDomz2w0cI
## 2963                                                                    This actually scared me I thought it came out already 😔 #SpotifyWrapped https://t.co/rq8awv63L8
## 2964                                                                                       I predict my most played song will be fine line or as it was #SpotifyWrapped
## 2965                                                                                       I predict my most played song will be #LastSequence by #WJSN #SpotifyWrapped
## 2966                                                                                                       I predict my top artist will be @zildbenitez #SpotifyWrapped
## 2967                                                                                                           I predict my top artist will be [Ateez!] #SpotifyWrapped
## 2968                     If you want to be confident, you need to look confident. \n\nBe sure to add slightly smaller handbags to your wardrob… https://t.co/HEJjW6wdSY
## 2969                        John Lennon was a criminally underrated guitarist. 'I Feel Fine', 'She Said She Said' and 'And Your Bird Can Sing'… https://t.co/0cdaEt8BdM
## 2970                                                 I predict my most played song will be [fill in top song prediction] finally free by Joshua Bassett #SpotifyWrapped
## 2971                                                                                                             I predict my top genre will be [K-Pop] #SpotifyWrapped
## 2972                                                        I already know my top song is Super Freaky Girl @NICKIMINAJ and if it ain’t  I’m gonna sue. #SpotifyWrapped
## 2973                                                                                                     I predict my top artist will be @PaulMcCartney #SpotifyWrapped
## 2974                                  #LaurenBoebertIsSoDumb she once asked why Black people want civil rights and not gold ones. #CyberMonday… https://t.co/YxQc2jPaca
## 2975                                                                                                       I predict my top genre will be Classic Rock. #SpotifyWrapped
## 2976                                                                       50% of my tik tok algo is girls who are meatheads after losing 80-140 pounds #SpotifyWrapped
## 2977                                                                                    I predict my most played song will be fine line by harry styles #SpotifyWrapped
## 2978                                                                                                 Headache today. Grumpy\n#SpotifyWrapped #CyberMonday #FIFAWorldCup
## 2979                                                                                                         I predict my top artist will be mr kitty.  #SpotifyWrapped
## 2980                                                                             I predict my most played song will be All Too Well (10 Minute Version) #SpotifyWrapped
## 2981                                                                                                                         Spotify Wrapped \nDec 1st. #SpotifyWrapped
## 2982                               Bruno Magnifico Fernandes Call it An Evening #SpotifyWrapped #RedVelvet #FIFAWorldCupQatar2022 #CyberMonday… https://t.co/8g3RCKB9NF
## 2983                       Not even excited for my #SpotifyWrapped cause I already know WayV aren’t getting the top artist this year since I g… https://t.co/LineyjmTvZ
## 2984                                                                                        I predict my top podcast will be [The Joe Rogan Experience] #SpotifyWrapped
## 2985                                                                             I predict my top artist will be ghost (and if its not then i will cry) #SpotifyWrapped
## 2986                                                                                               Who's coming to Booglefest?\n#SpotifyWrapped https://t.co/bzQ8urFCDB
## 2987                                                                                       I predict my top artist will (probably) be [@ATEEZofficial ] #SpotifyWrapped
## 2988                                                                                                      I predict my top podcast will be Drama Queens #SpotifyWrapped
## 2989                                             I predict my most played song will be Molly Hearts by Trippie Redd or Long Time intro by Playboi Carti #SpotifyWrapped
## 2990                                                      #SpotifyWrapped #Portugal #CyberMonday #FIFAWorldCupQatar2022 #Portugal Cmonnn🇵🇹🇵🇹🔥🔥🔥 https://t.co/wWNct5cWFh
## 2991                                                                                                I predict my top artist will be.... idk you tell me #SpotifyWrapped
## 2992                                                                                                       I predict my top artist will be Taylor Swift #SpotifyWrapped
## 2993                                                                                                 I predict my most played song will be [ hell yeah] #SpotifyWrapped
## 2994                                                                                                         I predict my top artist will be BTS or Txt #SpotifyWrapped
## 2995                                                                                                  I predict my most played song will be [moon song] #SpotifyWrapped
## 2996                                                                               I predict my most played song will be [hoax] #SpotifyWrapped https://t.co/EczKxwlrQg
## 2997                             All these Mala guys  are just so superb to work with not like Yorubas \nAhh Wahala\n#Ronaldo𓃵 #SpotifyWrapped… https://t.co/yeSroIUdbd
## 2998                                                                                                           I predict my top genre will be Kpop lmao #SpotifyWrapped
## 2999                                   My #SpotifyWrapped is gonna be Beyoncé, and Renaissance at number 1. With cuff it and break my soul fighting it out for number 1
## 3000                                                                                                       I predict my top artist will be Taylor Swift #SpotifyWrapped
## 3001                                                                                              I predict my most played song will be Run BTS/Arson?? #SpotifyWrapped
## 3002                                                                                                      I predict my most played song will be Run BTS #SpotifyWrapped
## 3003                                                                                                 I predict my most played song will be [Only Angel] #SpotifyWrapped
## 3004                                                                                                             I predict my top genre will be country #SpotifyWrapped
## 3005                      I know I haven’t posted much last week but this is a new week so.\nLet’s start out by saying thanks to all who follo… https://t.co/YpRDf5VLK6
## 3006                                                                                                               I predict my top genre will be [Pop] #SpotifyWrapped
## 3007                                                                                                   I predict my top artist will be [One Direction ] #SpotifyWrapped
## 3008                                                                                                            I predict my top artist will be @5SOS 💗 #SpotifyWrapped
## 3009                                                                                Let's get it to 10k views!!  \n#SpotifyWrapped #CyberMonday https://t.co/XgNVvlvPXx
## 3010                                                                                          I predict my top podcast will be “Vad?” Ijustwanttobecool #SpotifyWrapped
## 3011                                                                              I predict my most played song will be All Too Well 10 minute version 🧣#SpotifyWrapped
## 3012                                                                         I predict my most played song will be The Tipping Point by @tearsforfears  #SpotifyWrapped
## 3013                                                                 E get one girl I wan approach,but her friends just surround her fly😒\n#SpotifyWrapped \n#RedVelvet
## 3014                                                                                               I predict my top podcast will be The Magnus Archives #SpotifyWrapped
## 3015                                                                                                      I predict my top artist will be ariana grande #SpotifyWrapped
## 3016                                                                      i predict my most played song will be deja vu/traitor #SpotifyWrapped https://t.co/7laWcXw17I
## 3017                            I see #SpotifyWrapped and people getting impatient, waiting for it.\n\nPSA: https://t.co/qwYPYivCTE does this for you, all year around.
## 3018                                                                                                       I predict my most played song will be meow 👁👁#SpotifyWrapped
## 3019                                                                            I predict my most played song will be [United in Grief- Kendrick Lamar] #SpotifyWrapped
## 3020                                                                                                  I predict my top artist will be The Amazing Devil #SpotifyWrapped
## 3021                                                                                                 I predict my most played song will be O.O Nmixx 😂😂 #SpotifyWrapped
## 3022                                                                                                               I predict my top genre will be Indie #SpotifyWrapped
## 3023                                                                                      I predict my most played song will be [Runaway By Kanye west] #SpotifyWrapped
## 3024                          I predict my most played song will be runaway from lip peep (i honestly don't have any idea but i was really feeling it)  #SpotifyWrapped
## 3025                                                                                    I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped
## 3026                                                               @Spotify is the only one who understands me 😔 can't wait for #SpotifyWrapped https://t.co/hLj0dvj4uZ
## 3027                                                                                                          I predict my top artist will be Radiohead #SpotifyWrapped
## 3028                                                                if im not in the 0.01% of 5sos' listeners this year then what even is the point ??? #SpotifyWrapped
## 3029                                                                                                               I predict my top artist will be HOME #SpotifyWrapped
## 3030                                                                                 I predict my most played song will be Space Was Cool by Markiplier #SpotifyWrapped
## 3031                                                                                                      i hit 200🥳#SpotifyWrapped #brawlhalla https://t.co/6usDxKgrSh
## 3032                                                                                      I predict my top artist will be Taylor swift or harry styles  #SpotifyWrapped
## 3033                       Business marketing, brand strategy, social media management, social media ads, brand activations,influencer marketi… https://t.co/BvlQ5ZeKrT
## 3034                                                                                               I predict my most played song will be mago - gfriend #SpotifyWrapped
## 3035                                                                                            Thats crazy\n#SpotifyWrapped #backrooms #TikTok https://t.co/qD6ReMFaQe
## 3036                                                                                                I predict my top podcast will be no podcast but idk #SpotifyWrapped
## 3037                                                                           I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped I guess?
## 3038                                                                                                          I predict my top genre will be Indie Rock #SpotifyWrapped
## 3039                                                                                                    I predict my top artist will be [lana del rey ] #SpotifyWrapped
## 3040                                                                                 I predict my most played song will be Forget Me by @LewisCapaldi 🤭 #SpotifyWrapped
## 3041                                                                                                I predict my top artist will be Tomorrow x Together #SpotifyWrapped
## 3042                                                                                                         if dsmp is my top genre i will kay emm ess #SpotifyWrapped
## 3043                                                                                                           I predict my top genre will be [R&amp;B] #SpotifyWrapped
## 3044                                                                          I predict my most played song will be Skrting On The Surface by The Smile #SpotifyWrapped
## 3045                                                                                               I predict my top genre will be R&amp;B or Indie-Rock #SpotifyWrapped
## 3046                                                                                              I predict my top artist will definitily be Bruno mars #SpotifyWrapped
## 3047                     @POTUS #CyberMonday #GivingTuesday #SpotifyWrapped #FIFAWorldCupQatar2022 #MondayMotivation \n\nYou forgot the ugly s… https://t.co/LPrhp4FC0b
## 3048                                                                                                  I predict my top podcast will be @CrimeJunkiePod  #SpotifyWrapped
## 3049                                                                                I predict my most played song will be [west coast by lana del rey ] #SpotifyWrapped
## 3050                                                                                                 I predict my most played song will be off the grid #SpotifyWrapped
## 3051                                                                                                       I predict my top artist will be Taylor Swift #SpotifyWrapped
## 3052                                                                                                                                      HURRY UP PLZ  #SpotifyWrapped
## 3053                                                                                                          I predict my top artist will be Daft Punk #SpotifyWrapped
## 3054                                                                                                     #SpotifyWrapped trending made me think it's already come out 😑
## 3055                                                                                                      I predict my top artist will be [TheMidnight] #SpotifyWrapped
## 3056                                                                                                         I predict my top genre will be [synthwave] #SpotifyWrapped
## 3057                                                                             I predict my most played song will be [fill in top song prediction] #SpotifyWrapped!!!
## 3058                                                                                                                 I predict my top genre will be pop #SpotifyWrapped
## 3059                                                                                                      I predict my top genre will be [Filter House] #SpotifyWrapped
## 3060                                                                                        I predict my most played song will be Generation by tripleS #SpotifyWrapped
## 3061                                                                                              I predict my most played song will be I ain’t worried #SpotifyWrapped
## 3062                                                                                 I predict my top artist will be \nTyler The, Creator Or Kanye West #SpotifyWrapped
## 3063                                                                                                         I predict my top artist will be @paparoach #SpotifyWrapped
## 3064                                                                                        I predict my top artist will be Taylor Swift by a landslide #SpotifyWrapped
## 3065                                                                        I predict my top artist will be frank ocean #SpotifyWrapped even tho this is a lana account
## 3066                                                                                                                   saw  #SpotifyWrapped trending got me excited ffs
## 3067                                                                         I genuinely have no idea who my most played artist will be this year on my #SpotifyWrapped
## 3068                      Isr-aeli occu-pying troops detained Palestinian youth Khalil Shamasneh, from Jerusalem, last night.\n#PokemonViolet … https://t.co/iluiG2pyVK
## 3069                                                                                                                 I predict my top genre will be pop #SpotifyWrapped
## 3070                                                                                                    I predict my top artist will be dream minecraft #SpotifyWrapped
## 3071                         Except the nurses choose to be pregnant,the fucker fucketh in vain \n\n#SpotifyWrapped #FIFAWorldCupQatar2022 #GiftGalaxy #Twittershutdown
## 3072                                                                                    I predict my most played song will be [every song i ever wrote] #SpotifyWrapped
## 3073                                                                         I predict my most played song will be \nA Boy Is A Gun- Tyler, The Creator #SpotifyWrapped
## 3074                                                                                                  waiting for #SpotifyWrapped is worse than waiting for your period
## 3075                                                                                                               I predict my top artist will be Kino #SpotifyWrapped
## 3076                                                                                            I predict my most played song will be anything by yeule #SpotifyWrapped
## 3077                       I predict my top podcast will be (though I don’t listen to it through Spotify) #TheRalphReport. What can I say? I l… https://t.co/1YbpYDmJ0n
## 3078                                                                                      I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped
## 3079                                                                                     when their top song on #SpotifyWrapped is "Fancy Like" https://t.co/k45kOK2fwQ
## 3080                                             I predict my top podcast will be anything Brown Noise 😂😂 that’s the only way I could sleep some nights #SpotifyWrapped
## 3081                                                                                       I predict my top artist will be [Travis Scott, Kanye West] 🔥 #SpotifyWrapped
## 3082                                         Let me get ahead of the discourse and say I enjoy seeing your #SpotifyWrapped and will totally check it out if you post it
## 3083                                                                               I predict my top podcast will be Anything goes with Emma Chamberlain #SpotifyWrapped
## 3084                                                                                                          Can’t wait for my #SpotifyWrapped https://t.co/fSOEZS8wIJ
## 3085                                    Ladies and gentlemen: HER\nTaylor Swift | The Music Industry Tour #TaylorSwift #TaylorSwiftTheErasTour… https://t.co/iqo1LfPMBT
## 3086                                            I predict my most played song will be [fill in top song prediction] #SpotifyWrapped will be when I’m gone by Katy Perry
## 3087                                                                       I predict my top podcast will be only one I actually listen to, Distractible #SpotifyWrapped
## 3088                                                                                I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 3089                                                                                                               I predict my top genre will be filmi #SpotifyWrapped
## 3090                                                                                                        I predict my top artist will be my boy sean #SpotifyWrapped
## 3091                                                                                I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 3092                                                     The fs real chapter 4 leak\n#FortniteFracture #FortniteLeaks #chapter4 #SpotifyWrapped https://t.co/iR7lQr9Ag2
## 3093                                                                                     Can’t wait to see @blackveilbrides for another year in a row 🤣 #SpotifyWrapped
## 3094                                                                                                I predict my most played song will be Ussewa by Ado #SpotifyWrapped
## 3095                                   I predict my top artist will be Oxlade, Ayra Start, or Korede Bello. Curious to see which one comes out on top.  #SpotifyWrapped
## 3096                                                                                                       I predict my top artist will be Harry Styles #SpotifyWrapped
## 3097                                                                                                    I predict my top artist will be @WeAreTheWrecks #SpotifyWrapped
## 3098                       My #SpotifyWrapped will be probably be all Agoaniki-P and Mitski and Perfume those are like the only things I liste… https://t.co/x0y7lw52cB
## 3099                                     I predict my top artist will be [fill in top artist prediction]. I know who it’s going to be I AM EMBARRASSED. #SpotifyWrapped
## 3100                                                                                                I predict my top artist will be stray kids #SpotifyWrapped for sure
## 3101                                                                                    I predict my most played song will be Satellite by Harry Styles #SpotifyWrapped
## 3102                                                                                                Doodle of my earbuds 🎶🎵 #SpotifyWrapped #OC https://t.co/KVQT4SMfSj
## 3103                                                                                            I predict my most played song will be MGK or Eminem #SpotifyWrapped 🔥✨
## 3104                                                              I predict my most played song will be All Too Well 10 Minute Version Taylor’s Version #SpotifyWrapped
## 3105                I’m going to predict who are my top artist this year on my #SpotifyWrapped \n1) Above &amp; Beyond\n2) Bad Bunny\n3) Porte… https://t.co/6j6xlWXEaw
## 3106                            ✔My service is only done through the Google Ads\n\n👉🏻Dm for portfolio @DMWASI12 \n\n#DigitalMarketing #YouTube… https://t.co/R84TKcCv7e
## 3107                                                                                            I predict my top genre will be kpop #SpotifyWrapped i mean.... come one
## 3108                        💥 Spotify has been prepping music fans for their personalized "Spotify Wrapped" playlist for weeks, and the end of… https://t.co/lBUMmIXrcx
## 3109                                                                                                        I predict my top artist will be @Stray_Kids #SpotifyWrapped
## 3110                       I predict my top artist will be @MarisaMaino. BUT, @HeyViolet is easily a top contender as well. No matter what, Ma… https://t.co/SgjhcoKAPL
## 3111                                                                                                                 pls i need #SpotifyWrapped i have no sense of self
## 3112                                I predict my most played song will be lust for a vampyr by i monster #SpotifyWrapped i know this for a fact and yes i am doing this
## 3113                                                                                                       I predict my top artist will be Taylor Swift #SpotifyWrapped
## 3114                                                    I predict my most played song will be \n1. Ijo (Laba Laba) by Crayon or \n2. Proud by Oladapo \n#SpotifyWrapped
## 3115                                                                                                             I predict my top genre will be [K-Pop] #SpotifyWrapped
## 3116                                                                                              I predict my top artist will be Bloodywood of course. #SpotifyWrapped
## 3117                                                                                                             I predict my top genre will be pop idk #SpotifyWrapped
## 3118                                                                                      I predict my top podcast will be [i don't listen to podcasts] #SpotifyWrapped
## 3119                            Excellent and Brilliant great job done Ghana Black Stars 🇬🇭 \n#FIFAWorldCupQatar2022 #qatar2022worldcup #kudus… https://t.co/g072RKafUS
## 3120                                                                                                 I predict my most played song will be Walk em down #SpotifyWrapped
## 3121                                                     y'all gave spotify wrapped so much buzz that they're treating it like a merch drop i'm yelling #SpotifyWrapped
## 3122                                                                                              @SpotifyAfrica My Top Artist is @GSMusicEst2018 #Stop #SpotifyWrapped
## 3123                                                                                                       I predict my top artist will be [The Weeknd] #SpotifyWrapped
## 3124                                                                           I predict my most played song will be [Winter, Flower by @WEi__Official] #SpotifyWrapped
## 3125                                I need a man to lick my plate - Pretty lady cries out in a new trending video 🙆 #SpotifyWrapped #RedVelvet… https://t.co/lYYHADaWI8
## 3126                                                                                                                  Watch all my predictions be wrong #SpotifyWrapped
## 3127                                                                                    I predict my most played song will be Bejeweled by Taylor Swift #SpotifyWrapped
## 3128                                                             I predict my most played song will be [fill in top song prediction] #SpotifyWrapped \n\nBlovee shottas
## 3129                                                                                                   I predict my top artist will be [mcr or nirvana] #SpotifyWrapped
## 3130                                                                                    I predict my most played song will be [Sacrifice by The Weeknd] #SpotifyWrapped
## 3131                                                                                                         I predict my top artist will be @yunggravy #SpotifyWrapped
## 3132                                                                                                        I predict my top genre will be [metal/rock] #SpotifyWrapped
## 3133                                                                                                        I predict my top podcast will be nenhum 🙆🏽‍♀️ #SpotifyWrapped
## 3134                                 I predict my most played song will be california love or sea,swallow me. idk tbf the taste switched a good 7 times #SpotifyWrapped
## 3135                                                                                     I predict my most played song will be #SpotifyWrapped\nhttps://t.co/68bWeESEKC
## 3136                                                                                        I predict my most played song will be [duality by slipknot] #SpotifyWrapped
## 3137                                                                                                         I predict my top genre will be Modern Rock #SpotifyWrapped
## 3138                                                                                                      I predict my top artist will be TAYLOR SWIFT  #SpotifyWrapped
## 3139                            Twitter make una put mouth Cos me I nor understand this one😭😭😂😂#Nigeria #SpotifyWrapped #FIFAWorldCupQatar2022… https://t.co/hU0yc9PlAe
## 3140                                              I've just connected my account to the work Alexa this will be my last true #SpotifyWrapped next year's will be wild 😅
## 3141                                                                                              I predict my top artist will be Tomorrow x Together 💖 #SpotifyWrapped
## 3142                                                                             me knowing sabrina carpenter is clearing on my #SpotifyWrapped https://t.co/o4YtUkBaRH
## 3143                                                                                                                      anxiously awaiting my #SpotifyWrapped like fr
## 3144                                                                                                                 I predict my top genre will be pop #SpotifyWrapped
## 3145                                                                                              I predict my top artist will be [TOMORROW X TOGETHER] #SpotifyWrapped
## 3146                                                                              I predict my most played song will be [All Too Well by Taylor Swift ] #SpotifyWrapped
## 3147                                                                                   I predict my most played song will be mirrorball by #TaylorSwift #SpotifyWrapped
## 3148                                   PLEASE RETWEET 🚨🚨🚨 #AdoptDontShop #AdoptMePets #foster #fosteringsaveslives #RescueDogs #SpotifyWrapped… https://t.co/5pAp1ZSmm0
## 3149                                                                                                      I predict my top artist will be Mother Mother #SpotifyWrapped
## 3150                                                                                                              I predict my top genre will be kpop 🤧 #SpotifyWrapped
## 3151                                                                                                             I predict my top genre will be [K-pop] #SpotifyWrapped
## 3152                                                                                                          I predict my top artist will be @TDWPband #SpotifyWrapped
## 3153                                                                                                         I predict my top artist will be BRUUUUUUCE #SpotifyWrapped
## 3154                                                                                I predict my most played song will be [the great war- taylor swift] #SpotifyWrapped
## 3155                                                                                                       I predict my top artist will be Taylor Swift #SpotifyWrapped
## 3156                       I predict my top podcast will be my own: The Wrestling fan vlog podcast and Anything Else to Add with Lindsie Rodge… https://t.co/kUM4dnMgZo
## 3157                                                                                          I predict my most played song will be [Good Boy Gone Bad] #SpotifyWrapped
## 3158                                                         If Ghana qualifies we will play Brazil 🇧🇷 in R16 I think we are out #SpotifyWrapped #FIFAWorldCupQatar2022
## 3159                                                                                            I predict my top artist will be Taylor Swift💜💜 (by far) #SpotifyWrapped
## 3160                                                                                                               I predict my top genre will be pop ] #SpotifyWrapped
## 3161                                                                                                I predict my most played song will be [Jimmy Cooks] #SpotifyWrapped
## 3162                                                                                                    I predict my most played song will be as it was #SpotifyWrapped
## 3163                                                                                                         I predict my top podcast will be  Banter!! #SpotifyWrapped
## 3164                                                                                 I predict my most played song will be Doomswitch - @makethemsuffer #SpotifyWrapped
## 3165                                                                           I predict my top artist will be hopefully @sza but I think Ariana grande #SpotifyWrapped
## 3166                                                                                                  I predict my top artist will be @taylorswift13 🫶🏻 #SpotifyWrapped
## 3167                                                                                                                I predict my top genre will be Kpop #SpotifyWrapped
## 3168                                     I predict my most played song will be What Do You Know About Love - by Joshua Bassett and Sofia Wylie… https://t.co/mnomupacP6
## 3169                                                                                    I predict my top artist will be @AvaMax #SpotifyWrapped https://t.co/2ehHNceJ1h
## 3170                                                                                                I predict my top artist will be without a doubt BTS #SpotifyWrapped
## 3171                                                                          I predict my most played song will be good boy gone bad by @TXT_members 🌹 #SpotifyWrapped
## 3172                                                                         I predict my most played song will be "Your Number's Up" by Ice Nine Kills #SpotifyWrapped
## 3173                                                                                             I predict my most played song will be good days by Sza #SpotifyWrapped
## 3174                                                                                                       I predict my most played song will be RunBTS #SpotifyWrapped
## 3175                                                                                                                 I predict my top genre will be Pop #SpotifyWrapped
## 3176                                                                                                            RELEASE #SpotifyWrapped ALREADY https://t.co/VOopIfpWj9
## 3177                                                                                                            I predict my top genre will be rock 🤟🤟🤟 #SpotifyWrapped
## 3178                                                                               I predict my top artist will be Taylor Swift #SpotifyWrapped https://t.co/Sef26h8I5V
## 3179                                                                                                         #SpotifyWrapped  yeah ok it's soon but WHEN when is soon 😭
## 3180                                                                                                            I predict my top genre will be R&amp;B  #SpotifyWrapped
## 3181                                              I predict my top artist will be @Tom_Grennan #SpotifyWrapped. I have a feeling I’ll be in his top 1-3% of listeners 😅
## 3182                                                                         I predict my most played song will be Comfortably Numb (Live) [2019 Remix] #SpotifyWrapped
## 3183                                                                                             I predict my top podcast will be #ArchetypesWithMeghan #SpotifyWrapped
## 3184                                                                     I predict my top artist will be Mac Miller, Cleo Sol, Tems, JID, and Baby Rose #SpotifyWrapped
## 3185                                                                                                       I predict my top artist will be Taylor Swift #SpotifyWrapped
## 3186                                                     I predict my most played song will be [leave the door open by silk Sonic @silksonic @brunomars #SpotifyWrapped
## 3187                       You might have tried so many online business and fail, but please have you tried this? A big NO, why then do you th… https://t.co/gmDSAELTkh
## 3188                                                                                                        I predict my top artist will be STRAY KID.  #SpotifyWrapped
## 3189                                                          Packing early morning #heartinbows #RedVelvet #SpotifyWrapped #CyberMonday #kudus https://t.co/OQ1HqRnqON
## 3190                                                                                                I predict my most played song will be MUDDY WATER.  #SpotifyWrapped
## 3191                                                                                I wish I was as confident with my sex skills as female rappers are. #SpotifyWrapped
## 3192                                                                                                 I predict my top podcast will be [#baywatchberlin] #SpotifyWrapped
## 3193                                                                     I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped @PhaseZeroCB
## 3194                                                                                                         I predict my top artist will be DC The Don #SpotifyWrapped
## 3195                                                               Listen to my song pls! #Rap #music #SpotifyWrapped #artistsontwitter #SONG \nhttps://t.co/bp5gMFwsqW
## 3196                                                                       I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped TAYLOR SWIFT
## 3197                                                                                                                                        PLS PLS PLS #SpotifyWrapped
## 3198                                                                                  I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped pop
## 3199                                                                I predict my most played song will be [fill in top song prediction] #SpotifyWrapped any taylor song
## 3200                           I predict my most played song will be either “Not Over Yet” by KSI featuring Tom Grennan or “STAR WALKIN’” by Lil Nas X. #SpotifyWrapped
## 3201                                                                                                    I predict my most played song will be iCarly :/ #SpotifyWrapped
## 3202                                                                                                                                   #SpotifyWrapped got me hyped af!
## 3203                                                                               I predict my most played song will be Still Love You by Sofia Carson #SpotifyWrapped
## 3204                                                                                                       I predict my top artist will be @carlypearce #SpotifyWrapped
## 3205                                                                                           @nuevogansito @azulcorri come back before my #SpotifyWrapped comes 😭😭😢😢😢
## 3206                                                                                I predict my top podcast will be [fill in top podcast Rachel Maddow #SpotifyWrapped
## 3207                                                                                                          I predict my top artist will be @polyphia #SpotifyWrapped
## 3208                                                                                           i just want to see my #SpotifyWrapped already!!! https://t.co/aTdfCHGvSr
## 3209                            Purchase my my hair vendor for $40 TODAY \n\nText (4047020552) if interested 💕\n\n#CyberMonday #SpotifyWrapped… https://t.co/SzwSDA74lL
## 3210                                                                               I predict my most played song will be rose-colored boy by paramore \n#SpotifyWrapped
## 3211                                                                                                                I predict my top artist will be BTS #SpotifyWrapped
## 3212                                                                     I predict my most played song will be Mad As Fuck by Ramirez ft. Freddie Dredd #SpotifyWrapped
## 3213                                Men settle where they find peace not beauty while women settle where they find money not handsome\n#hookup… https://t.co/TelvEvxvHB
## 3214                        Support us now and help make a difference.\nDonate Now \nhttps://t.co/dfYSTIULWn\n#Qatar2022 #RedVelvet #YasakElma… https://t.co/gTagaYmMpr
## 3215                                                                       I predict my top artist will be @KiDCuDi \nHe will take that spot this year\n#SpotifyWrapped
## 3216                                                                                         I predict my most played song will be Bubble Guppies Theme #SpotifyWrapped
## 3217                       I don't think I even listened to Rain On Me *as much* this year, but it will somehow probably still be my most play… https://t.co/6UW8r5qsWQ
## 3218                                                                                                       I predict my top artist will be [Ed Sheeran] #SpotifyWrapped
## 3219                                                                         no one cares about your  #SpotifyWrapped .... keep it to yourself. https://t.co/XP7bFPWj3d
## 3220                                                                                                       I predict my top artist will be Taylor Swift #SpotifyWrapped
## 3221                                                                                               I predict my top genre will be dmsp Minecraft genre 😭#SpotifyWrapped
## 3222                                                                                                I predict my most played song will be [Yet To Come] #SpotifyWrapped
## 3223                                                                                                            I predict my top genre will be pop lmao #SpotifyWrapped
## 3224                                                                                                       This year has been ROUGH #SpotifyWrapped WILL BE EXPOSING ME
## 3225                              When you’re Cristiano Ronaldo ♥️\n#CR7𓃵 #CR7 #ronaldo #CristianoRonaldo #Portugal #uru #FIFAWorldCupQatar2022… https://t.co/k9z6IYozP7
## 3226                     Here’s my prediction for my #SpotifyWrapped:\n\nNirvana, Tyler, the Creator, and Michael Giacchino will be my most li… https://t.co/UD1UAps1rJ
## 3227                       I predict my most played song will be [Leave me behind by @NateWantsToBtl and @TheCamSteady ]  #SpotifyWrapped  Sla… https://t.co/BiH5gwQNhL
## 3228                                                                            I predict my most played song will be Running up that hill by Kate Bush #SpotifyWrapped
## 3229                                                                                                               I predict my top genre will be [Pop] #SpotifyWrapped
## 3230                                                                             I predict my most played song will be All Too Well (10 minute version) #SpotifyWrapped
## 3231                                                               You can't complain about my versatility. #Spotify #SpotifyWrapped #instafest https://t.co/EK0qseg6ZT
## 3232                                                                           I predict my most played song will be It's very clearly gonna be Gaddaar #SpotifyWrapped
## 3233                                                                                                                                   #SpotifyWrapped okay where is it
## 3234                       screaming - i totally forgot to write jojo earlier , forgive me - but anyway guessing my spotify wrapped is gonna b… https://t.co/IdMKVpdQ36
## 3235                                                                                                                I predict my top artist will be BTS #SpotifyWrapped
## 3236                                                                                          I predict my most played song will be Scars by Stray kids #SpotifyWrapped
## 3237                                                                                                           I predict my top artist will be Sodikken #SpotifyWrapped
## 3238                       Check out Blazzian Collection's video! #TikTok https://t.co/niJugnUEst\n\n#lasvegasfashiondesigner #fashiondesigner… https://t.co/npCNYQnMJk
## 3239                                                                                                                I predict my top genre will be Kpop #SpotifyWrapped
## 3240                                                                               I predict my top artist will be The One And Only Taylor Alison Swift #SpotifyWrapped
## 3241                                   I stand with gender equality fam , no shades , bro smacked the shot outa her #SpotifyWrapped #RedVelvet… https://t.co/QMaLfUVvDZ
## 3242                                                             my #SpotifyWrapped is gonna be so ass because I use lofi music to sleep so it's just all gonna be that
## 3243                                                                                                                 FUCK SPOTIFY WE APPLE MUSIC GANG\n #SpotifyWrapped
## 3244                                                                                               I predict my top podcast will be the magnus archives #SpotifyWrapped
## 3245                       Since #SpotifyWrapped is about to drop and I use the superior Apple Music, here’s my top 10 songs 🤣 Not even surpri… https://t.co/Wqe5buufO7
## 3246                                                                                  I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped
## 3247                                                                                               #SpotifyWrapped making me a custom playlist: https://t.co/u2bCREIwrd
## 3248                                                                                                                      #SpotifyWrapped r&amp;b gotta b there on mine
## 3249                                                   I predict my top artist will be KSI. You can’t blame me for choosing the U.K. YouTuber for this. #SpotifyWrapped
## 3250                                                                                              I predict my most played song will be Euphoria by BTS #SpotifyWrapped
## 3251                                                                                                 OMGG let's guess who would be on our top 5 for #SpotifyWrapped !!!
## 3252                    Calling it now.\n\nMy #SpotifyWrapped will consist of the following\nAnd probably some rogue one like Disney or Kim Wi… https://t.co/aGMo3OSxog
## 3253                       Check out Purple Relaxation Syrup, 2 oz https://t.co/WsOTvVHyNn #eBay via @eBay Balenciaga #WhatsApp City of Housto… https://t.co/6ZoTNDyHN7
## 3254                                                                                                     I predict my top artist will be harry styles 🥰 #SpotifyWrapped
## 3255                                                                                                      I predict my top podcast will be DISTRACTIBLE #SpotifyWrapped
## 3256                       Fine, I'll do it. I predict my most played song will be Empty By Letdown. I'm a depressed bitch and found this song… https://t.co/Yjsetx2xcD
## 3257                                                                                     I predict my most played song will be Everybody's Gay by Lizzo #SpotifyWrapped
## 3258                                                                             I predict my top artist will be [Taylor Swift] #SpotifyWrapped https://t.co/w2B31f4ATn
## 3259                                                                                   I predict my most played song will be night shift by lucy dacus 🤧#SpotifyWrapped
## 3260                                                                                 I predict my top podcast will be Migrantes https://t.co/c091LGwBPv #SpotifyWrapped
## 3261                                                                                     I predict my most played song will be Persephone in the Garden #SpotifyWrapped
## 3262                              i love the smiths… I SAID I LOVE THE SMITHS\n\nI think a few worlds would collide at this fest\n\n#instafest… https://t.co/Nk6BHqkBBw
## 3263                                                                                           I predict my most played song will be [titi me preguntó] #SpotifyWrapped
## 3264                                                                                        I predict my most played song will be Interlude Set Me Free #SpotifyWrapped
## 3265                                                    If you haven’t already tap in to my latest Drop ✨💥#djya2x #SpotifyWrapped #CyberMonday https://t.co/xrcUXE5yJz
## 3266                                                                                                            Waiting for #SpotifyWrapped 🙆🏿‍♂️ https://t.co/wip4I6ryec
## 3267                                                                                    I predict my most played song will be a Fred Again! song surely #SpotifyWrapped
## 3268                                                                                                    I predict my top artist will be [@nfrealmusic ] #SpotifyWrapped
## 3269                                                                                                 I predict my top podcast will be Dracula audiobook #SpotifyWrapped
## 3270                                                      Missing you dear😍😍\n\n#love  #CyberMonday #RedVelvet #SpotifyWrapped #fashion #beauty https://t.co/o2Xo3sOXxP
## 3271                                                                                                      I predict my top podcast will be Archetypes!! #SpotifyWrapped
## 3272                                                                                                    I predict my top artist will be @vendredisurmer #SpotifyWrapped
## 3273                       Check out Red Relaxation Syrup, 2 oz https://t.co/fH0Bh0z2dM #eBay via @eBay \nBalenciaga #WhatsApp City of Houston… https://t.co/tC8nxINKYw
## 3274                                                                                                              I predict my top artist will be Ghost #SpotifyWrapped
## 3275                                                                                                   I predict my top podcast will be Gemischtes Hack #SpotifyWrapped
## 3276                                                                                                       I predict my top podcast will be Trash Taste #SpotifyWrapped
## 3277                       I predict my top genre will be FUCKING DSMP BCS SPOTIFY HAS THAT STUPID GODDAMN GENRE AND IT SUCKS AND ITS NOT EVEN… https://t.co/LTa1ZNsZxx
## 3278                                                                                                     I predict my top genre will be Russian Alt Pop #SpotifyWrapped
## 3279                                                                                         I predict my most played song will be Kisaragi by Camellia #SpotifyWrapped
## 3280                                                                                                I predict my top artist will be Panic! at the Disco #SpotifyWrapped
## 3281                                                                    me looking for my spotify wrapped:\n\n@Spotify #SpotifyWrapped #spotify https://t.co/VnygdSJGtQ
## 3282                                                                                           I predict my top podcast will be CHUCKLE SANDWICH &gt;:D #SpotifyWrapped
## 3283                                               i feel like someone's already said this but i'm more excited for my #SpotifyWrapped than i have been for my birthday
## 3284                                                                                                         I predict my top genre will be modern rock #SpotifyWrapped
## 3285                                                                                    I predict my most played song will be Glimpse of Us by Joji (: 💕#SpotifyWrapped
## 3286                                                                                                   I predict my top genre will be kpop? indie pop ? #SpotifyWrapped
## 3287                                                                                                           when do i get my #SpotifyWrapped https://t.co/JdGc80qmHH
## 3288                                                                I predict my top podcast will be either @basementyard or @BaileySarian #darkhistory #SpotifyWrapped
## 3289                                                                                                               I predict my top artist will be Muse #SpotifyWrapped
## 3290                                                                                                   I predict my top artist will be @taylorswift13 #SpotifyWrapped 🥰
## 3291                                                                 I predict my top genre will be Country. It’s always country or a county sub genre. #SpotifyWrapped
## 3292                                                            My #SpotifyWrapped is really about to expose all 16 of my personalities. And I think I’m okay with that
## 3293                                                Usually I trick dat girl outta her love but dat was the selfish me. #SpotifyWrapped #RedVelvet #CyberMonday #Sasmos
## 3294                                                                                                I predict my top artist will be Nothing but Thieves #SpotifyWrapped
## 3295                                                                                                I predict my top artist will be Adam &amp; the Ants #SpotifyWrapped
## 3296                                                                                                         I predict my top artist will be Stray Kids #SpotifyWrapped
## 3297                                                                                                                I predict my top genre will be Rock #SpotifyWrapped
## 3298                                                                                   I predict my most played song will be [Carolina By Harry Styles] #SpotifyWrapped
## 3299                                                                                                              I predict my top genre will be J-Core #SpotifyWrapped
## 3300                                                                                                                                     On attend !!!  #SpotifyWrapped
## 3301                                                                                        I predict my most played song will be Stray Kids - MANIAC\n #SpotifyWrapped
## 3302                                           Check out the pods cast on Spotify!\n\n#podcast #SpotifyWrapped #spotifypodcasts #bassandbooners https://t.co/WxD21Rqm1R
## 3303                                                                                                           I predict my top artist will be Camellia #SpotifyWrapped
## 3304                                                                                                Maybe next year #SpotifyWrapped #AppleMusic https://t.co/PO9ZIvt3ky
## 3305                                                                                                      I predict my top artist will be Austin Butler #SpotifyWrapped
## 3306                                                                                                     I predict my most played song will be Downtown #SpotifyWrapped
## 3307                                                                                                                    im gonnabe sick what if its ass #SpotifyWrapped
## 3308                                                                            somethings telling me Red Lights is my most played song of the year🤭\n\n#SpotifyWrapped
## 3309                                        #SpotifyWrapped \nFour weeks ago from six months ago... We aren't even gonna talk about my all time https://t.co/UuYBXXjQKJ
## 3310                                             "I predict my most played song will be Party Rock Anthem", you happy now Spotify now stop harassing me #SpotifyWrapped
## 3311                                         I predict my top artist will be [Kali Uchis!!] #SpotifyWrapped (give us Spotify wrapped now 😭 we desperately need to know)
## 3312                     Summer is hot \nBut I am hotter \n\n#SpotifyWrapped #RedVelvet #FIFAWorldCupQatar2022 #CyberMonday #乌鲁木齐 #ล็อคกี้แฟน… https://t.co/pMd9I6SeOm
## 3313                                                                             I predict my top artist will be [Psy (The guy who made Gangnam Style)] #SpotifyWrapped
## 3314                                                                                                                    GIVE ME A WEEK TO FIX IT PLEASE #SpotifyWrapped
## 3315                                                                                                        I predict my top artist will be @duranduran #SpotifyWrapped
## 3316                                                                                                          I predict my top artist will be Tiago PZK #SpotifyWrapped
## 3317                                                                                I can't wait for #SpotifyWrapped to call my taste in music "scary" again this year.
## 3318                        #SpotifyWrapped if yungeen ace ain’t my most played shit this year then like someone’s lying cause I listen to him… https://t.co/3oGTaNEdO9
## 3319                                            Probably gonna get 10 views High Key🥲 #SpotifyWrapped #CyberMonday #humor #comedy #TikTokviral… https://t.co/ItpnNmo8Xn
## 3320                                                                                                 I THOUGHT IT WAS OUT CAUSE IT WAS TRENDING DAMN IT #SpotifyWrapped
## 3321                                                     Thinking of starting to make edits for K-pop, anime and others…any suggestions??? #SpotifyWrapped #KPOP #anime
## 3322                                                                                   I predict my top podcast will be [My Brother, My Brother and Me] #SpotifyWrapped
## 3323                                                                              I predict my most played song will be [what would u do by @tatemcrae] #SpotifyWrapped
## 3324                                                                                    I predict my top artist will be Eric Church. Every year forever #SpotifyWrapped
## 3325                                                                                                             I predict my top genre will be emo  :( #SpotifyWrapped
## 3326                                                                                    I predict my most played song will be [Bodys-Car Seat Headrest] #SpotifyWrapped
## 3327                                                                                 I predict my most played song will be Forever Only by Jaehyun 😃😃😃😃 #SpotifyWrapped
## 3328                                                                                           I predict my top artist will be [Florence + the Machine] #SpotifyWrapped
## 3329                                                            cant wait for #SpotifyWrapped to tell me 90% of the music i listen to is sad lesbian indie or something
## 3330                                                                                                       I predict my top artist will be Yeat @yeat1_ #SpotifyWrapped
## 3331                                                                                                      I predict my most played song will be Run BTS #SpotifyWrapped
## 3332                                                                                                         God abeg🙏. \n#sapa #SpotifyWrapped https://t.co/cSAHLWONKL
## 3333                                                                                                        I predict my top artist will be @WTofficial #SpotifyWrapped
## 3334                                                                                             I predict my top genre will be [K-Pop (Gangnam Style)] #SpotifyWrapped
## 3335                                                                                                     I predict my most played song will be Heated 🔥 #SpotifyWrapped
## 3336                                        These are always a fun look back on the year. I predict my top artist will be [SEGA SOUND TEAM or Toby Fox] #SpotifyWrapped
## 3337                                                                                         I predict my most played song will be El Alma Que Te Trajo #SpotifyWrapped
## 3338                                                                      Hopefully it won’t be as bad as last years 😂 #SpotifyWrapped #Spotify https://t.co/ePSSAfKcmT
## 3339                                                                                    I predict my most played song to be ex-mortis by ice nine kills #SpotifyWrapped
## 3340                                                                             I predict my most played song will be Home by Mike Dimes #SpotifyWrapped @DoubleLambOG
## 3341                                           Why not do these I guess lmao.\n\nI predict my most played song will be [King by Florence + the Machine] #SpotifyWrapped
## 3342                       I predict my most played song will be Casanova by Blake Rose \nbecause it’s been my #1 song of all time since april… https://t.co/zCYM9GcpFk
## 3343                                                                                                I predict my most played song will be [Mockingbird] #SpotifyWrapped
## 3344                                                                                                            I predict my top artist will be BEYONCÉ #SpotifyWrapped
## 3345                                                                                              I predict my most played song will be [Gangnam Style] #SpotifyWrapped
## 3346                                                                                                   I predict my top podcast will be   fortnite porn #SpotifyWrapped
## 3347                                                   Shit !!!!!  for a sec  I felt Suarez scored that goal. 🤭🤭🤭🤭🤭🥱🥱🥱🥱#SpotifyWrapped #Portugal #ronaldo #WorldCup2022
## 3348                                                                                                                           When is #SpotifyWrapped ? I need a fit..
## 3349                                                                                                            my top artist gonna be nirvana for sure #SpotifyWrapped
## 3350                                                                                                         I predict my top artist will be ed sheeran #SpotifyWrapped
## 3351                                                                                                     I predict my top artist will be [Taylor Swift] #SpotifyWrapped
## 3352                                                                    I predict my top artist will be @astralagenda as always. him or @nothingnowhere #SpotifyWrapped
## 3353                                                                                       My top artist is probably gonna be will wood lets be honest  #SpotifyWrapped
## 3354                          I predict my most played song will be Call Me Little Sunshine by Ghost. \n\nIt was on mass repeat for quite a while. \n\n #SpotifyWrapped
## 3355                                                                     I predict my most played song will be "Never Fight A Man With A Perm" by IDLES #SpotifyWrapped
## 3356                                                                                I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 3357                                                                    I predict my most played song will be me porto bonito o vol.52 Quevedo/bizarrap #SpotifyWrapped
## 3358                                                                                                             I predict my top genre will be country #SpotifyWrapped
## 3359                                                                                                             I predict my top artist will be goopy 😭#SpotifyWrapped
## 3360                                                                                                               I predict my top genre will be [pop] #SpotifyWrapped
## 3361                                                                                     I predict my most played song will be Travis Scott - Skeletons #SpotifyWrapped
## 3362                                                                                                   I predict my most played song will be deepthroat #SpotifyWrapped
## 3363                       FRYD EXTRACTS LIQUID DIAMONDS , NEW FRYD EXTRACTS LIQUID DIAMONDS , FRYD DISPOSABLES LIQUID DIAMONDS , FRYD BARS LI… https://t.co/rylKc0EmNx
## 3364                                                                                                                       ill put my #SpotifyWrapped on here evetually
## 3365                                                                                                            A Solid Lineup! #SpotifyWrapped https://t.co/d7zbw2X2Dj
## 3366                        You're just a click away🔥👇\nhttps://t.co/RsfAIDhPB0\n#SpotifyWrapped #RedVelvet #FIFAWorldCupQatar2022 #คุณชายตอนจบ… https://t.co/wDrscTQFtM
## 3367                        We've Gathered Amazon, Aliexpress and Ebay Best Selling Products for You. and  Free..\n🔥 https://t.co/HTA2rVOKyV 🔥… https://t.co/f4sr9x06Rk
## 3368                                                                         I predict my most played song will be I am nothing (i am no one) Sustinere #SpotifyWrapped
## 3369                                                                                    I predict my top artist will be [@opeth or @SpandauBallet]💓✨️☁️❄️ #SpotifyWrapped
## 3370                                                                            I predict my top genre will be kpop or if it’s specific kpop boy group 😭#SpotifyWrapped
## 3371                           The fact that my kid listens to awful music on my Spotify makes me sad about how my wrapped up playlist is going to look #SpotifyWrapped
## 3372                                                                                                           I predict my top genre will be Reggaeton #SpotifyWrapped
## 3373                                Random full odds Shiny Oinkolonge! \n\n#PokemonViolet #shinyoinkologne #peppapig #pokemon #shiny #Trending… https://t.co/hqOvXgERBR
## 3374                                                                                                          I predict my top artist will be @elonmusk #SpotifyWrapped
## 3375                                                                                                               King Gizzard &amp; The Lizard Wizard #SpotifyWrapped
## 3376                                                                                                                             Buzzing to see my #SpotifyWrapped 2022
## 3377                                   MASSA AIN'T THAT BAD\n#Black #Man #Woman #Women #Child #BlackMan #BlackWoman #BlackLove #BlackGirlMagic… https://t.co/1FkxsK65Ek
## 3378                                               I'm fairly certain my top song is going to be Freaks by Surf Curse again- or a Ride The Cyclone song #SpotifyWrapped
## 3379                       FRYD EXTRACTS LIQUID DIAMONDS , NEW FRYD EXTRACTS LIQUID DIAMONDS , FRYD DISPOSABLES LIQUID DIAMONDS , FRYD BARS LI… https://t.co/cuYbEfMbBr
## 3380                                                       My top artist will be Tub Ring. Furthermore, I'll be at the top, or I'll have failed myself. #SpotifyWrapped
## 3381                       I will create honeybook dubsado automation workflow with scheduling invoicing\nhttps://t.co/kmruijZ1uK\n#Worlds2022… https://t.co/FScm5jJJsI
## 3382                                                                                    I predict my most played song will be iPad - @TheChainsmokers 🧃 #SpotifyWrapped
## 3383                                                                                          I predict my most played song will be [some #Opeth stuff] #SpotifyWrapped
## 3384                        Top Gun: Maverick | My Favorite Movie is my favorite one. If you guys interested to watch Full Movie for FREE then… https://t.co/bdwDIZNAVc
## 3385                                                                                                          I predict my top artist will be Bad Bunny #SpotifyWrapped
## 3386                                                                     I predict my most played song will be Change J cole or Pink Matter Frank Ocean #SpotifyWrapped
## 3387                                                                       so why is it trendinf if it hasn't dropped yet. your mother doesn't love you #SpotifyWrapped
## 3388                   #TheRiver1Magic  NOVEMBER SPECIAL  ✨️ ends 4/12\nWAIST LENGTH \nBOX BRAIDS R250\nKNOTLESS BRAIDS R300\nHAIRPIECE EXCLUD… https://t.co/INrtAsvhWc
## 3389                                     me waiting for my spotify wrapped like i don’t already know my top artist is going to be taylor swift… https://t.co/gf8fEJQYW1
## 3390                                                                                                         I predict my top artist will be @LittleMix #SpotifyWrapped
## 3391                                                                                                                                   #SpotifyWrapped  GIVE IT TO ME !
## 3392                                                                         i can cheat and get a good guesstimate of my #SpotifyWrapped because i use @lastfm #lastfm
## 3393                                                                                                         Where do i find my #SpotifyWrapped https://t.co/iSOGqp85YU
## 3394                                  Don't miss the opportunities for amazon discounts https://t.co/0iXgMZVOGI\n\n#SpotifyWrapped #GiftGalaxy CONGRATULATIONS JUNGKOOK
## 3395                                                                                               I predict my most played song will be limbo by jun 💯 #SpotifyWrapped
## 3396                                                                                                     I predict my top podcast will be anything goes #SpotifyWrapped
## 3397                                                                                               I predict my top artist will be Will Wood or Lovejoy #SpotifyWrapped
## 3398                                                                                                                          HE ISNT THERE BUT WHY THE #SpotifyWrapped
## 3399                                                                                                            I predict my top genre will be [HipHop] #SpotifyWrapped
## 3400                      #CyberMonday #GivingTuesday #SpotifyWrapped #FIFAWorldCupQatar2022 #mondaymotivation\n\nHere is the usual example of… https://t.co/cpnEtzU174
## 3401                                                                           I predict my most played song will be swimming pool by the front bottoms #SpotifyWrapped
## 3402                       we have a HUGE end of the year sale going on you do not want to miss this!! Message me for any questions you may ha… https://t.co/pzq7DaA5qF
## 3403                                                                                                   Manifesting top 0.1% of mitski listeners for #SpotifyWrapped 🙏🙏🙏
## 3404                                                                         me temo q va a salir taytay \nI predict my top artist will be taylor swift #SpotifyWrapped
## 3405                                                                                         I predict my most played song will be [Sociopathic Apogee] #SpotifyWrapped
## 3406                                                                         I predict my top podcast will be [The Evolution Of A Snake] #SpotifyWrapped @tswiftpodcast
## 3407                     #CyberMonday #GivingTuesday #SpotifyWrapped #FIFAWorldCupQatar2022 #mondaymotivation\n\nWell COP27 ended just recentl… https://t.co/Mum3UcCMbG
## 3408                                                                I predict my top artist will be Corpse for the second year in a row. I can FEEL it. #SpotifyWrapped
## 3409                                                      Me prepping for #SpotifyWrapped like it’s a marathon instead of the same 20 songs I’ve had on repeat all year
## 3410                                                                                                     I predict my top artist will be Taylor Swift 😌 #SpotifyWrapped
## 3411                                                                                                      I predict my top artist will be @kylieminogue #SpotifyWrapped
## 3412                                                                        I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped boy harsher
## 3413                                                                                                     I predict my top artist will be [Taylor Swift] #SpotifyWrapped
## 3414                                                                                  I predict my most played song will be @kylieminogue celebrate you #SpotifyWrapped
## 3415                             In God we Trust ✝️💯💯#Twittershutdown #viralvideo #SpotifyWrapped #Trending @davido @junior_maCHaALA @wizkidayo… https://t.co/0LZQv3PpPc
## 3416                                                                                                             I predict my top artist will be taylor #SpotifyWrapped
## 3417                                                                                                   I predict my top artist will be @Imaginedragons  #SpotifyWrapped
## 3418                                                                           I predict my top podcast will be nothing. I don't listen to podcasts lol #SpotifyWrapped
## 3419                                         Y’all do know you can just go to the website and see it right? Just look up Spotify stats and it’ll pop up #SpotifyWrapped
## 3420                                                                                      I predict my most played song will be Betty by Taylor Swift 😌 #SpotifyWrapped
## 3421                                                                                                                 I predict my top genre will be pop #SpotifyWrapped
## 3422                                                              I predict my most played song will be literally anything by taylor swift or As it Was #SpotifyWrapped
## 3423                                                                              I PREDICT MY MOST LISTENED TO ARTIST WOULD BE DRAKE, FAYGO OR FOUSHEE #SpotifyWrapped
## 3424                                                                               I predict my most played song will be the Spaceship Earth soundtrack #SpotifyWrapped
## 3425                                I predict my top podcast will be Lunch Breakz because I use Google podcasts to listen to all my other subscriptions #SpotifyWrapped
## 3426                                                                                                         I predict my top genre will be Pop or kpop #SpotifyWrapped
## 3427                   @chartdata For my #spotifywrapped, \n\nTop artists are kanye, kendrick, then childish gambino\n\nTop song, i have no cl… https://t.co/kfy6979FlY
## 3428                                                            I predict my top podcast will be [The Bald and the Beautiful] #SpotifyWrapped @trixiemattel @katya_zamo
## 3429                                                                                     I predict my top podcast will be idk I don't watching podcasts #SpotifyWrapped
## 3430                                                                                                I predict my most played song will be Surfin U.S.A. #SpotifyWrapped
## 3431                                                                                                          I predict my top artist will be Blackpink #SpotifyWrapped
## 3432                                                                          I predict my top artist will be Aesop Rock for like the 20th year running #SpotifyWrapped
## 3433                                                                                                          I predict my top artist will be LIL NAS X #SpotifyWrapped
## 3434                                                                                        I predict my most played song will be #BLACKPINK Pink venom #SpotifyWrapped
## 3435                                                                                                         I predict my top artist will be @sanbenito #SpotifyWrapped
## 3436                                                                                                                                            well 🧍🏽 #SpotifyWrapped
## 3437                                                                                                           I predict my top artist will be Beyoncé. #SpotifyWrapped
## 3438                                        I predict my most played song will be All Too Well (10 Minute Version) (Taylor's Version) (From The Vault)\n#SpotifyWrapped
## 3439                                                                                                                I predict my top genre will be ROCK #SpotifyWrapped
## 3440                                                                                             I predict my most played song will be [Higher - Creed] #SpotifyWrapped
## 3441                                                                                                                              in a couple of days 🥴 #SpotifyWrapped
## 3442                                                                                                     I predict my top artist will be Camila Cabello #SpotifyWrapped
## 3443                                                   Me being jealous of the 2022 Spotify Wrapped 🥲 Cries on Apple Music #SpotifyWrapped  🥲😂😂 https://t.co/pWWhfgozE2
## 3444                                   I predict my most played song will be "Show me the place where he inserted the blade" by Black Country, New Road #SpotifyWrapped
## 3445                                                                                                I predict my most played song will be INDUSTRY BABY #SpotifyWrapped
## 3446                                                                                            crying bc I know my  #SpotifyWrapped #1 genre is about to be dreamsmp💔💀
## 3447                                                                                                       #SpotifyWrapped\nI predict my top genre is gonna be country.
## 3448                       99% sure my number 1 song on my #SpotifyWrapped will either be the 1 or ATWTMVTVFTV by @taylorswift13. I’ll be surp… https://t.co/dnFYE91ndq
## 3449                                                                                      I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped
## 3450                                              🧢 : Ayfletch Handpainted &amp; Embroidered Apparel.\n\n#RedVelvet \n#SpotifyWrapped \n#UFC281 https://t.co/jL8iipzn37
## 3451                                                                                                        I predict my top genre will be pop, duh. [] #SpotifyWrapped
## 3452                             i act like i’m gonna be surprised when i see my spotify wrapped but we all know it’s just gonna be this woman… https://t.co/IbbsNwwKaM
## 3453                     Can’t be topped 💅✨🖤\n#LanaDelRey #MelanieMartinez #PierceTheVeil #Scruffpuppie #Tamino #Junglepussy #Bbymutha #Ängie… https://t.co/YuxcfkzNy1
## 3454                      the only thing i regret about moving to Amazon Music is there’s nothing akin to #SpotifyWrapped\n\nyou have our data… https://t.co/cZV083gFl9
## 3455                                                                                                    I predict my top artist will be [Taylor swift ] #SpotifyWrapped
## 3456                                I predict my most played song will be Stay by my lord and savior Justin Bieber. If it isn’t, my whole life is a lie #SpotifyWrapped
## 3457                                                                                I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 3458                                                                                               I predict my top podcast will be [wicked unscripted] #SpotifyWrapped
## 3459                                                                                                                                            we love #SpotifyWrapped
## 3460                                                                                    I predict my most played song will be Bam Bam by Camila Cabello #SpotifyWrapped
## 3461                                                                               I predict my top podcast will be Anything Goes With Emma Chamberlain #SpotifyWrapped
## 3462                                                                                               I predict my most played song will be Break My Soul. #SpotifyWrapped
## 3463                                                                                                               I predict my top genre will be [pop] #SpotifyWrapped
## 3464                                                                                                                 I predict my top genre will be RAP #SpotifyWrapped
## 3465                                                                           I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped Morbid
## 3466                                                                                          I predict my top artist will be my queen lana del rey💞💞💞💞 #SpotifyWrapped
## 3467                  "Sonreír"\nStage 38.49\nCharcoal pencil on paper.\nSize: 2 by 3 fts (60.96 cm by 91.44 cm)\n\nPlease just a retweet mean… https://t.co/zmfJxcqW0P
## 3468                                                                                                      I predict my top podcast will @_HometownGlory #SpotifyWrapped
## 3469                        My latest article defends David Walliams, someone more admirable than you think. #onlyconnect #universitychallenge… https://t.co/z27U6YAvNh
## 3470                                                                               I predict my top artist will be Taylor Swift #SpotifyWrapped https://t.co/H2YQFQMz0Q
## 3471                                                                            I predict my most played song will be \nTongue 12" Mix - Rêve and Lemon #SpotifyWrapped
## 3472                                                                                                      I predict my top artist will be Taylor Swift\n#SpotifyWrapped
## 3473                                                                            I predict my most played song will be Dear True Love by @sleepingatlast #SpotifyWrapped
## 3474                                                                                                    I predict my top artist will be @backstreetboys #SpotifyWrapped
## 3475                                            I predict my most played song will be Machine Gun Kelly - maybe (feat. Bring Me The Horizon) this year. #SpotifyWrapped
## 3476                                                                       I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped Selena Gómez
## 3477                                                             A #vegan tswift cake!! @taylorswift13 @taylornation13 #orlando #SpotifyWrapped https://t.co/SSv99m8tpQ
## 3478                                                                                                                 I predict my top genre will be pop #SpotifyWrapped
## 3479                                                                                              I predict my top genre will be pop bc i always get it💀#SpotifyWrapped
## 3480                                                                                                   I predict my top podcast will be [I don’t know ] #SpotifyWrapped
## 3481                                                                                         I predict my most played song will be [Easy on me- Adele ] #SpotifyWrapped
## 3482                                                                       I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped pop obviamente
## 3483                                                                I predict my most played song will be something from @Harry_Styles or @thedriverera #SpotifyWrapped
## 3484                                                                                                     I predict my top artist will be [Dreamcatcher] #SpotifyWrapped
## 3485                                                                            I predict my most played song will be Maria (I like it loud) by Scooter #SpotifyWrapped
## 3486                                                      I predict my most played song will be [fill in top song prediction] #SpotifyWrapped alguna de Selena o taylor
## 3487                                                                         if it doesn't sit in my #SpotifyWrapped top 5 I'm seriously afraid https://t.co/CMRYd9F9tn
## 3488                                        I predict my most played song will be All Too Well (Ten Minute Version) (Taylor’s Version) (From The Vault) #SpotifyWrapped
## 3489                                                                                        @Spotify I CANT WAIT ANY LONGER RELEASE SPOTIFY WRAPPED 😩😩😩 #SpotifyWrapped
## 3490                       All my album reviews and album rankings have tainted my #SpotifyWrapped results. I wouldn't pay to see some of thes… https://t.co/RZFeg620cV
## 3491                                                         I predict my most played song will be west coast by lana or heat lightning by mitski #SpotifyWrapped &lt;3
## 3492                                                                                I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 3493                                                                                    I predict my most played song will be Ojitos Lindos - Bad Bunny #SpotifyWrapped
## 3494                                                                        I predict my top artist will be the music industry herself Dr. Taylor Swift #SpotifyWrapped
## 3495                                                                                    I predict my top artist will be Tinashe #SpotifyWrapped https://t.co/oNKnxPgtij
## 3496                                                                                                   I predict my top artist will be [Big Time Rush ] #SpotifyWrapped
## 3497                                                                          【Trends Tag】 #CyberMonday #FIFAWorldCupQatar2022 #GivingTuesday #PORURU #SpotifyWrapped
## 3498                                                                                        I predict my most played song will be any Taylor swift song #SpotifyWrapped
## 3499                                                      I predict my top podcast will be that one true crime podcast i was obsessed with for 3 months #SpotifyWrapped
## 3500                                                                              I predict my top podcast will be [Archetypes  ] #SpotifyWrapped #ArchetypesWithMeghan
## 3501                                                                                                    I predict my top artist will be SEGA SOUND TEAM #SpotifyWrapped
## 3502                                                                                     I predict my most played song will be [Riverdale candy store ] #SpotifyWrapped
## 3503                                                                                                               I predict my top genre will be [pop] #SpotifyWrapped
## 3504                                                                                                  I predict my top artist will be taylor swift!!!!! #SpotifyWrapped
## 3505                                                                                                       I predict my top podcast will be Daebak Show #SpotifyWrapped
## 3506                                                                                              I predict my top artist will be Drake or Comethazine  #SpotifyWrapped
## 3507                                                                                                                I predict my top genre will be Rock #SpotifyWrapped
## 3508                       I predict my most played song will be demolitions lovers i had to play it way too many times cause i’m learning it on guitar #SpotifyWrapped
## 3509                                                                                     I predict my top genre will be pop, im a pop girl until i die  #SpotifyWrapped
## 3510                                      Just fyi...\n\nApple Music Replay.\n\nAnd @pocketcasts ' yearly stats are out!\n\nDon't wait for this #SpotifyWrapped gimmick
## 3511                                                                                                       I predict my top artist will be Taylor Swift #SpotifyWrapped
## 3512                                                                                     I predict my most played song will be “Be a light” or “F-150.” #SpotifyWrapped
## 3513                                                                                     I predict my top artist will be peach pit or twenty one pilots #SpotifyWrapped
## 3514                                                                        I predict my most played song will be [Late Night Talking] #SpotifyWrapped by @Harry_Styles
## 3515                                                                                                   I predict my most played song will be js lullaby #SpotifyWrapped
## 3516                                                                                                       I predict my top artist will be Madison Beer #SpotifyWrapped
## 3517                                                                                                     I predict my top artist will be @taylorswift13 #SpotifyWrapped
## 3518                                                                                                                 I predict my top genre will be POP #SpotifyWrapped
## 3519                                                                                                                  #SpotifyWrapped remove dreamsmp genre you freakos
## 3520                                                                                         I predict my most played song will be Memoirs of a Gorilla #SpotifyWrapped
## 3521                                            I predict my most played song will be [fill in top song prediction] #SpotifyWrapped\nI'm not gonna fill it cause fr idk
## 3522                                                                     Before seeing my #SpotifyWrapped i can guarantee @Kehlani will be my top number one artist! 🖤🥰
## 3523                                                                                                              I predict my top artist will be @Griz #SpotifyWrapped
## 3524                                                                             I predict my most played song will be Heated or Pure/Honey by Beyoncé  #SpotifyWrapped
## 3525                                                                                     I predict my top artist will be Taylor Swift, la goat assoluta #SpotifyWrapped
## 3526                       I predict my most played track will be “Heat” by Eminem (I just fell asleep once with the track continuously on the… https://t.co/UC7LXhraX7
## 3527                                                                                                       I predict my top artist will be [Kanye West] #SpotifyWrapped
## 3528                                                                                                         I predict my top artist will be @rolemodel #SpotifyWrapped
## 3529                                                                                          I predict my top artist will be The Killers (most likely) #SpotifyWrapped
## 3530                                                                      I predict my most played song will be [Hard to love by Blackpink]\n#BLACKPINK #SpotifyWrapped
## 3531                                                                                     I predict my most played song will be Evergreen by @omarapollo #SpotifyWrapped
## 3532                                                                                                         I predict my most played song will be Fuel #SpotifyWrapped
## 3533                                                                                                                I predict my top genre will be Rock #SpotifyWrapped
## 3534                                                                                                          I predict my top artist will be Metallica #SpotifyWrapped
## 3535                                                                                                    i already know BTS is gonna be my top artist on #SpotifyWrapped
## 3536                                                                                          I predict my most played song will be [sky by @LilyPichu] #SpotifyWrapped
## 3537                                                                          I predict my most played song will be Empire of The Sun - Ice On The Dune #SpotifyWrapped
## 3538                                                                                       I predict my most played song will be A Cruel Angel's Thesis #SpotifyWrapped
## 3539                                                                                      I predict my most played song will be #SpotifyWrapped https://t.co/p1SMT9cDv5
## 3540                        I predict my top artist will be @hf_dreamcatcher. No matter what new group I discover, I will always come back to my faves. #SpotifyWrapped
## 3541                                                                    I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped Law in action
## 3542                                                                                  I predict my top artist will be the weeknd no doubt. 😌 @theweeknd #SpotifyWrapped
## 3543                                                                                                     I predict my top artist will be @taylorswift13 #SpotifyWrapped
## 3544                                                                                             I predict my top artist will be Elton John (hopefully) #SpotifyWrapped
## 3545                                                                           I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped Doja cat
## 3546                                                                               I predict my top artist will be [@danielrustage or @ado1024imokenp]  #SpotifyWrapped
## 3547                                                                                                       I predict my top artist will be Taylor Swift #SpotifyWrapped
## 3548                                                                                  I predict my top podcast will be Violating Community Guidelines   #SpotifyWrapped
## 3549                                                                                                    waiting impatiently for #SpotifyWrapped https://t.co/tv6pGIsspo
## 3550                                                                                         I predict my most played song will be David by @noso_music #SpotifyWrapped
## 3551                     99bookmarking https://t.co/rd4HAxQvGX \n\n#Analytics #5G #MachineLearning #AI #Python  #NLProc  #flutterdev  #BigData… https://t.co/1aEYBA9D5C
## 3552                        Nothing could surprise me more than the year I was in like .01% of top Grimes listeners, which I listened to while… https://t.co/ImvzFIHzEY
## 3553                                                                               I predict my most played song will be [Rockstar made- Playboi Carti] #SpotifyWrapped
## 3554                Cross Guild \n#onepiece #ワンピース #crossguild #クロス・ギルド #shichibukai #crocodile #mihawk #buggy #eichirooda #camser… https://t.co/vKfj3Vzddv
## 3555                                                          I predict my top genre will be either alt idol or idol rock. Flip a coin between the two. #SpotifyWrapped
## 3556                               I predict my most played song will be [fill in top song prediction] #SpotifyWrapped Insane by Summer Walker. https://t.co/1NjTHpsK1g
## 3557                                                                            I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped Pop music
## 3558                                                             I predict my most played song will be All Too Well (10 minute version) by Taylor Swift #SpotifyWrapped
## 3559                                                    Only #SpotifyWrapped will cure my depression. Please hurry Spotify, I'm not sure how much longer I can hold on.
## 3560                     Seriously someone tell me what #SpotifyWrapped is!\n\nI've never used Spotify on my phone and I've never heard of thi… https://t.co/hCGNMHYoq1
## 3561                                                                                                               I predict my top genre will be pop 🤠 #SpotifyWrapped
## 3562                                                                                  I predict my most played song will be FUCK ABOUT IT BY WATERPARKS #SpotifyWrapped
## 3563                                                 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped Oh no! Marina and the diamonds
## 3564                                                                                     I predict my top genre will be Hyperpop! And no, I'm not sorry #SpotifyWrapped
## 3565                                                                                      I predict my top artist will be Necrophagia #SpotifyWrapped im losing ny mind
## 3566                                                                                             I predict my top podcast will be [ladies and tangents] #SpotifyWrapped
## 3567                                                                                                             I predict my top genre will be [anime] #SpotifyWrapped
## 3568                        I predict my most played song will be "am I" by @YanakotoSM. Really tough to guess for sure but I dunno what could… https://t.co/CM1ZwwUuEj
## 3569                                                                                       I predict my most played song will be Maroon by Taylor Swift #SpotifyWrapped
## 3570                                                                                                        I predict my top artist will be [glee club] #SpotifyWrapped
## 3571                                                  I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped\n@danielrustage 's onepeice dnd
## 3572                                                                                                       I predict my top genre will be [garage rock] #SpotifyWrapped
## 3573                                             I predict my most played song will be Hard to be a Bard. If it’s not, I’ll literally be so confused 😭😭 #SpotifyWrapped
## 3574                                                                           I predict my top podcast will be [@ParcastNetwork unsolved murder cases] #SpotifyWrapped
## 3575                                                                    I predict my most played song will be [paradise by the dashboard light by glee] #SpotifyWrapped
## 3576                                                                                                      I predict my top artist will be Taylor Swift  #SpotifyWrapped
## 3577                             NEW VIDEO!\nForget your #SpotifyWrapped! Look at Jakestation and I react to The Game Awards 2021 on @YouTube!… https://t.co/EayUJpjw3s
## 3578                                                                                                       I predict my top artist will be @MCRofficial #SpotifyWrapped
## 3579                                                  #SpotifyWrapped I think my most played is gonna be step back by GOT OR ..... the glee rendition of im a Slave 4 U
## 3580                       Me dodging the avalanche of underwear heading my way when I release my #SpotifyWrapped and everyone realises what a… https://t.co/BX5ZcUbPdk
## 3581                                                                                                            I predict my top genre will be - Pop\n\n#SpotifyWrapped
## 3582                                                                                                   I predict my most played song will be the archer #SpotifyWrapped
## 3583                                                                                                               I predict my top genre will be  80’s #SpotifyWrapped
## 3584                                                                                 One things for sure my top listened to Pod will be @NewestOlympian #SpotifyWrapped
## 3585                                                                                           I predict my top genre will be [emo?? or like pop maybe] #SpotifyWrapped
## 3586                                                                                                            I predict my top podcast will be Morbid #SpotifyWrapped
## 3587                                                               I predict my top artist will be Liberato for the spoiler spotify did to me weeks ago #SpotifyWrapped
## 3588                                                                                                       I predict my top artist will be Taylor Swift #SpotifyWrapped
## 3589                                                           top artist is either car seat jeadrest or radiohead, if it's cavetoen it's a fucking bug #SpotifyWrapped
## 3590                                                                             I predict my most played song will be Maniac by Stray Kids @Stray_Kids #SpotifyWrapped
## 3591                                                                                                       I predict my top artist will be Marco Telles #SpotifyWrapped
## 3592                                                                                                                 I predict my top genre will be Pop #SpotifyWrapped
## 3593                                                                                                              I predict my top artist will be [bts] #SpotifyWrapped
## 3594                                                                                                      I predict my most played song will be 7 years #SpotifyWrapped
## 3595                                                                                          I predict my most played song will be Baby Blue by Junior #SpotifyWrapped
## 3596                                                                                                    I predict my top artist will be louis or taylor #SpotifyWrapped
## 3597                                                                                 I predict my most played song will be [over this by slayyyter] #SpotifyWrapped!!!!
## 3598                                                                                     I predict my most played song will be Tu, Porém - Marco Telles #SpotifyWrapped
## 3599                                                                                             I predict my top artist will be Stray Kids @Stray_Kids #SpotifyWrapped
## 3600                                                                                                 I predict my most played song will be All Too Well #SpotifyWrapped
## 3601                                                                                                           I predict my top artist will be brakence #SpotifyWrapped
## 3602                                                                                                     hard lineup #instafest #SpotifyWrapped https://t.co/VwKbAjlLTi
## 3603                                                                                                   I predict my top artist will be [@gracieabrams ] #SpotifyWrapped
## 3604                                             I predict my top artist will be [bad bunny] #SpotifyWrapped\nI know for a fact that man has had a chokehold on my 2022
## 3605                                                              I predict my most played song will be NEEDED ME @rihanna or FLY KICKS @WaxMotif remix #SpotifyWrapped
## 3606                                                                                                              I predict my top artist will be NICKI #SpotifyWrapped
## 3607                                                                 I predict my most played song will be bigger than me or written all over your face #SpotifyWrapped
## 3608                                                              I predict my most played song will be Pink Venom by Blackpink #SpotifyWrapped https://t.co/lkzkC9lNBW
## 3609                                                                         I predict my most played song will be only one who knows by Arctic Monkeys #SpotifyWrapped
## 3610                                                                                  I predict my most played song will be [Venus Fly Trap - Brakence] #SpotifyWrapped
## 3611                                         i predict my top podcast will be @stevebartlettsc - duh! \n\n(even though he cancelled my diary order!)\n\n#spotifywrapped
## 3612                                                                                                     I predict my top artist will be @taylorswift13 #SpotifyWrapped
## 3613                                                                                              I predict my top genre will be Indie definitely indie #SpotifyWrapped
## 3614                                                                                  I predict my top artist will be the exos! #SpotifyWrapped https://t.co/Go0zZgh7UT
## 3615                                                               I predict my top artist will be Bad Omens or Dayseeker, it's going to be very close. #SpotifyWrapped
## 3616                        I predict my most played song will be shes the prettiest girl at the party and she can prove it with a solid right… https://t.co/VTBeFufWx6
## 3617                                                                                                     I predict my top artist will be Arctic Monkeys #SpotifyWrapped
## 3618                                                  GUYS I JUST CHECKED MY SPOTIFY RECEPIT AND GLEE CAST IS IN THE TOP 5 I NEED TO DO SOMETHING NEOW  #SpotifyWrapped
## 3619                                                                                        I predict my most played song will be no one dies from love #SpotifyWrapped
## 3620                                                                                          I predict my top genre will be Metalcore, by a landslide. #SpotifyWrapped
## 3621                                                                                        I predict my most played song will be Then it All Goes Away #SpotifyWrapped
## 3622                                                                I predict my most played song will be:\nAbout you\nBoyfriends\nAntihero\nQuestion\n #SpotifyWrapped
## 3623                                                                                      I predict my top podcast will be @philytaggart #chilldabeats  #SpotifyWrapped
## 3624                                                                                                       I predict my top artist will be Taylor Swift #SpotifyWrapped
## 3625                                                                                                                I predict my top artist will be Djo #SpotifyWrapped
## 3626                                                                       I predict my top artist will be Lil Nas X or Beyoncé #SpotifyWrapped https://t.co/SQiwqDFFLX
## 3627                                                                                        I predict my most played song will be Neon Grave @dayseeker #SpotifyWrapped
## 3628                                                                                                   I predict my top genre will be gayyyyyyyyest pop #SpotifyWrapped
## 3629                                                                                              I predict my top genre will be kpop boy group :llllll #SpotifyWrapped
## 3630                                                                                      I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped
## 3631                                                                                    I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped
## 3632                                                                                                       I predict my most played song will be august #SpotifyWrapped
## 3633                                                                                        I predict my top artist will be @Imaginedragons, for sure!\n#SpotifyWrapped
## 3634                                                                                I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 3635                                                                                                     I predict my top artist will be Gang of youths #SpotifyWrapped
## 3636                                                                                                           I predict my top artist will be the 1975 #SpotifyWrapped
## 3637                       My #SpotifyWrapped is going to be so different this year. Usually Foo Fighters top my list, but I could hardly list… https://t.co/icN8EGtCDP
## 3638                                            I predict my most played song will be either hurdle or obsession... i think it's VERY much neck to neck #SpotifyWrapped
## 3639                                           and at other times, she and her three children were targeted.\n #SpotifyWrapped #BRASUI Casemiro https://t.co/PKMiz2gt6t
## 3640                       with whom she kept moving from place to place in the midst of the Lebanese war, and between the massacres targeting… https://t.co/PbVj4jb74j
## 3641                                                                                                 i predict my top artist will be my bby @jorjasmith #spotifywrapped
## 3642                        Dr. Jane raised three children who do not know another mother, one of whom is physically and mentally handicapped,… https://t.co/TsD2aRCTCk
## 3643                                                               My #SpotifyWrapped is just going to say the same thing it does every year. I'm gay and mentally ill.
## 3644                       after a long life spent in the service of humanitarian work supporting and advocating for our Pales*tinian cause an… https://t.co/jV8QJL9hhw
## 3645                                                                                                          I predict my top artist will be [tananai] #SpotifyWrapped
## 3646                                                                                                   I predict my top genre will be chill or rock/pop #SpotifyWrapped
## 3647                     Dr. Jane Calder.. Long lines in the lives of three Pales*tinian children\n\n Today, Monday, the Australian doctor Jan… https://t.co/JrLqIYo1jo
## 3648                                                                                                       I predict my top artist will be $Suicideboy$ #SpotifyWrapped
## 3649                                                                                                               I predict my top genre will be [pop] #SpotifyWrapped
## 3650                                                                                                         I predict my top artist will be Alex g ngl #SpotifyWrapped
## 3651 Cover de #chainsawman\nhttps://t.co/RbYxKygsxT👈\nhttps://t.co/k5xuHbMHf9👈\nLINK IN BIO!!\n#チェンソーマン見放題最速配信 \n#チェンソーマン… https://t.co/vxwmRU7MeE
## 3652                                                                                                          I predict my top genre will be indie rock #SpotifyWrapped
## 3653                                                                  I predict my most played song will be Wanting getting wanting by @DEMONDICEKaren  #SpotifyWrapped
## 3654                                                                                       I predict my most played song will be [sogni appesi -ultimo] #SpotifyWrapped
## 3655                                                                                                                I predict my top genre will be Kpop #SpotifyWrapped
## 3656                                                                                                   I predict my top podcast will be @RaidersLostPod #SpotifyWrapped
## 3657                           Check this list of great tracks of purzyth rekords whit the best of the label #music #echoenmexico #worldartist… https://t.co/5eFDnkecCm
## 3658                                                             I predict my most played song will be [fill in top song prediction] #SpotifyWrapped.   Way Down Yonder
## 3659                                                                                              I predict my most played song will be sex by the 1975 #SpotifyWrapped
## 3660                                                                                                      I predict my top artist will be @BIGBABYGUCCI #SpotifyWrapped
## 3661                                                                                      I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped
## 3662                                                                         I predict my most played song will be Gang of youths - Angel of 8th Avenue #SpotifyWrapped
## 3663                                                                                                        I predict my top podcast will be Archetypes #SpotifyWrapped
## 3664                                                                                I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 3665                                                                                   I already know @sanbenito is gonna be all over my #SpotifyWrapped 2022 lolol 💜🫶🏽
## 3666                                                                                                  I predict my top podcast will be @nununanapodcast #SpotifyWrapped
## 3667                                                                                                 i predict my top artist will be my bby @jorjasmith #spotifywrapped
## 3668                                                                                                            I predict my top artist will be bladee\n#SpotifyWrapped
## 3669                                                                                    I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped
## 3670                                                                                       I predict my most played song will be remember me Becky hill #SpotifyWrapped
## 3671                                                                                                       I predict my top artist will be Denzel Curry #SpotifyWrapped
## 3672                                                     me pretending to be shocked when i see Ariana Grande is my most played #SpotifyWrapped https://t.co/yQubJWPEJK
## 3673                   I predict my most played songs will be \nN95 - Kendrick\nThis Is Why - Paramore\nTroubles/Walkin - Denzel\nTake My Brea… https://t.co/LLUJ2OX5Qk
## 3674                                                                                   My most played artist is [Gus Dapperton]... This is not a guess. #SpotifyWrapped
## 3675                                                                                                I predict my top genre will be hip hop / cloud rap\n#SpotifyWrapped
## 3676                                                                I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped.         Chase Rice
## 3677                                                                          I predict my most played song will be Shooting Star by Modern Talking.... #SpotifyWrapped
## 3678                                                                                  my top genre is gonna be music for sad bitches who got cheated on #SpotifyWrapped
## 3679                                                                                                   I predict my top podcast will be Sibling Rivalry #SpotifyWrapped
## 3680                                                                                                  I predict my top artist will be machine gun kelly #SpotifyWrapped
## 3681                                                                                       I predict my most played song will be sandman by a$ap rocky\n#SpotifyWrapped
## 3682                                                                                                        can it be december already i want to see my #SpotifyWrapped
## 3683                                                                                                     I predict my top artist will be [Lana Del Rey] #SpotifyWrapped
## 3684                       Saw #SpotifyWrapped trending and i thought it dropped already lol i know Burna Boy is in my top 5 this year … wonde… https://t.co/myj1W7VqRE
## 3685                                                                                                         I predict my top artist will be Rupaul #SpotifyWrapped 💀💀💀
## 3686                                                                              i predict my top genre will be [if it’s pop, i’ll actually he livid…] #spotifywrapped
## 3687                                                                                                               I predict my top podcast will be poo #SpotifyWrapped
## 3688                                                                                                           I predict my top genre will be Indie Pop #SpotifyWrapped
## 3689                               I will speed up WordPress website speed optimization for google pagespeed insights\nhttps://t.co/g2o35vaaA7… https://t.co/0K8vN0vwnZ
## 3690                                                                 I KNOW my most played song will be [Meteorite - Gus Dapperton,  Anna of the North] #SpotifyWrapped
## 3691                                                                                                                I predict my top artist will be poo #SpotifyWrapped
## 3692                                                                                            I predict my most played song will be Catwalk by Rupaul #SpotifyWrapped
## 3693                                                                                                                 I predict my top genre will be poo #SpotifyWrapped
## 3694                                                                                               This sums up my prediction 🙃 #SpotifyWrapped https://t.co/vtO2eZFht9
## 3695                        I predict my most played song will be All Too Well (10 Minute Version) (Taylor’s Version) (From the Vault) because… https://t.co/ecpEn7seXY
## 3696                                                                                                       I predict my top artist will be @MIWband 🤘🏻🤍 #SpotifyWrapped
## 3697                             Lol, cant believe im doing this but i THINK  my top song is home with you-fka twigs or meta angel by the same artist \n#SpotifyWrapped
## 3698                                                                                                          I predict my top artist will be Peach Pit #SpotifyWrapped
## 3699                                                                                                   I predict my top artist will be Giveon or Lecrae #SpotifyWrapped
## 3700                                                                                     I predict my most played song will be From 2 to 3 by Peach Pit #SpotifyWrapped
## 3701                                                                                  I predict my top artist will be the weeknd or michael jackson idk #SpotifyWrapped
## 3702                     @Ol_Meg Lmao I have no shame now \n1. Ocean Waves for Sleep \n2. Rainforest Thunderstorm \n3. 10 Hours Industrial Fan… https://t.co/EzCPxZ04g3
## 3703                                                                                  I predict my top artist will be Bad Omens #SpotifyWrapped https://t.co/o5iQwZ5lZH
## 3704                                                                                                          I predict Demi lovato to be my top artist #SpotifyWrapped
## 3705                                                                                                   I predict my top artist will be [the mechanisms] #SpotifyWrapped
## 3706                                                                                                   I predict my top podcast will be @FoolishMortaIs #SpotifyWrapped
## 3707                                                              I predict my most played song will be Happily Ever After by Jordan Fisher and Angie K #SpotifyWrapped
## 3708                                                                                                                 I predict my top genre will be Pop #SpotifyWrapped
## 3709                                                                                I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 3710                                                                                                         I predict my top artist will be Juice WRLD #SpotifyWrapped
## 3711                       This will be my first #SpotifyWrapped and I’m so litty. Last year it was the worst day of my life and I cancelled m… https://t.co/2O94y4c2LR
## 3712                                                                                          i predict my most played song will be burn by @jorjasmith #spotifywrapped
## 3713                                                                                                                                      oh no please😭 #SpotifyWrapped
## 3714                                                  Me pretending to be shocked when Taylor Swift is once again on my #1 for  #SpotifyWrapped https://t.co/2uAWWowN5f
## 3715                                                                                 I predict my top podcast will be [The Yard or The Magnus Archives] #SpotifyWrapped
## 3716                                                                                                       I predict my top artist will be Taylor Swift #SpotifyWrapped
## 3717                                                                                                                I predict my top genre will be Pop  #SpotifyWrapped
## 3718                                                            I predict my top artist will be @ddlovato #SpotifyWrapped #DemiLovato #HolyFvck https://t.co/ipZS3Q3wl6
## 3719                                                                                               I predict my most played song will be [0n the fl00r] #SpotifyWrapped
## 3720                                                                                                             I predict my top artist will be Twice  #SpotifyWrapped
## 3721                       im so dead serious barbie is gonna be in my top 2 artists for spotify wrapped its not even funny... barbstie millis… https://t.co/jPlIjjbjHw
## 3722                                                                                I predict my most played song will be I Ain't Worried or Starwalkin #SpotifyWrapped
## 3723                                                                I predict my most played song will be Divine Attack -Shingeki- by @BABYMETAL_JAPAN  #SpotifyWrapped
## 3724                       I predict my top podcast will be [fill in top podcast prediction] it's definitely The David Cassidy Connections - w… https://t.co/3fkFj6uwg3
## 3725                                                                                 Just drop it already. Been waiting for what feels like a year now. #SpotifyWrapped
## 3726                                                                      I predict my most played song will be "bad decisions" #SpotifyWrapped https://t.co/660psbI7De
## 3727                                                                              I predict my most played song will be [A Little Love Will Fix You Up] #SpotifyWrapped
## 3728                                                                                                          I predict my most played song will be poo #SpotifyWrapped
## 3729                                                                                     I predict my top podcast will be @deuxmoiworld or @Betches_Sup #SpotifyWrapped
## 3730                                                                                                              I predict my top genre will be Kpop 😭 #SpotifyWrapped
## 3731                                                                                                                 I predict my top genre will be pop #SpotifyWrapped
## 3732                                                                    and this little stupid thing since #SpotifyWrapped is taking foreverrr. https://t.co/8j4GMF39cb
## 3733                                                                                                I predict my top podcast will be Happy Sad Confused #SpotifyWrapped
## 3734                                        I predict my top artist will be txt nct dream/127 or bts(i barely listen to them but sptfy is glitched asf) #SpotifyWrapped
## 3735                                                             I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped gunna be @FreddieDredd
## 3736                                                                                                             I predict my top artist will be Adele  #SpotifyWrapped
## 3737                                                                               I predict my most played song will Bigger Than Me ny Louis Tomlinson #SpotifyWrapped
## 3738                                                                                                                 I predict my top genre will be Pop #SpotifyWrapped
## 3739                                                                    i predict my most played song will be..... PURE/HONEY or ALIEN SUPERSTAR 👽 \n\n #SpotifyWrapped
## 3740                                                        I predict my most played song will be [fill in top song prediction] #SpotifyWrapped https://t.co/6MlyvoUWJl
## 3741                                                                                                      I predict my most played song will be “Brave” #SpotifyWrapped
## 3742                                                         I predict my most played song will be [fill in top song prediction] #SpotifyWrapped limbo by @FreddieDredd
## 3743                                                                                                       I predict my top genre will be drum  n  bass #SpotifyWrapped
## 3744                       I don't have Spotify for various reasons, but mostly because they can't seem to make a punk playlist that doesn't i… https://t.co/oWb5XVNB0O
## 3745                                                                                                        I predict my top genre will be rap or grime #SpotifyWrapped
## 3746                                                                           I predict my most played song will be You Belong With Me by Taylor Swift #SpotifyWrapped
## 3747                                                                                                              I predict my top genre will be kpop🤢🤢 #SpotifyWrapped
## 3748                                                                                         I predict my most played song will be [ANGOSTURA by keshi] #SpotifyWrapped
## 3749                                                                          I predict my top artist will be @nfrealmusic.. no way there's anyone else #SpotifyWrapped
## 3750                                                                          I predict my top podcast will be @TheAntlerQueens #SpotifyWrapped https://t.co/f4USUhClHt
## 3751                                                                              I predict my most played song will be try again OR maze in the mirror #SpotifyWrapped
## 3752                                                                                                 I predict my most played song will be Bryn - Faces #SpotifyWrapped
## 3753                                                                                                      I predict my top artist will be [$uicideboy$] #SpotifyWrapped
## 3754                                                                                                      I predict my top artist will be taylor swift  #SpotifyWrapped
## 3755                                                                                                       I predict my top artist will be Taylor Swift #SpotifyWrapped
## 3756                                                                                                     I predict my top artist will be Harry Styles.  #SpotifyWrapped
## 3757                                                                                    I predict my most played song will be (All Too Well 10 min) lol #SpotifyWrapped
## 3758                                                                                      Just release the damn thing already!  #SpotifyWrapped https://t.co/1xN2m9TlWe
## 3759                                                                                                  I predict my top artist will be [@1YoungTakeoff ] #SpotifyWrapped
## 3760                                                                                     I predict my most played song will be this is me trying or ivy #SpotifyWrapped
## 3761                                                                                                                  it's almost that time of the year #SpotifyWrapped
## 3762                                                                                                                When will #SpotifyWrapped come out tho??? I'm tired
## 3763                                                      I predict my most played song will be [fill in top song prediction] David Cassidy - Cherish 💖 #SpotifyWrapped
## 3764                                                                                                               I predict my top artist will be Ozzy #SpotifyWrapped
## 3765                                                                         I predict my most played song will be [Idk how to kill myself - Younggoth] #SpotifyWrapped
## 3766                                                                                                                I predict my top artist will be bts #SpotifyWrapped
## 3767                                                                #SpotifyWrapped after trending several days in a row without a release date https://t.co/xW5T2o2grH
## 3768                                                                                                                I predict my top genre will be kpop #SpotifyWrapped
## 3769                                                                                                                                       Can't wait 💞 #SpotifyWrapped
## 3770                                                                                                               I predict my top genre will be Metal #SpotifyWrapped
## 3771                                                                                   I predict my most played song will be Saturn by @sleepingatlast  #SpotifyWrapped
## 3772                                         Ahead of #SpotifyWrapped, you can find out what artists would make up the perfect festival for you https://t.co/zan8bg4mvn
## 3773                                                                     I predict my most played song will be Voices In My Head by Falling In Reverse  #SpotifyWrapped
## 3774                      So this has given me a good idea as to what my #SpotifyWrapped might look like. \n\nThere's nothing here that really… https://t.co/xASp7fCgwn
## 3775                                                                                                    I predict my most played song will be domino😍 \n#SpotifyWrapped
## 3776                                                                            I predict my top genre will be pop cuz I’m never not listening to pop 😭 #SpotifyWrapped
## 3777                                                                                                    I predict my top genre will be [SB19 #SB19 lol] #SpotifyWrapped
## 3778                                                                                  As long as Paramore is at the top of my #SpotifyWrapped I know Ill be okay ✊🏾✊🏾
## 3779                                                                            I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped Beyoncé
## 3780                                                                                                  I predict my top podcast will be Jalen and Jacoby #SpotifyWrapped
## 3781                                                                                                             I predict my top artist will be @JIDsv #SpotifyWrapped
## 3782                                                   I predict my most played song will be [fill in top song prediction] #SpotifyWrapped CUFF IT or super freaky girl
## 3783                                    I predict my top podcast will be #FilmstoBeBuriedWith @brettgoldstein . this is my only accurate prediction for #SpotifyWrapped
## 3784                                                                               I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped mora
## 3785                                                                          I predict my top podcast will be \n\nThe Elder Scrolls LORECAAAAST 😉💙\n\n #SpotifyWrapped
## 3786                                                                                                             I predict my top genre will be Hip-Hop #SpotifyWrapped
## 3787                                                                                                   I predict my top artist will be [@SB19Official ] #SpotifyWrapped
## 3788                                                          I predict my most played song will be [fill in top song prediction] #SpotifyWrapped memorias o casualidad
## 3789                                                                                                I predict my top genre will be,,, C-Drama OST ????  #SpotifyWrapped
## 3790                                                                                           I predict my top artist will be… #SpotifyWrapped https://t.co/nrTKHETOEA
## 3791                                                  I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped  you already know #TaylorSwift 😊😊
## 3792                                                                                                        I predict my top artist will be @asakemusik #SpotifyWrapped
## 3793                                          me acting suprised when my spotify wrapped artists are all the same as last year #SpotifyWrapped  https://t.co/JwHVyeCQ90
## 3794                                                                                           so fucking ready to see how fucked up i was this year !!!#SpotifyWrapped
## 3795                                                                                                                         Literally so excited for #SpotifyWrapped 🥰
## 3796                                                                                       I predict my most played song will be Blood Wine by @abvblw_ #SpotifyWrapped
## 3797                                                                                              I predict my most played song will be [perfect pair ] #SpotifyWrapped
## 3798                                                                                 no predictions i know for a FACT:\n\nmy top artist will be Beyoncé #SpotifyWrapped
## 3799                                                                                                        I predict my top artist will be [Lady Gaga] #SpotifyWrapped
## 3800                                                                                I predict my top podcast will be [Very Really Good - Kurtis Conner] #SpotifyWrapped
## 3801                                                          i dont even post screenshots of my spotify wrapped, i screenrecord that shit and tweet it #SpotifyWrapped
## 3802                                                                                                           I predict my top genre will be Afrobeats #SpotifyWrapped
## 3803                                                                                                            i bet not see any yeat or NBA youngdude #SpotifyWrapped
## 3804                                                                                                                  I'm ready #SpotifyWrapped https://t.co/Z5Z6NOaMcX
## 3805                                                                                                       I predict my top podcast will be Fair enough #SpotifyWrapped
## 3806                                                                                                                 I predict my top genre will be Pop #SpotifyWrapped
## 3807                      I predict my most played song will be \n\nA powerwolf song- something between Where the wild wolve have gone or lupus dei\n\n #SpotifyWrapped
## 3808                       @Daily_Serah I predict @Daily_Serah's most played song will be A Quick One Before The Eternal Worm Devours Connecti… https://t.co/bjvxDtNxd1
## 3809                                                                                              I predict my most played song will be something Asake #SpotifyWrapped
## 3810                     99bookmarking https://t.co/O1SDWdDKuo \n\n#Analytics #5G #MachineLearning #AI #Python  #NLProc  #flutterdev  #BigData… https://t.co/dRSpP2Btq4
## 3811                                                                                       I predict my most played song will be highschool sweethearts #SpotifyWrapped
## 3812                                                                                               I predict my most played song will be LWYMMD o KARMA #SpotifyWrapped
## 3813                        Free Social Bookmarking Website | Get high quality backlinks https://t.co/OatXTt03Cg via @flipboard \n\n#Analytics… https://t.co/69JP7lCFeC
## 3814                        Free Social Bookmarking Website | Get high quality backlinks https://t.co/d985Qel333 via @flipboard \n\n#Analytics… https://t.co/3dj1RBD23x
## 3815                                                                                              I predict my top artist will be [Megan Thee Stallion] #SpotifyWrapped
## 3816                                                                I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped The Creative Penn
## 3817                                                                                                            I predict my top artist will be normani #SpotifyWrapped
## 3818                                                                                     I predict my most played song will be Toca Brillar de @JosDice #SpotifyWrapped
## 3819                                                                                                I predict my top artist will be Hamilton Soundtrack #SpotifyWrapped
## 3820                                                                                                                 I predict my top genre will be pop #SpotifyWrapped
## 3821                                                                                           I predict my top genre will be Country, if not Pop Punk. #SpotifyWrapped
## 3822                                                                                                     I predict my top artist will be Gang of Youths #SpotifyWrapped
## 3823                                                                                                               I predict my top genre will be [RnB] #SpotifyWrapped
## 3824                                                                                                         I predict my top artist will be [youngboy] #SpotifyWrapped
## 3825                                                                                                            I predict my top artist will be stormzy #SpotifyWrapped
## 3826                                                                               I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped sci-fi
## 3827                                                                                                 i predict my top artist will be @LovelyPeach2001 \n#SpotifyWrapped
## 3828                                                                                                       I predict my top genre will be [melodic rap] #SpotifyWrapped
## 3829                                                                                                       I predict my top artist will be Harry Styles #SpotifyWrapped
## 3830                                                                                         I predict my most played song will be [cardboard box- flo] #SpotifyWrapped
## 3831                                                                       I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped Jimi Hendrix
## 3832                                                 I predict my most played song will be [Among Us In Real Life] #SpotifyWrapped\nidk why it just always used to play
## 3833                                                                                                I predict my most played song will be [bring it on] #SpotifyWrapped
## 3834                             Grow Your Social Media Presence with Us, Get Boost It Today at an Affordable Price.\nhttps://t.co/fIeqFUYLox👈… https://t.co/16K07zYJf6
## 3835                                                                                            I predict my most played song will be [shut up stormzy] #SpotifyWrapped
## 3836                                                                                                              I predict my top artist will be ATEEZ #SpotifyWrapped
## 3837                                                                                                      I predict my top artist will be [@BLACKPINK ] #SpotifyWrapped
## 3838                                                                                                    I wonder what my #SpotifyWrapped will look like this year hhhhh
## 3839                                                                                                    I predict my top artist will be [billie eilish] #SpotifyWrapped
## 3840                                                                   I predict my top artist will be BTS like it has been for the past 7 years LMAOOO #SpotifyWrapped
## 3841                                                                                    I predict my most played song will be [Pink Venom by Blackpink] #SpotifyWrapped
## 3842                       Can’t wait to see my #SpotifyWrapped  but guess it will be our lovely boys as always (and of course Niall too but I… https://t.co/rvaVAGz18C
## 3843                        I'm excited. It's going to be an unhinged mess for me. Metal, the Miami Boys Choir because their Jewish psalm song… https://t.co/HZHyCunBJL
## 3844                           I cant wait till i find out my #SpotifyWrapped is going to be effected by what one random month i kept listening to the backstreet boys.
## 3845                                                  Big sale days have started on amazon, click https://t.co/3Rkx7CIrz9\n\n#SpotifyWrapped #GiftGalaxy JUST ANNOUNCED
## 3846                                                                                             I predict my most played song will be [keep driving😍😍] #SpotifyWrapped
## 3847                                                                                                        I predict my top artist will be The Weeknd! #SpotifyWrapped
## 3848                                                                                               I predict my most played song will be 'Out Of Time ' #SpotifyWrapped
## 3849                                                 I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped I predict it’s gonna be @iambeckyg
## 3850                                                                    I imagine that my #SpotifyWrapped will be something similar to this ... https://t.co/IsmNfLpI2s
## 3851                                                                                                  I predict my top artist will be TAYLOR SWIFT 😍😍😍😍 #SpotifyWrapped
## 3852                                                                    I predict my most played song will be Everything’s Electric by @liamgallagher   #SpotifyWrapped
## 3853                        Not to brag, but these tickets would sell faster than #whenwewereyoung. 😂\n\nStill waiting on my #SpotifyWrapped. 😒 https://t.co/whfUuXheZi
## 3854                                                                                        my most played song will probably be running up that hill 💀 #SpotifyWrapped
## 3855                                                                                                               i am not ready for the embarrassment #SpotifyWrapped
## 3856                                                                                                     I predict my top podcast will be anything goes #SpotifyWrapped
## 3857                                                                            I predict my top artist will be [ @katevogelx ] #SpotifyWrapped https://t.co/CbN9RlvcFJ
## 3858                                                                                     just got my #SpotifyWrapped in and I’m actually in the top .05% of silly geese
## 3859                                                                                                              People don’t know how bad I need my #SpotifyWrapped 😭
## 3860                                                                                              I predict my top artist will be SHINee, DPR or ATEEZ  #SpotifyWrapped
## 3861                                                                                                   i predict my top artist will be @LovelyPeach2001 #SpotifyWrapped
## 3862                                                                              Sabrina Carpenter No Word\nhttps://t.co/5C6Xb5P0tY\n#sabrinacarpenter #SpotifyWrapped
## 3863                                                                                                       I predict my top artist will be Taylor Swift #SpotifyWrapped
## 3864                                          I literally can't predict what my #SpotifyWrapped will look like. I know Iggy is going to be #1 artist but the rest is ??
## 3865                                                                                                         I predict my top artist will be @yunggravy #SpotifyWrapped
## 3866                                                                                                              I predict my top artist will be [BTS] #SpotifyWrapped
## 3867                                                                                                                 I predict my top genre will be pop #SpotifyWrapped
## 3868                                                                                                             I predict my top genre will be [K-pop] #SpotifyWrapped
## 3869                                                                   I predict my most played song will be golden hour gotta be in at least the top 5 #SpotifyWrapped
## 3870                                                                                                 I predict my most played song will be block me out #SpotifyWrapped
## 3871                                   I predict my most played song will be Illusion by Aespa OR OR OR Neo got my back (no i won’t take any questions) #SpotifyWrapped
## 3872                                                                                           I predict my most played song will be [Film out by BTS ] #SpotifyWrapped
## 3873                                                                                       I predict my most played song will be my shot from Hamilton 😅#SpotifyWrapped
## 3874                                                                                                                   #SpotifyWrapped im ready https://t.co/GOZiiOEJeM
## 3875                                                                                                  I predict my top artist will be freddie dredd ⚒️⚒️⚒️ #SpotifyWrapped
## 3876                                                         I predict my most played song will be me and my husband by mitski (i am severely unstable) #SpotifyWrapped
## 3877                                                                                      I predict my top artist will be [fka twigs or kendrick lamar] #SpotifyWrapped
## 3878                                       What my #SpotifyWrapped expect of me vs what it's probably gonna look like. https://t.co/flBWhsGvim… https://t.co/KHChui0McH
## 3879                                                                                                   I predict my top artist will be @ENHYPEN_members #SpotifyWrapped
## 3880                                                                                                    I predict my top artist will be Shakira Shakira #SpotifyWrapped
## 3881                                                                                                I predict my top genre will be K-pop cause Enhypen! #SpotifyWrapped
## 3882                                                                                 @Spotify my birthday was horrible my girl left me today but I wait #SpotifyWrapped
## 3883                                                                                                  I predict my top genre will be pop or alternative #SpotifyWrapped
## 3884                       I predict my most played song will be either Shakes by #StevieHowie, Blow by @JacksonWang852 or I Need The Light by… https://t.co/1VwKcWOXc6
## 3885                                                                                                           I predict my top genre will be Dance Pop #SpotifyWrapped
## 3886                     #SpotifyWrapped predictions for 2022:\nTop Song: Origami Angel - Doctor Whomst\nTop Artist: Origami Angel\nTop Genre:… https://t.co/AEQGOKrn9V
## 3887                                                                                                 Who all coming? #SpotifyWrapped #instafest https://t.co/9uMH9BiMwe
## 3888                                                                                            I predict my most played song will be [chameleon paint] #SpotifyWrapped
## 3889                                                                                       I predict my top artist will be taylor swift or Harry styles #SpotifyWrapped
## 3890                                                                                       I predict my top artist will be @MIWband or @AlphaWolfCVLT \n#SpotifyWrapped
## 3891                                                               I predict my top artist will be [beyonce, Christina, Justin Bieber, poppy, and kali] #SpotifyWrapped
## 3892                                                                        I predict my most played song will be daylight or satellite by Harry styles #SpotifyWrapped
## 3893                                                      I predict my most played song will be How did we get there from Last Train (wise choice haha) #SpotifyWrapped
## 3894                                                                   I predict my most played song will be [Hurt Me So Good, Cuff It, or Tia Tamera🤣] #SpotifyWrapped
## 3895                                                                                                           I predict my top genre will be Post-rock #SpotifyWrapped
## 3896                         My boyfriend (real) is gonna be my #2 artist and my boyfriend's polycule is gonna be my #1, that's my prediction.… https://t.co/3mKb6KVgfC
## 3897                                                                                                      I predict my most played song will be Ay Mamá #SpotifyWrapped
## 3898                                                                                       I predict my most played song will be Te Felicito by Shakira #SpotifyWrapped
## 3899                        Just remembered, since #SpotifyWrapped is here again... Someone asked if we'd be putting These Backwards Echoes on… https://t.co/QoiX0aOj5e
## 3900                                                                                                              I predict my top artist will be Elder #SpotifyWrapped
## 3901                                I predict my top podcast will be “ten minute bible hour podcast” by @MattWhitmanTMBH (or “Cults” by @ParcastNetwork #SpotifyWrapped
## 3902                                                                                              my  #SpotifyWrapped is gonna be a mess because of my driving playlist
## 3903                                              I predict my most played song will be fast times, f u lol, life waster, i'm that girl, and ya llegué  #SpotifyWrapped
## 3904                                                                                                         I believe my top artist is gonna be @poppy #SpotifyWrapped
## 3905                                                                                                     I predict my top artist will be @taylorswift13 #SpotifyWrapped
## 3906                                                                                                             my #SpotifyWrapped predictions https://t.co/ParOH04l0F
## 3907                                                                               I predict my most played song will be [Murder Machines by Marillion] #SpotifyWrapped
## 3908                                                  My #SpotifyWrapped is going to be female dominated for sure. This was the year of women. They made the best music
## 3909                                                                                              I predict my top artist will be Twice or Taylor Swift #SpotifyWrapped
## 3910                                                                                                                 I predict my top genre will be pop #SpotifyWrapped
## 3911                                                                                                             I predict my top genre will be country #SpotifyWrapped
## 3912                   Here’s a list of people I do not respect:\n\n-murderers\n-assholes\n-people who post their #SpotifyWrapped on any social platform \n-narcissists
## 3913                                                                                                           I predict my top genre will be Dance Pop #SpotifyWrapped
## 3914                                                                                                         I predict my top artist will be @idlesband #SpotifyWrapped
## 3915                                                                                                   I predict my top artist will be @wesleydeanmusic #SpotifyWrapped
## 3916                                                                   I predict my most played song will be Because i liked a boy by Sabrina Carpenter #SpotifyWrapped
## 3917                                                                                I predict my most played song will be “sunshine” by @shortstackband #SpotifyWrapped
## 3918                      I predict my top artist will be...\nyou'll never guess. (it will be american music duo i don't know how but they fou… https://t.co/7Xer1kTS1D
## 3919                                                                                                       I predict my top artist will be Taylor Swift #SpotifyWrapped
## 3920                                                                                          I predict my most played song will be Linda de la Rosalía #SpotifyWrapped
## 3921                                                                                                            My #SpotifyWrapped every year 🤭 https://t.co/WMobuwFwX3
## 3922                                             Another year of #SpotifyWrapped, another year of not knowing what I listened to this year bc YouTube Premium for life.
## 3923                                                                       I predict my top artist will be @JYPETWICE  #SpotifyWrapped \n#TWICE https://t.co/RyB1MUXtky
## 3924                                                                              I predict my most played song will be New Romantics by Taylor Swift \n#SpotifyWrapped
## 3925                                                                                   I predict my most played song will be I Am All of Me by Crush 40 #SpotifyWrapped
## 3926                                              ok here we go. i predict my most played song will be [paiii.sensation by yunosuke or puzzle by loona] #SpotifyWrapped
## 3927                                                                                                                 I predict my top genre will be pop #SpotifyWrapped
## 3928                     I predict my most played song will be THE ENTERTAINMENT. #SpotifyWrapped \n\nIf this happens, I will never live it do… https://t.co/u8MXUcPLH7
## 3929                                                                              my toxic trait is that victorious cast will be my #1 artist this year #SpotifyWrapped
## 3930                                                                                                   I predict my top artist will be [Camila Cabello] #SpotifyWrapped
## 3931                                                                                                             I predict my top genre will be [metal] #SpotifyWrapped
## 3932                                                                                                 are u all idiots it usually comes out december 1st #SpotifyWrapped
## 3933                                                                                                       I predict my top artist will be Taylor Swift #SpotifyWrapped
## 3934                                                                                  I predict my most played song will be [bam bam by camila cabello] #SpotifyWrapped
## 3935                                                                                    I predict my most played song will be Reggae. Lee Scratch Perry #SpotifyWrapped
## 3936                                                              I predict my top podcast will be non ne ascolto quindi boh solo le canzoni unrealised #SpotifyWrapped
## 3937                                                                                                               I predict my top genre will be [pop] #SpotifyWrapped
## 3938                                                                             @LornaShore were my #1 band in my #SpotifyWrapped 2022 since February. Calling it now.
## 3939                                                                                       That #SpotifyWrapped shit is hard asf🔥 Slick jealous 😂😂 s/o Apple Music tho.
## 3940                                      I predict my most played song will be [all too well (10 minutes version) (taylor’s version) (from the vault)] #SpotifyWrapped
## 3941                                                                                                            i expect my #SpotifyWrapped to be embarrassing as hell.
## 3942                                                                                                   I predict my top artist will be [James Marriott] #SpotifyWrapped
## 3943                                                                                                     I predict my top artist will be [harry styles] #SpotifyWrapped
## 3944                                                                                                                               bully me already bro #SpotifyWrapped
## 3945                                                                                                               I predict my top genre will be [pop] #SpotifyWrapped
## 3946                                                                                                                             i NEED #SpotifyWrapped to come out alr
## 3947                                                                  I predict my most played song will be [Where has everyone gone by James Marriott] #SpotifyWrapped
## 3948                                                                                                         I predict my top artist will be [slipknot] #SpotifyWrapped
## 3949                                                                                      I predict my most played song will be [home by one direction] #SpotifyWrapped
## 3950                                                                                                       I predict my top artist will be Harry Styles #SpotifyWrapped
## 3951                   My #SpotifyWrapped won’t tell me anything new. \n\nYou listened to a concerning amount of #HarryStyles \n\nYou listened… https://t.co/6q5IrUkaqH
## 3952                                                                                                        I predict my top podcast will be Archetypes #SpotifyWrapped
## 3953                                                                                                                 I predict my top genre will be pop #SpotifyWrapped
## 3954                                                         I predict my most played song will be Tití Me Preguntó, I played it way too much this year #SpotifyWrapped
## 3955                                                                                     I predict my most played song will be Daylight by Harry styles #SpotifyWrapped
## 3956                  I predict my #SpotifyWrapped will be, in no particular order:\nJon Hopkins\nNathan Fake\nFloating Points\nBurial\nThom Y… https://t.co/uuvVW8Pvnu
## 3957                                                                                                           I predict my top genre will be Reggaeton #SpotifyWrapped
## 3958                                                                                                       I predict my top artist will be lilbubblegum #SpotifyWrapped
## 3959                                                                                                                          PLEASE DROP IT PLEASE BRO #SpotifyWrapped
## 3960                                                                                                      I predict my top artist will be uhhhhhhhh BTS #SpotifyWrapped
## 3961                                                                                                       I predict my top artist will be @luansantana #SpotifyWrapped
## 3962                             🍺🌮🍕🍗🍔🍟🥩🍝SAVE $15 OFF 3 MEALS OVER $30 (BEFORE TAXES)-DOORDASH: https://t.co/Rg3WjtcHLr\n\n🇨🇦CANADA ONLY🇨🇦 #Ad… https://t.co/6gNxAWKUqk
## 3963                                                                                                       I predict my top podcast will be #Archetypes #SpotifyWrapped
## 3964                                                                                  I predict my most played song will be ‘Danger’ by Jourdin Pauline #SpotifyWrapped
## 3965                       Sorry in advance when I share my #SpotifyWrapped, but if I must be cursed with the knowledge of my musical mishaps,… https://t.co/k9iMHMdved
## 3966                                                                                         I’m ready for it - drop it already #SpotifyWrapped https://t.co/u13NZlT60H
## 3967                                                                                        I predict my top podcast will be "CARROSEL" by @osprimosboy #SpotifyWrapped
## 3968                       I predict my most played song will be either 'All Too Well (10 Minute Version) (Taylor's Version) (From The Vault)'… https://t.co/C8U4PXbDjP
## 3969                                                                      I predict my most played song will be Don’t Take The Money by @bleachersmusic #SpotifyWrapped
## 3970                                                                                    I predict my top podcast will be I don’t listen to podcasts lol #SpotifyWrapped
## 3971                                                                                  I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped
## 3972                                                                                                           I predict my top artist will be ZZCCMXTP #SpotifyWrapped
## 3973                                                                                                          I predict my top artist will be seventeen #SpotifyWrapped
## 3974                                                                                           What the fuck is a post-teen pop #SpotifyWrapped https://t.co/U52fv3VV1p
## 3975                                                                                                                I predict my top genre will be kpop #SpotifyWrapped
## 3976                                                                                                  I predict my top artist will be Machine Gun Kelly #SpotifyWrapped
## 3977                                                                                                                I predict my top genre will be kpop #SpotifyWrapped
## 3978                                 I predict my most played song will be All Too Well (10 Minute Version) (Taylor’s Version)  From the Vault… https://t.co/aVjERRIcYm
## 3979                                                                                                     I predict my top artist will be @taylorswift13 #SpotifyWrapped
## 3980                                                                                                            I predict my top artist will be [Jakey] #SpotifyWrapped
## 3981                                                                                                  I predict my most played song will be don quixote #SpotifyWrapped
## 3982                                                                        I predict my most played song will be [Cassandra by Florence + The Machine] #SpotifyWrapped
## 3983                                                                                                                 I predict my top genre will be pop #SpotifyWrapped
## 3984                                                                                                      I predict my top artist will be Harry Styles  #SpotifyWrapped
## 3985                                                                                           I predict my most played song will be Crica 2013 (Jaden) #SpotifyWrapped
## 3986                                                                                                I predict my most played song will be hangover cure #SpotifyWrapped
## 3987                                                      I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped   \n\n#ArchetypesWithMeghan
## 3988                                                                                    Me wanting Spotify to drop my #SpotifyWrapped this year https://t.co/aBbRNQLb2C
## 3989                                                                        I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped archetype
## 3990                       If you are into indie acoustic music, check out my project, also, Support indie artists because some of the best mu… https://t.co/DxsBpLTUTc
## 3991                                                                      Can’t wait for my #SpotifyWrapped to tell me I’ve listened to too much Taylor Swift this year
## 3992                                                                             I predict my most played song will be 'Satellite' by Harry Styles 🛰️✨❤️ #SpotifyWrapped
## 3993                               got7 is trending, portugal is trending, #keshiInJKT , and onge is trending too rn, and dont forget this app… https://t.co/KgG9FWcdZH
## 3994                                                                                            I predict my top podcast will be [The Nemeton Podcast ] #SpotifyWrapped
## 3995                                                                                                     I predict my top artist will be [sublime easy] #SpotifyWrapped
## 3996                         @MonaAmbegaonkar All creation of Godi media &amp; BJP Govt &amp; Modi @republic @TimesNow @aajtak #SpotifyWrapped… https://t.co/ojig0xpW0h
## 3997                                                                                             #SpotifyWrapped mine is definitely Beyoncé \nTaylor is a closed second
## 3998                                                                                   I predict my most played song will be Funeral Grey by Waterparks #SpotifyWrapped
## 3999                                                                                              I predict my top artist will be [Tomorrow X Together] #SpotifyWrapped
## 4000                        #Music #MusicNews #business #spotify #spotifywrapped Spotify Wrapped 2022: Streaming Service Promises ‘All Will Be… https://t.co/lXP1V6GAGM
## 4001                                                                                                     I predict my top genre will be [metal or rock] #SpotifyWrapped
## 4002                                                                                                     I predict my top genre will be pop seguramente #SpotifyWrapped
## 4003                                                                                                             I predict my top genre will be [K-Pop] #SpotifyWrapped
## 4004                                                                                                       I predict my top artist will be Harry Styles #SpotifyWrapped
## 4005                             Are you ready to kill the pain? Livestream concert this thursday. Link in bio #SpotifyWrapped #apple #lilpeep… https://t.co/FXPbd9L76y
## 4006                                                                                               I predict my most played song will be [kill the sub] #SpotifyWrapped
## 4007                                                                                       I predict my most played song will be … ni idea sinceramente #SpotifyWrapped
## 4008                                                                                                            I predict my top podcast will be BANTER #SpotifyWrapped
## 4009                                                                                            seriously thought #SpotifyWrapped would drop today to take the edge off
## 4010                                                                                    I predict my most played song will be As it was by Harry Styles #SpotifyWrapped
## 4011                                                                                                   I predict my top artist will be Chase Atlantic 😭 #SpotifyWrapped
## 4012                                                                                              I predict my most played song will be [THUNDERSTRIKE] #SpotifyWrapped
## 4013                                                                                                                                               when #SpotifyWrapped
## 4014                                                                       I predict my top podcast will be Hasta La Vista o Ricardo Fort by Damian Kuc #SpotifyWrapped
## 4015                              Who wants Animated Emotes..?HMU!\nLike/ Retweet \nHelp/Support/ \nFollow each other \n#supportsmallstreamers… https://t.co/jEuR6BOMhs
## 4016                                      I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped #Archetypes        \n\n#archetypesonspotify
## 4017                                                         I predict my most played song will be [fill in top song prediction] #SpotifyWrapped At the Edge of the Sea
## 4018                                                                                                 I predict my top artist will be Panic at the Disco #SpotifyWrapped
## 4019                                                                                                    I predict my top artist will be [Taylor Swift ] #SpotifyWrapped
## 4020                                                                                                                 I predict my top genre will be Rap #SpotifyWrapped
## 4021                                                                                                     I predict my top artist will be [Taylor Swift] #SpotifyWrapped
## 4022                                                                                I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 4023                                                               I predict my most played song will be God Killed Rock and Roll by Panic at the Disco #SpotifyWrapped
## 4024                                                                                I predict my top artist will be Fleetwood Mac, The Smiths or Pixies #SpotifyWrapped
## 4025                                                                                                          I predict my top genre will be indie rock #SpotifyWrapped
## 4026                                                                                     I predict my most played song will be Brazil by Declan McKenna #SpotifyWrapped
## 4027                                                         I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped \nArchetypes with Meghan
## 4028                                                                          SPOTIFY SHOLD GET THEIR CALCULATIONS RIGHT 💀💀💀\n\n#SpotifyWrapped https://t.co/NL5EynKcGx
## 4029                                                                                       I predict my most played song will be Sundial by Lemon Demon #SpotifyWrapped
## 4030                                                                                                    I predict my top artist will be @cepedaoficial  #SpotifyWrapped
## 4031                                                                                                               I predict my top genre will be [Pop] #SpotifyWrapped
## 4032                                                                                                  Y’all better hurry it up  #SpotifyWrapped https://t.co/SbZMFlVe8c
## 4033                                                                                                       I predict my top artist will be Taylor Swift #SpotifyWrapped
## 4034                                                                                                       I predict my top artist will be [The Weeknd] #SpotifyWrapped
## 4035                                                                                               I predict my top artist will be Draconian (or Epica) #SpotifyWrapped
## 4036                                                                                                       I predict my top artist will be Nicki Minaj 🫡#SpotifyWrapped
## 4037                                I predict my most played song will be Change My Clothes by Alec Benjamin and Dream \nor Mary on a Cross by Ghost \n #SpotifyWrapped
## 4038                                                                                I predict my most played song will be La Bachata from Manuel Turizo #SpotifyWrapped
## 4039                                        I predict my most played song will be [All Too Well (10 minute version)(Taylor’s Version) (from the vault)] #SpotifyWrapped
## 4040                                                                                                                               pov: usi apple music #SpotifyWrapped
## 4041                                                                                           My #SpotifyWrapped is going to eat up... I think https://t.co/4vdhugNIAu
## 4042                                                                                                                     Getting ready for my Wrapped.\n#SpotifyWrapped
## 4043                                                                          I predict my most played song will be Death of peace of mind by bad omens #SpotifyWrapped
## 4044                                                               I predict my top podcast will be [Archetype ] #SpotifyWrapped  \n\n#Archetypes #ArchetypesWithMeghan
## 4045                                                                  I predict my top podcast will be none since I haven't listened to any this year!\n#SpotifyWrapped
## 4046                                                                                                       I predict my top artist will be Lana Del Rey #SpotifyWrapped
## 4047                                                                       I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped archetypes
## 4048                                                                                                     I predict my top artist will be [taylor swift] #SpotifyWrapped
## 4049                                                                                                       I predict my top podcast will be Archetype.  #SpotifyWrapped
## 4050                    Check out my 5-star review #fiverrgigs\nGreat experience. Understood my concept and got me exactly what I needed\n \n☞… https://t.co/CJ0K2DWCWk
## 4051                                                                                                           I predict my top artist will be ABBA.\n\n#SpotifyWrapped
## 4052                                                                                                    so fun! 🙈\n#Spotifyfest #SpotifyWrapped https://t.co/vLJfBksHhu
## 4053                                                                                                          I predict my top genre will be pop rock \n#SpotifyWrapped
## 4054                                                                                                         I predict my top artist will be @LittleMix #SpotifyWrapped
## 4055                                                                                                   I predict my most played song will be marionette #SpotifyWrapped
## 4056                                                          i hope you know that if my #SpotifyWrapped \nis embarrassing then I will never post on this account again
## 4057                                                                                                      I predict my top artist will be ✨Demonhunter #SpotifyWrapped
## 4058                                                                                                               I predict my top genre will be Pop.\n#SpotifyWrapped
## 4059                                                                           I predict my top podcast will be @LastStandMedia Sacred Symbols for sure #SpotifyWrapped
## 4060                                                                                                         I predict my top artist will be @Halestorm #SpotifyWrapped
## 4061                                                                                             I predict my top podcast will be #ArchetypesWithMeghan #SpotifyWrapped
## 4062                                                                                        I predict my most played song will be cool for cats or pink #SpotifyWrapped
## 4063                                                                                                     I predict my top genre will be Symphonic Metal #SpotifyWrapped
## 4064                                                                                                       I predict my top artist will be @alterbridge #SpotifyWrapped
## 4065                                                                                     I predict my most played song will be [Archetypes with Meghan] #SpotifyWrapped
## 4066                               i already know for a fact my top artist this year is @Jessiereyez no questions asked. it’s called having good taste. #SpotifyWrapped
## 4067                                                                              I need #SpotifyWrapped to drop already so I can feel superior about my taste in music
## 4068                   Learn Free\n\nCSS animation-duration Properties :- https://t.co/DdiFUlfak5 \n\n#100daysOfCode #coding #CyberMonday Ghan… https://t.co/yAwD2nzmi2
## 4069                                                                                                        #SpotifyWrapped most  played so far https://t.co/QhCGKw49Dp
## 4070                                                                                                    I predict my top genre will be Rock &amp; Metal #SpotifyWrapped
## 4071                                                                                               I predict my most played song will be Dancing Queen. #SpotifyWrapped
## 4072                                                                            I predict my most played song will be A Phantom Dissonance by Draconian #SpotifyWrapped
## 4073                                                            I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped #ArchetypesWithMeghan
## 4074                       Along with #SpotifyWrapped this year they should let me reset my Discover Weekly recommendations as they used to be… https://t.co/hHJoPp3vqe
## 4075                                                                                      I predict my most played song will be Stick Season @NoahKahan #SpotifyWrapped
## 4076                                                                                                          I predict my top artist will be @gorillaz #SpotifyWrapped
## 4077                                                                                                 I predict my most played song will be Keep Driving #SpotifyWrapped
## 4078                                                                                                                                          i’m ready #SpotifyWrapped
## 4079                                                                                                  I predict my top artist will be Lana Del Rey duhh #SpotifyWrapped
## 4080                                                                                                      I predict my top genre will be Hip Hop or Pop #SpotifyWrapped
## 4081                                                                                         I predict my top podcast will be @pijayquinqui AMOREEEE\n\n#SpotifyWrapped
## 4082                                                                                                    I predict my most played song will be As it was #SpotifyWrapped
## 4083                              Who wants Animated Emotes..?HMU!\nLike/ Retweet \nHelp/Support/ \nFollow each other \n#supportsmallstreamers… https://t.co/uLAnCAsuA7
## 4084                                                                             I predict my most played song this year is I’ll do it - @heidimontag 👸🏼#SpotifyWrapped
## 4085                                                                                         I predict my most played song will be "CUFF IT" by Beyoncé #SpotifyWrapped
## 4086                                                                                                              I predict my top artist will be Lizzo #SpotifyWrapped
## 4087                                                                                                       I predict my top artist will be @pledis_17 💖 #SpotifyWrapped
## 4088                                                                                                   I predict my top artist will be Taylor obviously #SpotifyWrapped
## 4089                                                                                                                I’M SO EXCITED FOR #SpotifyWrapped    THIS YEAR!! 🤩
## 4090                                                                                                       I predict my top artist will be harry styles #SpotifyWrapped
## 4091                                                                   I predict my most played song will be [fill in top song prediction] #SpotifyWrapped\nGolden hour
## 4092                                                                            I predict my most played song will be I know the end by phoebe bridgers #SpotifyWrapped
## 4093                                                                I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped nbdh por indie puto
## 4094                                                                                     I predict my top artist will be battle beast or Bo Burnham idk #SpotifyWrapped
## 4095                                                                                             I predict my top podcast will be The Sandman Dreamcast #SpotifyWrapped
## 4096                                                                                                         I predict my top artist will be Juice WRLD #SpotifyWrapped
## 4097                                                                                                             I predict my top genre will be pop obv #SpotifyWrapped
## 4098                                                                                                                          Patiently waiting on our #SpotifyWrapped.
## 4099                                                                              LOL THIS LINEUP\n\n#Kpop #StrayKids #Exo #Txt #SpotifyWrapped https://t.co/my3fBXHOwN
## 4100                                                                I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped a mi me gusta el rock
## 4101                                 Check out my Gig on Fiverr: startup investor ready business plan financial plan grant proposal pitch deck… https://t.co/D2FeTPFFhT
## 4102                                I predict my most played song will be [fill in top song prediction] #SpotifyWrapped no se que es esta chota seguro devil's advocate
## 4103                                                                                      I predict my most played song will be all too well 10 min ver #SpotifyWrapped
## 4104                                                                                       I predict my most played song will be Wicked Ways @Halestorm #SpotifyWrapped
## 4105                                                                                       I predict my most played song will be Bye Bye by Juice WRLD  #SpotifyWrapped
## 4106                                                                                                      I predict my top artist will be [One Ok Rock] #SpotifyWrapped
## 4107                                                 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped Fantasy  @MariahCarey #lambily
## 4108                                                                                                    I predict my top artist will be @wolfalicemusic #SpotifyWrapped
## 4109                                                                                                      I predict my top artist will be Guns ‘n Roses #SpotifyWrapped
## 4110                                                                                                            I predict my top genre will be [J-rock] #SpotifyWrapped
## 4111                                                                                 I predict my top genre will be rock or sum along the lines of that #SpotifyWrapped
## 4112                                      Check out my Gig on Fiverr: do automations and onboarding clients campaigns workflows at gohighlevel… https://t.co/JqCJUb7LHh
## 4113                                                                                                    I predict my top artist will be  @SammyRaeMusic #SpotifyWrapped
## 4114                                                                                                I predict my top podcast will be my favorite murder #SpotifyWrapped
## 4115                                                                               I predict my most played song will be [Save Yourself by One Ok Rock] #SpotifyWrapped
## 4116                                                                                                   I predict my top podcast will be Conspirituality #SpotifyWrapped
## 4117                                                                                I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 4118                              Check out my Gig on Fiverr: setup monday CRM for monday on monday com clickup consultant asana trello notion… https://t.co/juzLx5fQY9
## 4119                                                                                                                I predict my top genre will be rock #SpotifyWrapped
## 4120                                                                                                  I predict my top artist will be @Louis_Tomlinson  #SpotifyWrapped
## 4121                                                    I predict my most played song will be BATSHIT! By WILLOW or uhhh Murder In My Mind by Kordhell  #SpotifyWrapped
## 4122                                  Check out my Gig on Fiverr: do bubble website bubble app web app mvp bubbleio flutterflow webflow expert… https://t.co/AzX8mMFOaZ
## 4123                              Check out my Gig on Fiverr: develop squarespace template squarespace ecommerce squarespace website developer… https://t.co/GHwhalBihJ
## 4124                                                                                    I predict my most played song will be As It Was by Harry Styles #SpotifyWrapped
## 4125                                                                          I just know Drake is gonna be my top artist on my #SpotifyWrapped https://t.co/1vSBl8Y9Oi
## 4126                                                                                                 I predict my most played song will be Danko/Manuel #SpotifyWrapped
## 4127                                                                                       I predict my most played song will be Violet-V.1 by Shoobies #SpotifyWrapped
## 4128                                                                                 I predict my top artist will be I DONT KNOW HOW BUT THEY FOUND ME. #SpotifyWrapped
## 4129                                                                                                 I predict my top podcast will be probably the yard #SpotifyWrapped
## 4130                                        Check out my Gig on Fiverr: followup boss on kvcore kv core sierra interactives order flow georgia… https://t.co/uHkkhEyDO6
## 4131                                                                                                      I predict my top artist will be @MartinGarrix #SpotifyWrapped
## 4132                                                                                     I predict my top artist will be harry styles or Sufjan stevens #SpotifyWrapped
## 4133                                                                                                 I predict my most played song will be Ode To Sleep #SpotifyWrapped
## 4134                                                                                      @Spotify Folks waiting hard on that #SpotifyWrapped 😂 https://t.co/AKgqtZmdWo
## 4135                                Check out my Gig on Fiverr: do intercom business leads linkedin post crunchbase apollo b2b lead generation… https://t.co/nCq5UqNPIf
## 4136                                                                                       I predict my top genre will be kpop  #SpotifyWrapped https://t.co/nbvIKHyb6Q
## 4137                                                                            I predict my top podcast will be nothing, since I don't listen to any 💀 #SpotifyWrapped
## 4138                                                                                         I’m actually so curious to see what my #SpotifyWrapped is gunna look like.
## 4139                     I will setup editable canva template for your social media feed\nhttps://t.co/CEyvIaUq0e\n#SpotifyWrapped #SaniaMirza… https://t.co/3VvhvjLIHm
## 4140                                                                                                    watch my most played song be me myself &amp; I\n#SpotifyWrapped
## 4141                                                                                                                 I predict my top genre will be pop #SpotifyWrapped
## 4142                                                                                            I predict my most played song will be miss misery maybe #SpotifyWrapped
## 4143                                                                                                      I predict my top artist will be Mac Miller 🫶🏼 #SpotifyWrapped
## 4144                                                                                I predict my top artist will be either Harry styles or Conan gray.  #SpotifyWrapped
## 4145                                                                                                           I predict my top artist will be Rod Wave #SpotifyWrapped
## 4146                                   Mfs be like “I’M SO EXCITED FOR #SpotifyWrapped     THIS YEAR!! 🤩” why don’t you get excited for a job or some bitches my friend
## 4147                                                                                       I predict my most played song will be Creature by half.alive #SpotifyWrapped
## 4148                                                                                                                 I predict my top genre will be EDM #SpotifyWrapped
## 4149                     This is the first year in a long time where the kids have seemingly kept themselves well away from my Spotify.\n\nBri… https://t.co/aM9U6YHmmM
## 4150                                                                                         I predict my most played song will be [drip or all I need] #SpotifyWrapped
## 4151                                                                                I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 4152                                                                           My most played song will probably by something by Nic D. Maybe Serotonin #SpotifyWrapped
## 4153                       With #SpotifyWrapped around the corner, I made a playlist celebrating the best in grime (so far)! Make sure to chec… https://t.co/5j94sXohqE
## 4154                                                         I predict my top genre will be Pop Music! #SpotifyWrapped https://t.co/NV2bRNGtal… https://t.co/1zwGQ1nsc5
## 4155                                                              I predict my top genre will be Pop. Since I have over 500 pop songs in one playlist 👍 #SpotifyWrapped
## 4156                                                     I predict my top genre will be whatever Genre Rod Wave fits into most. RnB, Hip Hop, Soul-trap #SpotifyWrapped
## 4157                                                                         #SpotifyWrapped mine last year I would love to know what's changed https://t.co/FW2S7V6fal
## 4158                              #SpotifyWrapped #hoodi #hoodies #hoodieseason #pullover #pullovers #pulloverhoodie #WhiteFriday #BlackFriday… https://t.co/FPqFRYW6Jf
## 4159                       I predict my most played song will be Nothing New (Feat. Pheobe Bridgers) (From The Vault) (Taylor's Version) - Tay… https://t.co/dEnqbfoff2
## 4160                                                                      You appear to have managed to not listen to any women all year. Well done lad #SpotifyWrapped
## 4161                                                                                                           I predict my top genre will be Vocaloid. #SpotifyWrapped
## 4162                                                                                                 I predict my top genre will be fFUCKING DREAM SMP. #SpotifyWrapped
## 4163                                                                      I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped @KodakBlack1k
## 4164                                                                              I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped hip hop
## 4165                                                                                          I predict my most played song will be [Traffic by reggie] #SpotifyWrapped
## 4166                                                                                                                                           Me urge  #SpotifyWrapped
## 4167                                               Give the @Shapingrime end of year playlist a listen: Grime's Full Circle '22 #SpotifyWrapped https://t.co/4t39SMAv7W
## 4168                                                                                          I’m actually terrified to see my  #SpotifyWrapped https://t.co/mpgqikqMd2
## 4169                                                                                I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 4170                                                                                                    i’m more exicted about my #SpotifyWrapped than Christmas itself
## 4171                                                                  I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped @OffTheRecordHD
## 4172                                                                                                      I predict my top podcast will be Ear Buiscuts #SpotifyWrapped
## 4173                                                 I predict my top podcast will be literally the only podcast I listen to is no such thing as a fish #SpotifyWrapped
## 4174                                                                                                            I predict my top artist will be [Adele] #SpotifyWrapped
## 4175                                                                                                 I’m so excited, it’s almost the best time of year  #SpotifyWrapped
## 4176                                                                                         I predict my top genre will be hip hop and stuff like that #SpotifyWrapped
## 4177                                                                      I predict my top artist will be either The Score, Imagine Dragons, or Skillet #SpotifyWrapped
## 4178                                                                                                 I predict my most played song will be [Pure Water] #SpotifyWrapped
## 4179                                                                                                     I predict my top artist will be flowerguts lol #SpotifyWrapped
## 4180                                                                                                  I predict my most played song will be Moscow Mule #SpotifyWrapped
## 4181                                        I predict my most played song will be Either Golden, by Harry styles, or People watching, by Conan gray. ^^ #SpotifyWrapped
## 4182                                                                                         I predict my most played song will be Queer Recovery Club. #SpotifyWrapped
## 4183                                                                                                               I predict my top genre will be [pop] #SpotifyWrapped
## 4184                                                                                                     I predict my top genre will be rap most likely #SpotifyWrapped
## 4185                                                                                                        I predict my top artist will be Kanye West  #SpotifyWrapped
## 4186                                                                                          I predict my top artist will be [the gloom in the corner] #SpotifyWrapped
## 4187                                                                           I predict my top artist will be BILLIE EILISH 😻💪🏻#SpotifyWrapped https://t.co/djBQzl9HSe
## 4188                                                                                   I predict my most played song will be Street Runner, by Rod Wave #SpotifyWrapped
## 4189                                                                           I predict my top genre will be either Alternative Pop or Christian Rock. #SpotifyWrapped
## 4190                                      I predict my most played song will be almost certainly a flowerguts track. maybe human centipede. 1thing2say? #SpotifyWrapped
## 4191                                                                                     I predict my most played song will be [Faces on Film - Sonnet] #SpotifyWrapped
## 4192                                                                                                         I predict my top artist will be Ed Sheeran #SpotifyWrapped
## 4193                                                                                    I predict my most played song will be Unstoppable by the Score. #SpotifyWrapped
## 4194                                                                                                     I predict my top artist will be @taylorswift13 #SpotifyWrapped
## 4195                        People Are Scare You Will #SpotifyWrapped #RedVelvet #CyberMondayAmazon #JHOPEatMAMA2022 #乌鲁木齐 #ميقا #ImACeleb… https://t.co/MQHEiTq3Sc
## 4196                        People Are Scare You Will #SpotifyWrapped #RedVelvet #CyberMondayAmazon #JHOPEatMAMA2022 #乌鲁木齐 #ميقا #ImACeleb… https://t.co/WRICRntU5F
## 4197                                                                                                      I predict my top genre will be kpop girlgroup #SpotifyWrapped
## 4198                                      Mfs be like “I’M SO EXCITED FOR #SpotifyWrapped  THIS YEAR!! 🤩” why don’t you get excited for a job or some bitches my friend
## 4199                                                                                         I predict my most played song will be [gone with the wind] #SpotifyWrapped
## 4200                                                                                  I predict my most played song will be [Mortal Reminder-Pentakill] #SpotifyWrapped
## 4201                                                                                                                     Taste. #SpotifyWrapped https://t.co/ntiKGzQ4L5
## 4202                                                                                                      I predict my top artist will be lord @yeat1_  #SpotifyWrapped
## 4203                                                                                                           I predict my top artist will be [Riha. A]#SpotifyWrapped
## 4204                                                                                               manifesting #BTS and #jhope as the top artists in my #SpotifyWrapped
## 4205                                                                                                              I predict my top genre will be [SOUL] #SpotifyWrapped
## 4206                                                                                                  Where that #SpotifyWrapped at I’m waiting https://t.co/PzSUgSTq3y
## 4207                                                                                             I predict my top podcast will be WhatCulture Wrestling #SpotifyWrapped
## 4208                                                                                          I predict my most played song will be Maldivas - Ludmilla #SpotifyWrapped
## 4209                                         I predict my most played song will be Bill Clinton "I Did Not Have Sexual Relations with That Woman" 1998! #SpotifyWrapped
## 4210                                                              I predict my most played song will be Home is Where the Haunt Is by American Football #SpotifyWrapped
## 4211                                                             I predict my top artist will be Element of Crime , because I’m a sad little German boy #SpotifyWrapped
## 4212                                                                                       I predict my most played song will be samurai with a mission #SpotifyWrapped
## 4213                                                                                                                   I’M SO EXCITED FOR #SpotifyWrapped THIS YEAR!! 🤩
## 4214                                                                                      I predict my most played song will be Bam Bam @Camila_Cabello #SpotifyWrapped
## 4215                      New fit for John from last nights stream.\n#RedDeadRedemption2 #rdr2 #RedVelvet #FIFAWorldCupQatar2022 #PlayStation5… https://t.co/zlIiBi4JSx
## 4216                                                                                   I predict my top artist again this year will be @KatatoniaBand 🖤 #SpotifyWrapped
## 4217                                                                                                                       My #SpotifyWrapped would be prolly tripping.
## 4218                                                                                     I predict my most played song will be Knockin on Heaven’s Door #SpotifyWrapped
## 4219                                                                                                        I predict my top podcast will be @TheToast  #SpotifyWrapped
## 4220                                                                                                 I predict my top podcast will be [Football Weekly] #SpotifyWrapped
## 4221                                                                                      I predict my top artist will be coldplay AGAIN or age factory #SpotifyWrapped
## 4222                                                                                                        I predict my top artist will @taylorswift13 #SpotifyWrapped
## 4223                                                                                                    I predict my most played song will be FULL STOP #SpotifyWrapped
## 4224                                                                                                     I predict my top podcast will be Normal Gossip #SpotifyWrapped
## 4225                                                                        My #SpotifyWrapped this year is just going to be a fuckton of Van Halen and random hip-hop.
## 4226                                                                       I predict my most played song will be any song in the new Phoenix album 👀👀👀\n#SpotifyWrapped
## 4227                                                                                                        I predict my top artist will be Tom Grennan #SpotifyWrapped
## 4228                                                                                                            I predict my top artist will be [Jay-Z] #SpotifyWrapped
## 4229                                       I predict my most played song will be Galactic HQ Theme by insaneintherainmusic (for the third year running) #SpotifyWrapped
## 4230                                                                                                             I predict my top artist will be Halsey #SpotifyWrapped
## 4231                                                                                                                               @SpotifyEng Love you #SpotifyWrapped
## 4232                                                                                                         My predictions for #SpotifyWrapped https://t.co/r8uuRZxTEQ
## 4233                       #SpotifyWrapped holy fuck this # is  ugly, do they do this on purpose?! Is there some weird behavioral ux manipulat… https://t.co/4hbGnxt4Tf
## 4234                                                                                           I predict my top podcast will be [ #archetypesonspotify] #SpotifyWrapped
## 4235                                                                                                           I predict my top genre will be [Hip Hop] #SpotifyWrapped
## 4236                                                                                                                  Taylor Swift will always be my #1 #SpotifyWrapped
## 4237                                                                                        I predict my most played song will be Seventeen Going Under #SpotifyWrapped
## 4238                                                                                            I predict my top artist will be arctic monkeys no doubt #SpotifyWrapped
## 4239                     I predict my most played song will be Re:Re: by Asian Kung Fu Generation, again. #SpotifyWrapped \n\nIt was last year… https://t.co/2SqcVPxwwE
## 4240                                                                                       I predict my top genre will be garage rock? Sheffield rock?? #SpotifyWrapped
## 4241                                                                                        I predict my top podcast will be the offline tv podcast???? #SpotifyWrapped
## 4242                            Learn Free\n\nCSS animation Properties :- https://t.co/AUtbx0cF3W\n\n#100daysOfCode #coding #CyberMonday Ghana… https://t.co/sNNs1aAnc3
## 4243                                                                                   I predict my most played song will be El diablo or Like a prayer #SpotifyWrapped
## 4244                             Click here not to miss the special Amazon discounts for November https://t.co/Nk8ap4Afbx\n\n#SpotifyWrapped #GiftGalaxy JUST ANNOUNCED
## 4245                                                                                                     I predict my top artist will be easy life obvs #SpotifyWrapped
## 4246                                                                                                     I predict my top artist will be @taylorswift13 #SpotifyWrapped
## 4247                                                                                                      I predict my top artist will be @zephanijong  #SpotifyWrapped
## 4248                                                                                                 I predict my most played song will be 505 probably #SpotifyWrapped
## 4249                                                                                                                I predict my top genre will be pop! #SpotifyWrapped
## 4250                                                                                                             I predict my top genre will be pop???? #SpotifyWrapped
## 4251                                                                                                     Here’s a preview of my #SpotifyWrapped https://t.co/BemqCKwqsY
## 4252                                                                                                       I predict my top artist will be Taylor Swift #SpotifyWrapped
## 4253                                                                                              I predict my top artist will be Adele or Taylor Swift #SpotifyWrapped
## 4254                                                                                                                 I predict my top genre will be Pop #SpotifyWrapped
## 4255                                                            I predict my most played song will be @taylorswift13’s All Too Well (10 Minute Version) #SpotifyWrapped
## 4256                                                                        I predict my most played song will be because i liked a boy @SabrinaAnnLynn #SpotifyWrapped
## 4257                                                                           I predict my most played song will be Motion Sickness by Phoebe Bridgers #SpotifyWrapped
## 4258                                                                                              My  #SpotifyWrapped is Billie Eilish yours is https://t.co/yhN31u6NRg
## 4259                                                                                                 I predict my most played song will be All Too Well #SpotifyWrapped
## 4260                                                                 No looking forward to my #SpotifyWrapped it will show how badly I was depressed with the low hours
## 4261                                                                              I predict my top podcast will be [@FEAE_KilliePod ] watch this space. #SpotifyWrapped
## 4262                                                                                                         I predict my top artist will be Set It Off #SpotifyWrapped
## 4263                                                                                             I predict, no, i know my top artist will be Lady Gaga. #SpotifyWrapped
## 4264                                                                                                           I predict my top artist will be Megadeth #SpotifyWrapped
## 4265                                                                                                     I predict my top podcast will be #rundfunk17 \n#SpotifyWrapped
## 4266                                                                                                             I predict my top genre will be kpop gg #SpotifyWrapped
## 4267                                                                                  I predict my most played song will be Hayloft II by Mother Mother #SpotifyWrapped
## 4268                                                                                                             i predict my top artist will be mitski #SpotifyWrapped
## 4269                                                                                                          I predict my top artist will be skz or xh #SpotifyWrapped
## 4270                                                                                                    I predict my top genre will be Dance Pop, duh.  #SpotifyWrapped
## 4271                                                                        Our #SpotifyWrapped dropped early, pretty accurate we think 🙃 (1/4) https://t.co/TrLjBeZ4wm
## 4272                                                                                           I predict my top artist will be  conan gray 1!!2!3!4)6,6 #SpotifyWrapped
## 4273                                                                                                  I predict my top artist will be The Beatles #SpotifyWrapped crust
## 4274                                                                                                                 I predict my top genre will be Pop #SpotifyWrapped
## 4275                                                                                         I predict my most played song will be Replay or Babylon. 🙊 #SpotifyWrapped
## 4276                                                                                   The way Frank and Bey are gonna be tusslin for the #1 spot on my #SpotifyWrapped
## 4277                                                                                                      I predict my top artist will be Ariana Grande #SpotifyWrapped
## 4278                                                I dont even have to wait my #SpotifyWrapped will be @billieeilish @KSI @LilNasX @sushitrash https://t.co/Ibf9JDfBJW
## 4279                                                                                                                 I predict my top genre will be Emo #SpotifyWrapped
## 4280                       This is the best graphic that highlights all your favorite musical artists🎵.  Kudos to @AnshaySaboo who created a b… https://t.co/D220aXTcKZ
## 4281                                                                                                 I predict my top podcast will be Rob Has A Podcast #SpotifyWrapped
## 4282                                                                               I predict my most played song will be #AlwaysLove by @LaurenJauregui #SpotifyWrapped
## 4283                                                                  I predict my most played song will be [cash in cash out/freestyle 2 (Ken Carson)] #SpotifyWrapped
## 4284                                                                                                               I predict my top artist will be Saba #SpotifyWrapped
## 4285                                                                                                         I predict my top genre will be rap music 🤖 #SpotifyWrapped
## 4286                                                                                                                                       AAAA SO CUTE #SpotifyWrapped
## 4287                                                                                                       I predict my top artist will be Taylor Swift #SpotifyWrapped
## 4288                                                                I predict my most played song will be I Don't Think That I Like Her by Charlie Puth #SpotifyWrapped
## 4289                                                                                    I predict my most played song will be minds of men by FKA twigs #SpotifyWrapped
## 4290                                          i really don’t even need to see my #spotifywrapped. it’s just going to say i listened to 782 hours of yebba’s heartbreak.
## 4291                                                 I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped chuckle sandwich or girl rejects
## 4292                                                                                      I predict my top artist will be [YOUNG BOY NEVER BROKE AGAIN] #SpotifyWrapped
## 4293                                                                             I predict my most played song will be Running up that hill - Kate bush #SpotifyWrapped
## 4294                                                                                                           My #SpotifyWrapped predictions 🎶 https://t.co/WqJMdyvRzz
## 4295                                                                                                          I predict my top podcast will be THE READ #SpotifyWrapped
## 4296                                                                            I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped indie pop
## 4297                                                                                                         I predict my top artist will be the queen 🐝#SpotifyWrapped
## 4298                                                                  I predict my most played song will be [fill in top song prediction] #SpotifyWrapped  bag of bones
## 4299                                                                                   I predict my most played song will be Badhead from @blurofficial #SpotifyWrapped
## 4300                                                                                                           I predict my top genre will be [Hip-Hop] #SpotifyWrapped
## 4301                                                                                                         I predict my top artist will be [ eminem ] #SpotifyWrapped
## 4302                                                                                                  I predict my top artist will be LANA DEL REY PTDR #SpotifyWrapped
## 4303                                                                                                                     Mood: #SpotifyWrapped\nhttps://t.co/vmkZEsFsIy
## 4304                                                                y’all got me pumped up and for what? it ain’t even out yet  #SpotifyWrapped https://t.co/hvJkMp2oY8
## 4305                                                                I predict my most played song will be [Expensive Taste -YOUNGBOY NEVER BROKE AGAIN] #SpotifyWrapped
## 4306                                                                                                        I predict my top podcast will be Dead Meat. #SpotifyWrapped
## 4307                                                                                                 I predict my top genre will be [R&amp;B/Soul duh!] #SpotifyWrapped
## 4308                                                                                  I predict my most played song will be White Dress by Lana Del Rey #SpotifyWrapped
## 4309                                                                                                          I predict my top genre will [hip hop/rap] #SpotifyWrapped
## 4310                                                                                                        I predict my top artist will be Bo Burnham. #SpotifyWrapped
## 4311                                                                                                              I predict my top genre will be K-Pop. #SpotifyWrapped
## 4312                        #SpotifyWrapped is dropping soon, so i thought it would be cool to try to guess what my top artist/song/genre was!… https://t.co/UwgcTwhs4V
## 4313                                                                                                  I predict my most played song will be [still dre] #SpotifyWrapped
## 4314                                                                                         I predict my most played song will be [Cuff It by Beyonce] #SpotifyWrapped
## 4315                                                              Let's go! South Korea vs Ghana JUST ANNOUNCED Spider-Man 2! #SpotifyWrapped 😊 https://t.co/jXGwYq4jko
## 4316                                                                                                                I predict my top genre will be Pop. #SpotifyWrapped
## 4317                                                                            oooo i predict my top artist will be either @taylorswift13 @bts_bighit  #SpotifyWrapped
## 4318                                                                                I predict my most played song will be probably a Taylor Swift' song #SpotifyWrapped
## 4319                                                                                   I predict my most played song will be [Lose yourself by Eminem ] #SpotifyWrapped
## 4320                                                                I predict my most played song will be [basketball shoes by Black Country, New Road] #SpotifyWrapped
## 4321                                                                                        When you learn that #SpotifyWrapped is almost here. https://t.co/uc0tRX8JSk
## 4322                                                                                                       I predict my top artist will be @thekillers  #SpotifyWrapped
## 4323                                                                                       @ZhaneJahnice @suziementos dec 1 is #SpotifyWrapped , i'll start another day
## 4324                          Chanel Tissue Paper + Logo Stickers https://t.co/FnNMcZMsnJ \n#CyberMonday #ShopMyCloset #shoppingstar #shopping… https://t.co/um34eOE7yp
## 4325                                                                                      I predict my most played song will be Tarzan Boy by Baltimora #SpotifyWrapped
## 4326                                                                                                  Can't wait for this years #SpotifyWrapped https://t.co/b5Y0qf1p8z
## 4327                                                                                                                     Gimme that #SpotifyWrapped ASAP, In dire need.
## 4328                                                                                                  I predict my top podcast will be Put A Sock In It #SpotifyWrapped
## 4329                                                                                                                                        #SpotifyWrapped when??!!!!!
## 4330                                                                                                           I predict my top artist will be The 1975 #SpotifyWrapped
## 4331                                                                                                                                             oh boy #SpotifyWrapped
## 4332                                                                                                i predict my most played song will be eleven by ive #SpotifyWrapped
## 4333                                                    I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped R&amp;B - its between this or Rap
## 4334                          I will build you high converting clickfunnels landing page or clickfunnels sales funnel\nhttps://t.co/EljaY5vBHo… https://t.co/gh2qJjaDpG
## 4335                                                                                                       I predict my top artist will be Harry Styles #SpotifyWrapped
## 4336                                                                                                 I predict my most played song will be [Heat Waves] #SpotifyWrapped
## 4337                                                                                                               I predict my top artist will be Rush #SpotifyWrapped
## 4338                                                                                  One of these will be my #1 on #SpotifyWrapped i believe 👀 https://t.co/czP5aNIhk1
## 4339                                                                                                        I predict my top artist will be Wilbur Soot #SpotifyWrapped
## 4340                                                                                                                 I predict my top genre will be Pop #SpotifyWrapped
## 4341                                                                                             I predict my most played song will be Telepathy by BTS #SpotifyWrapped
## 4342                                                                                                     Cant wait for my #SpotifyWrapped to be just bbno$ + yung gravy
## 4343                                                                                                           I predict my top artist will be Camellia #SpotifyWrapped
## 4344                                                                my  #SpotifyWrapped is about to be full of female rappers and gospel songs. https://t.co/vzl3kRR60M
## 4345                                                                                                  I predict my most played song will be Hemispheres #SpotifyWrapped
## 4346                                                             I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped Nicki Minaj periodt🦄💅🏾
## 4347                                                                                                         I predict my top genre will be Rhythm Game #SpotifyWrapped
## 4348                                                                                                    I predict my most played song will be As It Was #SpotifyWrapped
## 4349                                                                                    I predict my most played song will be After Hours by The Weeknd #SpotifyWrapped
## 4350                                                                                    I predict my top podcast will be @WeHaveWaysPod #SpotifyWrapped\n\nEasiest one!
## 4351                                                                                     I predict my most played song will be Vandalize by ONE OK ROCK #SpotifyWrapped
## 4352                                                                                                  I predict my top artist will be @fitforanautopsy  #SpotifyWrapped
## 4353                                                                                                              Alhumdulliah don't have a #SpotifyWrapped this year 🥳
## 4354                                                                                     I predict my most played song will be Soft boy by Wilbur Soot! #SpotifyWrapped
## 4355                                                                                                     I predict my top artist will be @Stray_Kids #SpotifyWrapped 😄🤗
## 4356                          Palestinian prisoner Jamal Al-Taweel from Al-Bireh embraces freedom after 18 months of administrative detention.… https://t.co/34YNoJd3He
## 4357                                                                                                         I predict my top artist will be Kanye West #SpotifyWrapped
## 4358                                                                                                    I predict my top artist will be Natalia Lacunza #SpotifyWrapped
## 4359                                                                                  I predict my most played song will be Take my breath - The Weeknd #SpotifyWrapped
## 4360                                                                                                              is the #SpotifyWrapped in the room with us right now?
## 4361                                                                                                         I predict my top genre will be chicago rap #SpotifyWrapped
## 4362                                                                                                         I predict my top genre will be Spanish Pop #SpotifyWrapped
## 4363                                                                     I predict my most played song will be [fill in top song prediction] #SpotifyWrapped Tukoh Taka
## 4364                                                                      i think my most played song is gon be love it if we made it by the 1975 icl.. #SpotifyWrapped
## 4365                                                                                                          #SpotifyWrapped needs to release, can't take this anymore
## 4366                                                                                                  I predict my most played song will be TRUST by NF #SpotifyWrapped
## 4367                                                                                                I predict my most played song will be Música Ligera #SpotifyWrapped
## 4368                                                                                 I expect #SpotifyWrapped designers to redeem themselves after last year’s atrocity
## 4369                                                                                                   I predict my top artist will be [Arctic Monkeys] #SpotifyWrapped
## 4370                                                                  I predict my most played song will be Simple Man by Jason Manns and Jensen Ackles #SpotifyWrapped
## 4371                                                                                                                 I predict my top genre will be pop #SpotifyWrapped
## 4372                                                                                             Please find us on #Spotify #SpotifyWrapped #AppleMusicLive #PrimeMusic
## 4373                                                                                                              So many commercials  so little  music #SpotifyWrapped
## 4374                       @Spotify I can't wait to find out if the Holocaust-celebrating Neo-Nazi podcast I've been reporting to you guys (th… https://t.co/aoSg8oz5KZ
## 4375                                                                                         I predict my most played song will be Nangs by Tame Impala #SpotifyWrapped
## 4376                                                                                                       I predict my top artist will be Taylor Swift #SpotifyWrapped
## 4377                                                                                                        I predict my top genre will be [Indie Rock] #SpotifyWrapped
## 4378                                                                                 I predict my top artist will be either Juice Wrld or Petit Biscuit #SpotifyWrapped
## 4379                               A foretaste of my #SpotifyWrapped\nYou can do the same here create your own festival https://t.co/3vRFTtcNqw https://t.co/R8A6FE9raa
## 4380                                                                                                    I predict my top artist will be [Gracie Abrams] #SpotifyWrapped
## 4381                                                                                                               I predict my top genre will be [Pop] #SpotifyWrapped
## 4382                                                                                                      I predict my most played song will be [young] #SpotifyWrapped
## 4383                                                           I predict my most played song will be Mastermind by Taylor Swift #SpotifyWrapped https://t.co/zj6mhsfDbe
## 4384                                                                    I predict my top artist will be the nations GG twice 🍭 #SpotifyWrapped  https://t.co/ZrJrYyTfJ2
## 4385                                                                                                   I predict my most played song will be [Rockland] #SpotifyWrapped
## 4386                                                                                                     I predict my top podcast will be Fact or Haunt #SpotifyWrapped
## 4387                                                                                I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 4388                                                                                                    I predict my top podcast will be [Distractible] #SpotifyWrapped
## 4389                                                           I predict my top podcast will be We CanDo Hard Things @GlennonDoyle @AbbyWambach #Sister #SpotifyWrapped
## 4390                                                                                               I predict my top podcast will be [@JaacksHappyHour ] #SpotifyWrapped
## 4391                                                                                                         sounds about right #SpotifyWrapped https://t.co/fwxqHW3ROh
## 4392                                                                                                       I predict my top artist will be @SUICIDEBOYS #SpotifyWrapped
## 4393                                                                                                     I predict my top artist will be [Charlie Puth] #SpotifyWrapped
## 4394                                                                                       I predict my top artist will be DNCE #SpotifyWrapped https://t.co/KwkMDYL7gQ
## 4395                                                Tag Your Favorites in the Comments!Moss Fest Out West 2022 🤘🏼#zackmossmusic #SpotifyWrapped https://t.co/dg2Pi3SQpT
## 4396                                                                                                        I predict my top artist will be Linkin Park #SpotifyWrapped
## 4397                                                                                                               I predict my top genre will be [pop] #SpotifyWrapped
## 4398                                                                            I predict my most played song will be Dead Butterflies by @Architectsuk #SpotifyWrapped
## 4399                                                                                                                     Mood: #SpotifyWrapped\nhttps://t.co/8qZjJ9s7Qa
## 4400                                 Are you one of my top fans on @Spotify? If so you’ll get a nice lil video from me and my assistant Woodie in your #SpotifyWrapped!
## 4401                                                                                     I predict my most played song will be Newspapers for Magicians #SpotifyWrapped
## 4402                                                                                                                 I predict my top artist will be NF #SpotifyWrapped
## 4403                              #SpotifyWrapped is coming up and I have been seeing alot of people post this.\nWould you go to this festival? https://t.co/kXdUXiky5n
## 4404                                                                                                             I predict my top genre will be Hip-Hop #SpotifyWrapped
## 4405                                                                                   if you all see the victorious cast on my #SpotifyWrapped \n\nmind your business…
## 4406                                                          I predict my most played song will be [Left and Right - Charlie Puth ft. Jungkook of BTS] #SpotifyWrapped
## 4407                                                                                       I predict my top artist will be @Architectsuk @samarchitects #SpotifyWrapped
## 4408                                                                                                          i predict my top artist will be peach pit #SpotifyWrapped
## 4409                                                                                                        I predict my top artist will be @charli_xcx #SpotifyWrapped
## 4410                               @AnshaySaboo Enjoyed a lot using this!\nSuggested to friends as well!\n\nOfcourse @aroyfloyd is in the top!… https://t.co/WEEKOEY5mP
## 4411                                                                                                                I predict my top genre will be Rock #SpotifyWrapped
## 4412                       idk who my top artist is gonna be this year nor my top songs because my music taste is all over the place and i don… https://t.co/jdsYaZ8JNg
## 4413                                                                                                     I predict my top podcast will be Distractable. #SpotifyWrapped
## 4414                                                                                   I predict my most played song will be Nowhere To run or No Mercy #SpotifyWrapped
## 4415                                                                                                          I predict my top artist will be Lady Gaga #SpotifyWrapped
## 4416                     I predict my top artist will be [Black Veil Brides] #SpotifyWrapped\n\nAs much as I wanted to listen to different art… https://t.co/PzQeknsrMK
## 4417                                                                         i already know my top artist is stand atlantic lol #SpotifyWrapped https://t.co/fTRr5fG5xb
## 4418                                                                                                                 I predict my top genre will be POP #SpotifyWrapped
## 4419                                                                                           I predict my most played song will be Bloodhound by 5SOS #SpotifyWrapped
## 4420                                                                                                                        nah this wait is killing me #SpotifyWrapped
## 4421                                                                         I predict my top artist will be either Taylor swift or the cast of HSMTMTS #SpotifyWrapped
## 4422                                                                                                          I predict my top artist will be Metallica #SpotifyWrapped
## 4423                                                                                              I predict my most played song will be [Gang Over Luv] #SpotifyWrapped
## 4424                                                                                      I predict my most played song will be “I Drink Wine” by Adele #SpotifyWrapped
## 4425                                                                                                             I predict my top artist will be JAWNY. #SpotifyWrapped
## 4426                          I will build you high converting clickfunnels landing page or clickfunnels sales funnel\nhttps://t.co/jkvRJWV5BT… https://t.co/4LNay8b43n
## 4427                                                                                       I predict my most played song will be Nervous Young Inhumans #SpotifyWrapped
## 4428                                                                                                              I predict my top artist will be @5SOS #SpotifyWrapped
## 4429                                                                                            I predict my most played song will be it’s on (HSMTMTS) #SpotifyWrapped
## 4430                                                                            Why is #SpotifyWrapped the thing that has me most excited about 2022 coming to a close?
## 4431                                                                                                              I predict my top genre will be indie. #SpotifyWrapped
## 4432                                                                  I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped #EXO @weareoneEXO
## 4433                                                                            I predict my most played song will be ODD Front by LOONA/ODD EYE CIRCLE #SpotifyWrapped
## 4434                                                                              I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped R&amp;B
## 4435                                                                                       I predict my most played song will be Model Buses by Lovejoy #SpotifyWrapped
## 4436                                                                                                             I predict my top genre will be Hip Hop #SpotifyWrapped
## 4437                                                                                I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 4438                                                                                             I predict my most played song will be [Boys Wear Pink] #SpotifyWrapped
## 4439                                                                                                              I predict my top artist will be Drake #SpotifyWrapped
## 4440                                                                               I predict my most played song will be Dis &amp; That by NBA YoungBoy #SpotifyWrapped
## 4441                                                                                  @Spotify I predict my most played song will be Spillways by Ghost #SpotifyWrapped
## 4442                                                                                I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 4443                                                                                          I predict my most played song will be jimmys cooks easily👀#SpotifyWrapped
## 4444                          Istg if i get dice or cool your rainbow as my most listened song this year im deleting my socials #SpotifyWrapped https://t.co/ewdkJkxREJ
## 4445                                                                                                     Hurry tf up I wanna get disappointed in myself #SpotifyWrapped
## 4446                                                                                                       I predict my top artist will be taylor swift #SpotifyWrapped
## 4447                                                                                                           I predict my top artist will be the 1975 #SpotifyWrapped
## 4448                                                                                                       I predict my top artist will be NBA Youngboy #SpotifyWrapped
## 4449                                                                #SpotifyWrapped is coming... will @qveenherby be in your top 5 artists? Will she rank at the top???
## 4450                                 I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped remi wolf or russ for sure https://t.co/b7iiPll399
## 4451                                                                        I predict my top artist will be #StrayKids #SpotifyWrapped\n\n(I can time travel. I swear.)
## 4452                                                                    *leaving spotify play Kendrick on repeat and going to sleep so my #SpotifyWrapped doesn't suck*
## 4453                                                                                        I predict my most played song will be lover by taylor swift #SpotifyWrapped
## 4454                                                                                                       I predict my top podcast will be Have A Word #SpotifyWrapped
## 4455                                                                                   I predict my most played song will be Cheers - Seventeen Leaders #SpotifyWrapped
## 4456                      Thank you for all the love and support. Follow here on Spotify. Link is here below. New Christmas Ep \nGreatest Gift… https://t.co/8ih4Uro3E5
## 4457                                                                                                                     i'm just waitin for my #SpotifyWrapped plsssss
## 4458                                                                                                         I predict my top podcast will be @fullsend #SpotifyWrapped
## 4459                                                                                                   I predict my top artist will be twice @JYPETWICE #SpotifyWrapped
## 4460                                                                                                       I predict my top artist will be Paolo Nutini #SpotifyWrapped
## 4461                                                                                                           I predict my top genre will be [R&amp;B] #SpotifyWrapped
## 4462                                                                                    I predict my top genre will be kpop ofc #SpotifyWrapped https://t.co/DVl0JowFO8
## 4463                        Looking for excellent quality shipping container home house plans, designs buildings and any type of architectural… https://t.co/tMGZkKx7OD
## 4464                                                                                                            I predict my top genre will be Pop Punk #SpotifyWrapped
## 4465                                                                                    I predict my top podcast will be [I didn’t listen to a Podcast] #SpotifyWrapped
## 4466                                               me and my #SpotifyWrapped playlist because it’s all i’ve had on repeat for the last 6 months https://t.co/eEZ9JdbgDr
## 4467                     I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped\n\nhoping hip hop, prolly pop, maybe ho… https://t.co/FpNtPqp8K3
## 4468                                                                                              Can’t wait for #SpotifyWrapped to show me how basic my music taste is
## 4469                                                                                                 I predict my top podcast will be [Sibling Rivalry] #SpotifyWrapped
## 4470                                                                                                I predict my top artist will be with confidence…RIP #SpotifyWrapped
## 4471                                                                                          Every year Spotify gives me the gift of seeing everyone’s #SpotifyWrapped
## 4472                                                                                                  NOBODY is doin it like me #SpotifyWrapped https://t.co/z69Pc5m79L
## 4473                                                                              JUST ANNOUNCED: #SpotifyWrapped cancelled for 2023. Someone forgot to enable logging.
## 4474                                                                                         I predict my most played song will be What's My Age Again? #SpotifyWrapped
## 4475                                                                    anybody else planning on staying up until midnight every night until #SpotifyWrapped comes out?
## 4476                  Certified Lover Girl Work Out T-Shirt \n\nAmazon Link: https://t.co/9UxXBPB8U7\nMore: https://t.co/YP8yTigt8k\n\n#amazon… https://t.co/0gbam1dRoe
## 4477                       #SpotifyWrapped #christmas2022 These are the UK’s Christmas biggest music hits which have ranged from classic holid… https://t.co/acC7TaL6WM
## 4478                                                        I predict my most played song will be Left and Right (Feat Jungkook of BTS) by Charlie Puth #SpotifyWrapped
## 4479                                                                                I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 4480                                                                                                              I predict my top genre will be [Rock] #SpotifyWrapped
## 4481                                                                                    I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped
## 4482                                                                                                            I predict my top artist will be Beyonce #SpotifyWrapped
## 4483                                                                                            What do you reckon \n#instafest #SpotifyWrapped https://t.co/wHXH61kJc1
## 4484                                                                                                              I predict my top artist will be Lizzo #SpotifyWrapped
## 4485                                                                                                    I predict my top artist will be [Ozzy Osbourne] #SpotifyWrapped
## 4486                                                                                                  I predict my top artist will be Kelsea Ballerini  #SpotifyWrapped
## 4487                                                                                                                 I predict my top genre will be RnB #SpotifyWrapped
## 4488                                                                       I predict my most played song will be Broken and Beautiful by @kellyclarkson #SpotifyWrapped
## 4489                                                              I can't wait for #SpotifyWrapped to tell me I only listen to Eminem, Lil Nas X, and Sabrina Carpenter
## 4490                                                                                                                                          ITS OUT?? #SpotifyWrapped
## 4491                                                                                 I predict my most played song will be I remember you, by skid row! #SpotifyWrapped
## 4492                                                                                     I predict my top artist will be @RockitMusicYT no doubt at all #SpotifyWrapped
## 4493                                                                                                                I predict my top genre will be pop. #SpotifyWrapped
## 4494                                                                                            I predict my most played song will be “La vaca lola” \n #SpotifyWrapped
## 4495                                                                                                                      me rn #SpotifyWrapped https://t.co/xeKMnXzK1f
## 4496                                                                                                                  hope i wake up dead or wake up to #SpotifyWrapped
## 4497                                                                             I predict my most played song will be [Whats my age again - Blink 182] #SpotifyWrapped
## 4498                                                                                                             I predict my top genre will be R&amp;B #SpotifyWrapped
## 4499                                                                                                                I predict my top artist will be BTS #SpotifyWrapped
## 4500                                                                                            I predict my most played song will be Heated - Beyonce  #SpotifyWrapped
## 4501                                                                                      I predict my most played song will be One Bite @RockitMusicYT #SpotifyWrapped
## 4502                                                                                                       I predict my top artist will be [@BebeRexha] #SpotifyWrapped
## 4503                                                                              I predict my most played song will be ‘Begin Again’ by @taylorswift13 #SpotifyWrapped
## 4504                                                                             I predict my most played song will be Super Freaky Girl by Nicki Minaj #SpotifyWrapped
## 4505                                                                                I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 4506                                                                                                       I predict my most played song will be Andrea #SpotifyWrapped
## 4507                                                                                            afraid of my #SpotifyWrapped even tho it will be an all #mitski thing 🥺
## 4508                                                                    I predict my top artist will be Tennis #SpotifyWrapped because they are the best band ever btw!
## 4509                                                           I predict my most played song will be [I'm Good (Blue) by @BebeRexha &amp; @davidguetta] #SpotifyWrapped
## 4510                                                                                                                               Who’s waiting for #SpotifyWrapped???
## 4511                                                           NO QUIERO VER MI SPOTIFY WRAPPED, queda de primero bigger than me por el stream, i swear #SpotifyWrapped
## 4512                                                                                  I predict my most played song will be Burbank House by Tsubi Club #SpotifyWrapped
## 4513                                                                                                 I predict my top podcast will be The Read #TheRead #SpotifyWrapped
## 4514                                                                                                    I predict my top artist will be @taylorswift13. #SpotifyWrapped
## 4515                                                                                                           I predict my top artist will be [RuPaul] #SpotifyWrapped
## 4516                                                                                                          I predict my top genre will be pop rock \n#SpotifyWrapped
## 4517                                                                                                           My #SpotifyWrapped predictions 🎶 https://t.co/Stwn2x0ijP
## 4518                                                                                 I predict my most played song will be [HomeComing] by lil uzi vert #SpotifyWrapped
## 4519                                                              I predict my top podcast will be [between BBC Global News Podcadt or Sibling Rivalry] #SpotifyWrapped
## 4520                                                              I predict my top artist will be Juice Wrld (if it ain't juice Spotify is broken lol)  #SpotifyWrapped
## 4521                                                                                                           I predict my top genre will be Boy Bands #SpotifyWrapped
## 4522                                                           I predict my top podcast will be dungeons and daddies, there’s no way it’s anything else #SpotifyWrapped
## 4523                                                        I predict my most played song will be [fill in top song prediction] #SpotifyWrapped https://t.co/mdvQLAT5lB
## 4524                                                                                                                 WHEN WHEN WHEN WHEN WHEN WHEN WHEN #SpotifyWrapped
## 4525                                                           I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped Sway with @karaswisher
## 4526                                            I predict my most played song will be [fill in top song prediction] #SpotifyWrapped\nRumors - Gucci mani &amp; lil durk
## 4527                                                                I predict my top artist will be @KateBushMusic or @Beyonce I listen to both equally #SpotifyWrapped
## 4528                       Not sure about what's on your #SpotifyWrapped but you should check out the official soundtrack to #DOUGH, now strea… https://t.co/40OmrFsDMa
## 4529                                                                                                     I predict my top artist will be Joshua Bassett #SpotifyWrapped
## 4530                                                                                    I predict my most played song will be [https://t.co/fpZ7ZuYWSz] #SpotifyWrapped
## 4531                                                                                                                                             #SpotifyWrapped soon 👀
## 4532                                                                    Love how the #SpotifyWrapped is the new YouTube rewind but better and way cringier for everyone
## 4533                                                                                                          I predict my top podcast will be @GoonsPC #SpotifyWrapped
## 4534                                                                                                        my prediction to my #SpotifyWrapped https://t.co/zuaC0DKvBo
## 4535                                                                                   I predict my most played song will be [Assault &amp; Batteries ] #SpotifyWrapped
## 4536                                                                                            I predict my top podcast will be Welcome to Night Vale. #SpotifyWrapped
## 4537                                                                                I predict my most played song will be set me free by Joshua Bassett #SpotifyWrapped
## 4538                                                                                         I predict my most played song will be Dreamers by Jungkook #SpotifyWrapped
## 4539                                                                   I predict my most played song will be young luv by stayc #SpotifyWrapped https://t.co/KKWe1ZuF4G
## 4540                                  @Apple  Did you have CROWDFUNDING you interest to ADVERTISE to real #audience  kindly click on this link… https://t.co/vXGsgRKE0Q
## 4541                                                                                                     I predict my top artist will be Sleeping Wolf. #SpotifyWrapped
## 4542                                                        I predict my #SpotifyWrapped  will be 5SOS, Delta Goodrem and probaby some country artists and Taylor Swift
## 4543                                                                                  I predict my top podcast will be [Good Influence by Gemma Styles] #SpotifyWrapped
## 4544                                                                       I've accepted this colossal L just show me the stats #SpotifyWrapped https://t.co/2zdv95jBEm
## 4545                                                                             I predict my top podcast will be @TheYard and it’s not even close lmao #SpotifyWrapped
## 4546                                                                                            I predict my top genre will be Modern Alternative Rock. #SpotifyWrapped
## 4547                                                         I predict my most played song will be [fill in top song prediction] You Send  me-Sam Cooke #SpotifyWrapped
## 4548                                   did you pay the update accounts to speak on you or something when youre the one STILL not releasing the #SpotifyWrapped @Spotify
## 4549                                                                                              I predict my top artist will be [5 seconds of summer] #SpotifyWrapped
## 4550                                                                                                         I predict my top artist will be Bo Burnham #SpotifyWrapped
## 4551                                                                                 I predict my most played song will be Father Strech My Hands Pt. 1 #SpotifyWrapped
## 4552                                                                                               I predict my most played song will be [Holiday- KSI] #SpotifyWrapped
## 4553                                                                                                     I predict my top artist will be [Harry Styles] #SpotifyWrapped
## 4554                                                                                                         I predict my top genre will be [indie pop] #SpotifyWrapped
## 4555                                                                                                           I predict my top podcast will be nothing #SpotifyWrapped
## 4556                                                                                                               I predict my top genre will be [Pop] #SpotifyWrapped
## 4557                                                                                                     Looks good  #SpotifyWrapped #instafest https://t.co/wzr6Oroabm
## 4558                                                                  I predict my top podcast will be The Goomba Podcast (Rip) #SpotifyWrapped @dinkbotnick @spoonkid3
## 4559                                                                                                    Why do I want my #SpotifyWrapped when all I use is Apple Music.
## 4560                                                                                        I predict my top podcast will be #darkhistory @BaileySarian #SpotifyWrapped
## 4561                                                                                     I predict my most played song will be [Walkin by Denzel Curry] #SpotifyWrapped
## 4562                                                                                          I already know my top artist is going to be harry styles  #SpotifyWrapped
## 4563                                                                                                     I predict my most played song will be [Saigon] #SpotifyWrapped
## 4564                                                                                                     I predict my most played song will be [vienna] #SpotifyWrapped
## 4565                                                                                                 I predict my most played song will be [Grapejuice] #SpotifyWrapped
## 4566                                                                                     I predict my most played song will be Collide by Sleeping Wolf #SpotifyWrapped
## 4567                                                                                                      I predict my top artist will be Laura Pausini #SpotifyWrapped
## 4568                                                             My Spotify wrapped gone be the whole Renaissance album plus some other random shit. 😭😭 #SpotifyWrapped
## 4569                                                                                                                 I predict my top genre will be Pop #SpotifyWrapped
## 4570                                                                                                       I predict my top artist will be Lil Uzi Vert #SpotifyWrapped
## 4571                       me pretending to be shocked when i see how bad my spotify wrapped is even though it was my own doing that got it th… https://t.co/XRHiP7FTJV
## 4572                                     Sometimes you will notice some players licking their hands and tapping their soles.\n@theshoereviews7… https://t.co/nZy1RoFevH
## 4573                     can't wait for my #SpotifyWrapped to call me out for being an emotional bitch over graduating this year ✨\nI'M STILL… https://t.co/E8xXVeeUOm
## 4574                                                                                   I predict my most played song will be Dove Sei, by Laura Pausini #SpotifyWrapped
## 4575                                                                                                                 I predict my top genre will be Rap #SpotifyWrapped
## 4576                                                                                                I predict my top artist will be Avicii or Bad Bunny #SpotifyWrapped
## 4577                                                                                                                I predict my top artist will be BTS #SpotifyWrapped
## 4578                                                                                                         I predict my top artist will be Noahfinnce #SpotifyWrapped
## 4579                                                                                                                #SpotifyWrapped predictions https://t.co/yw2drkS02m
## 4580                                                                                          I predict my most played song will be INDIA - Lancey Foux #SpotifyWrapped
## 4581                                                                                                               I predict my top genre will be Kpop  #SpotifyWrapped
## 4582                                                                                                   I predict my most played song will be Super Tuna #SpotifyWrapped
## 4583                                                                                         #SpotifyWrapped \n\nBut I only listen to 3 artists https://t.co/e8om2QfVku
## 4584                                                                                              I predict my top podcast will be Joe Rogan Experience #SpotifyWrapped
## 4585                                                                                I predict my most played song will be [Mario Cart - FunnyBandMusic] #SpotifyWrapped
## 4586                                                              I predict my most played song will be Need This Feeling - Acoustic by @HeyBenSchuller #SpotifyWrapped
## 4587                                                                                                                 I predict my top genre will be rap #SpotifyWrapped
## 4588                            Checkout the catalog\nhttps://t.co/zOwddox8Tf\n#apple #CyberMonday #casemiro #GivingTuesday #DietCoke #Uruguay… https://t.co/es60S7BrxT
## 4589                                                                                           #SpotifyWrapped \n#1 gonna be Jannabi\n#2 is either Twice or Faron Young
## 4590                       My #SpotifyWrapped  is going to be so psychotic if anyone out there doesn’t think I’m a loser this’ll be the nail i… https://t.co/3zzFH7OkUT
## 4591                                                        I already know who will pop up… Taylor, Harry, maybe phoebe, and the last of us soundtrack  #SpotifyWrapped
## 4592                                                                                     I predict my top artist will be churches or wolf Alice. Again  #SpotifyWrapped
## 4593                       I predict my most played song will be [Black Ball - NBA Youngboy] contenders Mr Professor - Cochise, Talk - Yeat, L… https://t.co/T7kSq98KRn
## 4594                                                                         I predict my most played song will be Until I Found You by Stephen Sanchez #SpotifyWrapped
## 4595                                                                                    I predict my most played song will be Closer to the edge #30STM #SpotifyWrapped
## 4596                                   @youtubemusic did something like #SpotifyWrapped back in the spring, and then havent done it since. i think this needs to change
## 4597                                                                                         I predict my most played song will be Something in the way #SpotifyWrapped
## 4598                                                      I really have no idea what it's gonna be. I've been listening to so much nonsense this year.\n#SpotifyWrapped
## 4599                                                                                              I predict my top artist will be [my chemical romance] #SpotifyWrapped
## 4600                                                     When The Animator Goes Beast Mode‼️ #anime #gaming #epic #SpotifyWrapped #viral #maruto https://t.co/BinrkTEuqy
## 4601                                                                                                              I predict my top genre will be [rock] #SpotifyWrapped
## 4602                        I predict my most played song will be either #AsItWas by @Harry_Styles OR  #BiggerThanMe by @Louis_Tomlinson first… https://t.co/1PZKRt8FiU
## 4603                                                                                                           I predict my top podcast will be Recreyo #SpotifyWrapped
## 4604                                                          I predict my most played song will be [fill in top song prediction] #SpotifyWrapped shoota by @LILUZIVERT
## 4605                        #NowPlaying #SpotifyWrapped #Live #Spotify  #NewVideoAlert  Lil Steve “Goons And Goblins”  https://t.co/3FQE97bQRZ… https://t.co/m4akPx33Qz
## 4606                                                                                                   I predict my top podcast will be The Big Picture #SpotifyWrapped
## 4607                                                                                                                I predict my top artist will be BTS #SpotifyWrapped
## 4608                                                                      I predict my most played song will be RUN2U by STAYC or Attention by NewJeans #SpotifyWrapped
## 4609                                                                                                   I predict my most played song will be Pink Venom #SpotifyWrapped
## 4610                                                                                            I predict my top artist will be wait for it… @theweeknd #SpotifyWrapped
## 4611                                                                                                       I predict my top artist will be Taylor Swift #SpotifyWrapped
## 4612                                                                                                               I predict my top genre will be Kpop  #SpotifyWrapped
## 4613                                                                                           I predict my top podcast will be [Impaulsive @LoganPaul] #SpotifyWrapped
## 4614                                                                     I predict my top artist will be Vance Joy or Carley Rea Jespen or One Republic #SpotifyWrapped
## 4615                                                                                                   I predict my most played song will be Rush Hour  #SpotifyWrapped
## 4616                                                                                      I predict my top genre will be R&amp;B or anything @theweeknd #SpotifyWrapped
## 4617                                                                                    I predict my most played song will be Agoraphobia by deerhunter #SpotifyWrapped
## 4618                                                                                                        I predict my top genre will be Pop or Indie #SpotifyWrapped
## 4619                                                                                            Can’t wait for my #SpotifyWrapped Let’s see what intrigued me the most.
## 4620                                                                                               I predict my most played song will be Open by Khalid #SpotifyWrapped
## 4621                                                                                                          I know I’m going to have to explain my #SPOTIFYWRAPPED 😩🤣
## 4622                                                                                                  I predict my top artist will be no its becky ofcc #SpotifyWrapped
## 4623                                                                                                       I predict my top artist will be [@sanbenito] #SpotifyWrapped
## 4624                                                                                            I predict my most played song will be Hell yeah - Tana\n#SpotifyWrapped
## 4625                                                                                        I predict my most played song will be Succession Theme Song #SpotifyWrapped
## 4626                                                                                         I predict my most played song will be Try Me by @theweeknd #SpotifyWrapped
## 4627                                                                                                     I predict my top artist will be [Ilse DeLange] #SpotifyWrapped
## 4628                                                                                                          I predict my top artist will be Beyoncé 👑 #SpotifyWrapped
## 4629                                                                                                            I predict my top genre will be [HipHop] #SpotifyWrapped
## 4630                                                                                   I predict my most played song will be [the foundations of decay] #SpotifyWrapped
## 4631                                                                                                                 I predict my top genre will be Pop #SpotifyWrapped
## 4632                                          I think my top artist will be either BTS or Coldplay this year. Or Harry Styles?! #SpotifyWrapped https://t.co/mE58vfiNZc
## 4633                                                                                     I predict my most played song will be I'm that girl by Beyoncé #SpotifyWrapped
## 4634                                                                                                         I predict my top genre will be [Dutch Pop] #SpotifyWrapped
## 4635                                                                                         I predict my most played song will be Clarity by Vance Joy #SpotifyWrapped
## 4636                                                                                              Me Seeing  #SpotifyWrapped Hasn't Dropped Yet https://t.co/jmq0ZS6vaa
## 4637                                                                                                           I predict my top genre will be Acappella #SpotifyWrapped
## 4638                                                                                                      I predict my top podcast will be @heavyweight #SpotifyWrapped
## 4639                                                                                    I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped
## 4640                                                                                      I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped
## 4641                                                                                I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 4642                       Am I the only one who finds it strange that #SpotifyWrapped has suddenly become this big thing that’s being hyped u… https://t.co/5YmLvb60Ja
## 4643                                                                                                  I predict my top podcast will be @TheLavenderPod  #SpotifyWrapped
## 4644                                  Don't miss the opportunities for amazon discounts https://t.co/0iXgMZVOGI\n\n#SpotifyWrapped #GiftGalaxy Congratulations Jungkook
## 4645                                                  I predict my most played song will be romantic homicide by d4vd or sex with a ghost by teddy hyde #SpotifyWrapped
## 4646                                                                                      I predict my top artist will be who else but taylor swift lol #SpotifyWrapped
## 4647                                                                                                           I predict my top artist will be We Skeem #SpotifyWrapped
## 4648                       @djleakycheese I predict that @domnelson3 will have absolutely fucked up my #SpotifyWrapped The 1975 is probably go… https://t.co/MBGaF24VRd
## 4649                                                                                                 I predict my top genre will be Pop or Classic Rock #SpotifyWrapped
## 4650                                                                                   I predict my most played song will be #Coast by @HaileeSteinfeld #SpotifyWrapped
## 4651                                                                                                       I predict my most played song will be a song #SpotifyWrapped
## 4652                                                                                    I predict my most played song will be Rhiannon by Fleetwood Mac #SpotifyWrapped
## 4653                                                                          I predict my most played song will be [Running Up That Hill by Lø Spirit] #SpotifyWrapped
## 4654                                                                         I predict my most played song will be Pattycake Productions Oogie’s Boogie #SpotifyWrapped
## 4655                                                                                                       I predict my top artist will be Taylor Swift #SpotifyWrapped
## 4656                                                                                                                                    GIVE ME, NOW!!! #SpotifyWrapped
## 4657                                                                                                           I predict my top genre will be hyper pop #SpotifyWrapped
## 4658                                                                                                                                     #SpotifyWrapped I’m so nervous
## 4659                                                                                         I predict my most played song will be Running Up That Hill #SpotifyWrapped
## 4660                                                                                   I predict my most played song will be [Willing - Ilse de Lange ] #SpotifyWrapped
## 4661                                                                                     I predict my most played song will be Iris by the GooGoo Dolls #SpotifyWrapped
## 4662                                                                                    My #SpotifyWrapped gonna be shit coz I've mostly been on #Tidal this past year.
## 4663                                                                                                             I predict my top artist will be [ashe] #SpotifyWrapped
## 4664                              If you're wondering whether I mind being tagged in yer #SpotifyWrapped, the answer is hell no. I love to know who is listening to me!
## 4665                       @tiktok_uk @Louis_Tomlinson All the songs from #FaithInTheFuture deserve a place in my #SpotifyWrapped . Definitely the album of the year !!
## 4666                                                                                                   I predict my top artist will be [stella donelly] #SpotifyWrapped
## 4667                                                                                          Me waiting to see everyone else’s #SpotifyWrapped https://t.co/mKB9fSw0ai
## 4668                                                                                                        I predict my top artist will be @1330PASTOR #SpotifyWrapped
## 4669                         Very excited to be showing all of you random little people in my phone about what phases I went through this year… https://t.co/kTkDDyFPBl
## 4670                                                                                           I predict my most played song will be [camden by gracie] #SpotifyWrapped
## 4671                      I predict my top artist will be #StrayKids …to absolutely no one’s surprise ✋🥸 srsly if it’s not SKZ then idk who e… https://t.co/240esHYipH
## 4672                                                                                                         I predict my top genre will be Hip Hop/Rap #SpotifyWrapped
## 4673                                To buy this t-shirt design please click on the link for more :  https://t.co/mH8ditAn2I\n\n#SpotifyWrapped… https://t.co/9my0J8fMGE
## 4674                                                                                                                 I predict my top genre will be EDM #SpotifyWrapped
## 4675                                                                         I predict my most played song will be teeth by 5sos/ something by maneskin #SpotifyWrapped
## 4676                                                                   I predict my most played song will be probably local god or something from panic #SpotifyWrapped
## 4677                                                                                   I predict my most played song will be Michael In The Bathroom #SpotifyWrapped  💀
## 4678                                                                                                  I predict my most played song will be Money Phone #SpotifyWrapped
## 4679                           follow the instructions! https://t.co/jDebFXvZC2\n#CyberMonday Casemiro #GivingTuesday Diet Coke Vini Mauna Loa… https://t.co/JTW2tfUKAp
## 4680                                                                                    I predict my most played song will be @paramore's This Is Why #SpotifyWrapped 👀
## 4681                                                                                                            I predict my top genre will be pop/rock #SpotifyWrapped
## 4682                                                                                                               I predict my top artist will be 5sos #SpotifyWrapped
## 4683                                                                                                     I predict my top podcast will be @tomgreenlive #SpotifyWrapped
## 4684                   pack stickers\n Siamese Cat With Blue Eyes\nhttps://t.co/LQP3DBzAz1\n\n #usa #austin_adkins #CyberMonday #GivingTuesday… https://t.co/76HnYNHGsg
## 4685                       Haaa i can tell you all right now my #SpotifyWrapped will be a repeat of last years .. and the year before .. and t… https://t.co/D184DH8kiO
## 4686                                                               i think we can all agree that the world shares one happy day, and that's when #SpotifyWrapped is out
## 4687                                                                                                        I predict my top artist will be the Strokes #SpotifyWrapped
## 4688                                                                                                        I predict my top podcast will be Yakety-Yak #SpotifyWrapped
## 4689                               I predict my top podcast will be “Distractible”! I spent everyday during lunch this semester just listening to it 😅  #SpotifyWrapped
## 4690                                                                                                    I predict my top artist will be @StickFigureDub #SpotifyWrapped
## 4691                                                                                        I predict my top podcast will be distractible #SpotifyWrapped #Distractible
## 4692                                                                                                     I predict my top artist will be @taylorswift13 #SpotifyWrapped
## 4693                                                                                        I predict my most played song will be [21 by Gracie Abrams] #SpotifyWrapped
## 4694                                                                                           I predict my top podcast will be game of thrones podcast #SpotifyWrapped
## 4695                                                                                                              I predict my top genre will be Reggae #SpotifyWrapped
## 4696                                                                                                       I predict my top artist will be Taylor Swift #SpotifyWrapped
## 4697                                                                                                    I predict my top podcast will be [Distractible] #SpotifyWrapped
## 4698                                                             I predict my top podcast will be  10 hour box fan asmr sounds for sleep and relaxation #SpotifyWrapped
## 4699                                                                                       I predict my most played song will be Ode to the Mets, again #SpotifyWrapped
## 4700                                                                                                        I predict my top artist will be [I Prevail] #SpotifyWrapped
## 4701                                                                               I predict my most played song will be Old Sunrise by @StickFigureDub #SpotifyWrapped
## 4702                                                                                                            I predict my top artist will be rihanna #SpotifyWrapped
## 4703                                                                                                         I predict my top genre will be [Metalcore] #SpotifyWrapped
## 4704                                                                 Winterizing the 5th wheel #rvlife #fulltimerv #SpotifyWrapped #CyberMonday https://t.co/HH9a4cQs15
## 4705                                                                                                        I predict my top podcast will be [senorita] #SpotifyWrapped
## 4706                                                                                              I predict my most played song will be work by Rihanna #SpotifyWrapped
## 4707                                  cherish &amp; celebrate the support you receive always but your worth as an artist isn't defined by your… https://t.co/9HgRkSb96o
## 4708                       I have a personal profile, I will have Date with you on my personal profile :  https://t.co/JerY6GmJkj\nDon't worry… https://t.co/Y9XtfQtvOx
## 4709                                                                                  I predict my most played song will be [Crooked Soul by Dayseeker] #SpotifyWrapped
## 4710                                                                                                I predict my most played song will be lazy by goopy #SpotifyWrapped
## 4711                                                                                                       I predict my top artist will be Taylor Swift #SpotifyWrapped
## 4712                          Back in time for GTFOH Monday! Don't blink!🎯🎮🪀😃 Early Steam! Live now on https://t.co/DzZDqaADua #SpotifyWrapped… https://t.co/w5zqVquCmp
## 4713                                                                                                   I predict my top podcast will be @NightValeRadio #SpotifyWrapped
## 4714                                                                                       i predict my top podcast will be distractible by @markiplier #SpotifyWrapped
## 4715                                                                                                      i predict my top artist will be @xxxtentacion #SpotifyWrapped
## 4716                                                                                                          i predict my top genre will be hiphop/rap #SpotifyWrapped
## 4717                                                                                          i predict my most played song will be dance now by @JIDsv #SpotifyWrapped
## 4718                            I predict my most played song will be either “Waiting for Us” or “Muddy Water” by #StrayKids from their #Oddinary album❣️#SpotifyWrapped
## 4719                                                                        I predict my most played song will be Long Song by @TheKnocks ft Dragonette #SpotifyWrapped
## 4720                                                                                                              I predict my top genre will be hiphop #SpotifyWrapped
## 4721                                 world aids day\n#usa #austin_adkins #CyberMonday #GivingTuesday #KORGHA #MondayMotivation #SpotifyWrapped… https://t.co/fZ7ZNEEvqN
## 4722                                                                                                   I predict my top artist will be @concretecastles #SpotifyWrapped
## 4723                                                                                                        I predict my top artist will be Fiona Apple #SpotifyWrapped
## 4724                      I will design creative eye catching poster in 24 hours\nIf you need my service, please contact me on Fiverr. Link be… https://t.co/8J2AlxMVJl
## 4725                                                                                                 I predict my top podcast will be [hata hada nadar] #SpotifyWrapped
## 4726                                                                                         I predict my most played song will be Help Herself - bbno$ #SpotifyWrapped
## 4727                                                                                    I predict my most played song will be ANTIFRAGILE BY LESSERAFIM #SpotifyWrapped
## 4728                                                                 I predict my most played song will be "You Won't See Me Again" by @concretecastles #SpotifyWrapped
## 4729                                                                                                              I predict my top genre will be hiphop #SpotifyWrapped
## 4730                                                                                                      I predict my top artist will be [kanye l7me9] #SpotifyWrapped
## 4731                                                                                     I predict my most played song will be [Angels and demons-jxdn] #SpotifyWrapped
## 4732                                                                                                               I predict my top artist will be Joji #SpotifyWrapped
## 4733                                                                                                           I predict my top genre will be Dance Pop #SpotifyWrapped
## 4734                                                                    Me when Billy Joel is gonna be my top artist this year  #SpotifyWrapped https://t.co/1kP7V0hkp8
## 4735                                      Nursery Rhymes ABC is an interesting third headline act on the Monday 😂\n\n#SpotifyWrapped #instafest https://t.co/320S2kQrAZ
## 4736                                                                                              I predict my top podcast will be la pija y la quinqui #SpotifyWrapped
## 4737                                                                                                   I predict my top podcast will be [ @casosreais_] #SpotifyWrapped
## 4738                                                                                               I predict my top podcast will be The Edge of Sleep\n #SpotifyWrapped
## 4739                                                                                      I predict my most played song will be https://t.co/tNOqNQXu55 #SpotifyWrapped
## 4740                                                                                      I predict my top podcast will be I spent a day with podcast\n #SpotifyWrapped
## 4741                                                                                                   I predict my top genre will be [ghi rap rap rap] #SpotifyWrapped
## 4742                                                                                                       I predict my top artist will be Taylor Swift #SpotifyWrapped
## 4743                                                                                               What do you think will be your top song of the year? #SpotifyWrapped
## 4744                                                                  Can’t wait for my #SpotifyWrapped to show me how awesome my musical taste is again when it drops!
## 4745                                                                                                       I predict my top artist will be taylor swift #SpotifyWrapped
## 4746                                                                                                              I predict my top artist will be Ghost #SpotifyWrapped
## 4747                                                                                  I predict my most played song will be all too well 10 min version #SpotifyWrapped
## 4748                                                                    Just tell me now that arctic monkeys have knocked oasis of the number 1 spot 😢😣 #SpotifyWrapped
## 4749                                                                                                   I predict my top genre will be pop/rock or indie #SpotifyWrapped
## 4750                                                                                           I predict my most played song will be  Temporary Funeral #SpotifyWrapped
## 4751                                                                                                   I predict my most played song will be [papillon] #SpotifyWrapped
## 4752                       Austin Adkins West Virginia Music\nhttps://t.co/DIzeBzkA1R\n#usa #austin_adkins #CyberMonday #GivingTuesday #KORGHA… https://t.co/TN7TgtpUzi
## 4753                                                                                                             I predict my top genre will be [#rock] #SpotifyWrapped
## 4754                         Getting ready to be shocked by my #SpotifyWrapped  even though I check my last fm scrobbles daily and know exactly what's going to show up
## 4755                                                                          I predict my most played song will be Lovers Rock #SpotifyWrapped https://t.co/klUb9N0oAY
## 4756                                                                                                     I predict my top podcast will be @deuxmoiworld #SpotifyWrapped
## 4757                                                          I predict my most played song will be RUN2YEW FROM MY SLAYC GIRLS #SpotifyWrapped https://t.co/mgRfaBOTk1
## 4758                                                                                                         I predict my top artist will be owl city\n #SpotifyWrapped
## 4759                                                                                  I predict my most played song will be all to well by taylor swift #SpotifyWrapped
## 4760                                                          Why is #SpotifyWrapped trending? Why? @Spotify hasn't released our precious wrap. https://t.co/cqCacIeGy0
## 4761                                                                                           I predict my top artist will be Taylor Swift (obviously) #SpotifyWrapped
## 4762                                                                                           I predict my top artist will be crywank, we all know why #SpotifyWrapped
## 4763                                                                                         I predict my most played song will be So Good by @halsey 💜 #SpotifyWrapped
## 4764                                                                                                               I predict my top genre will be pop\n #SpotifyWrapped
## 4765                                                                                                  I predict my top artist will be [pierce the veil] #SpotifyWrapped
## 4766                                                                                                                 I predict my top genre will be pop #SpotifyWrapped
## 4767                                                                                             I predict my most played song will be On tha line Yeat #SpotifyWrapped
## 4768                                                                                                      I predict my top artist will be Taylor Swift! #SpotifyWrapped
## 4769                                                                                      I predict my most played song will be Yet to Come by @BTS_twt #SpotifyWrapped
## 4770                                                                                                        when is spotify wrapped actually dropping?? #SpotifyWrapped
## 4771                                                                                      I predict my top artist will be [BTS] #SpotifyWrapped https://t.co/zXt1yLpakU
## 4772                                                                                                               I predict my top genre will be [emo] #SpotifyWrapped
## 4773                                                                               I predict my most played song will be all too well 10 minute version #SpotifyWrapped
## 4774                                                      so ready to break my “you were in the top .1% of taylor swift’s listeners this year” record 💅 #SpotifyWrapped
## 4775                                                                                                    I predict my top artist will be Steven Universe #SpotifyWrapped
## 4776                                                                                   I predict my most played song will be shooting star by owl city\n#SpotifyWrapped
## 4777                       spotify users are literally foaming at the mouth for #SpotifyWrapped yet apple music users have had a “replay 2022”… https://t.co/VDckHDhajV
## 4778                                                                           I predict my most played song will be [disasterology by pierce the veil] #SpotifyWrapped
## 4779                                                                                                    I predict my top genre will be [Rap or R&amp;B] #SpotifyWrapped
## 4780                                                        I predict my most played song will be [fill in top song prediction] #SpotifyWrapped \nDua Lipa - Last Dance
## 4781                                                                 I finally want to see my #SpotifyWrapped! I want to see what songs I've been addicted to this year
## 4782                                                                                                          I predict my top artist will be @BTS_twt  #SpotifyWrapped
## 4783                                                                                                        I predict my top artist will be the weeknd  #SpotifyWrapped
## 4784                                                                                              #SpotifyWrapped the world cannot know that I am secretly a swifty ;-;
## 4785                                                                                                            I predict my top artist will be [Kanye] #SpotifyWrapped
## 4786                                                           I predict my most played song will be [fill in top song prediction] #SpotifyWrapped Genesis by @Grimezsz
## 4787                                                                                                               I predict my top genre will be [rap] #SpotifyWrapped
## 4788                                                                                                           I predict my top podcast will be Sinapse #SpotifyWrapped
## 4789                                                                                                I predict my most played song will be pure / honey  #SpotifyWrapped
## 4790                                                                                              I predict my most played song will be [Codeine crazy] #SpotifyWrapped
## 4791                                                                                                the Lucki sweep is incoming #SpotifyWrapped https://t.co/k1YmjIz57e
## 4792                                                                                                        I predict my top genre will be pop or rock. #SpotifyWrapped
## 4793                                                                                       I predict my top podcast will be steveos wild ride?? mayhaps #SpotifyWrapped
## 4794                                Like Nd Comment, Share it to but click da link🗣️🔥\n\nhttps://t.co/63sEeCRWKa\n\n#RedVelvet #Qatar #ImACeleb… https://t.co/5EdwJ5sCmV
## 4795                                              if you dont have levelboy on your #SpotifyWrapped i will be dissapointed\n\nif you do you will get a special treat ✌️😘
## 4796                                                                                                               I predict my top genre will be [pop] #SpotifyWrapped
## 4797                                                                                                   I predict my top artist will be @HeathersMusical #SpotifyWrapped
## 4798                                                                                                 I predict my top genre will be [Indie/alternative] #SpotifyWrapped
## 4799                                                                                                 I predict my top artist will be either gnr or rhcp #SpotifyWrapped
## 4800                                                                                                             I predict my top podcast will be none. #SpotifyWrapped
## 4801                                                                                                    I predict my most played song will be [Skyline] #SpotifyWrapped
## 4802                                                                                             I predict my top genre will be indie or dream smp..... #SpotifyWrapped
## 4803                                                                                                      I predict my top artist will be [@Stray_Kids] #SpotifyWrapped
## 4804                                                                                              It's that time of year for my #SpotifyWrapped https://t.co/hJgmxdoJRv
## 4805                                                                            I predict my most played song will be heatwaves #SpotifyWrapped https://t.co/pO1DhaYTEk
## 4806                                                                                             I predict my most played song will be so fine by gnr 🫡 #SpotifyWrapped
## 4807                                                                                                        I predict my top genre will be [pop or rnb] #SpotifyWrapped
## 4808                                                                   everyone who shares a #SpotifyWrapped with an obscure artist at the top  https://t.co/GqPR14odyw
## 4809                                                                                                  i love #SpotifyWrapped more then i should https://t.co/Otpe7k6uuJ
## 4810                                                                                     I predict my top artist will be either taylor swift or lovejoy #SpotifyWrapped
## 4811                                                                               I predict my most played song will be Candy Store- Heathers West End #SpotifyWrapped
## 4812                                                                                 I predict my most played song will be as it was by @Harry_Styles 🤪 #SpotifyWrapped
## 4813                                                                                                        I predict my top podcast will be Archetypes #SpotifyWrapped
## 4814                                                                                                      I predict my top artist will be Harry Styles. #SpotifyWrapped
## 4815                                                                           I predict my most played song will be Hot Demon Bitches Near U by Corpse #SpotifyWrapped
## 4816                                                                                    I predict my most played song will be [fairytale by stray kids] #SpotifyWrapped
## 4817                                                                                                        I predict my top artist will be men i trust #SpotifyWrapped
## 4818                                                                                                    I predict my top artist will be Billie probably #SpotifyWrapped
## 4819                                                                                               i just know one of my top categories in #SpotifyWrapped will be dsmp
## 4820                                                                                     Waiting for ppl’s #SpotifyWrapped is giving me ANXIETY lmao hope I’m in some 🙃
## 4821                                                                                        I predict my most played song will be Running Up That Hill  #SpotifyWrapped
## 4822                                                                                                             I predict my top genre will be [K Pop] #SpotifyWrapped
## 4823                                                                                                  my #SpotifyWrapped is going to be mess... i can't wait to see it.
## 4824                                                                                                    I predict my top artist will be Arctic Monkeys  #SpotifyWrapped
## 4825                                                                                             i predict my most listened to artist is @JeffreeStar \n#SpotifyWrapped
## 4826                                                                                                                 I predict my top genre will be POP #SpotifyWrapped
## 4827                                          I predict my most played song will be [Rush Hour by Monsta X] #SpotifyWrapped  #MONSTA_X #MONBEBE https://t.co/tUXvC9haSN
## 4828                                                              I predict my most played song will be [G.O.A.T by Diljit Dosanjh @diljitdosanjh]🔥🔥🔥🔥🔥 #SpotifyWrapped
## 4829                                                                                                       I predict my top artist will be Taylor Swift #SpotifyWrapped
## 4830                                                                                                                       I can't wait for mines!!!\n\n#SpotifyWrapped
## 4831                                                                                  I predict my top podcast will be  nothing. I don’t listen to them #SpotifyWrapped
## 4832                                                                          I predict my most played song will be Male Fantasy or In Between Breaths. #SpotifyWrapped
## 4833                       With everyone going #SpotifyWrapped mad, we thought it'd be a trip to look back at 2022 thus far on Birthday Cake F… https://t.co/n1xFRMKU6Q
## 4834                                                                                                If this is how #SpotifyWrapped is gonna look like, then it's fire 🔥
## 4835                                                                                          I predict my most played song will be Taste - Jake Webber #SpotifyWrapped
## 4836                                                                                                       I predict my top artist will be Taylor Swift #SpotifyWrapped
## 4837                                                            I predict my top podcast will be [just roll with it] #SpotifyWrapped THE ABSURD DND PODCAST DM’D BY GRI
## 4838                                                                                             I predict my top podcast will be [The Magnus archives] #SpotifyWrapped
## 4839                                                        The fact that I’m highly anticipating #SpotifyWrapped as if I don’t already know what it’s gonna look like?
## 4840                                                                                                         I predict my most played song will be Stay #SpotifyWrapped
## 4841                                                                                               I predict my top podcast will be conspiracy theories #SpotifyWrapped
## 4842                                                                                       I predict my most played song prolly whiplash from Metallica #SpotifyWrapped
## 4843                                                                                       No one wants to post their predictions, we just want our #SpotifyWrapped ! 🤣
## 4844                                                                                               when is spotify wrapped actually dropping?? #SpotifyWrapped #Spotify
## 4845                                                                     I predict my top artist will be stray kids or harry styles maybe mitski again  #SpotifyWrapped
## 4846                                                                                 I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped\nPop
## 4847                       Still thinking about last year’s #SpotifyWrapped and how this one girl I know from middle school posted her wrapped… https://t.co/JwEGTnYd6Y
## 4848                                                                     I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped @kimpetras duh
## 4849                                                                                                               I predict my top genre will be kpop 💀#SpotifyWrapped
## 4850                                                                                                        I predict my top artist will be [Metallica] #SpotifyWrapped
## 4851                                                            I predict my most played song will be [fill in top song prediction] #SpotifyWrapped coconuts @kimpetras
## 4852                                                                                                         I predict my top podcast will be @joerogan #SpotifyWrapped
## 4853                                                                         I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped\n@aligatie
## 4854                                                                                    I predict my most played song will be satellite by harry styles #SpotifyWrapped
## 4855                                                                                       How my #SpotifyWrapped is gonna end up looking like… https://t.co/UV42cOkLlM
## 4856                                                  I predict my most played song will be [fill in top song prediction] #SpotifyWrapped\nCrying in the rain @aligatie
## 4857                                                                                                I predict my top podcast will be @clubdefansdeshrek #SpotifyWrapped
## 4858                                                                                                                 I predict my top genre will be pop #SpotifyWrapped
## 4859                                                                                           My mood waiting for #SpotifyWrapped @Spotify 🫶🏿🥰 https://t.co/J5vOHe0Qm0
## 4860                                                                                                   I predict my top artist will be @billieeilish ❤️\n#SpotifyWrapped
## 4861                                                                                    I predict my most played song will be [anything by beach house] #SpotifyWrapped
## 4862                                                                                                  @chartdata @bts_bighit of course and #YetToCome \n#SpotifyWrapped
## 4863                                                                                              I predict my most played song will be [Last Surprise] #SpotifyWrapped
## 4864                                                                                                           I predict my top artist will be Bad Gyal #SpotifyWrapped
## 4865                                                                                                            I predict my top artist will be Wallows #SpotifyWrapped
## 4866                                                                                    I predict my most played song will be As it was by Harry Styles #SpotifyWrapped
## 4867                                                                                                               I predict my top genre will be latin #SpotifyWrapped
## 4868                                                                                                                                    im gonn a faint #SpotifyWrapped
## 4869                                                                               I predict my most played song will be [Make Me Famous - Kim Dracula] #SpotifyWrapped
## 4870                                                                                                                                  waiting on you... #SpotifyWrapped
## 4871                                                                                      I predict my most played song will be [BETTER by Zayn Malik ] #SpotifyWrapped
## 4872                                                                              If my most played song isn’t anti fragile I’m gonna burn down Spotify #SpotifyWrapped
## 4873                                                                                       I predict my most played song will be Mezzanotte by Ana Mena #SpotifyWrapped
## 4874                                                                                                          I predict my top artist will be Dayseeker #SpotifyWrapped
## 4875                                                                                                                           Man I'm scared to see my #SpotifyWrapped
## 4876                                                                                                           I predict my top genre will be Metalcore #SpotifyWrapped
## 4877                                                   I predict my top podcast will be [fill in top podcast prediction] &lt;-- guys i wonder (its tma) #SpotifyWrapped
## 4878                                                                                          I predict my most played song will be Ghost, by Imminence #SpotifyWrapped
## 4879                                                                      I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped #TweekTalks
## 4880                                                                                                           I predict my top podcast will be ask .tm #SpotifyWrapped
## 4881                                                                                            I predict my top artist will be #SpotifyWrapped https://t.co/PgJDdvIswo
## 4882                                                             I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped unrestricted podcast
## 4883                                                                                                       I predict my top artist will be Harry Styles #SpotifyWrapped
## 4884                                                                                                 Some of y’all really exposing yourself with this #SpotifyWrapped 🤮
## 4885                                                                        I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped Nicki Minaj
## 4886                                                                                                                 I predict my top genre will be pop #SpotifyWrapped
## 4887                                                                                                                           judgement day is upon us #SpotifyWrapped
## 4888                                                                                    I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped
## 4889                                                                                I predict my most played song will be All Eyes On Me by Bo Burnham. #SpotifyWrapped
## 4890                                                                                  I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped rap
## 4891                                                                                                      I predict my top artist will be @ihavenomanas #SpotifyWrapped
## 4892                                                                                                   I predict my most played song will be Boyfriends #SpotifyWrapped
## 4893                                                                     I predict my most played song will be [fill in top song prediction] #SpotifyWrapped I’m a vibe
## 4894                        You can now create your own festival line-up based on your Spotify streams! #SpotifyWrapped \n\nCheck it out here:… https://t.co/BwAvJBmZ0p
## 4895                                                                                                      I predict my top podcast will be Distractible #SpotifyWrapped
## 4896                                                                         I predict my most played song will be Illegal Screenshots by @ihavenomanas #SpotifyWrapped
## 4897                                                                                      I predict my most played song will be #SpotifyWrapped https://t.co/5lrD4nmeQK
## 4898                                                                                I predict my top podcast will be Nur Verheiratet von @hazelbrugger  #SpotifyWrapped
## 4899                                                                              There's a nonzero chance that my top song is 6 God - yes, in 2022.... #SpotifyWrapped
## 4900                                                                                 My biggest fear is having Friday by Rebecca Black as my #1 song on #SpotifyWrapped
## 4901                                                                                                   I predict my top artist will be @rinasawayama\n\n#SpotifyWrapped
## 4902                                                                                                         I predict my top artist will be Juice wrld #SpotifyWrapped
## 4903                                                                                           apple music users are seething to the fact they dont got #SpotifyWrapped
## 4904                                                                                             I predict my top genre will be modern metal. Hopefully #SpotifyWrapped
## 4905                                                                            I saw #SpotifyWrapped and was sooo hyped... RELEASE IT NOOOOOOW https://t.co/SOzZjZeonn
## 4906                                                                    I predict my top artist will be Glaive, Lovejoy or Softwilly \n100% one of them #SpotifyWrapped
## 4907                                                                                                     giving @spotify permission to leave rex off my #SpotifyWrapped
## 4908                                                                                 I predict my most played song will be [Two Birds - Regina Spektor] #SpotifyWrapped
## 4909                                                        Calling it now, my #SpotifyWrapped top songs will all be from The 1975’s Being Funny In A Foreign Language.
## 4910                     Huh. Jumping on the thing that Charlie did while waiting for #SpotifyWrapped to happen.\n\nI would pay for this fest.… https://t.co/4h6SZ0QXao
## 4911                                                                                        I predict my most played song will be \nAngry @marsargo \n\n#SpotifyWrapped
## 4912                                                                                                      I predict my top artist will be @Harry_Styles #SpotifyWrapped
## 4913                       JUST ANNOUNCED in #California \n\nChozen G 👑is getting ready to release #new #music ....\n\nGet Ready for something… https://t.co/hFCv57JuFg
## 4914                                                  I predict my most played song will be [fill in top song prediction] #SpotifyWrapped - All Too Well 10 minute obvs
## 4915                                                                 I predict my most played song will be Looking For Somebody (To Love) by The 1975 #SpotifyWrapped 🤡
## 4916                       Moving day is always a stressful, but it doesn’t have to be. When you are looking for a moving company in San Franc… https://t.co/LZL89KaR42
## 4917                                                                                                my prediction of my top artist is definitely Ariana #SpotifyWrapped
## 4918                                                                I predict my top artist will be 5 Seconds of Summer just like the last seven years🫶 #SpotifyWrapped
## 4919                                                                        I predict my most played song will be WYAT (Where You At)  by @SB19Official #SpotifyWrapped
## 4920                                                                        if my most played song isnt cry for love im going to jump out of the window #SpotifyWrapped
## 4921                                                                                    I predict my most played song will be Chicas by Andrés Calamaro #SpotifyWrapped
## 4922                                                                                                     I predict my top artist will be [Taylor Swift] #SpotifyWrapped
## 4923                             New life goal - to see Illenium and Kristin Chenoweth on the same day 😂\n\n#instafest #spotify #SpotifyWrapped https://t.co/f1PWJKoJWw
## 4924                                  #SpotifyWrapped!? Nah, I much prefer the festival breakdown on #instafestapp\n\nGreat work @AnshaySaboo 👏 https://t.co/FB3b6UimMc
## 4925                                                                      I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped\nTaylor Swift
## 4926                                                                                                                I predict my top artist will be MCR #SpotifyWrapped
## 4927                                      If the music the kids I look after makes me play them shows up on my  #SpotifyWrapped  list this year https://t.co/XRUVE0mOTf
## 4928                                                                                 I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped\nPop
## 4929                                                                          I predict my most played song will be any song from the danger days album #SpotifyWrapped
## 4930                                                                      can’t wait to see who the lucky bastard was this year #SpotifyWrapped https://t.co/9ISHGlmqQR
## 4931                                                                                I predict my most played song will be \nThis Hell @rinasawayama \n\n#SpotifyWrapped
## 4932                                                                                                I’ll be honest I have no idea what my top song is 🥴 #SpotifyWrapped
## 4933                                                          I predict my most played song will be [fill in top song prediction] #SpotifyWrapped\nHold no Grudge Lorde
## 4934                       Hungry? Get $15 off your first Uber Eats order of $20 or more. Terms apply. Use my code at checkout: eats-eduwigesl… https://t.co/t2s53voJZf
## 4935                                                                                                   I predict my top artist will be [lizzy mcalpine] #SpotifyWrapped
## 4936                                                                                  I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped
## 4937                                              The most unpredictable thing about me is my Spotify Wrapped, I dont even know whats going to be on it #SpotifyWrapped
## 4938                                                             I predict my most played song will be [fill in top song prediction] #SpotifyWrapped cuff it by beyoncé
## 4939                                                                                  I predict my most played song will be [firearm by lizzy mcalpine] #SpotifyWrapped
## 4940                             I mean it’s obviously gonna be @LotteryWinners but I reckon the wife is pushing for @SeaGirls #SpotifyWrapped… https://t.co/kBHZST1UbQ
## 4941                                                                                                time to play Isaiah Rashad endlessly till #SpotifyWrapped comes out
## 4942                                                                             I predict my top podcast will be @ryansatin’ #OutOfCharacter podcast.  #SpotifyWrapped
## 4943                                                                                                            I predict my top artist will be Beyoncé #SpotifyWrapped
## 4944                       Can't wait for the #SpotifyWrapped where it tells me how many times I tried to find the RSS for a podcast on Spotif… https://t.co/K1x9z0Lupk
## 4945                                    COMPARE AND CONFIRM 🌹\n\n@fixed_surebet \n\n📞, telegram or WhatsApp +2349029529273\n\n#SpotifyWrapped … https://t.co/YkUge0e7Y4
## 4946                                #SpotifyWrapped #Spotify #trend if this #musicfestival was real I’d #fullsend in a heartbeat lol #illenium… https://t.co/KSvbuYMndW
## 4947                                                                                                    I predict my top artist will be [Shawn Mendes ] #SpotifyWrapped
## 4948                                                                                                    Me on Friday when #SpotifyWrapped drops https://t.co/3aUCx3xy3r
## 4949                                                                                                     I predict my most played song will be Photo ID #SpotifyWrapped
## 4950                                                                                    I predict my top podcast will be the meditating one, as you are #SpotifyWrapped
## 4951                                                                                                       I predict my top artist will be Oingo Boingo #SpotifyWrapped
## 4952                       Super curious to see if I have an All @TaylorSwift13 #SpotifyWrapped for the third year in a row. I should be embar… https://t.co/7sdAVYPktd
## 4953                                                                                                             I predict my top artist will be @drake #SpotifyWrapped
## 4954                                            "How many times have you restarted the app to see if your #SpotifyWrapped pops up?"\n\nMe: Yes. https://t.co/MVnJPkUK1r
## 4955                                                                                     I predict my top podcast will be the Through The Wire Podcast. #SpotifyWrapped
## 4956                                                                                                  #SpotifyWrapped nothing because they unfairly removed my account.
## 4957                                                                               I predict my most played song will be What Was Mine by Sarah Kinsley #SpotifyWrapped
## 4958                                                             I predict my most played song will be “Say My Name” from @BeetlejuiceBway soundtrack!  #SpotifyWrapped
## 4959                                                                                                 I predict my top artist will be Allison or Giselle #SpotifyWrapped
## 4960                                                                                                         I predict my top artist will be The Holdup #SpotifyWrapped
## 4961                                                                                                     Not #InstaFest beating #SpotifyWrapped to the finish line …… 🫠
## 4962                                                                                                              My #SpotifyWrapped prediction https://t.co/N6p3PkhjOg
## 4963                                                                                                         I predict my top artist will be @BLACKPINK #SpotifyWrapped
## 4964                                                                                                           I predict my top genre will be pop music #SpotifyWrapped
## 4965                                                                                    I predict my top artist will be [Pet Shop Boys or Depeche Mode] #SpotifyWrapped
## 4966                                                                                            I predict my top genre will be most likely pop or Latin #SpotifyWrapped
## 4967                                                                                I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 4968                                                         I predict my most played song will be Alien Superstar or What I want or Naked in Manhattan #SpotifyWrapped
## 4969                                                                                                          I predict my top podcast will be @GoonsPC #SpotifyWrapped
## 4970                                              listening to that good song that I found about later on 2022 over and over again to make sure it's on #SpotifyWrapped
## 4971                     I predict my most played song will be [Butterfly] \nI predict my top genre will be [K💩]\nI predict my top artist will… https://t.co/SoIpIHQ8VW
## 4972                                                                           I predict my top artist will be either Halsey/Paramore/Bad Bunny/Rosalia #SpotifyWrapped
## 4973                                                                                                     I predict my top artist will be [Lil uzi vert] #SpotifyWrapped
## 4974                                                    I predict my top artist will be Tyler The Creator Halsey or Elton John #SpotifyWrapped… https://t.co/Gbpdr6Pd0B
## 4975                                                                                                          I predict my top artist will be Don Broco #SpotifyWrapped
## 4976                                                                                                             no one is seeing my #SpotifyWrapped this year. no one.
## 4977                                                                                            my #applereplay2022 in place of #SpotifyWrapped https://t.co/7nae6ITcBc
## 4978                                                     Now that i'm waiting for #SpotifyWrapped , i let me show my past 6 months by instafest https://t.co/FmoUXQGmRz
## 4979                                                                                                I predict my most played song will be [lemon tree ] #SpotifyWrapped
## 4980                                                                                         I predict my most played song will be BIG ENERGY BY LATTO. #SpotifyWrapped
## 4981                                                                                                                              Lmaooo it's coming gg #SpotifyWrapped
## 4982                                                                                                            I predict my top artist will be [Drake] #SpotifyWrapped
## 4983                                                                                           I predict my most played song will be [change by alex g] #SpotifyWrapped
## 4984                                          I predict my most played song will be this why by Paramore or honestly satellite by Harry Styles idkkkk 😭 #SpotifyWrapped
## 4985                                                                           oh wow this screams horny and mentally ill gay 😐 #SpotifyWrapped https://t.co/mFDXtk2Ro0
## 4986                                                                                                                          always interesting to see #SpotifyWrapped
## 4987                                                                                                   I predict my top artist will be Hollywood Undead #SpotifyWrapped
## 4988                                                                     I predict my most played song will be EGORLS ARE RUINING MY LIFE #SpotifyWrapped #ilovespotify
## 4989                                                                                                              My top song is going to be West Coast #SpotifyWrapped
## 4990                                                                                                   Already anticipating our #SpotifyWrapped https://t.co/o1uvoqv9lC
## 4991                                                                                 So it can trend all day but it won't drop? I need to be humiliated #SpotifyWrapped
## 4992                                                                                        I predict my top podcast will be [The @joerogan Experience] #SpotifyWrapped
## 4993                                                                                I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 4994                                                                    i predict my most played song will be [literally any dazey and the scouts song] #SpotifyWrapped
## 4995                                                                                            I predict my top podcast will be [Joe Rogan Experience] #SpotifyWrapped
## 4996                             Motionless in White, NOTHING MORE, I Prevail, Ren and Papa Roach will dominate my #SpotifyWrapped this year, there's no way around it.
## 4997                                                                                          I predict my top podcast will be St Tropez - Cruzcarignan #SpotifyWrapped
## 4998                                                                                 I predict my most played song will be The Archer by @taylorswift13 #SpotifyWrapped
## 4999                                                                                                     I predict my top artist will be [Taylor Swift] #SpotifyWrapped
## 5000                                                                                                     I predict my top artist will be all time low 🤍 #SpotifyWrapped
## 5001                                                                                                      I predict my top artist will be Ariana Grande #SpotifyWrapped
## 5002                                                                                                               I predict my top genre will be [POP] #SpotifyWrapped
## 5003                                                                         I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped IDK!!:))
## 5004                                                                                I predict my top artist will be either @movementsCA or @HotMulligan #SpotifyWrapped
## 5005                                                                                                           I predict my top podcast will be Dissect #SpotifyWrapped
## 5006     #SpotifyWrapped will most likely look like \n\nINDIGO D-3\n#방탄소년단RM\n#방탄소년단알엠\n#IndigoByRM #Namjoon \n#IndigoByRMIsComing… https://t.co/3uctpywSHH
## 5007                                                                                                           Its that time again, #SpotifyWrapped  is almost there :D
## 5008                                                                                                                I predict my top artist will be JID #SpotifyWrapped
## 5009                       I predict my most played song will be [LA Doesn’t Miss Me - Lily Kincade] #SpotifyWrapped or [All Too Well (10 Minu… https://t.co/YZY905Z79B
## 5010                                                                                                  I predict my most played song will be Father time #SpotifyWrapped
## 5011                                                                  I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped Harry Styles!!:))
## 5012                                                                                                                 I predict my top genre will be Rap #SpotifyWrapped
## 5013                                                                        can’t wait to be publically humiliated by spotify again in a couple of days #spotifywrapped
## 5014                                                                                                      I predict my top artist will be Taylor Swift. #SpotifyWrapped
## 5015                                                                             I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped Pop!!:))
## 5016                                                                                               I predict my most played song will be Crack Sandwich #SpotifyWrapped
## 5017                                                                                                 I predict my most played song will be Dicke Titten #SpotifyWrapped
## 5018                                                      I predict my most played song will be [fill in top song prediction] #SpotifyWrapped TPWK By Harry Styles!!:))
## 5019                                                                                                   I predict my most played song will be belupacito #SpotifyWrapped
## 5020                                                                                                                                       give me my #SpotifyWrapped 👹
## 5021                                                                                                               its that time of the yeaaaarrrrrrr 👀 #SpotifyWrapped
## 5022                                                                                                               I predict my top artist will be abba #SpotifyWrapped
## 5023                        If you listen to this entire playlist and don't like at least one song. I change my name.\nhttps://t.co/4Q9AS3nDaW… https://t.co/iIl7szgl2x
## 5024                                                                                               I hope my wrap is better last year was embarrassing 💀#SpotifyWrapped
## 5025                                                                          I predict my most played song will be [Everybody wants to rule the world] #SpotifyWrapped
## 5026                                                                                                    I dont even think id want to share mines 😆😆😆🙄🙄🙄🙄#SpotifyWrapped
## 5027                                                                             @tanamongeau I wouldn’t have a happy song either if i used apple music #SpotifyWrapped
## 5028                                             I predict @sanbenito will be my most listened artist as well as @ladygaga , @Anitta and @KALIUCHIS 🌱🌱🌱 #SpotifyWrapped
## 5029                      HI\nI am a freelancer. I can rewrite documents, and translate documents into any language, also can convert files in… https://t.co/C25N4q5Ist
## 5030                                        Big sale days have started on amazon, click https://t.co/3Rkx7CIrz9\n\n#SpotifyWrapped #GiftGalaxy Congratulations Jungkook
## 5031                                                                                                   I predict my most played song will be Holdin' on #SpotifyWrapped
## 5032                                                                                            I predict my top podcast will be [diary of a romantica] #SpotifyWrapped
## 5033                                                                                                               I predict my top genre will be [pop] #SpotifyWrapped
## 5034                                                                         I predict my top artist will be will be either Stray kids, BTS, or Enhypen #SpotifyWrapped
## 5035                                                                                       I predict my top artist will be @RollingStones … easy money  #SpotifyWrapped
## 5036                                                                                                              I predict my top artist will be [AJR] #SpotifyWrapped
## 5037                                                                                      I predict my top podcast will be [@SalVulcano @chrisdcomedy ] #SpotifyWrapped
## 5038                                                                                                       I predict my most played song will be [HOME] #SpotifyWrapped
## 5039                       The John Lewis Christmas ad and #SpotifyWrapped are two of the most anticipated days in the annual marketing calend… https://t.co/4MsRoUaWly
## 5040                                                                                        #SpotifyWrapped its just going to be this babyyyyyy https://t.co/ZrD0r2DouL
## 5041                                                                                         I predict my most played song will be [Disco : Surf Curse] #SpotifyWrapped
## 5042                                                                                                   I predict my top artist will be [Chase Atlantic] #SpotifyWrapped
## 5043                                                                                                               I predict my top genre will be [pop] #SpotifyWrapped
## 5044                                                                                                       I predict my most played song will be Carmen #SpotifyWrapped
## 5045                                                                          I predict my top podcast will be Quinta Misteriosa da Jaqueline Guerreiro #SpotifyWrapped
## 5046                                                                                                         omg I got my #SpotifyWrapped early https://t.co/zx6vmyMiTp
## 5047                                                                                                                                   Drop it alredy #SpotifyWrapped 💀
## 5048                                                                                                               I predict my top genre will be Indie #SpotifyWrapped
## 5049                                                                                                     I predict my top artist will be arctic monkeys #SpotifyWrapped
## 5050                                                                                                      I predict my top artist will be [@theweeknd ] #SpotifyWrapped
## 5051                                                                                                                I predict my top artist will be Jão #SpotifyWrapped
## 5052                                                                                                       I predict my top artist will be Lana Del Rey #SpotifyWrapped
## 5053                                                                                               I predict my most played song will be [did too much] #SpotifyWrapped
## 5054                                                                           I predict my most played song will be molecole by thasup @thavidesupreme #SpotifyWrapped
## 5055                                                                                          I predict my most played song will be [Until I found you] #SpotifyWrapped
## 5056                                                                                                       I predict my top genre will be Rock ou Indie #SpotifyWrapped
## 5057                                                            More than most streamed artist of the year, I’m scared about my top 5 songs of the year #SpotifyWrapped
## 5058                                                                     I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped @the_levellers
## 5059                                                                                                                                  Give it to me now #SpotifyWrapped
## 5060                                                                                                I predict my most played song will be [PINK VENOM ] #SpotifyWrapped
## 5061                                                                                               I predict my most played song will be Idiota do Jão  #SpotifyWrapped
## 5062                                                                    Excited for this year's treat for the eyes @Spotify🤞\n\n#SpotifyWrapped https://t.co/6B9QZFRohl
## 5063                                  WOO! Y’all ready for Bo Burnham to be my most listened to for yet another year??? I am! 🎧🎁#SpotifyWrapped https://t.co/33zOiLpl9E
## 5064                 I predict my top artist will be @OfficialWillow cause &lt;coping mechanism&gt; has been steadyyyyy on repeat since it dro… https://t.co/q5r5DXIIJb
## 5065                              @Marvin_Inu @elonmusk #marvin much organic, bags full of cookies and apples. Let s bring some peace in here\n\n#Apple #SpotifyWrapped
## 5066                                                                                I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 5067                                                                                                       I predict my top artist will be Taylor Swift #SpotifyWrapped
## 5068                                                                                                               I predict my top genre will be Indie #SpotifyWrapped
## 5069                                                        I already know what my #SpotifyWrapped will look like.\nNicki, Wizkid, Justin Bieber will take the lead ...
## 5070                                                                   macam biasa, keshi still number 1 like other years 😂 \n\n#SpotifyWrapped https://t.co/0FpICsQxdY
## 5071                                                                                         I predict my most played song will be Nicknames by Dayglow #SpotifyWrapped
## 5072                                                                                                                                  #SpotifyWrapped GIVE ME I NEED IT
## 5073                                                                      Shout out to #instafestapp because I was already pressed for #SpotifyWrapped . Perfect teaser
## 5074                                                                                                       I predict my top artist will be [Blackpink ] #SpotifyWrapped
## 5075                                                                                              I predict my top artist will be Taylor Swift or BANKS #SpotifyWrapped
## 5076                                                                           I use my Spotify for sleep music so I’m absolutely dreading my #SpotifyWrapped this year
## 5077                                                                                                                              my #SpotifyWrapped is gonna be so sad
## 5078                                                                                             #Spotify #SpotifyWrapped \nI like it so much 💗 https://t.co/bqw93XOi2e
## 5079                                                                                       I predict my top podcast will be Unhinged with Chris Klemens #SpotifyWrapped
## 5080                                                                                           I predict my most played song will be Believe What I Say #SpotifyWrapped
## 5081                      Check it now: https://t.co/wUWrejwqcQ \nCasemiro #CyberMonday #GivingTuesday Diet Coke Ghana #MondayMotivation Mauna… https://t.co/zbX31eo5Nk
## 5082                                                                                                           I predict my top genre will be [Hip-Hop] #SpotifyWrapped
## 5083                                                                          twitter goin nuts over  #SpotifyWrapped and it ain’t even out yet https://t.co/pfwWKgPv2U
## 5084                                                                                                                                          WHERES MY #SpotifyWrapped
## 5085                                                                              I predict my most played song will be "Sometimes, I" by Aero Austaire #SpotifyWrapped
## 5086                                                                                                I predict my most played song will be [Pink Venom ] #SpotifyWrapped
## 5087                                                                                           I predict my most played song will be butterfly by LOONA #SpotifyWrapped
## 5088                                                                                                                               I don't have #SpotifyWrapped yet....
## 5089                                                                                           I predict my most played song will be Meteorite by BANKS #SpotifyWrapped
## 5090                                                                                                                 Where my Spotify wrapped at biatch #SpotifyWrapped
## 5091                                                                                                     I predict my top artist will be @zachlanebryan #SpotifyWrapped
## 5092                    Are you ready for Christmas?\n\nDon't miss special Christmas price %40 off\n\n"JUST ANNOUNCED" #SpotifyWrapped, Canelo… https://t.co/J9d9djiAy6
## 5093                                                                                                      I predict my top artist will be Ariana Grande #SpotifyWrapped
## 5094                                                I predict my top podcast will be white noise sleep sounds 😅 but the real answer is @goodchildrenpod #SpotifyWrapped
## 5095                                                                                                            I predict my top artist will be [loona] #SpotifyWrapped
## 5096                                                                                                            I predict my top artist will be Adele 🤍 #SpotifyWrapped
## 5097                                                                                                      I predict my top artist will be Glass Animals #SpotifyWrapped
## 5098                                                                               I predict my top podcast will be [Manchester United Offical Podcast] #SpotifyWrapped
## 5099                                                                                                               I predict my top genre will be K-pop #SpotifyWrapped
## 5100                                                                                                  I predict my most played song will be Drunk Dazed #SpotifyWrapped
## 5101                                                                                       I predict my most played song will be [pink matter by frank] #SpotifyWrapped
## 5102                                                                                I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 5103                                                                 I predict my top artist will be [either prince daddy and the hyena or Joyce manor] #SpotifyWrapped
## 5104                                                                                                             I predict my top artist will be Drake  #SpotifyWrapped
## 5105                                                                                               yeah keep #SpotifyWrapped hidden from me pls https://t.co/iq5PK23LL9
## 5106                                                                          I predict my top podcast will be [ i dont listen to podcasts on spotify ] #SpotifyWrapped
## 5107                                                                                                          I predict my top genre will be [Alt rock] #SpotifyWrapped
## 5108                                                                                                   I predict my top podcast will be @nosalgasdecasa #SpotifyWrapped
## 5109                                                                                                          Can someone let me know when #SpotifyWrapped drops please
## 5110                                                                                                                 I predict my top genre will be rap #SpotifyWrapped
## 5111                                                                                        I predict my most played song will be [Totally fine by PUP] #SpotifyWrapped
## 5112                                                                                                        I predict my top artist will be [BLACKPINK] #SpotifyWrapped
## 5113                                                                                                      I predict my top artist will be Taylor Swift  #SpotifyWrapped
## 5114                                                                                     I predict my most played song will be [nasty by ariana grande] #SpotifyWrapped
## 5115                                                                          I predict my most played song will be lustre by jiwoo #SpotifyWrapped\n I KNOW IT WILL BE
## 5116                                                                             I predict my most played song will be All Too Well (10 Minute Version) #SpotifyWrapped
## 5117                       Honestly don’t know what it’s gonna look like this year I fear . There were some songs I listened to but I didn’t l… https://t.co/eUcuWnIbIt
## 5118                                                                    I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped\n\npop i’m afraid
## 5119                                                                                              I predict my most played song will be [ Want it all ] #SpotifyWrapped
## 5120                                                                                              I predict my top podcast will be HookedFM of course 😎 #SpotifyWrapped
## 5121                                                                                                     I predict my top artist will be Taylor Swift ♥️ #SpotifyWrapped
## 5122                                                               I predict my most played song will be #biggerthanme  Than Me by #LouisTomlinson \n\n #SpotifyWrapped
## 5123                                                                                                           I predict my top genre will be [Hip Hop] #SpotifyWrapped
## 5124                                                                                                            I predict my top artist will be [Louis] #SpotifyWrapped
## 5125                                                     I predict my most played song will be Shake it By Kay Flock ft Cardi B #SpotifyWrapped https://t.co/PS70nnfYGN
## 5126                                                                                                      i predict my most played song will be 9 lives #SpotifyWrapped
## 5127                                                                                                  I predict my top podcast will be Very Really Good #SpotifyWrapped
## 5128                                                                                       I'm ready to hate my own music taste, please drop it already #SpotifyWrapped
## 5129                                                                                                         I predict my top artist will be [MONSTA X] #SpotifyWrapped
## 5130                                                                                                      Patiently waiting for #SpotifyWrapped https://t.co/7lWb1Hk9VO
## 5131                                                                                                       I predict my top artist will be taylor swift #SpotifyWrapped
## 5132                                                                                      Check me out being narcissistic af 🙃😂 #SpotifyWrapped https://t.co/hYkkEcscMa
## 5133                                                                                                         I predict my top artist will be harry duh  #SpotifyWrapped
## 5134                                                                                      I predict my top artist will be \nRoyal Blood like last year\n#SpotifyWrapped
## 5135                                                                                            I predict my most played song will be my tears ricochet #SpotifyWrapped
## 5136                                                                                            I predict my top artist will be [Bad Bunny obviously 🤠] #SpotifyWrapped
## 5137                                                                                                    I predict my top genre will be [k-pop boygroup] #SpotifyWrapped
## 5138                                                                               【Trends Tag】 #BRASUI #CyberMonday #GivingTuesday #MondayMotivation #SpotifyWrapped
## 5139                                                               I predict my top artist will be @taylorswift13 \n#SpotifyWrapped\n\nThis isnt changing anytime soon.
## 5140                                                                                                          When is actually Spotify wrapped coming ? #SpotifyWrapped
## 5141                                                                                     I predict my most played song will be [Kiss Me Thru The Phone] #SpotifyWrapped
## 5142                                                                                             I predict my most played song will be [Bigger than me] #SpotifyWrapped
## 5143                                                                                            I predict my most played song will be LA INOCENTE OBVIO #SpotifyWrapped
## 5144                                                                                I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 5145                                                                                     I predict my top genre will be\nModern Rock like my last years #SpotifyWrapped
## 5146                                                                                                           Waiting for our #SpotifyWrapped! https://t.co/JpmFhxzxDi
## 5147                                                                                          I predict my most played song will be [JIKJIN - TREASURE] #SpotifyWrapped
## 5148                                                                                                             my #SpotifyWrapped is here omg https://t.co/3VM2UwBG3a
## 5149                                                                                                i predict (know) my top artist will be taylor swift #SpotifyWrapped
## 5150                                                                                                    I predict my top artist will be [Laura Marano ] #SpotifyWrapped
## 5151                                                                                                        I predict my top artist will be Nicki Minaj #SpotifyWrapped
## 5152                                                                                I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped #stop
## 5153                                                                                                   I predict my top artist will be @anirudhofficial #SpotifyWrapped
## 5154                                                             me when my #SpotifyWrapped list has the exact same artists as it did last year https://t.co/zDxXCUJX8f
## 5155                                                                                                             I predict my top genre will be Hip hop #SpotifyWrapped
## 5156                                                                                        I predict my most played song will be Dress by Taylor Swift #SpotifyWrapped
## 5157                     I predict my most played song will be [fill in top song prediction] #SpotifyWrapped\n\nUh....its a tight battle betwe… https://t.co/yPXMlEVnY9
## 5158                                                                              I predict my most played song will be\nPump it from Electric Callboy 🤔#SpotifyWrapped
## 5159                                                                        I predict my most played song will be \nI Really Want to Stay at Your House #SpotifyWrapped
## 5160                                                                                              I predict my most played song will be wildest dreams  #SpotifyWrapped
## 5161                                                                                                           I predict my top artist will be @BTS_twt #SpotifyWrapped
## 5162                 #Secret_Battalion \n@li_vi_ng_ \n@Cootleoo\n@AM_AKHR\n@HR_Busy\n@ItsMadina3\n@Shazi087\n@bnt_aywb\n@MMA7t\n@TlpAMOfficial… https://t.co/z5CK5Iii1d
## 5163                                                                                              I predict my most played song will be sofia by Clairo #SpotifyWrapped
## 5164                                                                                                                 I predict my top genre will be pop #SpotifyWrapped
## 5165                                                                                              I predict my most played song will be Just Wanna Rock #SpotifyWrapped
## 5166                                                          I predict my most played song will be [Do We Have A Problem by Nicki Minaj and Lil Baby ] #SpotifyWrapped
## 5167                                                    I predict my most played song will be \n(Please, don’t be it… please don’t be it)\nAnti-Hero 😂\n#SpotifyWrapped
## 5168                                                                                                   I predict my top artist will be Taylor Swift #SpotifyWrapped ofc
## 5169                                                                                                  I predict my top artist will be GRETA VAN FLEET 😺😸#SpotifyWrapped
## 5170                                                                          I predict my most played song will be Feel My Rhythm or All Too Well 🤞🏻\n #SpotifyWrapped
## 5171                                                               I predict my most played song will be [fill in top song prediction] #SpotifyWrapped \n\nwhat is thsi
## 5172                                                            Doom and destruction is better with a killer soundtrack. What would be on Aatrox’s #SpotifyWrapped ? 🎶🎸
## 5173                                                                                      I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped
## 5174                                                                                I predict my top artist will be … could be @sanbenito or @theweeknd #SpotifyWrapped
## 5175                                                                               I predict my most played song will be Plastic Off The Sofa - Beyoncé #SpotifyWrapped
## 5176                                                                                                I predict my top artist will be Taylor Swift #SpotifyWrapped\n\nofc
## 5177                                                    I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped At your service with dua lipa
## 5178                                                                        Me seeing Rex Orange County and Daniel Ceasar on my #SpotifyWrapped https://t.co/WSBjJVONYY
## 5179                                                                                                       I predict my top artist will be @brentfaiyaz #SpotifyWrapped
## 5180                                                                                                      I predict my top artist will be Billie Eilish #SpotifyWrapped
## 5181                                                                               I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped Ashe
## 5182                                                                                       I predict my top podcast will be [suburb talks ] I love them #SpotifyWrapped
## 5183                                                                                                   i KNOW my top artist will be [twenty one pilots] #SpotifyWrapped
## 5184                                                                     I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped contemporary pop
## 5185                                                                                                          I predict my top genre will be R&amp;B 🔥🔥 #SpotifyWrapped
## 5186                                                                                                           I predict my top genre will be Reggaeton #SpotifyWrapped
## 5187                                           I predict my top artist will be @monlaferte or @mitskileaks cause I done had them on repeat all year lol #SpotifyWrapped
## 5188                                     I predict my most played song will be [fill in top song prediction] #SpotifyWrapped infinite live without fulfilment by grimes
## 5189                       Also I know Mitski going to be my top artist this year too, I won’t tell you how many times I listened to my depres… https://t.co/Z3C71htLhE
## 5190                                                                                       I predict my top podcast will be [The Joe Rogan experience ] #SpotifyWrapped
## 5191                                                                                        I predict my most played song will be Maniac by @Stray_Kids #SpotifyWrapped
## 5192                                                                                      I predict my most played song will be anything from Bad Bunny #SpotifyWrapped
## 5193                                                                I predict my most played song will be Written All Over Your Face by Louis Tomlinson #SpotifyWrapped
## 5194                                                                                                             I predict my top artist will be @Drake #SpotifyWrapped
## 5195                                                                                                I predict my top podcast will be [@JaacksHappyHour] #SpotifyWrapped
## 5196                                                                                                      I predict my most played song will be Clouded #SpotifyWrapped
## 5197                                                                                                                         #SpotifyWrapped gonna drop anytime soon? 😏
## 5198                                                                                    I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped
## 5199                                                                                                              PLEASE STOP THIS MADNESS DROP IT NOWW #SpotifyWrapped
## 5200                                                                                      I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped
## 5201                                                                                                     I predict my top artist will be [Harry Styles] #SpotifyWrapped
## 5202                                         I wanna see all artists’ #SpotifyWrapped and then I wanna see them collaborating with the artists they listen to the most.
## 5203                                                                                            I predict my most played song will be [Do I Wanna Know] #SpotifyWrapped
## 5204                                                                                                                I’m probably way too excited for my #SpotifyWrapped
## 5205                                                                                                       I predict my top artist will be [The Weeknd] #SpotifyWrapped
## 5206                                                                                                         I predict my top genre will be [Dance Pop] #SpotifyWrapped
## 5207                                                                                                  I predict my top genre will be [Alternative Rock] #SpotifyWrapped
## 5208                                                                                   I predict my most played song will be [As It Was - Harry Styles] #SpotifyWrapped
## 5209                                                                                      I predict my top artist will be [bts] I think 😭 like for sure #SpotifyWrapped
## 5210                                                                                                      I predict my top genre will be [R&amp;B/Soul] #SpotifyWrapped
## 5211                                                                                               I predict my most played song will be Lavender Haze. #SpotifyWrapped
## 5212                                                          saw #SpotifyWrapped trending and gasped, tried to open spotify so fast i dropped my phone and for nothing
## 5213                       wow it’s just the group stage and the #WorldcupQatar2022 is exciting 🔥btw my EP - LOVE IS WAR ! is out on all digit… https://t.co/xEwu3yzryA
## 5214                                                                                            I predict my most played song will be [save your tears] #SpotifyWrapped
## 5215                                                                                       I predict my top podcast will be [something to do with ASMR] #SpotifyWrapped
## 5216                            I predict my top artist will be Harry Styles, and my second artist will be Matt Maltese, and my third will be Deftones  #SpotifyWrapped
## 5217                                                                                                          I predict my top genre will be [kpop]  😭😭 #SpotifyWrapped
## 5218                                                                                                   I predict my top artist will be [Arctic Monkeys] #SpotifyWrapped
## 5219                                     Can't wait for everyone to have the DreamSMP as one of their main "genres" of the year for no apparent reason🤩 #SpotifyWrapped
## 5220                                                                                I predict my most played song will be Fast Times by @SabrinaAnnLynn #SpotifyWrapped
## 5221                                                                                                                              COME ON BRO WE HUNGRY #SpotifyWrapped
## 5222                                                                                                          I predict my top artist will be [Lovejoy] #SpotifyWrapped
## 5223                                                                             I predict my most played song will be [ya acabo ft Becky g ] for sure 😭#SpotifyWrapped
## 5224                                                                                                 I predict my top artist will be loona or blackpink #SpotifyWrapped
## 5225                                                                                                no but why is #SpotifyWrapped trending. I got excited for a moment.
## 5226                                                                                                        I predict my top genre will be [indie rock] #SpotifyWrapped
## 5227                             my 2019, 2020, &amp; 2021 #SpotifyWrapped wonder if me by the 1975 will be on mine for the 4th year in a row x https://t.co/JK12RSlF43
## 5228                               The most played song on my #SpotifyWrapped this year is either gonna be #Riptide by @BEARTOOTHband or #Sleepwalking by @AllTimeLow 😅
## 5229                                                                          I predict my most played song will be Le perv #SpotifyWrapped \n\n(a saber después, pero)
## 5230                                                                             I predict my top artist will be American rock band my chemical romance #SpotifyWrapped
## 5231                                                                                                                              #SpotifyWrapped when starting guyzzzz
## 5232                                                                                                I predict my most played song will be pose by loona #SpotifyWrapped
## 5233                                                                                         I predict my most played song will be [Fine - Lemon Demon] #SpotifyWrapped
## 5234                                                                                                 I predict my top artist will be  Machine Gun Kelly #SpotifyWrapped
## 5235                                                                                       I predict my most played song will be demolition lovers -mcr #SpotifyWrapped
## 5236                                                                                      I predict my top artist will be Drake #SpotifyWrapped https://t.co/aXZh9WYPYY
## 5237                                                                                   I predict my top podcast will be Hobbylos by Rezo&amp;Julien Bam #SpotifyWrapped
## 5238                         There you go - a sneak peak into SEASON 1 ✨️\n Click, Listen and Subscribe 😉\n#SpotifyWrapped\n#spotifypodcasts\n ➡️https://t.co/u9yRN8vTqo
## 5239                                                                                                             Everyone's #SpotifyWrapped better have Kate Bush on it
## 5240                                                                                                      I predict my top artist will be Taylor swift  #SpotifyWrapped
## 5241                                                                                                     I predict my top artist will be HARRY STYLES #SpotifyWrapped 😁
## 5242                                                                                                   I predict my top genre will be pop/indie or rock #SpotifyWrapped
## 5243                                                                                                            I predict my top podcast will be None…\n#SpotifyWrapped
## 5244                       I won't lie. I was seeing some sick festival line up posters and thinking “where can I buy a ticket for that?”. The… https://t.co/qC1zw9DoSF
## 5245                                                                                      I predict my most played song will be Pink Venom by Blackpink #SpotifyWrapped
## 5246                                                                                   I predict my top artist will be if it’s not lovejoy i will riot\n#SpotifyWrapped
## 5247                                        Everyone should drop their Spotify wrapped here. I wanna see whose mental health here is worse than mine 🙂\n#SpotifyWrapped
## 5248                                                                                  I predict my most played song will be jubilee line by Wilbur soot #SpotifyWrapped
## 5249                                                                                                     I predict my top artist will be @taylorswift13 #SpotifyWrapped
## 5250                                                                                                     I predict my top artist will be #Bangtan(#BTs) #SpotifyWrapped
## 5251                                                                                      I am so excited for y'all  #SpotifyWrapped so y'all better post screen shots!
## 5252                                                                                     I predict my most played song will be [Greyhound Ashton Irwin] #SpotifyWrapped
## 5253                                                                                            All time vs the last 6 months 🤗 #SpotifyWrapped https://t.co/3vLzYTgysV
## 5254                                                                                         I predict my top genre will be indie pop or dsmp, depends\n#SpotifyWrapped
## 5255                                                                                         I predict my most played song will be [any radiohead song] #SpotifyWrapped
## 5256                                                                                                        I predict my top artist will be [BLACKPINK] #SpotifyWrapped
## 5257              Make government ban relationship \n\n#SpotifyWrapped \n#要要搞定個要 \n#MattHanock \n#RedVelvetBirthdayParty \n#Indigo \n#ghanablackstars \n#乌鲁木齐
## 5258                                                                                           I predict my most played song will be Darkside by neoni\n#SpotifyWrapped
## 5259                                                                                                       I predict my top artist will be @bigtimerush #SpotifyWrapped
## 5260                                                                                                                 I predict my top genre will be Pop #SpotifyWrapped
## 5261                                                                                              I predict my top artist will be [5 Seconds Of Summer] #SpotifyWrapped
## 5262                                                              Just released that my top podcast this year on #SpotifyWrapped is going to be the @ColinandSamir show
## 5263                                                                                                   I predict my top artist will be @ShawnJamesMusic #SpotifyWrapped
## 5264                                                                                                             I predict my top genre will be alt pop #SpotifyWrapped
## 5265                                                                                    I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped
## 5266                                                                                                                    i just know mine will be awful  #SpotifyWrapped
## 5267                                     I folded and am paying money this year just to see what my top played song was😆 it better be worth it spotify! #SpotifyWrapped
## 5268                                                         I predict my top artist will be suicideboys sin ninguna duda y si no pues ben yart lmao XD #SpotifyWrapped
## 5269                                                                                 I predict my most played song will be Anti-Hero by @taylorswift13🎧 #SpotifyWrapped
## 5270                                                                                                       I predict my top artist will be [Conan Gray] #SpotifyWrapped
## 5271                                                              Y'ALL HAD ME THINKING #SpotifyWrapped WAS ALREADY OUT, SPOTIFY STOP EDGING US https://t.co/IYxvc8hvEV
## 5272                                                                                                               I predict my top genre will be [Pop] #SpotifyWrapped
## 5273                                                   I predict my most played song will be  viejo amigo de ben yart o coma de suicideboys seguramente #SpotifyWrapped
## 5274                                                                                I predict my most played song will be [Constellations - Jade LeMac] #SpotifyWrapped
## 5275                                                                                                        I predict my top artist will be stray kids  #SpotifyWrapped
## 5276                                                                                        Already know that me #SpotifyWrapped is gonna be filled with Taylor swift 🫠
## 5277                                                                                                       I predict my top podcast will be [@Fightful] #SpotifyWrapped
## 5278                        sorry for no decklist this weekend, I haven't slept in 48 hours haha\n\nalso WHEN IS #SpotifyWrapped DROPPING P L E A S E IT'S BEEN FOREVER
## 5279                                                                                                             I predict my top genre will be [Latin] #SpotifyWrapped
## 5280                                                                                                                 I predict my top genre will be pop #SpotifyWrapped
## 5281                                                                                                               I predict my top genre will be kpop  #SpotifyWrapped
## 5282                                                  DROP IT I HAVE BEEN LISTENING TO TAYLOR FOR 2 SOLID MONTHS 12 HOURS A DAY I NEED THOSE NUMBERS\n\n#SpotifyWrapped
## 5283                                                                                                             I predict my top genre will be [kpop🙃] #SpotifyWrapped
## 5284                                                                                                        I predict my top artist will be [Rammstein] #SpotifyWrapped
## 5285                                                                                    I predict my most played song will be Lonely st. by stray kids  #SpotifyWrapped
## 5286                                                                                                      I predict my top artist will be [@LittleSimz] #SpotifyWrapped
## 5287                                                                                                                I predict my top genre will be Rock #SpotifyWrapped
## 5288                                                                                   I predict my top artist will be thasup #SpotifyWrapped\n\npalese @thavidesupreme
## 5289                                                                                  I predict my most played song will be [love always run away-lyw ] #SpotifyWrapped
## 5290                                                        I predict my most played song will be space ghost coast to coast (or your sister was right) #SpotifyWrapped
## 5291                                                                                        I predict my most played song will be [Undisclosed Desires] #SpotifyWrapped
## 5292                                                                                     I use apple music but my #SpotifyWrapped is gonna be nicki streaming playlist‼️
## 5293                                                     Me pretending to be shocked when I see TXT as my number 1 artist on my #SpotifyWrapped https://t.co/vqlX27TomE
## 5294                                                                                I predict my most played song will be don’t come back by @tatemcrae #SpotifyWrapped
## 5295                                                                                 I predict my top artist will be The Weeknd #SpotifyWrapped https://t.co/vVLu1Qad2Q
## 5296                                                                                                                       Someone tell me, what #SpotifyWrapped means?
## 5297                                                                                          I predict my most played song will be Despues De La Playa #SpotifyWrapped
## 5298                                                                                                          I predict my top genre will be [boom bap] #SpotifyWrapped
## 5299                                                                             I predict my most played song will be (a track from Written By Wolves) #SpotifyWrapped
## 5300                                                                                             I predict my most played song will be [Little Q, Pt 2] #SpotifyWrapped
## 5301                                          I predict my most played song will be It Won’t Always Be Like This @InhalerDublin #SpotifyWrapped https://t.co/Ikd3JCTP73
## 5302                        I predict my top podcast will be Distractible with @markiplier @muyskerm and @LordMinion777  ive listened to every… https://t.co/ex6XNaGcMi
## 5303                                                                                                              I predict my top artist will be [BTS] #SpotifyWrapped
## 5304                     While we wait for #SpotifyWrapped what will be in your top 10 songs?\nMariner's Revenge Song by The Decemberists\nTal… https://t.co/fr747ExNqs
## 5305                                                                                                              I predict my top artist will be LOONA #SpotifyWrapped
## 5306                                                 If beyonce will not be in your top artists, i will ne judging very harshly #SpotifyWrapped https://t.co/yXjen1X5WJ
## 5307                                                                                                                i genuinely thought #SpotifyWrapped was already out
## 5308                                                                                                     I predict my top artist will be Ghost!! #SpotifyWrapped #ghost
## 5309                                                                If my top song isn’t All too well (10 minute version (Taylor’s version) I’ll scream #SpotifyWrapped
## 5310                                                                                                    I predict my top podcast will be @TheFFBallers  #SpotifyWrapped
## 5311                                                                   I predict my most played song will be “Love Love Love” or “Glimpse of Us”??? Idk #SpotifyWrapped
## 5312                                                                                                      I predict my top artist will be @mikes_dead 🫶 #SpotifyWrapped
## 5313                                                                                                       I predict my top artist will be Harry Styles #SpotifyWrapped
## 5314                                                 I predict my most played song will be [fill in top song prediction] idk prolly Luv Hate @hateslump #SpotifyWrapped
## 5315                                                        I predict my top podcast will be The Deconstruction Zone by @DannyLybarger and @emilykzell  #SpotifyWrapped
## 5316                                                                                                       I predict my top artist will be Taylor Swift #SpotifyWrapped
## 5317                                                                               I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped Korn
## 5318                       Georgia voters! Need something to listen to while you go vote early this week? (Or maybe something to get you excit… https://t.co/LE415rsXJ9
## 5319                                                                            I predict my most played song will be Attention de New Jeans claramente #SpotifyWrapped
## 5320                                                                            I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped hard rock
## 5321                                                                                                      I predict my top artist will be Taylor Swift! #SpotifyWrapped
## 5322                                                                                                       I predict my top artist will be [The Weeknd] #SpotifyWrapped
## 5323                                                                                       I predict my most played song will be Cinema by Harry Styles #SpotifyWrapped
## 5324                                                        Sabrina Carpenter hit\nThumbs (Official Video)\nhttps://t.co/g3lGtjPScn \n#sabrinacarpenter #SpotifyWrapped
## 5325                                                                               I predict my top artist will be Taylor Swift #SpotifyWrapped https://t.co/5b8cujEXrn
## 5326                                                                     I predict my most played song will be [fill in top song prediction] #SpotifyWrapped faget-Korn
## 5327                                                                                                         I predict my top artist will be the smiths #SpotifyWrapped
## 5328                                                                                               I predict my top genre will be hip hop for the WINNN #SpotifyWrapped
## 5329                                                                                                       I predict my top artist will be Taylor Swift #SpotifyWrapped
## 5330                                                                                                                I predict my top genre will be kpop #SpotifyWrapped
## 5331                                                                                                                                     when when when #spotifywrapped
## 5332                                 When it comes to soccer, Brazil is the teacher 👏🏼👏🏼🇧🇷 \n\n#FIFAWorldCup #FIFAWorldCupQatar2022 #Qatar2022… https://t.co/dHKWqp6D36
## 5333                       I predict my top podcast will be that one podcast episode where someone reuploaded the song Karkalicious that I can… https://t.co/7Baqu7z5LX
## 5334                                                                                                     I predict my most played song will be hype boy #SpotifyWrapped
## 5335                       I really can't wait to see the podcast stats on my #SpotifyWrapped because this is the first year where I solely us… https://t.co/wdxU04qgLO
## 5336                                                                                       I predict my most played song will be [Deep End - I Prevail] #SpotifyWrapped
## 5337                                                                                                              I predict my top genre will be [Soul] #SpotifyWrapped
## 5338                                                                    I predict my most played song will be 30/90! It was my anxiety anthem this year #SpotifyWrapped
## 5339                                                                                                                I predict my top genre will be rock #SpotifyWrapped
## 5340                                                             @Spotify Bloody Mary by Lady Gaga !\n\n#Spotify #SpotifyWrapped #wednesday \n\nhttps://t.co/O6WPoD7ORY
## 5341                                                                                         I predict my most played song will be O Sanam by Lucky Ali #SpotifyWrapped
## 5342                                                                                                      my #SpotifyWrapped gonna show me slowly rising from the ashes
## 5343                                                                                   I predict my top artist will be Doechii, but who the fuck knows. #SpotifyWrapped
## 5344                                                                                       twitter emoji moments tagline symbol #SpotifyWrapped https://t.co/zhLPsi9zab
## 5345                           I predict my top artist will be Bastille. It has been Bastille for the past several years and it probably will be again. #SpotifyWrapped
## 5346                   I always play rain sounds on youtube though. My top artists this year would most probably be Harry Styles and Aly &amp;… https://t.co/A2CULOpMZd
## 5347                                Thinking about how I've been listening to the same song on repeat since it came out, but it won't be on my… https://t.co/cKGczLZDkh
## 5348                                                               I predict my top artist will be Tyler The Creator or Halsey #SpotifyWrapped… https://t.co/XTRl5gxreC
## 5349                                                                                                                                  hurry the fuck up #SpotifyWrapped
## 5350                                                                                                                               Too many commercials #SpotifyWrapped
## 5351                                                                         Sabrina Carpenter Run and Hide\nhttps://t.co/fNNJxnUMJK\n#sabrinacarpenter #SpotifyWrapped
## 5352                                 I predict my top genre will be some weird subgenre i literally never pay attention to this spotify genres are wack #SpotifyWrapped
## 5353                                                                            I predict my top genre will be Pop / Alt Rock / Indie Pop / Baroque Pop #SpotifyWrapped
## 5354                                                                                                          I predict my top artist will be Doja Cat ?#SpotifyWrapped
## 5355                                                                                                        I predict my top artist will be Beabadoobee #SpotifyWrapped
## 5356                                                                I predict my most played song will be Stars in the Sky - From Sonic the Hedgehog 2. #SpotifyWrapped
## 5357                       I predict my top podcast will most likely be Sleep Deprived Podcast, with the SCP Foundation Podcast being a strong… https://t.co/lnrCHRVI1l
## 5358                       I predict my most played song will be Chinese Satellite by Phoebe Bridgers. Or We Don't Talk About Bruno by the Enc… https://t.co/4HYWKbSGYd
## 5359                                                                              I predict my top podcast will be Brainpain #SpotifyWrapped\n@HeiderFlorian @KlenganTV
## 5360                                                                                                              I predict my top artist will be LOONA #SpotifyWrapped
## 5361                                                            I predict my top artist will be Florence + the Machine for the millionth time in a row! #SpotifyWrapped
## 5362                                                                                                       I predict my top artist will be [Yung Gravy] #SpotifyWrapped
## 5363                                                                                                              I predict my top genre will be in Pop #SpotifyWrapped
## 5364                                                                                                               I predict my top genre will be [Rap] #SpotifyWrapped
## 5365                                                                          I predict my top podcast will be Distractible 100%. No question about it! #SpotifyWrapped
## 5366                                                                                  I predict my most played song will be [Anti Hero By Taylor Swift] #SpotifyWrapped
## 5367                                                                                    I predict my most played song will be Queen of Peace or Ophelia #SpotifyWrapped
## 5368                                                                                                             i need my #SpotifyWrapped asap. i cant wait any longer
## 5369                                                                                                       I predict my top artist will be Taylor Swift #SpotifyWrapped
## 5370                                                                                  I predict my top podcast will be @BlackBoxDownPod. Planes go brr. #SpotifyWrapped
## 5371                       I predict my top artist will be [stray kids ] #SpotifyWrapped\n\nIf i got it right, i demand unlimited premium free subscription for my acc😀
## 5372                                                                                                      I predict my top artist will be One Direction #SpotifyWrapped
## 5373                                                                                                                I predict my top genre will be pop  #SpotifyWrapped
## 5374                                                                                       I predict my most played song will be Not Allowed by TV Girl #SpotifyWrapped
## 5375                                             I predict my top artist will be Bo Burnham, Inside got me through summer depression all over again lol #SpotifyWrapped
## 5376                                                                                                I predict my most played song will be Pose by LOONA #SpotifyWrapped
## 5377                                                                                                      I predict my top artist will be ARIANA GRANDE #SpotifyWrapped
## 5378                                                                                 I predict my most played song will be Mind Brand. That or IAF!IAP! #SpotifyWrapped
## 5379                                                                                     I predict my most played song will be Death By A Thousand Cuts #SpotifyWrapped
## 5380                       I will compare real estate properties with well-calculated arv, and research for property address through Zillow, R… https://t.co/nJEMK9C5dh
## 5381                                                                                     I predict my most played song will be Lately by Massive Attack #SpotifyWrapped
## 5382                                                                                                                    I predict my top genre will pop #SpotifyWrapped
## 5383                                                                           I'm starting to get concerned that my #SpotifyWrapped may be a little bit embarrassing 😂
## 5384                                                                        @JimBrickman will no doubt show up on my #SpotifyWrapped. Thanks for the beautiful music! 🎶
## 5385                                                                                                       I predict my top artist will be Taylor Swift #SpotifyWrapped
## 5386                                                                                               I predict my most played song will be Cemetery Drive #SpotifyWrapped
## 5387                                                 pls don’t make fun of me when my #SpotifyWrapped comes out. i went through 27 different transformation this year 🫣
## 5388                                                                                         I predict my most played song will be Gasoline- the weeknd #SpotifyWrapped
## 5389                                                                                                                I bet #SpotifyWrapped is releasing on November 30th
## 5390                                                                                                           I predict my top artist will be Paramore #SpotifyWrapped
## 5391                                                       I predict my top genre will be Drum &amp; Bass cuz it'ss the most consistent thing about me. #SpotifyWrapped
## 5392                                                                                                      I predict my top artist will be [Don Toliver] #SpotifyWrapped
## 5393                                                      Since #SpotifyWrapped   is trending,\nI THOUGHT IT DROPPED. DONT LEAD ME ON LIKE THIS https://t.co/zK7wgd6B0C
## 5394                                                                                I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 5395                       I will compare real estate properties with well-calculated arv, and research for property address through Zillow, R… https://t.co/eR4Cyi2828
## 5396                        i have to log off for the entire week when #SpotifyWrapped drops cause your tastes in music make me physically ill… https://t.co/4fpYWeGImt
## 5397                       #SpotifyWrapped is dropping soon! This means we will not only get a boost in streams as listeners are reminded of o… https://t.co/vFT1riWg8G
## 5398                                                                                                             I predict my top genre will be [K-pop] #SpotifyWrapped
## 5399                                                                                      I predict my most played song will be [No Idea - Don Toliver] #SpotifyWrapped
## 5400                                                I predict my most played song will be Let's All Love Lain... I've listened to it an obscene amount. #SpotifyWrapped
## 5401                                                    I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped red vox https://t.co/YDCzOHmRgL
## 5402                                                                                                Can’t wait to see my Spotify wrapped from this year #SpotifyWrapped
## 5403                       I will compare real estate properties with well-calculated arv, and research for property address through Zillow, R… https://t.co/9YOFZLE7ub
## 5404                                                                                                       I predict my top artist will be Taylor Swift #SpotifyWrapped
## 5405                                                                                                       I predict my top artist will be taylor swift #SpotifyWrapped
## 5406                                                                                                                 I predict my top genre will be pop #SpotifyWrapped
## 5407                                                                                                   I predict my top artist will be Taylor Swift 🫶🏻💗 #SpotifyWrapped
## 5408                                                                                                                 I predict my top genre will be pop #SpotifyWrapped
## 5409                                                                                        6-months Vs 4-weeks 😌✨\n#instafest #SpotifyWrapped https://t.co/BMp1ZIDhh8
## 5410                             Who wants Animated Overlay..?HMU!\nLike/ Retweet \nHelp/Support/ \nFollow each other \n#supportsmallstreamers… https://t.co/zgzQKzn0Su
## 5411                                                                                                     I predict my top artist will be [Taylor Swift] #SpotifyWrapped
## 5412                                                                                                     I predict my most played song will be nonsense #SpotifyWrapped
## 5413                                                                                   I predict my most played song will be Mastermind by Taylor Swift #SpotifyWrapped
## 5414                       I predict my most played song will be [fill in top song prediction] #SpotifyWrapped a song from either Led Zeppelin, Black Sabbath, or Rush.
## 5415                                                                                                         I predict my top artist will be Taylor ofc #SpotifyWrapped
## 5416                                                                                                  Where is my #SpotifyWrapped ???? @Spotify https://t.co/9k6MNjYsaa
## 5417                       I will compare real estate properties with well-calculated arv, and research for property address through Zillow, R… https://t.co/AiZYW8eLDK
## 5418                                                                                                   SPOTIFY WRAPPED IS OUT #SpotifyWrapped 😭 https://t.co/e6brgcyznE
## 5419                       im so sorry for everyone who will have Lin Manuel Miranda as their top artist on spotify wrapped cause they been li… https://t.co/pyOvYeayhI
## 5420                                    Expecting my #spotifyWrapped to be pretty tight and full of @LouisColeMusic @TierraWhack @kendricklamar https://t.co/2mqNhs9hO0
## 5421                                                                      STOP TEASING SPOTIFY WRAPPED AND JUST DROP IT ALREADY #SpotifyWrapped https://t.co/qocb29GWgx
## 5422                                                                               I predict my most played song will be Toy Story de @lolaindigomusic  #SpotifyWrapped
## 5423                     @Tuttasb1 @dimash_official I predict my top artist will be DIMASH QUDAIBERGEN #SpotifyWrapped \n\nTraveled 13300km to… https://t.co/oNT13DI4Wl
## 5424                                                                                        #SpotifyWrapped so it’ll be good. Now just waiting… https://t.co/MspuptPejv
## 5425                                                                                                     I predict my most played song will be the poop #SpotifyWrapped
## 5426                                                                                                         I predict your mom will be my top genre on #SpotifyWrapped
## 5427                                                                                                               I predict my top artist will be Joji #SpotifyWrapped
## 5428                                                                                       I already know my #SpotifyWrapped is going to be straight garbage this year.
## 5429                                                                                               I predict my most played song will be Sweet Caroline #SpotifyWrapped
## 5430                                                                 I predict my most played song will be [life’s a happy song from the muppets movie] #SpotifyWrapped
## 5431                       Also I am genuinely concerned about what my #SpotifyWrapped is gonna look like. Maybe I'll look like I have brain d… https://t.co/JMwnVfv2Rd
## 5432                       With this years #SpotifyWrapped I have no clue who my top artist could be. I have changed so much this year, musica… https://t.co/GnVxXKdNqn
## 5433                             Who wants Animated Overlay..?HMU!\nLike/ Retweet \nHelp/Support/ \nFollow each other \n#supportsmallstreamers… https://t.co/aJanfuZuji
## 5434                                                                                                   I predict my top genre will be [alt rock or pop] #SpotifyWrapped
## 5435                                                  me pretending to be shocked when nct127 is number 1 on my spotify wrapped #SpotifyWrapped https://t.co/kW9TBZjt4C
## 5436                                                                                                 I predict my top podcast will be [boomervs zoomer] #SpotifyWrapped
## 5437                                                                                                   Pretending I don't care about #SpotifyWrapped so it comes faster
## 5438                       Acuity, Calendly and Vcita are online appointment scheduling software. You can schedule meetings with your team,and… https://t.co/qPIkktNjtf
## 5439                                                                                                        I predict my top genre will be sleep sounds #SpotifyWrapped
## 5440                                                                                                               I predict my top genre will be [pop] #SpotifyWrapped
## 5441                                                                    I predict my most played song will be Call Me Little Sunshine by @thebandGHOST  #SpotifyWrapped
## 5442                                                                                                               Prolly mine: #SpotifyWrapped https://t.co/95Ojf4phrd
## 5443                                                                                              I predict my most played song will be [halleys comet] #SpotifyWrapped
## 5444                                      I will grow Instagram page for fast organic growth and engagement. Order now https://t.co/ElfJnyWTZO… https://t.co/wMA50m2pdL
## 5445                                                                        I predict my top artist will be [twenty one pilots] #SpotifyWrapped \n\nno doubt in my mind
## 5446                                                                                        I predict my most played song will be [nico and the niners] #SpotifyWrapped
## 5447                       Acuity, Calendly and Vcita are online appointment scheduling software. You can schedule meetings with your team,and… https://t.co/iCgqnj4Ak4
## 5448                                                                               I predict my most played song will be Bejeweled by Taylor Swift 🫶🏻🫶🏻🥰#SpotifyWrapped
## 5449                                                                        I predict my most played song will be [SloMo- Eurovision’s dancebreak edit] #SpotifyWrapped
## 5450                             Click here not to miss the special Amazon discounts for November https://t.co/Nk8ap4jc9x\n\n#SpotifyWrapped #GiftGalaxy JUST ANNOUNCED
## 5451                                                                                                          I predict my top artist will be Part Time #SpotifyWrapped
## 5452                                                                                                I predict my top artist will be my chemical romance #SpotifyWrapped
## 5453                                                                                     I predict my most played song will be Holly Louie by Part Time #SpotifyWrapped
## 5454                                                                                                   I swear if my top artist isn’t wallows or harry… #SpotifyWrapped
## 5455                                                                                                                                         cant wait  #SpotifyWrapped
## 5456                                                                                                       I predict my top artist will be taylor swift #SpotifyWrapped
## 5457                       Acuity, Calendly and Vcita are online appointment scheduling software. You can schedule meetings with your team,and… https://t.co/KJS3CnwTr6
## 5458                       How libraries in the US are using streaming to promote local music.\n\nhttps://t.co/HNopVACxpx\n\n#music #streaming… https://t.co/hyhuDxVM4K
## 5459                                                                                                                 I predict my top genre will be pop #SpotifyWrapped
## 5460                                                                                                          I predict my top artist will be [ROSALÍA] #SpotifyWrapped
## 5461                                                                                                      I predict my top artist will be Taylor Swift. #SpotifyWrapped
## 5462                       Acuity, Calendly and Vcita are online appointment scheduling software. You can schedule meetings with your team,and… https://t.co/Ary7GKTilK
## 5463                                                                                  I predict my most played song will be [Yet to Come or Sexy Nukim] #SpotifyWrapped
## 5464                                                                                  I predict my most played song will be [Bubblegum Bitch by Marina] #SpotifyWrapped
## 5465                       Acuity, Calendly and Vcita are online appointment scheduling software. You can schedule meetings with your team,and… https://t.co/Kx45alQuze
## 5466                                                                                                I predict my top artist will be BTS OR TAYLOR SWIFT #SpotifyWrapped
## 5467                       I already know who my top 5 artists will be for #SpotifyWrapped: Coldplay, Beyonce, Adele, Kendrick, and Ari Lennox… https://t.co/VoEO9rYIFf
## 5468                                                              Retweet and send to someone you love. #SpotifyWrapped #staracademy2022 #World https://t.co/HGkQdNcSXu
## 5469                                                          I predict my most played song will be mirrorball or You Belong With Me (Taylor's Version) #SpotifyWrapped
## 5470                                                                                                      I predict my top artist will be @ICENINEKILLS #SpotifyWrapped
## 5471                                                                                                                I predict my top artist will be BTS #SpotifyWrapped
## 5472                                                                       I predict my most played song will be Hope ur ok by @oliviarodrigo #SpotifyWrapped @LiviesHQ
## 5473                                                                                                            I predict my top artist will be [LUCKI] #SpotifyWrapped
## 5474                          Falling in love with someone’s eyes is the only thing that will never change.\n\n#SpotifyWrapped \n#要要搞定個要… https://t.co/eYh2eG8rla
## 5475                                                                                                       I predict my top artist will be Taylor Swift #SpotifyWrapped
## 5476                                                                                       I predict my top artist will be [Ishay Ribo] AAAAAAA!!!!!!!! #SpotifyWrapped
## 5477                                                                                                   I'm ready, release it. \n#SpotifyWrapped https://t.co/B1VMgLT4Pd
## 5478                                                     fuck yall for getting #spotifywrapped trending, i thought it was ready, yall got me excited/scared for nothing
## 5479                                                                                             I predict my most played song will be [Been knew that] #SpotifyWrapped
## 5480                                                                                                    i predict my top artist will be @boniver #SpotifyWrapped EASILY
## 5481                                                                                      Saw a little emoji for #SpotifyWrapped and I thought it was ready... Not yet.
## 5482      All Men Look But Not For The Same Reasons\n\n#SpotifyWrapped \n#要要搞定個要 \n#MattHanock \n#RedVelvetBirthdayParty \n#Indigo \n#ghanablackstars \n#乌鲁木齐
## 5483                                                                                        I predict my top podcast will be chuckle sandwich or mbmbam #SpotifyWrapped
## 5484                       Acuity, Calendly and Vcita are online appointment scheduling software. You can schedule meetings with your team,and… https://t.co/G1SWyH6lsg
## 5485                                                                                                       My top song is definitely siren by P1harmony #SpotifyWrapped
## 5486                                                                                                  I predict my top artist will be [Kendrick Lamar ] #SpotifyWrapped
## 5487                                                                                                               I predict my top podcast will be JRE #SpotifyWrapped
## 5488                                                                                    I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped
## 5489                                                                                      I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped
## 5490                                                                                                        I predict my most played song will be [n95] #SpotifyWrapped
## 5491                                                                                I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 5492                   I predict my most played song will be girls just want to have fun\n\nI predict my top artist will be bladee\n\nI predic… https://t.co/cZxNCOCu4Z
## 5493                                       Staring into a stranger’s eyes can make you form an attachment, despite never even talking to them.… https://t.co/acPKScpYn1
## 5494                          Idk if Justin is going to be my #1 artist of the year 🤔🤔\n\nAll this year I have been listening to podcast &amp; Jpop \n\n#SpotifyWrapped
## 5495                                                                                                 I predict my top podcast will be @TheBlackHokage 🫡 #SpotifyWrapped
## 5496                       I'm sure my #SpotifyWrapped will be an Alastor tribute😍 Songs by @PARANOiDDJ1,@SilvaHound, @BlackGryph0n, electro-s… https://t.co/TX40oU4upv
## 5497                                                         Im lowkey scared that the high-school musical cast will be on my top 5😭i cant share that \n#SpotifyWrapped
## 5498                               I suspect my top podcast this year will be @tripleclickpod, with the absolute stunning gang @jasonschreier,… https://t.co/N5tEyNGU3s
## 5499                                                                                my #SpotifyWrapped is going to be a time capsule from 2004. https://t.co/baOG8Sc9rY
## 5500                        I did a #SpotifyWrapped video so we'll see if they let you see it. I have no idea when that will be as artists are… https://t.co/SHSepBIuBT
## 5501                                                                                                            Anyone is waiting for Spotify Wrapped?\n#SpotifyWrapped
## 5502                                                                                                      this year I’m actually worried to see mine 😂😭 #SpotifyWrapped
## 5503                                                                                                                  Stop hyping #SpotifyWrapped and drop it already 😭
## 5504                                                                                I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 5505                                                                                                       I predict my top artist will be [@BLACKPINK] #SpotifyWrapped
## 5506                                                          I predict my most played song will be [fill in top song prediction] #SpotifyWrapped Comethazine 500 hours
## 5507                                                           The way I repeated Candydrip &amp; RENAISSANCE this year… I already know how my #SpotifyWrapped looking.
## 5508                                                                                                        I predict my top artist will be @russdiemon #SpotifyWrapped
## 5509                                              I predict my top genre will be KPOP BECAUSE SPOTIFY'S FILTHY ASS DOESN'T REALISE THAT #BTSISTHEGENRE  #SpotifyWrapped
## 5510                                                                                  I predict my most played song will be [In The Streets Ft Monique] #SpotifyWrapped
## 5511                            before spotify wrapped comes out let’s all remember, i went through just 1 situationship this year before you judge me\n#SpotifyWrapped
## 5512               In fact, making mistakes adds to your experience and you learn not to repeat them again.\n\n#SpotifyWrapped \n#要要搞定個要… https://t.co/AcX7sZUQWf
## 5513                                                                                                           I predict my top genre will be metalcore #SpotifyWrapped
## 5514                  my prediction of #SpotifyWrapped top artists:\n\nGracie Abrams \nTaylor (unfortunately)\nDavid hugo\nCharli xcx\nSabrina… https://t.co/xcwbzaafk9
## 5515                                                                                                                I predict my top artist will be BTS #SpotifyWrapped
## 5516                                                                                                                                           #SpotifyWrapped anybody?
## 5517                    Everyone is either attending a wedding or concert &amp; here I’m attending office #meetings (just finished at 11.20 pm… https://t.co/YOPv0XjgYG
## 5518                        Looking for excellent quality shipping container home house plans, designs buildings and any type of architectural… https://t.co/8Vltdq9ztE
## 5519                                                                                         I predict my top artist this year will be @findingfletcher #SpotifyWrapped
## 5520                                                                             I predict my most played song will be [Nowhere To Go by @badomenscult] #SpotifyWrapped
## 5521                                                                                                 I predict my top podcast will be [@PeterCrouchPod] #SpotifyWrapped
## 5522                                                                              Y’all really making me think that my #SpotifyWrapped dropped. https://t.co/QPNacS3tmO
## 5523                           Need a content writing service? Stop scrolling and check me in my inbox, I'm always available to attend to you.… https://t.co/Hmz61Jni7e
## 5524                                              I promise y'all  the songs that I bump to the most that are on my \n#SpotifyWrapped are not me, I'm not that sad😂😂😂😂🤡
## 5525                                                                                                       I predict my top artist will be [stray kids] #SpotifyWrapped
## 5526                                                                                           I predict my most played song will be Wonder by Eric Nam #SpotifyWrapped
## 5527                                                      I predict my top artist will be \nNot Waterparks\nI think I’m finally free from their grasp\n #SpotifyWrapped
## 5528                        I would be shocked if my top podcast isn’t @PivotPod because @karaswisher and @profgalloway are such a dynamic and… https://t.co/KlneZHCsMV
## 5529                                                                             I predict my most played song will be Lavender Haze by @taylornation13 #SpotifyWrapped
## 5530                                                                                                              I predict my top genre will be [kpop] #SpotifyWrapped
## 5531                                                                                                  I predict my most played song will be [all of us] #SpotifyWrapped
## 5532                                                                                                                I predict my top artist will be BTS #SpotifyWrapped
## 5533                                                   Not me listening to Bob Marley 24/7 so that Pink Floyd isn’t my #1 on #SpotifyWrapped for the 3rd year in a row.
## 5534                                                                                                        I predict my top genre will be k-POP + POP  #SpotifyWrapped
## 5535                                                                                           I predict my top artist will be some dude called HRVY? 😅 #SpotifyWrapped
## 5536                                                                                                         I predict my top artist will be Seventeen. #SpotifyWrapped
## 5537                       Everyone out here desperate for #SpotifyWrapped when I'm sitting here with 12 years of https://t.co/vCYJNYysfe data… https://t.co/XIcLsvEkp3
## 5538                           Need a content writing service? Stop scrolling and check me in my inbox, I'm always available to attend to you.… https://t.co/IuJ3WHlkOA
## 5539                                                                                          I predict my top podcast will be  Daebak Show w/ Eric Nam #SpotifyWrapped
## 5540                     The official Twitter account of the scumbag terrorist @LatifaMRM, daughter of Dubai's Dictator Mohamad Maktoum.\n\nMo… https://t.co/zhvNwsgvMs
## 5541                                                                     I predict my most played song will be [fill in top song prediction] #SpotifyWrapped dandelions
## 5542                                                                                                         I predict my top artist will be \nEric Nam #SpotifyWrapped
## 5543                                                                                        I predict my most played song will be golden hour by HRVY 🤩 #SpotifyWrapped
## 5544                                                                                                                 I predict my top genre will be Pop #SpotifyWrapped
## 5545                                                                                                                       only jobless people wait for #SpotifyWrapped
## 5546                                                                                                      I predict my top artist will be [$uicideboy$] #SpotifyWrapped
## 5547                                                                     I predict my most played song will be All too well 10min version- Taylor Swift #SpotifyWrapped
## 5548                                                                                   I predict my top artist will be Nogizaka46 or Official Higedan!\n#SpotifyWrapped
## 5549                       Before our new episode this Wednesday (11/30/22)… do your ears, head phones, car speakers a favor and check out our… https://t.co/qdPuW3gPi1
## 5550                                 Drop the #SpotifyWrapped Although I already know what is in top of that list, call me mentally unstable but I am going to post it!
## 5551                           Need a content writing service? Stop scrolling and check me in my inbox, I'm always available to attend to you.… https://t.co/PyyrtBiHDX
## 5552                                                                                        I predict my most played song will be "TV" by @billieeilish #SpotifyWrapped
## 5553                                                  why the FUCK IS #SpotifyWrapped TRENDING IF IT ISNT OUT YET YALL REALLY GOT MY HOPES UP 💔 https://t.co/tKJMDUnM6T
## 5554                                                               I predict my most played song will be Abunakkashi Keikaku OR Taiyou Knock #SpotifyWrapped #Sakamichi
## 5555                                                                                     I predict my most played song will be [Bonny by Prefab Sprout] #SpotifyWrapped
## 5556                                                                     My #SpotifyWrapped list gone be filled with nothing but BANGERS watch. https://t.co/xhPZZniQX4
## 5557                                                             If this is not in my top5 for #SpotifyWrapped then the software was a failure\nhttps://t.co/yftqbQBaV5
## 5558                                                                                                              I predict my top genre will be [Kpop] #SpotifyWrapped
## 5559                                                                                                    I predict my top artist will be @joshuatbassett #SpotifyWrapped
## 5560                                                                                                       Preparing for #SpotifyWrapped season https://t.co/2gqTrlQkps
## 5561                                                                                                      Top 5 #SpotifyWrapped guesses? Go 👇 \nhttps://t.co/IInad2M3e1
## 5562                                                                          I predict my most played song will be life worth living by @ClassicLaurel #SpotifyWrapped
## 5563                                                                                                 I predict my most played song will be [ I Wonder ] #SpotifyWrapped
## 5564                              looking for #B2B #leadgeneration #dataentry expert.\nservices - #LeadGeneration #DataEntry #virtualassistant… https://t.co/Ju2NhYKczT
## 5565                           Need a content writing service? Stop scrolling and check me in my inbox, I'm always available to attend to you.… https://t.co/0zvglRQl7O
## 5566                                      This season of Blood and Water reminds me so much of 13 Reasons Why.\nDope AF! 🔥🔥\n\n#SpotifyWrapped… https://t.co/3hiK5tmnh5
## 5567                       I’m pretty sure my kid fucked this up with his little Fornite songs and TikTok bs so this year I’m not looking forw… https://t.co/U1U7LykePA
## 5568                                                                                                                                          I’m ready #SpotifyWrapped
## 5569                                                                                              I predict my top artist will be [el travieso escroto] #SpotifyWrapped
## 5570                                                                                                          I predict my top artist will be Lady Gaga #SpotifyWrapped
## 5571                                                                                                              I predict my top podcast will be None #SpotifyWrapped
## 5572                                                                     I predict my top podcast will be something I had to listen to for class i fear #SpotifyWrapped
## 5573                                                                                     now why did y’all give us an emoji if it’s not dropping soon?? #SpotifyWrapped
## 5574                                                                                                  I predict my top artist will be [indigo de souza] #SpotifyWrapped
## 5575                                                                                                          I predict my top artist will be Lady Gaga #SpotifyWrapped
## 5576                                                                  I predict my top podcast will be @MyFavMurder - actually I know this one for sure #SpotifyWrapped
## 5577                                                                                             I'm not waiting for #SpotifyWrapped this year since I use #AmazonMusic
## 5578                                                                                   i predict my top artist will be peel the apple or shibu3 project #spotifywrapped
## 5579                           Need a content writing service? Stop scrolling and check me in my inbox, I'm always available to attend to you.… https://t.co/vUXFbjVR8s
## 5580                                                                            I predict my most played song will be [Runaway - Kanye West] segurisimo #SpotifyWrapped
## 5581                                                                                                           I predict my top genre will be Dance Pop #SpotifyWrapped
## 5582                   Crypto Lender BlockFi going Bankrupt 😱\n\nhttps://t.co/ZQykcFovMw\n\n#Silver #Gold #Tech  #Insuretech\n#silversqueeze ,… https://t.co/blBUyhVAkf
## 5583                                                                                         I predict my top genre will be [bedroom pop or like indie] #SpotifyWrapped
## 5584                                                                                              I predict my top artist will be taylor swift or lorde #SpotifyWrapped
## 5585                                                                                        I predict my most played song will be [Efecto - Bad Bunny ] #SpotifyWrapped
## 5586                                                                              I predict my most played song will be Used To Know Me by Charli XCX\n #SpotifyWrapped
## 5587                                                                                                         I predict my top genre will be Melodic Rap #SpotifyWrapped
## 5588                   Who gets paid with Bo?\n\nBrazil 🇧🇷-1 PUSH \n\nBrazil wins and under 4.5 2U ✅✅\n\nBO WINSSSSS! \n\n#WorldcupQatar2022… https://t.co/0wsX4nfZV9
## 5589                                                                           me looking at all these #SpotifyWrapped tweets thinking it’s out https://t.co/2Cf62MD6Ng
## 5590                       I share my Spotify with my children so I'm sure my breakdown will be a mix of alternative music with a wee bit of "… https://t.co/izA5oxNdDx
## 5591                                                                                                               I predict my top genre will be Indie #SpotifyWrapped
## 5592                                                              I predict my most played song will be [idk probably the moon is no good or something] #SpotifyWrapped
## 5593                                                                        hii\nI predict my most played song will be Gilded Lily by Cults🤪 or duvet?? #SpotifyWrapped
## 5594                                                                                                     I predict my top artist will be [Taylor Swift] #SpotifyWrapped
## 5595                                                                                          I predict my top genre will be pop or singer songwriter?? #SpotifyWrapped
## 5596                                                                                                    I predict my top artist will be [@HotMulligan ] #SpotifyWrapped
## 5597                                                                                           I predict my most played song will be Poison by Rod Wave #SpotifyWrapped
## 5598                       Have been living the Dad Life haven't made any music I've changed the way I see things but what should I Do? #Music… https://t.co/wvjEmOAP3w
## 5599                                                                                                   waiting for #SpotifyWrapped to drop like https://t.co/tghTyGvIuh
## 5600                                                                                   I predict my most played song will be probably something by yeat #SpotifyWrapped
## 5601                                                                                                     I predict my top podcast will be @sextedmyboss #SpotifyWrapped
## 5602                                                                                                           I predict my top artist will be Rod Wave #SpotifyWrapped
## 5603                                                                                                         I predict my top artist will be Taylorrrrr #SpotifyWrapped
## 5604                                                                              I predict my top artist will be @halsey (for the third year in a row) #SpotifyWrapped
## 5605                                                                                                              #SpotifyWrapped soz wanted to use the hashtag thjng x
## 5606                                                                                                             WHERE IS IT??  #SpotifyWrapped https://t.co/O4eFycWWxu
## 5607                                                                                   I predict my most played song will be forget her by jeff buckley #SpotifyWrapped
## 5608                    All platforms now ‼️😈🤯 #SpotifyWrapped #MattHanock #要要搞定個要 #RedVelvetBirthdayParty #its3zz https://t.co/2Is11gE89n https://t.co/T86iROtnWj
## 5609                                                                                              I predict my most played song will be [Tempestissimo] #SpotifyWrapped
## 5610                                                                                    I predict my top genre will be showtunes. absolutely showtunes. #SpotifyWrapped
## 5611                                                                                               I predict my top podcast will be Star Wars Explained #SpotifyWrapped
## 5612                                                                                                         my most played song WILL be meow by ivusm. #SpotifyWrapped
## 5613                                                                                         Does anyone else's #SpotifyWrapped look like ours? https://t.co/3QfwIiJZvK
## 5614                                                        I predict my most played song will be [fill in top song prediction] #SpotifyWrapped https://t.co/1pSnAfXywm
## 5615                                                                            I predict my most played song will be literally anything from falsettos #SpotifyWrapped
## 5616                                              The ghastly #hypocrisy of those who rail against #SpotifyWrapped slavery which took place...… https://t.co/D6SHouFu3m
## 5617                                                                                                                  who wants to swap #SpotifyWrapped once they drop?
## 5618                                                                                                       I predict my top artist will be Taylor Swift #SpotifyWrapped
## 5619                                                                                                      #SpotifyWrapped add Rockey Washington https://t.co/0P6I2uJo5r
## 5620                                                                                                         I predict my top artist will be Green Day. #SpotifyWrapped
## 5621                                                                                                     Me waiting for my 2022 #SpotifyWrapped https://t.co/rbepMxeh6t
## 5622                                                             I predict my most played song will be idk probably like Viva La Gloria or an MGK song. #SpotifyWrapped
## 5623                                                                                        I predict my most played song will be attention by newjeans #SpotifyWrapped
## 5624                                                    Like if Brazil did not cut your bet \n#SpotifyWrapped #FIFAWorldCupQatar2022 #FIFAWorldCup #brazil #Switzerland
## 5625                                                                                I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 5626                                                                                      I predict my most played song will be Alive by Anthony Warlow #SpotifyWrapped
## 5627                                                                                               I predict my top artist will be Tiago PZK @tiagopzk  #SpotifyWrapped
## 5628                                                                             I predict my most played song will be All Too Well (10 minute version) #SpotifyWrapped
## 5629                                                                        If I get DreamSMP on my wrapped again I’m going to fucking kill myself bruh #SpotifyWrapped
## 5630                           To hangout with a hater is a sin to my inner God #ghanablackstars #TikTokviral #Trending #Video #SpotifyWrapped… https://t.co/G0qgsahhYG
## 5631                                                                                                         I predict my top artist will be @sanbenito #SpotifyWrapped
## 5632                                                                                  This year will pretty much be the same 🤘🤘 #SpotifyWrapped https://t.co/gjrVpTIwrX
## 5633                                                                                                   saw #SpotifyWrapped trending and i screamed out for no reason!!!
## 5634                                                         I already know my most listened to artist this year was The Chicks \n\nDon’t need #SpotifyWrapped for that
## 5635                                                                                                   I predict my top artist will be @findingfletcher #SpotifyWrapped
## 5636                                                                                                                       #SpotifyWrapped soon https://t.co/hfM85ckIm8
## 5637                                                                                                        I predict my top podcast will be Trypod..?  #SpotifyWrapped
## 5638                                                                                                           I predict my top genre will be reggaeton #SpotifyWrapped
## 5639                                                                        I predict my most played song will be Her Body Is Bible by @findingfletcher #SpotifyWrapped
## 5640                                                                                                  I predict my most played song will be Why -samuel #SpotifyWrapped
## 5641                                                                                      Had Mundial  fchkal crazy 🤪 \n#Qatar2022 \n#harrystylesperu \n#SpotifyWrapped
## 5642                                                                                                              I predict my top genre will be Emo..  #SpotifyWrapped
## 5643                           Need a content writing service? Stop scrolling and check me in my inbox, I'm always available to attend to you.… https://t.co/MfUxXxoKVy
## 5644                                                                                                                   #SpotifyWrapped its going to be a seventeen list
## 5645                                                                                  I predict my most played song will be Hurt Feelings by Mac Miller #SpotifyWrapped
## 5646                                                                              Join the group now before all slots are taken #SpotifyWrapped https://t.co/NWTqTfEB2e
## 5647                                                                             I predict my most played song will be All too well (10 minute version) #SpotifyWrapped
## 5648                                     #SpotifyWrapped bitch can you stop playing and it out already. Making me feel like this when I see you https://t.co/1uZMBqI1i1
## 5649                                                    Chk this please #CHECKMATEinJKT #OutOfTime #chemist'#VideoViral!#SpotifyWrapped #TikTok https://t.co/HiofBrHwme
## 5650                                                                                            I predict my most played song will be THIQUE by Beyoncé #SpotifyWrapped
## 5651                                                                                #SpotifyWrapped around the corner but don't get it twisted. https://t.co/QIVSCLe9xr
## 5652                                 Jdd • Untold Secrets ft. Exøtix (Visualizer)\n\nFull Song: https://t.co/j3IC76Bx2b\n\n#sofaygo #MacMiller… https://t.co/gMNvQvguVe
## 5653                                                                                                      I predict my top artist will be @billieeilish #SpotifyWrapped
## 5654                                                                                                           #SpotifyWrapped my body is ready https://t.co/tr9b9F0TeE
## 5655                                                                                                                          can they get on with this #SpotifyWrapped
## 5656                                                                                                       I predict my top artist will be The weekend  #SpotifyWrapped
## 5657                                                                                                              Is this it? 🎶 #SpotifyWrapped https://t.co/xrSn0WHkxL
## 5658                                                                                     I predict my top podcast will be rSlash Reads Reddit @rslashyt #SpotifyWrapped
## 5659                                                                          I predict my most played song will be Happier Than Ever by Billie Eillish #SpotifyWrapped
## 5660                                                                       I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped Impaulsive
## 5661                                                                                                      I predict my most played song will be Brividi #SpotifyWrapped
## 5662                                                                                I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped MGK
## 5663                     Jdd • Untold Secrets ft. Exøtix (Visualizer)\n\nFull Song: https://t.co/j3IC76TGgj\n\n#SpotifyWrapped #upcomingrapper… https://t.co/3z1VOBcZJl
## 5664                                                                                                he's my #SpotifyWrapped character edition.  https://t.co/opuhKOi06B
## 5665                                                                            I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped Punk rock
## 5666                                                  Waiting anxiously for #SpotifyWrapped like I haven't been listening to the same playlists this year vs last year.
## 5667                                                                                                                     Saw the #SpotifyWrapped preview today and 😍😍😍😍
## 5668                                                             I predict my most played song will be “Unforgettable” by French Montana &amp; Swae Lee #SpotifyWrapped
## 5669                                                                I predict my most played song will be [fill in top song prediction] #SpotifyWrapped Better off dead
## 5670                my #SpotifyWrapped predictions before i look\n\nsongs:\nsmokin out the window\nintimidated \nglock 19\nskin and bones\nthe… https://t.co/RU4eJ1JRfi
## 5671                          WhatsApp group full details this link\n\nhttps://t.co/x6rvLCnpZR\n\n#WhatsApp #whatsappgroup #Vulgar #biggboss16… https://t.co/8OVesylVjB
## 5672                                                                                                           I predict my top podcast will be @MBMBaM #SpotifyWrapped
## 5673                                                                                           I predict my top podcast will be [Trash Romance Central] #SpotifyWrapped
## 5674                                                    I predict my most played song will be #jhope_EqualSign, but tbh idk. 😫😭 #SpotifyWrapped https://t.co/kBKsevhgCq
## 5675                              I predict my top artist will be Taylor, but what I’m really concerned about is the percentile of Swifties I fall into…#SpotifyWrapped
## 5676                                                                                                       I predict my most played song will be desire #SpotifyWrapped
## 5677                                                                                                    I predict my top artist will be [Ariana Grande] #SpotifyWrapped
## 5678                                                                                          You don't have to check #SpotifyWrapped\nYou're the most played this year
## 5679                                                                                                          I predict my top genre will be Indie Rock #SpotifyWrapped
## 5680                                                                                     I predict my most played song will be .stage 4 fear of trying. #SpotifyWrapped
## 5681                                                                       I predict my top artist will be…. There is only one  #SpotifyWrapped https://t.co/MGSlvWqS9l
## 5682                                                                           I predict my top artist will be [matt maltese] #SpotifyWrapped i already know don’t play
## 5683                                                                                                               I predict my top genre will be [Pop] #SpotifyWrapped
## 5684                              Beautiful day on the water yesterday with my girl Luna 🎣 #AdoptDontShop #SpotifyWrapped #Indigo #CyberMonday… https://t.co/W8cOLQ4OPQ
## 5685                                                                                         I predict my top podcast will be Anything goes  @AGpodcast #SpotifyWrapped
## 5686                                                                                                 I predict my most played song will be [Pink Venom] #SpotifyWrapped
## 5687                                                                                   I predict my most played song will be Die Hard by Kendrick Lamar #SpotifyWrapped
## 5688                                                                                                 I predict my top artist will be joshua bassett tbh #SpotifyWrapped
## 5689                     Jdd • Untold Secrets ft. Exøtix (Visualizer)\n\nFull Song: https://t.co/j3IC76Bx2b\n\n#DjKhaled #rapper #BobbyShmurda… https://t.co/6bhmiqcurQ
## 5690                                                                                                      I predict my top artist will be [Carin Leon ] #SpotifyWrapped
## 5691                                                                                     I predict my most played song will be What I Know by @justmike #SpotifyWrapped
## 5692                                                                                                              I predict my top artist will be astro #SpotifyWrapped
## 5693                                                                                                             I predict my top genre will be ballads #SpotifyWrapped
## 5694                                                                                                        I predict my top genre will be Rap Italiano #SpotifyWrapped
## 5695                                                                                                                I predict my top artist will be BTS #SpotifyWrapped
## 5696                                                                                  I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped
## 5697                                                                                    I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped
## 5698                                                                                     I predict my most played song will be Tamagotchi x @omarapollo #SpotifyWrapped
## 5699                  🔥Quality Lhasa pup’s \n🔥4Fmale / 2Male\n2weeks  pup’s now\navailable for Booking\nFrom quality Parents \nDon’t miss it D… https://t.co/YLbh1x8Scu
## 5700                                                                                                               I predict my top genre will be [Pop] #SpotifyWrapped
## 5701                                                                                 I predict my most played song will be Something Something by astro #SpotifyWrapped
## 5702                                                                                      I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped
## 5703                                                                                     I predict my most played song will be California - Diego Naska #SpotifyWrapped
## 5704                                                                                                                              IM EXCITED FOR MY 3RD #SpotifyWrapped
## 5705                                                                                                    I just know my #SpotifyWrapped is going to be strange this year
## 5706                                                                                I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 5707                                                                            Fire it uppp \n\n #SpotifyWrapped #RedVelvetBirthdayParty #food https://t.co/HArJWMb4Rt
## 5708                                                                                                          I predict my top artist will be @zutomayo #SpotifyWrapped
## 5709                                                                                                  I predict my top podcast will be #UpFirst by @NPR #SpotifyWrapped
## 5710                                                                      Spotify is just teasing us at this point with the #SpotifyWrapped hashtag. Pls give it to us.
## 5711                                                                                                    I predict my top artist will be Louis Tomlinson #SpotifyWrapped
## 5712                                                                                          You gotta do it like it’s your last chance #SpotifyWrapped #inspirational
## 5713                                                                                           I predict my top genre will be [pop or R&amp;B who knows]#SpotifyWrapped
## 5714                                                                                                       I predict my top artist will be Harry Styles #SpotifyWrapped
## 5715                       I predict my most played song will be Good Tonight from the Bad Guys since it's fun and Anthony Ramos' voice is alw… https://t.co/caZBhVfBtB
## 5716                                                                                                       I predict my top podcast will be @TeaTime_33 #SpotifyWrapped
## 5717                                                                                                       I predict my top artist will be @HAIMtheband #SpotifyWrapped
## 5718                                                                                                  I predict my top podcast will be @GobletOfWinePod #SpotifyWrapped
## 5719                                                                                              I predict my most played song will be mirrorball :)\n #SpotifyWrapped
## 5720                                                                                             I predict my top podcast will be If you love me for me #SpotifyWrapped
## 5721                                                                                   I predict my most played song will be Rosier/Punk2 by @brakence  #SpotifyWrapped
## 5722                                                                                             I predict my top artist will be Taylor swift or disney #SpotifyWrapped
## 5723                                                                                                    I predict my top artist will be [ @charlieputh] #SpotifyWrapped
## 5724                                                                                                    I predict my top artist will be [ariana grande] #SpotifyWrapped
## 5725                                                                          I predict my top podcast will be literally none i dont listen to podcasts #SpotifyWrapped
## 5726                                                           I predict my top genre will be pop? country? soft pop (is that the name?) musicals? idfk #SpotifyWrapped
## 5727                                                                                        I predict my top artist will be [ARIANA GRANDE @rembeauty ] #SpotifyWrapped
## 5728                                                                                                       My top genre would be HipHop this year 🎤 \n\n#SpotifyWrapped
## 5729                                                                                           I predict my most played song will be [Me and your mama] #SpotifyWrapped
## 5730                                      I predict my most played song will be either Midnight River by @realpinksweats or Voodoo by @pennyandsparrow  #SpotifyWrapped
## 5731                       i just know that spotify is gonna tease us the whole ass week just for the graphic design to be as atrocious as las… https://t.co/0j88DZs5wp
## 5732                                                          The future looks bright for the youngsters @SDMabaya.\n#SDMabaya\n#SpotifyWrapped https://t.co/5Kar5Z6uBD
## 5733                                                                                            I predict my most played song will be yet to come (idk) #SpotifyWrapped
## 5734                                                   #happymonday thnks for chcki g out the ne mix @diplo #edm @DillonFrancis #SpotifyWrapped https://t.co/ld17DI4UnT
## 5735                                                                                                                                   When do I get my #SpotifyWrapped
## 5736                                                                               I predict my most played song will be [slow it down by @charlieputh] #SpotifyWrapped
## 5737                                                                                              I was bout to say- “How y’all got yours b4 me?!?!?” 👀 #SpotifyWrapped
## 5738                               I predict my top podcast will be ridiculous the song by ariana grande as an episode because i dont listen to podcats.#SpotifyWrapped
## 5739                                                                                                     I predict my top artist will be @taylorswift13 #SpotifyWrapped
## 5740                                                                                                           hello pls i want my  #SpotifyWrapped so so bad i cld cry
## 5741                                                                                              I predict my most played song will be  sober by @jxdn #SpotifyWrapped
## 5742                                                                                             I predict my most played song will be King Of My Heart #SpotifyWrapped
## 5743                                                                                                            I predict my top artist will be [Twice] #SpotifyWrapped
## 5744                                                                     I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped \n@utadahikaru
## 5745                                                                                                           I predict my top artist will be Deftones #SpotifyWrapped
## 5746                                                                                                    I predict my most played song will be atwtmvftv #SpotifyWrapped
## 5747                                                                                                                I predict my top genre will be Kpop #SpotifyWrapped
## 5748                                                                     Waiting for my #SpotifyWrapped as if I didn't listen to Taylor Swift only for the whole year 🤡
## 5749                                                                                      I predict my top artist will be Anakena, JavyPablo and Okills #SpotifyWrapped
## 5750                                                        I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped lana del Rey leak podcast
## 5751                             We might get 1 million listens in before year end when the new tunes all drop tho. 💰👈🏾🔥\n\nhttps://t.co/3VkFFXBglW\n\n #SpotifyWrapped
## 5752                                                                        I predict my most played song will be You Wouldn't Understand by Juice WRLD #SpotifyWrapped
## 5753                                                                                         I predict my most played song will be waiting on a miracle #SpotifyWrapped
## 5754                                                                                                      I predict my top artist will be  BTS ofcourse #SpotifyWrapped
## 5755                                                                          I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped Radiohead
## 5756                          Man fuck Phineas, that bitch ass mf got a goofy ahhh triangle head. HE CANT BE TRUSTED #SpotifyWrapped #TheSims4… https://t.co/GfYyGeO419
## 5757                                                                                                         I predict my top genre will be Bedroom Pop #SpotifyWrapped
## 5758                                                                                 I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped Rock
## 5759                                                                                                         I predict my top genre will be Melodic Rap #SpotifyWrapped
## 5760                                                               I predict my most played song will be [fill in top song prediction] #SpotifyWrapped amoeba by clairo
## 5761                                                                        I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped Tame Impala
## 5762                                                                            Spotify \nStream Bloody Mary \n#SpotifyWrapped  \n#BloodyMary \nhttps://t.co/bxDDsK17Tr
## 5763                                                                                                         I predict my top artist will be Juice WRLD #SpotifyWrapped
## 5764                                                                            I predict my most played song will be [Call Out My Name by The Weekend] #SpotifyWrapped
## 5765                                                                              I predict my most played song will be Head over Heels-Tears for Fears #SpotifyWrapped
## 5766                                                                                Really hope Chromatica is finally out of my #SpotifyWrapped 😭😩 love her but damn ma
## 5767                                                                  I predict my most played song will be [fill in top song prediction] #SpotifyWrapped Mind Mischief
## 5768                                   I don’t know why I’m so excited for #SpotifyWrapped when I already know its going to be dominated by the @arcaneshow soundtrack.
## 5769                                                                                                       sicuro top tre harry taylor e arctic monkeys #SpotifyWrapped
## 5770                                    Not me and my husband trying to play all out favorite jams so our #SpotifyWrapped is not the Cars 3 soundtrack 3 years running.
## 5771                                                                                                   I predict my top artist will be @Drake or Khalid #SpotifyWrapped
## 5772                                                                                                      I predict my top artist will be Billie Eilish #SpotifyWrapped
## 5773                                                                     I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped Psychadelic Rock
## 5774                                                                                                      I predict my top artist will be @NICKIMINAJ 😇 #SpotifyWrapped
## 5775                                                                                                                 I predict my top genre will be pop #SpotifyWrapped
## 5776                                                                                              i think wilbur, lovejoy, or glass animals will top my #SpotifyWrapped
## 5777                                                                                                          I predict my top artist will be @justmike #SpotifyWrapped
## 5778                                                      #SpotifyWrapped I predict my most listened to artist to be Nas for 2022 and the most played song 'Speechless'
## 5779                                                                                                       I predict my top artist will be Taylor Swift #SpotifyWrapped
## 5780                                                                                                 I predict my most played song will be Male Fantasy #SpotifyWrapped
## 5781                                                                                  I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped
## 5782                       I know no one probably cares when I share my Spotify wrapped but it's always interesting to see how I started the y… https://t.co/ZItj4E3RQs
## 5783                                                                                    I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped
## 5784                                                                                                 I predict my most played song will be [Coloratura] #SpotifyWrapped
## 5785                                                                                      I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped
## 5786                                                                                                    I predict my top artist will be @FromAshestoNew #SpotifyWrapped
## 5787                                                                                            I predict my most played song will be Ken Carson-Intro  #SpotifyWrapped
## 5788                                                                                I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 5789                                                                                I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 5790                                                 I predict my most played song is definitely Mary on a cross (save me please I’m scared for this 😭😭)#SpotifyWrapped
## 5791                                                                                                         I predict my top genre will be Soundtracks #SpotifyWrapped
## 5792                                                                                                           I predict my top genre will be metalcore #SpotifyWrapped
## 5793                       @Spotify should prompt anyone posting #SpotifyWrapped content to buy music and merch direct from artists. In genera… https://t.co/XJ69w0MCsh
## 5794                       The owner of this style has demonstrated how it should be\nAngela go and learn no come dey do yah back like plywood… https://t.co/oJqmC11I6C
## 5795                                                                                                                       Well #SpotifyWrapped https://t.co/cMlPUSw7HN
## 5796               https://t.co/r53Mub0xhJ\n\nDon’t Miss This Opportunity U Get Daily Free Newlisting Up to 25$\n\n#ETH #Bitcoin #要要搞定個要… https://t.co/hctl89mDVM
## 5797                                                                                                     I predict my top artist will be Arctic Monkeys #SpotifyWrapped
## 5798                     Relaxing music: piano \nYouTube@relaxsoothing1 \nKwai: relax soothing \nInstagram: relax soothing \n\n#SpotifyWrapped… https://t.co/woiFYnBF5I
## 5799                                                     It's a new week\nGo out there and be great 🙂\nYou got this \n\n#Levels #SpotifyWrapped \n#jumplinktechnologies
## 5800                                                                                           I predict my most played song will be #SuperFreakyGirl 🤪 #SpotifyWrapped
## 5801                       Shit, it's trending - time for me to play an achingly cool, obscure, pretentious indie band continuously for the ne… https://t.co/9sdisYu13Y
## 5802                                                                                 I predict my most played song will be All too Well 10 Min. Version #SpotifyWrapped
## 5803                       @TOMACVETY @dimash_official  ama el #dombra \n#DimashKazakhVoice \nQAIRAM ELIM - SAMALTAU \n#BestMusic #artistaloud… https://t.co/wmEFljUuHc
## 5804                                                                                     Why does my music taste always peak in the weeks leading up to #SpotifyWrapped
## 5805                                                                                                  I predict my most played song will be Out of Time #SpotifyWrapped
## 5806                                                                                                                 I predict my top genre will be Pop #SpotifyWrapped
## 5807                                                                                                          I predict my top genre will be Eurovision #SpotifyWrapped
## 5808                                                                                                                                     Tis the #SpotifyWrapped season
## 5809                                                                                                        I predict my most played song will be River #SpotifyWrapped
## 5810                                                                                             I predict my top podcast will be [The Amelia Project ] #SpotifyWrapped
## 5811                                                                                                        I predict my top artist will be [Sewerslvt] #SpotifyWrapped
## 5812                                                                                                     I predict my top artist will be [Lana Del Rey] #SpotifyWrapped
## 5813                        I think my 2022 top song could be "Children" by Robert Miles or "GigaChad Theme (Phonk House Version)" by g3ox_em.… https://t.co/G2o7AcOwOx
## 5814                                                                                                              I predict my top genre will be [kpop] #SpotifyWrapped
## 5815                                      I predict my top genre will be  Alternative. I listened to way too much AJR and BoyWithUke for it not to be 😅 #SpotifyWrapped
## 5816                                                                                                        I predict my top genre will be [Glitchcore] #SpotifyWrapped
## 5817                             They must all lose their jobs for not  stopping their colleagues from committing the assault @SAPoliceService… https://t.co/eup0AWqxEr
## 5818                                                                                                        I predict my top artist will be Stray Kids  #SpotifyWrapped
## 5819                                                                                                                                       cant wait fr #SpotifyWrapped
## 5820                             Honda CR-V 2006 @Ibadan currently ₦1.8M\nDM is open 👐\n#SpotifyWrapped #PeterObi4President2023 #lagos #hookup… https://t.co/ynzqmDHU3L
## 5821                                                                       I predict my most played song will be [house of balloons/ glass table girls] #SpotifyWrapped
## 5822                                                                                         I predict my most played song will be [Hey ya! by Outkast] #SpotifyWrapped
## 5823                                                                                                                        JUST GIVE IT TO US ALREADY  #SpotifyWrapped
## 5824                                                                                                               I predict my top genre will be K Pop #SpotifyWrapped
## 5825                                                                                                     I predict my top artist will be Ariana Grande❤️ #SpotifyWrapped
## 5826                                                                          I predict my most played song will be 3 Racha by 3 Racha from Stray Kids  #SpotifyWrapped
## 5827                                                                                                 Mi #SpotifyWrapped va a ser puro Taylor Swift, Queen y Blackpink 💋
## 5828                                                                                                  #SpotifyWrapped #World not the difference https://t.co/h5jcHSP513
## 5829                                                                                                I predict my top podcast will be no escucho de eso. #SpotifyWrapped
## 5830                                                                                                           I predict my top artist will be @BTS_twt #SpotifyWrapped
## 5831                                                                                                 I predict my top podcast will be The Anxious Truth #SpotifyWrapped
## 5832                                                                                                                                               poop #SpotifyWrapped
## 5833                                                                   I predict my top artist will be OH LAMAR, HAIL MARY AND MARIJUANA, TIMES IS HARD #SpotifyWrapped
## 5834                                                                                                                 I predict my top genre will be Pop #SpotifyWrapped
## 5835                                                                                                                             hood afternoon loves ❤️ #SpotifyWrapped
## 5836                                                                                                           I predict my top artist will be Kid Cudi #SpotifyWrapped
## 5837                                                                              Spotify Wrapped is coming soon...\n\n#Spotify #SpotifyWrapped https://t.co/iLicUscI35
## 5838                                   South Korea's footballer "KIM MEHN SU" 😭😭😭\n\n#ghanablackstars #SpotifyWrapped \n#kudus \n#KOR \n#KORGHA https://t.co/yZBuIGwOcz
## 5839                                                                                                               I predict my top genre will be K-pop #SpotifyWrapped
## 5840                                                                                                I predict my top artist will be stray kids or twice #SpotifyWrapped
## 5841                                                                                    I predict my most played song will be Nathy Peluso - EMERGENCIA #SpotifyWrapped
## 5842                                                                                               I predict my top podcast will be [simgm productions] #SpotifyWrapped
## 5843                                                                                                                        this is gonna be a shitshow #SpotifyWrapped
## 5844                                                                                                                     I’m ready for #SpotifyWrapped like where is it
## 5845                             I predict my top artist will again be #WhitneyHouston. It’s been the same for a few years now. #SpotifyWrapped https://t.co/7bJ3WtEnqS
## 5846                                                                                                             I predict my top genre will be Hip-hop #SpotifyWrapped
## 5847                                                                                                                I predict my top genre will be kpop #SpotifyWrapped
## 5848                                                                        I predict my most played song will be [fill in top song prediction] #SpotifyWrapped \n\nLol
## 5849                       I predict my top artist will be guys pls ok there’s a 90% chance it’s kanye pls don’t kill me i swear it’s from sum… https://t.co/qHGdtMYxtS
## 5850                                                                            I predict my most played song will be Hate my favorite band by @Nightly #SpotifyWrapped
## 5851                                                                                                              I predict my top artist will be [ksi] #SpotifyWrapped
## 5852                                                                                                       I predict my top artist will be Taylor Swift #SpotifyWrapped
## 5853                                                                #Advice #Taemin I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 5854                                                                                                I predict my most played song will be [Januar 2018] #SpotifyWrapped
## 5855                                                                                        I predict my most played song will be [Judas of Lady Gaga ] #SpotifyWrapped
## 5856                                                                                                                 I predict my top genre will be 🎸🥁🎤 #SpotifyWrapped
## 5857                                                                                                     This is me waiting for #SpotifyWrapped https://t.co/A3Zs0pKj1E
## 5858                                                                                           I predict my most played song will be Illusion by aespa  #SpotifyWrapped
## 5859                                                                        I predict my most played song will be [fill in top song prediction] #SpotifyWrapped HotShit
## 5860                           Also feel free to send me some game recommendations since I’ve been trying to find new games to play :) #twitch… https://t.co/LxsI8wFord
## 5861                                                                                                   I predict my top genre will be [sum with pop ig] #SpotifyWrapped
## 5862                                                                                                                   Happy #SpotifyWrapped szn to those who observe 💕
## 5863                                                                                                I predict my most played song will be Lavender Haze #SpotifyWrapped
## 5864                                                                                                            #TAEMIN I predict my top artist will be #SpotifyWrapped
## 5865                                                                                                  I predict my most played song will be [Nightcall] #SpotifyWrapped
## 5866                                                                                                   I predict my top artist will be [Lil Durk or YB] #SpotifyWrapped
## 5867                                                                                              I predict my most played song will be [glimpse of us] #SpotifyWrapped
## 5868                                                                                            I predict my top artist will be Shreya Ghoshal Anytime  #SpotifyWrapped
## 5869                                                                                                         I predict my top artist will be MCR or BTS #SpotifyWrapped
## 5870                                                                                                                 I predict my top artist will be 🔁🦶 #SpotifyWrapped
## 5871                                                             I predict my most played song will be Pursuit Of Happiness - Extended Steve Aoki Remix #SpotifyWrapped
## 5872                                                                               I predict my most played song will be all to well(10 minute version) #SpotifyWrapped
## 5873                                               I predict my most played song will be same space by @TianaMajor9 will probably be in my top 10 songs #SpotifyWrapped
## 5874                        yk bro had a headache the whole day (follow tik tok @ireallyamhimfr) help a dawg out🤝🏽 \n\n#hoodfights #hoodvideos… https://t.co/kTeQ1cefmO
## 5875                                                                                                       I predict my top genre will be rock or k-pop #SpotifyWrapped
## 5876                                                                                         I predict my top podcast will be [daebak show by Eric nam] #SpotifyWrapped
## 5877                                                                                                       I predict my top artist will be Taylor Swift #SpotifyWrapped
## 5878                                                                                         I predict my most played song will be Daechwita or Run BTS #SpotifyWrapped
## 5879                                                                           I predict my most played song will be let me live/let me die by Des Rocs #SpotifyWrapped
## 5880                                                                                                                 I predict my top genre will be Pop #SpotifyWrapped
## 5881                                                                                                            I predict my most played song will be ‽ #SpotifyWrapped
## 5882                                                                                  terrified for #SpotifyWrapped bc jan - may milo did not know what they were doing
##      favorited favoriteCount       replyToSN             created truncated
## 1        FALSE             0            <NA> 2022-11-28 23:59:56     FALSE
## 2        FALSE             1            <NA> 2022-11-28 23:59:54     FALSE
## 3        FALSE             0            <NA> 2022-11-28 23:59:50     FALSE
## 4        FALSE             0            <NA> 2022-11-28 23:59:47     FALSE
## 5        FALSE             0            <NA> 2022-11-28 23:59:43     FALSE
## 6        FALSE             0            <NA> 2022-11-28 23:59:38     FALSE
## 7        FALSE             0            <NA> 2022-11-28 23:59:38     FALSE
## 8        FALSE             0            <NA> 2022-11-28 23:59:19     FALSE
## 9        FALSE             0            <NA> 2022-11-28 23:59:18     FALSE
## 10       FALSE             0            <NA> 2022-11-28 23:59:09     FALSE
## 11       FALSE             4            <NA> 2022-11-28 23:58:56     FALSE
## 12       FALSE             1            <NA> 2022-11-28 23:58:49     FALSE
## 13       FALSE             0            <NA> 2022-11-28 23:58:47     FALSE
## 14       FALSE             1            <NA> 2022-11-28 23:58:46     FALSE
## 15       FALSE             0            <NA> 2022-11-28 23:58:43     FALSE
## 16       FALSE            11            <NA> 2022-11-28 23:58:38     FALSE
## 17       FALSE             0            <NA> 2022-11-28 23:58:34     FALSE
## 18       FALSE             1            <NA> 2022-11-28 23:58:33     FALSE
## 19       FALSE             0            <NA> 2022-11-28 23:58:32      TRUE
## 20       FALSE             0            <NA> 2022-11-28 23:58:28     FALSE
## 21       FALSE             0            <NA> 2022-11-28 23:58:25     FALSE
## 22       FALSE             0            <NA> 2022-11-28 23:58:23     FALSE
## 23       FALSE            12            <NA> 2022-11-28 23:58:18     FALSE
## 24       FALSE             3            <NA> 2022-11-28 23:58:10     FALSE
## 25       FALSE             1            <NA> 2022-11-28 23:58:00     FALSE
## 26       FALSE             2            <NA> 2022-11-28 23:57:52     FALSE
## 27       FALSE             0            <NA> 2022-11-28 23:57:50     FALSE
## 28       FALSE             0            <NA> 2022-11-28 23:57:43     FALSE
## 29       FALSE             0            <NA> 2022-11-28 23:57:36     FALSE
## 30       FALSE             0            <NA> 2022-11-28 23:57:23     FALSE
## 31       FALSE             2            <NA> 2022-11-28 23:57:21     FALSE
## 32       FALSE             0            <NA> 2022-11-28 23:57:18     FALSE
## 33       FALSE             5            <NA> 2022-11-28 23:57:16     FALSE
## 34       FALSE             0            <NA> 2022-11-28 23:57:16     FALSE
## 35       FALSE             0            <NA> 2022-11-28 23:56:57     FALSE
## 36       FALSE             0            <NA> 2022-11-28 23:56:52     FALSE
## 37       FALSE             1            <NA> 2022-11-28 23:56:44     FALSE
## 38       FALSE             0            <NA> 2022-11-28 23:56:30     FALSE
## 39       FALSE             0            <NA> 2022-11-28 23:56:15     FALSE
## 40       FALSE             0            <NA> 2022-11-28 23:56:08     FALSE
## 41       FALSE             1            <NA> 2022-11-28 23:56:06     FALSE
## 42       FALSE             0            <NA> 2022-11-28 23:55:59     FALSE
## 43       FALSE             1            <NA> 2022-11-28 23:55:58     FALSE
## 44       FALSE             0            <NA> 2022-11-28 23:55:48     FALSE
## 45       FALSE             2            <NA> 2022-11-28 23:55:44     FALSE
## 46       FALSE             0            <NA> 2022-11-28 23:55:40     FALSE
## 47       FALSE             0            <NA> 2022-11-28 23:55:38     FALSE
## 48       FALSE             1            <NA> 2022-11-28 23:55:27      TRUE
## 49       FALSE             0            <NA> 2022-11-28 23:55:14     FALSE
## 50       FALSE             0            <NA> 2022-11-28 23:55:13     FALSE
## 51       FALSE             0            <NA> 2022-11-28 23:55:11     FALSE
## 52       FALSE             0            <NA> 2022-11-28 23:55:10     FALSE
## 53       FALSE             0            <NA> 2022-11-28 23:55:03      TRUE
## 54       FALSE             0            <NA> 2022-11-28 23:54:55     FALSE
## 55       FALSE             0            <NA> 2022-11-28 23:54:54     FALSE
## 56       FALSE             1            <NA> 2022-11-28 23:54:50     FALSE
## 57       FALSE             0            <NA> 2022-11-28 23:54:50     FALSE
## 58       FALSE             0            <NA> 2022-11-28 23:54:49     FALSE
## 59       FALSE             0            <NA> 2022-11-28 23:54:44     FALSE
## 60       FALSE             0            <NA> 2022-11-28 23:54:44     FALSE
## 61       FALSE             0            <NA> 2022-11-28 23:54:41     FALSE
## 62       FALSE             0            <NA> 2022-11-28 23:54:39     FALSE
## 63       FALSE             1            <NA> 2022-11-28 23:54:31     FALSE
## 64       FALSE             0            <NA> 2022-11-28 23:54:30     FALSE
## 65       FALSE             5            <NA> 2022-11-28 23:54:27      TRUE
## 66       FALSE             1            <NA> 2022-11-28 23:54:19     FALSE
## 67       FALSE             1            <NA> 2022-11-28 23:54:18      TRUE
## 68       FALSE             0            <NA> 2022-11-28 23:54:17     FALSE
## 69       FALSE             0            <NA> 2022-11-28 23:54:17     FALSE
## 70       FALSE             0            <NA> 2022-11-28 23:54:04     FALSE
## 71       FALSE             0            <NA> 2022-11-28 23:54:03     FALSE
## 72       FALSE             0            <NA> 2022-11-28 23:54:00     FALSE
## 73       FALSE             0            <NA> 2022-11-28 23:53:59     FALSE
## 74       FALSE             1            <NA> 2022-11-28 23:53:55     FALSE
## 75       FALSE             0            <NA> 2022-11-28 23:53:42     FALSE
## 76       FALSE             0            <NA> 2022-11-28 23:53:31     FALSE
## 77       FALSE             0            <NA> 2022-11-28 23:53:27     FALSE
## 78       FALSE             0            <NA> 2022-11-28 23:53:14     FALSE
## 79       FALSE             0            <NA> 2022-11-28 23:53:12     FALSE
## 80       FALSE             0            <NA> 2022-11-28 23:53:08     FALSE
## 81       FALSE             0            <NA> 2022-11-28 23:53:05     FALSE
## 82       FALSE             0            <NA> 2022-11-28 23:52:56     FALSE
## 83       FALSE             1            <NA> 2022-11-28 23:52:54     FALSE
## 84       FALSE             0            <NA> 2022-11-28 23:52:46     FALSE
## 85       FALSE             0            <NA> 2022-11-28 23:52:35     FALSE
## 86       FALSE             0            <NA> 2022-11-28 23:52:33      TRUE
## 87       FALSE             0            <NA> 2022-11-28 23:52:32     FALSE
## 88       FALSE             1            <NA> 2022-11-28 23:52:31     FALSE
## 89       FALSE             0            <NA> 2022-11-28 23:52:23     FALSE
## 90       FALSE             1            <NA> 2022-11-28 23:52:17     FALSE
## 91       FALSE             0            <NA> 2022-11-28 23:52:10      TRUE
## 92       FALSE             1            <NA> 2022-11-28 23:52:04     FALSE
## 93       FALSE             0            <NA> 2022-11-28 23:52:01     FALSE
## 94       FALSE             0            <NA> 2022-11-28 23:51:59     FALSE
## 95       FALSE             0            <NA> 2022-11-28 23:51:47     FALSE
## 96       FALSE             0            <NA> 2022-11-28 23:51:38     FALSE
## 97       FALSE             0            <NA> 2022-11-28 23:51:32     FALSE
## 98       FALSE             0            <NA> 2022-11-28 23:51:29     FALSE
## 99       FALSE             0            <NA> 2022-11-28 23:51:25     FALSE
## 100      FALSE             0            <NA> 2022-11-28 23:51:21      TRUE
## 101      FALSE            29            <NA> 2022-11-28 23:51:20      TRUE
## 102      FALSE             0            <NA> 2022-11-28 23:51:14     FALSE
## 103      FALSE           153            <NA> 2022-11-28 23:51:08      TRUE
## 104      FALSE             0            <NA> 2022-11-28 23:51:07      TRUE
## 105      FALSE             0            <NA> 2022-11-28 23:51:02     FALSE
## 106      FALSE             5            <NA> 2022-11-28 23:50:56     FALSE
## 107      FALSE             0            <NA> 2022-11-28 23:50:42     FALSE
## 108      FALSE             0            <NA> 2022-11-28 23:50:25     FALSE
## 109      FALSE             0            <NA> 2022-11-28 23:50:23     FALSE
## 110      FALSE             0            <NA> 2022-11-28 23:50:22     FALSE
## 111      FALSE             0            <NA> 2022-11-28 23:50:18     FALSE
## 112      FALSE             0            <NA> 2022-11-28 23:50:14     FALSE
## 113      FALSE             2            <NA> 2022-11-28 23:50:13     FALSE
## 114      FALSE             0            <NA> 2022-11-28 23:50:05      TRUE
## 115      FALSE             0            <NA> 2022-11-28 23:49:51     FALSE
## 116      FALSE             0            <NA> 2022-11-28 23:49:47     FALSE
## 117      FALSE             1            <NA> 2022-11-28 23:49:34     FALSE
## 118      FALSE             1            <NA> 2022-11-28 23:49:21      TRUE
## 119      FALSE             0            <NA> 2022-11-28 23:49:18     FALSE
## 120      FALSE            21            <NA> 2022-11-28 23:49:15      TRUE
## 121      FALSE             0            <NA> 2022-11-28 23:49:06     FALSE
## 122      FALSE             0            <NA> 2022-11-28 23:49:01     FALSE
## 123      FALSE             0            <NA> 2022-11-28 23:48:54     FALSE
## 124      FALSE             9            <NA> 2022-11-28 23:48:47     FALSE
## 125      FALSE             0            <NA> 2022-11-28 23:48:43     FALSE
## 126      FALSE             0            <NA> 2022-11-28 23:48:43     FALSE
## 127      FALSE             1            <NA> 2022-11-28 23:48:41      TRUE
## 128      FALSE             0            <NA> 2022-11-28 23:48:36     FALSE
## 129      FALSE             0            <NA> 2022-11-28 23:48:35     FALSE
## 130      FALSE             0            <NA> 2022-11-28 23:48:34      TRUE
## 131      FALSE             3            <NA> 2022-11-28 23:48:32      TRUE
## 132      FALSE             0        Naija_PR 2022-11-28 23:48:30     FALSE
## 133      FALSE             1            <NA> 2022-11-28 23:48:29      TRUE
## 134      FALSE             0            <NA> 2022-11-28 23:48:20     FALSE
## 135      FALSE             0            <NA> 2022-11-28 23:48:20     FALSE
## 136      FALSE             1            <NA> 2022-11-28 23:48:07     FALSE
## 137      FALSE             0            <NA> 2022-11-28 23:48:02     FALSE
## 138      FALSE             1            <NA> 2022-11-28 23:48:01      TRUE
## 139      FALSE             2            <NA> 2022-11-28 23:48:01     FALSE
## 140      FALSE             2            <NA> 2022-11-28 23:47:59     FALSE
## 141      FALSE             0            <NA> 2022-11-28 23:47:57      TRUE
## 142      FALSE             0            <NA> 2022-11-28 23:47:52     FALSE
## 143      FALSE             0            <NA> 2022-11-28 23:47:45     FALSE
## 144      FALSE             0            <NA> 2022-11-28 23:47:43     FALSE
## 145      FALSE             0            <NA> 2022-11-28 23:47:40     FALSE
## 146      FALSE             0         Spotify 2022-11-28 23:47:31     FALSE
## 147      FALSE             0            <NA> 2022-11-28 23:47:27     FALSE
## 148      FALSE             1            <NA> 2022-11-28 23:47:23     FALSE
## 149      FALSE             0            <NA> 2022-11-28 23:47:06     FALSE
## 150      FALSE             1            <NA> 2022-11-28 23:47:00     FALSE
## 151      FALSE             1            <NA> 2022-11-28 23:46:57     FALSE
## 152      FALSE             0            <NA> 2022-11-28 23:46:56     FALSE
## 153      FALSE             0            <NA> 2022-11-28 23:46:49     FALSE
## 154      FALSE             0            <NA> 2022-11-28 23:46:47     FALSE
## 155      FALSE             0            <NA> 2022-11-28 23:46:40     FALSE
## 156      FALSE             0            <NA> 2022-11-28 23:46:37     FALSE
## 157      FALSE             0            <NA> 2022-11-28 23:46:31     FALSE
## 158      FALSE             0            <NA> 2022-11-28 23:46:18     FALSE
## 159      FALSE             0            <NA> 2022-11-28 23:46:14     FALSE
## 160      FALSE             1            <NA> 2022-11-28 23:46:13     FALSE
## 161      FALSE             3            <NA> 2022-11-28 23:46:09     FALSE
## 162      FALSE             2            <NA> 2022-11-28 23:46:06     FALSE
## 163      FALSE             0            <NA> 2022-11-28 23:46:02     FALSE
## 164      FALSE             0            <NA> 2022-11-28 23:45:44     FALSE
## 165      FALSE             1            <NA> 2022-11-28 23:45:39     FALSE
## 166      FALSE             0            <NA> 2022-11-28 23:45:35     FALSE
## 167      FALSE             0            <NA> 2022-11-28 23:45:29     FALSE
## 168      FALSE             0            <NA> 2022-11-28 23:45:26     FALSE
## 169      FALSE             0            <NA> 2022-11-28 23:45:20     FALSE
## 170      FALSE             0            <NA> 2022-11-28 23:45:18     FALSE
## 171      FALSE             1            <NA> 2022-11-28 23:45:11     FALSE
## 172      FALSE             0            <NA> 2022-11-28 23:45:03     FALSE
## 173      FALSE             0            <NA> 2022-11-28 23:45:03     FALSE
## 174      FALSE             1            <NA> 2022-11-28 23:44:59     FALSE
## 175      FALSE             1            <NA> 2022-11-28 23:44:50     FALSE
## 176      FALSE             2            <NA> 2022-11-28 23:44:48      TRUE
## 177      FALSE             1            <NA> 2022-11-28 23:44:46     FALSE
## 178      FALSE             0            <NA> 2022-11-28 23:44:41     FALSE
## 179      FALSE             1            <NA> 2022-11-28 23:44:38     FALSE
## 180      FALSE             1            <NA> 2022-11-28 23:44:36     FALSE
## 181      FALSE             2            <NA> 2022-11-28 23:44:35      TRUE
## 182      FALSE             0            <NA> 2022-11-28 23:44:35     FALSE
## 183      FALSE             0            <NA> 2022-11-28 23:44:34     FALSE
## 184      FALSE             1            <NA> 2022-11-28 23:44:32     FALSE
## 185      FALSE             1            <NA> 2022-11-28 23:44:31     FALSE
## 186      FALSE             7            <NA> 2022-11-28 23:44:30      TRUE
## 187      FALSE             0            <NA> 2022-11-28 23:44:22     FALSE
## 188      FALSE             0            <NA> 2022-11-28 23:44:20     FALSE
## 189      FALSE             1            <NA> 2022-11-28 23:44:18     FALSE
## 190      FALSE             0            <NA> 2022-11-28 23:44:16     FALSE
## 191      FALSE             0            <NA> 2022-11-28 23:44:13     FALSE
## 192      FALSE             0            <NA> 2022-11-28 23:44:11     FALSE
## 193      FALSE             1            <NA> 2022-11-28 23:44:09     FALSE
## 194      FALSE             0            <NA> 2022-11-28 23:44:09     FALSE
## 195      FALSE             1            <NA> 2022-11-28 23:43:52     FALSE
## 196      FALSE             0            <NA> 2022-11-28 23:43:49     FALSE
## 197      FALSE            10            <NA> 2022-11-28 23:43:36      TRUE
## 198      FALSE             4            <NA> 2022-11-28 23:43:31     FALSE
## 199      FALSE             0            <NA> 2022-11-28 23:43:29     FALSE
## 200      FALSE             0            <NA> 2022-11-28 23:43:28     FALSE
## 201      FALSE             2            <NA> 2022-11-28 23:43:26      TRUE
## 202      FALSE             2            <NA> 2022-11-28 23:43:24     FALSE
## 203      FALSE             0            <NA> 2022-11-28 23:43:20     FALSE
## 204      FALSE             1            <NA> 2022-11-28 23:43:17      TRUE
## 205      FALSE             0            <NA> 2022-11-28 23:43:12     FALSE
## 206      FALSE             2            <NA> 2022-11-28 23:43:09     FALSE
## 207      FALSE             0            <NA> 2022-11-28 23:43:01     FALSE
## 208      FALSE             1            <NA> 2022-11-28 23:42:59     FALSE
## 209      FALSE             1            <NA> 2022-11-28 23:42:58     FALSE
## 210      FALSE             2            <NA> 2022-11-28 23:42:55     FALSE
## 211      FALSE             0            <NA> 2022-11-28 23:42:52     FALSE
## 212      FALSE             1            <NA> 2022-11-28 23:42:48     FALSE
## 213      FALSE             0            <NA> 2022-11-28 23:42:42     FALSE
## 214      FALSE             0            <NA> 2022-11-28 23:42:25     FALSE
## 215      FALSE             0            <NA> 2022-11-28 23:42:22     FALSE
## 216      FALSE             0            <NA> 2022-11-28 23:42:19     FALSE
## 217      FALSE             0            <NA> 2022-11-28 23:42:17     FALSE
## 218      FALSE             0            <NA> 2022-11-28 23:42:16     FALSE
## 219      FALSE             0            <NA> 2022-11-28 23:42:15     FALSE
## 220      FALSE             0            <NA> 2022-11-28 23:42:13     FALSE
## 221      FALSE             1   the_kingslife 2022-11-28 23:42:11      TRUE
## 222      FALSE             0            <NA> 2022-11-28 23:42:01     FALSE
## 223      FALSE             0            <NA> 2022-11-28 23:42:01     FALSE
## 224      FALSE             0            <NA> 2022-11-28 23:41:58     FALSE
## 225      FALSE             0            <NA> 2022-11-28 23:41:55     FALSE
## 226      FALSE             1            <NA> 2022-11-28 23:41:53      TRUE
## 227      FALSE             0            <NA> 2022-11-28 23:41:51     FALSE
## 228      FALSE             0            <NA> 2022-11-28 23:41:15      TRUE
## 229      FALSE             0            <NA> 2022-11-28 23:41:11     FALSE
## 230      FALSE             0            <NA> 2022-11-28 23:41:10     FALSE
## 231      FALSE             1            <NA> 2022-11-28 23:41:02      TRUE
## 232      FALSE             0            <NA> 2022-11-28 23:40:57     FALSE
## 233      FALSE             0            <NA> 2022-11-28 23:40:56     FALSE
## 234      FALSE             1            <NA> 2022-11-28 23:40:49     FALSE
## 235      FALSE             0            <NA> 2022-11-28 23:40:47     FALSE
## 236      FALSE             0            <NA> 2022-11-28 23:40:47     FALSE
## 237      FALSE             1            <NA> 2022-11-28 23:40:42      TRUE
## 238      FALSE             0            <NA> 2022-11-28 23:40:40     FALSE
## 239      FALSE             0            <NA> 2022-11-28 23:40:33     FALSE
## 240      FALSE             0            <NA> 2022-11-28 23:40:30     FALSE
## 241      FALSE             5            <NA> 2022-11-28 23:40:19     FALSE
## 242      FALSE             2            <NA> 2022-11-28 23:40:15     FALSE
## 243      FALSE             0            <NA> 2022-11-28 23:40:03     FALSE
## 244      FALSE             0            <NA> 2022-11-28 23:39:59     FALSE
## 245      FALSE             0            <NA> 2022-11-28 23:39:56     FALSE
## 246      FALSE             0            <NA> 2022-11-28 23:39:55     FALSE
## 247      FALSE             0            <NA> 2022-11-28 23:39:53     FALSE
## 248      FALSE             0            <NA> 2022-11-28 23:39:31     FALSE
## 249      FALSE             0            <NA> 2022-11-28 23:39:23      TRUE
## 250      FALSE             1            <NA> 2022-11-28 23:39:16     FALSE
## 251      FALSE             0            <NA> 2022-11-28 23:39:13     FALSE
## 252      FALSE             1            <NA> 2022-11-28 23:39:07      TRUE
## 253      FALSE             2            <NA> 2022-11-28 23:39:02     FALSE
## 254      FALSE             0            <NA> 2022-11-28 23:39:00     FALSE
## 255      FALSE             0            <NA> 2022-11-28 23:38:55     FALSE
## 256      FALSE             0            <NA> 2022-11-28 23:38:53     FALSE
## 257      FALSE             0            <NA> 2022-11-28 23:38:52     FALSE
## 258      FALSE             0            <NA> 2022-11-28 23:38:48     FALSE
## 259      FALSE             0            <NA> 2022-11-28 23:38:38     FALSE
## 260      FALSE             1            <NA> 2022-11-28 23:38:35     FALSE
## 261      FALSE             0            <NA> 2022-11-28 23:38:27     FALSE
## 262      FALSE             0            <NA> 2022-11-28 23:38:27     FALSE
## 263      FALSE             1            <NA> 2022-11-28 23:38:24     FALSE
## 264      FALSE             0            <NA> 2022-11-28 23:38:19     FALSE
## 265      FALSE             0            <NA> 2022-11-28 23:38:17     FALSE
## 266      FALSE             1            <NA> 2022-11-28 23:38:14     FALSE
## 267      FALSE             0            <NA> 2022-11-28 23:38:12     FALSE
## 268      FALSE             0            <NA> 2022-11-28 23:38:08     FALSE
## 269      FALSE            47            <NA> 2022-11-28 23:38:04      TRUE
## 270      FALSE             0            <NA> 2022-11-28 23:38:04     FALSE
## 271      FALSE             0            <NA> 2022-11-28 23:38:04      TRUE
## 272      FALSE             1            <NA> 2022-11-28 23:38:02     FALSE
## 273      FALSE             1            <NA> 2022-11-28 23:37:58     FALSE
## 274      FALSE             0            <NA> 2022-11-28 23:37:56     FALSE
## 275      FALSE             1            <NA> 2022-11-28 23:37:53     FALSE
## 276      FALSE             0            <NA> 2022-11-28 23:37:53     FALSE
## 277      FALSE             0            <NA> 2022-11-28 23:37:52     FALSE
## 278      FALSE             0            <NA> 2022-11-28 23:37:51     FALSE
## 279      FALSE             0            <NA> 2022-11-28 23:37:49     FALSE
## 280      FALSE             0            <NA> 2022-11-28 23:37:45     FALSE
## 281      FALSE             0            <NA> 2022-11-28 23:37:42     FALSE
## 282      FALSE             4            <NA> 2022-11-28 23:37:39     FALSE
## 283      FALSE             9            <NA> 2022-11-28 23:37:31     FALSE
## 284      FALSE             0            <NA> 2022-11-28 23:37:24     FALSE
## 285      FALSE             0            <NA> 2022-11-28 23:37:18      TRUE
## 286      FALSE             0            <NA> 2022-11-28 23:37:07     FALSE
## 287      FALSE             1            <NA> 2022-11-28 23:37:05     FALSE
## 288      FALSE             0            <NA> 2022-11-28 23:36:57     FALSE
## 289      FALSE             1            <NA> 2022-11-28 23:36:53     FALSE
## 290      FALSE             0            <NA> 2022-11-28 23:36:52     FALSE
## 291      FALSE             6            <NA> 2022-11-28 23:36:44     FALSE
## 292      FALSE             2            <NA> 2022-11-28 23:36:43     FALSE
## 293      FALSE             0            <NA> 2022-11-28 23:36:42     FALSE
## 294      FALSE             0            <NA> 2022-11-28 23:36:35     FALSE
## 295      FALSE             0            <NA> 2022-11-28 23:36:28     FALSE
## 296      FALSE             8            <NA> 2022-11-28 23:36:13     FALSE
## 297      FALSE             0            <NA> 2022-11-28 23:36:07     FALSE
## 298      FALSE             0            <NA> 2022-11-28 23:36:04     FALSE
## 299      FALSE             0            <NA> 2022-11-28 23:35:55     FALSE
## 300      FALSE             0            <NA> 2022-11-28 23:35:54      TRUE
## 301      FALSE             1            <NA> 2022-11-28 23:35:52     FALSE
## 302      FALSE             0            <NA> 2022-11-28 23:35:49     FALSE
## 303      FALSE             0            <NA> 2022-11-28 23:35:46     FALSE
## 304      FALSE             0            <NA> 2022-11-28 23:35:42     FALSE
## 305      FALSE             2            <NA> 2022-11-28 23:35:40     FALSE
## 306      FALSE             0            <NA> 2022-11-28 23:35:40     FALSE
## 307      FALSE             1            <NA> 2022-11-28 23:35:38     FALSE
## 308      FALSE             1            <NA> 2022-11-28 23:35:36     FALSE
## 309      FALSE             0            <NA> 2022-11-28 23:35:34     FALSE
## 310      FALSE             0            <NA> 2022-11-28 23:35:32     FALSE
## 311      FALSE             0            <NA> 2022-11-28 23:35:29     FALSE
## 312      FALSE             0            <NA> 2022-11-28 23:35:25     FALSE
## 313      FALSE             1            <NA> 2022-11-28 23:35:24     FALSE
## 314      FALSE             0            <NA> 2022-11-28 23:35:12     FALSE
## 315      FALSE             1            <NA> 2022-11-28 23:35:07     FALSE
## 316      FALSE             0            <NA> 2022-11-28 23:34:59     FALSE
## 317      FALSE             0            <NA> 2022-11-28 23:34:59     FALSE
## 318      FALSE             1            <NA> 2022-11-28 23:34:55     FALSE
## 319      FALSE             0            <NA> 2022-11-28 23:34:53     FALSE
## 320      FALSE             2            <NA> 2022-11-28 23:34:46     FALSE
## 321      FALSE             0            <NA> 2022-11-28 23:34:44      TRUE
## 322      FALSE             0            <NA> 2022-11-28 23:34:43     FALSE
## 323      FALSE             0         Spotify 2022-11-28 23:34:37     FALSE
## 324      FALSE             0            <NA> 2022-11-28 23:34:33     FALSE
## 325      FALSE             0            <NA> 2022-11-28 23:34:26     FALSE
## 326      FALSE             4            <NA> 2022-11-28 23:34:21     FALSE
## 327      FALSE             0            <NA> 2022-11-28 23:34:20     FALSE
## 328      FALSE             0            <NA> 2022-11-28 23:34:19     FALSE
## 329      FALSE             1            <NA> 2022-11-28 23:34:15     FALSE
## 330      FALSE             1            <NA> 2022-11-28 23:34:15      TRUE
## 331      FALSE             1            <NA> 2022-11-28 23:34:13     FALSE
## 332      FALSE             0            <NA> 2022-11-28 23:34:12     FALSE
## 333      FALSE             0            <NA> 2022-11-28 23:34:06     FALSE
## 334      FALSE             2            <NA> 2022-11-28 23:33:58     FALSE
## 335      FALSE             0            <NA> 2022-11-28 23:33:56     FALSE
## 336      FALSE             1            <NA> 2022-11-28 23:33:56     FALSE
## 337      FALSE            21            <NA> 2022-11-28 23:33:53     FALSE
## 338      FALSE             2            <NA> 2022-11-28 23:33:52      TRUE
## 339      FALSE            30            <NA> 2022-11-28 23:33:50     FALSE
## 340      FALSE             0            <NA> 2022-11-28 23:33:47      TRUE
## 341      FALSE             1            <NA> 2022-11-28 23:33:45     FALSE
## 342      FALSE             0            <NA> 2022-11-28 23:33:39     FALSE
## 343      FALSE             1            <NA> 2022-11-28 23:33:37     FALSE
## 344      FALSE             2            <NA> 2022-11-28 23:33:33     FALSE
## 345      FALSE             2            <NA> 2022-11-28 23:33:28     FALSE
## 346      FALSE             7            <NA> 2022-11-28 23:33:26     FALSE
## 347      FALSE             0            <NA> 2022-11-28 23:33:15     FALSE
## 348      FALSE             0            <NA> 2022-11-28 23:33:08     FALSE
## 349      FALSE             0            <NA> 2022-11-28 23:33:06     FALSE
## 350      FALSE             0            <NA> 2022-11-28 23:33:05     FALSE
## 351      FALSE             0            <NA> 2022-11-28 23:33:00     FALSE
## 352      FALSE             0            <NA> 2022-11-28 23:32:26     FALSE
## 353      FALSE             0            <NA> 2022-11-28 23:32:26     FALSE
## 354      FALSE             2            <NA> 2022-11-28 23:32:23     FALSE
## 355      FALSE             2            <NA> 2022-11-28 23:32:17     FALSE
## 356      FALSE             1            <NA> 2022-11-28 23:32:17      TRUE
## 357      FALSE             0            <NA> 2022-11-28 23:32:15     FALSE
## 358      FALSE             2            <NA> 2022-11-28 23:32:08     FALSE
## 359      FALSE             0            <NA> 2022-11-28 23:32:05      TRUE
## 360      FALSE             0            <NA> 2022-11-28 23:32:03     FALSE
## 361      FALSE             1            <NA> 2022-11-28 23:31:59     FALSE
## 362      FALSE             0            <NA> 2022-11-28 23:31:57     FALSE
## 363      FALSE             0            <NA> 2022-11-28 23:31:54     FALSE
## 364      FALSE            24            <NA> 2022-11-28 23:31:38     FALSE
## 365      FALSE             0            <NA> 2022-11-28 23:31:31     FALSE
## 366      FALSE             1            <NA> 2022-11-28 23:31:28     FALSE
## 367      FALSE             8            <NA> 2022-11-28 23:31:28     FALSE
## 368      FALSE             4            <NA> 2022-11-28 23:31:27     FALSE
## 369      FALSE             1            <NA> 2022-11-28 23:31:17     FALSE
## 370      FALSE             0            <NA> 2022-11-28 23:31:13     FALSE
## 371      FALSE             0            <NA> 2022-11-28 23:31:07     FALSE
## 372      FALSE             0            <NA> 2022-11-28 23:31:05     FALSE
## 373      FALSE             2            <NA> 2022-11-28 23:30:58      TRUE
## 374      FALSE             0            <NA> 2022-11-28 23:30:53     FALSE
## 375      FALSE             0            <NA> 2022-11-28 23:30:45     FALSE
## 376      FALSE             0            <NA> 2022-11-28 23:30:44     FALSE
## 377      FALSE             0            <NA> 2022-11-28 23:30:40     FALSE
## 378      FALSE             1            <NA> 2022-11-28 23:30:38     FALSE
## 379      FALSE            31            <NA> 2022-11-28 23:30:33     FALSE
## 380      FALSE             0            <NA> 2022-11-28 23:30:30     FALSE
## 381      FALSE             0            <NA> 2022-11-28 23:30:22     FALSE
## 382      FALSE             1            <NA> 2022-11-28 23:30:19     FALSE
## 383      FALSE             0            <NA> 2022-11-28 23:30:14     FALSE
## 384      FALSE             0            <NA> 2022-11-28 23:30:09     FALSE
## 385      FALSE             0            <NA> 2022-11-28 23:29:58     FALSE
## 386      FALSE            12            <NA> 2022-11-28 23:29:54     FALSE
## 387      FALSE             0            <NA> 2022-11-28 23:29:54     FALSE
## 388      FALSE             0            <NA> 2022-11-28 23:29:50     FALSE
## 389      FALSE             0            <NA> 2022-11-28 23:29:50     FALSE
## 390      FALSE             0            <NA> 2022-11-28 23:29:48     FALSE
## 391      FALSE             2            <NA> 2022-11-28 23:29:43     FALSE
## 392      FALSE             0            <NA> 2022-11-28 23:29:40     FALSE
## 393      FALSE             0            <NA> 2022-11-28 23:29:40     FALSE
## 394      FALSE             2            <NA> 2022-11-28 23:29:39     FALSE
## 395      FALSE             1            <NA> 2022-11-28 23:29:36     FALSE
## 396      FALSE             2            <NA> 2022-11-28 23:29:36     FALSE
## 397      FALSE             0            <NA> 2022-11-28 23:29:33     FALSE
## 398      FALSE             2            <NA> 2022-11-28 23:29:31     FALSE
## 399      FALSE             0            <NA> 2022-11-28 23:29:29     FALSE
## 400      FALSE             0            <NA> 2022-11-28 23:29:29     FALSE
## 401      FALSE            36            <NA> 2022-11-28 23:29:28      TRUE
## 402      FALSE             0            <NA> 2022-11-28 23:29:27     FALSE
## 403      FALSE             0            <NA> 2022-11-28 23:29:24     FALSE
## 404      FALSE             0            <NA> 2022-11-28 23:29:19     FALSE
## 405      FALSE             1            <NA> 2022-11-28 23:29:19      TRUE
## 406      FALSE             0            <NA> 2022-11-28 23:29:05     FALSE
## 407      FALSE             0            <NA> 2022-11-28 23:29:02      TRUE
## 408      FALSE             1            <NA> 2022-11-28 23:28:59     FALSE
## 409      FALSE             1            <NA> 2022-11-28 23:28:58     FALSE
## 410      FALSE             0            <NA> 2022-11-28 23:28:56      TRUE
## 411      FALSE             1            <NA> 2022-11-28 23:28:56     FALSE
## 412      FALSE             0            <NA> 2022-11-28 23:28:53     FALSE
## 413      FALSE             0            <NA> 2022-11-28 23:28:51     FALSE
## 414      FALSE             0            <NA> 2022-11-28 23:28:47     FALSE
## 415      FALSE            11            <NA> 2022-11-28 23:28:34      TRUE
## 416      FALSE             1            <NA> 2022-11-28 23:28:34     FALSE
## 417      FALSE             0            <NA> 2022-11-28 23:28:33     FALSE
## 418      FALSE             0            <NA> 2022-11-28 23:28:29     FALSE
## 419      FALSE             0            <NA> 2022-11-28 23:28:19     FALSE
## 420      FALSE             0            <NA> 2022-11-28 23:28:18     FALSE
## 421      FALSE             0            <NA> 2022-11-28 23:28:18     FALSE
## 422      FALSE             0            <NA> 2022-11-28 23:28:17     FALSE
## 423      FALSE             1            <NA> 2022-11-28 23:28:10     FALSE
## 424      FALSE             0            <NA> 2022-11-28 23:28:01     FALSE
## 425      FALSE             0            <NA> 2022-11-28 23:27:55     FALSE
## 426      FALSE             0            <NA> 2022-11-28 23:27:54     FALSE
## 427      FALSE             0            <NA> 2022-11-28 23:27:49     FALSE
## 428      FALSE             2            <NA> 2022-11-28 23:27:47     FALSE
## 429      FALSE             1        forsiwoo 2022-11-28 23:27:31     FALSE
## 430      FALSE             1            <NA> 2022-11-28 23:27:29     FALSE
## 431      FALSE             2            <NA> 2022-11-28 23:27:26     FALSE
## 432      FALSE             2            <NA> 2022-11-28 23:27:25     FALSE
## 433      FALSE             2            <NA> 2022-11-28 23:27:21      TRUE
## 434      FALSE             1            <NA> 2022-11-28 23:27:20      TRUE
## 435      FALSE             0            <NA> 2022-11-28 23:27:17     FALSE
## 436      FALSE             0            <NA> 2022-11-28 23:27:11     FALSE
## 437      FALSE             1            <NA> 2022-11-28 23:27:07     FALSE
## 438      FALSE             0            <NA> 2022-11-28 23:27:02     FALSE
## 439      FALSE             0            <NA> 2022-11-28 23:27:01      TRUE
## 440      FALSE             0            <NA> 2022-11-28 23:27:00      TRUE
## 441      FALSE             0            <NA> 2022-11-28 23:26:51     FALSE
## 442      FALSE             2            <NA> 2022-11-28 23:26:50      TRUE
## 443      FALSE             0            <NA> 2022-11-28 23:26:49     FALSE
## 444      FALSE             2            <NA> 2022-11-28 23:26:48     FALSE
## 445      FALSE             0            <NA> 2022-11-28 23:26:42     FALSE
## 446      FALSE             0            <NA> 2022-11-28 23:26:23     FALSE
## 447      FALSE             0            <NA> 2022-11-28 23:26:21     FALSE
## 448      FALSE             0            <NA> 2022-11-28 23:26:19     FALSE
## 449      FALSE             1            <NA> 2022-11-28 23:26:08     FALSE
## 450      FALSE             2            <NA> 2022-11-28 23:26:07     FALSE
## 451      FALSE             0            <NA> 2022-11-28 23:26:03     FALSE
## 452      FALSE             1            <NA> 2022-11-28 23:25:55     FALSE
## 453      FALSE             0            <NA> 2022-11-28 23:25:54     FALSE
## 454      FALSE             0            <NA> 2022-11-28 23:25:40     FALSE
## 455      FALSE             0            <NA> 2022-11-28 23:25:35     FALSE
## 456      FALSE             0            <NA> 2022-11-28 23:25:34     FALSE
## 457      FALSE             0            <NA> 2022-11-28 23:25:34     FALSE
## 458      FALSE             0            <NA> 2022-11-28 23:25:33     FALSE
## 459      FALSE             0            <NA> 2022-11-28 23:25:29     FALSE
## 460      FALSE             0            <NA> 2022-11-28 23:25:09     FALSE
## 461      FALSE             2            <NA> 2022-11-28 23:24:57     FALSE
## 462      FALSE             0            <NA> 2022-11-28 23:24:56     FALSE
## 463      FALSE             0            <NA> 2022-11-28 23:24:55     FALSE
## 464      FALSE             0            <NA> 2022-11-28 23:24:55     FALSE
## 465      FALSE             1            <NA> 2022-11-28 23:24:51     FALSE
## 466      FALSE             0            <NA> 2022-11-28 23:24:51     FALSE
## 467      FALSE             0            <NA> 2022-11-28 23:24:49     FALSE
## 468      FALSE             0        GmacCash 2022-11-28 23:24:44      TRUE
## 469      FALSE             2            <NA> 2022-11-28 23:24:44     FALSE
## 470      FALSE             0            <NA> 2022-11-28 23:24:37     FALSE
## 471      FALSE             1            <NA> 2022-11-28 23:24:36     FALSE
## 472      FALSE             1            <NA> 2022-11-28 23:24:36     FALSE
## 473      FALSE             1            <NA> 2022-11-28 23:24:25     FALSE
## 474      FALSE             1            <NA> 2022-11-28 23:24:22     FALSE
## 475      FALSE             0            <NA> 2022-11-28 23:24:15     FALSE
## 476      FALSE             0            <NA> 2022-11-28 23:24:14     FALSE
## 477      FALSE             0            <NA> 2022-11-28 23:24:14     FALSE
## 478      FALSE             1            <NA> 2022-11-28 23:24:09     FALSE
## 479      FALSE             1            <NA> 2022-11-28 23:24:07     FALSE
## 480      FALSE             0            <NA> 2022-11-28 23:24:05     FALSE
## 481      FALSE             0            <NA> 2022-11-28 23:24:02     FALSE
## 482      FALSE             0            <NA> 2022-11-28 23:23:58     FALSE
## 483      FALSE             1            <NA> 2022-11-28 23:23:58     FALSE
## 484      FALSE             0            <NA> 2022-11-28 23:23:57     FALSE
## 485      FALSE             0            <NA> 2022-11-28 23:23:53     FALSE
## 486      FALSE             0            <NA> 2022-11-28 23:23:50     FALSE
## 487      FALSE             2            <NA> 2022-11-28 23:23:48     FALSE
## 488      FALSE             0            <NA> 2022-11-28 23:23:47     FALSE
## 489      FALSE             0            <NA> 2022-11-28 23:23:45     FALSE
## 490      FALSE             0            <NA> 2022-11-28 23:23:37     FALSE
## 491      FALSE             0            <NA> 2022-11-28 23:23:35     FALSE
## 492      FALSE             1            <NA> 2022-11-28 23:23:30     FALSE
## 493      FALSE             0            <NA> 2022-11-28 23:23:22     FALSE
## 494      FALSE             0            <NA> 2022-11-28 23:23:21     FALSE
## 495      FALSE             0            <NA> 2022-11-28 23:23:13     FALSE
## 496      FALSE             1            <NA> 2022-11-28 23:23:07     FALSE
## 497      FALSE             0            <NA> 2022-11-28 23:23:00     FALSE
## 498      FALSE             3            <NA> 2022-11-28 23:22:57     FALSE
## 499      FALSE             0            <NA> 2022-11-28 23:22:56     FALSE
## 500      FALSE             0            <NA> 2022-11-28 23:22:53     FALSE
## 501      FALSE             0            <NA> 2022-11-28 23:22:48     FALSE
## 502      FALSE             0            <NA> 2022-11-28 23:22:48     FALSE
## 503      FALSE             3            <NA> 2022-11-28 23:22:47     FALSE
## 504      FALSE             0            <NA> 2022-11-28 23:22:46     FALSE
## 505      FALSE             2            <NA> 2022-11-28 23:22:45     FALSE
## 506      FALSE             4            <NA> 2022-11-28 23:22:41     FALSE
## 507      FALSE             0            <NA> 2022-11-28 23:22:34     FALSE
## 508      FALSE             0            <NA> 2022-11-28 23:22:32     FALSE
## 509      FALSE             0            <NA> 2022-11-28 23:22:32     FALSE
## 510      FALSE             0            <NA> 2022-11-28 23:22:14     FALSE
## 511      FALSE             0            <NA> 2022-11-28 23:22:13     FALSE
## 512      FALSE             4            <NA> 2022-11-28 23:22:10      TRUE
## 513      FALSE             0            <NA> 2022-11-28 23:22:07     FALSE
## 514      FALSE             0            <NA> 2022-11-28 23:22:06     FALSE
## 515      FALSE             1            <NA> 2022-11-28 23:22:03      TRUE
## 516      FALSE             0            <NA> 2022-11-28 23:22:01     FALSE
## 517      FALSE             0            <NA> 2022-11-28 23:21:54     FALSE
## 518      FALSE             1            <NA> 2022-11-28 23:21:50     FALSE
## 519      FALSE             0            <NA> 2022-11-28 23:21:49     FALSE
## 520      FALSE             0            <NA> 2022-11-28 23:21:42      TRUE
## 521      FALSE             1        retinarn 2022-11-28 23:21:37      TRUE
## 522      FALSE             0         Spotify 2022-11-28 23:21:28     FALSE
## 523      FALSE             5            <NA> 2022-11-28 23:21:26      TRUE
## 524      FALSE             3            <NA> 2022-11-28 23:21:16     FALSE
## 525      FALSE             0            <NA> 2022-11-28 23:21:13     FALSE
## 526      FALSE             0            <NA> 2022-11-28 23:21:12     FALSE
## 527      FALSE             2            <NA> 2022-11-28 23:21:05      TRUE
## 528      FALSE             0            <NA> 2022-11-28 23:21:04     FALSE
## 529      FALSE             1            <NA> 2022-11-28 23:21:00     FALSE
## 530      FALSE             0            <NA> 2022-11-28 23:20:53     FALSE
## 531      FALSE             0            <NA> 2022-11-28 23:20:53     FALSE
## 532      FALSE             1            <NA> 2022-11-28 23:20:49      TRUE
## 533      FALSE             4            <NA> 2022-11-28 23:20:47      TRUE
## 534      FALSE           122            <NA> 2022-11-28 23:20:46      TRUE
## 535      FALSE             0            <NA> 2022-11-28 23:20:43     FALSE
## 536      FALSE             0            <NA> 2022-11-28 23:20:29     FALSE
## 537      FALSE             0            <NA> 2022-11-28 23:20:27     FALSE
## 538      FALSE             0            <NA> 2022-11-28 23:20:22     FALSE
## 539      FALSE             0            <NA> 2022-11-28 23:20:15     FALSE
## 540      FALSE             0            <NA> 2022-11-28 23:20:12     FALSE
## 541      FALSE             0            <NA> 2022-11-28 23:20:05      TRUE
## 542      FALSE             0            <NA> 2022-11-28 23:20:02     FALSE
## 543      FALSE             0            <NA> 2022-11-28 23:20:02     FALSE
## 544      FALSE             0            <NA> 2022-11-28 23:20:00     FALSE
## 545      FALSE             0            <NA> 2022-11-28 23:20:00     FALSE
## 546      FALSE             0            <NA> 2022-11-28 23:20:00     FALSE
## 547      FALSE             0            <NA> 2022-11-28 23:20:00      TRUE
## 548      FALSE             0            <NA> 2022-11-28 23:19:58     FALSE
## 549      FALSE            38            <NA> 2022-11-28 23:19:54     FALSE
## 550      FALSE             0            <NA> 2022-11-28 23:19:51     FALSE
## 551      FALSE             0            <NA> 2022-11-28 23:19:47     FALSE
## 552      FALSE             0            <NA> 2022-11-28 23:19:44     FALSE
## 553      FALSE             1            <NA> 2022-11-28 23:19:43     FALSE
## 554      FALSE             2            <NA> 2022-11-28 23:19:39      TRUE
## 555      FALSE             0            <NA> 2022-11-28 23:19:36     FALSE
## 556      FALSE             0            <NA> 2022-11-28 23:19:34     FALSE
## 557      FALSE             0            <NA> 2022-11-28 23:19:33     FALSE
## 558      FALSE             1            <NA> 2022-11-28 23:19:33     FALSE
## 559      FALSE             0            <NA> 2022-11-28 23:19:31     FALSE
## 560      FALSE             0            <NA> 2022-11-28 23:19:27     FALSE
## 561      FALSE             0            <NA> 2022-11-28 23:19:26     FALSE
## 562      FALSE             0            <NA> 2022-11-28 23:19:21     FALSE
## 563      FALSE             0            <NA> 2022-11-28 23:19:20     FALSE
## 564      FALSE             0            <NA> 2022-11-28 23:19:14     FALSE
## 565      FALSE             0            <NA> 2022-11-28 23:19:12     FALSE
## 566      FALSE             0            <NA> 2022-11-28 23:19:11     FALSE
## 567      FALSE             0            <NA> 2022-11-28 23:19:06     FALSE
## 568      FALSE             0            <NA> 2022-11-28 23:19:00     FALSE
## 569      FALSE             0            <NA> 2022-11-28 23:18:59     FALSE
## 570      FALSE             0            <NA> 2022-11-28 23:18:58      TRUE
## 571      FALSE             1            <NA> 2022-11-28 23:18:57     FALSE
## 572      FALSE             0            <NA> 2022-11-28 23:18:55     FALSE
## 573      FALSE             0            <NA> 2022-11-28 23:18:53     FALSE
## 574      FALSE             1            <NA> 2022-11-28 23:18:53     FALSE
## 575      FALSE             0            <NA> 2022-11-28 23:18:51     FALSE
## 576      FALSE             1            <NA> 2022-11-28 23:18:48     FALSE
## 577      FALSE             0            <NA> 2022-11-28 23:18:44     FALSE
## 578      FALSE             0            <NA> 2022-11-28 23:18:44     FALSE
## 579      FALSE             0            <NA> 2022-11-28 23:18:39     FALSE
## 580      FALSE             0            <NA> 2022-11-28 23:18:32     FALSE
## 581      FALSE             0            <NA> 2022-11-28 23:18:32     FALSE
## 582      FALSE             1            <NA> 2022-11-28 23:18:30     FALSE
## 583      FALSE             0            <NA> 2022-11-28 23:18:30     FALSE
## 584      FALSE             0            <NA> 2022-11-28 23:18:29     FALSE
## 585      FALSE             0            <NA> 2022-11-28 23:18:24     FALSE
## 586      FALSE             0            <NA> 2022-11-28 23:18:13     FALSE
## 587      FALSE             0            <NA> 2022-11-28 23:18:08     FALSE
## 588      FALSE             0            <NA> 2022-11-28 23:18:07     FALSE
## 589      FALSE             0       hankgreen 2022-11-28 23:18:07      TRUE
## 590      FALSE             0            <NA> 2022-11-28 23:18:07     FALSE
## 591      FALSE             0            <NA> 2022-11-28 23:18:05     FALSE
## 592      FALSE             0            <NA> 2022-11-28 23:17:56     FALSE
## 593      FALSE             0            <NA> 2022-11-28 23:17:56     FALSE
## 594      FALSE             0            <NA> 2022-11-28 23:17:54      TRUE
## 595      FALSE             0            <NA> 2022-11-28 23:17:51     FALSE
## 596      FALSE             0            <NA> 2022-11-28 23:17:42     FALSE
## 597      FALSE             1            <NA> 2022-11-28 23:17:40      TRUE
## 598      FALSE             0            <NA> 2022-11-28 23:17:30     FALSE
## 599      FALSE             0            <NA> 2022-11-28 23:17:29     FALSE
## 600      FALSE             0            <NA> 2022-11-28 23:17:28     FALSE
## 601      FALSE             0            <NA> 2022-11-28 23:17:25     FALSE
## 602      FALSE             0            <NA> 2022-11-28 23:17:23     FALSE
## 603      FALSE             0            <NA> 2022-11-28 23:17:23     FALSE
## 604      FALSE             0            <NA> 2022-11-28 23:17:18     FALSE
## 605      FALSE             0            <NA> 2022-11-28 23:17:14     FALSE
## 606      FALSE             0            <NA> 2022-11-28 23:17:14     FALSE
## 607      FALSE             0            <NA> 2022-11-28 23:17:13     FALSE
## 608      FALSE             0            <NA> 2022-11-28 23:17:06     FALSE
## 609      FALSE            63            <NA> 2022-11-28 23:17:05     FALSE
## 610      FALSE             1            <NA> 2022-11-28 23:17:00     FALSE
## 611      FALSE             1            <NA> 2022-11-28 23:16:58     FALSE
## 612      FALSE             1            <NA> 2022-11-28 23:16:58     FALSE
## 613      FALSE             1            <NA> 2022-11-28 23:16:53     FALSE
## 614      FALSE             0            <NA> 2022-11-28 23:16:53     FALSE
## 615      FALSE             0            <NA> 2022-11-28 23:16:50     FALSE
## 616      FALSE             2            <NA> 2022-11-28 23:16:33      TRUE
## 617      FALSE             1            <NA> 2022-11-28 23:16:28     FALSE
## 618      FALSE             0            <NA> 2022-11-28 23:16:23     FALSE
## 619      FALSE             0            <NA> 2022-11-28 23:16:22     FALSE
## 620      FALSE             0            <NA> 2022-11-28 23:16:21     FALSE
## 621      FALSE             0            <NA> 2022-11-28 23:16:16     FALSE
## 622      FALSE             1            <NA> 2022-11-28 23:16:07     FALSE
## 623      FALSE             0            <NA> 2022-11-28 23:16:04     FALSE
## 624      FALSE             0            <NA> 2022-11-28 23:15:54     FALSE
## 625      FALSE             0            <NA> 2022-11-28 23:15:51     FALSE
## 626      FALSE             1            <NA> 2022-11-28 23:15:47     FALSE
## 627      FALSE             0            <NA> 2022-11-28 23:15:44     FALSE
## 628      FALSE             1            <NA> 2022-11-28 23:15:40     FALSE
## 629      FALSE             0            <NA> 2022-11-28 23:15:35     FALSE
## 630      FALSE             0            <NA> 2022-11-28 23:15:31     FALSE
## 631      FALSE             0            <NA> 2022-11-28 23:15:31     FALSE
## 632      FALSE             0            <NA> 2022-11-28 23:15:27     FALSE
## 633      FALSE             0            <NA> 2022-11-28 23:15:25     FALSE
## 634      FALSE             0            <NA> 2022-11-28 23:15:24     FALSE
## 635      FALSE             0            <NA> 2022-11-28 23:15:24     FALSE
## 636      FALSE             0            <NA> 2022-11-28 23:15:24     FALSE
## 637      FALSE             0            <NA> 2022-11-28 23:15:20      TRUE
## 638      FALSE             0            <NA> 2022-11-28 23:15:20     FALSE
## 639      FALSE             0            <NA> 2022-11-28 23:14:57      TRUE
## 640      FALSE             1            <NA> 2022-11-28 23:14:53     FALSE
## 641      FALSE             0            <NA> 2022-11-28 23:14:51     FALSE
## 642      FALSE             0            <NA> 2022-11-28 23:14:49     FALSE
## 643      FALSE             0            <NA> 2022-11-28 23:14:48     FALSE
## 644      FALSE             0            <NA> 2022-11-28 23:14:41     FALSE
## 645      FALSE             0            <NA> 2022-11-28 23:14:38     FALSE
## 646      FALSE             0            <NA> 2022-11-28 23:14:31     FALSE
## 647      FALSE             1            <NA> 2022-11-28 23:14:29     FALSE
## 648      FALSE             0            <NA> 2022-11-28 23:14:21     FALSE
## 649      FALSE             1            <NA> 2022-11-28 23:14:21     FALSE
## 650      FALSE             1            <NA> 2022-11-28 23:14:20      TRUE
## 651      FALSE             1            <NA> 2022-11-28 23:14:18     FALSE
## 652      FALSE             0      Megasnooop 2022-11-28 23:14:11     FALSE
## 653      FALSE             3            <NA> 2022-11-28 23:14:07     FALSE
## 654      FALSE             0            <NA> 2022-11-28 23:14:05     FALSE
## 655      FALSE             0            <NA> 2022-11-28 23:14:02     FALSE
## 656      FALSE             0            <NA> 2022-11-28 23:13:57     FALSE
## 657      FALSE             0            <NA> 2022-11-28 23:13:50     FALSE
## 658      FALSE             1            <NA> 2022-11-28 23:13:49     FALSE
## 659      FALSE             0            <NA> 2022-11-28 23:13:49      TRUE
## 660      FALSE             0            <NA> 2022-11-28 23:13:44     FALSE
## 661      FALSE             0            <NA> 2022-11-28 23:13:43     FALSE
## 662      FALSE             0            <NA> 2022-11-28 23:13:36     FALSE
## 663      FALSE             0            <NA> 2022-11-28 23:13:35      TRUE
## 664      FALSE             0            <NA> 2022-11-28 23:13:33     FALSE
## 665      FALSE             0            <NA> 2022-11-28 23:13:32     FALSE
## 666      FALSE             0            <NA> 2022-11-28 23:13:30      TRUE
## 667      FALSE             1            <NA> 2022-11-28 23:13:23     FALSE
## 668      FALSE             1            <NA> 2022-11-28 23:13:07     FALSE
## 669      FALSE             0     LarsonEvans 2022-11-28 23:12:58     FALSE
## 670      FALSE             0            <NA> 2022-11-28 23:12:58     FALSE
## 671      FALSE             1            <NA> 2022-11-28 23:12:57      TRUE
## 672      FALSE             3            <NA> 2022-11-28 23:12:54     FALSE
## 673      FALSE             0            <NA> 2022-11-28 23:12:53     FALSE
## 674      FALSE             0            <NA> 2022-11-28 23:12:48     FALSE
## 675      FALSE             0            <NA> 2022-11-28 23:12:44     FALSE
## 676      FALSE             0            <NA> 2022-11-28 23:12:44     FALSE
## 677      FALSE             0            <NA> 2022-11-28 23:12:40     FALSE
## 678      FALSE             0            <NA> 2022-11-28 23:12:32     FALSE
## 679      FALSE             0            <NA> 2022-11-28 23:12:32     FALSE
## 680      FALSE             0            <NA> 2022-11-28 23:12:27     FALSE
## 681      FALSE             0            <NA> 2022-11-28 23:12:27     FALSE
## 682      FALSE             0            <NA> 2022-11-28 23:12:25     FALSE
## 683      FALSE             0            <NA> 2022-11-28 23:12:23     FALSE
## 684      FALSE             1            <NA> 2022-11-28 23:12:17      TRUE
## 685      FALSE             0            <NA> 2022-11-28 23:12:13     FALSE
## 686      FALSE             0            <NA> 2022-11-28 23:12:02     FALSE
## 687      FALSE             1            <NA> 2022-11-28 23:12:00     FALSE
## 688      FALSE             0            <NA> 2022-11-28 23:11:55     FALSE
## 689      FALSE             0            <NA> 2022-11-28 23:11:54     FALSE
## 690      FALSE             0            <NA> 2022-11-28 23:11:50     FALSE
## 691      FALSE             0            <NA> 2022-11-28 23:11:45     FALSE
## 692      FALSE             0            <NA> 2022-11-28 23:11:45     FALSE
## 693      FALSE             9            <NA> 2022-11-28 23:11:41     FALSE
## 694      FALSE             0            <NA> 2022-11-28 23:11:41     FALSE
## 695      FALSE            11            <NA> 2022-11-28 23:11:35      TRUE
## 696      FALSE             0            <NA> 2022-11-28 23:11:28     FALSE
## 697      FALSE             0            <NA> 2022-11-28 23:11:28     FALSE
## 698      FALSE             0            <NA> 2022-11-28 23:11:27     FALSE
## 699      FALSE             3            <NA> 2022-11-28 23:11:27      TRUE
## 700      FALSE             2            <NA> 2022-11-28 23:11:26     FALSE
## 701      FALSE             0            <NA> 2022-11-28 23:11:20     FALSE
## 702      FALSE             0            <NA> 2022-11-28 23:11:18     FALSE
## 703      FALSE             0            <NA> 2022-11-28 23:11:12     FALSE
## 704      FALSE             0            <NA> 2022-11-28 23:11:09     FALSE
## 705      FALSE             0            <NA> 2022-11-28 23:11:09     FALSE
## 706      FALSE            92            <NA> 2022-11-28 23:11:08     FALSE
## 707      FALSE             0            <NA> 2022-11-28 23:11:08     FALSE
## 708      FALSE             1            <NA> 2022-11-28 23:11:06     FALSE
## 709      FALSE             5            <NA> 2022-11-28 23:11:04      TRUE
## 710      FALSE             1            <NA> 2022-11-28 23:11:00     FALSE
## 711      FALSE             0            <NA> 2022-11-28 23:10:56     FALSE
## 712      FALSE             1            <NA> 2022-11-28 23:10:53     FALSE
## 713      FALSE             0       Freeethon 2022-11-28 23:10:50     FALSE
## 714      FALSE             2            <NA> 2022-11-28 23:10:46     FALSE
## 715      FALSE             0            <NA> 2022-11-28 23:10:45     FALSE
## 716      FALSE             1            <NA> 2022-11-28 23:10:36     FALSE
## 717      FALSE             0            <NA> 2022-11-28 23:10:34     FALSE
## 718      FALSE             0            <NA> 2022-11-28 23:10:30     FALSE
## 719      FALSE             0            <NA> 2022-11-28 23:10:22     FALSE
## 720      FALSE             0     MinaACypert 2022-11-28 23:10:19     FALSE
## 721      FALSE             0            <NA> 2022-11-28 23:10:17     FALSE
## 722      FALSE             1            <NA> 2022-11-28 23:10:06     FALSE
## 723      FALSE             1            <NA> 2022-11-28 23:09:56     FALSE
## 724      FALSE             0            <NA> 2022-11-28 23:09:46     FALSE
## 725      FALSE             0            <NA> 2022-11-28 23:09:44     FALSE
## 726      FALSE             2            <NA> 2022-11-28 23:09:43     FALSE
## 727      FALSE             0            <NA> 2022-11-28 23:09:35     FALSE
## 728      FALSE             0            <NA> 2022-11-28 23:09:35     FALSE
## 729      FALSE             0            <NA> 2022-11-28 23:09:32     FALSE
## 730      FALSE             0            <NA> 2022-11-28 23:09:24     FALSE
## 731      FALSE             0            <NA> 2022-11-28 23:09:21      TRUE
## 732      FALSE             0            <NA> 2022-11-28 23:09:18      TRUE
## 733      FALSE             0            <NA> 2022-11-28 23:09:03     FALSE
## 734      FALSE             0            <NA> 2022-11-28 23:08:58     FALSE
## 735      FALSE             0            <NA> 2022-11-28 23:08:56     FALSE
## 736      FALSE             0            <NA> 2022-11-28 23:08:53     FALSE
## 737      FALSE             0            <NA> 2022-11-28 23:08:51     FALSE
## 738      FALSE             0            <NA> 2022-11-28 23:08:41     FALSE
## 739      FALSE             0            <NA> 2022-11-28 23:08:38     FALSE
## 740      FALSE             0            <NA> 2022-11-28 23:08:38     FALSE
## 741      FALSE             0            <NA> 2022-11-28 23:08:37     FALSE
## 742      FALSE             1            <NA> 2022-11-28 23:08:33     FALSE
## 743      FALSE             0            <NA> 2022-11-28 23:08:30     FALSE
## 744      FALSE             0            <NA> 2022-11-28 23:08:27     FALSE
## 745      FALSE             0            <NA> 2022-11-28 23:08:20     FALSE
## 746      FALSE             0            <NA> 2022-11-28 23:08:19     FALSE
## 747      FALSE             0            <NA> 2022-11-28 23:08:11     FALSE
## 748      FALSE             0            <NA> 2022-11-28 23:08:10     FALSE
## 749      FALSE             2            <NA> 2022-11-28 23:08:09     FALSE
## 750      FALSE             0            <NA> 2022-11-28 23:08:06     FALSE
## 751      FALSE             0            <NA> 2022-11-28 23:08:06     FALSE
## 752      FALSE             0  GustaveDeresse 2022-11-28 23:08:04      TRUE
## 753      FALSE             0      CFBPlayoff 2022-11-28 23:07:55      TRUE
## 754      FALSE             0            <NA> 2022-11-28 23:07:55      TRUE
## 755      FALSE             0            <NA> 2022-11-28 23:07:55     FALSE
## 756      FALSE             0            <NA> 2022-11-28 23:07:53     FALSE
## 757      FALSE             0            <NA> 2022-11-28 23:07:46      TRUE
## 758      FALSE             0            <NA> 2022-11-28 23:07:45     FALSE
## 759      FALSE             0            <NA> 2022-11-28 23:07:44     FALSE
## 760      FALSE             2            <NA> 2022-11-28 23:07:37     FALSE
## 761      FALSE             0            <NA> 2022-11-28 23:07:37     FALSE
## 762      FALSE             0            <NA> 2022-11-28 23:07:35     FALSE
## 763      FALSE             0            <NA> 2022-11-28 23:07:35     FALSE
## 764      FALSE             0            <NA> 2022-11-28 23:07:35     FALSE
## 765      FALSE             3            <NA> 2022-11-28 23:07:34     FALSE
## 766      FALSE             0            <NA> 2022-11-28 23:07:30     FALSE
## 767      FALSE             0            <NA> 2022-11-28 23:07:19     FALSE
## 768      FALSE             0            <NA> 2022-11-28 23:07:17     FALSE
## 769      FALSE             0            <NA> 2022-11-28 23:07:15     FALSE
## 770      FALSE             0            <NA> 2022-11-28 23:07:10     FALSE
## 771      FALSE             0            <NA> 2022-11-28 23:07:10     FALSE
## 772      FALSE             0            <NA> 2022-11-28 23:07:08     FALSE
## 773      FALSE             0            <NA> 2022-11-28 23:07:06     FALSE
## 774      FALSE             1            <NA> 2022-11-28 23:07:05     FALSE
## 775      FALSE             0            <NA> 2022-11-28 23:06:58     FALSE
## 776      FALSE             0            <NA> 2022-11-28 23:06:57     FALSE
## 777      FALSE             0            <NA> 2022-11-28 23:06:52     FALSE
## 778      FALSE             0            <NA> 2022-11-28 23:06:49     FALSE
## 779      FALSE             0            <NA> 2022-11-28 23:06:48     FALSE
## 780      FALSE             1            <NA> 2022-11-28 23:06:48     FALSE
## 781      FALSE             0            <NA> 2022-11-28 23:06:44      TRUE
## 782      FALSE             0            <NA> 2022-11-28 23:06:39     FALSE
## 783      FALSE             0            <NA> 2022-11-28 23:06:38     FALSE
## 784      FALSE             0            <NA> 2022-11-28 23:06:37     FALSE
## 785      FALSE             0            <NA> 2022-11-28 23:06:35     FALSE
## 786      FALSE             1            <NA> 2022-11-28 23:06:34     FALSE
## 787      FALSE             0            <NA> 2022-11-28 23:06:32     FALSE
## 788      FALSE             0            <NA> 2022-11-28 23:06:32     FALSE
## 789      FALSE             4            <NA> 2022-11-28 23:06:25      TRUE
## 790      FALSE             0            <NA> 2022-11-28 23:06:18      TRUE
## 791      FALSE             0            <NA> 2022-11-28 23:06:18     FALSE
## 792      FALSE             0            <NA> 2022-11-28 23:06:16     FALSE
## 793      FALSE             0            <NA> 2022-11-28 23:06:10     FALSE
## 794      FALSE             1            <NA> 2022-11-28 23:06:05     FALSE
## 795      FALSE             0            <NA> 2022-11-28 23:06:02     FALSE
## 796      FALSE             0            <NA> 2022-11-28 23:05:58     FALSE
## 797      FALSE             0            <NA> 2022-11-28 23:05:50     FALSE
## 798      FALSE             0            <NA> 2022-11-28 23:05:50     FALSE
## 799      FALSE             0            <NA> 2022-11-28 23:05:50      TRUE
## 800      FALSE             0            <NA> 2022-11-28 23:05:44     FALSE
## 801      FALSE             0            <NA> 2022-11-28 23:05:41     FALSE
## 802      FALSE             0            <NA> 2022-11-28 23:05:37      TRUE
## 803      FALSE             7            <NA> 2022-11-28 23:05:34      TRUE
## 804      FALSE             0            <NA> 2022-11-28 23:05:30     FALSE
## 805      FALSE             2            <NA> 2022-11-28 23:05:28     FALSE
## 806      FALSE             0            <NA> 2022-11-28 23:05:27     FALSE
## 807      FALSE             0            <NA> 2022-11-28 23:05:26     FALSE
## 808      FALSE             0            <NA> 2022-11-28 23:05:26     FALSE
## 809      FALSE             0            <NA> 2022-11-28 23:05:12     FALSE
## 810      FALSE             1            <NA> 2022-11-28 23:05:06     FALSE
## 811      FALSE             0            <NA> 2022-11-28 23:05:02     FALSE
## 812      FALSE             1            <NA> 2022-11-28 23:05:00     FALSE
## 813      FALSE             2            <NA> 2022-11-28 23:04:56     FALSE
## 814      FALSE             0            <NA> 2022-11-28 23:04:53     FALSE
## 815      FALSE             0            <NA> 2022-11-28 23:04:44     FALSE
## 816      FALSE             0            <NA> 2022-11-28 23:04:41      TRUE
## 817      FALSE             2            <NA> 2022-11-28 23:04:37      TRUE
## 818      FALSE             0            <NA> 2022-11-28 23:04:24     FALSE
## 819      FALSE             0            <NA> 2022-11-28 23:04:21      TRUE
## 820      FALSE             0            <NA> 2022-11-28 23:04:18     FALSE
## 821      FALSE             1            <NA> 2022-11-28 23:04:03     FALSE
## 822      FALSE             6            <NA> 2022-11-28 23:04:02      TRUE
## 823      FALSE             0            <NA> 2022-11-28 23:04:01     FALSE
## 824      FALSE             2            <NA> 2022-11-28 23:04:01     FALSE
## 825      FALSE             0            <NA> 2022-11-28 23:03:58     FALSE
## 826      FALSE             0            <NA> 2022-11-28 23:03:50     FALSE
## 827      FALSE             1            <NA> 2022-11-28 23:03:50      TRUE
## 828      FALSE             0    Smt1Drelated 2022-11-28 23:03:38      TRUE
## 829      FALSE             0    Smt1Drelated 2022-11-28 23:03:37     FALSE
## 830      FALSE             1            <NA> 2022-11-28 23:03:36     FALSE
## 831      FALSE             0    Smt1Drelated 2022-11-28 23:03:35     FALSE
## 832      FALSE             0            <NA> 2022-11-28 23:03:34     FALSE
## 833      FALSE             0            <NA> 2022-11-28 23:03:33     FALSE
## 834      FALSE             0            <NA> 2022-11-28 23:03:33     FALSE
## 835      FALSE             1            <NA> 2022-11-28 23:03:17     FALSE
## 836      FALSE             0            <NA> 2022-11-28 23:03:14      TRUE
## 837      FALSE             1            <NA> 2022-11-28 23:03:13      TRUE
## 838      FALSE             0            <NA> 2022-11-28 23:03:08     FALSE
## 839      FALSE             0            <NA> 2022-11-28 23:03:07     FALSE
## 840      FALSE             1            <NA> 2022-11-28 23:03:05     FALSE
## 841      FALSE             1            <NA> 2022-11-28 23:03:05     FALSE
## 842      FALSE             2            <NA> 2022-11-28 23:03:03      TRUE
## 843      FALSE             0            <NA> 2022-11-28 23:02:36     FALSE
## 844      FALSE             1            <NA> 2022-11-28 23:02:35     FALSE
## 845      FALSE             0            <NA> 2022-11-28 23:02:31     FALSE
## 846      FALSE             1            <NA> 2022-11-28 23:02:29     FALSE
## 847      FALSE             0            <NA> 2022-11-28 23:02:25     FALSE
## 848      FALSE             1            <NA> 2022-11-28 23:02:17     FALSE
## 849      FALSE             0            <NA> 2022-11-28 23:02:12     FALSE
## 850      FALSE             1            <NA> 2022-11-28 23:02:12     FALSE
## 851      FALSE             0            <NA> 2022-11-28 23:02:07     FALSE
## 852      FALSE             2            <NA> 2022-11-28 23:02:06     FALSE
## 853      FALSE             0            <NA> 2022-11-28 23:02:05     FALSE
## 854      FALSE             0            <NA> 2022-11-28 23:02:04      TRUE
## 855      FALSE             0            <NA> 2022-11-28 23:02:03     FALSE
## 856      FALSE             1            <NA> 2022-11-28 23:02:00     FALSE
## 857      FALSE             1            <NA> 2022-11-28 23:01:54     FALSE
## 858      FALSE             0            <NA> 2022-11-28 23:01:49     FALSE
## 859      FALSE             1            <NA> 2022-11-28 23:01:43     FALSE
## 860      FALSE             2            <NA> 2022-11-28 23:01:43     FALSE
## 861      FALSE             0            <NA> 2022-11-28 23:01:27     FALSE
## 862      FALSE             0            <NA> 2022-11-28 23:01:25     FALSE
## 863      FALSE             0            <NA> 2022-11-28 23:01:25     FALSE
## 864      FALSE             1            <NA> 2022-11-28 23:01:24     FALSE
## 865      FALSE             6            <NA> 2022-11-28 23:01:17      TRUE
## 866      FALSE             0            <NA> 2022-11-28 23:01:07     FALSE
## 867      FALSE             1            <NA> 2022-11-28 23:01:02      TRUE
## 868      FALSE             0            <NA> 2022-11-28 23:00:56     FALSE
## 869      FALSE             0            <NA> 2022-11-28 23:00:48     FALSE
## 870      FALSE             0            <NA> 2022-11-28 23:00:47     FALSE
## 871      FALSE             0   the_new_wavee 2022-11-28 23:00:44      TRUE
## 872      FALSE             0            <NA> 2022-11-28 23:00:37     FALSE
## 873      FALSE             0            <NA> 2022-11-28 23:00:25      TRUE
## 874      FALSE             1            <NA> 2022-11-28 23:00:24     FALSE
## 875      FALSE             1            <NA> 2022-11-28 23:00:21     FALSE
## 876      FALSE             0            <NA> 2022-11-28 23:00:20     FALSE
## 877      FALSE            11            <NA> 2022-11-28 23:00:13     FALSE
## 878      FALSE             0            <NA> 2022-11-28 23:00:11     FALSE
## 879      FALSE             0            <NA> 2022-11-28 23:00:09     FALSE
## 880      FALSE             0            <NA> 2022-11-28 23:00:09     FALSE
## 881      FALSE             0            <NA> 2022-11-28 22:59:58     FALSE
## 882      FALSE             1            <NA> 2022-11-28 22:59:53     FALSE
## 883      FALSE             0            <NA> 2022-11-28 22:59:52     FALSE
## 884      FALSE             0            <NA> 2022-11-28 22:59:51     FALSE
## 885      FALSE           134            <NA> 2022-11-28 22:59:43     FALSE
## 886      FALSE             0            <NA> 2022-11-28 22:59:36     FALSE
## 887      FALSE             0            <NA> 2022-11-28 22:59:26     FALSE
## 888      FALSE             0            <NA> 2022-11-28 22:59:21     FALSE
## 889      FALSE             0            <NA> 2022-11-28 22:59:18     FALSE
## 890      FALSE             0            <NA> 2022-11-28 22:59:14     FALSE
## 891      FALSE             0            <NA> 2022-11-28 22:59:12     FALSE
## 892      FALSE             1            <NA> 2022-11-28 22:59:12     FALSE
## 893      FALSE             0            <NA> 2022-11-28 22:59:11     FALSE
## 894      FALSE             0            <NA> 2022-11-28 22:59:10     FALSE
## 895      FALSE             0            <NA> 2022-11-28 22:59:05      TRUE
## 896      FALSE             0            <NA> 2022-11-28 22:59:03     FALSE
## 897      FALSE             0            <NA> 2022-11-28 22:59:00     FALSE
## 898      FALSE             0            <NA> 2022-11-28 22:58:53     FALSE
## 899      FALSE             2            <NA> 2022-11-28 22:58:50     FALSE
## 900      FALSE             1            <NA> 2022-11-28 22:58:49     FALSE
## 901      FALSE             0            <NA> 2022-11-28 22:58:38     FALSE
## 902      FALSE             0            <NA> 2022-11-28 22:58:35     FALSE
## 903      FALSE             0            <NA> 2022-11-28 22:58:35     FALSE
## 904      FALSE             3            <NA> 2022-11-28 22:58:28     FALSE
## 905      FALSE             0            <NA> 2022-11-28 22:58:25     FALSE
## 906      FALSE             0            <NA> 2022-11-28 22:58:24     FALSE
## 907      FALSE             0            <NA> 2022-11-28 22:58:24     FALSE
## 908      FALSE             1            <NA> 2022-11-28 22:58:22      TRUE
## 909      FALSE             0            <NA> 2022-11-28 22:58:20     FALSE
## 910      FALSE             0            <NA> 2022-11-28 22:58:13      TRUE
## 911      FALSE             0            <NA> 2022-11-28 22:58:00     FALSE
## 912      FALSE             0            <NA> 2022-11-28 22:57:54     FALSE
## 913      FALSE             1            <NA> 2022-11-28 22:57:52     FALSE
## 914      FALSE             0            <NA> 2022-11-28 22:57:49     FALSE
## 915      FALSE             0            <NA> 2022-11-28 22:57:47     FALSE
## 916      FALSE             0            <NA> 2022-11-28 22:57:41     FALSE
## 917      FALSE             0            <NA> 2022-11-28 22:57:41     FALSE
## 918      FALSE             0            <NA> 2022-11-28 22:57:38     FALSE
## 919      FALSE             0            <NA> 2022-11-28 22:57:36     FALSE
## 920      FALSE             0            <NA> 2022-11-28 22:57:20     FALSE
## 921      FALSE             0            <NA> 2022-11-28 22:57:19     FALSE
## 922      FALSE             0            <NA> 2022-11-28 22:57:12     FALSE
## 923      FALSE             0            <NA> 2022-11-28 22:57:11     FALSE
## 924      FALSE             0            <NA> 2022-11-28 22:57:11     FALSE
## 925      FALSE             0            <NA> 2022-11-28 22:57:09     FALSE
## 926      FALSE             0            <NA> 2022-11-28 22:57:03     FALSE
## 927      FALSE             0            <NA> 2022-11-28 22:56:59     FALSE
## 928      FALSE             0            <NA> 2022-11-28 22:56:52     FALSE
## 929      FALSE             0            <NA> 2022-11-28 22:56:52     FALSE
## 930      FALSE             1            <NA> 2022-11-28 22:56:52     FALSE
## 931      FALSE             0            <NA> 2022-11-28 22:56:49      TRUE
## 932      FALSE             2            <NA> 2022-11-28 22:56:48     FALSE
## 933      FALSE             0            <NA> 2022-11-28 22:56:41     FALSE
## 934      FALSE             0            <NA> 2022-11-28 22:56:38     FALSE
## 935      FALSE             0            <NA> 2022-11-28 22:56:26     FALSE
## 936      FALSE             1            <NA> 2022-11-28 22:56:17     FALSE
## 937      FALSE             0            <NA> 2022-11-28 22:56:14     FALSE
## 938      FALSE             5   the_new_wavee 2022-11-28 22:56:14      TRUE
## 939      FALSE             0            <NA> 2022-11-28 22:56:02     FALSE
## 940      FALSE             0            <NA> 2022-11-28 22:55:58     FALSE
## 941      FALSE             0            <NA> 2022-11-28 22:55:50     FALSE
## 942      FALSE             1            <NA> 2022-11-28 22:55:48     FALSE
## 943      FALSE             2            <NA> 2022-11-28 22:55:47     FALSE
## 944      FALSE             1            <NA> 2022-11-28 22:55:37     FALSE
## 945      FALSE             0            <NA> 2022-11-28 22:55:37     FALSE
## 946      FALSE             0            <NA> 2022-11-28 22:55:37     FALSE
## 947      FALSE             0            <NA> 2022-11-28 22:55:36     FALSE
## 948      FALSE             0            <NA> 2022-11-28 22:55:36     FALSE
## 949      FALSE             0            <NA> 2022-11-28 22:55:28     FALSE
## 950      FALSE             0            <NA> 2022-11-28 22:55:26      TRUE
## 951      FALSE             3            <NA> 2022-11-28 22:55:25     FALSE
## 952      FALSE             0            <NA> 2022-11-28 22:55:17     FALSE
## 953      FALSE             4            <NA> 2022-11-28 22:55:11     FALSE
## 954      FALSE             0            <NA> 2022-11-28 22:55:07     FALSE
## 955      FALSE             0            <NA> 2022-11-28 22:55:05     FALSE
## 956      FALSE             0            <NA> 2022-11-28 22:54:56     FALSE
## 957      FALSE             0            <NA> 2022-11-28 22:54:52     FALSE
## 958      FALSE             0            <NA> 2022-11-28 22:54:43     FALSE
## 959      FALSE             0            <NA> 2022-11-28 22:54:43     FALSE
## 960      FALSE             0            <NA> 2022-11-28 22:54:35     FALSE
## 961      FALSE             0            <NA> 2022-11-28 22:54:34     FALSE
## 962      FALSE             0            <NA> 2022-11-28 22:54:32     FALSE
## 963      FALSE             0            <NA> 2022-11-28 22:54:31     FALSE
## 964      FALSE             0            <NA> 2022-11-28 22:54:31     FALSE
## 965      FALSE             0            <NA> 2022-11-28 22:54:28     FALSE
## 966      FALSE             1            <NA> 2022-11-28 22:54:20     FALSE
## 967      FALSE             0            <NA> 2022-11-28 22:54:10     FALSE
## 968      FALSE             0            <NA> 2022-11-28 22:53:55     FALSE
## 969      FALSE             0            <NA> 2022-11-28 22:53:53     FALSE
## 970      FALSE             0            <NA> 2022-11-28 22:53:50     FALSE
## 971      FALSE             1            <NA> 2022-11-28 22:53:47      TRUE
## 972      FALSE             0            <NA> 2022-11-28 22:53:44     FALSE
## 973      FALSE             0            <NA> 2022-11-28 22:53:43     FALSE
## 974      FALSE             0            <NA> 2022-11-28 22:53:38      TRUE
## 975      FALSE             4            <NA> 2022-11-28 22:53:30      TRUE
## 976      FALSE           898            <NA> 2022-11-28 22:53:28     FALSE
## 977      FALSE             0            <NA> 2022-11-28 22:53:26     FALSE
## 978      FALSE             0            <NA> 2022-11-28 22:53:21     FALSE
## 979      FALSE             0            <NA> 2022-11-28 22:53:16     FALSE
## 980      FALSE             0            <NA> 2022-11-28 22:53:13     FALSE
## 981      FALSE             1            <NA> 2022-11-28 22:53:10     FALSE
## 982      FALSE             2            <NA> 2022-11-28 22:53:07     FALSE
## 983      FALSE             0            <NA> 2022-11-28 22:53:06     FALSE
## 984      FALSE             3            <NA> 2022-11-28 22:53:04      TRUE
## 985      FALSE             2            <NA> 2022-11-28 22:53:00     FALSE
## 986      FALSE             0            <NA> 2022-11-28 22:52:56     FALSE
## 987      FALSE             3            <NA> 2022-11-28 22:52:55      TRUE
## 988      FALSE             0            <NA> 2022-11-28 22:52:54     FALSE
## 989      FALSE             0            <NA> 2022-11-28 22:52:53     FALSE
## 990      FALSE             0            <NA> 2022-11-28 22:52:48     FALSE
## 991      FALSE             1            <NA> 2022-11-28 22:52:44     FALSE
## 992      FALSE             1            <NA> 2022-11-28 22:52:43     FALSE
## 993      FALSE             0            <NA> 2022-11-28 22:52:42     FALSE
## 994      FALSE             0            <NA> 2022-11-28 22:52:40     FALSE
## 995      FALSE             0            <NA> 2022-11-28 22:52:32     FALSE
## 996      FALSE             3            <NA> 2022-11-28 22:52:29     FALSE
## 997      FALSE             1            <NA> 2022-11-28 22:52:29     FALSE
## 998      FALSE             0            <NA> 2022-11-28 22:52:26     FALSE
## 999      FALSE             0            <NA> 2022-11-28 22:52:22     FALSE
## 1000     FALSE             0            <NA> 2022-11-28 22:52:18     FALSE
## 1001     FALSE             0            <NA> 2022-11-28 22:52:16     FALSE
## 1002     FALSE             0            <NA> 2022-11-28 22:52:15     FALSE
## 1003     FALSE             0            <NA> 2022-11-28 22:52:12     FALSE
## 1004     FALSE             0            <NA> 2022-11-28 22:52:08     FALSE
## 1005     FALSE             0            <NA> 2022-11-28 22:52:03     FALSE
## 1006     FALSE             1            <NA> 2022-11-28 22:52:02     FALSE
## 1007     FALSE             1            <NA> 2022-11-28 22:52:01     FALSE
## 1008     FALSE             0            <NA> 2022-11-28 22:52:01     FALSE
## 1009     FALSE             1            <NA> 2022-11-28 22:52:00     FALSE
## 1010     FALSE             1            <NA> 2022-11-28 22:51:59     FALSE
## 1011     FALSE             2            <NA> 2022-11-28 22:51:59      TRUE
## 1012     FALSE             0            <NA> 2022-11-28 22:51:57     FALSE
## 1013     FALSE             0            <NA> 2022-11-28 22:51:51      TRUE
## 1014     FALSE             2            <NA> 2022-11-28 22:51:51     FALSE
## 1015     FALSE             1    bearsintrees 2022-11-28 22:51:49      TRUE
## 1016     FALSE             1            <NA> 2022-11-28 22:51:48      TRUE
## 1017     FALSE             0            <NA> 2022-11-28 22:51:43     FALSE
## 1018     FALSE             0            <NA> 2022-11-28 22:51:42      TRUE
## 1019     FALSE             1            <NA> 2022-11-28 22:51:37     FALSE
## 1020     FALSE             2            <NA> 2022-11-28 22:51:34     FALSE
## 1021     FALSE             0            <NA> 2022-11-28 22:51:33     FALSE
## 1022     FALSE             2            <NA> 2022-11-28 22:51:31     FALSE
## 1023     FALSE             0            <NA> 2022-11-28 22:51:22     FALSE
## 1024     FALSE             0            <NA> 2022-11-28 22:51:20     FALSE
## 1025     FALSE             0            <NA> 2022-11-28 22:51:17     FALSE
## 1026     FALSE             1            <NA> 2022-11-28 22:51:16      TRUE
## 1027     FALSE             0            <NA> 2022-11-28 22:51:09     FALSE
## 1028     FALSE             0            <NA> 2022-11-28 22:51:05     FALSE
## 1029     FALSE             1            <NA> 2022-11-28 22:50:59     FALSE
## 1030     FALSE             2            <NA> 2022-11-28 22:50:53     FALSE
## 1031     FALSE             1            <NA> 2022-11-28 22:50:51     FALSE
## 1032     FALSE             0            <NA> 2022-11-28 22:50:47     FALSE
## 1033     FALSE             0            <NA> 2022-11-28 22:50:47      TRUE
## 1034     FALSE             4            <NA> 2022-11-28 22:50:39     FALSE
## 1035     FALSE             0            <NA> 2022-11-28 22:50:32     FALSE
## 1036     FALSE             1            <NA> 2022-11-28 22:50:32     FALSE
## 1037     FALSE             0            <NA> 2022-11-28 22:50:30     FALSE
## 1038     FALSE             0            <NA> 2022-11-28 22:50:30     FALSE
## 1039     FALSE             0 TtvGamegrinderz 2022-11-28 22:50:20      TRUE
## 1040     FALSE             0            <NA> 2022-11-28 22:50:19     FALSE
## 1041     FALSE             0            <NA> 2022-11-28 22:50:18     FALSE
## 1042     FALSE             0            <NA> 2022-11-28 22:50:17      TRUE
## 1043     FALSE             1            <NA> 2022-11-28 22:50:16     FALSE
## 1044     FALSE             0   ShikhaTheStar 2022-11-28 22:50:12     FALSE
## 1045     FALSE             1            <NA> 2022-11-28 22:50:08     FALSE
## 1046     FALSE             2            <NA> 2022-11-28 22:50:08     FALSE
## 1047     FALSE             2            <NA> 2022-11-28 22:50:08     FALSE
## 1048     FALSE             4            <NA> 2022-11-28 22:50:01     FALSE
## 1049     FALSE             0            <NA> 2022-11-28 22:49:56     FALSE
## 1050     FALSE             1            <NA> 2022-11-28 22:49:53      TRUE
## 1051     FALSE             0            <NA> 2022-11-28 22:49:49     FALSE
## 1052     FALSE            25            <NA> 2022-11-28 22:49:48     FALSE
## 1053     FALSE             0            <NA> 2022-11-28 22:49:42     FALSE
## 1054     FALSE             0            <NA> 2022-11-28 22:49:36      TRUE
## 1055     FALSE             1            <NA> 2022-11-28 22:49:36     FALSE
## 1056     FALSE             0            <NA> 2022-11-28 22:49:32     FALSE
## 1057     FALSE             2            <NA> 2022-11-28 22:49:30     FALSE
## 1058     FALSE             0            <NA> 2022-11-28 22:49:27      TRUE
## 1059     FALSE             0            <NA> 2022-11-28 22:49:13     FALSE
## 1060     FALSE             1            <NA> 2022-11-28 22:49:11     FALSE
## 1061     FALSE             1            <NA> 2022-11-28 22:49:11     FALSE
## 1062     FALSE             1            <NA> 2022-11-28 22:49:11     FALSE
## 1063     FALSE             0            <NA> 2022-11-28 22:49:02     FALSE
## 1064     FALSE             0            <NA> 2022-11-28 22:49:00     FALSE
## 1065     FALSE             1            <NA> 2022-11-28 22:48:57     FALSE
## 1066     FALSE             0            <NA> 2022-11-28 22:48:51     FALSE
## 1067     FALSE             0            <NA> 2022-11-28 22:48:47     FALSE
## 1068     FALSE             0            <NA> 2022-11-28 22:48:41     FALSE
## 1069     FALSE             1            <NA> 2022-11-28 22:48:40     FALSE
## 1070     FALSE             0            <NA> 2022-11-28 22:48:39     FALSE
## 1071     FALSE             0            <NA> 2022-11-28 22:48:37     FALSE
## 1072     FALSE             0            <NA> 2022-11-28 22:48:34     FALSE
## 1073     FALSE             0            <NA> 2022-11-28 22:48:27     FALSE
## 1074     FALSE             0            <NA> 2022-11-28 22:48:21     FALSE
## 1075     FALSE             0            <NA> 2022-11-28 22:48:13     FALSE
## 1076     FALSE             0            <NA> 2022-11-28 22:48:08     FALSE
## 1077     FALSE             0            <NA> 2022-11-28 22:47:58     FALSE
## 1078     FALSE             2            <NA> 2022-11-28 22:47:56     FALSE
## 1079     FALSE             0            <NA> 2022-11-28 22:47:53      TRUE
## 1080     FALSE             0            <NA> 2022-11-28 22:47:52     FALSE
## 1081     FALSE             0            <NA> 2022-11-28 22:47:51     FALSE
## 1082     FALSE             0            <NA> 2022-11-28 22:47:49     FALSE
## 1083     FALSE             0            <NA> 2022-11-28 22:47:49     FALSE
## 1084     FALSE             0    patfkauffman 2022-11-28 22:47:45      TRUE
## 1085     FALSE             2            <NA> 2022-11-28 22:47:39     FALSE
## 1086     FALSE             0            <NA> 2022-11-28 22:47:38     FALSE
## 1087     FALSE             0            <NA> 2022-11-28 22:47:34     FALSE
## 1088     FALSE             2            <NA> 2022-11-28 22:47:34     FALSE
## 1089     FALSE             0            <NA> 2022-11-28 22:47:28     FALSE
## 1090     FALSE             0            <NA> 2022-11-28 22:47:26     FALSE
## 1091     FALSE             2            <NA> 2022-11-28 22:47:25     FALSE
## 1092     FALSE             0            <NA> 2022-11-28 22:47:16     FALSE
## 1093     FALSE             0            <NA> 2022-11-28 22:47:15     FALSE
## 1094     FALSE             0            <NA> 2022-11-28 22:47:12     FALSE
## 1095     FALSE             0            <NA> 2022-11-28 22:47:10     FALSE
## 1096     FALSE             4            <NA> 2022-11-28 22:47:09      TRUE
## 1097     FALSE             1            <NA> 2022-11-28 22:47:06     FALSE
## 1098     FALSE             0            <NA> 2022-11-28 22:47:02     FALSE
## 1099     FALSE             0            <NA> 2022-11-28 22:47:02     FALSE
## 1100     FALSE             9            <NA> 2022-11-28 22:47:01      TRUE
## 1101     FALSE             0            <NA> 2022-11-28 22:46:58      TRUE
## 1102     FALSE             1            <NA> 2022-11-28 22:46:54     FALSE
## 1103     FALSE             0            <NA> 2022-11-28 22:46:52     FALSE
## 1104     FALSE             0            <NA> 2022-11-28 22:46:50     FALSE
## 1105     FALSE             0            <NA> 2022-11-28 22:46:48     FALSE
## 1106     FALSE             1            <NA> 2022-11-28 22:46:44     FALSE
## 1107     FALSE             1            <NA> 2022-11-28 22:46:43     FALSE
## 1108     FALSE             0            <NA> 2022-11-28 22:46:39     FALSE
## 1109     FALSE             1            <NA> 2022-11-28 22:46:37     FALSE
## 1110     FALSE             1         ckay_yo 2022-11-28 22:46:36     FALSE
## 1111     FALSE             2            <NA> 2022-11-28 22:46:29     FALSE
## 1112     FALSE             3            <NA> 2022-11-28 22:46:28     FALSE
## 1113     FALSE             0            <NA> 2022-11-28 22:46:16     FALSE
## 1114     FALSE             1            <NA> 2022-11-28 22:46:14     FALSE
## 1115     FALSE            14            <NA> 2022-11-28 22:46:12     FALSE
## 1116     FALSE             1            <NA> 2022-11-28 22:46:09     FALSE
## 1117     FALSE             0            <NA> 2022-11-28 22:46:06     FALSE
## 1118     FALSE             2            <NA> 2022-11-28 22:46:04     FALSE
## 1119     FALSE             0            <NA> 2022-11-28 22:46:02     FALSE
## 1120     FALSE             0            <NA> 2022-11-28 22:46:00     FALSE
## 1121     FALSE             1            <NA> 2022-11-28 22:45:52      TRUE
## 1122     FALSE             0            <NA> 2022-11-28 22:45:45     FALSE
## 1123     FALSE             1            <NA> 2022-11-28 22:45:43     FALSE
## 1124     FALSE             0            <NA> 2022-11-28 22:45:42     FALSE
## 1125     FALSE             0            <NA> 2022-11-28 22:45:27     FALSE
## 1126     FALSE             0   jonathanvswan 2022-11-28 22:45:17      TRUE
## 1127     FALSE             1            <NA> 2022-11-28 22:45:15     FALSE
## 1128     FALSE             0            <NA> 2022-11-28 22:45:12     FALSE
## 1129     FALSE             1            <NA> 2022-11-28 22:45:10     FALSE
## 1130     FALSE             0            <NA> 2022-11-28 22:45:04     FALSE
## 1131     FALSE             0            <NA> 2022-11-28 22:45:03     FALSE
## 1132     FALSE             2            <NA> 2022-11-28 22:45:01     FALSE
## 1133     FALSE             0            <NA> 2022-11-28 22:44:56     FALSE
## 1134     FALSE             0            <NA> 2022-11-28 22:44:50     FALSE
## 1135     FALSE             1            <NA> 2022-11-28 22:44:50      TRUE
## 1136     FALSE             0            <NA> 2022-11-28 22:44:48     FALSE
## 1137     FALSE             5            <NA> 2022-11-28 22:44:46     FALSE
## 1138     FALSE             0            <NA> 2022-11-28 22:44:43     FALSE
## 1139     FALSE             0            <NA> 2022-11-28 22:44:38     FALSE
## 1140     FALSE             0            <NA> 2022-11-28 22:44:33     FALSE
## 1141     FALSE             0            <NA> 2022-11-28 22:44:32     FALSE
## 1142     FALSE             2            <NA> 2022-11-28 22:44:27     FALSE
## 1143     FALSE             0            <NA> 2022-11-28 22:44:24     FALSE
## 1144     FALSE             0            <NA> 2022-11-28 22:44:24     FALSE
## 1145     FALSE             0            <NA> 2022-11-28 22:44:22     FALSE
## 1146     FALSE             0            <NA> 2022-11-28 22:44:20     FALSE
## 1147     FALSE             2            <NA> 2022-11-28 22:44:19     FALSE
## 1148     FALSE             2            <NA> 2022-11-28 22:44:18      TRUE
## 1149     FALSE             0            <NA> 2022-11-28 22:44:12     FALSE
## 1150     FALSE             0            <NA> 2022-11-28 22:44:09     FALSE
## 1151     FALSE             0            <NA> 2022-11-28 22:44:09     FALSE
## 1152     FALSE             2            <NA> 2022-11-28 22:44:08     FALSE
## 1153     FALSE             0            <NA> 2022-11-28 22:44:08     FALSE
## 1154     FALSE             0            <NA> 2022-11-28 22:44:01     FALSE
## 1155     FALSE             0            <NA> 2022-11-28 22:43:58     FALSE
## 1156     FALSE             7            <NA> 2022-11-28 22:43:55     FALSE
## 1157     FALSE           275            <NA> 2022-11-28 22:43:54     FALSE
## 1158     FALSE             1            <NA> 2022-11-28 22:43:52     FALSE
## 1159     FALSE             0    philconcerts 2022-11-28 22:43:51     FALSE
## 1160     FALSE             0            <NA> 2022-11-28 22:43:51     FALSE
## 1161     FALSE             0            <NA> 2022-11-28 22:43:51      TRUE
## 1162     FALSE             0            <NA> 2022-11-28 22:43:50     FALSE
## 1163     FALSE             0            <NA> 2022-11-28 22:43:47      TRUE
## 1164     FALSE             7            <NA> 2022-11-28 22:43:43      TRUE
## 1165     FALSE             0            <NA> 2022-11-28 22:43:41     FALSE
## 1166     FALSE             0            <NA> 2022-11-28 22:43:34     FALSE
## 1167     FALSE             0            <NA> 2022-11-28 22:43:34     FALSE
## 1168     FALSE             1            <NA> 2022-11-28 22:43:27      TRUE
## 1169     FALSE             0            <NA> 2022-11-28 22:43:26     FALSE
## 1170     FALSE             0            <NA> 2022-11-28 22:43:23     FALSE
## 1171     FALSE             0            <NA> 2022-11-28 22:43:23     FALSE
## 1172     FALSE             1            <NA> 2022-11-28 22:43:22      TRUE
## 1173     FALSE             0            <NA> 2022-11-28 22:43:20     FALSE
## 1174     FALSE             0            <NA> 2022-11-28 22:43:19     FALSE
## 1175     FALSE             0            <NA> 2022-11-28 22:43:15     FALSE
## 1176     FALSE             2            <NA> 2022-11-28 22:43:12     FALSE
## 1177     FALSE             0            <NA> 2022-11-28 22:43:09      TRUE
## 1178     FALSE             5            <NA> 2022-11-28 22:43:09     FALSE
## 1179     FALSE             0            <NA> 2022-11-28 22:43:08     FALSE
## 1180     FALSE             0            <NA> 2022-11-28 22:42:53     FALSE
## 1181     FALSE             1            <NA> 2022-11-28 22:42:50     FALSE
## 1182     FALSE             0            <NA> 2022-11-28 22:42:46     FALSE
## 1183     FALSE             0            <NA> 2022-11-28 22:42:38     FALSE
## 1184     FALSE             0            <NA> 2022-11-28 22:42:37     FALSE
## 1185     FALSE             1            <NA> 2022-11-28 22:42:34     FALSE
## 1186     FALSE             0            <NA> 2022-11-28 22:42:32     FALSE
## 1187     FALSE             0            <NA> 2022-11-28 22:42:31     FALSE
## 1188     FALSE             0            <NA> 2022-11-28 22:42:31     FALSE
## 1189     FALSE             0            <NA> 2022-11-28 22:42:31     FALSE
## 1190     FALSE             0            <NA> 2022-11-28 22:42:29     FALSE
## 1191     FALSE             0            <NA> 2022-11-28 22:42:22     FALSE
## 1192     FALSE             0            <NA> 2022-11-28 22:42:17     FALSE
## 1193     FALSE             1            <NA> 2022-11-28 22:42:15     FALSE
## 1194     FALSE             4            <NA> 2022-11-28 22:42:12     FALSE
## 1195     FALSE             0            <NA> 2022-11-28 22:42:09     FALSE
## 1196     FALSE             0            <NA> 2022-11-28 22:42:05     FALSE
## 1197     FALSE             4            <NA> 2022-11-28 22:42:00     FALSE
## 1198     FALSE             1            <NA> 2022-11-28 22:41:59      TRUE
## 1199     FALSE             0            <NA> 2022-11-28 22:41:58     FALSE
## 1200     FALSE             0            <NA> 2022-11-28 22:41:57     FALSE
## 1201     FALSE             0            <NA> 2022-11-28 22:41:50     FALSE
## 1202     FALSE             0            <NA> 2022-11-28 22:41:49     FALSE
## 1203     FALSE             0            <NA> 2022-11-28 22:41:46     FALSE
## 1204     FALSE             0            <NA> 2022-11-28 22:41:44      TRUE
## 1205     FALSE             2            <NA> 2022-11-28 22:41:39      TRUE
## 1206     FALSE             0            <NA> 2022-11-28 22:41:32     FALSE
## 1207     FALSE             0            <NA> 2022-11-28 22:41:31     FALSE
## 1208     FALSE             0            <NA> 2022-11-28 22:41:26     FALSE
## 1209     FALSE             0            <NA> 2022-11-28 22:41:25     FALSE
## 1210     FALSE             0            <NA> 2022-11-28 22:41:24     FALSE
## 1211     FALSE             0            <NA> 2022-11-28 22:41:13     FALSE
## 1212     FALSE             0            <NA> 2022-11-28 22:41:08     FALSE
## 1213     FALSE             5            <NA> 2022-11-28 22:40:51     FALSE
## 1214     FALSE             5            <NA> 2022-11-28 22:40:49     FALSE
## 1215     FALSE             0      teamogaram 2022-11-28 22:40:41     FALSE
## 1216     FALSE             0            <NA> 2022-11-28 22:40:37     FALSE
## 1217     FALSE             0            <NA> 2022-11-28 22:40:35     FALSE
## 1218     FALSE             1            <NA> 2022-11-28 22:40:30     FALSE
## 1219     FALSE             2            <NA> 2022-11-28 22:40:29     FALSE
## 1220     FALSE             0            <NA> 2022-11-28 22:40:16      TRUE
## 1221     FALSE             0            <NA> 2022-11-28 22:40:14      TRUE
## 1222     FALSE             0            <NA> 2022-11-28 22:40:14     FALSE
## 1223     FALSE             0            <NA> 2022-11-28 22:40:07     FALSE
## 1224     FALSE             2            <NA> 2022-11-28 22:40:01     FALSE
## 1225     FALSE             1            <NA> 2022-11-28 22:39:59     FALSE
## 1226     FALSE             0            <NA> 2022-11-28 22:39:44     FALSE
## 1227     FALSE             2            <NA> 2022-11-28 22:39:42     FALSE
## 1228     FALSE             2            <NA> 2022-11-28 22:39:37     FALSE
## 1229     FALSE             0            <NA> 2022-11-28 22:39:37     FALSE
## 1230     FALSE             1            <NA> 2022-11-28 22:39:36     FALSE
## 1231     FALSE             0            <NA> 2022-11-28 22:39:36     FALSE
## 1232     FALSE             1            <NA> 2022-11-28 22:39:33     FALSE
## 1233     FALSE             0            <NA> 2022-11-28 22:39:33     FALSE
## 1234     FALSE             0            <NA> 2022-11-28 22:39:27     FALSE
## 1235     FALSE             0            <NA> 2022-11-28 22:39:27     FALSE
## 1236     FALSE             1            <NA> 2022-11-28 22:39:21      TRUE
## 1237     FALSE             0            <NA> 2022-11-28 22:39:18     FALSE
## 1238     FALSE             0            <NA> 2022-11-28 22:39:17     FALSE
## 1239     FALSE             4            <NA> 2022-11-28 22:39:12     FALSE
## 1240     FALSE             0            <NA> 2022-11-28 22:39:12     FALSE
## 1241     FALSE             0            <NA> 2022-11-28 22:39:07     FALSE
## 1242     FALSE             0            <NA> 2022-11-28 22:39:06     FALSE
## 1243     FALSE             0            <NA> 2022-11-28 22:39:04     FALSE
## 1244     FALSE             0            <NA> 2022-11-28 22:39:00     FALSE
## 1245     FALSE             0            <NA> 2022-11-28 22:38:58     FALSE
## 1246     FALSE             0            <NA> 2022-11-28 22:38:53     FALSE
## 1247     FALSE             5            <NA> 2022-11-28 22:38:49     FALSE
## 1248     FALSE             0            <NA> 2022-11-28 22:38:48     FALSE
## 1249     FALSE             0            <NA> 2022-11-28 22:38:46     FALSE
## 1250     FALSE             0            <NA> 2022-11-28 22:38:46     FALSE
## 1251     FALSE             0            <NA> 2022-11-28 22:38:43     FALSE
## 1252     FALSE             0            <NA> 2022-11-28 22:38:42     FALSE
## 1253     FALSE             0            <NA> 2022-11-28 22:38:32     FALSE
## 1254     FALSE             1            <NA> 2022-11-28 22:38:27     FALSE
## 1255     FALSE            10            <NA> 2022-11-28 22:38:24     FALSE
## 1256     FALSE             1            <NA> 2022-11-28 22:38:24     FALSE
## 1257     FALSE             0            <NA> 2022-11-28 22:38:20     FALSE
## 1258     FALSE             4            <NA> 2022-11-28 22:38:16     FALSE
## 1259     FALSE             0            <NA> 2022-11-28 22:38:16     FALSE
## 1260     FALSE             0            <NA> 2022-11-28 22:38:14     FALSE
## 1261     FALSE             0            <NA> 2022-11-28 22:38:11     FALSE
## 1262     FALSE            21            <NA> 2022-11-28 22:38:08     FALSE
## 1263     FALSE             0            <NA> 2022-11-28 22:38:05     FALSE
## 1264     FALSE             0            <NA> 2022-11-28 22:37:57     FALSE
## 1265     FALSE             0            <NA> 2022-11-28 22:37:52     FALSE
## 1266     FALSE             6            <NA> 2022-11-28 22:37:47     FALSE
## 1267     FALSE             0            <NA> 2022-11-28 22:37:46     FALSE
## 1268     FALSE             1            <NA> 2022-11-28 22:37:44     FALSE
## 1269     FALSE             1            <NA> 2022-11-28 22:37:39     FALSE
## 1270     FALSE            11            <NA> 2022-11-28 22:37:38      TRUE
## 1271     FALSE             0            <NA> 2022-11-28 22:37:38     FALSE
## 1272     FALSE             2            <NA> 2022-11-28 22:37:35     FALSE
## 1273     FALSE             5            <NA> 2022-11-28 22:37:35     FALSE
## 1274     FALSE             0            <NA> 2022-11-28 22:37:27     FALSE
## 1275     FALSE             1            <NA> 2022-11-28 22:37:26     FALSE
## 1276     FALSE             0            <NA> 2022-11-28 22:37:17     FALSE
## 1277     FALSE             0            <NA> 2022-11-28 22:37:17     FALSE
## 1278     FALSE             0            <NA> 2022-11-28 22:37:15     FALSE
## 1279     FALSE             3            <NA> 2022-11-28 22:37:13     FALSE
## 1280     FALSE             2            <NA> 2022-11-28 22:37:08     FALSE
## 1281     FALSE             0            <NA> 2022-11-28 22:37:00      TRUE
## 1282     FALSE             1            <NA> 2022-11-28 22:37:00     FALSE
## 1283     FALSE             1            <NA> 2022-11-28 22:36:56     FALSE
## 1284     FALSE             0            <NA> 2022-11-28 22:36:54     FALSE
## 1285     FALSE             0            <NA> 2022-11-28 22:36:48     FALSE
## 1286     FALSE             0            <NA> 2022-11-28 22:36:47     FALSE
## 1287     FALSE             0            <NA> 2022-11-28 22:36:44     FALSE
## 1288     FALSE             0            <NA> 2022-11-28 22:36:41     FALSE
## 1289     FALSE             0            <NA> 2022-11-28 22:36:38     FALSE
## 1290     FALSE             1            <NA> 2022-11-28 22:36:38     FALSE
## 1291     FALSE             0            <NA> 2022-11-28 22:36:29     FALSE
## 1292     FALSE             0            <NA> 2022-11-28 22:36:29     FALSE
## 1293     FALSE             5            <NA> 2022-11-28 22:36:28     FALSE
## 1294     FALSE             0            <NA> 2022-11-28 22:36:27     FALSE
## 1295     FALSE             0            <NA> 2022-11-28 22:36:26     FALSE
## 1296     FALSE             0            <NA> 2022-11-28 22:36:20     FALSE
## 1297     FALSE             0            <NA> 2022-11-28 22:36:17      TRUE
## 1298     FALSE             0            <NA> 2022-11-28 22:36:12     FALSE
## 1299     FALSE             0            <NA> 2022-11-28 22:36:04     FALSE
## 1300     FALSE             0            <NA> 2022-11-28 22:36:01     FALSE
## 1301     FALSE             1            <NA> 2022-11-28 22:35:54     FALSE
## 1302     FALSE             0            <NA> 2022-11-28 22:35:51     FALSE
## 1303     FALSE             0      lexfridman 2022-11-28 22:35:50      TRUE
## 1304     FALSE             0            <NA> 2022-11-28 22:35:44     FALSE
## 1305     FALSE             0            <NA> 2022-11-28 22:35:40     FALSE
## 1306     FALSE             0            <NA> 2022-11-28 22:35:31     FALSE
## 1307     FALSE             0            <NA> 2022-11-28 22:35:30     FALSE
## 1308     FALSE             1            <NA> 2022-11-28 22:35:30     FALSE
## 1309     FALSE             0            <NA> 2022-11-28 22:35:27     FALSE
## 1310     FALSE             0        elonmusk 2022-11-28 22:35:26      TRUE
## 1311     FALSE             0            <NA> 2022-11-28 22:35:26     FALSE
## 1312     FALSE             0            <NA> 2022-11-28 22:35:25     FALSE
## 1313     FALSE             2            <NA> 2022-11-28 22:35:19     FALSE
## 1314     FALSE             0            <NA> 2022-11-28 22:35:17     FALSE
## 1315     FALSE             0            <NA> 2022-11-28 22:35:15     FALSE
## 1316     FALSE             0            <NA> 2022-11-28 22:35:13     FALSE
## 1317     FALSE             0            <NA> 2022-11-28 22:35:12     FALSE
## 1318     FALSE             0            <NA> 2022-11-28 22:35:10     FALSE
## 1319     FALSE             0            <NA> 2022-11-28 22:35:07     FALSE
## 1320     FALSE             1            <NA> 2022-11-28 22:35:06     FALSE
## 1321     FALSE             0            <NA> 2022-11-28 22:35:05     FALSE
## 1322     FALSE             0            <NA> 2022-11-28 22:35:01     FALSE
## 1323     FALSE             0            <NA> 2022-11-28 22:34:57     FALSE
## 1324     FALSE             1            <NA> 2022-11-28 22:34:55     FALSE
## 1325     FALSE             0            <NA> 2022-11-28 22:34:55     FALSE
## 1326     FALSE             1            <NA> 2022-11-28 22:34:52     FALSE
## 1327     FALSE             0            <NA> 2022-11-28 22:34:50     FALSE
## 1328     FALSE             1            <NA> 2022-11-28 22:34:48     FALSE
## 1329     FALSE             2            <NA> 2022-11-28 22:34:45     FALSE
## 1330     FALSE             1            <NA> 2022-11-28 22:34:43     FALSE
## 1331     FALSE             0            <NA> 2022-11-28 22:34:41     FALSE
## 1332     FALSE             3            <NA> 2022-11-28 22:34:40     FALSE
## 1333     FALSE             0            <NA> 2022-11-28 22:34:36     FALSE
## 1334     FALSE             0            <NA> 2022-11-28 22:34:34     FALSE
## 1335     FALSE             0            <NA> 2022-11-28 22:34:23     FALSE
## 1336     FALSE             0            <NA> 2022-11-28 22:34:21     FALSE
## 1337     FALSE             0            <NA> 2022-11-28 22:34:20     FALSE
## 1338     FALSE             3            <NA> 2022-11-28 22:34:13     FALSE
## 1339     FALSE             0            <NA> 2022-11-28 22:34:11     FALSE
## 1340     FALSE             0            <NA> 2022-11-28 22:34:11     FALSE
## 1341     FALSE             0            <NA> 2022-11-28 22:34:07     FALSE
## 1342     FALSE             0            <NA> 2022-11-28 22:34:03     FALSE
## 1343     FALSE             0            <NA> 2022-11-28 22:34:01     FALSE
## 1344     FALSE             0            <NA> 2022-11-28 22:33:56     FALSE
## 1345     FALSE             0            <NA> 2022-11-28 22:33:53     FALSE
## 1346     FALSE             0            <NA> 2022-11-28 22:33:51     FALSE
## 1347     FALSE             1            <NA> 2022-11-28 22:33:48     FALSE
## 1348     FALSE             0            <NA> 2022-11-28 22:33:43      TRUE
## 1349     FALSE             0       DJKASTONE 2022-11-28 22:33:43     FALSE
## 1350     FALSE             7            <NA> 2022-11-28 22:33:41     FALSE
## 1351     FALSE             0            <NA> 2022-11-28 22:33:37     FALSE
## 1352     FALSE             2            <NA> 2022-11-28 22:33:36     FALSE
## 1353     FALSE             0            <NA> 2022-11-28 22:33:34     FALSE
## 1354     FALSE             1       PSYKEYstr 2022-11-28 22:33:31     FALSE
## 1355     FALSE             1            <NA> 2022-11-28 22:33:27      TRUE
## 1356     FALSE             0            <NA> 2022-11-28 22:33:25     FALSE
## 1357     FALSE             0            <NA> 2022-11-28 22:33:25     FALSE
## 1358     FALSE             0            <NA> 2022-11-28 22:33:23     FALSE
## 1359     FALSE             0            <NA> 2022-11-28 22:33:20     FALSE
## 1360     FALSE             1            <NA> 2022-11-28 22:33:17     FALSE
## 1361     FALSE             2            <NA> 2022-11-28 22:33:17     FALSE
## 1362     FALSE             2            <NA> 2022-11-28 22:33:09     FALSE
## 1363     FALSE             1            <NA> 2022-11-28 22:32:52     FALSE
## 1364     FALSE             1            <NA> 2022-11-28 22:32:52     FALSE
## 1365     FALSE             0            <NA> 2022-11-28 22:32:52     FALSE
## 1366     FALSE             1            <NA> 2022-11-28 22:32:47     FALSE
## 1367     FALSE             0            <NA> 2022-11-28 22:32:34     FALSE
## 1368     FALSE             6            <NA> 2022-11-28 22:32:32     FALSE
## 1369     FALSE             0            <NA> 2022-11-28 22:32:32     FALSE
## 1370     FALSE             0            <NA> 2022-11-28 22:32:23      TRUE
## 1371     FALSE             0            <NA> 2022-11-28 22:32:19     FALSE
## 1372     FALSE             0            <NA> 2022-11-28 22:32:19     FALSE
## 1373     FALSE             1            <NA> 2022-11-28 22:32:18     FALSE
## 1374     FALSE             1            <NA> 2022-11-28 22:32:12     FALSE
## 1375     FALSE             1            <NA> 2022-11-28 22:32:07     FALSE
## 1376     FALSE             2            <NA> 2022-11-28 22:31:59     FALSE
## 1377     FALSE             0            <NA> 2022-11-28 22:31:50     FALSE
## 1378     FALSE             0            <NA> 2022-11-28 22:31:48     FALSE
## 1379     FALSE             0            <NA> 2022-11-28 22:31:47     FALSE
## 1380     FALSE             0            <NA> 2022-11-28 22:31:41     FALSE
## 1381     FALSE             0            <NA> 2022-11-28 22:31:39     FALSE
## 1382     FALSE             1            <NA> 2022-11-28 22:31:35     FALSE
## 1383     FALSE             0            <NA> 2022-11-28 22:31:27     FALSE
## 1384     FALSE             0            <NA> 2022-11-28 22:31:25     FALSE
## 1385     FALSE             0            <NA> 2022-11-28 22:31:13     FALSE
## 1386     FALSE            19            <NA> 2022-11-28 22:31:10     FALSE
## 1387     FALSE             1            <NA> 2022-11-28 22:31:10      TRUE
## 1388     FALSE             0            <NA> 2022-11-28 22:31:07     FALSE
## 1389     FALSE             0            <NA> 2022-11-28 22:30:59     FALSE
## 1390     FALSE             0            <NA> 2022-11-28 22:30:57     FALSE
## 1391     FALSE             0            <NA> 2022-11-28 22:30:52     FALSE
## 1392     FALSE             1            <NA> 2022-11-28 22:30:45     FALSE
## 1393     FALSE             0            <NA> 2022-11-28 22:30:45     FALSE
## 1394     FALSE             2            <NA> 2022-11-28 22:30:44     FALSE
## 1395     FALSE             0            <NA> 2022-11-28 22:30:39     FALSE
## 1396     FALSE            13       chartdata 2022-11-28 22:30:38     FALSE
## 1397     FALSE             2            <NA> 2022-11-28 22:30:31      TRUE
## 1398     FALSE             0            <NA> 2022-11-28 22:30:26     FALSE
## 1399     FALSE             0            <NA> 2022-11-28 22:30:25     FALSE
## 1400     FALSE             1            <NA> 2022-11-28 22:30:23     FALSE
## 1401     FALSE             0            <NA> 2022-11-28 22:30:21     FALSE
## 1402     FALSE             0            <NA> 2022-11-28 22:30:14     FALSE
## 1403     FALSE             6            <NA> 2022-11-28 22:30:11     FALSE
## 1404     FALSE             1            <NA> 2022-11-28 22:30:08     FALSE
## 1405     FALSE             0            <NA> 2022-11-28 22:29:55     FALSE
## 1406     FALSE             1            <NA> 2022-11-28 22:29:53      TRUE
## 1407     FALSE             0            <NA> 2022-11-28 22:29:53     FALSE
## 1408     FALSE             2         Spotify 2022-11-28 22:29:52     FALSE
## 1409     FALSE             0            <NA> 2022-11-28 22:29:44     FALSE
## 1410     FALSE             0            <NA> 2022-11-28 22:29:36     FALSE
## 1411     FALSE             0            <NA> 2022-11-28 22:29:35      TRUE
## 1412     FALSE             1            <NA> 2022-11-28 22:29:34     FALSE
## 1413     FALSE             1            <NA> 2022-11-28 22:29:33     FALSE
## 1414     FALSE             0            <NA> 2022-11-28 22:29:31     FALSE
## 1415     FALSE             0            <NA> 2022-11-28 22:29:30     FALSE
## 1416     FALSE             0            <NA> 2022-11-28 22:29:19     FALSE
## 1417     FALSE             0            <NA> 2022-11-28 22:29:14     FALSE
## 1418     FALSE             0            <NA> 2022-11-28 22:29:12     FALSE
## 1419     FALSE             1            <NA> 2022-11-28 22:29:05     FALSE
## 1420     FALSE             0            <NA> 2022-11-28 22:29:04     FALSE
## 1421     FALSE             0            <NA> 2022-11-28 22:29:04     FALSE
## 1422     FALSE             0            <NA> 2022-11-28 22:29:00     FALSE
## 1423     FALSE             2            <NA> 2022-11-28 22:28:59      TRUE
## 1424     FALSE             2            <NA> 2022-11-28 22:28:57     FALSE
## 1425     FALSE             0            <NA> 2022-11-28 22:28:51     FALSE
## 1426     FALSE             0            <NA> 2022-11-28 22:28:48     FALSE
## 1427     FALSE             0            <NA> 2022-11-28 22:28:47     FALSE
## 1428     FALSE             0            <NA> 2022-11-28 22:28:46     FALSE
## 1429     FALSE             0            <NA> 2022-11-28 22:28:41     FALSE
## 1430     FALSE             0            <NA> 2022-11-28 22:28:15     FALSE
## 1431     FALSE             0            <NA> 2022-11-28 22:28:13     FALSE
## 1432     FALSE             0            <NA> 2022-11-28 22:28:12      TRUE
## 1433     FALSE             0            <NA> 2022-11-28 22:28:05     FALSE
## 1434     FALSE             1            <NA> 2022-11-28 22:28:00     FALSE
## 1435     FALSE             0            <NA> 2022-11-28 22:28:00     FALSE
## 1436     FALSE             0            <NA> 2022-11-28 22:27:59     FALSE
## 1437     FALSE             0            <NA> 2022-11-28 22:27:54     FALSE
## 1438     FALSE             0            <NA> 2022-11-28 22:27:51     FALSE
## 1439     FALSE             0            <NA> 2022-11-28 22:27:49      TRUE
## 1440     FALSE             1            <NA> 2022-11-28 22:27:49     FALSE
## 1441     FALSE             2            <NA> 2022-11-28 22:27:36     FALSE
## 1442     FALSE             1   thee_LuiRemix 2022-11-28 22:27:20     FALSE
## 1443     FALSE             1            <NA> 2022-11-28 22:27:18     FALSE
## 1444     FALSE             0            <NA> 2022-11-28 22:27:18      TRUE
## 1445     FALSE             1            <NA> 2022-11-28 22:26:59     FALSE
## 1446     FALSE             0  aquarianweekly 2022-11-28 22:26:51     FALSE
## 1447     FALSE             1            <NA> 2022-11-28 22:26:33     FALSE
## 1448     FALSE             3            <NA> 2022-11-28 22:26:24      TRUE
## 1449     FALSE             0            <NA> 2022-11-28 22:26:21     FALSE
## 1450     FALSE             1            <NA> 2022-11-28 22:26:20     FALSE
## 1451     FALSE             0            <NA> 2022-11-28 22:26:19     FALSE
## 1452     FALSE             0            <NA> 2022-11-28 22:26:16     FALSE
## 1453     FALSE             1            <NA> 2022-11-28 22:26:09     FALSE
## 1454     FALSE             0            <NA> 2022-11-28 22:26:08     FALSE
## 1455     FALSE             0            <NA> 2022-11-28 22:26:03     FALSE
## 1456     FALSE             1            <NA> 2022-11-28 22:26:02     FALSE
## 1457     FALSE             0            <NA> 2022-11-28 22:25:55     FALSE
## 1458     FALSE             1            <NA> 2022-11-28 22:25:52      TRUE
## 1459     FALSE             0            <NA> 2022-11-28 22:25:51     FALSE
## 1460     FALSE             0            <NA> 2022-11-28 22:25:50     FALSE
## 1461     FALSE             1            <NA> 2022-11-28 22:25:48     FALSE
## 1462     FALSE             0            <NA> 2022-11-28 22:25:42     FALSE
## 1463     FALSE             0      JannyJanis 2022-11-28 22:25:38     FALSE
## 1464     FALSE             0            <NA> 2022-11-28 22:25:38     FALSE
## 1465     FALSE             0            <NA> 2022-11-28 22:25:36     FALSE
## 1466     FALSE             0            <NA> 2022-11-28 22:25:32     FALSE
## 1467     FALSE             1            <NA> 2022-11-28 22:25:31      TRUE
## 1468     FALSE             0            <NA> 2022-11-28 22:25:29     FALSE
## 1469     FALSE             0            <NA> 2022-11-28 22:25:27     FALSE
## 1470     FALSE             1            <NA> 2022-11-28 22:25:18     FALSE
## 1471     FALSE             2            <NA> 2022-11-28 22:25:11      TRUE
## 1472     FALSE             0            <NA> 2022-11-28 22:25:10      TRUE
## 1473     FALSE             1            <NA> 2022-11-28 22:25:07     FALSE
## 1474     FALSE             0            <NA> 2022-11-28 22:25:07     FALSE
## 1475     FALSE             1            <NA> 2022-11-28 22:24:51     FALSE
## 1476     FALSE             1            <NA> 2022-11-28 22:24:51     FALSE
## 1477     FALSE             1            <NA> 2022-11-28 22:24:48     FALSE
## 1478     FALSE             0            <NA> 2022-11-28 22:24:48     FALSE
## 1479     FALSE             0            <NA> 2022-11-28 22:24:47     FALSE
## 1480     FALSE             1            <NA> 2022-11-28 22:24:44     FALSE
## 1481     FALSE             1            <NA> 2022-11-28 22:24:44     FALSE
## 1482     FALSE             1            <NA> 2022-11-28 22:24:44     FALSE
## 1483     FALSE             1            <NA> 2022-11-28 22:24:43     FALSE
## 1484     FALSE             0            <NA> 2022-11-28 22:24:41     FALSE
## 1485     FALSE             1            <NA> 2022-11-28 22:24:40     FALSE
## 1486     FALSE             0            <NA> 2022-11-28 22:24:38     FALSE
## 1487     FALSE             0            <NA> 2022-11-28 22:24:36     FALSE
## 1488     FALSE             0            <NA> 2022-11-28 22:24:27     FALSE
## 1489     FALSE             0            <NA> 2022-11-28 22:24:23     FALSE
## 1490     FALSE             2            <NA> 2022-11-28 22:24:15     FALSE
## 1491     FALSE             3            <NA> 2022-11-28 22:24:14     FALSE
## 1492     FALSE             0            <NA> 2022-11-28 22:24:08      TRUE
## 1493     FALSE             1            <NA> 2022-11-28 22:24:06     FALSE
## 1494     FALSE             1            <NA> 2022-11-28 22:24:04     FALSE
## 1495     FALSE             2            <NA> 2022-11-28 22:24:02     FALSE
## 1496     FALSE             0            <NA> 2022-11-28 22:24:00     FALSE
## 1497     FALSE             1            <NA> 2022-11-28 22:23:57     FALSE
## 1498     FALSE             2            <NA> 2022-11-28 22:23:56     FALSE
## 1499     FALSE             0            <NA> 2022-11-28 22:23:44     FALSE
## 1500     FALSE             0            <NA> 2022-11-28 22:23:44     FALSE
## 1501     FALSE             0            <NA> 2022-11-28 22:23:33     FALSE
## 1502     FALSE            39            <NA> 2022-11-28 22:23:32     FALSE
## 1503     FALSE             0            <NA> 2022-11-28 22:23:30     FALSE
## 1504     FALSE             0            <NA> 2022-11-28 22:23:30     FALSE
## 1505     FALSE             1            <NA> 2022-11-28 22:23:27     FALSE
## 1506     FALSE             0            <NA> 2022-11-28 22:23:24     FALSE
## 1507     FALSE             0            <NA> 2022-11-28 22:23:22     FALSE
## 1508     FALSE             0            <NA> 2022-11-28 22:23:19     FALSE
## 1509     FALSE             1            <NA> 2022-11-28 22:23:09     FALSE
## 1510     FALSE             0            <NA> 2022-11-28 22:23:09     FALSE
## 1511     FALSE             1            <NA> 2022-11-28 22:23:09     FALSE
## 1512     FALSE             4            <NA> 2022-11-28 22:23:07     FALSE
## 1513     FALSE             0            <NA> 2022-11-28 22:23:00     FALSE
## 1514     FALSE             0            <NA> 2022-11-28 22:22:59     FALSE
## 1515     FALSE             0            <NA> 2022-11-28 22:22:59     FALSE
## 1516     FALSE             1            <NA> 2022-11-28 22:22:58     FALSE
## 1517     FALSE             3            <NA> 2022-11-28 22:22:58     FALSE
## 1518     FALSE             1            <NA> 2022-11-28 22:22:54     FALSE
## 1519     FALSE             0            <NA> 2022-11-28 22:22:50     FALSE
## 1520     FALSE             1            <NA> 2022-11-28 22:22:48     FALSE
## 1521     FALSE             0            <NA> 2022-11-28 22:22:42     FALSE
## 1522     FALSE             0            <NA> 2022-11-28 22:22:41     FALSE
## 1523     FALSE             2            <NA> 2022-11-28 22:22:39     FALSE
## 1524     FALSE             4            <NA> 2022-11-28 22:22:34     FALSE
## 1525     FALSE             0            <NA> 2022-11-28 22:22:34     FALSE
## 1526     FALSE             0   laurenboebert 2022-11-28 22:22:28      TRUE
## 1527     FALSE             1            <NA> 2022-11-28 22:22:27     FALSE
## 1528     FALSE             1            <NA> 2022-11-28 22:22:27     FALSE
## 1529     FALSE             1            <NA> 2022-11-28 22:22:24     FALSE
## 1530     FALSE             0            <NA> 2022-11-28 22:22:21     FALSE
## 1531     FALSE             1            <NA> 2022-11-28 22:22:14     FALSE
## 1532     FALSE             0            <NA> 2022-11-28 22:22:10     FALSE
## 1533     FALSE             0            <NA> 2022-11-28 22:22:10      TRUE
## 1534     FALSE             1            <NA> 2022-11-28 22:22:09     FALSE
## 1535     FALSE             0            <NA> 2022-11-28 22:22:05     FALSE
## 1536     FALSE             0            <NA> 2022-11-28 22:22:04     FALSE
## 1537     FALSE             0            <NA> 2022-11-28 22:21:57     FALSE
## 1538     FALSE             0            <NA> 2022-11-28 22:21:47     FALSE
## 1539     FALSE             0            <NA> 2022-11-28 22:21:45     FALSE
## 1540     FALSE             2            <NA> 2022-11-28 22:21:38     FALSE
## 1541     FALSE             0            <NA> 2022-11-28 22:21:36     FALSE
## 1542     FALSE             0            <NA> 2022-11-28 22:21:32      TRUE
## 1543     FALSE             0            <NA> 2022-11-28 22:21:32     FALSE
## 1544     FALSE             3            <NA> 2022-11-28 22:21:30     FALSE
## 1545     FALSE             0            <NA> 2022-11-28 22:21:24      TRUE
## 1546     FALSE             0            <NA> 2022-11-28 22:21:17     FALSE
## 1547     FALSE             2            <NA> 2022-11-28 22:21:17     FALSE
## 1548     FALSE             4            <NA> 2022-11-28 22:21:14      TRUE
## 1549     FALSE             0            <NA> 2022-11-28 22:21:14     FALSE
## 1550     FALSE             0            <NA> 2022-11-28 22:21:11     FALSE
## 1551     FALSE             0            <NA> 2022-11-28 22:21:11     FALSE
## 1552     FALSE             0            <NA> 2022-11-28 22:21:10     FALSE
## 1553     FALSE             0            <NA> 2022-11-28 22:21:07     FALSE
## 1554     FALSE             2            <NA> 2022-11-28 22:21:06     FALSE
## 1555     FALSE             0            <NA> 2022-11-28 22:21:05     FALSE
## 1556     FALSE             0            <NA> 2022-11-28 22:21:01     FALSE
## 1557     FALSE             0            <NA> 2022-11-28 22:21:00     FALSE
## 1558     FALSE             0            <NA> 2022-11-28 22:20:51     FALSE
## 1559     FALSE             0            <NA> 2022-11-28 22:20:51     FALSE
## 1560     FALSE             0            <NA> 2022-11-28 22:20:48     FALSE
## 1561     FALSE             0            <NA> 2022-11-28 22:20:48     FALSE
## 1562     FALSE             2            <NA> 2022-11-28 22:20:48      TRUE
## 1563     FALSE             1            <NA> 2022-11-28 22:20:46     FALSE
## 1564     FALSE             0            <NA> 2022-11-28 22:20:44     FALSE
## 1565     FALSE             1            <NA> 2022-11-28 22:20:37     FALSE
## 1566     FALSE             0            <NA> 2022-11-28 22:20:36     FALSE
## 1567     FALSE             0            <NA> 2022-11-28 22:20:31     FALSE
## 1568     FALSE             4            <NA> 2022-11-28 22:20:31     FALSE
## 1569     FALSE             0            <NA> 2022-11-28 22:20:29      TRUE
## 1570     FALSE             0            <NA> 2022-11-28 22:20:27     FALSE
## 1571     FALSE             0            <NA> 2022-11-28 22:20:26     FALSE
## 1572     FALSE             0          Google 2022-11-28 22:20:25     FALSE
## 1573     FALSE             0            <NA> 2022-11-28 22:20:20     FALSE
## 1574     FALSE             2            <NA> 2022-11-28 22:20:19     FALSE
## 1575     FALSE             0            <NA> 2022-11-28 22:20:15     FALSE
## 1576     FALSE             3            <NA> 2022-11-28 22:20:11      TRUE
## 1577     FALSE             0            <NA> 2022-11-28 22:20:10     FALSE
## 1578     FALSE             0            <NA> 2022-11-28 22:20:08     FALSE
## 1579     FALSE             1            <NA> 2022-11-28 22:20:06     FALSE
## 1580     FALSE             0            <NA> 2022-11-28 22:20:05     FALSE
## 1581     FALSE             0            <NA> 2022-11-28 22:20:01     FALSE
## 1582     FALSE             0            <NA> 2022-11-28 22:19:59     FALSE
## 1583     FALSE             0         Spotify 2022-11-28 22:19:58      TRUE
## 1584     FALSE             0            <NA> 2022-11-28 22:19:56     FALSE
## 1585     FALSE            21            <NA> 2022-11-28 22:19:55      TRUE
## 1586     FALSE             0            <NA> 2022-11-28 22:19:55     FALSE
## 1587     FALSE             0            <NA> 2022-11-28 22:19:54     FALSE
## 1588     FALSE             0            <NA> 2022-11-28 22:19:45      TRUE
## 1589     FALSE             0            <NA> 2022-11-28 22:19:42     FALSE
## 1590     FALSE             0            <NA> 2022-11-28 22:19:37     FALSE
## 1591     FALSE             0            <NA> 2022-11-28 22:19:37     FALSE
## 1592     FALSE             0            <NA> 2022-11-28 22:19:28     FALSE
## 1593     FALSE             0            <NA> 2022-11-28 22:19:24     FALSE
## 1594     FALSE             0            <NA> 2022-11-28 22:19:22     FALSE
## 1595     FALSE             0            <NA> 2022-11-28 22:19:21     FALSE
## 1596     FALSE             0            <NA> 2022-11-28 22:19:13     FALSE
## 1597     FALSE             2            <NA> 2022-11-28 22:19:11     FALSE
## 1598     FALSE             0            <NA> 2022-11-28 22:19:08     FALSE
## 1599     FALSE             2            <NA> 2022-11-28 22:19:00      TRUE
## 1600     FALSE             0            <NA> 2022-11-28 22:18:59      TRUE
## 1601     FALSE             1          megdex 2022-11-28 22:18:59     FALSE
## 1602     FALSE             0            <NA> 2022-11-28 22:18:55     FALSE
## 1603     FALSE             1            <NA> 2022-11-28 22:18:55      TRUE
## 1604     FALSE             0            <NA> 2022-11-28 22:18:53     FALSE
## 1605     FALSE             0            <NA> 2022-11-28 22:18:44     FALSE
## 1606     FALSE             0            <NA> 2022-11-28 22:18:38     FALSE
## 1607     FALSE             0            <NA> 2022-11-28 22:18:33     FALSE
## 1608     FALSE             0            <NA> 2022-11-28 22:18:33     FALSE
## 1609     FALSE             1            <NA> 2022-11-28 22:18:29     FALSE
## 1610     FALSE             0            <NA> 2022-11-28 22:18:23     FALSE
## 1611     FALSE             1            <NA> 2022-11-28 22:18:15      TRUE
## 1612     FALSE             0            <NA> 2022-11-28 22:18:14     FALSE
## 1613     FALSE             0            <NA> 2022-11-28 22:18:14     FALSE
## 1614     FALSE             1            <NA> 2022-11-28 22:18:13     FALSE
## 1615     FALSE             0            <NA> 2022-11-28 22:18:10     FALSE
## 1616     FALSE             0            <NA> 2022-11-28 22:18:07      TRUE
## 1617     FALSE             3            <NA> 2022-11-28 22:18:06      TRUE
## 1618     FALSE             0            <NA> 2022-11-28 22:18:06     FALSE
## 1619     FALSE             0            <NA> 2022-11-28 22:17:59     FALSE
## 1620     FALSE             1            <NA> 2022-11-28 22:17:59     FALSE
## 1621     FALSE             0            <NA> 2022-11-28 22:17:57     FALSE
## 1622     FALSE             0            <NA> 2022-11-28 22:17:46     FALSE
## 1623     FALSE             0            <NA> 2022-11-28 22:17:39     FALSE
## 1624     FALSE             2            <NA> 2022-11-28 22:17:35     FALSE
## 1625     FALSE             0            <NA> 2022-11-28 22:17:33     FALSE
## 1626     FALSE             1            <NA> 2022-11-28 22:17:18     FALSE
## 1627     FALSE             4            <NA> 2022-11-28 22:17:05     FALSE
## 1628     FALSE             0            <NA> 2022-11-28 22:17:02     FALSE
## 1629     FALSE             0            <NA> 2022-11-28 22:17:01     FALSE
## 1630     FALSE             0            <NA> 2022-11-28 22:17:00     FALSE
## 1631     FALSE             0            <NA> 2022-11-28 22:16:56     FALSE
## 1632     FALSE             0            <NA> 2022-11-28 22:16:48     FALSE
## 1633     FALSE             0            <NA> 2022-11-28 22:16:45     FALSE
## 1634     FALSE             0            <NA> 2022-11-28 22:16:41     FALSE
## 1635     FALSE             0            <NA> 2022-11-28 22:16:35     FALSE
## 1636     FALSE             0            <NA> 2022-11-28 22:16:30     FALSE
## 1637     FALSE             0            <NA> 2022-11-28 22:16:27     FALSE
## 1638     FALSE            36            <NA> 2022-11-28 22:16:27     FALSE
## 1639     FALSE             0            <NA> 2022-11-28 22:16:19     FALSE
## 1640     FALSE             0            <NA> 2022-11-28 22:16:15     FALSE
## 1641     FALSE             0            <NA> 2022-11-28 22:16:13     FALSE
## 1642     FALSE             0            <NA> 2022-11-28 22:16:11     FALSE
## 1643     FALSE             0            <NA> 2022-11-28 22:16:10     FALSE
## 1644     FALSE             0            <NA> 2022-11-28 22:16:01     FALSE
## 1645     FALSE             0            <NA> 2022-11-28 22:15:57     FALSE
## 1646     FALSE             0 PierrePoilievre 2022-11-28 22:15:55      TRUE
## 1647     FALSE             2            <NA> 2022-11-28 22:15:55     FALSE
## 1648     FALSE             0            <NA> 2022-11-28 22:15:55     FALSE
## 1649     FALSE             0            <NA> 2022-11-28 22:15:54     FALSE
## 1650     FALSE             0            <NA> 2022-11-28 22:15:52     FALSE
## 1651     FALSE             3            <NA> 2022-11-28 22:15:51     FALSE
## 1652     FALSE             0            <NA> 2022-11-28 22:15:51     FALSE
## 1653     FALSE             0            <NA> 2022-11-28 22:15:46     FALSE
## 1654     FALSE             1            <NA> 2022-11-28 22:15:46     FALSE
## 1655     FALSE             0            <NA> 2022-11-28 22:15:45     FALSE
## 1656     FALSE             0            <NA> 2022-11-28 22:15:45     FALSE
## 1657     FALSE             0            <NA> 2022-11-28 22:15:41      TRUE
## 1658     FALSE             0            <NA> 2022-11-28 22:15:39     FALSE
## 1659     FALSE             0            <NA> 2022-11-28 22:15:36     FALSE
## 1660     FALSE             0            <NA> 2022-11-28 22:15:29     FALSE
## 1661     FALSE             0            <NA> 2022-11-28 22:15:28     FALSE
## 1662     FALSE             0            <NA> 2022-11-28 22:15:24     FALSE
## 1663     FALSE             0            <NA> 2022-11-28 22:15:22     FALSE
## 1664     FALSE             0            <NA> 2022-11-28 22:15:20     FALSE
## 1665     FALSE             2            <NA> 2022-11-28 22:15:16     FALSE
## 1666     FALSE             0            <NA> 2022-11-28 22:15:15     FALSE
## 1667     FALSE             0            <NA> 2022-11-28 22:15:12     FALSE
## 1668     FALSE             3            <NA> 2022-11-28 22:15:12     FALSE
## 1669     FALSE             0            <NA> 2022-11-28 22:15:10     FALSE
## 1670     FALSE             0            <NA> 2022-11-28 22:15:09     FALSE
## 1671     FALSE             0            <NA> 2022-11-28 22:15:09     FALSE
## 1672     FALSE             0            <NA> 2022-11-28 22:15:06     FALSE
## 1673     FALSE             0            <NA> 2022-11-28 22:15:04     FALSE
## 1674     FALSE             0            <NA> 2022-11-28 22:14:58     FALSE
## 1675     FALSE             1       PALLOMmp3 2022-11-28 22:14:54     FALSE
## 1676     FALSE             0            <NA> 2022-11-28 22:14:48     FALSE
## 1677     FALSE             0            <NA> 2022-11-28 22:14:48     FALSE
## 1678     FALSE             1            <NA> 2022-11-28 22:14:40     FALSE
## 1679     FALSE             0            <NA> 2022-11-28 22:14:38     FALSE
## 1680     FALSE             1            <NA> 2022-11-28 22:14:36      TRUE
## 1681     FALSE             0            <NA> 2022-11-28 22:14:36     FALSE
## 1682     FALSE             1            <NA> 2022-11-28 22:14:28      TRUE
## 1683     FALSE             0            <NA> 2022-11-28 22:14:26     FALSE
## 1684     FALSE             0            <NA> 2022-11-28 22:14:26     FALSE
## 1685     FALSE             0            <NA> 2022-11-28 22:14:24     FALSE
## 1686     FALSE             0            <NA> 2022-11-28 22:14:24     FALSE
## 1687     FALSE             0            <NA> 2022-11-28 22:14:23     FALSE
## 1688     FALSE             0            <NA> 2022-11-28 22:14:19     FALSE
## 1689     FALSE             0            <NA> 2022-11-28 22:14:19     FALSE
## 1690     FALSE             0            <NA> 2022-11-28 22:14:13     FALSE
## 1691     FALSE             0            <NA> 2022-11-28 22:14:11     FALSE
## 1692     FALSE             0            <NA> 2022-11-28 22:14:10     FALSE
## 1693     FALSE             0            <NA> 2022-11-28 22:14:09     FALSE
## 1694     FALSE             0            <NA> 2022-11-28 22:14:01     FALSE
## 1695     FALSE             0            <NA> 2022-11-28 22:13:57      TRUE
## 1696     FALSE             0            <NA> 2022-11-28 22:13:57     FALSE
## 1697     FALSE             7            <NA> 2022-11-28 22:13:55     FALSE
## 1698     FALSE             0            <NA> 2022-11-28 22:13:55     FALSE
## 1699     FALSE             1            <NA> 2022-11-28 22:13:53     FALSE
## 1700     FALSE             1            <NA> 2022-11-28 22:13:45      TRUE
## 1701     FALSE             0            <NA> 2022-11-28 22:13:45     FALSE
## 1702     FALSE             0            <NA> 2022-11-28 22:13:43     FALSE
## 1703     FALSE             0            <NA> 2022-11-28 22:13:37     FALSE
## 1704     FALSE             0            <NA> 2022-11-28 22:13:36     FALSE
## 1705     FALSE             0            <NA> 2022-11-28 22:13:36     FALSE
## 1706     FALSE             0            <NA> 2022-11-28 22:13:35     FALSE
## 1707     FALSE             0            <NA> 2022-11-28 22:13:34      TRUE
## 1708     FALSE             0            <NA> 2022-11-28 22:13:33     FALSE
## 1709     FALSE             0            <NA> 2022-11-28 22:13:33     FALSE
## 1710     FALSE             0            <NA> 2022-11-28 22:13:32     FALSE
## 1711     FALSE             0            <NA> 2022-11-28 22:13:30     FALSE
## 1712     FALSE             0            <NA> 2022-11-28 22:13:29     FALSE
## 1713     FALSE             0            <NA> 2022-11-28 22:13:29     FALSE
## 1714     FALSE             0            <NA> 2022-11-28 22:13:28     FALSE
## 1715     FALSE             1            <NA> 2022-11-28 22:13:27     FALSE
## 1716     FALSE             0            <NA> 2022-11-28 22:13:20     FALSE
## 1717     FALSE             0            <NA> 2022-11-28 22:13:19     FALSE
## 1718     FALSE             0            <NA> 2022-11-28 22:13:19     FALSE
## 1719     FALSE             0            <NA> 2022-11-28 22:13:19     FALSE
## 1720     FALSE             1            <NA> 2022-11-28 22:13:15     FALSE
## 1721     FALSE             0            <NA> 2022-11-28 22:13:13     FALSE
## 1722     FALSE             0            <NA> 2022-11-28 22:13:11     FALSE
## 1723     FALSE             0            <NA> 2022-11-28 22:13:09     FALSE
## 1724     FALSE             0            <NA> 2022-11-28 22:13:09      TRUE
## 1725     FALSE             1            <NA> 2022-11-28 22:13:07     FALSE
## 1726     FALSE             0            <NA> 2022-11-28 22:13:06      TRUE
## 1727     FALSE             0            <NA> 2022-11-28 22:13:02     FALSE
## 1728     FALSE             0            <NA> 2022-11-28 22:12:59     FALSE
## 1729     FALSE             0            <NA> 2022-11-28 22:12:57     FALSE
## 1730     FALSE             1            <NA> 2022-11-28 22:12:56     FALSE
## 1731     FALSE             0            <NA> 2022-11-28 22:12:54     FALSE
## 1732     FALSE             0            <NA> 2022-11-28 22:12:50     FALSE
## 1733     FALSE            10            <NA> 2022-11-28 22:12:50      TRUE
## 1734     FALSE             0            <NA> 2022-11-28 22:12:49     FALSE
## 1735     FALSE             0            <NA> 2022-11-28 22:12:46      TRUE
## 1736     FALSE           257            <NA> 2022-11-28 22:12:44     FALSE
## 1737     FALSE             1            <NA> 2022-11-28 22:12:44     FALSE
## 1738     FALSE             0            <NA> 2022-11-28 22:12:41     FALSE
## 1739     FALSE             0            <NA> 2022-11-28 22:12:40     FALSE
## 1740     FALSE             0            <NA> 2022-11-28 22:12:34     FALSE
## 1741     FALSE             0            <NA> 2022-11-28 22:12:29     FALSE
## 1742     FALSE             1            <NA> 2022-11-28 22:12:28     FALSE
## 1743     FALSE             0            <NA> 2022-11-28 22:12:25     FALSE
## 1744     FALSE             0            <NA> 2022-11-28 22:12:23     FALSE
## 1745     FALSE             2            <NA> 2022-11-28 22:12:21     FALSE
## 1746     FALSE             7         Spotify 2022-11-28 22:12:18      TRUE
## 1747     FALSE             1            <NA> 2022-11-28 22:12:16     FALSE
## 1748     FALSE             1            <NA> 2022-11-28 22:12:16     FALSE
## 1749     FALSE             0            <NA> 2022-11-28 22:12:15     FALSE
## 1750     FALSE             0            <NA> 2022-11-28 22:12:10     FALSE
## 1751     FALSE             0            <NA> 2022-11-28 22:12:10     FALSE
## 1752     FALSE             0            <NA> 2022-11-28 22:12:06     FALSE
## 1753     FALSE             0            <NA> 2022-11-28 22:12:01     FALSE
## 1754     FALSE             4            <NA> 2022-11-28 22:12:00     FALSE
## 1755     FALSE             0            <NA> 2022-11-28 22:12:00     FALSE
## 1756     FALSE             0            <NA> 2022-11-28 22:11:59     FALSE
## 1757     FALSE             0            <NA> 2022-11-28 22:11:57     FALSE
## 1758     FALSE             0            <NA> 2022-11-28 22:11:53     FALSE
## 1759     FALSE             0            <NA> 2022-11-28 22:11:51     FALSE
## 1760     FALSE             0            <NA> 2022-11-28 22:11:49     FALSE
## 1761     FALSE             1            <NA> 2022-11-28 22:11:47      TRUE
## 1762     FALSE            10            <NA> 2022-11-28 22:11:43      TRUE
## 1763     FALSE             1            <NA> 2022-11-28 22:11:38     FALSE
## 1764     FALSE             0            <NA> 2022-11-28 22:11:35     FALSE
## 1765     FALSE             0            <NA> 2022-11-28 22:11:33     FALSE
## 1766     FALSE             0            <NA> 2022-11-28 22:11:31      TRUE
## 1767     FALSE             1            <NA> 2022-11-28 22:11:28     FALSE
## 1768     FALSE             0            <NA> 2022-11-28 22:11:26     FALSE
## 1769     FALSE             0            <NA> 2022-11-28 22:11:21     FALSE
## 1770     FALSE             0            <NA> 2022-11-28 22:11:17     FALSE
## 1771     FALSE             0            <NA> 2022-11-28 22:11:13     FALSE
## 1772     FALSE             1            <NA> 2022-11-28 22:11:10     FALSE
## 1773     FALSE             0            <NA> 2022-11-28 22:11:09     FALSE
## 1774     FALSE             2            <NA> 2022-11-28 22:11:05     FALSE
## 1775     FALSE             0            <NA> 2022-11-28 22:11:03     FALSE
## 1776     FALSE             0            <NA> 2022-11-28 22:10:54     FALSE
## 1777     FALSE             0            <NA> 2022-11-28 22:10:48     FALSE
## 1778     FALSE             0            <NA> 2022-11-28 22:10:46     FALSE
## 1779     FALSE             0            <NA> 2022-11-28 22:10:45     FALSE
## 1780     FALSE             0            <NA> 2022-11-28 22:10:42      TRUE
## 1781     FALSE             0            <NA> 2022-11-28 22:10:41     FALSE
## 1782     FALSE             0            <NA> 2022-11-28 22:10:40     FALSE
## 1783     FALSE             0            <NA> 2022-11-28 22:10:37     FALSE
## 1784     FALSE             0            <NA> 2022-11-28 22:10:34      TRUE
## 1785     FALSE             0            <NA> 2022-11-28 22:10:26     FALSE
## 1786     FALSE             1            <NA> 2022-11-28 22:10:21      TRUE
## 1787     FALSE             1            <NA> 2022-11-28 22:10:20      TRUE
## 1788     FALSE             0            <NA> 2022-11-28 22:10:18     FALSE
## 1789     FALSE             0            <NA> 2022-11-28 22:10:18     FALSE
## 1790     FALSE             3            <NA> 2022-11-28 22:10:16     FALSE
## 1791     FALSE             0            <NA> 2022-11-28 22:10:15     FALSE
## 1792     FALSE             0            <NA> 2022-11-28 22:10:15     FALSE
## 1793     FALSE             3            <NA> 2022-11-28 22:10:11     FALSE
## 1794     FALSE             0            <NA> 2022-11-28 22:10:09     FALSE
## 1795     FALSE             5            <NA> 2022-11-28 22:10:08     FALSE
## 1796     FALSE             1            <NA> 2022-11-28 22:10:07     FALSE
## 1797     FALSE             0            <NA> 2022-11-28 22:10:06     FALSE
## 1798     FALSE             0            <NA> 2022-11-28 22:10:05      TRUE
## 1799     FALSE             0            <NA> 2022-11-28 22:10:05     FALSE
## 1800     FALSE             0            <NA> 2022-11-28 22:09:59     FALSE
## 1801     FALSE             0            <NA> 2022-11-28 22:09:53     FALSE
## 1802     FALSE             0            <NA> 2022-11-28 22:09:51     FALSE
## 1803     FALSE             1            <NA> 2022-11-28 22:09:49     FALSE
## 1804     FALSE             0            <NA> 2022-11-28 22:09:49     FALSE
## 1805     FALSE             1            <NA> 2022-11-28 22:09:37      TRUE
## 1806     FALSE             0            <NA> 2022-11-28 22:09:34     FALSE
## 1807     FALSE             0            <NA> 2022-11-28 22:09:32     FALSE
## 1808     FALSE             0            <NA> 2022-11-28 22:09:27     FALSE
## 1809     FALSE             0            <NA> 2022-11-28 22:09:25     FALSE
## 1810     FALSE             0            <NA> 2022-11-28 22:09:21     FALSE
## 1811     FALSE             1            <NA> 2022-11-28 22:09:21      TRUE
## 1812     FALSE             0            <NA> 2022-11-28 22:09:08     FALSE
## 1813     FALSE             0            <NA> 2022-11-28 22:09:06     FALSE
## 1814     FALSE             0            <NA> 2022-11-28 22:09:01     FALSE
## 1815     FALSE             0            <NA> 2022-11-28 22:08:50     FALSE
## 1816     FALSE             0            <NA> 2022-11-28 22:08:50     FALSE
## 1817     FALSE             0            <NA> 2022-11-28 22:08:48     FALSE
## 1818     FALSE             0            <NA> 2022-11-28 22:08:47     FALSE
## 1819     FALSE             0            <NA> 2022-11-28 22:08:42     FALSE
## 1820     FALSE             0            <NA> 2022-11-28 22:08:37     FALSE
## 1821     FALSE             0            <NA> 2022-11-28 22:08:37     FALSE
## 1822     FALSE             0            <NA> 2022-11-28 22:08:35     FALSE
## 1823     FALSE             0            <NA> 2022-11-28 22:08:35     FALSE
## 1824     FALSE             1            <NA> 2022-11-28 22:08:32     FALSE
## 1825     FALSE             0            <NA> 2022-11-28 22:08:27     FALSE
## 1826     FALSE             0            <NA> 2022-11-28 22:08:23     FALSE
## 1827     FALSE             0            <NA> 2022-11-28 22:08:20     FALSE
## 1828     FALSE             0            <NA> 2022-11-28 22:08:16     FALSE
## 1829     FALSE             0            <NA> 2022-11-28 22:08:13     FALSE
## 1830     FALSE             0            <NA> 2022-11-28 22:08:12     FALSE
## 1831     FALSE             0            <NA> 2022-11-28 22:08:10     FALSE
## 1832     FALSE             0            <NA> 2022-11-28 22:08:09     FALSE
## 1833     FALSE             1            <NA> 2022-11-28 22:07:57     FALSE
## 1834     FALSE             0            <NA> 2022-11-28 22:07:56     FALSE
## 1835     FALSE             1            <NA> 2022-11-28 22:07:54      TRUE
## 1836     FALSE             0            <NA> 2022-11-28 22:07:54     FALSE
## 1837     FALSE             5            <NA> 2022-11-28 22:07:51     FALSE
## 1838     FALSE             0            <NA> 2022-11-28 22:07:50     FALSE
## 1839     FALSE             0            <NA> 2022-11-28 22:07:49     FALSE
## 1840     FALSE             1            <NA> 2022-11-28 22:07:39     FALSE
## 1841     FALSE             1            <NA> 2022-11-28 22:07:36     FALSE
## 1842     FALSE             0            <NA> 2022-11-28 22:07:34     FALSE
## 1843     FALSE             0            <NA> 2022-11-28 22:07:33     FALSE
## 1844     FALSE             0            <NA> 2022-11-28 22:07:31     FALSE
## 1845     FALSE             1   thezarprogram 2022-11-28 22:07:29      TRUE
## 1846     FALSE             0            <NA> 2022-11-28 22:07:24     FALSE
## 1847     FALSE             0            <NA> 2022-11-28 22:07:22     FALSE
## 1848     FALSE             0            <NA> 2022-11-28 22:07:18     FALSE
## 1849     FALSE             0            <NA> 2022-11-28 22:07:17     FALSE
## 1850     FALSE             0            <NA> 2022-11-28 22:07:13     FALSE
## 1851     FALSE             0            <NA> 2022-11-28 22:07:13     FALSE
## 1852     FALSE             2            <NA> 2022-11-28 22:07:12     FALSE
## 1853     FALSE             1            <NA> 2022-11-28 22:07:12     FALSE
## 1854     FALSE             0            <NA> 2022-11-28 22:06:57     FALSE
## 1855     FALSE             0            <NA> 2022-11-28 22:06:57     FALSE
## 1856     FALSE             0            <NA> 2022-11-28 22:06:55     FALSE
## 1857     FALSE             7            <NA> 2022-11-28 22:06:55     FALSE
## 1858     FALSE             0            <NA> 2022-11-28 22:06:43     FALSE
## 1859     FALSE             0            <NA> 2022-11-28 22:06:41     FALSE
## 1860     FALSE             0            <NA> 2022-11-28 22:06:38     FALSE
## 1861     FALSE             1            <NA> 2022-11-28 22:06:38     FALSE
## 1862     FALSE             0            <NA> 2022-11-28 22:06:26     FALSE
## 1863     FALSE             0            <NA> 2022-11-28 22:06:25      TRUE
## 1864     FALSE             0            <NA> 2022-11-28 22:06:25      TRUE
## 1865     FALSE             1            <NA> 2022-11-28 22:06:18     FALSE
## 1866     FALSE             0            <NA> 2022-11-28 22:06:17     FALSE
## 1867     FALSE             0            <NA> 2022-11-28 22:06:12     FALSE
## 1868     FALSE             0            <NA> 2022-11-28 22:06:09     FALSE
## 1869     FALSE             0            <NA> 2022-11-28 22:06:06     FALSE
## 1870     FALSE             0            <NA> 2022-11-28 22:06:02     FALSE
## 1871     FALSE             0            <NA> 2022-11-28 22:06:01     FALSE
## 1872     FALSE             0            <NA> 2022-11-28 22:05:50     FALSE
## 1873     FALSE             0            <NA> 2022-11-28 22:05:50     FALSE
## 1874     FALSE             0            <NA> 2022-11-28 22:05:49     FALSE
## 1875     FALSE             0            <NA> 2022-11-28 22:05:40     FALSE
## 1876     FALSE             0            <NA> 2022-11-28 22:05:38     FALSE
## 1877     FALSE             0            <NA> 2022-11-28 22:05:34     FALSE
## 1878     FALSE             2            <NA> 2022-11-28 22:05:33     FALSE
## 1879     FALSE             0            <NA> 2022-11-28 22:05:30     FALSE
## 1880     FALSE             0            <NA> 2022-11-28 22:05:30     FALSE
## 1881     FALSE             1            <NA> 2022-11-28 22:05:29     FALSE
## 1882     FALSE             0            <NA> 2022-11-28 22:05:27     FALSE
## 1883     FALSE             0            <NA> 2022-11-28 22:05:16     FALSE
## 1884     FALSE             0            <NA> 2022-11-28 22:05:11     FALSE
## 1885     FALSE             0            <NA> 2022-11-28 22:05:07     FALSE
## 1886     FALSE             1            <NA> 2022-11-28 22:05:05     FALSE
## 1887     FALSE             0            <NA> 2022-11-28 22:05:02     FALSE
## 1888     FALSE             1            <NA> 2022-11-28 22:04:58     FALSE
## 1889     FALSE             0            <NA> 2022-11-28 22:04:55     FALSE
## 1890     FALSE             1            <NA> 2022-11-28 22:04:47     FALSE
## 1891     FALSE             0            <NA> 2022-11-28 22:04:45     FALSE
## 1892     FALSE             0            <NA> 2022-11-28 22:04:44     FALSE
## 1893     FALSE             0            <NA> 2022-11-28 22:04:41     FALSE
## 1894     FALSE             1            <NA> 2022-11-28 22:04:40     FALSE
## 1895     FALSE             0            <NA> 2022-11-28 22:04:38     FALSE
## 1896     FALSE             0            <NA> 2022-11-28 22:04:37      TRUE
## 1897     FALSE             0            <NA> 2022-11-28 22:04:32     FALSE
## 1898     FALSE             0            <NA> 2022-11-28 22:04:30     FALSE
## 1899     FALSE             1            <NA> 2022-11-28 22:04:30      TRUE
## 1900     FALSE             0            <NA> 2022-11-28 22:04:29     FALSE
## 1901     FALSE             0            <NA> 2022-11-28 22:04:29     FALSE
## 1902     FALSE             0            <NA> 2022-11-28 22:04:26     FALSE
## 1903     FALSE             0            <NA> 2022-11-28 22:04:22     FALSE
## 1904     FALSE             0            <NA> 2022-11-28 22:04:19     FALSE
## 1905     FALSE             0            <NA> 2022-11-28 22:04:17     FALSE
## 1906     FALSE             0            <NA> 2022-11-28 22:04:17     FALSE
## 1907     FALSE             1            <NA> 2022-11-28 22:04:13     FALSE
## 1908     FALSE             0            <NA> 2022-11-28 22:04:08     FALSE
## 1909     FALSE             0            <NA> 2022-11-28 22:04:01     FALSE
## 1910     FALSE             0            <NA> 2022-11-28 22:03:59     FALSE
## 1911     FALSE             1            <NA> 2022-11-28 22:03:58     FALSE
## 1912     FALSE             1            <NA> 2022-11-28 22:03:55     FALSE
## 1913     FALSE             1            <NA> 2022-11-28 22:03:54      TRUE
## 1914     FALSE             0            <NA> 2022-11-28 22:03:53     FALSE
## 1915     FALSE             0            <NA> 2022-11-28 22:03:50     FALSE
## 1916     FALSE             0            <NA> 2022-11-28 22:03:49     FALSE
## 1917     FALSE             1            <NA> 2022-11-28 22:03:48     FALSE
## 1918     FALSE             0            <NA> 2022-11-28 22:03:44     FALSE
## 1919     FALSE             1            <NA> 2022-11-28 22:03:43     FALSE
## 1920     FALSE             0            <NA> 2022-11-28 22:03:42     FALSE
## 1921     FALSE             0            <NA> 2022-11-28 22:03:42     FALSE
## 1922     FALSE             4            <NA> 2022-11-28 22:03:40     FALSE
## 1923     FALSE             0            <NA> 2022-11-28 22:03:39     FALSE
## 1924     FALSE             7            <NA> 2022-11-28 22:03:37     FALSE
## 1925     FALSE             0            <NA> 2022-11-28 22:03:31     FALSE
## 1926     FALSE             2            <NA> 2022-11-28 22:03:25     FALSE
## 1927     FALSE             1            <NA> 2022-11-28 22:03:24     FALSE
## 1928     FALSE             0            <NA> 2022-11-28 22:03:18     FALSE
## 1929     FALSE             1            <NA> 2022-11-28 22:03:15     FALSE
## 1930     FALSE             0            <NA> 2022-11-28 22:03:12     FALSE
## 1931     FALSE             1            <NA> 2022-11-28 22:03:11     FALSE
## 1932     FALSE             0            <NA> 2022-11-28 22:03:08     FALSE
## 1933     FALSE             0            <NA> 2022-11-28 22:03:08     FALSE
## 1934     FALSE             1            <NA> 2022-11-28 22:03:04     FALSE
## 1935     FALSE             0            <NA> 2022-11-28 22:02:59     FALSE
## 1936     FALSE             0            <NA> 2022-11-28 22:02:58     FALSE
## 1937     FALSE             0            <NA> 2022-11-28 22:02:58     FALSE
## 1938     FALSE             0            <NA> 2022-11-28 22:02:57     FALSE
## 1939     FALSE             0            <NA> 2022-11-28 22:02:53     FALSE
## 1940     FALSE             0            <NA> 2022-11-28 22:02:52     FALSE
## 1941     FALSE             0            <NA> 2022-11-28 22:02:40     FALSE
## 1942     FALSE             0            <NA> 2022-11-28 22:02:39     FALSE
## 1943     FALSE             0            <NA> 2022-11-28 22:02:39     FALSE
## 1944     FALSE             0            <NA> 2022-11-28 22:02:33     FALSE
## 1945     FALSE             1            <NA> 2022-11-28 22:02:25     FALSE
## 1946     FALSE             0            <NA> 2022-11-28 22:02:20     FALSE
## 1947     FALSE             0            <NA> 2022-11-28 22:02:19     FALSE
## 1948     FALSE             1            <NA> 2022-11-28 22:02:17     FALSE
## 1949     FALSE             0            <NA> 2022-11-28 22:02:16     FALSE
## 1950     FALSE             0            <NA> 2022-11-28 22:02:15     FALSE
## 1951     FALSE             0            <NA> 2022-11-28 22:02:13     FALSE
## 1952     FALSE             2            <NA> 2022-11-28 22:02:12     FALSE
## 1953     FALSE             0            <NA> 2022-11-28 22:02:09     FALSE
## 1954     FALSE             1            <NA> 2022-11-28 22:02:08     FALSE
## 1955     FALSE             0            <NA> 2022-11-28 22:02:07     FALSE
## 1956     FALSE             1            <NA> 2022-11-28 22:02:07     FALSE
## 1957     FALSE             1            <NA> 2022-11-28 22:02:06     FALSE
## 1958     FALSE             0            <NA> 2022-11-28 22:02:01     FALSE
## 1959     FALSE             2            <NA> 2022-11-28 22:01:55     FALSE
## 1960     FALSE             0            <NA> 2022-11-28 22:01:52     FALSE
## 1961     FALSE             1            <NA> 2022-11-28 22:01:48     FALSE
## 1962     FALSE             0            <NA> 2022-11-28 22:01:47     FALSE
## 1963     FALSE             0            <NA> 2022-11-28 22:01:45     FALSE
## 1964     FALSE             0            <NA> 2022-11-28 22:01:45     FALSE
## 1965     FALSE             2            <NA> 2022-11-28 22:01:44     FALSE
## 1966     FALSE             6            <NA> 2022-11-28 22:01:35     FALSE
## 1967     FALSE             0            <NA> 2022-11-28 22:01:32     FALSE
## 1968     FALSE             0            <NA> 2022-11-28 22:01:24     FALSE
## 1969     FALSE             0            <NA> 2022-11-28 22:01:24     FALSE
## 1970     FALSE             1            <NA> 2022-11-28 22:01:21     FALSE
## 1971     FALSE             2            <NA> 2022-11-28 22:01:17     FALSE
## 1972     FALSE             0            <NA> 2022-11-28 22:01:14     FALSE
## 1973     FALSE             0            <NA> 2022-11-28 22:01:13     FALSE
## 1974     FALSE             0            <NA> 2022-11-28 22:01:06     FALSE
## 1975     FALSE             0            <NA> 2022-11-28 22:01:00     FALSE
## 1976     FALSE             2            <NA> 2022-11-28 22:01:00      TRUE
## 1977     FALSE             0            <NA> 2022-11-28 22:00:59     FALSE
## 1978     FALSE             0            <NA> 2022-11-28 22:00:58     FALSE
## 1979     FALSE             1            <NA> 2022-11-28 22:00:58     FALSE
## 1980     FALSE             0            <NA> 2022-11-28 22:00:57     FALSE
## 1981     FALSE             1            <NA> 2022-11-28 22:00:53     FALSE
## 1982     FALSE             0            <NA> 2022-11-28 22:00:47     FALSE
## 1983     FALSE             1            <NA> 2022-11-28 22:00:33     FALSE
## 1984     FALSE             0            <NA> 2022-11-28 22:00:31     FALSE
## 1985     FALSE             0            <NA> 2022-11-28 22:00:30     FALSE
## 1986     FALSE             0            <NA> 2022-11-28 22:00:28     FALSE
## 1987     FALSE             0            <NA> 2022-11-28 22:00:27     FALSE
## 1988     FALSE             0            <NA> 2022-11-28 22:00:23     FALSE
## 1989     FALSE             0            <NA> 2022-11-28 22:00:15     FALSE
## 1990     FALSE             0            <NA> 2022-11-28 22:00:14     FALSE
## 1991     FALSE             1            <NA> 2022-11-28 22:00:11     FALSE
## 1992     FALSE             1            <NA> 2022-11-28 22:00:09      TRUE
## 1993     FALSE            20            <NA> 2022-11-28 22:00:04      TRUE
## 1994     FALSE             0         Spotify 2022-11-28 22:00:01     FALSE
## 1995     FALSE             1            <NA> 2022-11-28 21:59:59     FALSE
## 1996     FALSE             0            <NA> 2022-11-28 21:59:58     FALSE
## 1997     FALSE             0            <NA> 2022-11-28 21:59:54      TRUE
## 1998     FALSE             0            <NA> 2022-11-28 21:59:46     FALSE
## 1999     FALSE             0            <NA> 2022-11-28 21:59:46     FALSE
## 2000     FALSE             0            <NA> 2022-11-28 21:59:46     FALSE
## 2001     FALSE             0            <NA> 2022-11-28 21:59:44     FALSE
## 2002     FALSE             0            <NA> 2022-11-28 21:59:39     FALSE
## 2003     FALSE             0            <NA> 2022-11-28 21:59:38     FALSE
## 2004     FALSE             0            <NA> 2022-11-28 21:59:38     FALSE
## 2005     FALSE             1            <NA> 2022-11-28 21:59:38      TRUE
## 2006     FALSE             0            <NA> 2022-11-28 21:59:33     FALSE
## 2007     FALSE             0            <NA> 2022-11-28 21:59:33     FALSE
## 2008     FALSE             0            <NA> 2022-11-28 21:59:30     FALSE
## 2009     FALSE             2            <NA> 2022-11-28 21:59:27     FALSE
## 2010     FALSE             0            <NA> 2022-11-28 21:59:26     FALSE
## 2011     FALSE             0            <NA> 2022-11-28 21:59:26     FALSE
## 2012     FALSE             0            <NA> 2022-11-28 21:59:26     FALSE
## 2013     FALSE             1            <NA> 2022-11-28 21:59:26     FALSE
## 2014     FALSE             0        elonmusk 2022-11-28 21:59:25      TRUE
## 2015     FALSE             4            <NA> 2022-11-28 21:59:24     FALSE
## 2016     FALSE             0            <NA> 2022-11-28 21:59:19     FALSE
## 2017     FALSE             0            <NA> 2022-11-28 21:59:17     FALSE
## 2018     FALSE             0            <NA> 2022-11-28 21:59:14     FALSE
## 2019     FALSE             1            <NA> 2022-11-28 21:59:13     FALSE
## 2020     FALSE             0            <NA> 2022-11-28 21:59:11     FALSE
## 2021     FALSE             0            <NA> 2022-11-28 21:59:10     FALSE
## 2022     FALSE             5            <NA> 2022-11-28 21:59:08     FALSE
## 2023     FALSE             0            <NA> 2022-11-28 21:59:07     FALSE
## 2024     FALSE            11            <NA> 2022-11-28 21:59:06      TRUE
## 2025     FALSE             0            <NA> 2022-11-28 21:59:01     FALSE
## 2026     FALSE             0            <NA> 2022-11-28 21:59:01     FALSE
## 2027     FALSE             1            <NA> 2022-11-28 21:58:58     FALSE
## 2028     FALSE             1            <NA> 2022-11-28 21:58:58     FALSE
## 2029     FALSE             0            <NA> 2022-11-28 21:58:56     FALSE
## 2030     FALSE             0            <NA> 2022-11-28 21:58:54     FALSE
## 2031     FALSE             0            <NA> 2022-11-28 21:58:53     FALSE
## 2032     FALSE             0            <NA> 2022-11-28 21:58:50      TRUE
## 2033     FALSE             0            <NA> 2022-11-28 21:58:49     FALSE
## 2034     FALSE             0            <NA> 2022-11-28 21:58:44     FALSE
## 2035     FALSE             0            <NA> 2022-11-28 21:58:44      TRUE
## 2036     FALSE             0            <NA> 2022-11-28 21:58:41     FALSE
## 2037     FALSE             0            <NA> 2022-11-28 21:58:41     FALSE
## 2038     FALSE             1            <NA> 2022-11-28 21:58:40     FALSE
## 2039     FALSE             0            <NA> 2022-11-28 21:58:39     FALSE
## 2040     FALSE             0            <NA> 2022-11-28 21:58:37     FALSE
## 2041     FALSE             1            <NA> 2022-11-28 21:58:36     FALSE
## 2042     FALSE             0            <NA> 2022-11-28 21:58:36     FALSE
## 2043     FALSE             2            <NA> 2022-11-28 21:58:35      TRUE
## 2044     FALSE             3            <NA> 2022-11-28 21:58:35      TRUE
## 2045     FALSE             0            <NA> 2022-11-28 21:58:28     FALSE
## 2046     FALSE             1            <NA> 2022-11-28 21:58:27     FALSE
## 2047     FALSE             0            <NA> 2022-11-28 21:58:25     FALSE
## 2048     FALSE             1            <NA> 2022-11-28 21:58:22      TRUE
## 2049     FALSE             0            <NA> 2022-11-28 21:58:21     FALSE
## 2050     FALSE             0            <NA> 2022-11-28 21:58:19     FALSE
## 2051     FALSE             0            <NA> 2022-11-28 21:58:18     FALSE
## 2052     FALSE             0            <NA> 2022-11-28 21:58:18     FALSE
## 2053     FALSE             0            <NA> 2022-11-28 21:58:17     FALSE
## 2054     FALSE             1            <NA> 2022-11-28 21:58:13      TRUE
## 2055     FALSE             1            <NA> 2022-11-28 21:58:12     FALSE
## 2056     FALSE             2            <NA> 2022-11-28 21:58:10      TRUE
## 2057     FALSE             1            <NA> 2022-11-28 21:58:06     FALSE
## 2058     FALSE             1            <NA> 2022-11-28 21:58:04     FALSE
## 2059     FALSE             0            <NA> 2022-11-28 21:58:02     FALSE
## 2060     FALSE             1            <NA> 2022-11-28 21:58:00     FALSE
## 2061     FALSE             0            <NA> 2022-11-28 21:58:00     FALSE
## 2062     FALSE             4            <NA> 2022-11-28 21:57:56     FALSE
## 2063     FALSE             0            <NA> 2022-11-28 21:57:53     FALSE
## 2064     FALSE             1            <NA> 2022-11-28 21:57:53     FALSE
## 2065     FALSE             0            <NA> 2022-11-28 21:57:52     FALSE
## 2066     FALSE             0            <NA> 2022-11-28 21:57:52     FALSE
## 2067     FALSE             0            <NA> 2022-11-28 21:57:50     FALSE
## 2068     FALSE             0            <NA> 2022-11-28 21:57:50     FALSE
## 2069     FALSE             0            <NA> 2022-11-28 21:57:49     FALSE
## 2070     FALSE             1            <NA> 2022-11-28 21:57:49     FALSE
## 2071     FALSE             0            <NA> 2022-11-28 21:57:48     FALSE
## 2072     FALSE             2            <NA> 2022-11-28 21:57:45     FALSE
## 2073     FALSE             0            <NA> 2022-11-28 21:57:44     FALSE
## 2074     FALSE             0            <NA> 2022-11-28 21:57:43     FALSE
## 2075     FALSE             0            <NA> 2022-11-28 21:57:42     FALSE
## 2076     FALSE             0            <NA> 2022-11-28 21:57:40     FALSE
## 2077     FALSE             0            <NA> 2022-11-28 21:57:39     FALSE
## 2078     FALSE             0            <NA> 2022-11-28 21:57:39     FALSE
## 2079     FALSE             0            <NA> 2022-11-28 21:57:36     FALSE
## 2080     FALSE             1            <NA> 2022-11-28 21:57:30     FALSE
## 2081     FALSE             1            <NA> 2022-11-28 21:57:28     FALSE
## 2082     FALSE             0            <NA> 2022-11-28 21:57:28     FALSE
## 2083     FALSE             1            <NA> 2022-11-28 21:57:24     FALSE
## 2084     FALSE             0            <NA> 2022-11-28 21:57:23     FALSE
## 2085     FALSE             1            <NA> 2022-11-28 21:57:22     FALSE
## 2086     FALSE             0            <NA> 2022-11-28 21:57:21      TRUE
## 2087     FALSE             0            <NA> 2022-11-28 21:57:20     FALSE
## 2088     FALSE             0            <NA> 2022-11-28 21:57:19      TRUE
## 2089     FALSE             0            <NA> 2022-11-28 21:57:14     FALSE
## 2090     FALSE            23            <NA> 2022-11-28 21:57:14     FALSE
## 2091     FALSE             1            <NA> 2022-11-28 21:57:13     FALSE
## 2092     FALSE             2            <NA> 2022-11-28 21:57:10     FALSE
## 2093     FALSE             0            <NA> 2022-11-28 21:57:09     FALSE
## 2094     FALSE             2            <NA> 2022-11-28 21:57:07     FALSE
## 2095     FALSE             0            <NA> 2022-11-28 21:57:00     FALSE
## 2096     FALSE             0            <NA> 2022-11-28 21:56:59     FALSE
## 2097     FALSE             0            <NA> 2022-11-28 21:56:58     FALSE
## 2098     FALSE             0            <NA> 2022-11-28 21:56:57     FALSE
## 2099     FALSE             2            <NA> 2022-11-28 21:56:56     FALSE
## 2100     FALSE             1            <NA> 2022-11-28 21:56:56     FALSE
## 2101     FALSE             1            <NA> 2022-11-28 21:56:53     FALSE
## 2102     FALSE             6            <NA> 2022-11-28 21:56:53     FALSE
## 2103     FALSE             0            <NA> 2022-11-28 21:56:52     FALSE
## 2104     FALSE            34            <NA> 2022-11-28 21:56:52     FALSE
## 2105     FALSE             2            <NA> 2022-11-28 21:56:51     FALSE
## 2106     FALSE             3            <NA> 2022-11-28 21:56:49     FALSE
## 2107     FALSE             1            <NA> 2022-11-28 21:56:42     FALSE
## 2108     FALSE             1            <NA> 2022-11-28 21:56:41     FALSE
## 2109     FALSE             5            <NA> 2022-11-28 21:56:40     FALSE
## 2110     FALSE             0            <NA> 2022-11-28 21:56:39     FALSE
## 2111     FALSE             0            <NA> 2022-11-28 21:56:38     FALSE
## 2112     FALSE             0            <NA> 2022-11-28 21:56:35     FALSE
## 2113     FALSE             0            <NA> 2022-11-28 21:56:35     FALSE
## 2114     FALSE             0            <NA> 2022-11-28 21:56:35     FALSE
## 2115     FALSE             2            <NA> 2022-11-28 21:56:34      TRUE
## 2116     FALSE             0            <NA> 2022-11-28 21:56:31     FALSE
## 2117     FALSE             0            <NA> 2022-11-28 21:56:29     FALSE
## 2118     FALSE             4            <NA> 2022-11-28 21:56:26     FALSE
## 2119     FALSE             0            <NA> 2022-11-28 21:56:26     FALSE
## 2120     FALSE             3            <NA> 2022-11-28 21:56:24     FALSE
## 2121     FALSE             1            <NA> 2022-11-28 21:56:24     FALSE
## 2122     FALSE             0            <NA> 2022-11-28 21:56:22     FALSE
## 2123     FALSE             0            <NA> 2022-11-28 21:56:22     FALSE
## 2124     FALSE             0            <NA> 2022-11-28 21:56:21     FALSE
## 2125     FALSE             0            <NA> 2022-11-28 21:56:20     FALSE
## 2126     FALSE             0            <NA> 2022-11-28 21:56:15     FALSE
## 2127     FALSE             2            <NA> 2022-11-28 21:56:14     FALSE
## 2128     FALSE             0            <NA> 2022-11-28 21:56:14     FALSE
## 2129     FALSE             0            <NA> 2022-11-28 21:56:13     FALSE
## 2130     FALSE             1            <NA> 2022-11-28 21:56:12     FALSE
## 2131     FALSE             0            <NA> 2022-11-28 21:56:10     FALSE
## 2132     FALSE             2            <NA> 2022-11-28 21:56:10     FALSE
## 2133     FALSE             1            <NA> 2022-11-28 21:56:10     FALSE
## 2134     FALSE             1            <NA> 2022-11-28 21:56:08     FALSE
## 2135     FALSE             2            <NA> 2022-11-28 21:56:05     FALSE
## 2136     FALSE             0            <NA> 2022-11-28 21:56:01     FALSE
## 2137     FALSE             0            <NA> 2022-11-28 21:55:59     FALSE
## 2138     FALSE             0            <NA> 2022-11-28 21:55:57     FALSE
## 2139     FALSE             1            <NA> 2022-11-28 21:55:57     FALSE
## 2140     FALSE             0            <NA> 2022-11-28 21:55:55     FALSE
## 2141     FALSE             0            <NA> 2022-11-28 21:55:50     FALSE
## 2142     FALSE             0            <NA> 2022-11-28 21:55:48     FALSE
## 2143     FALSE             0            <NA> 2022-11-28 21:55:44     FALSE
## 2144     FALSE             0            <NA> 2022-11-28 21:55:43     FALSE
## 2145     FALSE             0            <NA> 2022-11-28 21:55:42     FALSE
## 2146     FALSE             1            <NA> 2022-11-28 21:55:42     FALSE
## 2147     FALSE             0            <NA> 2022-11-28 21:55:41      TRUE
## 2148     FALSE             0            <NA> 2022-11-28 21:55:38     FALSE
## 2149     FALSE             0            <NA> 2022-11-28 21:55:36     FALSE
## 2150     FALSE             3            <NA> 2022-11-28 21:55:33     FALSE
## 2151     FALSE             0            <NA> 2022-11-28 21:55:29     FALSE
## 2152     FALSE             0       keydonjoe 2022-11-28 21:55:29      TRUE
## 2153     FALSE             0            <NA> 2022-11-28 21:55:25     FALSE
## 2154     FALSE             0            <NA> 2022-11-28 21:55:16     FALSE
## 2155     FALSE             0            <NA> 2022-11-28 21:55:15     FALSE
## 2156     FALSE             0            <NA> 2022-11-28 21:55:11     FALSE
## 2157     FALSE             0            <NA> 2022-11-28 21:55:04     FALSE
## 2158     FALSE             0            <NA> 2022-11-28 21:54:57     FALSE
## 2159     FALSE            25         Spotify 2022-11-28 21:54:54      TRUE
## 2160     FALSE             0            <NA> 2022-11-28 21:54:54     FALSE
## 2161     FALSE             1            <NA> 2022-11-28 21:54:46     FALSE
## 2162     FALSE             0            <NA> 2022-11-28 21:54:46     FALSE
## 2163     FALSE             0            <NA> 2022-11-28 21:54:43     FALSE
## 2164     FALSE             1            <NA> 2022-11-28 21:54:43     FALSE
## 2165     FALSE             3            <NA> 2022-11-28 21:54:42     FALSE
## 2166     FALSE             1            <NA> 2022-11-28 21:54:42     FALSE
## 2167     FALSE             1            <NA> 2022-11-28 21:54:40     FALSE
## 2168     FALSE             2            <NA> 2022-11-28 21:54:39     FALSE
## 2169     FALSE             0            <NA> 2022-11-28 21:54:34     FALSE
## 2170     FALSE            12            <NA> 2022-11-28 21:54:33     FALSE
## 2171     FALSE             0            <NA> 2022-11-28 21:54:32     FALSE
## 2172     FALSE             1            <NA> 2022-11-28 21:54:31     FALSE
## 2173     FALSE             1            <NA> 2022-11-28 21:54:30     FALSE
## 2174     FALSE             0            <NA> 2022-11-28 21:54:27     FALSE
## 2175     FALSE             0            <NA> 2022-11-28 21:54:25     FALSE
## 2176     FALSE             3            <NA> 2022-11-28 21:54:24     FALSE
## 2177     FALSE             3            <NA> 2022-11-28 21:54:23     FALSE
## 2178     FALSE             0            <NA> 2022-11-28 21:54:19     FALSE
## 2179     FALSE             0            <NA> 2022-11-28 21:54:18     FALSE
## 2180     FALSE            98            <NA> 2022-11-28 21:54:17      TRUE
## 2181     FALSE             1            <NA> 2022-11-28 21:54:16      TRUE
## 2182     FALSE             0            <NA> 2022-11-28 21:54:15     FALSE
## 2183     FALSE             1            <NA> 2022-11-28 21:54:03      TRUE
## 2184     FALSE             0            <NA> 2022-11-28 21:54:01     FALSE
## 2185     FALSE            12            <NA> 2022-11-28 21:54:01      TRUE
## 2186     FALSE             2            <NA> 2022-11-28 21:53:59      TRUE
## 2187     FALSE             7            <NA> 2022-11-28 21:53:59     FALSE
## 2188     FALSE             1            <NA> 2022-11-28 21:53:54     FALSE
## 2189     FALSE             0            <NA> 2022-11-28 21:53:54     FALSE
## 2190     FALSE             1   TheGroupieApp 2022-11-28 21:53:52      TRUE
## 2191     FALSE             0            <NA> 2022-11-28 21:53:49     FALSE
## 2192     FALSE             0            <NA> 2022-11-28 21:53:46     FALSE
## 2193     FALSE             1            <NA> 2022-11-28 21:53:45     FALSE
## 2194     FALSE             1   TheGroupieApp 2022-11-28 21:53:41      TRUE
## 2195     FALSE             0            <NA> 2022-11-28 21:53:33     FALSE
## 2196     FALSE             0            <NA> 2022-11-28 21:53:24     FALSE
## 2197     FALSE             0            <NA> 2022-11-28 21:53:23     FALSE
## 2198     FALSE             0            <NA> 2022-11-28 21:53:18     FALSE
## 2199     FALSE             0            <NA> 2022-11-28 21:53:14     FALSE
## 2200     FALSE             1            <NA> 2022-11-28 21:53:14     FALSE
## 2201     FALSE             2            <NA> 2022-11-28 21:53:10     FALSE
## 2202     FALSE             0            <NA> 2022-11-28 21:53:09     FALSE
## 2203     FALSE             0            <NA> 2022-11-28 21:53:08     FALSE
## 2204     FALSE             3            <NA> 2022-11-28 21:53:01     FALSE
## 2205     FALSE             0            <NA> 2022-11-28 21:53:00     FALSE
## 2206     FALSE             0            <NA> 2022-11-28 21:52:57     FALSE
## 2207     FALSE             0            <NA> 2022-11-28 21:52:55     FALSE
## 2208     FALSE             1            <NA> 2022-11-28 21:52:50      TRUE
## 2209     FALSE             0            <NA> 2022-11-28 21:52:46     FALSE
## 2210     FALSE             0            <NA> 2022-11-28 21:52:46     FALSE
## 2211     FALSE             0            <NA> 2022-11-28 21:52:44     FALSE
## 2212     FALSE             0            <NA> 2022-11-28 21:52:37     FALSE
## 2213     FALSE             0            <NA> 2022-11-28 21:52:35     FALSE
## 2214     FALSE             0            <NA> 2022-11-28 21:52:33     FALSE
## 2215     FALSE             1            <NA> 2022-11-28 21:52:33      TRUE
## 2216     FALSE             0            <NA> 2022-11-28 21:52:25     FALSE
## 2217     FALSE             4            <NA> 2022-11-28 21:52:21      TRUE
## 2218     FALSE             0            <NA> 2022-11-28 21:52:20     FALSE
## 2219     FALSE             0            <NA> 2022-11-28 21:52:19     FALSE
## 2220     FALSE             0            <NA> 2022-11-28 21:52:19     FALSE
## 2221     FALSE             1            <NA> 2022-11-28 21:52:15     FALSE
## 2222     FALSE             0            <NA> 2022-11-28 21:52:12     FALSE
## 2223     FALSE             0            <NA> 2022-11-28 21:52:11     FALSE
## 2224     FALSE             4            <NA> 2022-11-28 21:52:05      TRUE
## 2225     FALSE             0            <NA> 2022-11-28 21:52:03     FALSE
## 2226     FALSE             0            <NA> 2022-11-28 21:51:59     FALSE
## 2227     FALSE             1            <NA> 2022-11-28 21:51:56     FALSE
## 2228     FALSE             0            <NA> 2022-11-28 21:51:56     FALSE
## 2229     FALSE             1            <NA> 2022-11-28 21:51:55      TRUE
## 2230     FALSE             0            <NA> 2022-11-28 21:51:55      TRUE
## 2231     FALSE             1            <NA> 2022-11-28 21:51:43     FALSE
## 2232     FALSE             0      bts_bighit 2022-11-28 21:51:41     FALSE
## 2233     FALSE             0            <NA> 2022-11-28 21:51:38     FALSE
## 2234     FALSE             0            <NA> 2022-11-28 21:51:36     FALSE
## 2235     FALSE             0            <NA> 2022-11-28 21:51:36     FALSE
## 2236     FALSE             0            <NA> 2022-11-28 21:51:33     FALSE
## 2237     FALSE             0            <NA> 2022-11-28 21:51:30      TRUE
## 2238     FALSE             0            <NA> 2022-11-28 21:51:28     FALSE
## 2239     FALSE             1            <NA> 2022-11-28 21:51:27     FALSE
## 2240     FALSE             0            <NA> 2022-11-28 21:51:24     FALSE
## 2241     FALSE             0            <NA> 2022-11-28 21:51:18     FALSE
## 2242     FALSE             2            <NA> 2022-11-28 21:51:16     FALSE
## 2243     FALSE             0            <NA> 2022-11-28 21:51:05     FALSE
## 2244     FALSE             1            <NA> 2022-11-28 21:51:05      TRUE
## 2245     FALSE             0            <NA> 2022-11-28 21:51:03     FALSE
## 2246     FALSE             0            <NA> 2022-11-28 21:50:59     FALSE
## 2247     FALSE             0            <NA> 2022-11-28 21:50:56      TRUE
## 2248     FALSE             0            <NA> 2022-11-28 21:50:55     FALSE
## 2249     FALSE             0            <NA> 2022-11-28 21:50:53     FALSE
## 2250     FALSE             1            <NA> 2022-11-28 21:50:51     FALSE
## 2251     FALSE             2            <NA> 2022-11-28 21:50:40     FALSE
## 2252     FALSE             0            <NA> 2022-11-28 21:50:37      TRUE
## 2253     FALSE             0      renoomokri 2022-11-28 21:50:32     FALSE
## 2254     FALSE             0            <NA> 2022-11-28 21:50:28     FALSE
## 2255     FALSE             1            <NA> 2022-11-28 21:50:20     FALSE
## 2256     FALSE             2            <NA> 2022-11-28 21:50:15     FALSE
## 2257     FALSE             0            <NA> 2022-11-28 21:50:13     FALSE
## 2258     FALSE             0            <NA> 2022-11-28 21:50:10     FALSE
## 2259     FALSE             0            <NA> 2022-11-28 21:50:09     FALSE
## 2260     FALSE             0            <NA> 2022-11-28 21:50:08     FALSE
## 2261     FALSE             8            <NA> 2022-11-28 21:50:07     FALSE
## 2262     FALSE             0            <NA> 2022-11-28 21:50:03     FALSE
## 2263     FALSE             1            <NA> 2022-11-28 21:49:59      TRUE
## 2264     FALSE             0            <NA> 2022-11-28 21:49:58     FALSE
## 2265     FALSE             0            <NA> 2022-11-28 21:49:57     FALSE
## 2266     FALSE             0            <NA> 2022-11-28 21:49:42     FALSE
## 2267     FALSE             1            <NA> 2022-11-28 21:49:42     FALSE
## 2268     FALSE             0            <NA> 2022-11-28 21:49:33     FALSE
## 2269     FALSE             0            <NA> 2022-11-28 21:49:32     FALSE
## 2270     FALSE             1            <NA> 2022-11-28 21:49:28      TRUE
## 2271     FALSE             0            <NA> 2022-11-28 21:49:24     FALSE
## 2272     FALSE             0            <NA> 2022-11-28 21:49:20     FALSE
## 2273     FALSE             0            <NA> 2022-11-28 21:49:13     FALSE
## 2274     FALSE             1            <NA> 2022-11-28 21:49:12     FALSE
## 2275     FALSE             0            <NA> 2022-11-28 21:49:11     FALSE
## 2276     FALSE             1            <NA> 2022-11-28 21:49:10     FALSE
## 2277     FALSE             0            <NA> 2022-11-28 21:49:08     FALSE
## 2278     FALSE             1            <NA> 2022-11-28 21:49:08      TRUE
## 2279     FALSE             0            <NA> 2022-11-28 21:49:04      TRUE
## 2280     FALSE             2            <NA> 2022-11-28 21:48:57     FALSE
## 2281     FALSE             3            <NA> 2022-11-28 21:48:53     FALSE
## 2282     FALSE             0            <NA> 2022-11-28 21:48:51     FALSE
## 2283     FALSE             0            <NA> 2022-11-28 21:48:41     FALSE
## 2284     FALSE             2            <NA> 2022-11-28 21:48:39     FALSE
## 2285     FALSE             1            <NA> 2022-11-28 21:48:36     FALSE
## 2286     FALSE             1            <NA> 2022-11-28 21:48:30     FALSE
## 2287     FALSE             1            <NA> 2022-11-28 21:48:24     FALSE
## 2288     FALSE             0            <NA> 2022-11-28 21:48:23     FALSE
## 2289     FALSE             0            <NA> 2022-11-28 21:48:23     FALSE
## 2290     FALSE             0            <NA> 2022-11-28 21:48:16     FALSE
## 2291     FALSE             2            <NA> 2022-11-28 21:48:13     FALSE
## 2292     FALSE             0            <NA> 2022-11-28 21:48:05     FALSE
## 2293     FALSE             0            <NA> 2022-11-28 21:48:05     FALSE
## 2294     FALSE             4            <NA> 2022-11-28 21:48:02     FALSE
## 2295     FALSE             0            <NA> 2022-11-28 21:48:02     FALSE
## 2296     FALSE             2            <NA> 2022-11-28 21:47:50     FALSE
## 2297     FALSE             2            <NA> 2022-11-28 21:47:46     FALSE
## 2298     FALSE             0            <NA> 2022-11-28 21:47:45      TRUE
## 2299     FALSE             0            <NA> 2022-11-28 21:47:41     FALSE
## 2300     FALSE             1            <NA> 2022-11-28 21:47:39     FALSE
## 2301     FALSE             0        elonmusk 2022-11-28 21:47:37      TRUE
## 2302     FALSE             1            <NA> 2022-11-28 21:47:33     FALSE
## 2303     FALSE             1            <NA> 2022-11-28 21:47:29      TRUE
## 2304     FALSE             1            <NA> 2022-11-28 21:47:24     FALSE
## 2305     FALSE             0            <NA> 2022-11-28 21:47:23     FALSE
## 2306     FALSE             0            <NA> 2022-11-28 21:47:21      TRUE
## 2307     FALSE             0            <NA> 2022-11-28 21:47:08     FALSE
## 2308     FALSE             0            <NA> 2022-11-28 21:47:04     FALSE
## 2309     FALSE             1            <NA> 2022-11-28 21:47:02     FALSE
## 2310     FALSE             0            <NA> 2022-11-28 21:47:02     FALSE
## 2311     FALSE             1            <NA> 2022-11-28 21:47:01     FALSE
## 2312     FALSE             0            <NA> 2022-11-28 21:47:00     FALSE
## 2313     FALSE             0            <NA> 2022-11-28 21:46:48     FALSE
## 2314     FALSE             0            <NA> 2022-11-28 21:46:45     FALSE
## 2315     FALSE             1            <NA> 2022-11-28 21:46:30     FALSE
## 2316     FALSE             1            <NA> 2022-11-28 21:46:25     FALSE
## 2317     FALSE            14 DearSusyloveDi1 2022-11-28 21:46:25      TRUE
## 2318     FALSE            30            <NA> 2022-11-28 21:46:24      TRUE
## 2319     FALSE             1            <NA> 2022-11-28 21:46:22     FALSE
## 2320     FALSE             0            <NA> 2022-11-28 21:46:22     FALSE
## 2321     FALSE             0            <NA> 2022-11-28 21:46:18     FALSE
## 2322     FALSE             4            <NA> 2022-11-28 21:46:16     FALSE
## 2323     FALSE             3            <NA> 2022-11-28 21:46:16     FALSE
## 2324     FALSE             3            <NA> 2022-11-28 21:46:12     FALSE
## 2325     FALSE             0            <NA> 2022-11-28 21:46:12     FALSE
## 2326     FALSE             0            <NA> 2022-11-28 21:46:00     FALSE
## 2327     FALSE             0            <NA> 2022-11-28 21:45:59      TRUE
## 2328     FALSE             0            <NA> 2022-11-28 21:45:58     FALSE
## 2329     FALSE             0            <NA> 2022-11-28 21:45:45     FALSE
## 2330     FALSE             1            <NA> 2022-11-28 21:45:41     FALSE
## 2331     FALSE             0            <NA> 2022-11-28 21:45:41     FALSE
## 2332     FALSE             0            <NA> 2022-11-28 21:45:38     FALSE
## 2333     FALSE             0            <NA> 2022-11-28 21:45:33     FALSE
## 2334     FALSE             2            <NA> 2022-11-28 21:45:22     FALSE
## 2335     FALSE             0            <NA> 2022-11-28 21:45:22     FALSE
## 2336     FALSE             0            <NA> 2022-11-28 21:45:19     FALSE
## 2337     FALSE             0            <NA> 2022-11-28 21:45:19      TRUE
## 2338     FALSE            12            <NA> 2022-11-28 21:45:13     FALSE
## 2339     FALSE             0            <NA> 2022-11-28 21:45:11     FALSE
## 2340     FALSE             0 wednesdayaddams 2022-11-28 21:45:10      TRUE
## 2341     FALSE             0            <NA> 2022-11-28 21:45:09     FALSE
## 2342     FALSE             2            <NA> 2022-11-28 21:45:05     FALSE
## 2343     FALSE             0            <NA> 2022-11-28 21:45:04     FALSE
## 2344     FALSE             1          SQPHlE 2022-11-28 21:44:53     FALSE
## 2345     FALSE             0            <NA> 2022-11-28 21:44:42     FALSE
## 2346     FALSE             2            <NA> 2022-11-28 21:44:38     FALSE
## 2347     FALSE             6            <NA> 2022-11-28 21:44:38      TRUE
## 2348     FALSE             1            <NA> 2022-11-28 21:44:28     FALSE
## 2349     FALSE             0            <NA> 2022-11-28 21:44:24     FALSE
## 2350     FALSE             3            <NA> 2022-11-28 21:44:19     FALSE
## 2351     FALSE             0            <NA> 2022-11-28 21:44:14     FALSE
## 2352     FALSE             0            <NA> 2022-11-28 21:44:14     FALSE
## 2353     FALSE             0       iamcardib 2022-11-28 21:44:11      TRUE
## 2354     FALSE             0            <NA> 2022-11-28 21:44:07     FALSE
## 2355     FALSE             0            <NA> 2022-11-28 21:44:06     FALSE
## 2356     FALSE             0            <NA> 2022-11-28 21:44:01     FALSE
## 2357     FALSE             1            <NA> 2022-11-28 21:43:58     FALSE
## 2358     FALSE             0            <NA> 2022-11-28 21:43:54     FALSE
## 2359     FALSE             0            <NA> 2022-11-28 21:43:53      TRUE
## 2360     FALSE             3            <NA> 2022-11-28 21:43:46     FALSE
## 2361     FALSE             0            <NA> 2022-11-28 21:43:25      TRUE
## 2362     FALSE             0            <NA> 2022-11-28 21:43:21     FALSE
## 2363     FALSE             0            <NA> 2022-11-28 21:43:20     FALSE
## 2364     FALSE             0            <NA> 2022-11-28 21:43:16     FALSE
## 2365     FALSE             0            <NA> 2022-11-28 21:43:12     FALSE
## 2366     FALSE             0            <NA> 2022-11-28 21:43:12     FALSE
## 2367     FALSE             1            <NA> 2022-11-28 21:43:03     FALSE
## 2368     FALSE             0            <NA> 2022-11-28 21:43:00     FALSE
## 2369     FALSE             0            <NA> 2022-11-28 21:42:57     FALSE
## 2370     FALSE             1            <NA> 2022-11-28 21:42:57     FALSE
## 2371     FALSE             0            <NA> 2022-11-28 21:42:50     FALSE
## 2372     FALSE             0            <NA> 2022-11-28 21:42:49     FALSE
## 2373     FALSE             0            <NA> 2022-11-28 21:42:45     FALSE
## 2374     FALSE             0            <NA> 2022-11-28 21:42:43     FALSE
## 2375     FALSE             0            <NA> 2022-11-28 21:42:40     FALSE
## 2376     FALSE             1            <NA> 2022-11-28 21:42:28      TRUE
## 2377     FALSE             0            <NA> 2022-11-28 21:42:20     FALSE
## 2378     FALSE             0            <NA> 2022-11-28 21:42:17     FALSE
## 2379     FALSE             0            <NA> 2022-11-28 21:42:16     FALSE
## 2380     FALSE             1            <NA> 2022-11-28 21:42:12     FALSE
## 2381     FALSE             0            <NA> 2022-11-28 21:42:08      TRUE
## 2382     FALSE             0            <NA> 2022-11-28 21:41:59     FALSE
## 2383     FALSE             0            <NA> 2022-11-28 21:41:59     FALSE
## 2384     FALSE             0            <NA> 2022-11-28 21:41:50     FALSE
## 2385     FALSE             5            <NA> 2022-11-28 21:41:49     FALSE
## 2386     FALSE             7            <NA> 2022-11-28 21:41:49     FALSE
## 2387     FALSE             0            <NA> 2022-11-28 21:41:46      TRUE
## 2388     FALSE             0            <NA> 2022-11-28 21:41:38     FALSE
## 2389     FALSE             0            <NA> 2022-11-28 21:41:32      TRUE
## 2390     FALSE            21            <NA> 2022-11-28 21:41:23     FALSE
## 2391     FALSE             2            <NA> 2022-11-28 21:41:22     FALSE
## 2392     FALSE             0            <NA> 2022-11-28 21:41:21     FALSE
## 2393     FALSE             0            <NA> 2022-11-28 21:41:17     FALSE
## 2394     FALSE             0            <NA> 2022-11-28 21:41:04     FALSE
## 2395     FALSE             0            <NA> 2022-11-28 21:41:00     FALSE
## 2396     FALSE             1            <NA> 2022-11-28 21:41:00     FALSE
## 2397     FALSE             0            <NA> 2022-11-28 21:40:59     FALSE
## 2398     FALSE             0            <NA> 2022-11-28 21:40:54     FALSE
## 2399     FALSE             2            <NA> 2022-11-28 21:40:53     FALSE
## 2400     FALSE             3            <NA> 2022-11-28 21:40:50     FALSE
## 2401     FALSE             0            <NA> 2022-11-28 21:40:50     FALSE
## 2402     FALSE             0            <NA> 2022-11-28 21:40:41     FALSE
## 2403     FALSE             0            <NA> 2022-11-28 21:40:40     FALSE
## 2404     FALSE             0            <NA> 2022-11-28 21:40:22     FALSE
## 2405     FALSE             0            <NA> 2022-11-28 21:40:21     FALSE
## 2406     FALSE             1            <NA> 2022-11-28 21:40:20      TRUE
## 2407     FALSE             0         Spotify 2022-11-28 21:40:19     FALSE
## 2408     FALSE             1            <NA> 2022-11-28 21:40:17     FALSE
## 2409     FALSE             0            <NA> 2022-11-28 21:40:14     FALSE
## 2410     FALSE             0            <NA> 2022-11-28 21:40:08     FALSE
## 2411     FALSE             0            <NA> 2022-11-28 21:40:04     FALSE
## 2412     FALSE             0            <NA> 2022-11-28 21:39:53     FALSE
## 2413     FALSE             0            <NA> 2022-11-28 21:39:52     FALSE
## 2414     FALSE             0            <NA> 2022-11-28 21:39:51     FALSE
## 2415     FALSE             0            <NA> 2022-11-28 21:39:48     FALSE
## 2416     FALSE             1            <NA> 2022-11-28 21:39:46     FALSE
## 2417     FALSE             5            <NA> 2022-11-28 21:39:44     FALSE
## 2418     FALSE             1            <NA> 2022-11-28 21:39:43     FALSE
## 2419     FALSE             3            <NA> 2022-11-28 21:39:40      TRUE
## 2420     FALSE             0            <NA> 2022-11-28 21:39:39     FALSE
## 2421     FALSE             0            <NA> 2022-11-28 21:39:38     FALSE
## 2422     FALSE             2            <NA> 2022-11-28 21:39:37      TRUE
## 2423     FALSE             1            <NA> 2022-11-28 21:39:36     FALSE
## 2424     FALSE             0            <NA> 2022-11-28 21:39:28     FALSE
## 2425     FALSE             1            <NA> 2022-11-28 21:39:27     FALSE
## 2426     FALSE             1            <NA> 2022-11-28 21:39:27     FALSE
## 2427     FALSE             0            <NA> 2022-11-28 21:39:25     FALSE
## 2428     FALSE             0            <NA> 2022-11-28 21:39:24     FALSE
## 2429     FALSE             1            <NA> 2022-11-28 21:39:16     FALSE
## 2430     FALSE             0            <NA> 2022-11-28 21:39:15     FALSE
## 2431     FALSE             2            <NA> 2022-11-28 21:39:05     FALSE
## 2432     FALSE             0            <NA> 2022-11-28 21:39:04     FALSE
## 2433     FALSE             5            <NA> 2022-11-28 21:39:00     FALSE
## 2434     FALSE             0            <NA> 2022-11-28 21:39:00     FALSE
## 2435     FALSE             0            <NA> 2022-11-28 21:38:54      TRUE
## 2436     FALSE             0            <NA> 2022-11-28 21:38:49     FALSE
## 2437     FALSE             1            <NA> 2022-11-28 21:38:48     FALSE
## 2438     FALSE             4            <NA> 2022-11-28 21:38:44     FALSE
## 2439     FALSE             2            <NA> 2022-11-28 21:38:40     FALSE
## 2440     FALSE             0            <NA> 2022-11-28 21:38:38     FALSE
## 2441     FALSE             1            <NA> 2022-11-28 21:38:35      TRUE
## 2442     FALSE             1            <NA> 2022-11-28 21:38:34     FALSE
## 2443     FALSE             1            <NA> 2022-11-28 21:38:34     FALSE
## 2444     FALSE             1            <NA> 2022-11-28 21:38:33     FALSE
## 2445     FALSE             2            <NA> 2022-11-28 21:38:31     FALSE
## 2446     FALSE             0            <NA> 2022-11-28 21:38:31     FALSE
## 2447     FALSE             0            <NA> 2022-11-28 21:38:30     FALSE
## 2448     FALSE             0            <NA> 2022-11-28 21:38:29     FALSE
## 2449     FALSE             0        PeterObi 2022-11-28 21:38:27      TRUE
## 2450     FALSE             0            <NA> 2022-11-28 21:38:24     FALSE
## 2451     FALSE             1            <NA> 2022-11-28 21:38:21     FALSE
## 2452     FALSE             0            <NA> 2022-11-28 21:38:20     FALSE
## 2453     FALSE             2            <NA> 2022-11-28 21:38:11     FALSE
## 2454     FALSE             1            <NA> 2022-11-28 21:38:10     FALSE
## 2455     FALSE             1            <NA> 2022-11-28 21:38:01      TRUE
## 2456     FALSE             0            <NA> 2022-11-28 21:38:00     FALSE
## 2457     FALSE             1            <NA> 2022-11-28 21:37:55     FALSE
## 2458     FALSE             0            <NA> 2022-11-28 21:37:52     FALSE
## 2459     FALSE             0            <NA> 2022-11-28 21:37:48     FALSE
## 2460     FALSE             0            <NA> 2022-11-28 21:37:46     FALSE
## 2461     FALSE             0            <NA> 2022-11-28 21:37:43     FALSE
## 2462     FALSE             0            <NA> 2022-11-28 21:37:34     FALSE
## 2463     FALSE             0            <NA> 2022-11-28 21:37:33     FALSE
## 2464     FALSE             0            <NA> 2022-11-28 21:37:31     FALSE
## 2465     FALSE             0            <NA> 2022-11-28 21:37:31     FALSE
## 2466     FALSE            80            <NA> 2022-11-28 21:37:30     FALSE
## 2467     FALSE             0            <NA> 2022-11-28 21:37:29     FALSE
## 2468     FALSE             0        elonmusk 2022-11-28 21:37:24     FALSE
## 2469     FALSE             0            <NA> 2022-11-28 21:37:24     FALSE
## 2470     FALSE             0            <NA> 2022-11-28 21:37:23     FALSE
## 2471     FALSE             0            <NA> 2022-11-28 21:37:19     FALSE
## 2472     FALSE             0            <NA> 2022-11-28 21:37:18     FALSE
## 2473     FALSE             0            <NA> 2022-11-28 21:37:13     FALSE
## 2474     FALSE             1            <NA> 2022-11-28 21:37:10     FALSE
## 2475     FALSE             0            <NA> 2022-11-28 21:37:08     FALSE
## 2476     FALSE             0            <NA> 2022-11-28 21:37:06     FALSE
## 2477     FALSE             1            <NA> 2022-11-28 21:37:05     FALSE
## 2478     FALSE             0            <NA> 2022-11-28 21:37:00     FALSE
## 2479     FALSE             0            <NA> 2022-11-28 21:36:54     FALSE
## 2480     FALSE             0            <NA> 2022-11-28 21:36:53     FALSE
## 2481     FALSE             0            <NA> 2022-11-28 21:36:53     FALSE
## 2482     FALSE             1       Sugababes 2022-11-28 21:36:52      TRUE
## 2483     FALSE             0            <NA> 2022-11-28 21:36:49     FALSE
## 2484     FALSE             0            <NA> 2022-11-28 21:36:44     FALSE
## 2485     FALSE             0            <NA> 2022-11-28 21:36:42     FALSE
## 2486     FALSE             0            <NA> 2022-11-28 21:36:40     FALSE
## 2487     FALSE             0            <NA> 2022-11-28 21:36:40      TRUE
## 2488     FALSE             1            <NA> 2022-11-28 21:36:37     FALSE
## 2489     FALSE             0            <NA> 2022-11-28 21:36:31     FALSE
## 2490     FALSE             0            <NA> 2022-11-28 21:36:30     FALSE
## 2491     FALSE             0            <NA> 2022-11-28 21:36:27     FALSE
## 2492     FALSE             6            <NA> 2022-11-28 21:36:21     FALSE
## 2493     FALSE             0            <NA> 2022-11-28 21:36:18     FALSE
## 2494     FALSE             0            <NA> 2022-11-28 21:36:17     FALSE
## 2495     FALSE             0            <NA> 2022-11-28 21:36:16     FALSE
## 2496     FALSE             1            <NA> 2022-11-28 21:36:15      TRUE
## 2497     FALSE             0            <NA> 2022-11-28 21:36:11     FALSE
## 2498     FALSE             1            <NA> 2022-11-28 21:36:08     FALSE
## 2499     FALSE             0            <NA> 2022-11-28 21:36:06     FALSE
## 2500     FALSE             0            <NA> 2022-11-28 21:36:05     FALSE
## 2501     FALSE             0            <NA> 2022-11-28 21:35:50     FALSE
## 2502     FALSE             2            <NA> 2022-11-28 21:35:49     FALSE
## 2503     FALSE             0            <NA> 2022-11-28 21:35:46     FALSE
## 2504     FALSE             0            <NA> 2022-11-28 21:35:40     FALSE
## 2505     FALSE             0            <NA> 2022-11-28 21:35:39     FALSE
## 2506     FALSE             0            <NA> 2022-11-28 21:35:37     FALSE
## 2507     FALSE             0            <NA> 2022-11-28 21:35:36     FALSE
## 2508     FALSE             0            <NA> 2022-11-28 21:35:33     FALSE
## 2509     FALSE             0            <NA> 2022-11-28 21:35:33     FALSE
## 2510     FALSE             0            <NA> 2022-11-28 21:35:32      TRUE
## 2511     FALSE             0            <NA> 2022-11-28 21:35:30     FALSE
## 2512     FALSE             0            <NA> 2022-11-28 21:35:25     FALSE
## 2513     FALSE             0            <NA> 2022-11-28 21:35:19     FALSE
## 2514     FALSE             0            <NA> 2022-11-28 21:35:18      TRUE
## 2515     FALSE             0            <NA> 2022-11-28 21:35:12     FALSE
## 2516     FALSE             1            <NA> 2022-11-28 21:35:05     FALSE
## 2517     FALSE             0            <NA> 2022-11-28 21:35:03     FALSE
## 2518     FALSE             1            <NA> 2022-11-28 21:35:02     FALSE
## 2519     FALSE             0            <NA> 2022-11-28 21:35:01     FALSE
## 2520     FALSE             1            <NA> 2022-11-28 21:34:54     FALSE
## 2521     FALSE             0            <NA> 2022-11-28 21:34:52     FALSE
## 2522     FALSE             1            <NA> 2022-11-28 21:34:50     FALSE
## 2523     FALSE             3            <NA> 2022-11-28 21:34:48     FALSE
## 2524     FALSE             1            <NA> 2022-11-28 21:34:38     FALSE
## 2525     FALSE             0            <NA> 2022-11-28 21:34:37     FALSE
## 2526     FALSE             1            <NA> 2022-11-28 21:34:35     FALSE
## 2527     FALSE             0            <NA> 2022-11-28 21:34:21     FALSE
## 2528     FALSE             0            <NA> 2022-11-28 21:34:15     FALSE
## 2529     FALSE             1            <NA> 2022-11-28 21:34:10     FALSE
## 2530     FALSE             0            <NA> 2022-11-28 21:34:09     FALSE
## 2531     FALSE             1            <NA> 2022-11-28 21:34:03      TRUE
## 2532     FALSE             0            <NA> 2022-11-28 21:33:59     FALSE
## 2533     FALSE             1            <NA> 2022-11-28 21:33:56     FALSE
## 2534     FALSE             1            <NA> 2022-11-28 21:33:55     FALSE
## 2535     FALSE             3            <NA> 2022-11-28 21:33:54     FALSE
## 2536     FALSE             3            <NA> 2022-11-28 21:33:51      TRUE
## 2537     FALSE             2            <NA> 2022-11-28 21:33:48     FALSE
## 2538     FALSE             1            <NA> 2022-11-28 21:33:44     FALSE
## 2539     FALSE             0            <NA> 2022-11-28 21:33:36     FALSE
## 2540     FALSE             1            <NA> 2022-11-28 21:33:30      TRUE
## 2541     FALSE            12            <NA> 2022-11-28 21:33:27     FALSE
## 2542     FALSE             1            <NA> 2022-11-28 21:33:26     FALSE
## 2543     FALSE             0            <NA> 2022-11-28 21:33:25     FALSE
## 2544     FALSE             2            <NA> 2022-11-28 21:33:24     FALSE
## 2545     FALSE             0            <NA> 2022-11-28 21:33:22     FALSE
## 2546     FALSE             0            <NA> 2022-11-28 21:33:13     FALSE
## 2547     FALSE            12            <NA> 2022-11-28 21:33:06     FALSE
## 2548     FALSE             0            <NA> 2022-11-28 21:32:58      TRUE
## 2549     FALSE             2            <NA> 2022-11-28 21:32:41     FALSE
## 2550     FALSE             0            <NA> 2022-11-28 21:32:38     FALSE
## 2551     FALSE            18            <NA> 2022-11-28 21:32:37     FALSE
## 2552     FALSE             0            <NA> 2022-11-28 21:32:24      TRUE
## 2553     FALSE             0            <NA> 2022-11-28 21:32:17     FALSE
## 2554     FALSE             1            <NA> 2022-11-28 21:32:00      TRUE
## 2555     FALSE             2            <NA> 2022-11-28 21:32:00      TRUE
## 2556     FALSE             1            <NA> 2022-11-28 21:32:00     FALSE
## 2557     FALSE             0            <NA> 2022-11-28 21:31:57     FALSE
## 2558     FALSE             0            <NA> 2022-11-28 21:31:41     FALSE
## 2559     FALSE             0            <NA> 2022-11-28 21:31:11     FALSE
## 2560     FALSE             3            <NA> 2022-11-28 21:31:11     FALSE
## 2561     FALSE             0            <NA> 2022-11-28 21:31:01      TRUE
## 2562     FALSE             0            <NA> 2022-11-28 21:30:57     FALSE
## 2563     FALSE             0            <NA> 2022-11-28 21:30:56     FALSE
## 2564     FALSE             1            <NA> 2022-11-28 21:30:52      TRUE
## 2565     FALSE             0            <NA> 2022-11-28 21:30:50     FALSE
## 2566     FALSE            11            <NA> 2022-11-28 21:30:46     FALSE
## 2567     FALSE             0            <NA> 2022-11-28 21:30:34      TRUE
## 2568     FALSE             0            <NA> 2022-11-28 21:30:26     FALSE
## 2569     FALSE             0            <NA> 2022-11-28 21:30:25     FALSE
## 2570     FALSE             0            <NA> 2022-11-28 21:30:11     FALSE
## 2571     FALSE             0            <NA> 2022-11-28 21:30:06     FALSE
## 2572     FALSE             0            <NA> 2022-11-28 21:30:06     FALSE
## 2573     FALSE             0            <NA> 2022-11-28 21:29:54     FALSE
## 2574     FALSE             0            <NA> 2022-11-28 21:29:52     FALSE
## 2575     FALSE             0            <NA> 2022-11-28 21:29:51     FALSE
## 2576     FALSE             0            <NA> 2022-11-28 21:29:42     FALSE
## 2577     FALSE             0            <NA> 2022-11-28 21:29:33     FALSE
## 2578     FALSE             0            <NA> 2022-11-28 21:29:27     FALSE
## 2579     FALSE             3            <NA> 2022-11-28 21:29:27     FALSE
## 2580     FALSE             2            <NA> 2022-11-28 21:29:20      TRUE
## 2581     FALSE             0            <NA> 2022-11-28 21:29:19     FALSE
## 2582     FALSE             1            <NA> 2022-11-28 21:29:14     FALSE
## 2583     FALSE             1            <NA> 2022-11-28 21:29:12     FALSE
## 2584     FALSE             0            <NA> 2022-11-28 21:29:10     FALSE
## 2585     FALSE             1            <NA> 2022-11-28 21:29:09     FALSE
## 2586     FALSE             1            <NA> 2022-11-28 21:29:04     FALSE
## 2587     FALSE             1            <NA> 2022-11-28 21:29:02      TRUE
## 2588     FALSE             0            <NA> 2022-11-28 21:29:00     FALSE
## 2589     FALSE             1            <NA> 2022-11-28 21:28:58     FALSE
## 2590     FALSE             0            <NA> 2022-11-28 21:28:56      TRUE
## 2591     FALSE             1            <NA> 2022-11-28 21:28:44     FALSE
## 2592     FALSE             0            <NA> 2022-11-28 21:28:39     FALSE
## 2593     FALSE             2            <NA> 2022-11-28 21:28:35     FALSE
## 2594     FALSE             3            <NA> 2022-11-28 21:28:32     FALSE
## 2595     FALSE             0            <NA> 2022-11-28 21:28:28     FALSE
## 2596     FALSE             2            <NA> 2022-11-28 21:28:23     FALSE
## 2597     FALSE             1            <NA> 2022-11-28 21:28:22     FALSE
## 2598     FALSE             1            <NA> 2022-11-28 21:28:17      TRUE
## 2599     FALSE             0            <NA> 2022-11-28 21:28:17     FALSE
## 2600     FALSE             0            <NA> 2022-11-28 21:28:13     FALSE
## 2601     FALSE             0            <NA> 2022-11-28 21:28:09     FALSE
## 2602     FALSE           286            <NA> 2022-11-28 21:28:06     FALSE
## 2603     FALSE             0            <NA> 2022-11-28 21:28:06     FALSE
## 2604     FALSE             1            <NA> 2022-11-28 21:28:04     FALSE
## 2605     FALSE             0            <NA> 2022-11-28 21:28:03      TRUE
## 2606     FALSE             1            <NA> 2022-11-28 21:28:02     FALSE
## 2607     FALSE             0            <NA> 2022-11-28 21:28:01     FALSE
## 2608     FALSE             0            <NA> 2022-11-28 21:27:55     FALSE
## 2609     FALSE             0            <NA> 2022-11-28 21:27:52     FALSE
## 2610     FALSE             0            <NA> 2022-11-28 21:27:51     FALSE
## 2611     FALSE             0            <NA> 2022-11-28 21:27:51     FALSE
## 2612     FALSE             0            <NA> 2022-11-28 21:27:50     FALSE
## 2613     FALSE             2            <NA> 2022-11-28 21:27:48     FALSE
## 2614     FALSE             0            <NA> 2022-11-28 21:27:46      TRUE
## 2615     FALSE             0            <NA> 2022-11-28 21:27:29     FALSE
## 2616     FALSE             1            <NA> 2022-11-28 21:27:21      TRUE
## 2617     FALSE             1            <NA> 2022-11-28 21:27:13     FALSE
## 2618     FALSE             0            <NA> 2022-11-28 21:27:07     FALSE
## 2619     FALSE             0            <NA> 2022-11-28 21:27:07     FALSE
## 2620     FALSE             1            <NA> 2022-11-28 21:27:05      TRUE
## 2621     FALSE             0            <NA> 2022-11-28 21:27:02     FALSE
## 2622     FALSE             1            <NA> 2022-11-28 21:26:56      TRUE
## 2623     FALSE             0            <NA> 2022-11-28 21:26:53     FALSE
## 2624     FALSE             1            <NA> 2022-11-28 21:26:53     FALSE
## 2625     FALSE             0            <NA> 2022-11-28 21:26:44     FALSE
## 2626     FALSE             2            <NA> 2022-11-28 21:26:40     FALSE
## 2627     FALSE             0            <NA> 2022-11-28 21:26:35     FALSE
## 2628     FALSE             1            <NA> 2022-11-28 21:26:34     FALSE
## 2629     FALSE             0            <NA> 2022-11-28 21:26:29     FALSE
## 2630     FALSE             0            <NA> 2022-11-28 21:26:27     FALSE
## 2631     FALSE             0            <NA> 2022-11-28 21:26:22     FALSE
## 2632     FALSE             0            <NA> 2022-11-28 21:26:20     FALSE
## 2633     FALSE             1            <NA> 2022-11-28 21:26:14     FALSE
## 2634     FALSE             0            <NA> 2022-11-28 21:26:09     FALSE
## 2635     FALSE             0            <NA> 2022-11-28 21:26:06     FALSE
## 2636     FALSE             0            <NA> 2022-11-28 21:26:06     FALSE
## 2637     FALSE             0            <NA> 2022-11-28 21:26:05     FALSE
## 2638     FALSE            20            <NA> 2022-11-28 21:25:58     FALSE
## 2639     FALSE             2            <NA> 2022-11-28 21:25:56     FALSE
## 2640     FALSE             0            <NA> 2022-11-28 21:25:50      TRUE
## 2641     FALSE             1            <NA> 2022-11-28 21:25:46     FALSE
## 2642     FALSE             0            <NA> 2022-11-28 21:25:46     FALSE
## 2643     FALSE             0            <NA> 2022-11-28 21:25:32     FALSE
## 2644     FALSE             1            <NA> 2022-11-28 21:25:20      TRUE
## 2645     FALSE             0            <NA> 2022-11-28 21:25:17     FALSE
## 2646     FALSE             1            <NA> 2022-11-28 21:25:02      TRUE
## 2647     FALSE             0            <NA> 2022-11-28 21:24:57     FALSE
## 2648     FALSE             1            <NA> 2022-11-28 21:24:56     FALSE
## 2649     FALSE             2            <NA> 2022-11-28 21:24:47     FALSE
## 2650     FALSE             3            <NA> 2022-11-28 21:24:42     FALSE
## 2651     FALSE             0            <NA> 2022-11-28 21:24:28     FALSE
## 2652     FALSE             0       TIfe_eNTG 2022-11-28 21:24:26     FALSE
## 2653     FALSE             0            <NA> 2022-11-28 21:24:26     FALSE
## 2654     FALSE             2            <NA> 2022-11-28 21:24:23     FALSE
## 2655     FALSE             0            <NA> 2022-11-28 21:24:20     FALSE
## 2656     FALSE             1            <NA> 2022-11-28 21:24:18     FALSE
## 2657     FALSE             0            <NA> 2022-11-28 21:24:10     FALSE
## 2658     FALSE             0            <NA> 2022-11-28 21:24:10     FALSE
## 2659     FALSE             0            <NA> 2022-11-28 21:24:08     FALSE
## 2660     FALSE             0            <NA> 2022-11-28 21:24:06     FALSE
## 2661     FALSE             2            <NA> 2022-11-28 21:23:57      TRUE
## 2662     FALSE             1            <NA> 2022-11-28 21:23:44     FALSE
## 2663     FALSE             0            <NA> 2022-11-28 21:23:40     FALSE
## 2664     FALSE             0   Accurate_slip 2022-11-28 21:23:36      TRUE
## 2665     FALSE             1         Spotify 2022-11-28 21:23:34     FALSE
## 2666     FALSE             0            <NA> 2022-11-28 21:23:32      TRUE
## 2667     FALSE             2            <NA> 2022-11-28 21:23:32     FALSE
## 2668     FALSE             0            <NA> 2022-11-28 21:23:25     FALSE
## 2669     FALSE             0            <NA> 2022-11-28 21:23:20     FALSE
## 2670     FALSE            22            <NA> 2022-11-28 21:23:19     FALSE
## 2671     FALSE             2            <NA> 2022-11-28 21:23:17     FALSE
## 2672     FALSE             0            <NA> 2022-11-28 21:23:10     FALSE
## 2673     FALSE             0            <NA> 2022-11-28 21:23:07     FALSE
## 2674     FALSE             0            <NA> 2022-11-28 21:23:00     FALSE
## 2675     FALSE             1            <NA> 2022-11-28 21:23:00     FALSE
## 2676     FALSE             1            <NA> 2022-11-28 21:22:59     FALSE
## 2677     FALSE             0            <NA> 2022-11-28 21:22:56     FALSE
## 2678     FALSE             4            <NA> 2022-11-28 21:22:56      TRUE
## 2679     FALSE             3            <NA> 2022-11-28 21:22:54     FALSE
## 2680     FALSE             0            <NA> 2022-11-28 21:22:53     FALSE
## 2681     FALSE             0            <NA> 2022-11-28 21:22:47     FALSE
## 2682     FALSE             1            <NA> 2022-11-28 21:22:45     FALSE
## 2683     FALSE             0            <NA> 2022-11-28 21:22:41     FALSE
## 2684     FALSE             0            <NA> 2022-11-28 21:22:41     FALSE
## 2685     FALSE             0            <NA> 2022-11-28 21:22:40     FALSE
## 2686     FALSE             0            <NA> 2022-11-28 21:22:28     FALSE
## 2687     FALSE             0            <NA> 2022-11-28 21:22:25     FALSE
## 2688     FALSE             0            <NA> 2022-11-28 21:22:24     FALSE
## 2689     FALSE             1            <NA> 2022-11-28 21:22:21     FALSE
## 2690     FALSE             1       TIfe_eNTG 2022-11-28 21:22:19     FALSE
## 2691     FALSE             0            <NA> 2022-11-28 21:22:10     FALSE
## 2692     FALSE             2            <NA> 2022-11-28 21:22:05      TRUE
## 2693     FALSE             0            <NA> 2022-11-28 21:21:57     FALSE
## 2694     FALSE             0            <NA> 2022-11-28 21:21:55     FALSE
## 2695     FALSE             0            <NA> 2022-11-28 21:21:53      TRUE
## 2696     FALSE             0            <NA> 2022-11-28 21:21:51     FALSE
## 2697     FALSE             0            <NA> 2022-11-28 21:21:44     FALSE
## 2698     FALSE             0            <NA> 2022-11-28 21:21:40     FALSE
## 2699     FALSE             3            <NA> 2022-11-28 21:21:35      TRUE
## 2700     FALSE             0            <NA> 2022-11-28 21:21:27     FALSE
## 2701     FALSE             0            <NA> 2022-11-28 21:21:17     FALSE
## 2702     FALSE             0            <NA> 2022-11-28 21:21:14     FALSE
## 2703     FALSE             0       Cristiano 2022-11-28 21:21:03      TRUE
## 2704     FALSE             0            <NA> 2022-11-28 21:20:49     FALSE
## 2705     FALSE             0            <NA> 2022-11-28 21:20:46     FALSE
## 2706     FALSE             1 BitcoinMagazine 2022-11-28 21:20:42      TRUE
## 2707     FALSE             0            <NA> 2022-11-28 21:20:42     FALSE
## 2708     FALSE             5            <NA> 2022-11-28 21:20:38     FALSE
## 2709     FALSE             0            <NA> 2022-11-28 21:20:35     FALSE
## 2710     FALSE            10            <NA> 2022-11-28 21:20:32     FALSE
## 2711     FALSE             3            <NA> 2022-11-28 21:20:27     FALSE
## 2712     FALSE             0            <NA> 2022-11-28 21:20:17     FALSE
## 2713     FALSE             3            <NA> 2022-11-28 21:20:11     FALSE
## 2714     FALSE             5            <NA> 2022-11-28 21:20:05     FALSE
## 2715     FALSE             2            <NA> 2022-11-28 21:20:05     FALSE
## 2716     FALSE             0            <NA> 2022-11-28 21:20:01     FALSE
## 2717     FALSE             3            <NA> 2022-11-28 21:20:00     FALSE
## 2718     FALSE             0            <NA> 2022-11-28 21:19:47     FALSE
## 2719     FALSE             9            <NA> 2022-11-28 21:19:45      TRUE
## 2720     FALSE             1            <NA> 2022-11-28 21:19:41     FALSE
## 2721     FALSE             0            <NA> 2022-11-28 21:19:26     FALSE
## 2722     FALSE             0            <NA> 2022-11-28 21:19:22      TRUE
## 2723     FALSE             1            <NA> 2022-11-28 21:19:21     FALSE
## 2724     FALSE             0            <NA> 2022-11-28 21:19:21     FALSE
## 2725     FALSE             0            <NA> 2022-11-28 21:19:15     FALSE
## 2726     FALSE             1            <NA> 2022-11-28 21:19:13      TRUE
## 2727     FALSE             0            <NA> 2022-11-28 21:19:00      TRUE
## 2728     FALSE             0            <NA> 2022-11-28 21:18:58     FALSE
## 2729     FALSE             0            <NA> 2022-11-28 21:18:55     FALSE
## 2730     FALSE             0            <NA> 2022-11-28 21:18:40     FALSE
## 2731     FALSE             0            <NA> 2022-11-28 21:18:34     FALSE
## 2732     FALSE             0            <NA> 2022-11-28 21:18:24     FALSE
## 2733     FALSE             0            <NA> 2022-11-28 21:18:15     FALSE
## 2734     FALSE             0            <NA> 2022-11-28 21:18:09     FALSE
## 2735     FALSE             0            <NA> 2022-11-28 21:17:59     FALSE
## 2736     FALSE             0            <NA> 2022-11-28 21:17:44      TRUE
## 2737     FALSE             0            <NA> 2022-11-28 21:17:44     FALSE
## 2738     FALSE             0            <NA> 2022-11-28 21:17:43      TRUE
## 2739     FALSE             0            <NA> 2022-11-28 21:17:32     FALSE
## 2740     FALSE             2            <NA> 2022-11-28 21:17:32     FALSE
## 2741     FALSE             1            <NA> 2022-11-28 21:17:29      TRUE
## 2742     FALSE             1            <NA> 2022-11-28 21:17:29     FALSE
## 2743     FALSE             1            <NA> 2022-11-28 21:17:28     FALSE
## 2744     FALSE             4            <NA> 2022-11-28 21:17:24      TRUE
## 2745     FALSE             1            <NA> 2022-11-28 21:17:22     FALSE
## 2746     FALSE             1            <NA> 2022-11-28 21:17:16     FALSE
## 2747     FALSE             6            <NA> 2022-11-28 21:17:09     FALSE
## 2748     FALSE             5            <NA> 2022-11-28 21:17:06     FALSE
## 2749     FALSE             0            <NA> 2022-11-28 21:17:05     FALSE
## 2750     FALSE             0            <NA> 2022-11-28 21:17:02     FALSE
## 2751     FALSE             0            <NA> 2022-11-28 21:16:59     FALSE
## 2752     FALSE             1            <NA> 2022-11-28 21:16:59     FALSE
## 2753     FALSE             3            <NA> 2022-11-28 21:16:55      TRUE
## 2754     FALSE             0            <NA> 2022-11-28 21:16:55      TRUE
## 2755     FALSE             0            <NA> 2022-11-28 21:16:53     FALSE
## 2756     FALSE             0            <NA> 2022-11-28 21:16:52     FALSE
## 2757     FALSE             9            <NA> 2022-11-28 21:16:48     FALSE
## 2758     FALSE             0            <NA> 2022-11-28 21:16:44     FALSE
## 2759     FALSE             3            <NA> 2022-11-28 21:16:39     FALSE
## 2760     FALSE             0            <NA> 2022-11-28 21:16:39     FALSE
## 2761     FALSE             0            <NA> 2022-11-28 21:16:38     FALSE
## 2762     FALSE             0            <NA> 2022-11-28 21:16:37     FALSE
## 2763     FALSE             0            <NA> 2022-11-28 21:16:35     FALSE
## 2764     FALSE             0            <NA> 2022-11-28 21:16:32     FALSE
## 2765     FALSE             0            <NA> 2022-11-28 21:16:31     FALSE
## 2766     FALSE             1            <NA> 2022-11-28 21:16:30     FALSE
## 2767     FALSE             0        joerogan 2022-11-28 21:16:29     FALSE
## 2768     FALSE             1            <NA> 2022-11-28 21:16:28     FALSE
## 2769     FALSE             0            <NA> 2022-11-28 21:16:27     FALSE
## 2770     FALSE             0            <NA> 2022-11-28 21:16:23     FALSE
## 2771     FALSE             0            <NA> 2022-11-28 21:16:23     FALSE
## 2772     FALSE             0  TheWriteUpSite 2022-11-28 21:16:22     FALSE
## 2773     FALSE             0            <NA> 2022-11-28 21:16:10     FALSE
## 2774     FALSE             0            <NA> 2022-11-28 21:16:08      TRUE
## 2775     FALSE             0            <NA> 2022-11-28 21:16:07     FALSE
## 2776     FALSE             0            <NA> 2022-11-28 21:16:06     FALSE
## 2777     FALSE             0            <NA> 2022-11-28 21:16:05     FALSE
## 2778     FALSE             1            <NA> 2022-11-28 21:16:04      TRUE
## 2779     FALSE             0            <NA> 2022-11-28 21:16:03     FALSE
## 2780     FALSE             0            <NA> 2022-11-28 21:16:03     FALSE
## 2781     FALSE             0            <NA> 2022-11-28 21:15:57     FALSE
## 2782     FALSE             0            <NA> 2022-11-28 21:15:51     FALSE
## 2783     FALSE             1            <NA> 2022-11-28 21:15:50      TRUE
## 2784     FALSE             0            <NA> 2022-11-28 21:15:44     FALSE
## 2785     FALSE             1            <NA> 2022-11-28 21:15:44     FALSE
## 2786     FALSE             1            <NA> 2022-11-28 21:15:44     FALSE
## 2787     FALSE            23            <NA> 2022-11-28 21:15:43     FALSE
## 2788     FALSE             0            <NA> 2022-11-28 21:15:42     FALSE
## 2789     FALSE             1            <NA> 2022-11-28 21:15:42     FALSE
## 2790     FALSE             0            <NA> 2022-11-28 21:15:41     FALSE
## 2791     FALSE             0            <NA> 2022-11-28 21:15:32     FALSE
## 2792     FALSE             0            <NA> 2022-11-28 21:15:26     FALSE
## 2793     FALSE             0            <NA> 2022-11-28 21:15:23     FALSE
## 2794     FALSE             2         genkki_ 2022-11-28 21:15:23     FALSE
## 2795     FALSE             2         genkki_ 2022-11-28 21:15:22     FALSE
## 2796     FALSE             2            <NA> 2022-11-28 21:15:22     FALSE
## 2797     FALSE             0            <NA> 2022-11-28 21:15:20     FALSE
## 2798     FALSE            30            <NA> 2022-11-28 21:15:18     FALSE
## 2799     FALSE             0            <NA> 2022-11-28 21:15:17      TRUE
## 2800     FALSE             3            <NA> 2022-11-28 21:15:14     FALSE
## 2801     FALSE             0            <NA> 2022-11-28 21:15:13     FALSE
## 2802     FALSE             1            <NA> 2022-11-28 21:15:10     FALSE
## 2803     FALSE             0            <NA> 2022-11-28 21:15:08     FALSE
## 2804     FALSE             1            <NA> 2022-11-28 21:15:06     FALSE
## 2805     FALSE             0            <NA> 2022-11-28 21:15:04     FALSE
## 2806     FALSE             1            <NA> 2022-11-28 21:14:43     FALSE
## 2807     FALSE             0            <NA> 2022-11-28 21:14:32     FALSE
## 2808     FALSE             0            <NA> 2022-11-28 21:14:17      TRUE
## 2809     FALSE             0            <NA> 2022-11-28 21:14:09     FALSE
## 2810     FALSE             0            <NA> 2022-11-28 21:14:08     FALSE
## 2811     FALSE             2            <NA> 2022-11-28 21:14:05     FALSE
## 2812     FALSE             2            <NA> 2022-11-28 21:13:57     FALSE
## 2813     FALSE             2            <NA> 2022-11-28 21:13:56     FALSE
## 2814     FALSE             0            <NA> 2022-11-28 21:13:55     FALSE
## 2815     FALSE             0            <NA> 2022-11-28 21:13:53     FALSE
## 2816     FALSE             0            <NA> 2022-11-28 21:13:49     FALSE
## 2817     FALSE             0            <NA> 2022-11-28 21:13:48     FALSE
## 2818     FALSE             0            <NA> 2022-11-28 21:13:48     FALSE
## 2819     FALSE             0            <NA> 2022-11-28 21:13:43     FALSE
## 2820     FALSE             0            <NA> 2022-11-28 21:13:43      TRUE
## 2821     FALSE             6            <NA> 2022-11-28 21:13:39     FALSE
## 2822     FALSE             0            <NA> 2022-11-28 21:13:33     FALSE
## 2823     FALSE             0            <NA> 2022-11-28 21:13:30     FALSE
## 2824     FALSE             7            <NA> 2022-11-28 21:13:30     FALSE
## 2825     FALSE             0            <NA> 2022-11-28 21:13:28     FALSE
## 2826     FALSE             1            <NA> 2022-11-28 21:13:21     FALSE
## 2827     FALSE             0            <NA> 2022-11-28 21:13:16     FALSE
## 2828     FALSE             0            <NA> 2022-11-28 21:13:14     FALSE
## 2829     FALSE             0            <NA> 2022-11-28 21:13:13     FALSE
## 2830     FALSE             0            <NA> 2022-11-28 21:13:13     FALSE
## 2831     FALSE             2            <NA> 2022-11-28 21:13:11     FALSE
## 2832     FALSE            13            <NA> 2022-11-28 21:13:09     FALSE
## 2833     FALSE             1            <NA> 2022-11-28 21:13:09     FALSE
## 2834     FALSE             2            <NA> 2022-11-28 21:13:05     FALSE
## 2835     FALSE             4            <NA> 2022-11-28 21:12:59     FALSE
## 2836     FALSE             0            <NA> 2022-11-28 21:12:59     FALSE
## 2837     FALSE             1            <NA> 2022-11-28 21:12:58     FALSE
## 2838     FALSE             0   SpotifyAfrica 2022-11-28 21:12:56     FALSE
## 2839     FALSE             0            <NA> 2022-11-28 21:12:54     FALSE
## 2840     FALSE             0            <NA> 2022-11-28 21:12:43     FALSE
## 2841     FALSE             0            <NA> 2022-11-28 21:12:41     FALSE
## 2842     FALSE             0            <NA> 2022-11-28 21:12:38     FALSE
## 2843     FALSE             1            <NA> 2022-11-28 21:12:38      TRUE
## 2844     FALSE             1            <NA> 2022-11-28 21:12:36     FALSE
## 2845     FALSE             1            <NA> 2022-11-28 21:12:35     FALSE
## 2846     FALSE             0            <NA> 2022-11-28 21:12:35     FALSE
## 2847     FALSE             0            <NA> 2022-11-28 21:12:34     FALSE
## 2848     FALSE             0            <NA> 2022-11-28 21:12:31     FALSE
## 2849     FALSE             0            <NA> 2022-11-28 21:12:31     FALSE
## 2850     FALSE             0            <NA> 2022-11-28 21:12:23     FALSE
## 2851     FALSE             0            <NA> 2022-11-28 21:12:23     FALSE
## 2852     FALSE             0            <NA> 2022-11-28 21:12:06     FALSE
## 2853     FALSE           101            <NA> 2022-11-28 21:12:04      TRUE
## 2854     FALSE             2            <NA> 2022-11-28 21:12:02     FALSE
## 2855     FALSE             0            <NA> 2022-11-28 21:11:59     FALSE
## 2856     FALSE             0            <NA> 2022-11-28 21:11:41     FALSE
## 2857     FALSE             0            <NA> 2022-11-28 21:11:40     FALSE
## 2858     FALSE             0            <NA> 2022-11-28 21:11:39     FALSE
## 2859     FALSE             8            <NA> 2022-11-28 21:11:38     FALSE
## 2860     FALSE             0            <NA> 2022-11-28 21:11:36     FALSE
## 2861     FALSE             2            <NA> 2022-11-28 21:11:35     FALSE
## 2862     FALSE             3            <NA> 2022-11-28 21:11:31     FALSE
## 2863     FALSE             0            <NA> 2022-11-28 21:11:28     FALSE
## 2864     FALSE             0            <NA> 2022-11-28 21:11:27     FALSE
## 2865     FALSE             3            <NA> 2022-11-28 21:11:22      TRUE
## 2866     FALSE             0            <NA> 2022-11-28 21:11:19      TRUE
## 2867     FALSE             0            <NA> 2022-11-28 21:11:12     FALSE
## 2868     FALSE             0            <NA> 2022-11-28 21:11:12      TRUE
## 2869     FALSE             0            <NA> 2022-11-28 21:11:10     FALSE
## 2870     FALSE             3            <NA> 2022-11-28 21:10:59     FALSE
## 2871     FALSE             3            <NA> 2022-11-28 21:10:58     FALSE
## 2872     FALSE             0            <NA> 2022-11-28 21:10:56     FALSE
## 2873     FALSE             0            <NA> 2022-11-28 21:10:50     FALSE
## 2874     FALSE             0            <NA> 2022-11-28 21:10:48      TRUE
## 2875     FALSE             1            <NA> 2022-11-28 21:10:44     FALSE
## 2876     FALSE             0            <NA> 2022-11-28 21:10:34     FALSE
## 2877     FALSE             0            <NA> 2022-11-28 21:10:29      TRUE
## 2878     FALSE             2            <NA> 2022-11-28 21:10:25     FALSE
## 2879     FALSE             0            <NA> 2022-11-28 21:10:24     FALSE
## 2880     FALSE             2            <NA> 2022-11-28 21:10:22      TRUE
## 2881     FALSE             0            <NA> 2022-11-28 21:10:22     FALSE
## 2882     FALSE             0            <NA> 2022-11-28 21:10:18     FALSE
## 2883     FALSE             1            <NA> 2022-11-28 21:10:15     FALSE
## 2884     FALSE             0            <NA> 2022-11-28 21:10:14     FALSE
## 2885     FALSE             4            <NA> 2022-11-28 21:10:12     FALSE
## 2886     FALSE             0            <NA> 2022-11-28 21:10:10     FALSE
## 2887     FALSE             0            <NA> 2022-11-28 21:10:10     FALSE
## 2888     FALSE             1            <NA> 2022-11-28 21:10:06     FALSE
## 2889     FALSE             0            <NA> 2022-11-28 21:09:57     FALSE
## 2890     FALSE             0            <NA> 2022-11-28 21:09:54      TRUE
## 2891     FALSE             0            <NA> 2022-11-28 21:09:51     FALSE
## 2892     FALSE             0            <NA> 2022-11-28 21:09:41     FALSE
## 2893     FALSE             4            <NA> 2022-11-28 21:09:34      TRUE
## 2894     FALSE             0            <NA> 2022-11-28 21:09:30     FALSE
## 2895     FALSE             0            <NA> 2022-11-28 21:09:30     FALSE
## 2896     FALSE             0            <NA> 2022-11-28 21:09:27     FALSE
## 2897     FALSE             0            <NA> 2022-11-28 21:09:18     FALSE
## 2898     FALSE             0            <NA> 2022-11-28 21:09:11     FALSE
## 2899     FALSE             0            <NA> 2022-11-28 21:09:05      TRUE
## 2900     FALSE             0            <NA> 2022-11-28 21:09:04     FALSE
## 2901     FALSE             0            <NA> 2022-11-28 21:09:03     FALSE
## 2902     FALSE             1            <NA> 2022-11-28 21:08:54     FALSE
## 2903     FALSE             0            <NA> 2022-11-28 21:08:43     FALSE
## 2904     FALSE             6            <NA> 2022-11-28 21:08:37     FALSE
## 2905     FALSE             0            <NA> 2022-11-28 21:08:31     FALSE
## 2906     FALSE             0            <NA> 2022-11-28 21:08:06     FALSE
## 2907     FALSE             0       AniemordJ 2022-11-28 21:07:51     FALSE
## 2908     FALSE             0            <NA> 2022-11-28 21:07:49     FALSE
## 2909     FALSE             0            <NA> 2022-11-28 21:07:47     FALSE
## 2910     FALSE             0            <NA> 2022-11-28 21:07:42     FALSE
## 2911     FALSE             0            <NA> 2022-11-28 21:07:40      TRUE
## 2912     FALSE             0            <NA> 2022-11-28 21:07:38     FALSE
## 2913     FALSE             2            <NA> 2022-11-28 21:07:34     FALSE
## 2914     FALSE             1            <NA> 2022-11-28 21:07:32      TRUE
## 2915     FALSE             1            <NA> 2022-11-28 21:07:27     FALSE
## 2916     FALSE             2            <NA> 2022-11-28 21:07:25     FALSE
## 2917     FALSE             1            <NA> 2022-11-28 21:07:21     FALSE
## 2918     FALSE             1            <NA> 2022-11-28 21:07:14     FALSE
## 2919     FALSE             0            <NA> 2022-11-28 21:07:11     FALSE
## 2920     FALSE             1            <NA> 2022-11-28 21:07:04     FALSE
## 2921     FALSE             1            <NA> 2022-11-28 21:06:49     FALSE
## 2922     FALSE             0            <NA> 2022-11-28 21:06:48     FALSE
## 2923     FALSE             1            <NA> 2022-11-28 21:06:45     FALSE
## 2924     FALSE             0            <NA> 2022-11-28 21:06:39     FALSE
## 2925     FALSE             2            <NA> 2022-11-28 21:06:36     FALSE
## 2926     FALSE             0            <NA> 2022-11-28 21:06:30     FALSE
## 2927     FALSE             1            <NA> 2022-11-28 21:06:30     FALSE
## 2928     FALSE             0            <NA> 2022-11-28 21:06:28     FALSE
## 2929     FALSE             1            <NA> 2022-11-28 21:06:18     FALSE
## 2930     FALSE             2            <NA> 2022-11-28 21:06:13     FALSE
## 2931     FALSE             0            <NA> 2022-11-28 21:06:08     FALSE
## 2932     FALSE             0            <NA> 2022-11-28 21:06:07     FALSE
## 2933     FALSE             0            <NA> 2022-11-28 21:06:07     FALSE
## 2934     FALSE             2            <NA> 2022-11-28 21:06:01     FALSE
## 2935     FALSE             1            <NA> 2022-11-28 21:05:59     FALSE
## 2936     FALSE             0            <NA> 2022-11-28 21:05:59      TRUE
## 2937     FALSE             0            <NA> 2022-11-28 21:05:52     FALSE
## 2938     FALSE             0            <NA> 2022-11-28 21:05:51     FALSE
## 2939     FALSE             0            <NA> 2022-11-28 21:05:47      TRUE
## 2940     FALSE             0            <NA> 2022-11-28 21:05:46     FALSE
## 2941     FALSE             0            <NA> 2022-11-28 21:05:44     FALSE
## 2942     FALSE             0            <NA> 2022-11-28 21:05:44     FALSE
## 2943     FALSE             0            <NA> 2022-11-28 21:05:44     FALSE
## 2944     FALSE             0            <NA> 2022-11-28 21:05:42     FALSE
## 2945     FALSE             0            <NA> 2022-11-28 21:05:40     FALSE
## 2946     FALSE             0            <NA> 2022-11-28 21:05:32     FALSE
## 2947     FALSE             0            <NA> 2022-11-28 21:05:32     FALSE
## 2948     FALSE             0            <NA> 2022-11-28 21:05:30     FALSE
## 2949     FALSE             0            <NA> 2022-11-28 21:05:29     FALSE
## 2950     FALSE             0            <NA> 2022-11-28 21:05:29     FALSE
## 2951     FALSE             0            <NA> 2022-11-28 21:05:27     FALSE
## 2952     FALSE             2            <NA> 2022-11-28 21:05:22     FALSE
## 2953     FALSE             0            <NA> 2022-11-28 21:05:18     FALSE
## 2954     FALSE             0            <NA> 2022-11-28 21:05:16     FALSE
## 2955     FALSE             0            <NA> 2022-11-28 21:05:13     FALSE
## 2956     FALSE             0            <NA> 2022-11-28 21:05:12     FALSE
## 2957     FALSE             0            <NA> 2022-11-28 21:05:01     FALSE
## 2958     FALSE             0            <NA> 2022-11-28 21:04:59     FALSE
## 2959     FALSE             0            <NA> 2022-11-28 21:04:59     FALSE
## 2960     FALSE             1            <NA> 2022-11-28 21:04:57     FALSE
## 2961     FALSE             0            <NA> 2022-11-28 21:04:55     FALSE
## 2962     FALSE             4            <NA> 2022-11-28 21:04:49      TRUE
## 2963     FALSE             0            <NA> 2022-11-28 21:04:45     FALSE
## 2964     FALSE             0            <NA> 2022-11-28 21:04:42     FALSE
## 2965     FALSE             0            <NA> 2022-11-28 21:04:41     FALSE
## 2966     FALSE             0            <NA> 2022-11-28 21:04:40     FALSE
## 2967     FALSE             0            <NA> 2022-11-28 21:04:34     FALSE
## 2968     FALSE             1            <NA> 2022-11-28 21:04:31      TRUE
## 2969     FALSE             0            <NA> 2022-11-28 21:04:25      TRUE
## 2970     FALSE             0            <NA> 2022-11-28 21:04:21     FALSE
## 2971     FALSE             0            <NA> 2022-11-28 21:04:17     FALSE
## 2972     FALSE             1            <NA> 2022-11-28 21:04:17     FALSE
## 2973     FALSE             0            <NA> 2022-11-28 21:04:14     FALSE
## 2974     FALSE             0            <NA> 2022-11-28 21:04:12      TRUE
## 2975     FALSE             1            <NA> 2022-11-28 21:03:26     FALSE
## 2976     FALSE             0            <NA> 2022-11-28 21:03:25     FALSE
## 2977     FALSE             0            <NA> 2022-11-28 21:03:20     FALSE
## 2978     FALSE             0            <NA> 2022-11-28 21:03:17     FALSE
## 2979     FALSE             1            <NA> 2022-11-28 21:03:14     FALSE
## 2980     FALSE             1            <NA> 2022-11-28 21:03:10     FALSE
## 2981     FALSE             0            <NA> 2022-11-28 21:03:02     FALSE
## 2982     FALSE             2            <NA> 2022-11-28 21:02:58      TRUE
## 2983     FALSE             0            <NA> 2022-11-28 21:02:57      TRUE
## 2984     FALSE             2            <NA> 2022-11-28 21:02:51     FALSE
## 2985     FALSE             0            <NA> 2022-11-28 21:02:47     FALSE
## 2986     FALSE             1            <NA> 2022-11-28 21:02:45     FALSE
## 2987     FALSE             0            <NA> 2022-11-28 21:02:44     FALSE
## 2988     FALSE             0            <NA> 2022-11-28 21:02:38     FALSE
## 2989     FALSE             0            <NA> 2022-11-28 21:02:38     FALSE
## 2990     FALSE             0            <NA> 2022-11-28 21:02:36     FALSE
## 2991     FALSE             0            <NA> 2022-11-28 21:02:28     FALSE
## 2992     FALSE             0            <NA> 2022-11-28 21:02:26     FALSE
## 2993     FALSE             0            <NA> 2022-11-28 21:02:24     FALSE
## 2994     FALSE             1            <NA> 2022-11-28 21:02:19     FALSE
## 2995     FALSE             2            <NA> 2022-11-28 21:02:18     FALSE
## 2996     FALSE             1            <NA> 2022-11-28 21:02:17     FALSE
## 2997     FALSE             0            <NA> 2022-11-28 21:02:09      TRUE
## 2998     FALSE             1            <NA> 2022-11-28 21:02:06     FALSE
## 2999     FALSE             1            <NA> 2022-11-28 21:02:04     FALSE
## 3000     FALSE             0            <NA> 2022-11-28 21:02:03     FALSE
## 3001     FALSE             0            <NA> 2022-11-28 21:01:56     FALSE
## 3002     FALSE             0            <NA> 2022-11-28 21:01:54     FALSE
## 3003     FALSE             0            <NA> 2022-11-28 21:01:52     FALSE
## 3004     FALSE             0            <NA> 2022-11-28 21:01:43     FALSE
## 3005     FALSE             0            <NA> 2022-11-28 21:01:29      TRUE
## 3006     FALSE             0            <NA> 2022-11-28 21:01:28     FALSE
## 3007     FALSE             0            <NA> 2022-11-28 21:01:17     FALSE
## 3008     FALSE             1            <NA> 2022-11-28 21:00:52     FALSE
## 3009     FALSE             0            <NA> 2022-11-28 21:00:48     FALSE
## 3010     FALSE             0            <NA> 2022-11-28 21:00:40     FALSE
## 3011     FALSE             0            <NA> 2022-11-28 21:00:38     FALSE
## 3012     FALSE             0            <NA> 2022-11-28 21:00:38     FALSE
## 3013     FALSE             1            <NA> 2022-11-28 21:00:36     FALSE
## 3014     FALSE             1            <NA> 2022-11-28 21:00:34     FALSE
## 3015     FALSE             0            <NA> 2022-11-28 21:00:32     FALSE
## 3016     FALSE             1            <NA> 2022-11-28 21:00:28     FALSE
## 3017     FALSE             0            <NA> 2022-11-28 21:00:27     FALSE
## 3018     FALSE             3            <NA> 2022-11-28 21:00:26     FALSE
## 3019     FALSE             1            <NA> 2022-11-28 21:00:22     FALSE
## 3020     FALSE             1            <NA> 2022-11-28 21:00:17     FALSE
## 3021     FALSE             1            <NA> 2022-11-28 21:00:07     FALSE
## 3022     FALSE             1            <NA> 2022-11-28 21:00:05     FALSE
## 3023     FALSE             0            <NA> 2022-11-28 21:00:01     FALSE
## 3024     FALSE             0            <NA> 2022-11-28 21:00:01     FALSE
## 3025     FALSE             2            <NA> 2022-11-28 20:59:59     FALSE
## 3026     FALSE             0         Spotify 2022-11-28 20:59:57     FALSE
## 3027     FALSE             0            <NA> 2022-11-28 20:59:53     FALSE
## 3028     FALSE             1            <NA> 2022-11-28 20:59:51     FALSE
## 3029     FALSE             0            <NA> 2022-11-28 20:59:50     FALSE
## 3030     FALSE             2            <NA> 2022-11-28 20:59:49     FALSE
## 3031     FALSE             0            <NA> 2022-11-28 20:59:47     FALSE
## 3032     FALSE             0            <NA> 2022-11-28 20:59:45     FALSE
## 3033     FALSE             1            <NA> 2022-11-28 20:59:44      TRUE
## 3034     FALSE             0            <NA> 2022-11-28 20:59:40     FALSE
## 3035     FALSE             0            <NA> 2022-11-28 20:59:40     FALSE
## 3036     FALSE             0            <NA> 2022-11-28 20:59:40     FALSE
## 3037     FALSE             0            <NA> 2022-11-28 20:59:39     FALSE
## 3038     FALSE             0            <NA> 2022-11-28 20:59:38     FALSE
## 3039     FALSE             0            <NA> 2022-11-28 20:59:36     FALSE
## 3040     FALSE             1            <NA> 2022-11-28 20:59:31     FALSE
## 3041     FALSE             0            <NA> 2022-11-28 20:59:23     FALSE
## 3042     FALSE             2            <NA> 2022-11-28 20:59:16     FALSE
## 3043     FALSE             0            <NA> 2022-11-28 20:59:14     FALSE
## 3044     FALSE             0            <NA> 2022-11-28 20:59:10     FALSE
## 3045     FALSE             0            <NA> 2022-11-28 20:59:04     FALSE
## 3046     FALSE             0            <NA> 2022-11-28 20:59:02     FALSE
## 3047     FALSE             0           POTUS 2022-11-28 20:58:59      TRUE
## 3048     FALSE             1            <NA> 2022-11-28 20:58:58     FALSE
## 3049     FALSE             0            <NA> 2022-11-28 20:58:50     FALSE
## 3050     FALSE             0            <NA> 2022-11-28 20:58:48     FALSE
## 3051     FALSE             2            <NA> 2022-11-28 20:58:41     FALSE
## 3052     FALSE             0            <NA> 2022-11-28 20:58:38     FALSE
## 3053     FALSE             0            <NA> 2022-11-28 20:58:36     FALSE
## 3054     FALSE             0            <NA> 2022-11-28 20:58:32     FALSE
## 3055     FALSE             3            <NA> 2022-11-28 20:58:32     FALSE
## 3056     FALSE             1            <NA> 2022-11-28 20:58:29     FALSE
## 3057     FALSE             0            <NA> 2022-11-28 20:58:29     FALSE
## 3058     FALSE             0            <NA> 2022-11-28 20:58:27     FALSE
## 3059     FALSE             0            <NA> 2022-11-28 20:58:08     FALSE
## 3060     FALSE             0            <NA> 2022-11-28 20:58:07     FALSE
## 3061     FALSE             1            <NA> 2022-11-28 20:58:05     FALSE
## 3062     FALSE             1            <NA> 2022-11-28 20:58:03     FALSE
## 3063     FALSE             1            <NA> 2022-11-28 20:57:56     FALSE
## 3064     FALSE             0            <NA> 2022-11-28 20:57:54     FALSE
## 3065     FALSE             0            <NA> 2022-11-28 20:57:49     FALSE
## 3066     FALSE             3            <NA> 2022-11-28 20:57:41     FALSE
## 3067     FALSE             2            <NA> 2022-11-28 20:57:38     FALSE
## 3068     FALSE             4            <NA> 2022-11-28 20:57:26      TRUE
## 3069     FALSE             0            <NA> 2022-11-28 20:57:23     FALSE
## 3070     FALSE             1            <NA> 2022-11-28 20:57:17     FALSE
## 3071     FALSE             1            <NA> 2022-11-28 20:57:13     FALSE
## 3072     FALSE             0            <NA> 2022-11-28 20:57:11     FALSE
## 3073     FALSE             1            <NA> 2022-11-28 20:57:10     FALSE
## 3074     FALSE             4            <NA> 2022-11-28 20:57:03     FALSE
## 3075     FALSE             0            <NA> 2022-11-28 20:57:00     FALSE
## 3076     FALSE             0            <NA> 2022-11-28 20:56:59     FALSE
## 3077     FALSE             8            <NA> 2022-11-28 20:56:59      TRUE
## 3078     FALSE             0            <NA> 2022-11-28 20:56:55     FALSE
## 3079     FALSE            94            <NA> 2022-11-28 20:56:50     FALSE
## 3080     FALSE             0            <NA> 2022-11-28 20:56:41     FALSE
## 3081     FALSE             0            <NA> 2022-11-28 20:56:36     FALSE
## 3082     FALSE             5            <NA> 2022-11-28 20:56:34     FALSE
## 3083     FALSE             0            <NA> 2022-11-28 20:56:27     FALSE
## 3084     FALSE             0            <NA> 2022-11-28 20:56:27     FALSE
## 3085     FALSE             0            <NA> 2022-11-28 20:56:23      TRUE
## 3086     FALSE             4            <NA> 2022-11-28 20:56:18     FALSE
## 3087     FALSE             0            <NA> 2022-11-28 20:56:17     FALSE
## 3088     FALSE             0            <NA> 2022-11-28 20:56:05     FALSE
## 3089     FALSE             0            <NA> 2022-11-28 20:56:04     FALSE
## 3090     FALSE             3            <NA> 2022-11-28 20:55:58     FALSE
## 3091     FALSE             0            <NA> 2022-11-28 20:55:58     FALSE
## 3092     FALSE            15            <NA> 2022-11-28 20:55:54     FALSE
## 3093     FALSE             1            <NA> 2022-11-28 20:55:46     FALSE
## 3094     FALSE             1            <NA> 2022-11-28 20:55:43     FALSE
## 3095     FALSE             0            <NA> 2022-11-28 20:55:31     FALSE
## 3096     FALSE             0            <NA> 2022-11-28 20:55:28     FALSE
## 3097     FALSE             0            <NA> 2022-11-28 20:55:21     FALSE
## 3098     FALSE             0            <NA> 2022-11-28 20:55:10      TRUE
## 3099     FALSE             0            <NA> 2022-11-28 20:55:08     FALSE
## 3100     FALSE             1            <NA> 2022-11-28 20:55:05     FALSE
## 3101     FALSE             0            <NA> 2022-11-28 20:55:05     FALSE
## 3102     FALSE             2            <NA> 2022-11-28 20:55:05     FALSE
## 3103     FALSE             0            <NA> 2022-11-28 20:55:03     FALSE
## 3104     FALSE             0            <NA> 2022-11-28 20:55:02     FALSE
## 3105     FALSE             2            <NA> 2022-11-28 20:54:56      TRUE
## 3106     FALSE             1            <NA> 2022-11-28 20:54:52      TRUE
## 3107     FALSE             1            <NA> 2022-11-28 20:54:51     FALSE
## 3108     FALSE             1            <NA> 2022-11-28 20:54:47      TRUE
## 3109     FALSE             0            <NA> 2022-11-28 20:54:43     FALSE
## 3110     FALSE             1            <NA> 2022-11-28 20:54:39      TRUE
## 3111     FALSE             1            <NA> 2022-11-28 20:54:39     FALSE
## 3112     FALSE             0            <NA> 2022-11-28 20:54:34     FALSE
## 3113     FALSE             0            <NA> 2022-11-28 20:54:33     FALSE
## 3114     FALSE             1            <NA> 2022-11-28 20:54:29     FALSE
## 3115     FALSE             0            <NA> 2022-11-28 20:54:17     FALSE
## 3116     FALSE             0            <NA> 2022-11-28 20:54:14     FALSE
## 3117     FALSE             0            <NA> 2022-11-28 20:54:11     FALSE
## 3118     FALSE             0            <NA> 2022-11-28 20:54:11     FALSE
## 3119     FALSE             1            <NA> 2022-11-28 20:54:10      TRUE
## 3120     FALSE             0            <NA> 2022-11-28 20:54:06     FALSE
## 3121     FALSE             1            <NA> 2022-11-28 20:54:00     FALSE
## 3122     FALSE             0   SpotifyAfrica 2022-11-28 20:54:00     FALSE
## 3123     FALSE             0            <NA> 2022-11-28 20:54:00     FALSE
## 3124     FALSE             0            <NA> 2022-11-28 20:53:57     FALSE
## 3125     FALSE             0            <NA> 2022-11-28 20:53:56      TRUE
## 3126     FALSE             0            <NA> 2022-11-28 20:53:55     FALSE
## 3127     FALSE             0            <NA> 2022-11-28 20:53:50     FALSE
## 3128     FALSE             0            <NA> 2022-11-28 20:53:47     FALSE
## 3129     FALSE             0            <NA> 2022-11-28 20:53:40     FALSE
## 3130     FALSE             0            <NA> 2022-11-28 20:53:37     FALSE
## 3131     FALSE             0            <NA> 2022-11-28 20:53:35     FALSE
## 3132     FALSE             0            <NA> 2022-11-28 20:53:26     FALSE
## 3133     FALSE             0            <NA> 2022-11-28 20:53:22     FALSE
## 3134     FALSE             0            <NA> 2022-11-28 20:53:18     FALSE
## 3135     FALSE             0            <NA> 2022-11-28 20:53:15     FALSE
## 3136     FALSE             0            <NA> 2022-11-28 20:53:10     FALSE
## 3137     FALSE             1            <NA> 2022-11-28 20:53:08     FALSE
## 3138     FALSE             0            <NA> 2022-11-28 20:52:47     FALSE
## 3139     FALSE             1            <NA> 2022-11-28 20:52:47      TRUE
## 3140     FALSE             0            <NA> 2022-11-28 20:52:46     FALSE
## 3141     FALSE             0            <NA> 2022-11-28 20:52:43     FALSE
## 3142     FALSE           134            <NA> 2022-11-28 20:52:37     FALSE
## 3143     FALSE             0            <NA> 2022-11-28 20:52:34     FALSE
## 3144     FALSE             0            <NA> 2022-11-28 20:52:31     FALSE
## 3145     FALSE             0            <NA> 2022-11-28 20:52:28     FALSE
## 3146     FALSE             0            <NA> 2022-11-28 20:52:22     FALSE
## 3147     FALSE             0            <NA> 2022-11-28 20:52:11     FALSE
## 3148     FALSE             7            <NA> 2022-11-28 20:52:11      TRUE
## 3149     FALSE             1            <NA> 2022-11-28 20:52:08     FALSE
## 3150     FALSE             0            <NA> 2022-11-28 20:52:07     FALSE
## 3151     FALSE             0            <NA> 2022-11-28 20:52:06     FALSE
## 3152     FALSE             0            <NA> 2022-11-28 20:52:00     FALSE
## 3153     FALSE             1            <NA> 2022-11-28 20:51:59     FALSE
## 3154     FALSE             0            <NA> 2022-11-28 20:51:56     FALSE
## 3155     FALSE             1            <NA> 2022-11-28 20:51:54     FALSE
## 3156     FALSE             0            <NA> 2022-11-28 20:51:50      TRUE
## 3157     FALSE             0            <NA> 2022-11-28 20:51:49     FALSE
## 3158     FALSE             1            <NA> 2022-11-28 20:51:48     FALSE
## 3159     FALSE             1            <NA> 2022-11-28 20:51:46     FALSE
## 3160     FALSE             0            <NA> 2022-11-28 20:51:42     FALSE
## 3161     FALSE             0            <NA> 2022-11-28 20:51:36     FALSE
## 3162     FALSE             0            <NA> 2022-11-28 20:51:34     FALSE
## 3163     FALSE             0            <NA> 2022-11-28 20:51:30     FALSE
## 3164     FALSE             0            <NA> 2022-11-28 20:51:29     FALSE
## 3165     FALSE             1            <NA> 2022-11-28 20:51:28     FALSE
## 3166     FALSE             0            <NA> 2022-11-28 20:51:24     FALSE
## 3167     FALSE             0            <NA> 2022-11-28 20:51:24     FALSE
## 3168     FALSE             2            <NA> 2022-11-28 20:51:13      TRUE
## 3169     FALSE             2            <NA> 2022-11-28 20:51:10     FALSE
## 3170     FALSE             0            <NA> 2022-11-28 20:51:08     FALSE
## 3171     FALSE             0            <NA> 2022-11-28 20:51:08     FALSE
## 3172     FALSE             0            <NA> 2022-11-28 20:51:00     FALSE
## 3173     FALSE             0            <NA> 2022-11-28 20:50:57     FALSE
## 3174     FALSE             0            <NA> 2022-11-28 20:50:46     FALSE
## 3175     FALSE             0            <NA> 2022-11-28 20:50:45     FALSE
## 3176     FALSE             5            <NA> 2022-11-28 20:50:36     FALSE
## 3177     FALSE             0            <NA> 2022-11-28 20:50:35     FALSE
## 3178     FALSE             2            <NA> 2022-11-28 20:50:30     FALSE
## 3179     FALSE             0            <NA> 2022-11-28 20:50:16     FALSE
## 3180     FALSE             0            <NA> 2022-11-28 20:50:07     FALSE
## 3181     FALSE             0            <NA> 2022-11-28 20:50:07     FALSE
## 3182     FALSE             0            <NA> 2022-11-28 20:50:03     FALSE
## 3183     FALSE             0            <NA> 2022-11-28 20:49:58     FALSE
## 3184     FALSE             0            <NA> 2022-11-28 20:49:58     FALSE
## 3185     FALSE             0            <NA> 2022-11-28 20:49:51     FALSE
## 3186     FALSE             1            <NA> 2022-11-28 20:49:46     FALSE
## 3187     FALSE             0            <NA> 2022-11-28 20:49:45      TRUE
## 3188     FALSE             0            <NA> 2022-11-28 20:49:42     FALSE
## 3189     FALSE             0            <NA> 2022-11-28 20:49:33     FALSE
## 3190     FALSE             1            <NA> 2022-11-28 20:49:27     FALSE
## 3191     FALSE             0            <NA> 2022-11-28 20:49:26     FALSE
## 3192     FALSE             0            <NA> 2022-11-28 20:49:21     FALSE
## 3193     FALSE             0            <NA> 2022-11-28 20:49:14     FALSE
## 3194     FALSE             3            <NA> 2022-11-28 20:49:09     FALSE
## 3195     FALSE             0            <NA> 2022-11-28 20:49:04     FALSE
## 3196     FALSE             0            <NA> 2022-11-28 20:49:02     FALSE
## 3197     FALSE             0            <NA> 2022-11-28 20:48:59     FALSE
## 3198     FALSE             0            <NA> 2022-11-28 20:48:55     FALSE
## 3199     FALSE             0            <NA> 2022-11-28 20:48:50     FALSE
## 3200     FALSE             0            <NA> 2022-11-28 20:48:44     FALSE
## 3201     FALSE             1            <NA> 2022-11-28 20:48:41     FALSE
## 3202     FALSE             1            <NA> 2022-11-28 20:48:34     FALSE
## 3203     FALSE             1            <NA> 2022-11-28 20:48:25     FALSE
## 3204     FALSE             4            <NA> 2022-11-28 20:48:23     FALSE
## 3205     FALSE             0    nuevogansito 2022-11-28 20:48:15     FALSE
## 3206     FALSE             0            <NA> 2022-11-28 20:48:10     FALSE
## 3207     FALSE             0            <NA> 2022-11-28 20:47:58     FALSE
## 3208     FALSE             3            <NA> 2022-11-28 20:47:56     FALSE
## 3209     FALSE             0            <NA> 2022-11-28 20:47:40      TRUE
## 3210     FALSE             0            <NA> 2022-11-28 20:47:39     FALSE
## 3211     FALSE             0            <NA> 2022-11-28 20:47:38     FALSE
## 3212     FALSE             0            <NA> 2022-11-28 20:47:33     FALSE
## 3213     FALSE             0            <NA> 2022-11-28 20:47:20      TRUE
## 3214     FALSE             0            <NA> 2022-11-28 20:47:18      TRUE
## 3215     FALSE             0            <NA> 2022-11-28 20:47:12     FALSE
## 3216     FALSE             0            <NA> 2022-11-28 20:47:10     FALSE
## 3217     FALSE             0            <NA> 2022-11-28 20:47:08      TRUE
## 3218     FALSE             0            <NA> 2022-11-28 20:47:07     FALSE
## 3219     FALSE             0            <NA> 2022-11-28 20:47:03     FALSE
## 3220     FALSE             0            <NA> 2022-11-28 20:47:01     FALSE
## 3221     FALSE             0            <NA> 2022-11-28 20:47:01     FALSE
## 3222     FALSE             0            <NA> 2022-11-28 20:47:00     FALSE
## 3223     FALSE             0            <NA> 2022-11-28 20:46:57     FALSE
## 3224     FALSE             0            <NA> 2022-11-28 20:46:51     FALSE
## 3225     FALSE             0            <NA> 2022-11-28 20:46:44      TRUE
## 3226     FALSE             2            <NA> 2022-11-28 20:46:42      TRUE
## 3227     FALSE             0            <NA> 2022-11-28 20:46:37      TRUE
## 3228     FALSE             1            <NA> 2022-11-28 20:46:35     FALSE
## 3229     FALSE             0            <NA> 2022-11-28 20:46:24     FALSE
## 3230     FALSE            15            <NA> 2022-11-28 20:46:21     FALSE
## 3231     FALSE             2            <NA> 2022-11-28 20:46:19     FALSE
## 3232     FALSE             0            <NA> 2022-11-28 20:46:19     FALSE
## 3233     FALSE             0            <NA> 2022-11-28 20:46:09     FALSE
## 3234     FALSE             1            <NA> 2022-11-28 20:46:04      TRUE
## 3235     FALSE             0            <NA> 2022-11-28 20:46:03     FALSE
## 3236     FALSE             9            <NA> 2022-11-28 20:45:56     FALSE
## 3237     FALSE             1            <NA> 2022-11-28 20:45:55     FALSE
## 3238     FALSE             0            <NA> 2022-11-28 20:45:55      TRUE
## 3239     FALSE             0            <NA> 2022-11-28 20:45:50     FALSE
## 3240     FALSE             0            <NA> 2022-11-28 20:45:47     FALSE
## 3241     FALSE             0            <NA> 2022-11-28 20:45:46      TRUE
## 3242     FALSE             0            <NA> 2022-11-28 20:45:34     FALSE
## 3243     FALSE             2            <NA> 2022-11-28 20:45:32     FALSE
## 3244     FALSE             1            <NA> 2022-11-28 20:45:31     FALSE
## 3245     FALSE             0            <NA> 2022-11-28 20:45:27      TRUE
## 3246     FALSE             0            <NA> 2022-11-28 20:45:26     FALSE
## 3247     FALSE             2            <NA> 2022-11-28 20:45:22     FALSE
## 3248     FALSE             1            <NA> 2022-11-28 20:45:19     FALSE
## 3249     FALSE             0            <NA> 2022-11-28 20:45:16     FALSE
## 3250     FALSE             0            <NA> 2022-11-28 20:45:11     FALSE
## 3251     FALSE             1            <NA> 2022-11-28 20:45:08     FALSE
## 3252     FALSE             0            <NA> 2022-11-28 20:45:05      TRUE
## 3253     FALSE             6            <NA> 2022-11-28 20:45:01      TRUE
## 3254     FALSE             0            <NA> 2022-11-28 20:44:46     FALSE
## 3255     FALSE             0            <NA> 2022-11-28 20:44:45     FALSE
## 3256     FALSE             0            <NA> 2022-11-28 20:44:43      TRUE
## 3257     FALSE             4            <NA> 2022-11-28 20:44:39     FALSE
## 3258     FALSE             0            <NA> 2022-11-28 20:44:36     FALSE
## 3259     FALSE             0            <NA> 2022-11-28 20:44:31     FALSE
## 3260     FALSE             0            <NA> 2022-11-28 20:44:30     FALSE
## 3261     FALSE             1            <NA> 2022-11-28 20:44:29     FALSE
## 3262     FALSE             4            <NA> 2022-11-28 20:44:28      TRUE
## 3263     FALSE             0            <NA> 2022-11-28 20:44:21     FALSE
## 3264     FALSE             0            <NA> 2022-11-28 20:44:17     FALSE
## 3265     FALSE             0            <NA> 2022-11-28 20:44:17     FALSE
## 3266     FALSE             0            <NA> 2022-11-28 20:44:16     FALSE
## 3267     FALSE             0            <NA> 2022-11-28 20:44:07     FALSE
## 3268     FALSE             0            <NA> 2022-11-28 20:44:02     FALSE
## 3269     FALSE             0            <NA> 2022-11-28 20:43:44     FALSE
## 3270     FALSE             1            <NA> 2022-11-28 20:43:41     FALSE
## 3271     FALSE             0            <NA> 2022-11-28 20:43:41     FALSE
## 3272     FALSE             0            <NA> 2022-11-28 20:43:41     FALSE
## 3273     FALSE             6            <NA> 2022-11-28 20:43:37      TRUE
## 3274     FALSE             0            <NA> 2022-11-28 20:43:36     FALSE
## 3275     FALSE             0            <NA> 2022-11-28 20:43:31     FALSE
## 3276     FALSE             0            <NA> 2022-11-28 20:43:30     FALSE
## 3277     FALSE             2            <NA> 2022-11-28 20:43:27      TRUE
## 3278     FALSE             1            <NA> 2022-11-28 20:43:26     FALSE
## 3279     FALSE             1            <NA> 2022-11-28 20:43:15     FALSE
## 3280     FALSE             0            <NA> 2022-11-28 20:43:15     FALSE
## 3281     FALSE             2            <NA> 2022-11-28 20:43:10     FALSE
## 3282     FALSE             0            <NA> 2022-11-28 20:43:08     FALSE
## 3283     FALSE             0            <NA> 2022-11-28 20:42:57     FALSE
## 3284     FALSE             0            <NA> 2022-11-28 20:42:55     FALSE
## 3285     FALSE             5            <NA> 2022-11-28 20:42:54     FALSE
## 3286     FALSE             0            <NA> 2022-11-28 20:42:49     FALSE
## 3287     FALSE             0            <NA> 2022-11-28 20:42:49     FALSE
## 3288     FALSE             0            <NA> 2022-11-28 20:42:39     FALSE
## 3289     FALSE             0            <NA> 2022-11-28 20:42:38     FALSE
## 3290     FALSE             0            <NA> 2022-11-28 20:42:38     FALSE
## 3291     FALSE             0            <NA> 2022-11-28 20:42:28     FALSE
## 3292     FALSE             1            <NA> 2022-11-28 20:42:26     FALSE
## 3293     FALSE             1            <NA> 2022-11-28 20:42:26     FALSE
## 3294     FALSE             0            <NA> 2022-11-28 20:42:26     FALSE
## 3295     FALSE             0            <NA> 2022-11-28 20:42:25     FALSE
## 3296     FALSE             0            <NA> 2022-11-28 20:42:24     FALSE
## 3297     FALSE             0            <NA> 2022-11-28 20:42:21     FALSE
## 3298     FALSE             0            <NA> 2022-11-28 20:42:20     FALSE
## 3299     FALSE             0            <NA> 2022-11-28 20:42:16     FALSE
## 3300     FALSE             0            <NA> 2022-11-28 20:42:11     FALSE
## 3301     FALSE             0            <NA> 2022-11-28 20:42:08     FALSE
## 3302     FALSE             2            <NA> 2022-11-28 20:42:02     FALSE
## 3303     FALSE             0            <NA> 2022-11-28 20:42:01     FALSE
## 3304     FALSE             1            <NA> 2022-11-28 20:42:01     FALSE
## 3305     FALSE             0            <NA> 2022-11-28 20:41:56     FALSE
## 3306     FALSE             0            <NA> 2022-11-28 20:41:55     FALSE
## 3307     FALSE             1            <NA> 2022-11-28 20:41:38     FALSE
## 3308     FALSE             0            <NA> 2022-11-28 20:41:30     FALSE
## 3309     FALSE             0            <NA> 2022-11-28 20:41:27     FALSE
## 3310     FALSE             1            <NA> 2022-11-28 20:41:16     FALSE
## 3311     FALSE             0            <NA> 2022-11-28 20:41:15     FALSE
## 3312     FALSE            11            <NA> 2022-11-28 20:41:09      TRUE
## 3313     FALSE             1            <NA> 2022-11-28 20:41:06     FALSE
## 3314     FALSE             0            <NA> 2022-11-28 20:41:01     FALSE
## 3315     FALSE             0            <NA> 2022-11-28 20:40:58     FALSE
## 3316     FALSE             0            <NA> 2022-11-28 20:40:52     FALSE
## 3317     FALSE             3            <NA> 2022-11-28 20:40:51     FALSE
## 3318     FALSE             0            <NA> 2022-11-28 20:40:49      TRUE
## 3319     FALSE             0            <NA> 2022-11-28 20:40:48      TRUE
## 3320     FALSE             0            <NA> 2022-11-28 20:40:46     FALSE
## 3321     FALSE             1            <NA> 2022-11-28 20:40:45     FALSE
## 3322     FALSE             0            <NA> 2022-11-28 20:40:45     FALSE
## 3323     FALSE             0            <NA> 2022-11-28 20:40:31     FALSE
## 3324     FALSE             0            <NA> 2022-11-28 20:40:24     FALSE
## 3325     FALSE             0            <NA> 2022-11-28 20:40:20     FALSE
## 3326     FALSE             0            <NA> 2022-11-28 20:40:18     FALSE
## 3327     FALSE             1            <NA> 2022-11-28 20:40:16     FALSE
## 3328     FALSE             0            <NA> 2022-11-28 20:40:13     FALSE
## 3329     FALSE             0            <NA> 2022-11-28 20:40:13     FALSE
## 3330     FALSE             0            <NA> 2022-11-28 20:40:12     FALSE
## 3331     FALSE             0            <NA> 2022-11-28 20:40:09     FALSE
## 3332     FALSE             1            <NA> 2022-11-28 20:40:04     FALSE
## 3333     FALSE             0            <NA> 2022-11-28 20:40:03     FALSE
## 3334     FALSE             1            <NA> 2022-11-28 20:40:01     FALSE
## 3335     FALSE             0            <NA> 2022-11-28 20:39:55     FALSE
## 3336     FALSE             1            <NA> 2022-11-28 20:39:49     FALSE
## 3337     FALSE             0            <NA> 2022-11-28 20:39:45     FALSE
## 3338     FALSE             0            <NA> 2022-11-28 20:39:41     FALSE
## 3339     FALSE             0            <NA> 2022-11-28 20:39:41     FALSE
## 3340     FALSE             0            <NA> 2022-11-28 20:39:41     FALSE
## 3341     FALSE             0            <NA> 2022-11-28 20:39:38     FALSE
## 3342     FALSE             4            <NA> 2022-11-28 20:39:31      TRUE
## 3343     FALSE             0            <NA> 2022-11-28 20:39:30     FALSE
## 3344     FALSE             0            <NA> 2022-11-28 20:39:22     FALSE
## 3345     FALSE             1            <NA> 2022-11-28 20:39:19     FALSE
## 3346     FALSE             0            <NA> 2022-11-28 20:39:19     FALSE
## 3347     FALSE             0            <NA> 2022-11-28 20:39:11     FALSE
## 3348     FALSE             0            <NA> 2022-11-28 20:39:09     FALSE
## 3349     FALSE             0            <NA> 2022-11-28 20:39:05     FALSE
## 3350     FALSE             0            <NA> 2022-11-28 20:39:03     FALSE
## 3351     FALSE             0            <NA> 2022-11-28 20:39:00     FALSE
## 3352     FALSE             1            <NA> 2022-11-28 20:38:56     FALSE
## 3353     FALSE             1            <NA> 2022-11-28 20:38:56     FALSE
## 3354     FALSE             3            <NA> 2022-11-28 20:38:53     FALSE
## 3355     FALSE             0            <NA> 2022-11-28 20:38:50     FALSE
## 3356     FALSE             1            <NA> 2022-11-28 20:38:49     FALSE
## 3357     FALSE             0            <NA> 2022-11-28 20:38:48     FALSE
## 3358     FALSE             0            <NA> 2022-11-28 20:38:44     FALSE
## 3359     FALSE             1        forsiwoo 2022-11-28 20:38:44     FALSE
## 3360     FALSE             0            <NA> 2022-11-28 20:38:41     FALSE
## 3361     FALSE             1            <NA> 2022-11-28 20:38:36     FALSE
## 3362     FALSE             0            <NA> 2022-11-28 20:38:29     FALSE
## 3363     FALSE             2            <NA> 2022-11-28 20:38:21      TRUE
## 3364     FALSE             1            <NA> 2022-11-28 20:38:15     FALSE
## 3365     FALSE             4            <NA> 2022-11-28 20:38:03     FALSE
## 3366     FALSE             1            <NA> 2022-11-28 20:37:52      TRUE
## 3367     FALSE             2            <NA> 2022-11-28 20:37:52      TRUE
## 3368     FALSE             0            <NA> 2022-11-28 20:37:50     FALSE
## 3369     FALSE             3            <NA> 2022-11-28 20:37:45     FALSE
## 3370     FALSE             1        forsiwoo 2022-11-28 20:37:40     FALSE
## 3371     FALSE             1            <NA> 2022-11-28 20:37:34     FALSE
## 3372     FALSE             0            <NA> 2022-11-28 20:37:32     FALSE
## 3373     FALSE             0            <NA> 2022-11-28 20:37:21      TRUE
## 3374     FALSE             0            <NA> 2022-11-28 20:37:18     FALSE
## 3375     FALSE             2            <NA> 2022-11-28 20:37:14     FALSE
## 3376     FALSE             0            <NA> 2022-11-28 20:37:11     FALSE
## 3377     FALSE             3            <NA> 2022-11-28 20:37:09      TRUE
## 3378     FALSE             0            <NA> 2022-11-28 20:37:03     FALSE
## 3379     FALSE             2            <NA> 2022-11-28 20:37:02      TRUE
## 3380     FALSE             0            <NA> 2022-11-28 20:37:02     FALSE
## 3381     FALSE             0            <NA> 2022-11-28 20:36:54      TRUE
## 3382     FALSE             0            <NA> 2022-11-28 20:36:51     FALSE
## 3383     FALSE             2            <NA> 2022-11-28 20:36:49     FALSE
## 3384     FALSE             0            <NA> 2022-11-28 20:36:47      TRUE
## 3385     FALSE             0            <NA> 2022-11-28 20:36:46     FALSE
## 3386     FALSE             0            <NA> 2022-11-28 20:36:41     FALSE
## 3387     FALSE             1            <NA> 2022-11-28 20:36:38     FALSE
## 3388     FALSE             5            <NA> 2022-11-28 20:36:06      TRUE
## 3389     FALSE             0            <NA> 2022-11-28 20:36:05      TRUE
## 3390     FALSE             0            <NA> 2022-11-28 20:36:04     FALSE
## 3391     FALSE             0            <NA> 2022-11-28 20:36:00     FALSE
## 3392     FALSE             0            <NA> 2022-11-28 20:35:47     FALSE
## 3393     FALSE             1            <NA> 2022-11-28 20:35:42     FALSE
## 3394     FALSE             0            <NA> 2022-11-28 20:35:40     FALSE
## 3395     FALSE             0            <NA> 2022-11-28 20:35:37     FALSE
## 3396     FALSE             0            <NA> 2022-11-28 20:35:33     FALSE
## 3397     FALSE             4            <NA> 2022-11-28 20:35:27     FALSE
## 3398     FALSE             0            <NA> 2022-11-28 20:35:26     FALSE
## 3399     FALSE             3            <NA> 2022-11-28 20:35:24     FALSE
## 3400     FALSE             0       Ciotti001 2022-11-28 20:35:24      TRUE
## 3401     FALSE             1            <NA> 2022-11-28 20:35:18     FALSE
## 3402     FALSE             1            <NA> 2022-11-28 20:35:17      TRUE
## 3403     FALSE             2            <NA> 2022-11-28 20:35:13     FALSE
## 3404     FALSE             0            <NA> 2022-11-28 20:35:02     FALSE
## 3405     FALSE             2            <NA> 2022-11-28 20:34:58     FALSE
## 3406     FALSE             0            <NA> 2022-11-28 20:34:52     FALSE
## 3407     FALSE             0            <NA> 2022-11-28 20:34:51      TRUE
## 3408     FALSE             4            <NA> 2022-11-28 20:34:46     FALSE
## 3409     FALSE             2            <NA> 2022-11-28 20:34:41     FALSE
## 3410     FALSE             1            <NA> 2022-11-28 20:34:35     FALSE
## 3411     FALSE             1            <NA> 2022-11-28 20:34:31     FALSE
## 3412     FALSE             0            <NA> 2022-11-28 20:34:28     FALSE
## 3413     FALSE             0            <NA> 2022-11-28 20:34:25     FALSE
## 3414     FALSE             1            <NA> 2022-11-28 20:34:10     FALSE
## 3415     FALSE             1            <NA> 2022-11-28 20:34:04      TRUE
## 3416     FALSE             0            <NA> 2022-11-28 20:34:02     FALSE
## 3417     FALSE             1            <NA> 2022-11-28 20:33:55     FALSE
## 3418     FALSE             2            <NA> 2022-11-28 20:33:54     FALSE
## 3419     FALSE             0            <NA> 2022-11-28 20:33:54     FALSE
## 3420     FALSE             1            <NA> 2022-11-28 20:33:53     FALSE
## 3421     FALSE             0            <NA> 2022-11-28 20:33:51     FALSE
## 3422     FALSE             0            <NA> 2022-11-28 20:33:35     FALSE
## 3423     FALSE             0            <NA> 2022-11-28 20:33:31     FALSE
## 3424     FALSE             1            <NA> 2022-11-28 20:33:14     FALSE
## 3425     FALSE             0            <NA> 2022-11-28 20:33:10     FALSE
## 3426     FALSE             0            <NA> 2022-11-28 20:33:04     FALSE
## 3427     FALSE             0       chartdata 2022-11-28 20:32:57      TRUE
## 3428     FALSE             0            <NA> 2022-11-28 20:32:54     FALSE
## 3429     FALSE             0            <NA> 2022-11-28 20:32:50     FALSE
## 3430     FALSE             0            <NA> 2022-11-28 20:32:49     FALSE
## 3431     FALSE             0            <NA> 2022-11-28 20:32:48     FALSE
## 3432     FALSE             0            <NA> 2022-11-28 20:32:36     FALSE
## 3433     FALSE             0            <NA> 2022-11-28 20:32:34     FALSE
## 3434     FALSE             0            <NA> 2022-11-28 20:32:31     FALSE
## 3435     FALSE             0            <NA> 2022-11-28 20:32:27     FALSE
## 3436     FALSE             0            <NA> 2022-11-28 20:32:25     FALSE
## 3437     FALSE             0            <NA> 2022-11-28 20:32:25     FALSE
## 3438     FALSE             0            <NA> 2022-11-28 20:32:25     FALSE
## 3439     FALSE             0            <NA> 2022-11-28 20:32:24     FALSE
## 3440     FALSE             1            <NA> 2022-11-28 20:32:24     FALSE
## 3441     FALSE             0            <NA> 2022-11-28 20:32:23     FALSE
## 3442     FALSE             0            <NA> 2022-11-28 20:32:21     FALSE
## 3443     FALSE             0            <NA> 2022-11-28 20:32:16     FALSE
## 3444     FALSE             0            <NA> 2022-11-28 20:32:14     FALSE
## 3445     FALSE             0            <NA> 2022-11-28 20:32:14     FALSE
## 3446     FALSE             0            <NA> 2022-11-28 20:32:11     FALSE
## 3447     FALSE             0            <NA> 2022-11-28 20:32:07     FALSE
## 3448     FALSE             0            <NA> 2022-11-28 20:32:07      TRUE
## 3449     FALSE             0            <NA> 2022-11-28 20:31:57     FALSE
## 3450     FALSE             0            <NA> 2022-11-28 20:31:54     FALSE
## 3451     FALSE             0            <NA> 2022-11-28 20:31:53     FALSE
## 3452     FALSE             0            <NA> 2022-11-28 20:31:53      TRUE
## 3453     FALSE             2            <NA> 2022-11-28 20:31:53      TRUE
## 3454     FALSE             0            <NA> 2022-11-28 20:31:53      TRUE
## 3455     FALSE             0            <NA> 2022-11-28 20:31:52     FALSE
## 3456     FALSE             0            <NA> 2022-11-28 20:31:45     FALSE
## 3457     FALSE             0            <NA> 2022-11-28 20:31:45     FALSE
## 3458     FALSE             0            <NA> 2022-11-28 20:31:45     FALSE
## 3459     FALSE             0            <NA> 2022-11-28 20:31:44     FALSE
## 3460     FALSE             0            <NA> 2022-11-28 20:31:40     FALSE
## 3461     FALSE             1            <NA> 2022-11-28 20:31:40     FALSE
## 3462     FALSE             0            <NA> 2022-11-28 20:31:29     FALSE
## 3463     FALSE             0            <NA> 2022-11-28 20:31:24     FALSE
## 3464     FALSE             0            <NA> 2022-11-28 20:31:24     FALSE
## 3465     FALSE             0            <NA> 2022-11-28 20:31:15     FALSE
## 3466     FALSE             0            <NA> 2022-11-28 20:30:51     FALSE
## 3467     FALSE             2            <NA> 2022-11-28 20:30:48      TRUE
## 3468     FALSE             1            <NA> 2022-11-28 20:30:47     FALSE
## 3469     FALSE             3            <NA> 2022-11-28 20:30:47      TRUE
## 3470     FALSE             0            <NA> 2022-11-28 20:30:46     FALSE
## 3471     FALSE             2            <NA> 2022-11-28 20:30:38     FALSE
## 3472     FALSE             0            <NA> 2022-11-28 20:30:23     FALSE
## 3473     FALSE             0            <NA> 2022-11-28 20:30:20     FALSE
## 3474     FALSE             0            <NA> 2022-11-28 20:30:20     FALSE
## 3475     FALSE             0            <NA> 2022-11-28 20:30:11     FALSE
## 3476     FALSE             0            <NA> 2022-11-28 20:30:09     FALSE
## 3477     FALSE             2            <NA> 2022-11-28 20:30:07     FALSE
## 3478     FALSE             0            <NA> 2022-11-28 20:30:07     FALSE
## 3479     FALSE             0            <NA> 2022-11-28 20:30:06     FALSE
## 3480     FALSE             0            <NA> 2022-11-28 20:30:02     FALSE
## 3481     FALSE             0            <NA> 2022-11-28 20:30:02     FALSE
## 3482     FALSE             0            <NA> 2022-11-28 20:29:59     FALSE
## 3483     FALSE             0            <NA> 2022-11-28 20:29:55     FALSE
## 3484     FALSE             0            <NA> 2022-11-28 20:29:55     FALSE
## 3485     FALSE             0            <NA> 2022-11-28 20:29:52     FALSE
## 3486     FALSE             0            <NA> 2022-11-28 20:29:49     FALSE
## 3487     FALSE             0            <NA> 2022-11-28 20:29:49     FALSE
## 3488     FALSE             0            <NA> 2022-11-28 20:29:42     FALSE
## 3489     FALSE             0         Spotify 2022-11-28 20:29:31     FALSE
## 3490     FALSE             4            <NA> 2022-11-28 20:29:28      TRUE
## 3491     FALSE             0            <NA> 2022-11-28 20:29:28     FALSE
## 3492     FALSE             4            <NA> 2022-11-28 20:29:19     FALSE
## 3493     FALSE             1            <NA> 2022-11-28 20:29:15     FALSE
## 3494     FALSE             0            <NA> 2022-11-28 20:29:15     FALSE
## 3495     FALSE            11            <NA> 2022-11-28 20:29:14     FALSE
## 3496     FALSE             0            <NA> 2022-11-28 20:29:14     FALSE
## 3497     FALSE             0            <NA> 2022-11-28 20:29:03     FALSE
## 3498     FALSE             0            <NA> 2022-11-28 20:29:03     FALSE
## 3499     FALSE             0            <NA> 2022-11-28 20:29:02     FALSE
## 3500     FALSE             5            <NA> 2022-11-28 20:28:56     FALSE
## 3501     FALSE             1            <NA> 2022-11-28 20:28:51     FALSE
## 3502     FALSE             0            <NA> 2022-11-28 20:28:47     FALSE
## 3503     FALSE             0            <NA> 2022-11-28 20:28:45     FALSE
## 3504     FALSE             0            <NA> 2022-11-28 20:28:43     FALSE
## 3505     FALSE             0            <NA> 2022-11-28 20:28:41     FALSE
## 3506     FALSE             0            <NA> 2022-11-28 20:28:41     FALSE
## 3507     FALSE             1            <NA> 2022-11-28 20:28:40     FALSE
## 3508     FALSE             0            <NA> 2022-11-28 20:28:29     FALSE
## 3509     FALSE             0            <NA> 2022-11-28 20:28:24     FALSE
## 3510     FALSE             1            <NA> 2022-11-28 20:28:22     FALSE
## 3511     FALSE             1            <NA> 2022-11-28 20:28:19     FALSE
## 3512     FALSE             0            <NA> 2022-11-28 20:28:14     FALSE
## 3513     FALSE             0            <NA> 2022-11-28 20:28:12     FALSE
## 3514     FALSE             0            <NA> 2022-11-28 20:28:11     FALSE
## 3515     FALSE             0            <NA> 2022-11-28 20:28:09     FALSE
## 3516     FALSE             0            <NA> 2022-11-28 20:27:51     FALSE
## 3517     FALSE             0            <NA> 2022-11-28 20:27:37     FALSE
## 3518     FALSE             0            <NA> 2022-11-28 20:27:33     FALSE
## 3519     FALSE             0            <NA> 2022-11-28 20:27:27     FALSE
## 3520     FALSE             1            <NA> 2022-11-28 20:27:27     FALSE
## 3521     FALSE             0            <NA> 2022-11-28 20:27:07     FALSE
## 3522     FALSE             1            <NA> 2022-11-28 20:27:06     FALSE
## 3523     FALSE             0            <NA> 2022-11-28 20:26:57     FALSE
## 3524     FALSE             0            <NA> 2022-11-28 20:26:48     FALSE
## 3525     FALSE             0            <NA> 2022-11-28 20:26:43     FALSE
## 3526     FALSE             1            <NA> 2022-11-28 20:26:36      TRUE
## 3527     FALSE             0            <NA> 2022-11-28 20:26:28     FALSE
## 3528     FALSE             0            <NA> 2022-11-28 20:26:24     FALSE
## 3529     FALSE             0            <NA> 2022-11-28 20:26:23     FALSE
## 3530     FALSE             0            <NA> 2022-11-28 20:26:20     FALSE
## 3531     FALSE             0            <NA> 2022-11-28 20:25:57     FALSE
## 3532     FALSE             0            <NA> 2022-11-28 20:25:55     FALSE
## 3533     FALSE             0            <NA> 2022-11-28 20:25:44     FALSE
## 3534     FALSE             0            <NA> 2022-11-28 20:25:33     FALSE
## 3535     FALSE             0            <NA> 2022-11-28 20:25:26     FALSE
## 3536     FALSE             0            <NA> 2022-11-28 20:25:24     FALSE
## 3537     FALSE             0            <NA> 2022-11-28 20:25:18     FALSE
## 3538     FALSE             0            <NA> 2022-11-28 20:25:15     FALSE
## 3539     FALSE             3            <NA> 2022-11-28 20:25:06     FALSE
## 3540     FALSE             0            <NA> 2022-11-28 20:25:01     FALSE
## 3541     FALSE             0            <NA> 2022-11-28 20:24:49     FALSE
## 3542     FALSE             0            <NA> 2022-11-28 20:24:49     FALSE
## 3543     FALSE             0            <NA> 2022-11-28 20:24:40     FALSE
## 3544     FALSE             0            <NA> 2022-11-28 20:24:38     FALSE
## 3545     FALSE             0            <NA> 2022-11-28 20:24:35     FALSE
## 3546     FALSE             1            <NA> 2022-11-28 20:24:33     FALSE
## 3547     FALSE             0            <NA> 2022-11-28 20:24:30     FALSE
## 3548     FALSE             3            <NA> 2022-11-28 20:24:27     FALSE
## 3549     FALSE             2            <NA> 2022-11-28 20:24:22     FALSE
## 3550     FALSE             0            <NA> 2022-11-28 20:24:16     FALSE
## 3551     FALSE             0            <NA> 2022-11-28 20:24:13      TRUE
## 3552     FALSE             3            <NA> 2022-11-28 20:24:03      TRUE
## 3553     FALSE             0            <NA> 2022-11-28 20:24:00     FALSE
## 3554     FALSE             1            <NA> 2022-11-28 20:23:59      TRUE
## 3555     FALSE             0            <NA> 2022-11-28 20:23:52     FALSE
## 3556     FALSE             0            <NA> 2022-11-28 20:23:49     FALSE
## 3557     FALSE             0            <NA> 2022-11-28 20:23:49     FALSE
## 3558     FALSE             0            <NA> 2022-11-28 20:23:46     FALSE
## 3559     FALSE             0            <NA> 2022-11-28 20:23:43     FALSE
## 3560     FALSE             2            <NA> 2022-11-28 20:23:42      TRUE
## 3561     FALSE             0            <NA> 2022-11-28 20:23:42     FALSE
## 3562     FALSE             5            <NA> 2022-11-28 20:23:41     FALSE
## 3563     FALSE             0            <NA> 2022-11-28 20:23:36     FALSE
## 3564     FALSE             1            <NA> 2022-11-28 20:23:25     FALSE
## 3565     FALSE             2            <NA> 2022-11-28 20:23:23     FALSE
## 3566     FALSE             0            <NA> 2022-11-28 20:23:13     FALSE
## 3567     FALSE             2            <NA> 2022-11-28 20:23:09     FALSE
## 3568     FALSE             0            <NA> 2022-11-28 20:23:07      TRUE
## 3569     FALSE             0            <NA> 2022-11-28 20:23:05     FALSE
## 3570     FALSE             0            <NA> 2022-11-28 20:23:01     FALSE
## 3571     FALSE             1            <NA> 2022-11-28 20:22:50     FALSE
## 3572     FALSE             1            <NA> 2022-11-28 20:22:49     FALSE
## 3573     FALSE             0            <NA> 2022-11-28 20:22:47     FALSE
## 3574     FALSE             0            <NA> 2022-11-28 20:22:41     FALSE
## 3575     FALSE             0            <NA> 2022-11-28 20:22:36     FALSE
## 3576     FALSE             0            <NA> 2022-11-28 20:22:36     FALSE
## 3577     FALSE             0            <NA> 2022-11-28 20:22:31      TRUE
## 3578     FALSE             0            <NA> 2022-11-28 20:22:16     FALSE
## 3579     FALSE             0            <NA> 2022-11-28 20:22:16     FALSE
## 3580     FALSE             1            <NA> 2022-11-28 20:22:07      TRUE
## 3581     FALSE             0            <NA> 2022-11-28 20:21:58     FALSE
## 3582     FALSE             0            <NA> 2022-11-28 20:21:52     FALSE
## 3583     FALSE             0            <NA> 2022-11-28 20:21:42     FALSE
## 3584     FALSE             1            <NA> 2022-11-28 20:21:35     FALSE
## 3585     FALSE             1            <NA> 2022-11-28 20:21:32     FALSE
## 3586     FALSE             0            <NA> 2022-11-28 20:21:24     FALSE
## 3587     FALSE             0            <NA> 2022-11-28 20:21:23     FALSE
## 3588     FALSE             0            <NA> 2022-11-28 20:21:10     FALSE
## 3589     FALSE             0            <NA> 2022-11-28 20:21:05     FALSE
## 3590     FALSE             0            <NA> 2022-11-28 20:21:04     FALSE
## 3591     FALSE             0            <NA> 2022-11-28 20:20:58     FALSE
## 3592     FALSE             0            <NA> 2022-11-28 20:20:54     FALSE
## 3593     FALSE             0            <NA> 2022-11-28 20:20:53     FALSE
## 3594     FALSE             0            <NA> 2022-11-28 20:20:52     FALSE
## 3595     FALSE             0            <NA> 2022-11-28 20:20:48     FALSE
## 3596     FALSE             0            <NA> 2022-11-28 20:20:48     FALSE
## 3597     FALSE             0            <NA> 2022-11-28 20:20:48     FALSE
## 3598     FALSE             0            <NA> 2022-11-28 20:20:41     FALSE
## 3599     FALSE             0            <NA> 2022-11-28 20:20:41     FALSE
## 3600     FALSE             0            <NA> 2022-11-28 20:20:36     FALSE
## 3601     FALSE             0            <NA> 2022-11-28 20:20:23     FALSE
## 3602     FALSE             1            <NA> 2022-11-28 20:20:19     FALSE
## 3603     FALSE             0            <NA> 2022-11-28 20:20:19     FALSE
## 3604     FALSE             0            <NA> 2022-11-28 20:20:18     FALSE
## 3605     FALSE             1            <NA> 2022-11-28 20:20:18     FALSE
## 3606     FALSE             1            <NA> 2022-11-28 20:20:17     FALSE
## 3607     FALSE             0            <NA> 2022-11-28 20:20:13     FALSE
## 3608     FALSE             0            <NA> 2022-11-28 20:20:11     FALSE
## 3609     FALSE             1            <NA> 2022-11-28 20:20:00     FALSE
## 3610     FALSE             0            <NA> 2022-11-28 20:19:58     FALSE
## 3611     FALSE             0            <NA> 2022-11-28 20:19:48     FALSE
## 3612     FALSE             1            <NA> 2022-11-28 20:19:40     FALSE
## 3613     FALSE             0            <NA> 2022-11-28 20:19:31     FALSE
## 3614     FALSE             0            <NA> 2022-11-28 20:19:30     FALSE
## 3615     FALSE             0            <NA> 2022-11-28 20:19:29     FALSE
## 3616     FALSE             0            <NA> 2022-11-28 20:19:24      TRUE
## 3617     FALSE             1            <NA> 2022-11-28 20:19:23     FALSE
## 3618     FALSE             0            <NA> 2022-11-28 20:19:14     FALSE
## 3619     FALSE             0            <NA> 2022-11-28 20:19:12     FALSE
## 3620     FALSE             0            <NA> 2022-11-28 20:19:11     FALSE
## 3621     FALSE             0            <NA> 2022-11-28 20:19:03     FALSE
## 3622     FALSE             0            <NA> 2022-11-28 20:19:03     FALSE
## 3623     FALSE             3            <NA> 2022-11-28 20:19:02     FALSE
## 3624     FALSE             0            <NA> 2022-11-28 20:18:54     FALSE
## 3625     FALSE             0            <NA> 2022-11-28 20:18:53     FALSE
## 3626     FALSE            13            <NA> 2022-11-28 20:18:52     FALSE
## 3627     FALSE             1            <NA> 2022-11-28 20:18:47     FALSE
## 3628     FALSE             3            <NA> 2022-11-28 20:18:42     FALSE
## 3629     FALSE             0            <NA> 2022-11-28 20:18:34     FALSE
## 3630     FALSE             0            <NA> 2022-11-28 20:18:31     FALSE
## 3631     FALSE             0            <NA> 2022-11-28 20:18:24     FALSE
## 3632     FALSE             1            <NA> 2022-11-28 20:18:23     FALSE
## 3633     FALSE             0            <NA> 2022-11-28 20:18:21     FALSE
## 3634     FALSE             0            <NA> 2022-11-28 20:18:19     FALSE
## 3635     FALSE             0            <NA> 2022-11-28 20:18:19     FALSE
## 3636     FALSE             0            <NA> 2022-11-28 20:18:11     FALSE
## 3637     FALSE             2            <NA> 2022-11-28 20:18:10      TRUE
## 3638     FALSE             1            <NA> 2022-11-28 20:18:07     FALSE
## 3639     FALSE             1   AlshababRadio 2022-11-28 20:18:04     FALSE
## 3640     FALSE             1   AlshababRadio 2022-11-28 20:18:01      TRUE
## 3641     FALSE             0  themalbecbaddy 2022-11-28 20:17:59     FALSE
## 3642     FALSE             1   AlshababRadio 2022-11-28 20:17:59      TRUE
## 3643     FALSE             3            <NA> 2022-11-28 20:17:58     FALSE
## 3644     FALSE             1   AlshababRadio 2022-11-28 20:17:55      TRUE
## 3645     FALSE             0            <NA> 2022-11-28 20:17:53     FALSE
## 3646     FALSE             0            <NA> 2022-11-28 20:17:53     FALSE
## 3647     FALSE             2            <NA> 2022-11-28 20:17:52      TRUE
## 3648     FALSE             0            <NA> 2022-11-28 20:17:49     FALSE
## 3649     FALSE             0            <NA> 2022-11-28 20:17:43     FALSE
## 3650     FALSE             0            <NA> 2022-11-28 20:17:41     FALSE
## 3651     FALSE             1            <NA> 2022-11-28 20:17:39      TRUE
## 3652     FALSE             0            <NA> 2022-11-28 20:17:36     FALSE
## 3653     FALSE             0            <NA> 2022-11-28 20:17:35     FALSE
## 3654     FALSE             0            <NA> 2022-11-28 20:17:35     FALSE
## 3655     FALSE             0            <NA> 2022-11-28 20:17:32     FALSE
## 3656     FALSE             3            <NA> 2022-11-28 20:17:31     FALSE
## 3657     FALSE             1            <NA> 2022-11-28 20:17:25      TRUE
## 3658     FALSE             2            <NA> 2022-11-28 20:17:23     FALSE
## 3659     FALSE             0            <NA> 2022-11-28 20:17:16     FALSE
## 3660     FALSE             0            <NA> 2022-11-28 20:17:11     FALSE
## 3661     FALSE             0            <NA> 2022-11-28 20:17:05     FALSE
## 3662     FALSE             0            <NA> 2022-11-28 20:17:03     FALSE
## 3663     FALSE             0            <NA> 2022-11-28 20:17:02     FALSE
## 3664     FALSE             0            <NA> 2022-11-28 20:17:01     FALSE
## 3665     FALSE             1            <NA> 2022-11-28 20:16:58     FALSE
## 3666     FALSE             1            <NA> 2022-11-28 20:16:56     FALSE
## 3667     FALSE             0            <NA> 2022-11-28 20:16:55     FALSE
## 3668     FALSE             0            <NA> 2022-11-28 20:16:53     FALSE
## 3669     FALSE             0            <NA> 2022-11-28 20:16:50     FALSE
## 3670     FALSE             0            <NA> 2022-11-28 20:16:43     FALSE
## 3671     FALSE             0            <NA> 2022-11-28 20:16:40     FALSE
## 3672     FALSE            24            <NA> 2022-11-28 20:16:34     FALSE
## 3673     FALSE             0            <NA> 2022-11-28 20:16:17      TRUE
## 3674     FALSE             2            <NA> 2022-11-28 20:16:17     FALSE
## 3675     FALSE             0            <NA> 2022-11-28 20:16:13     FALSE
## 3676     FALSE             3            <NA> 2022-11-28 20:16:05     FALSE
## 3677     FALSE             1            <NA> 2022-11-28 20:16:04     FALSE
## 3678     FALSE             0            <NA> 2022-11-28 20:15:59     FALSE
## 3679     FALSE             0            <NA> 2022-11-28 20:15:58     FALSE
## 3680     FALSE             1            <NA> 2022-11-28 20:15:57     FALSE
## 3681     FALSE             0            <NA> 2022-11-28 20:15:55     FALSE
## 3682     FALSE             9            <NA> 2022-11-28 20:15:55     FALSE
## 3683     FALSE             0            <NA> 2022-11-28 20:15:51     FALSE
## 3684     FALSE            22            <NA> 2022-11-28 20:15:50      TRUE
## 3685     FALSE             2            <NA> 2022-11-28 20:15:45     FALSE
## 3686     FALSE             0  themalbecbaddy 2022-11-28 20:15:44     FALSE
## 3687     FALSE             0            <NA> 2022-11-28 20:15:32     FALSE
## 3688     FALSE             0            <NA> 2022-11-28 20:15:30     FALSE
## 3689     FALSE             0            <NA> 2022-11-28 20:15:22      TRUE
## 3690     FALSE             2            <NA> 2022-11-28 20:15:22     FALSE
## 3691     FALSE             0            <NA> 2022-11-28 20:15:22     FALSE
## 3692     FALSE             0            <NA> 2022-11-28 20:15:19     FALSE
## 3693     FALSE             0            <NA> 2022-11-28 20:15:13     FALSE
## 3694     FALSE             0            <NA> 2022-11-28 20:15:13     FALSE
## 3695     FALSE             6            <NA> 2022-11-28 20:15:09      TRUE
## 3696     FALSE             0            <NA> 2022-11-28 20:15:01     FALSE
## 3697     FALSE             0            <NA> 2022-11-28 20:15:01     FALSE
## 3698     FALSE             0            <NA> 2022-11-28 20:14:57     FALSE
## 3699     FALSE             0            <NA> 2022-11-28 20:14:42     FALSE
## 3700     FALSE             0            <NA> 2022-11-28 20:14:39     FALSE
## 3701     FALSE             0            <NA> 2022-11-28 20:14:39     FALSE
## 3702     FALSE             2          Ol_Meg 2022-11-28 20:14:35      TRUE
## 3703     FALSE             3            <NA> 2022-11-28 20:14:35     FALSE
## 3704     FALSE             0            <NA> 2022-11-28 20:14:34     FALSE
## 3705     FALSE             1            <NA> 2022-11-28 20:14:32     FALSE
## 3706     FALSE             2    _TweetCritic 2022-11-28 20:14:25     FALSE
## 3707     FALSE             1    _TweetCritic 2022-11-28 20:14:25     FALSE
## 3708     FALSE             1    _TweetCritic 2022-11-28 20:14:24     FALSE
## 3709     FALSE             3            <NA> 2022-11-28 20:14:24     FALSE
## 3710     FALSE             4            <NA> 2022-11-28 20:14:23     FALSE
## 3711     FALSE             5            <NA> 2022-11-28 20:14:21      TRUE
## 3712     FALSE             0            <NA> 2022-11-28 20:14:21     FALSE
## 3713     FALSE             0            <NA> 2022-11-28 20:14:10     FALSE
## 3714     FALSE             4            <NA> 2022-11-28 20:14:07     FALSE
## 3715     FALSE             1            <NA> 2022-11-28 20:14:01     FALSE
## 3716     FALSE             0            <NA> 2022-11-28 20:13:53     FALSE
## 3717     FALSE             0            <NA> 2022-11-28 20:13:53     FALSE
## 3718     FALSE             1            <NA> 2022-11-28 20:13:51     FALSE
## 3719     FALSE             1            <NA> 2022-11-28 20:13:48     FALSE
## 3720     FALSE             3            <NA> 2022-11-28 20:13:45     FALSE
## 3721     FALSE             0  The_angrei_gay 2022-11-28 20:13:36      TRUE
## 3722     FALSE             0            <NA> 2022-11-28 20:13:36     FALSE
## 3723     FALSE             0            <NA> 2022-11-28 20:13:35     FALSE
## 3724     FALSE            17            <NA> 2022-11-28 20:13:35      TRUE
## 3725     FALSE             0            <NA> 2022-11-28 20:13:20     FALSE
## 3726     FALSE             4            <NA> 2022-11-28 20:13:19     FALSE
## 3727     FALSE             0            <NA> 2022-11-28 20:13:08     FALSE
## 3728     FALSE             1            <NA> 2022-11-28 20:13:07     FALSE
## 3729     FALSE             6            <NA> 2022-11-28 20:13:05     FALSE
## 3730     FALSE             2            <NA> 2022-11-28 20:13:01     FALSE
## 3731     FALSE             0            <NA> 2022-11-28 20:12:59     FALSE
## 3732     FALSE             0            <NA> 2022-11-28 20:12:57     FALSE
## 3733     FALSE             0            <NA> 2022-11-28 20:12:56     FALSE
## 3734     FALSE             0            <NA> 2022-11-28 20:12:46     FALSE
## 3735     FALSE             1            <NA> 2022-11-28 20:12:38     FALSE
## 3736     FALSE             0            <NA> 2022-11-28 20:12:37     FALSE
## 3737     FALSE             0            <NA> 2022-11-28 20:12:35     FALSE
## 3738     FALSE             0            <NA> 2022-11-28 20:12:33     FALSE
## 3739     FALSE             1            <NA> 2022-11-28 20:12:32     FALSE
## 3740     FALSE             2            <NA> 2022-11-28 20:12:29     FALSE
## 3741     FALSE             1            <NA> 2022-11-28 20:12:28     FALSE
## 3742     FALSE             0            <NA> 2022-11-28 20:12:25     FALSE
## 3743     FALSE             0            <NA> 2022-11-28 20:12:25     FALSE
## 3744     FALSE             0            <NA> 2022-11-28 20:12:23      TRUE
## 3745     FALSE             0            <NA> 2022-11-28 20:12:20     FALSE
## 3746     FALSE             0            <NA> 2022-11-28 20:12:19     FALSE
## 3747     FALSE             1            <NA> 2022-11-28 20:12:11     FALSE
## 3748     FALSE             0            <NA> 2022-11-28 20:12:07     FALSE
## 3749     FALSE             1            <NA> 2022-11-28 20:12:06     FALSE
## 3750     FALSE             2            <NA> 2022-11-28 20:11:59     FALSE
## 3751     FALSE             0            <NA> 2022-11-28 20:11:59     FALSE
## 3752     FALSE             0            <NA> 2022-11-28 20:11:57     FALSE
## 3753     FALSE             0            <NA> 2022-11-28 20:11:37     FALSE
## 3754     FALSE             0            <NA> 2022-11-28 20:11:35     FALSE
## 3755     FALSE             1            <NA> 2022-11-28 20:11:34     FALSE
## 3756     FALSE             0            <NA> 2022-11-28 20:11:33     FALSE
## 3757     FALSE             2            <NA> 2022-11-28 20:11:29     FALSE
## 3758     FALSE             0            <NA> 2022-11-28 20:11:23     FALSE
## 3759     FALSE             1            <NA> 2022-11-28 20:11:19     FALSE
## 3760     FALSE             1            <NA> 2022-11-28 20:11:18     FALSE
## 3761     FALSE             2            <NA> 2022-11-28 20:11:14     FALSE
## 3762     FALSE             1            <NA> 2022-11-28 20:11:06     FALSE
## 3763     FALSE             2            <NA> 2022-11-28 20:11:02     FALSE
## 3764     FALSE             0            <NA> 2022-11-28 20:10:59     FALSE
## 3765     FALSE             0            <NA> 2022-11-28 20:10:58     FALSE
## 3766     FALSE             0            <NA> 2022-11-28 20:10:43     FALSE
## 3767     FALSE             3            <NA> 2022-11-28 20:10:38     FALSE
## 3768     FALSE             0            <NA> 2022-11-28 20:10:25     FALSE
## 3769     FALSE             0            <NA> 2022-11-28 20:10:11     FALSE
## 3770     FALSE             0            <NA> 2022-11-28 20:10:07     FALSE
## 3771     FALSE             0            <NA> 2022-11-28 20:10:01     FALSE
## 3772     FALSE             3            <NA> 2022-11-28 20:10:01     FALSE
## 3773     FALSE             0            <NA> 2022-11-28 20:09:53     FALSE
## 3774     FALSE             0            <NA> 2022-11-28 20:09:52      TRUE
## 3775     FALSE             0            <NA> 2022-11-28 20:09:52     FALSE
## 3776     FALSE             1            <NA> 2022-11-28 20:09:51     FALSE
## 3777     FALSE             8            <NA> 2022-11-28 20:09:45     FALSE
## 3778     FALSE             0            <NA> 2022-11-28 20:09:44     FALSE
## 3779     FALSE             0            <NA> 2022-11-28 20:09:36     FALSE
## 3780     FALSE             0            <NA> 2022-11-28 20:09:35     FALSE
## 3781     FALSE             0            <NA> 2022-11-28 20:09:35     FALSE
## 3782     FALSE             1            <NA> 2022-11-28 20:09:26     FALSE
## 3783     FALSE             0            <NA> 2022-11-28 20:09:24     FALSE
## 3784     FALSE             0            <NA> 2022-11-28 20:09:23     FALSE
## 3785     FALSE             2            <NA> 2022-11-28 20:09:17     FALSE
## 3786     FALSE             0            <NA> 2022-11-28 20:09:12     FALSE
## 3787     FALSE             4            <NA> 2022-11-28 20:09:10     FALSE
## 3788     FALSE             0            <NA> 2022-11-28 20:09:06     FALSE
## 3789     FALSE             0            <NA> 2022-11-28 20:09:03     FALSE
## 3790     FALSE             1            <NA> 2022-11-28 20:08:57     FALSE
## 3791     FALSE             0            <NA> 2022-11-28 20:08:56     FALSE
## 3792     FALSE             0            <NA> 2022-11-28 20:08:56     FALSE
## 3793     FALSE            12            <NA> 2022-11-28 20:08:56     FALSE
## 3794     FALSE             0            <NA> 2022-11-28 20:08:52     FALSE
## 3795     FALSE             1            <NA> 2022-11-28 20:08:47     FALSE
## 3796     FALSE             1            <NA> 2022-11-28 20:08:47     FALSE
## 3797     FALSE             0            <NA> 2022-11-28 20:08:46     FALSE
## 3798     FALSE             2            <NA> 2022-11-28 20:08:45     FALSE
## 3799     FALSE             0            <NA> 2022-11-28 20:08:40     FALSE
## 3800     FALSE             0            <NA> 2022-11-28 20:08:39     FALSE
## 3801     FALSE             1            <NA> 2022-11-28 20:08:37     FALSE
## 3802     FALSE             0            <NA> 2022-11-28 20:08:36     FALSE
## 3803     FALSE             0            <NA> 2022-11-28 20:08:36     FALSE
## 3804     FALSE             1            <NA> 2022-11-28 20:08:31     FALSE
## 3805     FALSE             0            <NA> 2022-11-28 20:08:28     FALSE
## 3806     FALSE             0            <NA> 2022-11-28 20:08:24     FALSE
## 3807     FALSE             1            <NA> 2022-11-28 20:08:21     FALSE
## 3808     FALSE             0     Daily_Serah 2022-11-28 20:08:20      TRUE
## 3809     FALSE             0            <NA> 2022-11-28 20:08:17     FALSE
## 3810     FALSE             2            <NA> 2022-11-28 20:08:14      TRUE
## 3811     FALSE             0            <NA> 2022-11-28 20:08:05     FALSE
## 3812     FALSE             0            <NA> 2022-11-28 20:08:03     FALSE
## 3813     FALSE             1            <NA> 2022-11-28 20:07:37      TRUE
## 3814     FALSE             1            <NA> 2022-11-28 20:07:31      TRUE
## 3815     FALSE             1            <NA> 2022-11-28 20:07:30     FALSE
## 3816     FALSE             1            <NA> 2022-11-28 20:07:25     FALSE
## 3817     FALSE             0            <NA> 2022-11-28 20:07:21     FALSE
## 3818     FALSE             0            <NA> 2022-11-28 20:07:20     FALSE
## 3819     FALSE             1            <NA> 2022-11-28 20:07:18     FALSE
## 3820     FALSE             0            <NA> 2022-11-28 20:07:14     FALSE
## 3821     FALSE             0            <NA> 2022-11-28 20:07:12     FALSE
## 3822     FALSE             0            <NA> 2022-11-28 20:07:06     FALSE
## 3823     FALSE             0            <NA> 2022-11-28 20:07:05     FALSE
## 3824     FALSE             0            <NA> 2022-11-28 20:07:05     FALSE
## 3825     FALSE             0            <NA> 2022-11-28 20:06:55     FALSE
## 3826     FALSE             0            <NA> 2022-11-28 20:06:55     FALSE
## 3827     FALSE             0            <NA> 2022-11-28 20:06:54     FALSE
## 3828     FALSE             0            <NA> 2022-11-28 20:06:49     FALSE
## 3829     FALSE             0            <NA> 2022-11-28 20:06:49     FALSE
## 3830     FALSE             1            <NA> 2022-11-28 20:06:47     FALSE
## 3831     FALSE             0            <NA> 2022-11-28 20:06:41     FALSE
## 3832     FALSE             0            <NA> 2022-11-28 20:06:39     FALSE
## 3833     FALSE             0            <NA> 2022-11-28 20:06:32     FALSE
## 3834     FALSE             0            <NA> 2022-11-28 20:06:31      TRUE
## 3835     FALSE             0            <NA> 2022-11-28 20:06:31     FALSE
## 3836     FALSE             0            <NA> 2022-11-28 20:06:30     FALSE
## 3837     FALSE             2            <NA> 2022-11-28 20:06:18     FALSE
## 3838     FALSE             1            <NA> 2022-11-28 20:06:16     FALSE
## 3839     FALSE             0            <NA> 2022-11-28 20:06:13     FALSE
## 3840     FALSE             0            <NA> 2022-11-28 20:06:09     FALSE
## 3841     FALSE             0            <NA> 2022-11-28 20:05:55     FALSE
## 3842     FALSE             3            <NA> 2022-11-28 20:05:47      TRUE
## 3843     FALSE             0            <NA> 2022-11-28 20:05:46      TRUE
## 3844     FALSE             0            <NA> 2022-11-28 20:05:43     FALSE
## 3845     FALSE             0            <NA> 2022-11-28 20:05:40     FALSE
## 3846     FALSE             1            <NA> 2022-11-28 20:05:31     FALSE
## 3847     FALSE             0            <NA> 2022-11-28 20:05:30     FALSE
## 3848     FALSE             0            <NA> 2022-11-28 20:05:00     FALSE
## 3849     FALSE             0            <NA> 2022-11-28 20:04:57     FALSE
## 3850     FALSE             0            <NA> 2022-11-28 20:04:47     FALSE
## 3851     FALSE             0            <NA> 2022-11-28 20:04:30     FALSE
## 3852     FALSE             0            <NA> 2022-11-28 20:04:21     FALSE
## 3853     FALSE             0            <NA> 2022-11-28 20:04:16     FALSE
## 3854     FALSE             0            <NA> 2022-11-28 20:04:11     FALSE
## 3855     FALSE             1            <NA> 2022-11-28 20:04:09     FALSE
## 3856     FALSE             1            <NA> 2022-11-28 20:04:08     FALSE
## 3857     FALSE             0            <NA> 2022-11-28 20:04:03     FALSE
## 3858     FALSE             1            <NA> 2022-11-28 20:04:02     FALSE
## 3859     FALSE             0            <NA> 2022-11-28 20:04:01     FALSE
## 3860     FALSE             0            <NA> 2022-11-28 20:03:56     FALSE
## 3861     FALSE             7            <NA> 2022-11-28 20:03:35     FALSE
## 3862     FALSE             0            <NA> 2022-11-28 20:03:28     FALSE
## 3863     FALSE             0            <NA> 2022-11-28 20:03:26     FALSE
## 3864     FALSE             1            <NA> 2022-11-28 20:03:21     FALSE
## 3865     FALSE             0            <NA> 2022-11-28 20:03:18     FALSE
## 3866     FALSE             0            <NA> 2022-11-28 20:03:16     FALSE
## 3867     FALSE             0            <NA> 2022-11-28 20:03:15     FALSE
## 3868     FALSE             0            <NA> 2022-11-28 20:03:07     FALSE
## 3869     FALSE             3            <NA> 2022-11-28 20:03:06     FALSE
## 3870     FALSE             0            <NA> 2022-11-28 20:03:04     FALSE
## 3871     FALSE             1            <NA> 2022-11-28 20:02:58     FALSE
## 3872     FALSE             0            <NA> 2022-11-28 20:02:51     FALSE
## 3873     FALSE             3            <NA> 2022-11-28 20:02:50     FALSE
## 3874     FALSE         11810            <NA> 2022-11-28 20:02:45     FALSE
## 3875     FALSE             1            <NA> 2022-11-28 20:02:17     FALSE
## 3876     FALSE             0            <NA> 2022-11-28 20:02:15     FALSE
## 3877     FALSE             0            <NA> 2022-11-28 20:02:14     FALSE
## 3878     FALSE            20            <NA> 2022-11-28 20:02:01      TRUE
## 3879     FALSE             0            <NA> 2022-11-28 20:01:57     FALSE
## 3880     FALSE             0            <NA> 2022-11-28 20:01:41     FALSE
## 3881     FALSE             0            <NA> 2022-11-28 20:01:35     FALSE
## 3882     FALSE             1         Spotify 2022-11-28 20:01:25     FALSE
## 3883     FALSE             0            <NA> 2022-11-28 20:01:25     FALSE
## 3884     FALSE             0            <NA> 2022-11-28 20:01:17      TRUE
## 3885     FALSE             0            <NA> 2022-11-28 20:01:16     FALSE
## 3886     FALSE             0            <NA> 2022-11-28 20:01:15      TRUE
## 3887     FALSE             0            <NA> 2022-11-28 20:01:14     FALSE
## 3888     FALSE             0            <NA> 2022-11-28 20:01:13     FALSE
## 3889     FALSE             0            <NA> 2022-11-28 20:01:08     FALSE
## 3890     FALSE             0            <NA> 2022-11-28 20:01:06     FALSE
## 3891     FALSE             0            <NA> 2022-11-28 20:00:49     FALSE
## 3892     FALSE             0            <NA> 2022-11-28 20:00:39     FALSE
## 3893     FALSE             0            <NA> 2022-11-28 20:00:37     FALSE
## 3894     FALSE             0            <NA> 2022-11-28 20:00:16     FALSE
## 3895     FALSE             0            <NA> 2022-11-28 20:00:09     FALSE
## 3896     FALSE             0            <NA> 2022-11-28 20:00:08      TRUE
## 3897     FALSE             3            <NA> 2022-11-28 20:00:06     FALSE
## 3898     FALSE             0            <NA> 2022-11-28 20:00:01     FALSE
## 3899     FALSE             4            <NA> 2022-11-28 20:00:00      TRUE
## 3900     FALSE             0            <NA> 2022-11-28 19:59:55     FALSE
## 3901     FALSE             1            <NA> 2022-11-28 19:59:54     FALSE
## 3902     FALSE             1            <NA> 2022-11-28 19:59:42     FALSE
## 3903     FALSE             0            <NA> 2022-11-28 19:59:40     FALSE
## 3904     FALSE             0            <NA> 2022-11-28 19:59:37     FALSE
## 3905     FALSE             1            <NA> 2022-11-28 19:59:35     FALSE
## 3906     FALSE             0            <NA> 2022-11-28 19:59:35     FALSE
## 3907     FALSE             0            <NA> 2022-11-28 19:59:26     FALSE
## 3908     FALSE             0            <NA> 2022-11-28 19:59:18     FALSE
## 3909     FALSE             0            <NA> 2022-11-28 19:59:09     FALSE
## 3910     FALSE             0            <NA> 2022-11-28 19:59:04     FALSE
## 3911     FALSE             0            <NA> 2022-11-28 19:58:52     FALSE
## 3912     FALSE             2            <NA> 2022-11-28 19:58:51     FALSE
## 3913     FALSE             0            <NA> 2022-11-28 19:58:50     FALSE
## 3914     FALSE             2            <NA> 2022-11-28 19:58:38     FALSE
## 3915     FALSE             0            <NA> 2022-11-28 19:58:35     FALSE
## 3916     FALSE             0            <NA> 2022-11-28 19:58:24     FALSE
## 3917     FALSE             1            <NA> 2022-11-28 19:58:18     FALSE
## 3918     FALSE             1            <NA> 2022-11-28 19:58:06      TRUE
## 3919     FALSE             1            <NA> 2022-11-28 19:58:01     FALSE
## 3920     FALSE             0            <NA> 2022-11-28 19:57:59     FALSE
## 3921     FALSE            16            <NA> 2022-11-28 19:57:54     FALSE
## 3922     FALSE             4            <NA> 2022-11-28 19:57:44     FALSE
## 3923     FALSE             0            <NA> 2022-11-28 19:57:42     FALSE
## 3924     FALSE             0            <NA> 2022-11-28 19:57:40     FALSE
## 3925     FALSE             0            <NA> 2022-11-28 19:57:33     FALSE
## 3926     FALSE             0            <NA> 2022-11-28 19:57:32     FALSE
## 3927     FALSE             0            <NA> 2022-11-28 19:57:26     FALSE
## 3928     FALSE             1            <NA> 2022-11-28 19:57:26      TRUE
## 3929     FALSE             0            <NA> 2022-11-28 19:57:19     FALSE
## 3930     FALSE             0            <NA> 2022-11-28 19:57:17     FALSE
## 3931     FALSE             0            <NA> 2022-11-28 19:57:16     FALSE
## 3932     FALSE             0            <NA> 2022-11-28 19:57:16     FALSE
## 3933     FALSE             0            <NA> 2022-11-28 19:57:10     FALSE
## 3934     FALSE             0            <NA> 2022-11-28 19:57:10     FALSE
## 3935     FALSE             0            <NA> 2022-11-28 19:57:07     FALSE
## 3936     FALSE             0            <NA> 2022-11-28 19:57:07     FALSE
## 3937     FALSE             0            <NA> 2022-11-28 19:57:05     FALSE
## 3938     FALSE             0      LornaShore 2022-11-28 19:57:04     FALSE
## 3939     FALSE             0            <NA> 2022-11-28 19:56:57     FALSE
## 3940     FALSE             1            <NA> 2022-11-28 19:56:56     FALSE
## 3941     FALSE             5            <NA> 2022-11-28 19:56:55     FALSE
## 3942     FALSE             1            <NA> 2022-11-28 19:56:47     FALSE
## 3943     FALSE             0            <NA> 2022-11-28 19:56:47     FALSE
## 3944     FALSE             0            <NA> 2022-11-28 19:56:38     FALSE
## 3945     FALSE             0            <NA> 2022-11-28 19:56:34     FALSE
## 3946     FALSE             0            <NA> 2022-11-28 19:56:31     FALSE
## 3947     FALSE             1            <NA> 2022-11-28 19:56:24     FALSE
## 3948     FALSE             0            <NA> 2022-11-28 19:56:22     FALSE
## 3949     FALSE             0            <NA> 2022-11-28 19:56:19     FALSE
## 3950     FALSE             0            <NA> 2022-11-28 19:56:17     FALSE
## 3951     FALSE             1            <NA> 2022-11-28 19:55:57      TRUE
## 3952     FALSE             1            <NA> 2022-11-28 19:55:56     FALSE
## 3953     FALSE             0            <NA> 2022-11-28 19:55:56     FALSE
## 3954     FALSE             1            <NA> 2022-11-28 19:55:49     FALSE
## 3955     FALSE             0            <NA> 2022-11-28 19:55:41     FALSE
## 3956     FALSE             1            <NA> 2022-11-28 19:55:41      TRUE
## 3957     FALSE             0            <NA> 2022-11-28 19:55:40     FALSE
## 3958     FALSE             0            <NA> 2022-11-28 19:55:20     FALSE
## 3959     FALSE             0            <NA> 2022-11-28 19:55:17     FALSE
## 3960     FALSE             3            <NA> 2022-11-28 19:55:15     FALSE
## 3961     FALSE             0            <NA> 2022-11-28 19:55:13     FALSE
## 3962     FALSE             5            <NA> 2022-11-28 19:55:08      TRUE
## 3963     FALSE            16            <NA> 2022-11-28 19:54:53     FALSE
## 3964     FALSE             3            <NA> 2022-11-28 19:54:48     FALSE
## 3965     FALSE             1            <NA> 2022-11-28 19:54:47      TRUE
## 3966     FALSE             0            <NA> 2022-11-28 19:54:39     FALSE
## 3967     FALSE             0            <NA> 2022-11-28 19:54:38     FALSE
## 3968     FALSE             0            <NA> 2022-11-28 19:54:37      TRUE
## 3969     FALSE             0            <NA> 2022-11-28 19:54:31     FALSE
## 3970     FALSE             1            <NA> 2022-11-28 19:54:28     FALSE
## 3971     FALSE             0            <NA> 2022-11-28 19:54:21     FALSE
## 3972     FALSE             0            <NA> 2022-11-28 19:54:13     FALSE
## 3973     FALSE             0            <NA> 2022-11-28 19:54:11     FALSE
## 3974     FALSE             0            <NA> 2022-11-28 19:54:07     FALSE
## 3975     FALSE             0            <NA> 2022-11-28 19:53:59     FALSE
## 3976     FALSE             7            <NA> 2022-11-28 19:53:58     FALSE
## 3977     FALSE             0            <NA> 2022-11-28 19:53:53     FALSE
## 3978     FALSE             0            <NA> 2022-11-28 19:53:53      TRUE
## 3979     FALSE             0            <NA> 2022-11-28 19:53:53     FALSE
## 3980     FALSE             1            <NA> 2022-11-28 19:53:52     FALSE
## 3981     FALSE             0            <NA> 2022-11-28 19:53:50     FALSE
## 3982     FALSE             3            <NA> 2022-11-28 19:53:43     FALSE
## 3983     FALSE             6            <NA> 2022-11-28 19:53:41     FALSE
## 3984     FALSE             0            <NA> 2022-11-28 19:53:35     FALSE
## 3985     FALSE             0            <NA> 2022-11-28 19:53:34     FALSE
## 3986     FALSE             1            <NA> 2022-11-28 19:53:27     FALSE
## 3987     FALSE             0            <NA> 2022-11-28 19:53:21     FALSE
## 3988     FALSE             0            <NA> 2022-11-28 19:53:21     FALSE
## 3989     FALSE             0            <NA> 2022-11-28 19:53:20     FALSE
## 3990     FALSE             3            <NA> 2022-11-28 19:53:15      TRUE
## 3991     FALSE             0            <NA> 2022-11-28 19:53:10     FALSE
## 3992     FALSE             0            <NA> 2022-11-28 19:53:07     FALSE
## 3993     FALSE             0 Hereisyourstuff 2022-11-28 19:53:04      TRUE
## 3994     FALSE             0            <NA> 2022-11-28 19:52:51     FALSE
## 3995     FALSE             0            <NA> 2022-11-28 19:52:48     FALSE
## 3996     FALSE             0 MonaAmbegaonkar 2022-11-28 19:52:46      TRUE
## 3997     FALSE             0            <NA> 2022-11-28 19:52:46     FALSE
## 3998     FALSE             0            <NA> 2022-11-28 19:52:43     FALSE
## 3999     FALSE             0            <NA> 2022-11-28 19:52:38     FALSE
## 4000     FALSE             0            <NA> 2022-11-28 19:52:34      TRUE
## 4001     FALSE             0            <NA> 2022-11-28 19:52:34     FALSE
## 4002     FALSE             0            <NA> 2022-11-28 19:52:24     FALSE
## 4003     FALSE             0            <NA> 2022-11-28 19:52:18     FALSE
## 4004     FALSE             0            <NA> 2022-11-28 19:52:15     FALSE
## 4005     FALSE             2            <NA> 2022-11-28 19:52:08      TRUE
## 4006     FALSE             1            <NA> 2022-11-28 19:52:08     FALSE
## 4007     FALSE             0            <NA> 2022-11-28 19:52:06     FALSE
## 4008     FALSE             2            <NA> 2022-11-28 19:52:02     FALSE
## 4009     FALSE             3            <NA> 2022-11-28 19:52:01     FALSE
## 4010     FALSE             0            <NA> 2022-11-28 19:51:57     FALSE
## 4011     FALSE             1            <NA> 2022-11-28 19:51:44     FALSE
## 4012     FALSE             0            <NA> 2022-11-28 19:51:43     FALSE
## 4013     FALSE             0            <NA> 2022-11-28 19:51:42     FALSE
## 4014     FALSE             0            <NA> 2022-11-28 19:51:30     FALSE
## 4015     FALSE             2            <NA> 2022-11-28 19:51:26      TRUE
## 4016     FALSE             0            <NA> 2022-11-28 19:51:17     FALSE
## 4017     FALSE             0            <NA> 2022-11-28 19:51:16     FALSE
## 4018     FALSE             0            <NA> 2022-11-28 19:51:16     FALSE
## 4019     FALSE             0            <NA> 2022-11-28 19:51:08     FALSE
## 4020     FALSE             0            <NA> 2022-11-28 19:51:03     FALSE
## 4021     FALSE             0            <NA> 2022-11-28 19:51:02     FALSE
## 4022     FALSE             0            <NA> 2022-11-28 19:51:00     FALSE
## 4023     FALSE             0            <NA> 2022-11-28 19:50:59     FALSE
## 4024     FALSE             1        LUZSPELL 2022-11-28 19:50:56     FALSE
## 4025     FALSE             1        LUZSPELL 2022-11-28 19:50:56     FALSE
## 4026     FALSE             2            <NA> 2022-11-28 19:50:55     FALSE
## 4027     FALSE             1            <NA> 2022-11-28 19:50:52     FALSE
## 4028     FALSE             0            <NA> 2022-11-28 19:50:50     FALSE
## 4029     FALSE             0            <NA> 2022-11-28 19:50:50     FALSE
## 4030     FALSE             0            <NA> 2022-11-28 19:50:45     FALSE
## 4031     FALSE             0            <NA> 2022-11-28 19:50:37     FALSE
## 4032     FALSE             1            <NA> 2022-11-28 19:50:35     FALSE
## 4033     FALSE             0            <NA> 2022-11-28 19:50:34     FALSE
## 4034     FALSE             0            <NA> 2022-11-28 19:50:22     FALSE
## 4035     FALSE             0            <NA> 2022-11-28 19:50:21     FALSE
## 4036     FALSE             1            <NA> 2022-11-28 19:50:21     FALSE
## 4037     FALSE             0            <NA> 2022-11-28 19:50:14     FALSE
## 4038     FALSE             0            <NA> 2022-11-28 19:50:10     FALSE
## 4039     FALSE             0            <NA> 2022-11-28 19:50:03     FALSE
## 4040     FALSE             0            <NA> 2022-11-28 19:50:00     FALSE
## 4041     FALSE             1            <NA> 2022-11-28 19:49:56     FALSE
## 4042     FALSE             0       DanLit111 2022-11-28 19:49:49     FALSE
## 4043     FALSE             1            <NA> 2022-11-28 19:49:49     FALSE
## 4044     FALSE             3            <NA> 2022-11-28 19:49:38     FALSE
## 4045     FALSE             0       DanLit111 2022-11-28 19:49:34     FALSE
## 4046     FALSE             1            <NA> 2022-11-28 19:49:28     FALSE
## 4047     FALSE             1            <NA> 2022-11-28 19:49:28     FALSE
## 4048     FALSE             0            <NA> 2022-11-28 19:49:26     FALSE
## 4049     FALSE             0            <NA> 2022-11-28 19:49:12     FALSE
## 4050     FALSE             0            <NA> 2022-11-28 19:49:11      TRUE
## 4051     FALSE             0       DanLit111 2022-11-28 19:49:04     FALSE
## 4052     FALSE             1            <NA> 2022-11-28 19:49:01     FALSE
## 4053     FALSE             0            <NA> 2022-11-28 19:48:59     FALSE
## 4054     FALSE             0            <NA> 2022-11-28 19:48:55     FALSE
## 4055     FALSE             1            <NA> 2022-11-28 19:48:53     FALSE
## 4056     FALSE             2            <NA> 2022-11-28 19:48:48     FALSE
## 4057     FALSE             0            <NA> 2022-11-28 19:48:43     FALSE
## 4058     FALSE             0       DanLit111 2022-11-28 19:48:38     FALSE
## 4059     FALSE             0            <NA> 2022-11-28 19:48:33     FALSE
## 4060     FALSE             0            <NA> 2022-11-28 19:48:23     FALSE
## 4061     FALSE             0            <NA> 2022-11-28 19:48:22     FALSE
## 4062     FALSE             1            <NA> 2022-11-28 19:48:17     FALSE
## 4063     FALSE             1            <NA> 2022-11-28 19:48:07     FALSE
## 4064     FALSE             0            <NA> 2022-11-28 19:48:06     FALSE
## 4065     FALSE             1            <NA> 2022-11-28 19:47:58     FALSE
## 4066     FALSE            85            <NA> 2022-11-28 19:47:55     FALSE
## 4067     FALSE             1            <NA> 2022-11-28 19:47:53     FALSE
## 4068     FALSE             4            <NA> 2022-11-28 19:47:48      TRUE
## 4069     FALSE             0            <NA> 2022-11-28 19:47:48     FALSE
## 4070     FALSE             0            <NA> 2022-11-28 19:47:47     FALSE
## 4071     FALSE             0            <NA> 2022-11-28 19:47:36     FALSE
## 4072     FALSE             0            <NA> 2022-11-28 19:47:31     FALSE
## 4073     FALSE            17            <NA> 2022-11-28 19:47:25     FALSE
## 4074     FALSE            13            <NA> 2022-11-28 19:47:22      TRUE
## 4075     FALSE             0            <NA> 2022-11-28 19:47:20     FALSE
## 4076     FALSE             0            <NA> 2022-11-28 19:47:07     FALSE
## 4077     FALSE             0            <NA> 2022-11-28 19:46:59     FALSE
## 4078     FALSE             1            <NA> 2022-11-28 19:46:57     FALSE
## 4079     FALSE             2            <NA> 2022-11-28 19:46:51     FALSE
## 4080     FALSE             0            <NA> 2022-11-28 19:46:46     FALSE
## 4081     FALSE             0            <NA> 2022-11-28 19:46:41     FALSE
## 4082     FALSE             0            <NA> 2022-11-28 19:46:41     FALSE
## 4083     FALSE             1            <NA> 2022-11-28 19:46:34      TRUE
## 4084     FALSE             7            <NA> 2022-11-28 19:46:31     FALSE
## 4085     FALSE             0            <NA> 2022-11-28 19:46:29     FALSE
## 4086     FALSE             0            <NA> 2022-11-28 19:46:19     FALSE
## 4087     FALSE             0            <NA> 2022-11-28 19:46:12     FALSE
## 4088     FALSE             1            <NA> 2022-11-28 19:46:11     FALSE
## 4089     FALSE             7            <NA> 2022-11-28 19:46:10     FALSE
## 4090     FALSE             1            <NA> 2022-11-28 19:46:06     FALSE
## 4091     FALSE             2            <NA> 2022-11-28 19:46:05     FALSE
## 4092     FALSE             0            <NA> 2022-11-28 19:45:54     FALSE
## 4093     FALSE             0            <NA> 2022-11-28 19:45:54     FALSE
## 4094     FALSE             0            <NA> 2022-11-28 19:45:50     FALSE
## 4095     FALSE             0            <NA> 2022-11-28 19:45:48     FALSE
## 4096     FALSE             1            <NA> 2022-11-28 19:45:48     FALSE
## 4097     FALSE             0            <NA> 2022-11-28 19:45:47     FALSE
## 4098     FALSE             0            <NA> 2022-11-28 19:45:44     FALSE
## 4099     FALSE             1            <NA> 2022-11-28 19:45:43     FALSE
## 4100     FALSE             0            <NA> 2022-11-28 19:45:41     FALSE
## 4101     FALSE             0            <NA> 2022-11-28 19:45:35      TRUE
## 4102     FALSE             0            <NA> 2022-11-28 19:45:34     FALSE
## 4103     FALSE             2            <NA> 2022-11-28 19:45:32     FALSE
## 4104     FALSE             0            <NA> 2022-11-28 19:45:31     FALSE
## 4105     FALSE             1            <NA> 2022-11-28 19:45:30     FALSE
## 4106     FALSE             0            <NA> 2022-11-28 19:45:29     FALSE
## 4107     FALSE             0            <NA> 2022-11-28 19:45:28     FALSE
## 4108     FALSE             0            <NA> 2022-11-28 19:45:24     FALSE
## 4109     FALSE             1            <NA> 2022-11-28 19:45:23     FALSE
## 4110     FALSE             0            <NA> 2022-11-28 19:45:15     FALSE
## 4111     FALSE             0            <NA> 2022-11-28 19:45:13     FALSE
## 4112     FALSE             0            <NA> 2022-11-28 19:45:07      TRUE
## 4113     FALSE             0            <NA> 2022-11-28 19:45:02     FALSE
## 4114     FALSE             1            <NA> 2022-11-28 19:45:01     FALSE
## 4115     FALSE             0            <NA> 2022-11-28 19:44:58     FALSE
## 4116     FALSE             0            <NA> 2022-11-28 19:44:55     FALSE
## 4117     FALSE             5            <NA> 2022-11-28 19:44:54     FALSE
## 4118     FALSE             0            <NA> 2022-11-28 19:44:53      TRUE
## 4119     FALSE             0            <NA> 2022-11-28 19:44:51     FALSE
## 4120     FALSE             0            <NA> 2022-11-28 19:44:46     FALSE
## 4121     FALSE             0            <NA> 2022-11-28 19:44:41     FALSE
## 4122     FALSE             1            <NA> 2022-11-28 19:44:39      TRUE
## 4123     FALSE             0            <NA> 2022-11-28 19:44:24      TRUE
## 4124     FALSE             0            <NA> 2022-11-28 19:44:23     FALSE
## 4125     FALSE             1            <NA> 2022-11-28 19:44:23     FALSE
## 4126     FALSE             0            <NA> 2022-11-28 19:44:20     FALSE
## 4127     FALSE             2            <NA> 2022-11-28 19:44:19     FALSE
## 4128     FALSE             0            <NA> 2022-11-28 19:44:17     FALSE
## 4129     FALSE             0            <NA> 2022-11-28 19:44:13     FALSE
## 4130     FALSE             0            <NA> 2022-11-28 19:44:05      TRUE
## 4131     FALSE             1            <NA> 2022-11-28 19:43:57     FALSE
## 4132     FALSE             0            <NA> 2022-11-28 19:43:56     FALSE
## 4133     FALSE             0            <NA> 2022-11-28 19:43:53     FALSE
## 4134     FALSE             0         Spotify 2022-11-28 19:43:49     FALSE
## 4135     FALSE             0            <NA> 2022-11-28 19:43:47      TRUE
## 4136     FALSE             0            <NA> 2022-11-28 19:43:44     FALSE
## 4137     FALSE             2            <NA> 2022-11-28 19:43:44     FALSE
## 4138     FALSE             0            <NA> 2022-11-28 19:43:41     FALSE
## 4139     FALSE             0            <NA> 2022-11-28 19:43:41      TRUE
## 4140     FALSE             2            <NA> 2022-11-28 19:43:40     FALSE
## 4141     FALSE             0            <NA> 2022-11-28 19:43:39     FALSE
## 4142     FALSE             0            <NA> 2022-11-28 19:43:29     FALSE
## 4143     FALSE             1            <NA> 2022-11-28 19:43:26     FALSE
## 4144     FALSE             1            <NA> 2022-11-28 19:43:19     FALSE
## 4145     FALSE             0            <NA> 2022-11-28 19:43:17     FALSE
## 4146     FALSE            11            <NA> 2022-11-28 19:43:16     FALSE
## 4147     FALSE             0            <NA> 2022-11-28 19:43:15     FALSE
## 4148     FALSE             1            <NA> 2022-11-28 19:43:11     FALSE
## 4149     FALSE             5            <NA> 2022-11-28 19:43:09      TRUE
## 4150     FALSE             2            <NA> 2022-11-28 19:43:08     FALSE
## 4151     FALSE             0            <NA> 2022-11-28 19:43:05     FALSE
## 4152     FALSE             0            <NA> 2022-11-28 19:43:00     FALSE
## 4153     FALSE             1            <NA> 2022-11-28 19:42:51      TRUE
## 4154     FALSE             0            <NA> 2022-11-28 19:42:48      TRUE
## 4155     FALSE             2            <NA> 2022-11-28 19:42:47     FALSE
## 4156     FALSE             0            <NA> 2022-11-28 19:42:44     FALSE
## 4157     FALSE             0            <NA> 2022-11-28 19:42:30     FALSE
## 4158     FALSE             1            <NA> 2022-11-28 19:42:24      TRUE
## 4159     FALSE             1            <NA> 2022-11-28 19:42:20      TRUE
## 4160     FALSE             0            <NA> 2022-11-28 19:42:17     FALSE
## 4161     FALSE             0            <NA> 2022-11-28 19:42:14     FALSE
## 4162     FALSE             0            <NA> 2022-11-28 19:42:13     FALSE
## 4163     FALSE             0            <NA> 2022-11-28 19:42:10     FALSE
## 4164     FALSE             0            <NA> 2022-11-28 19:41:57     FALSE
## 4165     FALSE             0            <NA> 2022-11-28 19:41:55     FALSE
## 4166     FALSE             1            <NA> 2022-11-28 19:41:54     FALSE
## 4167     FALSE             4            <NA> 2022-11-28 19:41:51     FALSE
## 4168     FALSE             0            <NA> 2022-11-28 19:41:51     FALSE
## 4169     FALSE             0            <NA> 2022-11-28 19:41:50     FALSE
## 4170     FALSE             0            <NA> 2022-11-28 19:41:38     FALSE
## 4171     FALSE             0            <NA> 2022-11-28 19:41:33     FALSE
## 4172     FALSE             0            <NA> 2022-11-28 19:41:29     FALSE
## 4173     FALSE             0            <NA> 2022-11-28 19:41:23     FALSE
## 4174     FALSE             0            <NA> 2022-11-28 19:41:14     FALSE
## 4175     FALSE             5            <NA> 2022-11-28 19:41:07     FALSE
## 4176     FALSE             1            <NA> 2022-11-28 19:41:04     FALSE
## 4177     FALSE             0            <NA> 2022-11-28 19:41:04     FALSE
## 4178     FALSE             6            <NA> 2022-11-28 19:41:03     FALSE
## 4179     FALSE             1            <NA> 2022-11-28 19:41:01     FALSE
## 4180     FALSE             0            <NA> 2022-11-28 19:40:58     FALSE
## 4181     FALSE             1            <NA> 2022-11-28 19:40:57     FALSE
## 4182     FALSE             0            <NA> 2022-11-28 19:40:51     FALSE
## 4183     FALSE             0            <NA> 2022-11-28 19:40:46     FALSE
## 4184     FALSE             0            <NA> 2022-11-28 19:40:44     FALSE
## 4185     FALSE             0            <NA> 2022-11-28 19:40:43     FALSE
## 4186     FALSE             0            <NA> 2022-11-28 19:40:43     FALSE
## 4187     FALSE             3            <NA> 2022-11-28 19:40:42     FALSE
## 4188     FALSE             0            <NA> 2022-11-28 19:40:33     FALSE
## 4189     FALSE             0            <NA> 2022-11-28 19:40:33     FALSE
## 4190     FALSE             1            <NA> 2022-11-28 19:40:24     FALSE
## 4191     FALSE             0            <NA> 2022-11-28 19:40:17     FALSE
## 4192     FALSE             0            <NA> 2022-11-28 19:40:17     FALSE
## 4193     FALSE             0            <NA> 2022-11-28 19:40:06     FALSE
## 4194     FALSE             0            <NA> 2022-11-28 19:39:40     FALSE
## 4195     FALSE             1            <NA> 2022-11-28 19:39:37      TRUE
## 4196     FALSE             0            <NA> 2022-11-28 19:39:37      TRUE
## 4197     FALSE             0            <NA> 2022-11-28 19:39:30     FALSE
## 4198     FALSE            19            <NA> 2022-11-28 19:39:29     FALSE
## 4199     FALSE             0            <NA> 2022-11-28 19:39:26     FALSE
## 4200     FALSE             0            <NA> 2022-11-28 19:39:25     FALSE
## 4201     FALSE             1            <NA> 2022-11-28 19:39:18     FALSE
## 4202     FALSE             0            <NA> 2022-11-28 19:39:17     FALSE
## 4203     FALSE             0            <NA> 2022-11-28 19:39:16     FALSE
## 4204     FALSE             0            <NA> 2022-11-28 19:39:07     FALSE
## 4205     FALSE             0            <NA> 2022-11-28 19:38:53     FALSE
## 4206     FALSE            18            <NA> 2022-11-28 19:38:51     FALSE
## 4207     FALSE             0            <NA> 2022-11-28 19:38:44     FALSE
## 4208     FALSE             0            <NA> 2022-11-28 19:38:40     FALSE
## 4209     FALSE             0            <NA> 2022-11-28 19:38:38     FALSE
## 4210     FALSE             0            <NA> 2022-11-28 19:38:36     FALSE
## 4211     FALSE             0            <NA> 2022-11-28 19:38:29     FALSE
## 4212     FALSE             0            <NA> 2022-11-28 19:38:15     FALSE
## 4213     FALSE             7            <NA> 2022-11-28 19:38:11     FALSE
## 4214     FALSE             0            <NA> 2022-11-28 19:38:08     FALSE
## 4215     FALSE             0            <NA> 2022-11-28 19:38:06      TRUE
## 4216     FALSE             1            <NA> 2022-11-28 19:38:03     FALSE
## 4217     FALSE             0            <NA> 2022-11-28 19:37:49     FALSE
## 4218     FALSE             0            <NA> 2022-11-28 19:37:48     FALSE
## 4219     FALSE             1            <NA> 2022-11-28 19:37:37     FALSE
## 4220     FALSE             0            <NA> 2022-11-28 19:37:30     FALSE
## 4221     FALSE             0            <NA> 2022-11-28 19:37:27     FALSE
## 4222     FALSE             1            <NA> 2022-11-28 19:37:21     FALSE
## 4223     FALSE             4            <NA> 2022-11-28 19:37:18     FALSE
## 4224     FALSE             0            <NA> 2022-11-28 19:37:17     FALSE
## 4225     FALSE             0            <NA> 2022-11-28 19:37:11     FALSE
## 4226     FALSE             0            <NA> 2022-11-28 19:37:02     FALSE
## 4227     FALSE             0            <NA> 2022-11-28 19:37:00     FALSE
## 4228     FALSE             0            <NA> 2022-11-28 19:36:54     FALSE
## 4229     FALSE             0            <NA> 2022-11-28 19:36:50     FALSE
## 4230     FALSE             0            <NA> 2022-11-28 19:36:47     FALSE
## 4231     FALSE             0      SpotifyEng 2022-11-28 19:36:47     FALSE
## 4232     FALSE            19            <NA> 2022-11-28 19:36:45     FALSE
## 4233     FALSE             0            <NA> 2022-11-28 19:36:40      TRUE
## 4234     FALSE            31            <NA> 2022-11-28 19:36:39     FALSE
## 4235     FALSE             0            <NA> 2022-11-28 19:36:35     FALSE
## 4236     FALSE             0            <NA> 2022-11-28 19:36:30     FALSE
## 4237     FALSE             0            <NA> 2022-11-28 19:36:26     FALSE
## 4238     FALSE             3            <NA> 2022-11-28 19:36:02     FALSE
## 4239     FALSE             1            <NA> 2022-11-28 19:35:49      TRUE
## 4240     FALSE             2            <NA> 2022-11-28 19:35:49     FALSE
## 4241     FALSE             0            <NA> 2022-11-28 19:35:46     FALSE
## 4242     FALSE             6            <NA> 2022-11-28 19:35:45      TRUE
## 4243     FALSE             0            <NA> 2022-11-28 19:35:43     FALSE
## 4244     FALSE             0            <NA> 2022-11-28 19:35:40     FALSE
## 4245     FALSE             1            <NA> 2022-11-28 19:35:29     FALSE
## 4246     FALSE             0            <NA> 2022-11-28 19:35:27     FALSE
## 4247     FALSE             0            <NA> 2022-11-28 19:35:26     FALSE
## 4248     FALSE             0            <NA> 2022-11-28 19:35:10     FALSE
## 4249     FALSE             0            <NA> 2022-11-28 19:35:07     FALSE
## 4250     FALSE             0            <NA> 2022-11-28 19:35:06     FALSE
## 4251     FALSE             0            <NA> 2022-11-28 19:34:59     FALSE
## 4252     FALSE             0            <NA> 2022-11-28 19:34:55     FALSE
## 4253     FALSE             1            <NA> 2022-11-28 19:34:45     FALSE
## 4254     FALSE             0            <NA> 2022-11-28 19:34:41     FALSE
## 4255     FALSE             0            <NA> 2022-11-28 19:34:41     FALSE
## 4256     FALSE             0            <NA> 2022-11-28 19:34:29     FALSE
## 4257     FALSE             0            <NA> 2022-11-28 19:34:26     FALSE
## 4258     FALSE             0            <NA> 2022-11-28 19:34:15     FALSE
## 4259     FALSE             0            <NA> 2022-11-28 19:34:10     FALSE
## 4260     FALSE             0            <NA> 2022-11-28 19:34:07     FALSE
## 4261     FALSE             3            <NA> 2022-11-28 19:34:01     FALSE
## 4262     FALSE             0            <NA> 2022-11-28 19:33:53     FALSE
## 4263     FALSE             0            <NA> 2022-11-28 19:33:50     FALSE
## 4264     FALSE             1            <NA> 2022-11-28 19:33:42     FALSE
## 4265     FALSE             2            <NA> 2022-11-28 19:33:39     FALSE
## 4266     FALSE             0            <NA> 2022-11-28 19:33:37     FALSE
## 4267     FALSE             0            <NA> 2022-11-28 19:33:36     FALSE
## 4268     FALSE             3            <NA> 2022-11-28 19:33:33     FALSE
## 4269     FALSE             0            <NA> 2022-11-28 19:33:27     FALSE
## 4270     FALSE             0            <NA> 2022-11-28 19:33:13     FALSE
## 4271     FALSE             3            <NA> 2022-11-28 19:33:05     FALSE
## 4272     FALSE             1            <NA> 2022-11-28 19:33:05     FALSE
## 4273     FALSE             0            <NA> 2022-11-28 19:32:59     FALSE
## 4274     FALSE             0            <NA> 2022-11-28 19:32:57     FALSE
## 4275     FALSE             0            <NA> 2022-11-28 19:32:54     FALSE
## 4276     FALSE             1            <NA> 2022-11-28 19:32:54     FALSE
## 4277     FALSE             0            <NA> 2022-11-28 19:32:44     FALSE
## 4278     FALSE             0            <NA> 2022-11-28 19:32:42     FALSE
## 4279     FALSE             0            <NA> 2022-11-28 19:32:33     FALSE
## 4280     FALSE             5            <NA> 2022-11-28 19:32:28      TRUE
## 4281     FALSE             1            <NA> 2022-11-28 19:32:13     FALSE
## 4282     FALSE             1            <NA> 2022-11-28 19:32:13     FALSE
## 4283     FALSE             0            <NA> 2022-11-28 19:32:09     FALSE
## 4284     FALSE             1            <NA> 2022-11-28 19:32:00     FALSE
## 4285     FALSE             1            <NA> 2022-11-28 19:31:48     FALSE
## 4286     FALSE             1            <NA> 2022-11-28 19:31:45     FALSE
## 4287     FALSE             1            <NA> 2022-11-28 19:31:37     FALSE
## 4288     FALSE             0            <NA> 2022-11-28 19:31:36     FALSE
## 4289     FALSE             1            <NA> 2022-11-28 19:31:36     FALSE
## 4290     FALSE             1            <NA> 2022-11-28 19:31:30     FALSE
## 4291     FALSE             0            <NA> 2022-11-28 19:31:24     FALSE
## 4292     FALSE             0            <NA> 2022-11-28 19:31:13     FALSE
## 4293     FALSE             1            <NA> 2022-11-28 19:31:06     FALSE
## 4294     FALSE            44            <NA> 2022-11-28 19:31:06     FALSE
## 4295     FALSE             0            <NA> 2022-11-28 19:31:00     FALSE
## 4296     FALSE             0            <NA> 2022-11-28 19:30:56     FALSE
## 4297     FALSE             0            <NA> 2022-11-28 19:30:41     FALSE
## 4298     FALSE             0            <NA> 2022-11-28 19:30:39     FALSE
## 4299     FALSE             1            <NA> 2022-11-28 19:30:37     FALSE
## 4300     FALSE             0            <NA> 2022-11-28 19:30:36     FALSE
## 4301     FALSE             0            <NA> 2022-11-28 19:30:35     FALSE
## 4302     FALSE             0            <NA> 2022-11-28 19:30:25     FALSE
## 4303     FALSE             1            <NA> 2022-11-28 19:30:21     FALSE
## 4304     FALSE             0            <NA> 2022-11-28 19:30:16     FALSE
## 4305     FALSE             0            <NA> 2022-11-28 19:30:15     FALSE
## 4306     FALSE             0            <NA> 2022-11-28 19:30:12     FALSE
## 4307     FALSE             0            <NA> 2022-11-28 19:30:04     FALSE
## 4308     FALSE             0            <NA> 2022-11-28 19:29:59     FALSE
## 4309     FALSE             0            <NA> 2022-11-28 19:29:59     FALSE
## 4310     FALSE             0            <NA> 2022-11-28 19:29:45     FALSE
## 4311     FALSE             1            <NA> 2022-11-28 19:29:45     FALSE
## 4312     FALSE             1            <NA> 2022-11-28 19:29:38      TRUE
## 4313     FALSE             0            <NA> 2022-11-28 19:29:36     FALSE
## 4314     FALSE             0            <NA> 2022-11-28 19:29:32     FALSE
## 4315     FALSE             5            <NA> 2022-11-28 19:29:30     FALSE
## 4316     FALSE             0            <NA> 2022-11-28 19:29:23     FALSE
## 4317     FALSE             0            <NA> 2022-11-28 19:29:05     FALSE
## 4318     FALSE             0            <NA> 2022-11-28 19:29:03     FALSE
## 4319     FALSE             0            <NA> 2022-11-28 19:28:50     FALSE
## 4320     FALSE             1            <NA> 2022-11-28 19:28:22     FALSE
## 4321     FALSE             1            <NA> 2022-11-28 19:28:18     FALSE
## 4322     FALSE             0            <NA> 2022-11-28 19:28:16     FALSE
## 4323     FALSE             2    ZhaneJahnice 2022-11-28 19:28:05     FALSE
## 4324     FALSE             0            <NA> 2022-11-28 19:28:00      TRUE
## 4325     FALSE             0            <NA> 2022-11-28 19:27:55     FALSE
## 4326     FALSE             1            <NA> 2022-11-28 19:27:43     FALSE
## 4327     FALSE             5            <NA> 2022-11-28 19:27:43     FALSE
## 4328     FALSE             1            <NA> 2022-11-28 19:27:42     FALSE
## 4329     FALSE             0            <NA> 2022-11-28 19:27:39     FALSE
## 4330     FALSE             0            <NA> 2022-11-28 19:27:36     FALSE
## 4331     FALSE             1            <NA> 2022-11-28 19:27:36     FALSE
## 4332     FALSE             1            <NA> 2022-11-28 19:27:34     FALSE
## 4333     FALSE             0            <NA> 2022-11-28 19:27:31     FALSE
## 4334     FALSE             0            <NA> 2022-11-28 19:27:25      TRUE
## 4335     FALSE             1            <NA> 2022-11-28 19:27:16     FALSE
## 4336     FALSE             0            <NA> 2022-11-28 19:27:10     FALSE
## 4337     FALSE             1            <NA> 2022-11-28 19:27:06     FALSE
## 4338     FALSE             0            <NA> 2022-11-28 19:27:04     FALSE
## 4339     FALSE             0            <NA> 2022-11-28 19:26:57     FALSE
## 4340     FALSE             1            <NA> 2022-11-28 19:26:56     FALSE
## 4341     FALSE             0            <NA> 2022-11-28 19:26:56     FALSE
## 4342     FALSE             1            <NA> 2022-11-28 19:26:55     FALSE
## 4343     FALSE             0            <NA> 2022-11-28 19:26:52     FALSE
## 4344     FALSE             0            <NA> 2022-11-28 19:26:52     FALSE
## 4345     FALSE             0            <NA> 2022-11-28 19:26:48     FALSE
## 4346     FALSE             0            <NA> 2022-11-28 19:26:45     FALSE
## 4347     FALSE             0            <NA> 2022-11-28 19:26:40     FALSE
## 4348     FALSE             1            <NA> 2022-11-28 19:26:38     FALSE
## 4349     FALSE             0            <NA> 2022-11-28 19:26:38     FALSE
## 4350     FALSE             0            <NA> 2022-11-28 19:26:35     FALSE
## 4351     FALSE             1            <NA> 2022-11-28 19:26:35     FALSE
## 4352     FALSE             0            <NA> 2022-11-28 19:26:31     FALSE
## 4353     FALSE             4            <NA> 2022-11-28 19:26:30     FALSE
## 4354     FALSE             0            <NA> 2022-11-28 19:26:28     FALSE
## 4355     FALSE             0            <NA> 2022-11-28 19:26:22     FALSE
## 4356     FALSE             2            <NA> 2022-11-28 19:26:18      TRUE
## 4357     FALSE             2            <NA> 2022-11-28 19:26:18     FALSE
## 4358     FALSE             0            <NA> 2022-11-28 19:26:14     FALSE
## 4359     FALSE             0            <NA> 2022-11-28 19:26:13     FALSE
## 4360     FALSE             1            <NA> 2022-11-28 19:26:03     FALSE
## 4361     FALSE             1            <NA> 2022-11-28 19:26:02     FALSE
## 4362     FALSE             0            <NA> 2022-11-28 19:26:01     FALSE
## 4363     FALSE             0            <NA> 2022-11-28 19:25:57     FALSE
## 4364     FALSE             0            <NA> 2022-11-28 19:25:52     FALSE
## 4365     FALSE             1            <NA> 2022-11-28 19:25:50     FALSE
## 4366     FALSE             1            <NA> 2022-11-28 19:25:43     FALSE
## 4367     FALSE             1            <NA> 2022-11-28 19:25:42     FALSE
## 4368     FALSE             6            <NA> 2022-11-28 19:25:39     FALSE
## 4369     FALSE             0            <NA> 2022-11-28 19:25:37     FALSE
## 4370     FALSE             1            <NA> 2022-11-28 19:25:34     FALSE
## 4371     FALSE             0            <NA> 2022-11-28 19:25:33     FALSE
## 4372     FALSE             0            <NA> 2022-11-28 19:25:29     FALSE
## 4373     FALSE             0            <NA> 2022-11-28 19:25:29     FALSE
## 4374     FALSE             1         Spotify 2022-11-28 19:25:26      TRUE
## 4375     FALSE             0            <NA> 2022-11-28 19:25:25     FALSE
## 4376     FALSE             0            <NA> 2022-11-28 19:25:21     FALSE
## 4377     FALSE             0            <NA> 2022-11-28 19:25:12     FALSE
## 4378     FALSE             0            <NA> 2022-11-28 19:25:12     FALSE
## 4379     FALSE             0            <NA> 2022-11-28 19:25:09     FALSE
## 4380     FALSE             0            <NA> 2022-11-28 19:25:08     FALSE
## 4381     FALSE             0            <NA> 2022-11-28 19:24:57     FALSE
## 4382     FALSE             0            <NA> 2022-11-28 19:24:54     FALSE
## 4383     FALSE             1            <NA> 2022-11-28 19:24:53     FALSE
## 4384     FALSE             0            <NA> 2022-11-28 19:24:51     FALSE
## 4385     FALSE             0            <NA> 2022-11-28 19:24:47     FALSE
## 4386     FALSE             0            <NA> 2022-11-28 19:24:40     FALSE
## 4387     FALSE             1            <NA> 2022-11-28 19:24:39     FALSE
## 4388     FALSE             0            <NA> 2022-11-28 19:24:36     FALSE
## 4389     FALSE             1            <NA> 2022-11-28 19:24:35     FALSE
## 4390     FALSE             0            <NA> 2022-11-28 19:24:23     FALSE
## 4391     FALSE             1            <NA> 2022-11-28 19:24:16     FALSE
## 4392     FALSE             0            <NA> 2022-11-28 19:24:05     FALSE
## 4393     FALSE             0            <NA> 2022-11-28 19:24:04     FALSE
## 4394     FALSE             4            <NA> 2022-11-28 19:24:02     FALSE
## 4395     FALSE             6            <NA> 2022-11-28 19:24:00     FALSE
## 4396     FALSE             0            <NA> 2022-11-28 19:23:40     FALSE
## 4397     FALSE             0            <NA> 2022-11-28 19:23:35     FALSE
## 4398     FALSE             0            <NA> 2022-11-28 19:23:34     FALSE
## 4399     FALSE             1            <NA> 2022-11-28 19:23:30     FALSE
## 4400     FALSE             2            <NA> 2022-11-28 19:23:28     FALSE
## 4401     FALSE             0            <NA> 2022-11-28 19:23:26     FALSE
## 4402     FALSE             4            <NA> 2022-11-28 19:23:26     FALSE
## 4403     FALSE             0            <NA> 2022-11-28 19:23:21     FALSE
## 4404     FALSE             2            <NA> 2022-11-28 19:23:18     FALSE
## 4405     FALSE             2            <NA> 2022-11-28 19:23:16     FALSE
## 4406     FALSE             0            <NA> 2022-11-28 19:23:12     FALSE
## 4407     FALSE             0            <NA> 2022-11-28 19:23:11     FALSE
## 4408     FALSE             0            <NA> 2022-11-28 19:23:10     FALSE
## 4409     FALSE             0            <NA> 2022-11-28 19:23:09     FALSE
## 4410     FALSE            11     AnshaySaboo 2022-11-28 19:23:08      TRUE
## 4411     FALSE             0            <NA> 2022-11-28 19:23:07     FALSE
## 4412     FALSE             7            <NA> 2022-11-28 19:23:03      TRUE
## 4413     FALSE             0            <NA> 2022-11-28 19:22:57     FALSE
## 4414     FALSE             0            <NA> 2022-11-28 19:22:52     FALSE
## 4415     FALSE             0      obsidian98 2022-11-28 19:22:51     FALSE
## 4416     FALSE             0            <NA> 2022-11-28 19:22:46      TRUE
## 4417     FALSE             1            <NA> 2022-11-28 19:22:44     FALSE
## 4418     FALSE             0            <NA> 2022-11-28 19:22:43     FALSE
## 4419     FALSE             0            <NA> 2022-11-28 19:22:41     FALSE
## 4420     FALSE             0            <NA> 2022-11-28 19:22:40     FALSE
## 4421     FALSE             0            <NA> 2022-11-28 19:22:26     FALSE
## 4422     FALSE             0            <NA> 2022-11-28 19:22:25     FALSE
## 4423     FALSE             0            <NA> 2022-11-28 19:22:23     FALSE
## 4424     FALSE             0            <NA> 2022-11-28 19:22:18     FALSE
## 4425     FALSE             0            <NA> 2022-11-28 19:22:17     FALSE
## 4426     FALSE             0            <NA> 2022-11-28 19:22:05      TRUE
## 4427     FALSE             2            <NA> 2022-11-28 19:22:03     FALSE
## 4428     FALSE             0            <NA> 2022-11-28 19:21:57     FALSE
## 4429     FALSE             0            <NA> 2022-11-28 19:21:53     FALSE
## 4430     FALSE             1            <NA> 2022-11-28 19:21:51     FALSE
## 4431     FALSE             0            <NA> 2022-11-28 19:21:46     FALSE
## 4432     FALSE             0            <NA> 2022-11-28 19:21:46     FALSE
## 4433     FALSE             0            <NA> 2022-11-28 19:21:41     FALSE
## 4434     FALSE             0            <NA> 2022-11-28 19:21:34     FALSE
## 4435     FALSE             0            <NA> 2022-11-28 19:21:23     FALSE
## 4436     FALSE             0            <NA> 2022-11-28 19:21:22     FALSE
## 4437     FALSE             0            <NA> 2022-11-28 19:21:13     FALSE
## 4438     FALSE             0            <NA> 2022-11-28 19:21:07     FALSE
## 4439     FALSE             0            <NA> 2022-11-28 19:20:54     FALSE
## 4440     FALSE             0            <NA> 2022-11-28 19:20:45     FALSE
## 4441     FALSE             0         Spotify 2022-11-28 19:20:45     FALSE
## 4442     FALSE             0            <NA> 2022-11-28 19:20:40     FALSE
## 4443     FALSE             0            <NA> 2022-11-28 19:20:31     FALSE
## 4444     FALSE             0            <NA> 2022-11-28 19:20:19     FALSE
## 4445     FALSE             2            <NA> 2022-11-28 19:20:19     FALSE
## 4446     FALSE             0            <NA> 2022-11-28 19:20:16     FALSE
## 4447     FALSE             0            <NA> 2022-11-28 19:20:07     FALSE
## 4448     FALSE             0            <NA> 2022-11-28 19:20:07     FALSE
## 4449     FALSE            13            <NA> 2022-11-28 19:20:07     FALSE
## 4450     FALSE             0            <NA> 2022-11-28 19:20:06     FALSE
## 4451     FALSE             0            <NA> 2022-11-28 19:20:06     FALSE
## 4452     FALSE             1            <NA> 2022-11-28 19:19:56     FALSE
## 4453     FALSE             0            <NA> 2022-11-28 19:19:53     FALSE
## 4454     FALSE             1            <NA> 2022-11-28 19:19:45     FALSE
## 4455     FALSE             0            <NA> 2022-11-28 19:19:43     FALSE
## 4456     FALSE             2            <NA> 2022-11-28 19:19:42      TRUE
## 4457     FALSE             0            <NA> 2022-11-28 19:19:42     FALSE
## 4458     FALSE             0            <NA> 2022-11-28 19:19:28     FALSE
## 4459     FALSE             0            <NA> 2022-11-28 19:19:24     FALSE
## 4460     FALSE             2            <NA> 2022-11-28 19:19:16     FALSE
## 4461     FALSE             0            <NA> 2022-11-28 19:19:12     FALSE
## 4462     FALSE             0            <NA> 2022-11-28 19:19:10     FALSE
## 4463     FALSE             0            <NA> 2022-11-28 19:19:00      TRUE
## 4464     FALSE             1            <NA> 2022-11-28 19:19:00     FALSE
## 4465     FALSE             0            <NA> 2022-11-28 19:18:58     FALSE
## 4466     FALSE             0            <NA> 2022-11-28 19:18:57     FALSE
## 4467     FALSE             0            <NA> 2022-11-28 19:18:54      TRUE
## 4468     FALSE             1            <NA> 2022-11-28 19:18:46     FALSE
## 4469     FALSE             0            <NA> 2022-11-28 19:18:40     FALSE
## 4470     FALSE             1            <NA> 2022-11-28 19:18:36     FALSE
## 4471     FALSE             1            <NA> 2022-11-28 19:18:31     FALSE
## 4472     FALSE             0            <NA> 2022-11-28 19:18:29     FALSE
## 4473     FALSE             0            <NA> 2022-11-28 19:18:26     FALSE
## 4474     FALSE             0            <NA> 2022-11-28 19:18:24     FALSE
## 4475     FALSE             0            <NA> 2022-11-28 19:18:23     FALSE
## 4476     FALSE             0            <NA> 2022-11-28 19:18:22      TRUE
## 4477     FALSE             1            <NA> 2022-11-28 19:18:21      TRUE
## 4478     FALSE             2            <NA> 2022-11-28 19:18:19     FALSE
## 4479     FALSE             3            <NA> 2022-11-28 19:18:18     FALSE
## 4480     FALSE             0            <NA> 2022-11-28 19:18:10     FALSE
## 4481     FALSE             0            <NA> 2022-11-28 19:18:07     FALSE
## 4482     FALSE             0            <NA> 2022-11-28 19:18:01     FALSE
## 4483     FALSE             0            <NA> 2022-11-28 19:17:54     FALSE
## 4484     FALSE             0            <NA> 2022-11-28 19:17:51     FALSE
## 4485     FALSE             0            <NA> 2022-11-28 19:17:48     FALSE
## 4486     FALSE             0            <NA> 2022-11-28 19:17:46     FALSE
## 4487     FALSE             0            <NA> 2022-11-28 19:17:44     FALSE
## 4488     FALSE             0            <NA> 2022-11-28 19:17:43     FALSE
## 4489     FALSE             0            <NA> 2022-11-28 19:17:41     FALSE
## 4490     FALSE             0            <NA> 2022-11-28 19:17:41     FALSE
## 4491     FALSE             0            <NA> 2022-11-28 19:17:41     FALSE
## 4492     FALSE             1            <NA> 2022-11-28 19:17:40     FALSE
## 4493     FALSE             0            <NA> 2022-11-28 19:17:40     FALSE
## 4494     FALSE             0            <NA> 2022-11-28 19:17:39     FALSE
## 4495     FALSE             0            <NA> 2022-11-28 19:17:35     FALSE
## 4496     FALSE             1            <NA> 2022-11-28 19:17:32     FALSE
## 4497     FALSE             0            <NA> 2022-11-28 19:17:28     FALSE
## 4498     FALSE             0            <NA> 2022-11-28 19:17:27     FALSE
## 4499     FALSE             0            <NA> 2022-11-28 19:17:25     FALSE
## 4500     FALSE             0            <NA> 2022-11-28 19:17:22     FALSE
## 4501     FALSE             5            <NA> 2022-11-28 19:17:15     FALSE
## 4502     FALSE             0            <NA> 2022-11-28 19:17:04     FALSE
## 4503     FALSE             0            <NA> 2022-11-28 19:17:04     FALSE
## 4504     FALSE             0            <NA> 2022-11-28 19:17:03     FALSE
## 4505     FALSE             1            <NA> 2022-11-28 19:17:01     FALSE
## 4506     FALSE             0            <NA> 2022-11-28 19:16:52     FALSE
## 4507     FALSE             0            <NA> 2022-11-28 19:16:52     FALSE
## 4508     FALSE             0            <NA> 2022-11-28 19:16:49     FALSE
## 4509     FALSE             3            <NA> 2022-11-28 19:16:46     FALSE
## 4510     FALSE             3            <NA> 2022-11-28 19:16:41     FALSE
## 4511     FALSE             0            <NA> 2022-11-28 19:16:36     FALSE
## 4512     FALSE             1            <NA> 2022-11-28 19:16:35     FALSE
## 4513     FALSE             0            <NA> 2022-11-28 19:16:35     FALSE
## 4514     FALSE             0            <NA> 2022-11-28 19:16:34     FALSE
## 4515     FALSE             0            <NA> 2022-11-28 19:16:33     FALSE
## 4516     FALSE             0            <NA> 2022-11-28 19:16:27     FALSE
## 4517     FALSE             2            <NA> 2022-11-28 19:16:26     FALSE
## 4518     FALSE             0            <NA> 2022-11-28 19:16:17     FALSE
## 4519     FALSE             0            <NA> 2022-11-28 19:16:17     FALSE
## 4520     FALSE             0            <NA> 2022-11-28 19:16:15     FALSE
## 4521     FALSE             0            <NA> 2022-11-28 19:16:05     FALSE
## 4522     FALSE             1            <NA> 2022-11-28 19:15:57     FALSE
## 4523     FALSE             1            <NA> 2022-11-28 19:15:52     FALSE
## 4524     FALSE             1            <NA> 2022-11-28 19:15:40     FALSE
## 4525     FALSE             0            <NA> 2022-11-28 19:15:28     FALSE
## 4526     FALSE             0            <NA> 2022-11-28 19:15:21     FALSE
## 4527     FALSE             0            <NA> 2022-11-28 19:15:15     FALSE
## 4528     FALSE             2            <NA> 2022-11-28 19:15:01      TRUE
## 4529     FALSE             0            <NA> 2022-11-28 19:14:57     FALSE
## 4530     FALSE             0            <NA> 2022-11-28 19:14:54     FALSE
## 4531     FALSE             0            <NA> 2022-11-28 19:14:52     FALSE
## 4532     FALSE             2            <NA> 2022-11-28 19:14:49     FALSE
## 4533     FALSE             0            <NA> 2022-11-28 19:14:48     FALSE
## 4534     FALSE             1            <NA> 2022-11-28 19:14:41     FALSE
## 4535     FALSE             2            <NA> 2022-11-28 19:14:35     FALSE
## 4536     FALSE             2            <NA> 2022-11-28 19:14:33     FALSE
## 4537     FALSE             0            <NA> 2022-11-28 19:14:31     FALSE
## 4538     FALSE             0            <NA> 2022-11-28 19:14:23     FALSE
## 4539     FALSE             2            <NA> 2022-11-28 19:14:22     FALSE
## 4540     FALSE             0           Apple 2022-11-28 19:14:13      TRUE
## 4541     FALSE             1            <NA> 2022-11-28 19:14:06     FALSE
## 4542     FALSE             0            <NA> 2022-11-28 19:13:58     FALSE
## 4543     FALSE             0            <NA> 2022-11-28 19:13:54     FALSE
## 4544     FALSE             1            <NA> 2022-11-28 19:13:54     FALSE
## 4545     FALSE             2            <NA> 2022-11-28 19:13:50     FALSE
## 4546     FALSE             3            <NA> 2022-11-28 19:13:49     FALSE
## 4547     FALSE             0            <NA> 2022-11-28 19:13:46     FALSE
## 4548     FALSE             0            <NA> 2022-11-28 19:13:42     FALSE
## 4549     FALSE             0            <NA> 2022-11-28 19:13:40     FALSE
## 4550     FALSE             6            <NA> 2022-11-28 19:13:40     FALSE
## 4551     FALSE             0            <NA> 2022-11-28 19:13:38     FALSE
## 4552     FALSE             1            <NA> 2022-11-28 19:13:34     FALSE
## 4553     FALSE             1            <NA> 2022-11-28 19:13:32     FALSE
## 4554     FALSE             0            <NA> 2022-11-28 19:13:20     FALSE
## 4555     FALSE             0            <NA> 2022-11-28 19:13:19     FALSE
## 4556     FALSE             0            <NA> 2022-11-28 19:13:19     FALSE
## 4557     FALSE             0            <NA> 2022-11-28 19:13:10     FALSE
## 4558     FALSE             0            <NA> 2022-11-28 19:13:07     FALSE
## 4559     FALSE             0            <NA> 2022-11-28 19:13:06     FALSE
## 4560     FALSE             0            <NA> 2022-11-28 19:13:06     FALSE
## 4561     FALSE             0            <NA> 2022-11-28 19:13:05     FALSE
## 4562     FALSE             0            <NA> 2022-11-28 19:13:03     FALSE
## 4563     FALSE             0            <NA> 2022-11-28 19:12:59     FALSE
## 4564     FALSE             0            <NA> 2022-11-28 19:12:58     FALSE
## 4565     FALSE             1            <NA> 2022-11-28 19:12:58     FALSE
## 4566     FALSE             2            <NA> 2022-11-28 19:12:57     FALSE
## 4567     FALSE             1            <NA> 2022-11-28 19:12:52     FALSE
## 4568     FALSE             0            <NA> 2022-11-28 19:12:44     FALSE
## 4569     FALSE             0            <NA> 2022-11-28 19:12:35     FALSE
## 4570     FALSE             0            <NA> 2022-11-28 19:12:33     FALSE
## 4571     FALSE             0            <NA> 2022-11-28 19:12:32      TRUE
## 4572     FALSE             7            <NA> 2022-11-28 19:12:26      TRUE
## 4573     FALSE             2            <NA> 2022-11-28 19:12:24      TRUE
## 4574     FALSE             0            <NA> 2022-11-28 19:12:23     FALSE
## 4575     FALSE             0            <NA> 2022-11-28 19:12:07     FALSE
## 4576     FALSE             0            <NA> 2022-11-28 19:11:57     FALSE
## 4577     FALSE             0            <NA> 2022-11-28 19:11:57     FALSE
## 4578     FALSE             0            <NA> 2022-11-28 19:11:55     FALSE
## 4579     FALSE             4            <NA> 2022-11-28 19:11:55     FALSE
## 4580     FALSE             0            <NA> 2022-11-28 19:11:48     FALSE
## 4581     FALSE             0            <NA> 2022-11-28 19:11:42     FALSE
## 4582     FALSE             0            <NA> 2022-11-28 19:11:28     FALSE
## 4583     FALSE           757            <NA> 2022-11-28 19:11:03     FALSE
## 4584     FALSE             2            <NA> 2022-11-28 19:11:01     FALSE
## 4585     FALSE             0            <NA> 2022-11-28 19:11:00     FALSE
## 4586     FALSE             3            <NA> 2022-11-28 19:10:47     FALSE
## 4587     FALSE             3            <NA> 2022-11-28 19:10:43     FALSE
## 4588     FALSE             2            <NA> 2022-11-28 19:10:39      TRUE
## 4589     FALSE             0            <NA> 2022-11-28 19:10:38     FALSE
## 4590     FALSE             7            <NA> 2022-11-28 19:10:33      TRUE
## 4591     FALSE             0            <NA> 2022-11-28 19:10:25     FALSE
## 4592     FALSE             0            <NA> 2022-11-28 19:10:03     FALSE
## 4593     FALSE             0            <NA> 2022-11-28 19:10:00      TRUE
## 4594     FALSE             1            <NA> 2022-11-28 19:09:49     FALSE
## 4595     FALSE             0            <NA> 2022-11-28 19:09:26     FALSE
## 4596     FALSE             0    youtubemusic 2022-11-28 19:09:26     FALSE
## 4597     FALSE             0            <NA> 2022-11-28 19:09:08     FALSE
## 4598     FALSE             0            <NA> 2022-11-28 19:08:48     FALSE
## 4599     FALSE             0            <NA> 2022-11-28 19:08:35     FALSE
## 4600     FALSE             3            <NA> 2022-11-28 19:08:22     FALSE
## 4601     FALSE             1            <NA> 2022-11-28 19:08:21     FALSE
## 4602     FALSE             0            <NA> 2022-11-28 19:08:19      TRUE
## 4603     FALSE             0            <NA> 2022-11-28 19:08:10     FALSE
## 4604     FALSE             0            <NA> 2022-11-28 19:08:04     FALSE
## 4605     FALSE             2            <NA> 2022-11-28 19:08:03      TRUE
## 4606     FALSE             0            <NA> 2022-11-28 19:07:52     FALSE
## 4607     FALSE             2            <NA> 2022-11-28 19:07:51     FALSE
## 4608     FALSE             0            <NA> 2022-11-28 19:07:51     FALSE
## 4609     FALSE             0            <NA> 2022-11-28 19:07:48     FALSE
## 4610     FALSE             0            <NA> 2022-11-28 19:07:40     FALSE
## 4611     FALSE             0            <NA> 2022-11-28 19:07:33     FALSE
## 4612     FALSE             1            <NA> 2022-11-28 19:07:33     FALSE
## 4613     FALSE             0            <NA> 2022-11-28 19:07:29     FALSE
## 4614     FALSE             1            <NA> 2022-11-28 19:07:18     FALSE
## 4615     FALSE             1            <NA> 2022-11-28 19:07:18     FALSE
## 4616     FALSE             0            <NA> 2022-11-28 19:07:17     FALSE
## 4617     FALSE             0            <NA> 2022-11-28 19:07:16     FALSE
## 4618     FALSE             0            <NA> 2022-11-28 19:07:14     FALSE
## 4619     FALSE             1            <NA> 2022-11-28 19:07:12     FALSE
## 4620     FALSE             0            <NA> 2022-11-28 19:07:07     FALSE
## 4621     FALSE             0            <NA> 2022-11-28 19:07:05     FALSE
## 4622     FALSE             0            <NA> 2022-11-28 19:07:05     FALSE
## 4623     FALSE             0            <NA> 2022-11-28 19:07:04     FALSE
## 4624     FALSE             0            <NA> 2022-11-28 19:07:01     FALSE
## 4625     FALSE             0            <NA> 2022-11-28 19:06:56     FALSE
## 4626     FALSE             0            <NA> 2022-11-28 19:06:51     FALSE
## 4627     FALSE             0            <NA> 2022-11-28 19:06:48     FALSE
## 4628     FALSE             0            <NA> 2022-11-28 19:06:45     FALSE
## 4629     FALSE             0            <NA> 2022-11-28 19:06:44     FALSE
## 4630     FALSE             1            <NA> 2022-11-28 19:06:43     FALSE
## 4631     FALSE             1            <NA> 2022-11-28 19:06:39     FALSE
## 4632     FALSE             0            <NA> 2022-11-28 19:06:31     FALSE
## 4633     FALSE             0            <NA> 2022-11-28 19:06:26     FALSE
## 4634     FALSE             0            <NA> 2022-11-28 19:06:24     FALSE
## 4635     FALSE             0            <NA> 2022-11-28 19:06:20     FALSE
## 4636     FALSE             1            <NA> 2022-11-28 19:06:19     FALSE
## 4637     FALSE             0            <NA> 2022-11-28 19:06:13     FALSE
## 4638     FALSE             1            <NA> 2022-11-28 19:06:06     FALSE
## 4639     FALSE             0            <NA> 2022-11-28 19:05:56     FALSE
## 4640     FALSE             0            <NA> 2022-11-28 19:05:50     FALSE
## 4641     FALSE             0            <NA> 2022-11-28 19:05:46     FALSE
## 4642     FALSE             0            <NA> 2022-11-28 19:05:43      TRUE
## 4643     FALSE             1            <NA> 2022-11-28 19:05:41     FALSE
## 4644     FALSE             0            <NA> 2022-11-28 19:05:40     FALSE
## 4645     FALSE             0            <NA> 2022-11-28 19:05:34     FALSE
## 4646     FALSE             0            <NA> 2022-11-28 19:05:31     FALSE
## 4647     FALSE             1            <NA> 2022-11-28 19:05:30     FALSE
## 4648     FALSE             3   djleakycheese 2022-11-28 19:05:21      TRUE
## 4649     FALSE             0            <NA> 2022-11-28 19:05:20     FALSE
## 4650     FALSE             0            <NA> 2022-11-28 19:05:19     FALSE
## 4651     FALSE             2            <NA> 2022-11-28 19:05:09     FALSE
## 4652     FALSE             0            <NA> 2022-11-28 19:05:08     FALSE
## 4653     FALSE             0            <NA> 2022-11-28 19:05:05     FALSE
## 4654     FALSE             0            <NA> 2022-11-28 19:05:03     FALSE
## 4655     FALSE             1            <NA> 2022-11-28 19:05:02     FALSE
## 4656     FALSE             0            <NA> 2022-11-28 19:04:51     FALSE
## 4657     FALSE             0            <NA> 2022-11-28 19:04:47     FALSE
## 4658     FALSE             0            <NA> 2022-11-28 19:04:36     FALSE
## 4659     FALSE             0            <NA> 2022-11-28 19:04:32     FALSE
## 4660     FALSE             0            <NA> 2022-11-28 19:04:30     FALSE
## 4661     FALSE             1            <NA> 2022-11-28 19:04:28     FALSE
## 4662     FALSE             1            <NA> 2022-11-28 19:04:13     FALSE
## 4663     FALSE             0            <NA> 2022-11-28 19:04:06     FALSE
## 4664     FALSE            22            <NA> 2022-11-28 19:04:02     FALSE
## 4665     FALSE             0       tiktok_uk 2022-11-28 19:03:59     FALSE
## 4666     FALSE             0            <NA> 2022-11-28 19:03:52     FALSE
## 4667     FALSE             1            <NA> 2022-11-28 19:03:35     FALSE
## 4668     FALSE             0            <NA> 2022-11-28 19:03:34     FALSE
## 4669     FALSE            13            <NA> 2022-11-28 19:03:26      TRUE
## 4670     FALSE             0            <NA> 2022-11-28 19:03:24     FALSE
## 4671     FALSE             1            <NA> 2022-11-28 19:03:20      TRUE
## 4672     FALSE             0            <NA> 2022-11-28 19:03:15     FALSE
## 4673     FALSE             1            <NA> 2022-11-28 19:03:13      TRUE
## 4674     FALSE             0            <NA> 2022-11-28 19:03:07     FALSE
## 4675     FALSE             0            <NA> 2022-11-28 19:02:59     FALSE
## 4676     FALSE             0            <NA> 2022-11-28 19:02:56     FALSE
## 4677     FALSE             0            <NA> 2022-11-28 19:02:50     FALSE
## 4678     FALSE             0            <NA> 2022-11-28 19:02:48     FALSE
## 4679     FALSE             1   Giant06750888 2022-11-28 19:02:36      TRUE
## 4680     FALSE             2            <NA> 2022-11-28 19:02:31     FALSE
## 4681     FALSE             0            <NA> 2022-11-28 19:02:24     FALSE
## 4682     FALSE             0            <NA> 2022-11-28 19:02:13     FALSE
## 4683     FALSE             0            <NA> 2022-11-28 19:02:09     FALSE
## 4684     FALSE             0            <NA> 2022-11-28 19:02:02      TRUE
## 4685     FALSE             1            <NA> 2022-11-28 19:02:01      TRUE
## 4686     FALSE             3            <NA> 2022-11-28 19:02:00     FALSE
## 4687     FALSE             0            <NA> 2022-11-28 19:01:55     FALSE
## 4688     FALSE             0            <NA> 2022-11-28 19:01:54     FALSE
## 4689     FALSE             0            <NA> 2022-11-28 19:01:53     FALSE
## 4690     FALSE             0            <NA> 2022-11-28 19:01:46     FALSE
## 4691     FALSE             2            <NA> 2022-11-28 19:01:45     FALSE
## 4692     FALSE             0            <NA> 2022-11-28 19:01:33     FALSE
## 4693     FALSE             0            <NA> 2022-11-28 19:01:28     FALSE
## 4694     FALSE             0            <NA> 2022-11-28 19:01:22     FALSE
## 4695     FALSE             0            <NA> 2022-11-28 19:01:18     FALSE
## 4696     FALSE             0            <NA> 2022-11-28 19:01:06     FALSE
## 4697     FALSE             1            <NA> 2022-11-28 19:01:03     FALSE
## 4698     FALSE             0            <NA> 2022-11-28 19:01:01     FALSE
## 4699     FALSE             1            <NA> 2022-11-28 19:00:52     FALSE
## 4700     FALSE             1            <NA> 2022-11-28 19:00:48     FALSE
## 4701     FALSE             0            <NA> 2022-11-28 19:00:44     FALSE
## 4702     FALSE             0            <NA> 2022-11-28 19:00:39     FALSE
## 4703     FALSE             0            <NA> 2022-11-28 19:00:29     FALSE
## 4704     FALSE             0            <NA> 2022-11-28 19:00:21     FALSE
## 4705     FALSE             1            <NA> 2022-11-28 19:00:18     FALSE
## 4706     FALSE             1            <NA> 2022-11-28 19:00:17     FALSE
## 4707     FALSE            33            <NA> 2022-11-28 19:00:14      TRUE
## 4708     FALSE             0            <NA> 2022-11-28 19:00:13      TRUE
## 4709     FALSE             2            <NA> 2022-11-28 19:00:12     FALSE
## 4710     FALSE             1        forsiwoo 2022-11-28 18:59:52     FALSE
## 4711     FALSE             0            <NA> 2022-11-28 18:59:48     FALSE
## 4712     FALSE             8            <NA> 2022-11-28 18:59:46      TRUE
## 4713     FALSE             0            <NA> 2022-11-28 18:59:37     FALSE
## 4714     FALSE             1       KryptLMAO 2022-11-28 18:59:29     FALSE
## 4715     FALSE             1       KryptLMAO 2022-11-28 18:59:28     FALSE
## 4716     FALSE             1       KryptLMAO 2022-11-28 18:59:28     FALSE
## 4717     FALSE             1            <NA> 2022-11-28 18:59:27     FALSE
## 4718     FALSE             0            <NA> 2022-11-28 18:59:21     FALSE
## 4719     FALSE             0            <NA> 2022-11-28 18:59:16     FALSE
## 4720     FALSE             1            <NA> 2022-11-28 18:59:15     FALSE
## 4721     FALSE             0            <NA> 2022-11-28 18:59:14      TRUE
## 4722     FALSE             0            <NA> 2022-11-28 18:59:11     FALSE
## 4723     FALSE             0            <NA> 2022-11-28 18:59:05     FALSE
## 4724     FALSE             0            <NA> 2022-11-28 18:59:03      TRUE
## 4725     FALSE             0            <NA> 2022-11-28 18:58:58     FALSE
## 4726     FALSE             1            <NA> 2022-11-28 18:58:49     FALSE
## 4727     FALSE             0            <NA> 2022-11-28 18:58:28     FALSE
## 4728     FALSE             0            <NA> 2022-11-28 18:58:25     FALSE
## 4729     FALSE             4            <NA> 2022-11-28 18:58:18     FALSE
## 4730     FALSE             1            <NA> 2022-11-28 18:58:15     FALSE
## 4731     FALSE             1            <NA> 2022-11-28 18:58:15     FALSE
## 4732     FALSE             0            <NA> 2022-11-28 18:58:15     FALSE
## 4733     FALSE             0            <NA> 2022-11-28 18:58:12     FALSE
## 4734     FALSE             0            <NA> 2022-11-28 18:58:07     FALSE
## 4735     FALSE             0            <NA> 2022-11-28 18:58:06     FALSE
## 4736     FALSE             1            <NA> 2022-11-28 18:58:00     FALSE
## 4737     FALSE             2            <NA> 2022-11-28 18:58:00     FALSE
## 4738     FALSE             1            <NA> 2022-11-28 18:57:58     FALSE
## 4739     FALSE             0            <NA> 2022-11-28 18:57:56     FALSE
## 4740     FALSE             0            <NA> 2022-11-28 18:57:56     FALSE
## 4741     FALSE             1            <NA> 2022-11-28 18:57:52     FALSE
## 4742     FALSE             1            <NA> 2022-11-28 18:57:52     FALSE
## 4743     FALSE           535            <NA> 2022-11-28 18:57:45     FALSE
## 4744     FALSE             0            <NA> 2022-11-28 18:57:45     FALSE
## 4745     FALSE             1            <NA> 2022-11-28 18:57:44     FALSE
## 4746     FALSE             1            <NA> 2022-11-28 18:57:42     FALSE
## 4747     FALSE             0            <NA> 2022-11-28 18:57:36     FALSE
## 4748     FALSE             0            <NA> 2022-11-28 18:57:35     FALSE
## 4749     FALSE             0            <NA> 2022-11-28 18:57:28     FALSE
## 4750     FALSE             0            <NA> 2022-11-28 18:57:26     FALSE
## 4751     FALSE             0            <NA> 2022-11-28 18:57:24     FALSE
## 4752     FALSE             0            <NA> 2022-11-28 18:57:24      TRUE
## 4753     FALSE             2            <NA> 2022-11-28 18:57:20     FALSE
## 4754     FALSE             1            <NA> 2022-11-28 18:57:15     FALSE
## 4755     FALSE             0            <NA> 2022-11-28 18:57:11     FALSE
## 4756     FALSE             4            <NA> 2022-11-28 18:57:11     FALSE
## 4757     FALSE             0            <NA> 2022-11-28 18:57:10     FALSE
## 4758     FALSE             0            <NA> 2022-11-28 18:57:01     FALSE
## 4759     FALSE             0            <NA> 2022-11-28 18:57:00     FALSE
## 4760     FALSE             0            <NA> 2022-11-28 18:56:55     FALSE
## 4761     FALSE             1            <NA> 2022-11-28 18:56:44     FALSE
## 4762     FALSE             5            <NA> 2022-11-28 18:56:35     FALSE
## 4763     FALSE             1            <NA> 2022-11-28 18:56:28     FALSE
## 4764     FALSE             0            <NA> 2022-11-28 18:56:27     FALSE
## 4765     FALSE             2            <NA> 2022-11-28 18:56:25     FALSE
## 4766     FALSE             0            <NA> 2022-11-28 18:56:21     FALSE
## 4767     FALSE             0            <NA> 2022-11-28 18:56:21     FALSE
## 4768     FALSE             0            <NA> 2022-11-28 18:56:20     FALSE
## 4769     FALSE             0            <NA> 2022-11-28 18:56:17     FALSE
## 4770     FALSE             2            <NA> 2022-11-28 18:56:13     FALSE
## 4771     FALSE             0            <NA> 2022-11-28 18:56:10     FALSE
## 4772     FALSE             0            <NA> 2022-11-28 18:56:08     FALSE
## 4773     FALSE             0            <NA> 2022-11-28 18:56:07     FALSE
## 4774     FALSE             2            <NA> 2022-11-28 18:56:07     FALSE
## 4775     FALSE             1            <NA> 2022-11-28 18:56:03     FALSE
## 4776     FALSE             1            <NA> 2022-11-28 18:56:01     FALSE
## 4777     FALSE            24            <NA> 2022-11-28 18:55:55      TRUE
## 4778     FALSE             1            <NA> 2022-11-28 18:55:52     FALSE
## 4779     FALSE             2            <NA> 2022-11-28 18:55:48     FALSE
## 4780     FALSE             0            <NA> 2022-11-28 18:55:46     FALSE
## 4781     FALSE             0            <NA> 2022-11-28 18:55:38     FALSE
## 4782     FALSE             0            <NA> 2022-11-28 18:55:33     FALSE
## 4783     FALSE             5            <NA> 2022-11-28 18:55:25     FALSE
## 4784     FALSE             0            <NA> 2022-11-28 18:55:22     FALSE
## 4785     FALSE             0            <NA> 2022-11-28 18:55:10     FALSE
## 4786     FALSE             1            <NA> 2022-11-28 18:55:06     FALSE
## 4787     FALSE             0            <NA> 2022-11-28 18:55:00     FALSE
## 4788     FALSE             0            <NA> 2022-11-28 18:54:53     FALSE
## 4789     FALSE             1            <NA> 2022-11-28 18:54:53     FALSE
## 4790     FALSE             0            <NA> 2022-11-28 18:54:48     FALSE
## 4791     FALSE             0            <NA> 2022-11-28 18:54:47     FALSE
## 4792     FALSE             0            <NA> 2022-11-28 18:54:46     FALSE
## 4793     FALSE             1            <NA> 2022-11-28 18:54:45     FALSE
## 4794     FALSE             0            <NA> 2022-11-28 18:54:45      TRUE
## 4795     FALSE             0            <NA> 2022-11-28 18:54:43     FALSE
## 4796     FALSE             0            <NA> 2022-11-28 18:54:37     FALSE
## 4797     FALSE             1            <NA> 2022-11-28 18:54:26     FALSE
## 4798     FALSE             2            <NA> 2022-11-28 18:54:25     FALSE
## 4799     FALSE             1            <NA> 2022-11-28 18:54:20     FALSE
## 4800     FALSE             0            <NA> 2022-11-28 18:54:19     FALSE
## 4801     FALSE             0            <NA> 2022-11-28 18:54:17     FALSE
## 4802     FALSE             0            <NA> 2022-11-28 18:54:10     FALSE
## 4803     FALSE             0            <NA> 2022-11-28 18:54:02     FALSE
## 4804     FALSE            12            <NA> 2022-11-28 18:54:00     FALSE
## 4805     FALSE             0            <NA> 2022-11-28 18:53:54     FALSE
## 4806     FALSE             2            <NA> 2022-11-28 18:53:53     FALSE
## 4807     FALSE             0            <NA> 2022-11-28 18:53:49     FALSE
## 4808     FALSE             6            <NA> 2022-11-28 18:53:46     FALSE
## 4809     FALSE             0            <NA> 2022-11-28 18:53:46     FALSE
## 4810     FALSE             0            <NA> 2022-11-28 18:53:46     FALSE
## 4811     FALSE             0            <NA> 2022-11-28 18:53:44     FALSE
## 4812     FALSE             0            <NA> 2022-11-28 18:53:38     FALSE
## 4813     FALSE             0            <NA> 2022-11-28 18:53:38     FALSE
## 4814     FALSE             0            <NA> 2022-11-28 18:53:33     FALSE
## 4815     FALSE             0            <NA> 2022-11-28 18:53:32     FALSE
## 4816     FALSE             0            <NA> 2022-11-28 18:53:32     FALSE
## 4817     FALSE             0            <NA> 2022-11-28 18:53:22     FALSE
## 4818     FALSE             0            <NA> 2022-11-28 18:53:22     FALSE
## 4819     FALSE             0            <NA> 2022-11-28 18:53:10     FALSE
## 4820     FALSE            15            <NA> 2022-11-28 18:53:07     FALSE
## 4821     FALSE             0            <NA> 2022-11-28 18:53:00     FALSE
## 4822     FALSE             0            <NA> 2022-11-28 18:52:55     FALSE
## 4823     FALSE             0            <NA> 2022-11-28 18:52:52     FALSE
## 4824     FALSE             0            <NA> 2022-11-28 18:52:48     FALSE
## 4825     FALSE             0            <NA> 2022-11-28 18:52:43     FALSE
## 4826     FALSE             0            <NA> 2022-11-28 18:52:39     FALSE
## 4827     FALSE             0            <NA> 2022-11-28 18:52:35     FALSE
## 4828     FALSE             0            <NA> 2022-11-28 18:52:34     FALSE
## 4829     FALSE             0            <NA> 2022-11-28 18:52:26     FALSE
## 4830     FALSE             0            <NA> 2022-11-28 18:52:19     FALSE
## 4831     FALSE             0            <NA> 2022-11-28 18:52:18     FALSE
## 4832     FALSE             0            <NA> 2022-11-28 18:52:17     FALSE
## 4833     FALSE             4            <NA> 2022-11-28 18:52:15      TRUE
## 4834     FALSE             0     xogerardine 2022-11-28 18:52:13     FALSE
## 4835     FALSE             0            <NA> 2022-11-28 18:52:09     FALSE
## 4836     FALSE             0            <NA> 2022-11-28 18:51:52     FALSE
## 4837     FALSE             1            <NA> 2022-11-28 18:51:44     FALSE
## 4838     FALSE             1            <NA> 2022-11-28 18:51:42     FALSE
## 4839     FALSE             0            <NA> 2022-11-28 18:51:36     FALSE
## 4840     FALSE             0            <NA> 2022-11-28 18:51:33     FALSE
## 4841     FALSE             0            <NA> 2022-11-28 18:51:32     FALSE
## 4842     FALSE             2            <NA> 2022-11-28 18:51:27     FALSE
## 4843     FALSE             0            <NA> 2022-11-28 18:51:22     FALSE
## 4844     FALSE             3            <NA> 2022-11-28 18:51:19     FALSE
## 4845     FALSE             0            <NA> 2022-11-28 18:51:16     FALSE
## 4846     FALSE             0            <NA> 2022-11-28 18:51:06     FALSE
## 4847     FALSE             0            <NA> 2022-11-28 18:51:00      TRUE
## 4848     FALSE             1            <NA> 2022-11-28 18:50:59     FALSE
## 4849     FALSE             0            <NA> 2022-11-28 18:50:51     FALSE
## 4850     FALSE             1            <NA> 2022-11-28 18:50:51     FALSE
## 4851     FALSE             0            <NA> 2022-11-28 18:50:46     FALSE
## 4852     FALSE             0            <NA> 2022-11-28 18:50:45     FALSE
## 4853     FALSE             0            <NA> 2022-11-28 18:50:41     FALSE
## 4854     FALSE             0            <NA> 2022-11-28 18:50:31     FALSE
## 4855     FALSE             0            <NA> 2022-11-28 18:50:25     FALSE
## 4856     FALSE             0            <NA> 2022-11-28 18:50:20     FALSE
## 4857     FALSE             0            <NA> 2022-11-28 18:50:20     FALSE
## 4858     FALSE             0            <NA> 2022-11-28 18:50:19     FALSE
## 4859     FALSE             1            <NA> 2022-11-28 18:50:17     FALSE
## 4860     FALSE             0            <NA> 2022-11-28 18:50:03     FALSE
## 4861     FALSE             1            <NA> 2022-11-28 18:49:48     FALSE
## 4862     FALSE             0       chartdata 2022-11-28 18:49:45     FALSE
## 4863     FALSE             0            <NA> 2022-11-28 18:49:44     FALSE
## 4864     FALSE             0            <NA> 2022-11-28 18:49:42     FALSE
## 4865     FALSE             1            <NA> 2022-11-28 18:49:39     FALSE
## 4866     FALSE             0            <NA> 2022-11-28 18:49:36     FALSE
## 4867     FALSE             0            <NA> 2022-11-28 18:49:23     FALSE
## 4868     FALSE             0            <NA> 2022-11-28 18:49:15     FALSE
## 4869     FALSE             0            <NA> 2022-11-28 18:49:14     FALSE
## 4870     FALSE             0            <NA> 2022-11-28 18:49:11     FALSE
## 4871     FALSE             0            <NA> 2022-11-28 18:49:11     FALSE
## 4872     FALSE             1            <NA> 2022-11-28 18:49:09     FALSE
## 4873     FALSE             0            <NA> 2022-11-28 18:49:05     FALSE
## 4874     FALSE             1            <NA> 2022-11-28 18:48:57     FALSE
## 4875     FALSE             0            <NA> 2022-11-28 18:48:49     FALSE
## 4876     FALSE             0            <NA> 2022-11-28 18:48:47     FALSE
## 4877     FALSE             0            <NA> 2022-11-28 18:48:41     FALSE
## 4878     FALSE             0            <NA> 2022-11-28 18:48:35     FALSE
## 4879     FALSE             0            <NA> 2022-11-28 18:48:34     FALSE
## 4880     FALSE             0            <NA> 2022-11-28 18:48:23     FALSE
## 4881     FALSE             0            <NA> 2022-11-28 18:48:18     FALSE
## 4882     FALSE             0            <NA> 2022-11-28 18:48:06     FALSE
## 4883     FALSE             1            <NA> 2022-11-28 18:48:03     FALSE
## 4884     FALSE             9            <NA> 2022-11-28 18:48:00     FALSE
## 4885     FALSE             0            <NA> 2022-11-28 18:47:54     FALSE
## 4886     FALSE             0            <NA> 2022-11-28 18:47:50     FALSE
## 4887     FALSE             0            <NA> 2022-11-28 18:47:50     FALSE
## 4888     FALSE             3            <NA> 2022-11-28 18:47:49     FALSE
## 4889     FALSE             0            <NA> 2022-11-28 18:47:41     FALSE
## 4890     FALSE             0            <NA> 2022-11-28 18:47:41     FALSE
## 4891     FALSE             0            <NA> 2022-11-28 18:47:38     FALSE
## 4892     FALSE             1            <NA> 2022-11-28 18:47:36     FALSE
## 4893     FALSE             0            <NA> 2022-11-28 18:47:32     FALSE
## 4894     FALSE            29            <NA> 2022-11-28 18:47:23      TRUE
## 4895     FALSE             0            <NA> 2022-11-28 18:47:15     FALSE
## 4896     FALSE             0            <NA> 2022-11-28 18:47:12     FALSE
## 4897     FALSE             0            <NA> 2022-11-28 18:46:53     FALSE
## 4898     FALSE             1            <NA> 2022-11-28 18:46:52     FALSE
## 4899     FALSE             0            <NA> 2022-11-28 18:46:51     FALSE
## 4900     FALSE             2            <NA> 2022-11-28 18:46:45     FALSE
## 4901     FALSE             2            <NA> 2022-11-28 18:46:40     FALSE
## 4902     FALSE             0            <NA> 2022-11-28 18:46:38     FALSE
## 4903     FALSE             4            <NA> 2022-11-28 18:46:37     FALSE
## 4904     FALSE             1            <NA> 2022-11-28 18:46:30     FALSE
## 4905     FALSE             0            <NA> 2022-11-28 18:46:26     FALSE
## 4906     FALSE             0            <NA> 2022-11-28 18:46:24     FALSE
## 4907     FALSE             3            <NA> 2022-11-28 18:46:17     FALSE
## 4908     FALSE             0            <NA> 2022-11-28 18:46:13     FALSE
## 4909     FALSE             0            <NA> 2022-11-28 18:46:11     FALSE
## 4910     FALSE             6            <NA> 2022-11-28 18:46:07      TRUE
## 4911     FALSE             0            <NA> 2022-11-28 18:46:03     FALSE
## 4912     FALSE             0            <NA> 2022-11-28 18:46:01     FALSE
## 4913     FALSE             0            <NA> 2022-11-28 18:45:57      TRUE
## 4914     FALSE             0            <NA> 2022-11-28 18:45:50     FALSE
## 4915     FALSE             2            <NA> 2022-11-28 18:45:44     FALSE
## 4916     FALSE             0            <NA> 2022-11-28 18:45:15      TRUE
## 4917     FALSE             2            <NA> 2022-11-28 18:45:10     FALSE
## 4918     FALSE             0            <NA> 2022-11-28 18:45:06     FALSE
## 4919     FALSE             2            <NA> 2022-11-28 18:44:41     FALSE
## 4920     FALSE             0            <NA> 2022-11-28 18:44:39     FALSE
## 4921     FALSE             0            <NA> 2022-11-28 18:44:34     FALSE
## 4922     FALSE             0            <NA> 2022-11-28 18:44:25     FALSE
## 4923     FALSE             0            <NA> 2022-11-28 18:44:20     FALSE
## 4924     FALSE             8            <NA> 2022-11-28 18:44:06     FALSE
## 4925     FALSE             1            <NA> 2022-11-28 18:43:54     FALSE
## 4926     FALSE             0            <NA> 2022-11-28 18:43:45     FALSE
## 4927     FALSE             0            <NA> 2022-11-28 18:43:41     FALSE
## 4928     FALSE             1            <NA> 2022-11-28 18:43:35     FALSE
## 4929     FALSE             0            <NA> 2022-11-28 18:43:33     FALSE
## 4930     FALSE             0            <NA> 2022-11-28 18:43:33     FALSE
## 4931     FALSE             1            <NA> 2022-11-28 18:43:28     FALSE
## 4932     FALSE             0            <NA> 2022-11-28 18:43:21     FALSE
## 4933     FALSE             1            <NA> 2022-11-28 18:43:20     FALSE
## 4934     FALSE             0            <NA> 2022-11-28 18:43:18      TRUE
## 4935     FALSE             0            <NA> 2022-11-28 18:43:14     FALSE
## 4936     FALSE             0            <NA> 2022-11-28 18:43:10     FALSE
## 4937     FALSE             0            <NA> 2022-11-28 18:43:10     FALSE
## 4938     FALSE             0            <NA> 2022-11-28 18:42:59     FALSE
## 4939     FALSE             0            <NA> 2022-11-28 18:42:51     FALSE
## 4940     FALSE             0            <NA> 2022-11-28 18:42:38      TRUE
## 4941     FALSE             0            <NA> 2022-11-28 18:42:38     FALSE
## 4942     FALSE             0            <NA> 2022-11-28 18:42:35     FALSE
## 4943     FALSE             0            <NA> 2022-11-28 18:42:21     FALSE
## 4944     FALSE             0            <NA> 2022-11-28 18:42:20      TRUE
## 4945     FALSE             0            <NA> 2022-11-28 18:42:00      TRUE
## 4946     FALSE             2            <NA> 2022-11-28 18:41:58      TRUE
## 4947     FALSE             1            <NA> 2022-11-28 18:41:56     FALSE
## 4948     FALSE         58998            <NA> 2022-11-28 18:41:52     FALSE
## 4949     FALSE             0            <NA> 2022-11-28 18:41:45     FALSE
## 4950     FALSE             0            <NA> 2022-11-28 18:41:44     FALSE
## 4951     FALSE             1            <NA> 2022-11-28 18:41:43     FALSE
## 4952     FALSE             3            <NA> 2022-11-28 18:41:41      TRUE
## 4953     FALSE             0            <NA> 2022-11-28 18:41:39     FALSE
## 4954     FALSE             0            <NA> 2022-11-28 18:41:27     FALSE
## 4955     FALSE             0            <NA> 2022-11-28 18:41:24     FALSE
## 4956     FALSE             0            <NA> 2022-11-28 18:41:21     FALSE
## 4957     FALSE             0            <NA> 2022-11-28 18:41:13     FALSE
## 4958     FALSE             1            <NA> 2022-11-28 18:41:13     FALSE
## 4959     FALSE             0            <NA> 2022-11-28 18:41:12     FALSE
## 4960     FALSE             0            <NA> 2022-11-28 18:41:02     FALSE
## 4961     FALSE             3            <NA> 2022-11-28 18:41:01     FALSE
## 4962     FALSE             4            <NA> 2022-11-28 18:40:58     FALSE
## 4963     FALSE             1            <NA> 2022-11-28 18:40:55     FALSE
## 4964     FALSE             0            <NA> 2022-11-28 18:40:50     FALSE
## 4965     FALSE             0            <NA> 2022-11-28 18:40:50     FALSE
## 4966     FALSE             0            <NA> 2022-11-28 18:40:48     FALSE
## 4967     FALSE             0            <NA> 2022-11-28 18:40:42     FALSE
## 4968     FALSE             0            <NA> 2022-11-28 18:40:37     FALSE
## 4969     FALSE             0            <NA> 2022-11-28 18:40:28     FALSE
## 4970     FALSE             0            <NA> 2022-11-28 18:40:23     FALSE
## 4971     FALSE             0            <NA> 2022-11-28 18:40:18      TRUE
## 4972     FALSE             0            <NA> 2022-11-28 18:40:17     FALSE
## 4973     FALSE             0            <NA> 2022-11-28 18:40:17     FALSE
## 4974     FALSE             0            <NA> 2022-11-28 18:40:11      TRUE
## 4975     FALSE             0            <NA> 2022-11-28 18:40:07     FALSE
## 4976     FALSE             0            <NA> 2022-11-28 18:40:03     FALSE
## 4977     FALSE             0            <NA> 2022-11-28 18:39:59     FALSE
## 4978     FALSE             0            <NA> 2022-11-28 18:39:55     FALSE
## 4979     FALSE             0            <NA> 2022-11-28 18:39:52     FALSE
## 4980     FALSE             0            <NA> 2022-11-28 18:39:51     FALSE
## 4981     FALSE             0            <NA> 2022-11-28 18:39:50     FALSE
## 4982     FALSE             0            <NA> 2022-11-28 18:39:37     FALSE
## 4983     FALSE             8            <NA> 2022-11-28 18:39:36     FALSE
## 4984     FALSE             0            <NA> 2022-11-28 18:39:30     FALSE
## 4985     FALSE             0            <NA> 2022-11-28 18:39:15     FALSE
## 4986     FALSE             1            <NA> 2022-11-28 18:39:12     FALSE
## 4987     FALSE             1            <NA> 2022-11-28 18:39:10     FALSE
## 4988     FALSE             1            <NA> 2022-11-28 18:39:02     FALSE
## 4989     FALSE             2            <NA> 2022-11-28 18:38:57     FALSE
## 4990     FALSE             0            <NA> 2022-11-28 18:38:54     FALSE
## 4991     FALSE             1            <NA> 2022-11-28 18:38:54     FALSE
## 4992     FALSE             0            <NA> 2022-11-28 18:38:50     FALSE
## 4993     FALSE             0            <NA> 2022-11-28 18:38:36     FALSE
## 4994     FALSE             0            <NA> 2022-11-28 18:38:36     FALSE
## 4995     FALSE             1            <NA> 2022-11-28 18:38:27     FALSE
## 4996     FALSE             0            <NA> 2022-11-28 18:38:27     FALSE
## 4997     FALSE             0            <NA> 2022-11-28 18:38:26     FALSE
## 4998     FALSE             0            <NA> 2022-11-28 18:38:05     FALSE
## 4999     FALSE             1            <NA> 2022-11-28 18:38:02     FALSE
## 5000     FALSE             1            <NA> 2022-11-28 18:37:51     FALSE
## 5001     FALSE             0            <NA> 2022-11-28 18:37:45     FALSE
## 5002     FALSE             1            <NA> 2022-11-28 18:37:39     FALSE
## 5003     FALSE             0            <NA> 2022-11-28 18:37:39     FALSE
## 5004     FALSE             0            <NA> 2022-11-28 18:37:35     FALSE
## 5005     FALSE             0            <NA> 2022-11-28 18:37:24     FALSE
## 5006     FALSE             9            <NA> 2022-11-28 18:37:23      TRUE
## 5007     FALSE             0            <NA> 2022-11-28 18:37:20     FALSE
## 5008     FALSE             0            <NA> 2022-11-28 18:37:15     FALSE
## 5009     FALSE             1            <NA> 2022-11-28 18:37:13      TRUE
## 5010     FALSE             1            <NA> 2022-11-28 18:37:09     FALSE
## 5011     FALSE             0            <NA> 2022-11-28 18:37:04     FALSE
## 5012     FALSE             0            <NA> 2022-11-28 18:37:04     FALSE
## 5013     FALSE             2            <NA> 2022-11-28 18:36:53     FALSE
## 5014     FALSE             0            <NA> 2022-11-28 18:36:49     FALSE
## 5015     FALSE             0            <NA> 2022-11-28 18:36:48     FALSE
## 5016     FALSE             0            <NA> 2022-11-28 18:36:46     FALSE
## 5017     FALSE             0            <NA> 2022-11-28 18:36:41     FALSE
## 5018     FALSE             0            <NA> 2022-11-28 18:36:37     FALSE
## 5019     FALSE             0            <NA> 2022-11-28 18:36:34     FALSE
## 5020     FALSE             0            <NA> 2022-11-28 18:36:32     FALSE
## 5021     FALSE             1            <NA> 2022-11-28 18:36:31     FALSE
## 5022     FALSE             0            <NA> 2022-11-28 18:36:28     FALSE
## 5023     FALSE             0            <NA> 2022-11-28 18:36:07      TRUE
## 5024     FALSE             0            <NA> 2022-11-28 18:36:06     FALSE
## 5025     FALSE             0            <NA> 2022-11-28 18:35:54     FALSE
## 5026     FALSE             0            <NA> 2022-11-28 18:35:52     FALSE
## 5027     FALSE             1     tanamongeau 2022-11-28 18:35:52     FALSE
## 5028     FALSE             0            <NA> 2022-11-28 18:35:44     FALSE
## 5029     FALSE             0            <NA> 2022-11-28 18:35:40      TRUE
## 5030     FALSE             0            <NA> 2022-11-28 18:35:40     FALSE
## 5031     FALSE             0            <NA> 2022-11-28 18:35:35     FALSE
## 5032     FALSE             0            <NA> 2022-11-28 18:35:31     FALSE
## 5033     FALSE             0            <NA> 2022-11-28 18:35:28     FALSE
## 5034     FALSE             0            <NA> 2022-11-28 18:35:24     FALSE
## 5035     FALSE             1            <NA> 2022-11-28 18:35:20     FALSE
## 5036     FALSE             0            <NA> 2022-11-28 18:35:18     FALSE
## 5037     FALSE             1            <NA> 2022-11-28 18:35:15     FALSE
## 5038     FALSE             0            <NA> 2022-11-28 18:35:13     FALSE
## 5039     FALSE             0            <NA> 2022-11-28 18:35:08      TRUE
## 5040     FALSE             1            <NA> 2022-11-28 18:35:02     FALSE
## 5041     FALSE             1            <NA> 2022-11-28 18:35:02     FALSE
## 5042     FALSE             0            <NA> 2022-11-28 18:34:58     FALSE
## 5043     FALSE             0            <NA> 2022-11-28 18:34:47     FALSE
## 5044     FALSE             0            <NA> 2022-11-28 18:34:45     FALSE
## 5045     FALSE             0            <NA> 2022-11-28 18:34:41     FALSE
## 5046     FALSE            10            <NA> 2022-11-28 18:34:39     FALSE
## 5047     FALSE             0            <NA> 2022-11-28 18:34:36     FALSE
## 5048     FALSE             0            <NA> 2022-11-28 18:34:32     FALSE
## 5049     FALSE             1            <NA> 2022-11-28 18:34:30     FALSE
## 5050     FALSE             1            <NA> 2022-11-28 18:34:25     FALSE
## 5051     FALSE             0            <NA> 2022-11-28 18:34:17     FALSE
## 5052     FALSE             0            <NA> 2022-11-28 18:34:09     FALSE
## 5053     FALSE             0            <NA> 2022-11-28 18:34:06     FALSE
## 5054     FALSE             1            <NA> 2022-11-28 18:34:06     FALSE
## 5055     FALSE             1            <NA> 2022-11-28 18:34:04     FALSE
## 5056     FALSE             0            <NA> 2022-11-28 18:34:03     FALSE
## 5057     FALSE             0            <NA> 2022-11-28 18:34:00     FALSE
## 5058     FALSE             0            <NA> 2022-11-28 18:33:58     FALSE
## 5059     FALSE             1            <NA> 2022-11-28 18:33:56     FALSE
## 5060     FALSE             1            <NA> 2022-11-28 18:33:52     FALSE
## 5061     FALSE             0            <NA> 2022-11-28 18:33:44     FALSE
## 5062     FALSE            18            <NA> 2022-11-28 18:33:37     FALSE
## 5063     FALSE             0            <NA> 2022-11-28 18:33:33     FALSE
## 5064     FALSE             0            <NA> 2022-11-28 18:33:31      TRUE
## 5065     FALSE             0      Marvin_Inu 2022-11-28 18:33:10     FALSE
## 5066     FALSE             1            <NA> 2022-11-28 18:33:08     FALSE
## 5067     FALSE             0            <NA> 2022-11-28 18:33:08     FALSE
## 5068     FALSE             0            <NA> 2022-11-28 18:33:06     FALSE
## 5069     FALSE             1            <NA> 2022-11-28 18:33:06     FALSE
## 5070     FALSE             0            <NA> 2022-11-28 18:32:51     FALSE
## 5071     FALSE             1            <NA> 2022-11-28 18:32:51     FALSE
## 5072     FALSE             3            <NA> 2022-11-28 18:32:50     FALSE
## 5073     FALSE             0            <NA> 2022-11-28 18:32:40     FALSE
## 5074     FALSE             0            <NA> 2022-11-28 18:32:39     FALSE
## 5075     FALSE             0            <NA> 2022-11-28 18:32:38     FALSE
## 5076     FALSE             0            <NA> 2022-11-28 18:32:26     FALSE
## 5077     FALSE             0            <NA> 2022-11-28 18:32:25     FALSE
## 5078     FALSE             1            <NA> 2022-11-28 18:32:22     FALSE
## 5079     FALSE             0            <NA> 2022-11-28 18:32:21     FALSE
## 5080     FALSE             0            <NA> 2022-11-28 18:32:20     FALSE
## 5081     FALSE             0            <NA> 2022-11-28 18:32:18      TRUE
## 5082     FALSE             0            <NA> 2022-11-28 18:32:18     FALSE
## 5083     FALSE             0            <NA> 2022-11-28 18:32:09     FALSE
## 5084     FALSE             0            <NA> 2022-11-28 18:32:00     FALSE
## 5085     FALSE             0            <NA> 2022-11-28 18:31:58     FALSE
## 5086     FALSE             0            <NA> 2022-11-28 18:31:54     FALSE
## 5087     FALSE             3            <NA> 2022-11-28 18:31:53     FALSE
## 5088     FALSE             0            <NA> 2022-11-28 18:31:41     FALSE
## 5089     FALSE             0            <NA> 2022-11-28 18:31:41     FALSE
## 5090     FALSE             0            <NA> 2022-11-28 18:31:40     FALSE
## 5091     FALSE             0            <NA> 2022-11-28 18:31:34     FALSE
## 5092     FALSE             0            <NA> 2022-11-28 18:31:32      TRUE
## 5093     FALSE             0            <NA> 2022-11-28 18:31:32     FALSE
## 5094     FALSE             2            <NA> 2022-11-28 18:31:29     FALSE
## 5095     FALSE             1            <NA> 2022-11-28 18:31:25     FALSE
## 5096     FALSE             0            <NA> 2022-11-28 18:31:24     FALSE
## 5097     FALSE             2            <NA> 2022-11-28 18:31:21     FALSE
## 5098     FALSE             1            <NA> 2022-11-28 18:31:18     FALSE
## 5099     FALSE             2            <NA> 2022-11-28 18:31:12     FALSE
## 5100     FALSE             2            <NA> 2022-11-28 18:31:02     FALSE
## 5101     FALSE             0            <NA> 2022-11-28 18:30:59     FALSE
## 5102     FALSE             1            <NA> 2022-11-28 18:30:45     FALSE
## 5103     FALSE             0            <NA> 2022-11-28 18:30:40     FALSE
## 5104     FALSE             1            <NA> 2022-11-28 18:30:34     FALSE
## 5105     FALSE             1   smhjacqueline 2022-11-28 18:30:29     FALSE
## 5106     FALSE             0            <NA> 2022-11-28 18:30:23     FALSE
## 5107     FALSE             0            <NA> 2022-11-28 18:30:19     FALSE
## 5108     FALSE             2            <NA> 2022-11-28 18:30:15     FALSE
## 5109     FALSE             0            <NA> 2022-11-28 18:30:15     FALSE
## 5110     FALSE             3            <NA> 2022-11-28 18:30:11     FALSE
## 5111     FALSE             0            <NA> 2022-11-28 18:30:06     FALSE
## 5112     FALSE             0            <NA> 2022-11-28 18:30:05     FALSE
## 5113     FALSE             2            <NA> 2022-11-28 18:30:02     FALSE
## 5114     FALSE             1            <NA> 2022-11-28 18:29:54     FALSE
## 5115     FALSE             1            <NA> 2022-11-28 18:29:47     FALSE
## 5116     FALSE             1            <NA> 2022-11-28 18:29:44     FALSE
## 5117     FALSE             1            <NA> 2022-11-28 18:29:43      TRUE
## 5118     FALSE             0            <NA> 2022-11-28 18:29:42     FALSE
## 5119     FALSE             1            <NA> 2022-11-28 18:29:41     FALSE
## 5120     FALSE             0            <NA> 2022-11-28 18:29:37     FALSE
## 5121     FALSE             1            <NA> 2022-11-28 18:29:34     FALSE
## 5122     FALSE             0            <NA> 2022-11-28 18:29:33     FALSE
## 5123     FALSE             0            <NA> 2022-11-28 18:29:31     FALSE
## 5124     FALSE             0            <NA> 2022-11-28 18:29:31     FALSE
## 5125     FALSE             1            <NA> 2022-11-28 18:29:30     FALSE
## 5126     FALSE             1            <NA> 2022-11-28 18:29:23     FALSE
## 5127     FALSE             0            <NA> 2022-11-28 18:29:23     FALSE
## 5128     FALSE             0            <NA> 2022-11-28 18:29:23     FALSE
## 5129     FALSE             0            <NA> 2022-11-28 18:29:22     FALSE
## 5130     FALSE             0            <NA> 2022-11-28 18:29:21     FALSE
## 5131     FALSE             0            <NA> 2022-11-28 18:29:20     FALSE
## 5132     FALSE            19            <NA> 2022-11-28 18:29:17     FALSE
## 5133     FALSE             0            <NA> 2022-11-28 18:29:15     FALSE
## 5134     FALSE             0            <NA> 2022-11-28 18:29:13     FALSE
## 5135     FALSE             0            <NA> 2022-11-28 18:29:10     FALSE
## 5136     FALSE             0            <NA> 2022-11-28 18:29:07     FALSE
## 5137     FALSE             1            <NA> 2022-11-28 18:29:04     FALSE
## 5138     FALSE             0            <NA> 2022-11-28 18:29:03     FALSE
## 5139     FALSE             2            <NA> 2022-11-28 18:28:54     FALSE
## 5140     FALSE             2            <NA> 2022-11-28 18:28:52     FALSE
## 5141     FALSE             0            <NA> 2022-11-28 18:28:50     FALSE
## 5142     FALSE             0            <NA> 2022-11-28 18:28:50     FALSE
## 5143     FALSE             0            <NA> 2022-11-28 18:28:45     FALSE
## 5144     FALSE             0            <NA> 2022-11-28 18:28:42     FALSE
## 5145     FALSE             0            <NA> 2022-11-28 18:28:36     FALSE
## 5146     FALSE             2            <NA> 2022-11-28 18:28:34     FALSE
## 5147     FALSE             0            <NA> 2022-11-28 18:28:33     FALSE
## 5148     FALSE            11            <NA> 2022-11-28 18:28:30     FALSE
## 5149     FALSE             2            <NA> 2022-11-28 18:28:29     FALSE
## 5150     FALSE             0            <NA> 2022-11-28 18:28:29     FALSE
## 5151     FALSE             2            <NA> 2022-11-28 18:28:27     FALSE
## 5152     FALSE             1            <NA> 2022-11-28 18:28:26     FALSE
## 5153     FALSE             0            <NA> 2022-11-28 18:28:07     FALSE
## 5154     FALSE            44            <NA> 2022-11-28 18:28:07     FALSE
## 5155     FALSE             2            <NA> 2022-11-28 18:28:06     FALSE
## 5156     FALSE             1            <NA> 2022-11-28 18:28:06     FALSE
## 5157     FALSE             3            <NA> 2022-11-28 18:28:05      TRUE
## 5158     FALSE             0            <NA> 2022-11-28 18:28:02     FALSE
## 5159     FALSE             0            <NA> 2022-11-28 18:28:00     FALSE
## 5160     FALSE             0            <NA> 2022-11-28 18:27:59     FALSE
## 5161     FALSE             1            <NA> 2022-11-28 18:27:58     FALSE
## 5162     FALSE             6            <NA> 2022-11-28 18:27:54      TRUE
## 5163     FALSE             1            <NA> 2022-11-28 18:27:52     FALSE
## 5164     FALSE             0            <NA> 2022-11-28 18:27:44     FALSE
## 5165     FALSE             0            <NA> 2022-11-28 18:27:40     FALSE
## 5166     FALSE             2            <NA> 2022-11-28 18:27:38     FALSE
## 5167     FALSE             2            <NA> 2022-11-28 18:27:34     FALSE
## 5168     FALSE             0            <NA> 2022-11-28 18:27:31     FALSE
## 5169     FALSE             0            <NA> 2022-11-28 18:27:24     FALSE
## 5170     FALSE             0            <NA> 2022-11-28 18:27:17     FALSE
## 5171     FALSE             0            <NA> 2022-11-28 18:27:08     FALSE
## 5172     FALSE           285            <NA> 2022-11-28 18:26:54     FALSE
## 5173     FALSE             1            <NA> 2022-11-28 18:26:53     FALSE
## 5174     FALSE             0            <NA> 2022-11-28 18:26:42     FALSE
## 5175     FALSE             0            <NA> 2022-11-28 18:26:41     FALSE
## 5176     FALSE             0            <NA> 2022-11-28 18:26:33     FALSE
## 5177     FALSE             0            <NA> 2022-11-28 18:26:29     FALSE
## 5178     FALSE            10            <NA> 2022-11-28 18:26:25     FALSE
## 5179     FALSE             0            <NA> 2022-11-28 18:26:24     FALSE
## 5180     FALSE             0            <NA> 2022-11-28 18:26:23     FALSE
## 5181     FALSE             0            <NA> 2022-11-28 18:26:16     FALSE
## 5182     FALSE             1            <NA> 2022-11-28 18:26:16     FALSE
## 5183     FALSE             0            <NA> 2022-11-28 18:26:08     FALSE
## 5184     FALSE             0            <NA> 2022-11-28 18:26:07     FALSE
## 5185     FALSE             1            <NA> 2022-11-28 18:26:04     FALSE
## 5186     FALSE             0            <NA> 2022-11-28 18:26:02     FALSE
## 5187     FALSE             1            <NA> 2022-11-28 18:26:01     FALSE
## 5188     FALSE             0            <NA> 2022-11-28 18:25:55     FALSE
## 5189     FALSE             2            <NA> 2022-11-28 18:25:52      TRUE
## 5190     FALSE             0            <NA> 2022-11-28 18:25:43     FALSE
## 5191     FALSE             0            <NA> 2022-11-28 18:25:43     FALSE
## 5192     FALSE             0            <NA> 2022-11-28 18:25:41     FALSE
## 5193     FALSE             0            <NA> 2022-11-28 18:25:35     FALSE
## 5194     FALSE             0            <NA> 2022-11-28 18:25:31     FALSE
## 5195     FALSE             0            <NA> 2022-11-28 18:25:30     FALSE
## 5196     FALSE             0            <NA> 2022-11-28 18:25:26     FALSE
## 5197     FALSE             0            <NA> 2022-11-28 18:25:25     FALSE
## 5198     FALSE             0            <NA> 2022-11-28 18:25:24     FALSE
## 5199     FALSE             1            <NA> 2022-11-28 18:25:23     FALSE
## 5200     FALSE             0            <NA> 2022-11-28 18:25:19     FALSE
## 5201     FALSE             0            <NA> 2022-11-28 18:25:17     FALSE
## 5202     FALSE            20            <NA> 2022-11-28 18:25:14     FALSE
## 5203     FALSE             0            <NA> 2022-11-28 18:25:14     FALSE
## 5204     FALSE             1            <NA> 2022-11-28 18:25:11     FALSE
## 5205     FALSE             0            <NA> 2022-11-28 18:25:08     FALSE
## 5206     FALSE             0            <NA> 2022-11-28 18:25:05     FALSE
## 5207     FALSE             0            <NA> 2022-11-28 18:24:59     FALSE
## 5208     FALSE             0            <NA> 2022-11-28 18:24:51     FALSE
## 5209     FALSE             2            <NA> 2022-11-28 18:24:47     FALSE
## 5210     FALSE             0            <NA> 2022-11-28 18:24:46     FALSE
## 5211     FALSE             0            <NA> 2022-11-28 18:24:42     FALSE
## 5212     FALSE             0            <NA> 2022-11-28 18:24:41     FALSE
## 5213     FALSE             0            <NA> 2022-11-28 18:24:32      TRUE
## 5214     FALSE             0            <NA> 2022-11-28 18:24:26     FALSE
## 5215     FALSE             1            <NA> 2022-11-28 18:24:24     FALSE
## 5216     FALSE             0            <NA> 2022-11-28 18:24:16     FALSE
## 5217     FALSE             1            <NA> 2022-11-28 18:24:16     FALSE
## 5218     FALSE             0            <NA> 2022-11-28 18:24:14     FALSE
## 5219     FALSE             0            <NA> 2022-11-28 18:24:14     FALSE
## 5220     FALSE             1            <NA> 2022-11-28 18:24:12     FALSE
## 5221     FALSE             0            <NA> 2022-11-28 18:24:02     FALSE
## 5222     FALSE             1            <NA> 2022-11-28 18:24:01     FALSE
## 5223     FALSE             1            <NA> 2022-11-28 18:23:58     FALSE
## 5224     FALSE             0            <NA> 2022-11-28 18:23:50     FALSE
## 5225     FALSE             1            <NA> 2022-11-28 18:23:41     FALSE
## 5226     FALSE             1            <NA> 2022-11-28 18:23:41     FALSE
## 5227     FALSE            24            <NA> 2022-11-28 18:23:28     FALSE
## 5228     FALSE             0            <NA> 2022-11-28 18:23:23     FALSE
## 5229     FALSE             0            <NA> 2022-11-28 18:23:22     FALSE
## 5230     FALSE             0            <NA> 2022-11-28 18:23:21     FALSE
## 5231     FALSE             0            <NA> 2022-11-28 18:23:19     FALSE
## 5232     FALSE             0            <NA> 2022-11-28 18:23:16     FALSE
## 5233     FALSE             1            <NA> 2022-11-28 18:23:11     FALSE
## 5234     FALSE             1            <NA> 2022-11-28 18:23:09     FALSE
## 5235     FALSE             0            <NA> 2022-11-28 18:22:54     FALSE
## 5236     FALSE             1            <NA> 2022-11-28 18:22:48     FALSE
## 5237     FALSE             0            <NA> 2022-11-28 18:22:47     FALSE
## 5238     FALSE             2            <NA> 2022-11-28 18:22:46     FALSE
## 5239     FALSE             0            <NA> 2022-11-28 18:22:31     FALSE
## 5240     FALSE             0            <NA> 2022-11-28 18:22:30     FALSE
## 5241     FALSE             1            <NA> 2022-11-28 18:22:29     FALSE
## 5242     FALSE             0            <NA> 2022-11-28 18:22:17     FALSE
## 5243     FALSE             0            <NA> 2022-11-28 18:22:16     FALSE
## 5244     FALSE             4            <NA> 2022-11-28 18:22:11      TRUE
## 5245     FALSE             0            <NA> 2022-11-28 18:22:02     FALSE
## 5246     FALSE             1            <NA> 2022-11-28 18:21:59     FALSE
## 5247     FALSE             2            <NA> 2022-11-28 18:21:55     FALSE
## 5248     FALSE             0            <NA> 2022-11-28 18:21:50     FALSE
## 5249     FALSE             0            <NA> 2022-11-28 18:21:47     FALSE
## 5250     FALSE             0            <NA> 2022-11-28 18:21:46     FALSE
## 5251     FALSE             0            <NA> 2022-11-28 18:21:43     FALSE
## 5252     FALSE             0            <NA> 2022-11-28 18:21:42     FALSE
## 5253     FALSE             0            <NA> 2022-11-28 18:21:42     FALSE
## 5254     FALSE             0            <NA> 2022-11-28 18:21:38     FALSE
## 5255     FALSE             0            <NA> 2022-11-28 18:21:35     FALSE
## 5256     FALSE             1            <NA> 2022-11-28 18:21:32     FALSE
## 5257     FALSE             0            <NA> 2022-11-28 18:21:22     FALSE
## 5258     FALSE             0            <NA> 2022-11-28 18:21:18     FALSE
## 5259     FALSE             0            <NA> 2022-11-28 18:21:15     FALSE
## 5260     FALSE             0            <NA> 2022-11-28 18:21:12     FALSE
## 5261     FALSE             0            <NA> 2022-11-28 18:21:12     FALSE
## 5262     FALSE             2            <NA> 2022-11-28 18:21:09     FALSE
## 5263     FALSE             1            <NA> 2022-11-28 18:20:51     FALSE
## 5264     FALSE             0            <NA> 2022-11-28 18:20:48     FALSE
## 5265     FALSE             1            <NA> 2022-11-28 18:20:46     FALSE
## 5266     FALSE             1            <NA> 2022-11-28 18:20:45     FALSE
## 5267     FALSE             0            <NA> 2022-11-28 18:20:42     FALSE
## 5268     FALSE             1            <NA> 2022-11-28 18:20:40     FALSE
## 5269     FALSE             0            <NA> 2022-11-28 18:20:35     FALSE
## 5270     FALSE             0            <NA> 2022-11-28 18:20:33     FALSE
## 5271     FALSE             0            <NA> 2022-11-28 18:20:22     FALSE
## 5272     FALSE             0            <NA> 2022-11-28 18:20:20     FALSE
## 5273     FALSE             0            <NA> 2022-11-28 18:20:11     FALSE
## 5274     FALSE             0            <NA> 2022-11-28 18:20:06     FALSE
## 5275     FALSE             0            <NA> 2022-11-28 18:20:03     FALSE
## 5276     FALSE             0            <NA> 2022-11-28 18:20:02     FALSE
## 5277     FALSE             0            <NA> 2022-11-28 18:19:58     FALSE
## 5278     FALSE             0            <NA> 2022-11-28 18:19:54     FALSE
## 5279     FALSE             0            <NA> 2022-11-28 18:19:53     FALSE
## 5280     FALSE             0            <NA> 2022-11-28 18:19:52     FALSE
## 5281     FALSE             0            <NA> 2022-11-28 18:19:50     FALSE
## 5282     FALSE             0            <NA> 2022-11-28 18:19:50     FALSE
## 5283     FALSE             1            <NA> 2022-11-28 18:19:48     FALSE
## 5284     FALSE             1            <NA> 2022-11-28 18:19:43     FALSE
## 5285     FALSE             0            <NA> 2022-11-28 18:19:36     FALSE
## 5286     FALSE             0            <NA> 2022-11-28 18:19:32     FALSE
## 5287     FALSE             1            <NA> 2022-11-28 18:19:31     FALSE
## 5288     FALSE             0            <NA> 2022-11-28 18:19:28     FALSE
## 5289     FALSE             0            <NA> 2022-11-28 18:19:28     FALSE
## 5290     FALSE             0            <NA> 2022-11-28 18:19:26     FALSE
## 5291     FALSE             1            <NA> 2022-11-28 18:19:25     FALSE
## 5292     FALSE             0            <NA> 2022-11-28 18:19:15     FALSE
## 5293     FALSE             0            <NA> 2022-11-28 18:19:14     FALSE
## 5294     FALSE             0            <NA> 2022-11-28 18:19:02     FALSE
## 5295     FALSE             0            <NA> 2022-11-28 18:18:56     FALSE
## 5296     FALSE             0            <NA> 2022-11-28 18:18:52     FALSE
## 5297     FALSE             0            <NA> 2022-11-28 18:18:45     FALSE
## 5298     FALSE             0            <NA> 2022-11-28 18:18:42     FALSE
## 5299     FALSE             1            <NA> 2022-11-28 18:18:34     FALSE
## 5300     FALSE             0            <NA> 2022-11-28 18:18:16     FALSE
## 5301     FALSE             1            <NA> 2022-11-28 18:18:12     FALSE
## 5302     FALSE             0            <NA> 2022-11-28 18:18:11      TRUE
## 5303     FALSE             4            <NA> 2022-11-28 18:17:57     FALSE
## 5304     FALSE             0            <NA> 2022-11-28 18:17:55      TRUE
## 5305     FALSE             1            <NA> 2022-11-28 18:17:28     FALSE
## 5306     FALSE             1            <NA> 2022-11-28 18:17:12     FALSE
## 5307     FALSE             0            <NA> 2022-11-28 18:17:01     FALSE
## 5308     FALSE             0            <NA> 2022-11-28 18:16:50     FALSE
## 5309     FALSE             1            <NA> 2022-11-28 18:16:41     FALSE
## 5310     FALSE             0            <NA> 2022-11-28 18:16:38     FALSE
## 5311     FALSE             2            <NA> 2022-11-28 18:16:36     FALSE
## 5312     FALSE             3            <NA> 2022-11-28 18:16:34     FALSE
## 5313     FALSE             0            <NA> 2022-11-28 18:16:14     FALSE
## 5314     FALSE             1            <NA> 2022-11-28 18:16:12     FALSE
## 5315     FALSE             0            <NA> 2022-11-28 18:16:10     FALSE
## 5316     FALSE             0            <NA> 2022-11-28 18:16:03     FALSE
## 5317     FALSE             0            <NA> 2022-11-28 18:16:03     FALSE
## 5318     FALSE             8            <NA> 2022-11-28 18:16:01      TRUE
## 5319     FALSE             0            <NA> 2022-11-28 18:15:59     FALSE
## 5320     FALSE             0            <NA> 2022-11-28 18:15:57     FALSE
## 5321     FALSE             0            <NA> 2022-11-28 18:15:55     FALSE
## 5322     FALSE             0            <NA> 2022-11-28 18:15:55     FALSE
## 5323     FALSE             0            <NA> 2022-11-28 18:15:54     FALSE
## 5324     FALSE             0            <NA> 2022-11-28 18:15:54     FALSE
## 5325     FALSE             0            <NA> 2022-11-28 18:15:53     FALSE
## 5326     FALSE             0            <NA> 2022-11-28 18:15:46     FALSE
## 5327     FALSE             0            <NA> 2022-11-28 18:15:44     FALSE
## 5328     FALSE             0            <NA> 2022-11-28 18:15:42     FALSE
## 5329     FALSE             0            <NA> 2022-11-28 18:15:42     FALSE
## 5330     FALSE             0            <NA> 2022-11-28 18:15:32     FALSE
## 5331     FALSE             0            <NA> 2022-11-28 18:15:27     FALSE
## 5332     FALSE             1            <NA> 2022-11-28 18:15:27      TRUE
## 5333     FALSE             1            <NA> 2022-11-28 18:15:26      TRUE
## 5334     FALSE             0            <NA> 2022-11-28 18:15:22     FALSE
## 5335     FALSE             3            <NA> 2022-11-28 18:15:22      TRUE
## 5336     FALSE             0            <NA> 2022-11-28 18:15:19     FALSE
## 5337     FALSE             2            <NA> 2022-11-28 18:15:15     FALSE
## 5338     FALSE             0            <NA> 2022-11-28 18:15:15     FALSE
## 5339     FALSE             0            <NA> 2022-11-28 18:15:04     FALSE
## 5340     FALSE             3         Spotify 2022-11-28 18:14:55     FALSE
## 5341     FALSE             2            <NA> 2022-11-28 18:14:53     FALSE
## 5342     FALSE             1            <NA> 2022-11-28 18:14:47     FALSE
## 5343     FALSE             0            <NA> 2022-11-28 18:14:46     FALSE
## 5344     FALSE             0            <NA> 2022-11-28 18:14:40     FALSE
## 5345     FALSE             1            <NA> 2022-11-28 18:14:38     FALSE
## 5346     FALSE             0         _heInik 2022-11-28 18:14:36      TRUE
## 5347     FALSE             3            <NA> 2022-11-28 18:14:36      TRUE
## 5348     FALSE             0            <NA> 2022-11-28 18:14:35      TRUE
## 5349     FALSE             0            <NA> 2022-11-28 18:14:25     FALSE
## 5350     FALSE             3            <NA> 2022-11-28 18:14:24     FALSE
## 5351     FALSE             0            <NA> 2022-11-28 18:14:21     FALSE
## 5352     FALSE             1            <NA> 2022-11-28 18:14:15     FALSE
## 5353     FALSE             0            <NA> 2022-11-28 18:14:10     FALSE
## 5354     FALSE             0            <NA> 2022-11-28 18:14:05     FALSE
## 5355     FALSE             0            <NA> 2022-11-28 18:14:03     FALSE
## 5356     FALSE             1            <NA> 2022-11-28 18:13:50     FALSE
## 5357     FALSE             1            <NA> 2022-11-28 18:13:46      TRUE
## 5358     FALSE             2            <NA> 2022-11-28 18:13:41      TRUE
## 5359     FALSE             0            <NA> 2022-11-28 18:13:26     FALSE
## 5360     FALSE             0            <NA> 2022-11-28 18:13:26     FALSE
## 5361     FALSE             6            <NA> 2022-11-28 18:13:15     FALSE
## 5362     FALSE             1            <NA> 2022-11-28 18:13:14     FALSE
## 5363     FALSE             0            <NA> 2022-11-28 18:13:07     FALSE
## 5364     FALSE             0            <NA> 2022-11-28 18:13:04     FALSE
## 5365     FALSE             2            <NA> 2022-11-28 18:13:02     FALSE
## 5366     FALSE             0            <NA> 2022-11-28 18:12:50     FALSE
## 5367     FALSE             1            <NA> 2022-11-28 18:12:50     FALSE
## 5368     FALSE             3            <NA> 2022-11-28 18:12:46     FALSE
## 5369     FALSE             0            <NA> 2022-11-28 18:12:45     FALSE
## 5370     FALSE             0            <NA> 2022-11-28 18:12:41     FALSE
## 5371     FALSE             3            <NA> 2022-11-28 18:12:34     FALSE
## 5372     FALSE             0            <NA> 2022-11-28 18:12:34     FALSE
## 5373     FALSE             0            <NA> 2022-11-28 18:12:32     FALSE
## 5374     FALSE             0            <NA> 2022-11-28 18:12:29     FALSE
## 5375     FALSE             0            <NA> 2022-11-28 18:12:23     FALSE
## 5376     FALSE             0            <NA> 2022-11-28 18:12:20     FALSE
## 5377     FALSE             1            <NA> 2022-11-28 18:12:12     FALSE
## 5378     FALSE             1            <NA> 2022-11-28 18:12:05     FALSE
## 5379     FALSE             0            <NA> 2022-11-28 18:12:02     FALSE
## 5380     FALSE             0            <NA> 2022-11-28 18:11:58      TRUE
## 5381     FALSE             0            <NA> 2022-11-28 18:11:53     FALSE
## 5382     FALSE             0            <NA> 2022-11-28 18:11:53     FALSE
## 5383     FALSE             1            <NA> 2022-11-28 18:11:52     FALSE
## 5384     FALSE             1     JimBrickman 2022-11-28 18:11:51     FALSE
## 5385     FALSE             1            <NA> 2022-11-28 18:11:37     FALSE
## 5386     FALSE             0            <NA> 2022-11-28 18:11:34     FALSE
## 5387     FALSE             5            <NA> 2022-11-28 18:11:30     FALSE
## 5388     FALSE             0            <NA> 2022-11-28 18:11:27     FALSE
## 5389     FALSE             1            <NA> 2022-11-28 18:11:15     FALSE
## 5390     FALSE             0            <NA> 2022-11-28 18:11:14     FALSE
## 5391     FALSE             1            <NA> 2022-11-28 18:11:09     FALSE
## 5392     FALSE             0            <NA> 2022-11-28 18:11:07     FALSE
## 5393     FALSE             0            <NA> 2022-11-28 18:11:03     FALSE
## 5394     FALSE             0            <NA> 2022-11-28 18:11:02     FALSE
## 5395     FALSE             0            <NA> 2022-11-28 18:10:58      TRUE
## 5396     FALSE             1            <NA> 2022-11-28 18:10:57      TRUE
## 5397     FALSE            30            <NA> 2022-11-28 18:10:54      TRUE
## 5398     FALSE             0            <NA> 2022-11-28 18:10:47     FALSE
## 5399     FALSE             0            <NA> 2022-11-28 18:10:32     FALSE
## 5400     FALSE             2            <NA> 2022-11-28 18:10:21     FALSE
## 5401     FALSE             8            <NA> 2022-11-28 18:10:20     FALSE
## 5402     FALSE             1            <NA> 2022-11-28 18:10:18     FALSE
## 5403     FALSE             0            <NA> 2022-11-28 18:10:18      TRUE
## 5404     FALSE             0            <NA> 2022-11-28 18:10:07     FALSE
## 5405     FALSE             1            <NA> 2022-11-28 18:10:03     FALSE
## 5406     FALSE             0            <NA> 2022-11-28 18:09:52     FALSE
## 5407     FALSE             0            <NA> 2022-11-28 18:09:51     FALSE
## 5408     FALSE             0            <NA> 2022-11-28 18:09:49     FALSE
## 5409     FALSE             9            <NA> 2022-11-28 18:09:46     FALSE
## 5410     FALSE             0            <NA> 2022-11-28 18:09:45      TRUE
## 5411     FALSE             0            <NA> 2022-11-28 18:09:43     FALSE
## 5412     FALSE             0            <NA> 2022-11-28 18:09:42     FALSE
## 5413     FALSE             0            <NA> 2022-11-28 18:09:34     FALSE
## 5414     FALSE             1            <NA> 2022-11-28 18:09:31     FALSE
## 5415     FALSE             0            <NA> 2022-11-28 18:09:30     FALSE
## 5416     FALSE             0            <NA> 2022-11-28 18:09:21     FALSE
## 5417     FALSE             0            <NA> 2022-11-28 18:09:18      TRUE
## 5418     FALSE             2            <NA> 2022-11-28 18:08:31     FALSE
## 5419     FALSE             0            <NA> 2022-11-28 18:08:27      TRUE
## 5420     FALSE             0            <NA> 2022-11-28 18:08:20     FALSE
## 5421     FALSE             1            <NA> 2022-11-28 18:08:17     FALSE
## 5422     FALSE             0            <NA> 2022-11-28 18:08:13     FALSE
## 5423     FALSE             3        Tuttasb1 2022-11-28 18:08:11      TRUE
## 5424     FALSE             0            <NA> 2022-11-28 18:08:06     FALSE
## 5425     FALSE             0            <NA> 2022-11-28 18:08:02     FALSE
## 5426     FALSE             1            <NA> 2022-11-28 18:08:02     FALSE
## 5427     FALSE             0            <NA> 2022-11-28 18:08:02     FALSE
## 5428     FALSE             1            <NA> 2022-11-28 18:08:00     FALSE
## 5429     FALSE             0            <NA> 2022-11-28 18:07:49     FALSE
## 5430     FALSE             0            <NA> 2022-11-28 18:07:30     FALSE
## 5431     FALSE             0            <NA> 2022-11-28 18:07:23      TRUE
## 5432     FALSE             1            <NA> 2022-11-28 18:07:08      TRUE
## 5433     FALSE             0            <NA> 2022-11-28 18:06:57      TRUE
## 5434     FALSE             1            <NA> 2022-11-28 18:06:50     FALSE
## 5435     FALSE             0            <NA> 2022-11-28 18:06:35     FALSE
## 5436     FALSE             0            <NA> 2022-11-28 18:06:35     FALSE
## 5437     FALSE             2            <NA> 2022-11-28 18:06:31     FALSE
## 5438     FALSE             0            <NA> 2022-11-28 18:06:17      TRUE
## 5439     FALSE             1            <NA> 2022-11-28 18:06:15     FALSE
## 5440     FALSE             0            <NA> 2022-11-28 18:06:11     FALSE
## 5441     FALSE             0            <NA> 2022-11-28 18:06:10     FALSE
## 5442     FALSE             4            <NA> 2022-11-28 18:06:10     FALSE
## 5443     FALSE             0            <NA> 2022-11-28 18:06:05     FALSE
## 5444     FALSE             0            <NA> 2022-11-28 18:05:56      TRUE
## 5445     FALSE             6            <NA> 2022-11-28 18:05:51     FALSE
## 5446     FALSE             0            <NA> 2022-11-28 18:05:47     FALSE
## 5447     FALSE             0            <NA> 2022-11-28 18:05:47      TRUE
## 5448     FALSE             4            <NA> 2022-11-28 18:05:41     FALSE
## 5449     FALSE             4            <NA> 2022-11-28 18:05:40     FALSE
## 5450     FALSE             0            <NA> 2022-11-28 18:05:40     FALSE
## 5451     FALSE             0            <NA> 2022-11-28 18:05:36     FALSE
## 5452     FALSE             1            <NA> 2022-11-28 18:05:29     FALSE
## 5453     FALSE             0            <NA> 2022-11-28 18:05:18     FALSE
## 5454     FALSE             2            <NA> 2022-11-28 18:05:09     FALSE
## 5455     FALSE             1            <NA> 2022-11-28 18:05:09     FALSE
## 5456     FALSE             1            <NA> 2022-11-28 18:05:08     FALSE
## 5457     FALSE             0            <NA> 2022-11-28 18:05:07      TRUE
## 5458     FALSE             1            <NA> 2022-11-28 18:05:02      TRUE
## 5459     FALSE             1   EvermoreWitch 2022-11-28 18:04:40     FALSE
## 5460     FALSE             3            <NA> 2022-11-28 18:04:37     FALSE
## 5461     FALSE             0   EvermoreWitch 2022-11-28 18:04:34     FALSE
## 5462     FALSE             0            <NA> 2022-11-28 18:04:32      TRUE
## 5463     FALSE             1            <NA> 2022-11-28 18:04:22     FALSE
## 5464     FALSE             0            <NA> 2022-11-28 18:03:58     FALSE
## 5465     FALSE             0            <NA> 2022-11-28 18:03:55      TRUE
## 5466     FALSE             0            <NA> 2022-11-28 18:03:54     FALSE
## 5467     FALSE             0            <NA> 2022-11-28 18:03:48      TRUE
## 5468     FALSE             1            <NA> 2022-11-28 18:03:34     FALSE
## 5469     FALSE             2            <NA> 2022-11-28 18:03:21     FALSE
## 5470     FALSE             0            <NA> 2022-11-28 18:03:18     FALSE
## 5471     FALSE             0            <NA> 2022-11-28 18:03:10     FALSE
## 5472     FALSE             1            <NA> 2022-11-28 18:03:09     FALSE
## 5473     FALSE             0            <NA> 2022-11-28 18:02:49     FALSE
## 5474     FALSE             0            <NA> 2022-11-28 18:02:43      TRUE
## 5475     FALSE             0            <NA> 2022-11-28 18:02:41     FALSE
## 5476     FALSE             0            <NA> 2022-11-28 18:02:31     FALSE
## 5477     FALSE             3            <NA> 2022-11-28 18:02:29     FALSE
## 5478     FALSE             4            <NA> 2022-11-28 18:02:28     FALSE
## 5479     FALSE             0            <NA> 2022-11-28 18:02:26     FALSE
## 5480     FALSE             0            <NA> 2022-11-28 18:02:19     FALSE
## 5481     FALSE             0            <NA> 2022-11-28 18:02:18     FALSE
## 5482     FALSE             0            <NA> 2022-11-28 18:02:17     FALSE
## 5483     FALSE             0            <NA> 2022-11-28 18:02:16     FALSE
## 5484     FALSE             0            <NA> 2022-11-28 18:02:05      TRUE
## 5485     FALSE             0            <NA> 2022-11-28 18:02:04     FALSE
## 5486     FALSE             0            <NA> 2022-11-28 18:01:57     FALSE
## 5487     FALSE             0            <NA> 2022-11-28 18:01:46     FALSE
## 5488     FALSE             0            <NA> 2022-11-28 18:01:45     FALSE
## 5489     FALSE             0            <NA> 2022-11-28 18:01:41     FALSE
## 5490     FALSE             0            <NA> 2022-11-28 18:01:40     FALSE
## 5491     FALSE             0            <NA> 2022-11-28 18:01:38     FALSE
## 5492     FALSE             1            <NA> 2022-11-28 18:01:36      TRUE
## 5493     FALSE             1            <NA> 2022-11-28 18:01:34      TRUE
## 5494     FALSE             0            <NA> 2022-11-28 18:01:32     FALSE
## 5495     FALSE             0            <NA> 2022-11-28 18:01:32     FALSE
## 5496     FALSE           247            <NA> 2022-11-28 18:01:30      TRUE
## 5497     FALSE             1            <NA> 2022-11-28 18:01:25     FALSE
## 5498     FALSE             1            <NA> 2022-11-28 18:01:24      TRUE
## 5499     FALSE             1            <NA> 2022-11-28 18:01:20     FALSE
## 5500     FALSE            11            <NA> 2022-11-28 18:01:20      TRUE
## 5501     FALSE             2            <NA> 2022-11-28 18:01:18     FALSE
## 5502     FALSE             0            <NA> 2022-11-28 18:01:18     FALSE
## 5503     FALSE             1            <NA> 2022-11-28 18:01:11     FALSE
## 5504     FALSE             0            <NA> 2022-11-28 18:01:03     FALSE
## 5505     FALSE             0            <NA> 2022-11-28 18:00:59     FALSE
## 5506     FALSE             0            <NA> 2022-11-28 18:00:52     FALSE
## 5507     FALSE             0            <NA> 2022-11-28 18:00:46     FALSE
## 5508     FALSE             0            <NA> 2022-11-28 18:00:42     FALSE
## 5509     FALSE             0            <NA> 2022-11-28 18:00:33     FALSE
## 5510     FALSE             0            <NA> 2022-11-28 18:00:27     FALSE
## 5511     FALSE           145            <NA> 2022-11-28 18:00:23     FALSE
## 5512     FALSE             0            <NA> 2022-11-28 18:00:07      TRUE
## 5513     FALSE             0            <NA> 2022-11-28 18:00:03     FALSE
## 5514     FALSE             2            <NA> 2022-11-28 18:00:00      TRUE
## 5515     FALSE             0            <NA> 2022-11-28 17:59:44     FALSE
## 5516     FALSE             2            <NA> 2022-11-28 17:59:43     FALSE
## 5517     FALSE             1            <NA> 2022-11-28 17:59:38      TRUE
## 5518     FALSE             0            <NA> 2022-11-28 17:59:32      TRUE
## 5519     FALSE             1            <NA> 2022-11-28 17:59:30     FALSE
## 5520     FALSE             0            <NA> 2022-11-28 17:59:29     FALSE
## 5521     FALSE             0            <NA> 2022-11-28 17:59:26     FALSE
## 5522     FALSE             0            <NA> 2022-11-28 17:59:23     FALSE
## 5523     FALSE             0            <NA> 2022-11-28 17:59:20      TRUE
## 5524     FALSE             0            <NA> 2022-11-28 17:59:18     FALSE
## 5525     FALSE             0            <NA> 2022-11-28 17:59:17     FALSE
## 5526     FALSE             0            <NA> 2022-11-28 17:59:15     FALSE
## 5527     FALSE             1            <NA> 2022-11-28 17:59:14     FALSE
## 5528     FALSE            23            <NA> 2022-11-28 17:59:13      TRUE
## 5529     FALSE             0            <NA> 2022-11-28 17:59:12     FALSE
## 5530     FALSE             0            <NA> 2022-11-28 17:59:09     FALSE
## 5531     FALSE             0            <NA> 2022-11-28 17:59:00     FALSE
## 5532     FALSE             0            <NA> 2022-11-28 17:58:50     FALSE
## 5533     FALSE             0            <NA> 2022-11-28 17:58:48     FALSE
## 5534     FALSE             0            <NA> 2022-11-28 17:58:43     FALSE
## 5535     FALSE             0            <NA> 2022-11-28 17:58:40     FALSE
## 5536     FALSE             0            <NA> 2022-11-28 17:58:39     FALSE
## 5537     FALSE             0            <NA> 2022-11-28 17:58:31      TRUE
## 5538     FALSE             0            <NA> 2022-11-28 17:58:20      TRUE
## 5539     FALSE             0            <NA> 2022-11-28 17:58:18     FALSE
## 5540     FALSE             0            <NA> 2022-11-28 17:58:16      TRUE
## 5541     FALSE             0            <NA> 2022-11-28 17:58:16     FALSE
## 5542     FALSE             0            <NA> 2022-11-28 17:58:12     FALSE
## 5543     FALSE             0            <NA> 2022-11-28 17:58:10     FALSE
## 5544     FALSE             0            <NA> 2022-11-28 17:58:09     FALSE
## 5545     FALSE             0            <NA> 2022-11-28 17:58:03     FALSE
## 5546     FALSE             3            <NA> 2022-11-28 17:58:03     FALSE
## 5547     FALSE             0            <NA> 2022-11-28 17:58:00     FALSE
## 5548     FALSE             0            <NA> 2022-11-28 17:57:56     FALSE
## 5549     FALSE             1            <NA> 2022-11-28 17:57:55      TRUE
## 5550     FALSE             0            <NA> 2022-11-28 17:57:51     FALSE
## 5551     FALSE             0            <NA> 2022-11-28 17:57:49      TRUE
## 5552     FALSE             0            <NA> 2022-11-28 17:57:35     FALSE
## 5553     FALSE             2            <NA> 2022-11-28 17:57:32     FALSE
## 5554     FALSE             0            <NA> 2022-11-28 17:57:30     FALSE
## 5555     FALSE             0            <NA> 2022-11-28 17:57:27     FALSE
## 5556     FALSE             0            <NA> 2022-11-28 17:57:18     FALSE
## 5557     FALSE             0            <NA> 2022-11-28 17:57:12     FALSE
## 5558     FALSE             0            <NA> 2022-11-28 17:57:12     FALSE
## 5559     FALSE             0            <NA> 2022-11-28 17:57:06     FALSE
## 5560     FALSE             2            <NA> 2022-11-28 17:57:06     FALSE
## 5561     FALSE             1            <NA> 2022-11-28 17:57:00     FALSE
## 5562     FALSE             0            <NA> 2022-11-28 17:57:00     FALSE
## 5563     FALSE             0            <NA> 2022-11-28 17:56:59     FALSE
## 5564     FALSE             1            <NA> 2022-11-28 17:56:44      TRUE
## 5565     FALSE             0            <NA> 2022-11-28 17:56:34      TRUE
## 5566     FALSE             0            <NA> 2022-11-28 17:56:28      TRUE
## 5567     FALSE             0            <NA> 2022-11-28 17:56:27      TRUE
## 5568     FALSE             0            <NA> 2022-11-28 17:56:22     FALSE
## 5569     FALSE             0            <NA> 2022-11-28 17:56:21     FALSE
## 5570     FALSE             0            <NA> 2022-11-28 17:56:18     FALSE
## 5571     FALSE             0            <NA> 2022-11-28 17:56:17     FALSE
## 5572     FALSE             0            <NA> 2022-11-28 17:56:07     FALSE
## 5573     FALSE             2            <NA> 2022-11-28 17:56:07     FALSE
## 5574     FALSE             0            <NA> 2022-11-28 17:56:06     FALSE
## 5575     FALSE             1            <NA> 2022-11-28 17:56:05     FALSE
## 5576     FALSE             0            <NA> 2022-11-28 17:56:04     FALSE
## 5577     FALSE             2            <NA> 2022-11-28 17:56:04     FALSE
## 5578     FALSE             2            <NA> 2022-11-28 17:56:01     FALSE
## 5579     FALSE             0            <NA> 2022-11-28 17:55:59      TRUE
## 5580     FALSE             0            <NA> 2022-11-28 17:55:59     FALSE
## 5581     FALSE             0            <NA> 2022-11-28 17:55:55     FALSE
## 5582     FALSE             2            <NA> 2022-11-28 17:55:54      TRUE
## 5583     FALSE             0            <NA> 2022-11-28 17:55:47     FALSE
## 5584     FALSE             0            <NA> 2022-11-28 17:55:44     FALSE
## 5585     FALSE             0            <NA> 2022-11-28 17:55:42     FALSE
## 5586     FALSE             0            <NA> 2022-11-28 17:55:42     FALSE
## 5587     FALSE             0            <NA> 2022-11-28 17:55:38     FALSE
## 5588     FALSE             4            <NA> 2022-11-28 17:55:35      TRUE
## 5589     FALSE             0            <NA> 2022-11-28 17:55:34     FALSE
## 5590     FALSE             2            <NA> 2022-11-28 17:55:30      TRUE
## 5591     FALSE             0            <NA> 2022-11-28 17:55:28     FALSE
## 5592     FALSE             0            <NA> 2022-11-28 17:55:26     FALSE
## 5593     FALSE             1            <NA> 2022-11-28 17:55:25     FALSE
## 5594     FALSE             1            <NA> 2022-11-28 17:55:22     FALSE
## 5595     FALSE             0            <NA> 2022-11-28 17:55:21     FALSE
## 5596     FALSE             0            <NA> 2022-11-28 17:55:20     FALSE
## 5597     FALSE             0            <NA> 2022-11-28 17:55:18     FALSE
## 5598     FALSE             0            <NA> 2022-11-28 17:55:18      TRUE
## 5599     FALSE            11            <NA> 2022-11-28 17:55:09     FALSE
## 5600     FALSE             0            <NA> 2022-11-28 17:55:08     FALSE
## 5601     FALSE             1            <NA> 2022-11-28 17:55:00     FALSE
## 5602     FALSE             0            <NA> 2022-11-28 17:55:00     FALSE
## 5603     FALSE             1            <NA> 2022-11-28 17:54:56     FALSE
## 5604     FALSE             0            <NA> 2022-11-28 17:54:56     FALSE
## 5605     FALSE             1 iluvkirstyb1975 2022-11-28 17:54:55     FALSE
## 5606     FALSE             0            <NA> 2022-11-28 17:54:53     FALSE
## 5607     FALSE             3            <NA> 2022-11-28 17:54:53     FALSE
## 5608     FALSE             1            <NA> 2022-11-28 17:54:41     FALSE
## 5609     FALSE             0            <NA> 2022-11-28 17:54:40     FALSE
## 5610     FALSE             0            <NA> 2022-11-28 17:54:26     FALSE
## 5611     FALSE             0            <NA> 2022-11-28 17:54:23     FALSE
## 5612     FALSE             0            <NA> 2022-11-28 17:54:21     FALSE
## 5613     FALSE            12            <NA> 2022-11-28 17:54:20     FALSE
## 5614     FALSE            12            <NA> 2022-11-28 17:54:18     FALSE
## 5615     FALSE             1            <NA> 2022-11-28 17:54:11     FALSE
## 5616     FALSE             0            <NA> 2022-11-28 17:54:05      TRUE
## 5617     FALSE             0            <NA> 2022-11-28 17:54:05     FALSE
## 5618     FALSE             0            <NA> 2022-11-28 17:54:05     FALSE
## 5619     FALSE             0            <NA> 2022-11-28 17:54:03     FALSE
## 5620     FALSE             0            <NA> 2022-11-28 17:53:54     FALSE
## 5621     FALSE             0            <NA> 2022-11-28 17:53:42     FALSE
## 5622     FALSE             0            <NA> 2022-11-28 17:53:41     FALSE
## 5623     FALSE             0            <NA> 2022-11-28 17:53:40     FALSE
## 5624     FALSE             1            <NA> 2022-11-28 17:53:37     FALSE
## 5625     FALSE             1            <NA> 2022-11-28 17:53:20     FALSE
## 5626     FALSE             1            <NA> 2022-11-28 17:53:13     FALSE
## 5627     FALSE             0            <NA> 2022-11-28 17:53:12     FALSE
## 5628     FALSE             0            <NA> 2022-11-28 17:53:07     FALSE
## 5629     FALSE             2            <NA> 2022-11-28 17:52:59     FALSE
## 5630     FALSE             0            <NA> 2022-11-28 17:52:53      TRUE
## 5631     FALSE             0            <NA> 2022-11-28 17:52:45     FALSE
## 5632     FALSE             2            <NA> 2022-11-28 17:52:45     FALSE
## 5633     FALSE             1            <NA> 2022-11-28 17:52:41     FALSE
## 5634     FALSE             1            <NA> 2022-11-28 17:52:37     FALSE
## 5635     FALSE             0            <NA> 2022-11-28 17:52:31     FALSE
## 5636     FALSE             0            <NA> 2022-11-28 17:52:29     FALSE
## 5637     FALSE             0            <NA> 2022-11-28 17:52:29     FALSE
## 5638     FALSE             0            <NA> 2022-11-28 17:52:27     FALSE
## 5639     FALSE             0            <NA> 2022-11-28 17:52:13     FALSE
## 5640     FALSE             1            <NA> 2022-11-28 17:52:08     FALSE
## 5641     FALSE             0            <NA> 2022-11-28 17:51:47     FALSE
## 5642     FALSE             0            <NA> 2022-11-28 17:51:44     FALSE
## 5643     FALSE             0            <NA> 2022-11-28 17:51:34      TRUE
## 5644     FALSE             0            <NA> 2022-11-28 17:51:30     FALSE
## 5645     FALSE             0            <NA> 2022-11-28 17:51:25     FALSE
## 5646     FALSE             0            <NA> 2022-11-28 17:51:14     FALSE
## 5647     FALSE             0            <NA> 2022-11-28 17:51:07     FALSE
## 5648     FALSE             5            <NA> 2022-11-28 17:51:04     FALSE
## 5649     FALSE             0            <NA> 2022-11-28 17:51:03     FALSE
## 5650     FALSE             0            <NA> 2022-11-28 17:50:58     FALSE
## 5651     FALSE             0            <NA> 2022-11-28 17:50:57     FALSE
## 5652     FALSE             0            <NA> 2022-11-28 17:50:57      TRUE
## 5653     FALSE             0            <NA> 2022-11-28 17:50:51     FALSE
## 5654     FALSE             3            <NA> 2022-11-28 17:50:46     FALSE
## 5655     FALSE             0            <NA> 2022-11-28 17:50:39     FALSE
## 5656     FALSE             0            <NA> 2022-11-28 17:50:30     FALSE
## 5657     FALSE             0            <NA> 2022-11-28 17:50:29     FALSE
## 5658     FALSE             0            <NA> 2022-11-28 17:50:27     FALSE
## 5659     FALSE             0            <NA> 2022-11-28 17:50:25     FALSE
## 5660     FALSE             0            <NA> 2022-11-28 17:50:21     FALSE
## 5661     FALSE             0            <NA> 2022-11-28 17:50:17     FALSE
## 5662     FALSE             0            <NA> 2022-11-28 17:50:11     FALSE
## 5663     FALSE             0            <NA> 2022-11-28 17:50:07      TRUE
## 5664     FALSE            65            <NA> 2022-11-28 17:50:06     FALSE
## 5665     FALSE             0            <NA> 2022-11-28 17:50:04     FALSE
## 5666     FALSE             0            <NA> 2022-11-28 17:50:01     FALSE
## 5667     FALSE             1            <NA> 2022-11-28 17:50:00     FALSE
## 5668     FALSE             0            <NA> 2022-11-28 17:49:56     FALSE
## 5669     FALSE             0            <NA> 2022-11-28 17:49:54     FALSE
## 5670     FALSE             1            <NA> 2022-11-28 17:49:51      TRUE
## 5671     FALSE             0            <NA> 2022-11-28 17:49:50      TRUE
## 5672     FALSE             0            <NA> 2022-11-28 17:49:48     FALSE
## 5673     FALSE             0            <NA> 2022-11-28 17:49:42     FALSE
## 5674     FALSE             0            <NA> 2022-11-28 17:49:41     FALSE
## 5675     FALSE             0            <NA> 2022-11-28 17:49:40     FALSE
## 5676     FALSE             0            <NA> 2022-11-28 17:49:35     FALSE
## 5677     FALSE             0            <NA> 2022-11-28 17:49:31     FALSE
## 5678     FALSE             0            <NA> 2022-11-28 17:49:27     FALSE
## 5679     FALSE             0            <NA> 2022-11-28 17:49:26     FALSE
## 5680     FALSE             0            <NA> 2022-11-28 17:49:25     FALSE
## 5681     FALSE             0            <NA> 2022-11-28 17:49:21     FALSE
## 5682     FALSE             3            <NA> 2022-11-28 17:49:21     FALSE
## 5683     FALSE             0            <NA> 2022-11-28 17:49:13     FALSE
## 5684     FALSE           120            <NA> 2022-11-28 17:49:05      TRUE
## 5685     FALSE             0            <NA> 2022-11-28 17:49:05     FALSE
## 5686     FALSE             0            <NA> 2022-11-28 17:48:59     FALSE
## 5687     FALSE             0            <NA> 2022-11-28 17:48:54     FALSE
## 5688     FALSE             1            <NA> 2022-11-28 17:48:54     FALSE
## 5689     FALSE             0            <NA> 2022-11-28 17:48:53      TRUE
## 5690     FALSE             0            <NA> 2022-11-28 17:48:50     FALSE
## 5691     FALSE             1            <NA> 2022-11-28 17:48:50     FALSE
## 5692     FALSE             1            <NA> 2022-11-28 17:48:50     FALSE
## 5693     FALSE             0            <NA> 2022-11-28 17:48:39     FALSE
## 5694     FALSE             0            <NA> 2022-11-28 17:48:37     FALSE
## 5695     FALSE             0            <NA> 2022-11-28 17:48:37     FALSE
## 5696     FALSE             1            <NA> 2022-11-28 17:48:30     FALSE
## 5697     FALSE             1            <NA> 2022-11-28 17:48:27     FALSE
## 5698     FALSE             0            <NA> 2022-11-28 17:48:27     FALSE
## 5699     FALSE             1            <NA> 2022-11-28 17:48:24      TRUE
## 5700     FALSE             0            <NA> 2022-11-28 17:48:22     FALSE
## 5701     FALSE             0            <NA> 2022-11-28 17:48:18     FALSE
## 5702     FALSE             1            <NA> 2022-11-28 17:48:11     FALSE
## 5703     FALSE             0            <NA> 2022-11-28 17:48:09     FALSE
## 5704     FALSE             2            <NA> 2022-11-28 17:48:08     FALSE
## 5705     FALSE             0            <NA> 2022-11-28 17:48:08     FALSE
## 5706     FALSE             1            <NA> 2022-11-28 17:48:07     FALSE
## 5707     FALSE             0            <NA> 2022-11-28 17:48:04     FALSE
## 5708     FALSE             0            <NA> 2022-11-28 17:48:00     FALSE
## 5709     FALSE             0            <NA> 2022-11-28 17:47:57     FALSE
## 5710     FALSE             0            <NA> 2022-11-28 17:47:55     FALSE
## 5711     FALSE             0            <NA> 2022-11-28 17:47:51     FALSE
## 5712     FALSE             0            <NA> 2022-11-28 17:47:34     FALSE
## 5713     FALSE             0            <NA> 2022-11-28 17:47:27     FALSE
## 5714     FALSE             0            <NA> 2022-11-28 17:47:22     FALSE
## 5715     FALSE             0            <NA> 2022-11-28 17:47:17      TRUE
## 5716     FALSE             0            <NA> 2022-11-28 17:47:16     FALSE
## 5717     FALSE             0            <NA> 2022-11-28 17:47:12     FALSE
## 5718     FALSE             2            <NA> 2022-11-28 17:47:05     FALSE
## 5719     FALSE             0            <NA> 2022-11-28 17:47:03     FALSE
## 5720     FALSE             1            <NA> 2022-11-28 17:46:56     FALSE
## 5721     FALSE             0            <NA> 2022-11-28 17:46:49     FALSE
## 5722     FALSE             3            <NA> 2022-11-28 17:46:45     FALSE
## 5723     FALSE             1            <NA> 2022-11-28 17:46:44     FALSE
## 5724     FALSE             0            <NA> 2022-11-28 17:46:38     FALSE
## 5725     FALSE             2            <NA> 2022-11-28 17:46:36     FALSE
## 5726     FALSE             3            <NA> 2022-11-28 17:46:31     FALSE
## 5727     FALSE             0            <NA> 2022-11-28 17:46:29     FALSE
## 5728     FALSE             0            <NA> 2022-11-28 17:46:28     FALSE
## 5729     FALSE             0            <NA> 2022-11-28 17:46:22     FALSE
## 5730     FALSE             0            <NA> 2022-11-28 17:46:18     FALSE
## 5731     FALSE             0            <NA> 2022-11-28 17:46:12      TRUE
## 5732     FALSE             1            <NA> 2022-11-28 17:46:12     FALSE
## 5733     FALSE             0            <NA> 2022-11-28 17:46:11     FALSE
## 5734     FALSE             0            <NA> 2022-11-28 17:46:09     FALSE
## 5735     FALSE             0            <NA> 2022-11-28 17:46:05     FALSE
## 5736     FALSE             5            <NA> 2022-11-28 17:46:02     FALSE
## 5737     FALSE             0            <NA> 2022-11-28 17:45:46     FALSE
## 5738     FALSE             0            <NA> 2022-11-28 17:45:46     FALSE
## 5739     FALSE             0            <NA> 2022-11-28 17:45:37     FALSE
## 5740     FALSE             2            <NA> 2022-11-28 17:45:36     FALSE
## 5741     FALSE             0            <NA> 2022-11-28 17:45:35     FALSE
## 5742     FALSE             1            <NA> 2022-11-28 17:45:32     FALSE
## 5743     FALSE             3            <NA> 2022-11-28 17:45:31     FALSE
## 5744     FALSE             0            <NA> 2022-11-28 17:45:24     FALSE
## 5745     FALSE             0            <NA> 2022-11-28 17:45:19     FALSE
## 5746     FALSE             2            <NA> 2022-11-28 17:45:17     FALSE
## 5747     FALSE             3            <NA> 2022-11-28 17:45:08     FALSE
## 5748     FALSE             0            <NA> 2022-11-28 17:45:07     FALSE
## 5749     FALSE             0            <NA> 2022-11-28 17:45:05     FALSE
## 5750     FALSE             0            <NA> 2022-11-28 17:45:05     FALSE
## 5751     FALSE             0            <NA> 2022-11-28 17:45:01     FALSE
## 5752     FALSE             0            <NA> 2022-11-28 17:44:58     FALSE
## 5753     FALSE             4            <NA> 2022-11-28 17:44:48     FALSE
## 5754     FALSE             0            <NA> 2022-11-28 17:44:44     FALSE
## 5755     FALSE             0            <NA> 2022-11-28 17:44:43     FALSE
## 5756     FALSE             1            <NA> 2022-11-28 17:44:43      TRUE
## 5757     FALSE             0            <NA> 2022-11-28 17:44:38     FALSE
## 5758     FALSE             0            <NA> 2022-11-28 17:44:37     FALSE
## 5759     FALSE             0            <NA> 2022-11-28 17:44:31     FALSE
## 5760     FALSE             0            <NA> 2022-11-28 17:44:30     FALSE
## 5761     FALSE             0            <NA> 2022-11-28 17:44:23     FALSE
## 5762     FALSE             0            <NA> 2022-11-28 17:44:21     FALSE
## 5763     FALSE             0            <NA> 2022-11-28 17:44:13     FALSE
## 5764     FALSE             0            <NA> 2022-11-28 17:44:13     FALSE
## 5765     FALSE             0            <NA> 2022-11-28 17:44:12     FALSE
## 5766     FALSE             9            <NA> 2022-11-28 17:44:12     FALSE
## 5767     FALSE             0            <NA> 2022-11-28 17:44:11     FALSE
## 5768     FALSE             0            <NA> 2022-11-28 17:44:09     FALSE
## 5769     FALSE             0            <NA> 2022-11-28 17:44:07     FALSE
## 5770     FALSE             0            <NA> 2022-11-28 17:44:07     FALSE
## 5771     FALSE             0            <NA> 2022-11-28 17:44:03     FALSE
## 5772     FALSE             0            <NA> 2022-11-28 17:43:55     FALSE
## 5773     FALSE             0            <NA> 2022-11-28 17:43:52     FALSE
## 5774     FALSE             0            <NA> 2022-11-28 17:43:50     FALSE
## 5775     FALSE             0            <NA> 2022-11-28 17:43:42     FALSE
## 5776     FALSE             0            <NA> 2022-11-28 17:43:42     FALSE
## 5777     FALSE             0            <NA> 2022-11-28 17:43:40     FALSE
## 5778     FALSE             0            <NA> 2022-11-28 17:43:39     FALSE
## 5779     FALSE             1            <NA> 2022-11-28 17:43:35     FALSE
## 5780     FALSE             0            <NA> 2022-11-28 17:43:29     FALSE
## 5781     FALSE             0            <NA> 2022-11-28 17:43:27     FALSE
## 5782     FALSE             2            <NA> 2022-11-28 17:43:25      TRUE
## 5783     FALSE             0            <NA> 2022-11-28 17:43:23     FALSE
## 5784     FALSE             0            <NA> 2022-11-28 17:43:23     FALSE
## 5785     FALSE             0            <NA> 2022-11-28 17:43:20     FALSE
## 5786     FALSE             1            <NA> 2022-11-28 17:43:19     FALSE
## 5787     FALSE             0            <NA> 2022-11-28 17:43:16     FALSE
## 5788     FALSE             0            <NA> 2022-11-28 17:43:16     FALSE
## 5789     FALSE             0            <NA> 2022-11-28 17:43:15     FALSE
## 5790     FALSE             0            <NA> 2022-11-28 17:43:11     FALSE
## 5791     FALSE             0            <NA> 2022-11-28 17:43:05     FALSE
## 5792     FALSE             0            <NA> 2022-11-28 17:43:00     FALSE
## 5793     FALSE             3         Spotify 2022-11-28 17:42:56      TRUE
## 5794     FALSE             0            <NA> 2022-11-28 17:42:54      TRUE
## 5795     FALSE             4            <NA> 2022-11-28 17:42:53     FALSE
## 5796     FALSE             3            <NA> 2022-11-28 17:42:53      TRUE
## 5797     FALSE             1            <NA> 2022-11-28 17:42:35     FALSE
## 5798     FALSE             2            <NA> 2022-11-28 17:42:35      TRUE
## 5799     FALSE             1            <NA> 2022-11-28 17:42:34     FALSE
## 5800     FALSE             0            <NA> 2022-11-28 17:42:32     FALSE
## 5801     FALSE             2            <NA> 2022-11-28 17:42:26      TRUE
## 5802     FALSE             0            <NA> 2022-11-28 17:42:26     FALSE
## 5803     FALSE            18       TOMACVETY 2022-11-28 17:42:25      TRUE
## 5804     FALSE             2            <NA> 2022-11-28 17:42:19     FALSE
## 5805     FALSE             0            <NA> 2022-11-28 17:42:19     FALSE
## 5806     FALSE             0            <NA> 2022-11-28 17:42:13     FALSE
## 5807     FALSE             0            <NA> 2022-11-28 17:42:11     FALSE
## 5808     FALSE             0            <NA> 2022-11-28 17:41:47     FALSE
## 5809     FALSE             2            <NA> 2022-11-28 17:41:34     FALSE
## 5810     FALSE             0            <NA> 2022-11-28 17:41:34     FALSE
## 5811     FALSE             0            <NA> 2022-11-28 17:41:24     FALSE
## 5812     FALSE             0            <NA> 2022-11-28 17:41:23     FALSE
## 5813     FALSE             0            <NA> 2022-11-28 17:41:22      TRUE
## 5814     FALSE             0            <NA> 2022-11-28 17:41:13     FALSE
## 5815     FALSE             0            <NA> 2022-11-28 17:41:12     FALSE
## 5816     FALSE             0            <NA> 2022-11-28 17:41:11     FALSE
## 5817     FALSE             0            <NA> 2022-11-28 17:41:10      TRUE
## 5818     FALSE             0            <NA> 2022-11-28 17:41:06     FALSE
## 5819     FALSE             0            <NA> 2022-11-28 17:41:05     FALSE
## 5820     FALSE             1            <NA> 2022-11-28 17:41:02      TRUE
## 5821     FALSE             0            <NA> 2022-11-28 17:41:00     FALSE
## 5822     FALSE             0            <NA> 2022-11-28 17:40:57     FALSE
## 5823     FALSE             3            <NA> 2022-11-28 17:40:55     FALSE
## 5824     FALSE             0            <NA> 2022-11-28 17:40:48     FALSE
## 5825     FALSE             0            <NA> 2022-11-28 17:40:43     FALSE
## 5826     FALSE             0            <NA> 2022-11-28 17:40:30     FALSE
## 5827     FALSE             0            <NA> 2022-11-28 17:40:30     FALSE
## 5828     FALSE             2            <NA> 2022-11-28 17:40:20     FALSE
## 5829     FALSE             1            <NA> 2022-11-28 17:40:16     FALSE
## 5830     FALSE             0            <NA> 2022-11-28 17:40:15     FALSE
## 5831     FALSE             0            <NA> 2022-11-28 17:40:15     FALSE
## 5832     FALSE             1            <NA> 2022-11-28 17:40:13     FALSE
## 5833     FALSE             1            <NA> 2022-11-28 17:40:05     FALSE
## 5834     FALSE             0            <NA> 2022-11-28 17:40:03     FALSE
## 5835     FALSE             0            <NA> 2022-11-28 17:39:59     FALSE
## 5836     FALSE             0            <NA> 2022-11-28 17:39:58     FALSE
## 5837     FALSE             0            <NA> 2022-11-28 17:39:51     FALSE
## 5838     FALSE             1            <NA> 2022-11-28 17:39:47     FALSE
## 5839     FALSE             0            <NA> 2022-11-28 17:39:47     FALSE
## 5840     FALSE             1            <NA> 2022-11-28 17:39:35     FALSE
## 5841     FALSE             2            <NA> 2022-11-28 17:39:32     FALSE
## 5842     FALSE             0            <NA> 2022-11-28 17:39:30     FALSE
## 5843     FALSE             0            <NA> 2022-11-28 17:39:29     FALSE
## 5844     FALSE             0            <NA> 2022-11-28 17:39:28     FALSE
## 5845     FALSE             0            <NA> 2022-11-28 17:39:28     FALSE
## 5846     FALSE             0            <NA> 2022-11-28 17:39:25     FALSE
## 5847     FALSE             0            <NA> 2022-11-28 17:39:22     FALSE
## 5848     FALSE             1            <NA> 2022-11-28 17:39:14     FALSE
## 5849     FALSE             1            <NA> 2022-11-28 17:39:14      TRUE
## 5850     FALSE             3            <NA> 2022-11-28 17:39:13     FALSE
## 5851     FALSE             0            <NA> 2022-11-28 17:39:12     FALSE
## 5852     FALSE             0            <NA> 2022-11-28 17:39:10     FALSE
## 5853     FALSE             0            <NA> 2022-11-28 17:39:08     FALSE
## 5854     FALSE             1            <NA> 2022-11-28 17:39:07     FALSE
## 5855     FALSE             0            <NA> 2022-11-28 17:39:05     FALSE
## 5856     FALSE             0            <NA> 2022-11-28 17:38:57     FALSE
## 5857     FALSE            12            <NA> 2022-11-28 17:38:56     FALSE
## 5858     FALSE             0            <NA> 2022-11-28 17:38:55     FALSE
## 5859     FALSE             0            <NA> 2022-11-28 17:38:54     FALSE
## 5860     FALSE             5 m_thompson_0506 2022-11-28 17:38:52      TRUE
## 5861     FALSE             0            <NA> 2022-11-28 17:38:50     FALSE
## 5862     FALSE             8            <NA> 2022-11-28 17:38:42     FALSE
## 5863     FALSE             0            <NA> 2022-11-28 17:38:42     FALSE
## 5864     FALSE             0            <NA> 2022-11-28 17:38:38     FALSE
## 5865     FALSE             0            <NA> 2022-11-28 17:38:35     FALSE
## 5866     FALSE             0            <NA> 2022-11-28 17:38:35     FALSE
## 5867     FALSE             0            <NA> 2022-11-28 17:38:33     FALSE
## 5868     FALSE             3            <NA> 2022-11-28 17:38:31     FALSE
## 5869     FALSE             1            <NA> 2022-11-28 17:38:29     FALSE
## 5870     FALSE             0            <NA> 2022-11-28 17:38:23     FALSE
## 5871     FALSE             0            <NA> 2022-11-28 17:38:21     FALSE
## 5872     FALSE             0            <NA> 2022-11-28 17:38:18     FALSE
## 5873     FALSE             1            <NA> 2022-11-28 17:38:18     FALSE
## 5874     FALSE            32            <NA> 2022-11-28 17:38:18      TRUE
## 5875     FALSE             1            <NA> 2022-11-28 17:38:15     FALSE
## 5876     FALSE             1            <NA> 2022-11-28 17:38:13     FALSE
## 5877     FALSE             0            <NA> 2022-11-28 17:38:06     FALSE
## 5878     FALSE             2            <NA> 2022-11-28 17:38:01     FALSE
## 5879     FALSE             0            <NA> 2022-11-28 17:37:53     FALSE
## 5880     FALSE             0            <NA> 2022-11-28 17:37:48     FALSE
## 5881     FALSE             0            <NA> 2022-11-28 17:37:45     FALSE
## 5882     FALSE             1            <NA> 2022-11-28 17:37:24     FALSE
##               replyToSID                  id          replyToUID
## 1                   <NA> 1597379798212362240                <NA>
## 2                   <NA> 1597379789215903744                <NA>
## 3                   <NA> 1597379771989532672                <NA>
## 4                   <NA> 1597379760640126976                <NA>
## 5                   <NA> 1597379744214892544                <NA>
## 6                   <NA> 1597379723566362624                <NA>
## 7                   <NA> 1597379722325151744                <NA>
## 8                   <NA> 1597379644864356352                <NA>
## 9                   <NA> 1597379638971740160                <NA>
## 10                  <NA> 1597379602648682496                <NA>
## 11                  <NA> 1597379546294411264                <NA>
## 12                  <NA> 1597379518750404608                <NA>
## 13                  <NA> 1597379509434863617                <NA>
## 14                  <NA> 1597379504594247685                <NA>
## 15                  <NA> 1597379494326595585                <NA>
## 16                  <NA> 1597379469861621761                <NA>
## 17                  <NA> 1597379454049071104                <NA>
## 18                  <NA> 1597379448516771840                <NA>
## 19                  <NA> 1597379446860025856                <NA>
## 20                  <NA> 1597379429185245184                <NA>
## 21                  <NA> 1597379417202126848                <NA>
## 22                  <NA> 1597379409534586880                <NA>
## 23                  <NA> 1597379389179580416                <NA>
## 24                  <NA> 1597379355239682049                <NA>
## 25                  <NA> 1597379313073934336                <NA>
## 26                  <NA> 1597379278441656321                <NA>
## 27                  <NA> 1597379271441334273                <NA>
## 28                  <NA> 1597379240533852162                <NA>
## 29                  <NA> 1597379210242560000                <NA>
## 30                  <NA> 1597379157478244353                <NA>
## 31                  <NA> 1597379149982994432                <NA>
## 32                  <NA> 1597379137773375488                <NA>
## 33                  <NA> 1597379128235528192                <NA>
## 34                  <NA> 1597379126863618049                <NA>
## 35                  <NA> 1597379046970920960                <NA>
## 36                  <NA> 1597379026976641024                <NA>
## 37                  <NA> 1597378992541048832                <NA>
## 38                  <NA> 1597378936518111233                <NA>
## 39                  <NA> 1597378873377067008                <NA>
## 40                  <NA> 1597378841357725696                <NA>
## 41                  <NA> 1597378831803109376                <NA>
## 42                  <NA> 1597378803739021313                <NA>
## 43                  <NA> 1597378799968325632                <NA>
## 44                  <NA> 1597378758851563520                <NA>
## 45                  <NA> 1597378743248769024                <NA>
## 46                  <NA> 1597378723946278912                <NA>
## 47                  <NA> 1597378718133256194                <NA>
## 48                  <NA> 1597378669768761345                <NA>
## 49                  <NA> 1597378615649267713                <NA>
## 50                  <NA> 1597378610977189888                <NA>
## 51                  <NA> 1597378601116045312                <NA>
## 52                  <NA> 1597378599387942912                <NA>
## 53                  <NA> 1597378571550408704                <NA>
## 54                  <NA> 1597378536603791360                <NA>
## 55                  <NA> 1597378530941186048                <NA>
## 56                  <NA> 1597378516131414018                <NA>
## 57                  <NA> 1597378515540008960                <NA>
## 58                  <NA> 1597378509420523520                <NA>
## 59                  <NA> 1597378489975734272                <NA>
## 60                  <NA> 1597378489631793153                <NA>
## 61                  <NA> 1597378478348779520                <NA>
## 62                  <NA> 1597378470769676289                <NA>
## 63                  <NA> 1597378434996789248                <NA>
## 64                  <NA> 1597378431540334593                <NA>
## 65                  <NA> 1597378420325101569                <NA>
## 66                  <NA> 1597378385873104897                <NA>
## 67                  <NA> 1597378380336230400                <NA>
## 68                  <NA> 1597378375907422208                <NA>
## 69                  <NA> 1597378374699454464                <NA>
## 70                  <NA> 1597378320768737280                <NA>
## 71                  <NA> 1597378317271040001                <NA>
## 72                  <NA> 1597378306755948544                <NA>
## 73                  <NA> 1597378302377086982                <NA>
## 74                  <NA> 1597378283473027072                <NA>
## 75                  <NA> 1597378228800589825                <NA>
## 76                  <NA> 1597378181626941440                <NA>
## 77                  <NA> 1597378166124793857                <NA>
## 78                  <NA> 1597378110814818304                <NA>
## 79                  <NA> 1597378104615268354                <NA>
## 80                  <NA> 1597378086278172673                <NA>
## 81                  <NA> 1597378076027285505                <NA>
## 82                  <NA> 1597378037665845248                <NA>
## 83                  <NA> 1597378028203823105                <NA>
## 84                  <NA> 1597377997040148481                <NA>
## 85                  <NA> 1597377950373904384                <NA>
## 86                  <NA> 1597377941645975552                <NA>
## 87                  <NA> 1597377937988530176                <NA>
## 88                  <NA> 1597377933823610881                <NA>
## 89                  <NA> 1597377898272657409                <NA>
## 90                  <NA> 1597377875011076097                <NA>
## 91                  <NA> 1597377845114068992                <NA>
## 92                  <NA> 1597377819616546816                <NA>
## 93                  <NA> 1597377807155625984                <NA>
## 94                  <NA> 1597377795981996032                <NA>
## 95                  <NA> 1597377747953025024                <NA>
## 96                  <NA> 1597377710451752961                <NA>
## 97                  <NA> 1597377686485471232                <NA>
## 98                  <NA> 1597377672069644288                <NA>
## 99                  <NA> 1597377655686729728                <NA>
## 100                 <NA> 1597377640113266688                <NA>
## 101                 <NA> 1597377632517394432                <NA>
## 102                 <NA> 1597377611008598016                <NA>
## 103                 <NA> 1597377584878133249                <NA>
## 104                 <NA> 1597377580943888384                <NA>
## 105                 <NA> 1597377558068498434                <NA>
## 106                 <NA> 1597377532382547968                <NA>
## 107                 <NA> 1597377473620373505                <NA>
## 108                 <NA> 1597377402761465856                <NA>
## 109                 <NA> 1597377396562198528                <NA>
## 110                 <NA> 1597377389507809280                <NA>
## 111                 <NA> 1597377372902526977                <NA>
## 112                 <NA> 1597377358943899649                <NA>
## 113                 <NA> 1597377352283336705                <NA>
## 114                 <NA> 1597377317638393856                <NA>
## 115                 <NA> 1597377262403620864                <NA>
## 116                 <NA> 1597377242392195072                <NA>
## 117                 <NA> 1597377190206636032                <NA>
## 118                 <NA> 1597377136754851840                <NA>
## 119                 <NA> 1597377124163522560                <NA>
## 120                 <NA> 1597377112004235265                <NA>
## 121                 <NA> 1597377072422584320                <NA>
## 122                 <NA> 1597377049387487233                <NA>
## 123                 <NA> 1597377023726743552                <NA>
## 124                 <NA> 1597376992009388032                <NA>
## 125                 <NA> 1597376977081884672                <NA>
## 126                 <NA> 1597376974045208576                <NA>
## 127                 <NA> 1597376965467852800                <NA>
## 128                 <NA> 1597376947272622083                <NA>
## 129                 <NA> 1597376941015064578                <NA>
## 130                 <NA> 1597376939181891589                <NA>
## 131                 <NA> 1597376927719129088                <NA>
## 132  1597352829425160192 1597376919942533121          1901298962
## 133                 <NA> 1597376915350114304                <NA>
## 134                 <NA> 1597376879283277824                <NA>
## 135                 <NA> 1597376878482190338                <NA>
## 136                 <NA> 1597376826376327169                <NA>
## 137                 <NA> 1597376804154933248                <NA>
## 138                 <NA> 1597376801206337537                <NA>
## 139                 <NA> 1597376798907518976                <NA>
## 140                 <NA> 1597376790175322112                <NA>
## 141                 <NA> 1597376783329869824                <NA>
## 142                 <NA> 1597376763721527296                <NA>
## 143                 <NA> 1597376731044012032                <NA>
## 144                 <NA> 1597376722500202496                <NA>
## 145                 <NA> 1597376711020056579                <NA>
## 146  1597092976626475009 1597376675221995520            17230018
## 147                 <NA> 1597376656380829697                <NA>
## 148                 <NA> 1597376638412820480                <NA>
## 149                 <NA> 1597376570645438464                <NA>
## 150                 <NA> 1597376544799719425                <NA>
## 151                 <NA> 1597376530833100800                <NA>
## 152                 <NA> 1597376527272140800                <NA>
## 153                 <NA> 1597376496678875136                <NA>
## 154                 <NA> 1597376489598513152                <NA>
## 155                 <NA> 1597376461412835328                <NA>
## 156                 <NA> 1597376445428293632                <NA>
## 157                 <NA> 1597376420065738753                <NA>
## 158                 <NA> 1597376369541156864                <NA>
## 159                 <NA> 1597376351283347456                <NA>
## 160                 <NA> 1597376344505344001                <NA>
## 161                 <NA> 1597376329598439424                <NA>
## 162                 <NA> 1597376318202875904                <NA>
## 163                 <NA> 1597376300586450944                <NA>
## 164                 <NA> 1597376225500360704                <NA>
## 165                 <NA> 1597376205648379904                <NA>
## 166                 <NA> 1597376185226661888                <NA>
## 167                 <NA> 1597376162376060928                <NA>
## 168                 <NA> 1597376147628576768                <NA>
## 169                 <NA> 1597376124610150400                <NA>
## 170                 <NA> 1597376116892655621                <NA>
## 171                 <NA> 1597376088187236352                <NA>
## 172                 <NA> 1597376054699917313                <NA>
## 173                 <NA> 1597376052455538688                <NA>
## 174                 <NA> 1597376036257529856                <NA>
## 175                 <NA> 1597376000157155329                <NA>
## 176                 <NA> 1597375987989512192                <NA>
## 177                 <NA> 1597375982406864897                <NA>
## 178                 <NA> 1597375960789446657                <NA>
## 179                 <NA> 1597375950181658624                <NA>
## 180                 <NA> 1597375940707123200                <NA>
## 181                 <NA> 1597375937204850688                <NA>
## 182                 <NA> 1597375933761351681                <NA>
## 183                 <NA> 1597375932922474497                <NA>
## 184                 <NA> 1597375923623723008                <NA>
## 185                 <NA> 1597375918955429888                <NA>
## 186                 <NA> 1597375915738411008                <NA>
## 187                 <NA> 1597375879524798464                <NA>
## 188                 <NA> 1597375871152967681                <NA>
## 189                 <NA> 1597375863833890816                <NA>
## 190                 <NA> 1597375854937403392                <NA>
## 191                 <NA> 1597375841511825408                <NA>
## 192                 <NA> 1597375833232257024                <NA>
## 193                 <NA> 1597375826697547776                <NA>
## 194                 <NA> 1597375826504601600                <NA>
## 195                 <NA> 1597375755998023680                <NA>
## 196                 <NA> 1597375741406359554                <NA>
## 197                 <NA> 1597375687307890688                <NA>
## 198                 <NA> 1597375665778479104                <NA>
## 199                 <NA> 1597375659328024576                <NA>
## 200                 <NA> 1597375655280529409                <NA>
## 201                 <NA> 1597375645600079873                <NA>
## 202                 <NA> 1597375637203079168                <NA>
## 203                 <NA> 1597375622854381569                <NA>
## 204                 <NA> 1597375607327055872                <NA>
## 205                 <NA> 1597375586426445824                <NA>
## 206                 <NA> 1597375573126705153                <NA>
## 207                 <NA> 1597375539769413632                <NA>
## 208                 <NA> 1597375531409817601                <NA>
## 209                 <NA> 1597375528318947328                <NA>
## 210                 <NA> 1597375515551092736                <NA>
## 211                 <NA> 1597375505270906880                <NA>
## 212                 <NA> 1597375487592259584                <NA>
## 213                 <NA> 1597375460165685249                <NA>
## 214                 <NA> 1597375389260972033                <NA>
## 215                 <NA> 1597375379224006658                <NA>
## 216                 <NA> 1597375364439113733                <NA>
## 217                 <NA> 1597375354855120897                <NA>
## 218                 <NA> 1597375353458421761                <NA>
## 219                 <NA> 1597375347913543680                <NA>
## 220                 <NA> 1597375338040164352                <NA>
## 221  1597279733494206465 1597375332008411136 1585621392573317122
## 222                 <NA> 1597375290095075328                <NA>
## 223                 <NA> 1597375287612035073                <NA>
## 224                 <NA> 1597375276438077440                <NA>
## 225                 <NA> 1597375265751334917                <NA>
## 226                 <NA> 1597375256439967744                <NA>
## 227                 <NA> 1597375248911192067                <NA>
## 228                 <NA> 1597375097798819841                <NA>
## 229                 <NA> 1597375078798594048                <NA>
## 230                 <NA> 1597375075367649281                <NA>
## 231                 <NA> 1597375042287206401                <NA>
## 232                 <NA> 1597375020942389248                <NA>
## 233                 <NA> 1597375016017854464                <NA>
## 234                 <NA> 1597374987014664194                <NA>
## 235                 <NA> 1597374977678151681                <NA>
## 236                 <NA> 1597374977346445312                <NA>
## 237                 <NA> 1597374958740860928                <NA>
## 238                 <NA> 1597374949496598531                <NA>
## 239                 <NA> 1597374919167209474                <NA>
## 240                 <NA> 1597374905884233729                <NA>
## 241                 <NA> 1597374863530143745                <NA>
## 242                 <NA> 1597374843615182848                <NA>
## 243                 <NA> 1597374795724648448                <NA>
## 244                 <NA> 1597374776196337665                <NA>
## 245                 <NA> 1597374765253021696                <NA>
## 246                 <NA> 1597374760698413056                <NA>
## 247                 <NA> 1597374753807167488                <NA>
## 248                 <NA> 1597374661909618688                <NA>
## 249                 <NA> 1597374625435951105                <NA>
## 250                 <NA> 1597374599079284736                <NA>
## 251                 <NA> 1597374585053515776                <NA>
## 252                 <NA> 1597374559828660224                <NA>
## 253                 <NA> 1597374537468764160                <NA>
## 254                 <NA> 1597374529105326080                <NA>
## 255                 <NA> 1597374509014581248                <NA>
## 256                 <NA> 1597374502874140672                <NA>
## 257                 <NA> 1597374495958106112                <NA>
## 258                 <NA> 1597374481949134850                <NA>
## 259                 <NA> 1597374437019770881                <NA>
## 260                 <NA> 1597374426743721984                <NA>
## 261                 <NA> 1597374394065907713                <NA>
## 262                 <NA> 1597374391457042432                <NA>
## 263                 <NA> 1597374381218729984                <NA>
## 264                 <NA> 1597374357290246144                <NA>
## 265                 <NA> 1597374351015546880                <NA>
## 266                 <NA> 1597374338511953920                <NA>
## 267                 <NA> 1597374329037017088                <NA>
## 268                 <NA> 1597374311127400449                <NA>
## 269                 <NA> 1597374297030656002                <NA>
## 270                 <NA> 1597374295839506433                <NA>
## 271                 <NA> 1597374295663333377                <NA>
## 272                 <NA> 1597374286117076992                <NA>
## 273                 <NA> 1597374270539452416                <NA>
## 274                 <NA> 1597374261307789312                <NA>
## 275                 <NA> 1597374249840566272                <NA>
## 276                 <NA> 1597374248242515968                <NA>
## 277                 <NA> 1597374244765437952                <NA>
## 278                 <NA> 1597374242030354432                <NA>
## 279                 <NA> 1597374230831648768                <NA>
## 280                 <NA> 1597374216344518656                <NA>
## 281                 <NA> 1597374201375371267                <NA>
## 282                 <NA> 1597374192777039873                <NA>
## 283                 <NA> 1597374157930758144                <NA>
## 284                 <NA> 1597374128260276224                <NA>
## 285                 <NA> 1597374104633774081                <NA>
## 286                 <NA> 1597374058269900800                <NA>
## 287                 <NA> 1597374048996306945                <NA>
## 288                 <NA> 1597374013558624260                <NA>
## 289                 <NA> 1597373996823359489                <NA>
## 290                 <NA> 1597373994826883073                <NA>
## 291                 <NA> 1597373961368932352                <NA>
## 292                 <NA> 1597373953890127872                <NA>
## 293                 <NA> 1597373950631481344                <NA>
## 294                 <NA> 1597373924362584065                <NA>
## 295                 <NA> 1597373893526040577                <NA>
## 296                 <NA> 1597373829369585664                <NA>
## 297                 <NA> 1597373803478528000                <NA>
## 298                 <NA> 1597373792808239104                <NA>
## 299                 <NA> 1597373755646693376                <NA>
## 300                 <NA> 1597373748847353856                <NA>
## 301                 <NA> 1597373740207132672                <NA>
## 302                 <NA> 1597373729604276224                <NA>
## 303                 <NA> 1597373717893779457                <NA>
## 304                 <NA> 1597373699883081728                <NA>
## 305                 <NA> 1597373692954447877                <NA>
## 306                 <NA> 1597373691146694656                <NA>
## 307                 <NA> 1597373683336876032                <NA>
## 308                 <NA> 1597373676667953152                <NA>
## 309                 <NA> 1597373665469173761                <NA>
## 310                 <NA> 1597373658619863040                <NA>
## 311                 <NA> 1597373643654193153                <NA>
## 312                 <NA> 1597373629666234368                <NA>
## 313                 <NA> 1597373624230739968                <NA>
## 314                 <NA> 1597373574842839040                <NA>
## 315                 <NA> 1597373551652532224                <NA>
## 316                 <NA> 1597373518219730945                <NA>
## 317                 <NA> 1597373517913550849                <NA>
## 318                 <NA> 1597373504214945793                <NA>
## 319                 <NA> 1597373495973138432                <NA>
## 320                 <NA> 1597373466239328259                <NA>
## 321                 <NA> 1597373458018553856                <NA>
## 322                 <NA> 1597373454168166400                <NA>
## 323                 <NA> 1597373427987668993            17230018
## 324                 <NA> 1597373409113288704                <NA>
## 325                 <NA> 1597373380080340993                <NA>
## 326                 <NA> 1597373359712763905                <NA>
## 327                 <NA> 1597373355388461056                <NA>
## 328                 <NA> 1597373351806521344                <NA>
## 329                 <NA> 1597373336723783681                <NA>
## 330                 <NA> 1597373335167733760                <NA>
## 331                 <NA> 1597373328087711745                <NA>
## 332                 <NA> 1597373324543537153                <NA>
## 333                 <NA> 1597373295359582208                <NA>
## 334                 <NA> 1597373263885529088                <NA>
## 335                 <NA> 1597373255815376896                <NA>
## 336                 <NA> 1597373255241052160                <NA>
## 337                 <NA> 1597373243295698944                <NA>
## 338                 <NA> 1597373237327171584                <NA>
## 339                 <NA> 1597373230477561856                <NA>
## 340                 <NA> 1597373219165507584                <NA>
## 341                 <NA> 1597373209476988928                <NA>
## 342                 <NA> 1597373186173435905                <NA>
## 343                 <NA> 1597373176950190080                <NA>
## 344                 <NA> 1597373159254405121                <NA>
## 345                 <NA> 1597373136617771009                <NA>
## 346                 <NA> 1597373130053677056                <NA>
## 347                 <NA> 1597373081995317248                <NA>
## 348                 <NA> 1597373054388031489                <NA>
## 349                 <NA> 1597373044900515840                <NA>
## 350                 <NA> 1597373040652095488                <NA>
## 351                 <NA> 1597373021073068034                <NA>
## 352                 <NA> 1597372879758557184                <NA>
## 353                 <NA> 1597372878512861184                <NA>
## 354                 <NA> 1597372865799917568                <NA>
## 355                 <NA> 1597372839690063872                <NA>
## 356                 <NA> 1597372839124152320                <NA>
## 357                 <NA> 1597372831742193664                <NA>
## 358                 <NA> 1597372802935717889                <NA>
## 359                 <NA> 1597372788503089153                <NA>
## 360                 <NA> 1597372782152929287                <NA>
## 361                 <NA> 1597372763559583748                <NA>
## 362                 <NA> 1597372755049033728                <NA>
## 363                 <NA> 1597372744525836290                <NA>
## 364                 <NA> 1597372676170928128                <NA>
## 365                 <NA> 1597372648388202498                <NA>
## 366                 <NA> 1597372636614778880                <NA>
## 367                 <NA> 1597372633565519872                <NA>
## 368                 <NA> 1597372630667235328                <NA>
## 369                 <NA> 1597372590326452226                <NA>
## 370                 <NA> 1597372573788311552                <NA>
## 371                 <NA> 1597372545082462208                <NA>
## 372                 <NA> 1597372536152817664                <NA>
## 373                 <NA> 1597372508549763072                <NA>
## 374                 <NA> 1597372486962008065                <NA>
## 375                 <NA> 1597372455328550912                <NA>
## 376                 <NA> 1597372450123042819                <NA>
## 377                 <NA> 1597372433312673792                <NA>
## 378                 <NA> 1597372425485791232                <NA>
## 379                 <NA> 1597372403080126465                <NA>
## 380                 <NA> 1597372389423075330                <NA>
## 381                 <NA> 1597372356988575744                <NA>
## 382                 <NA> 1597372347261992960                <NA>
## 383                 <NA> 1597372323891290113                <NA>
## 384                 <NA> 1597372301640884224                <NA>
## 385                 <NA> 1597372258447945728                <NA>
## 386                 <NA> 1597372242051989504                <NA>
## 387                 <NA> 1597372240626008065                <NA>
## 388                 <NA> 1597372224520204289                <NA>
## 389                 <NA> 1597372224230817793                <NA>
## 390                 <NA> 1597372215229841408                <NA>
## 391                 <NA> 1597372196183511040                <NA>
## 392                 <NA> 1597372182635896833                <NA>
## 393                 <NA> 1597372181398564865                <NA>
## 394                 <NA> 1597372179146235904                <NA>
## 395                 <NA> 1597372163543433217                <NA>
## 396                 <NA> 1597372163195277312                <NA>
## 397                 <NA> 1597372152374005761                <NA>
## 398                 <NA> 1597372142391525376                <NA>
## 399                 <NA> 1597372134636294149                <NA>
## 400                 <NA> 1597372133566427136                <NA>
## 401                 <NA> 1597372132492972033                <NA>
## 402                 <NA> 1597372126755184641                <NA>
## 403                 <NA> 1597372113387950081                <NA>
## 404                 <NA> 1597372095469846529                <NA>
## 405                 <NA> 1597372091883409408                <NA>
## 406                 <NA> 1597372033267994624                <NA>
## 407                 <NA> 1597372022853881856                <NA>
## 408                 <NA> 1597372008333201408                <NA>
## 409                 <NA> 1597372006147977217                <NA>
## 410                 <NA> 1597371998946353152                <NA>
## 411                 <NA> 1597371998581055489                <NA>
## 412                 <NA> 1597371985171922944                <NA>
## 413                 <NA> 1597371975055605760                <NA>
## 414                 <NA> 1597371958798139392                <NA>
## 415                 <NA> 1597371905652453383                <NA>
## 416                 <NA> 1597371904087969792                <NA>
## 417                 <NA> 1597371899503579136                <NA>
## 418                 <NA> 1597371883032563712                <NA>
## 419                 <NA> 1597371841047560193                <NA>
## 420                 <NA> 1597371837234974720                <NA>
## 421                 <NA> 1597371836337389569                <NA>
## 422                 <NA> 1597371831622995969                <NA>
## 423                 <NA> 1597371805089812481                <NA>
## 424                 <NA> 1597371766200242176                <NA>
## 425                 <NA> 1597371739201503232                <NA>
## 426                 <NA> 1597371738018701313                <NA>
## 427                 <NA> 1597371717533708288                <NA>
## 428                 <NA> 1597371706657890304                <NA>
## 429  1597329163790462976 1597371640161402880 1344672120480145414
## 430                 <NA> 1597371632980746240                <NA>
## 431                 <NA> 1597371621609598976                <NA>
## 432                 <NA> 1597371617059155968                <NA>
## 433                 <NA> 1597371598012837888                <NA>
## 434                 <NA> 1597371594296508417                <NA>
## 435                 <NA> 1597371583798312961                <NA>
## 436                 <NA> 1597371555897802752                <NA>
## 437                 <NA> 1597371541771067392                <NA>
## 438                 <NA> 1597371518698557441                <NA>
## 439                 <NA> 1597371516391665664                <NA>
## 440                 <NA> 1597371511819579392                <NA>
## 441                 <NA> 1597371470857920512                <NA>
## 442                 <NA> 1597371468576215040                <NA>
## 443                 <NA> 1597371462570377216                <NA>
## 444                 <NA> 1597371460133457921                <NA>
## 445                 <NA> 1597371436846710784                <NA>
## 446                 <NA> 1597371355258703872                <NA>
## 447                 <NA> 1597371347482472449                <NA>
## 448                 <NA> 1597371337919860737                <NA>
## 449                 <NA> 1597371290704220162                <NA>
## 450                 <NA> 1597371287479152641                <NA>
## 451                 <NA> 1597371271540781057                <NA>
## 452                 <NA> 1597371239747956738                <NA>
## 453                 <NA> 1597371233523597312                <NA>
## 454                 <NA> 1597371173410856961                <NA>
## 455                 <NA> 1597371152891985920                <NA>
## 456                 <NA> 1597371148810846208                <NA>
## 457                 <NA> 1597371147896881152                <NA>
## 458                 <NA> 1597371147112566784                <NA>
## 459                 <NA> 1597371130851262464                <NA>
## 460                 <NA> 1597371046944182272                <NA>
## 461                 <NA> 1597370992640548864                <NA>
## 462                 <NA> 1597370989582897152                <NA>
## 463                 <NA> 1597370987892203520                <NA>
## 464                 <NA> 1597370987649323008                <NA>
## 465                 <NA> 1597370969982906368                <NA>
## 466                 <NA> 1597370968455802886                <NA>
## 467                 <NA> 1597370960868319232                <NA>
## 468                 <NA> 1597370942069833728           259490039
## 469                 <NA> 1597370941604270080                <NA>
## 470                 <NA> 1597370911115472896                <NA>
## 471                 <NA> 1597370906996723712                <NA>
## 472                 <NA> 1597370906653110275                <NA>
## 473                 <NA> 1597370858909024258                <NA>
## 474                 <NA> 1597370847656022016                <NA>
## 475                 <NA> 1597370819138945024                <NA>
## 476                 <NA> 1597370812633604097                <NA>
## 477                 <NA> 1597370812587474944                <NA>
## 478                 <NA> 1597370792379318272                <NA>
## 479                 <NA> 1597370786079088641                <NA>
## 480                 <NA> 1597370777002979329                <NA>
## 481                 <NA> 1597370763236892673                <NA>
## 482                 <NA> 1597370748599160833                <NA>
## 483                 <NA> 1597370747529269249                <NA>
## 484                 <NA> 1597370742206701573                <NA>
## 485                 <NA> 1597370727749259264                <NA>
## 486                 <NA> 1597370713459281921                <NA>
## 487                 <NA> 1597370704227627011                <NA>
## 488                 <NA> 1597370702365351939                <NA>
## 489                 <NA> 1597370693317894144                <NA>
## 490                 <NA> 1597370661126963200                <NA>
## 491                 <NA> 1597370650213351425                <NA>
## 492                 <NA> 1597370628713377792                <NA>
## 493                 <NA> 1597370597109268481                <NA>
## 494                 <NA> 1597370590364454912                <NA>
## 495                 <NA> 1597370558454251520                <NA>
## 496                 <NA> 1597370535255891969                <NA>
## 497                 <NA> 1597370502200205312                <NA>
## 498                 <NA> 1597370492343963648                <NA>
## 499                 <NA> 1597370488619081728                <NA>
## 500                 <NA> 1597370474606243840                <NA>
## 501                 <NA> 1597370453227544576                <NA>
## 502                 <NA> 1597370452602912770                <NA>
## 503                 <NA> 1597370451189469185                <NA>
## 504                 <NA> 1597370446302715904                <NA>
## 505                 <NA> 1597370440946946049                <NA>
## 506                 <NA> 1597370422873690112                <NA>
## 507                 <NA> 1597370396697034752                <NA>
## 508                 <NA> 1597370388274900992                <NA>
## 509                 <NA> 1597370385703776256                <NA>
## 510                 <NA> 1597370310244061184                <NA>
## 511                 <NA> 1597370308440510465                <NA>
## 512                 <NA> 1597370294792245248                <NA>
## 513                 <NA> 1597370280032489472                <NA>
## 514                 <NA> 1597370276454354944                <NA>
## 515                 <NA> 1597370264635215872                <NA>
## 516                 <NA> 1597370255860723713                <NA>
## 517                 <NA> 1597370229146820608                <NA>
## 518                 <NA> 1597370208280522752                <NA>
## 519                 <NA> 1597370205520347136                <NA>
## 520                 <NA> 1597370178580676608                <NA>
## 521  1597370154211385344 1597370157361659906 1268711272180256773
## 522                 <NA> 1597370117268307968            17230018
## 523                 <NA> 1597370108426727424                <NA>
## 524                 <NA> 1597370068757016576                <NA>
## 525                 <NA> 1597370054559268864                <NA>
## 526                 <NA> 1597370048871485440                <NA>
## 527                 <NA> 1597370021428482049                <NA>
## 528                 <NA> 1597370018639278083                <NA>
## 529                 <NA> 1597370001325195264                <NA>
## 530                 <NA> 1597369972749017088                <NA>
## 531                 <NA> 1597369972053147648                <NA>
## 532                 <NA> 1597369953875021824                <NA>
## 533                 <NA> 1597369945012436993                <NA>
## 534                 <NA> 1597369942265167874                <NA>
## 535                 <NA> 1597369928541433857                <NA>
## 536                 <NA> 1597369869045227521                <NA>
## 537                 <NA> 1597369864280473600                <NA>
## 538                 <NA> 1597369843040518144                <NA>
## 539                 <NA> 1597369810312368129                <NA>
## 540                 <NA> 1597369797570068480                <NA>
## 541                 <NA> 1597369769950257152                <NA>
## 542                 <NA> 1597369757275082753                <NA>
## 543                 <NA> 1597369755513806848                <NA>
## 544                 <NA> 1597369750510006272                <NA>
## 545                 <NA> 1597369749327204352                <NA>
## 546                 <NA> 1597369747917934594                <NA>
## 547                 <NA> 1597369747875811329                <NA>
## 548                 <NA> 1597369741433221121                <NA>
## 549                 <NA> 1597369724685676544                <NA>
## 550                 <NA> 1597369712354426880                <NA>
## 551                 <NA> 1597369695736561664                <NA>
## 552                 <NA> 1597369683291750400                <NA>
## 553                 <NA> 1597369678502170625                <NA>
## 554                 <NA> 1597369660810272768                <NA>
## 555                 <NA> 1597369646805839874                <NA>
## 556                 <NA> 1597369641718124544                <NA>
## 557                 <NA> 1597369635418300417                <NA>
## 558                 <NA> 1597369634717433857                <NA>
## 559                 <NA> 1597369629172674562                <NA>
## 560                 <NA> 1597369609946292225                <NA>
## 561                 <NA> 1597369607077081088                <NA>
## 562                 <NA> 1597369583547011073                <NA>
## 563                 <NA> 1597369580657074178                <NA>
## 564                 <NA> 1597369557596839936                <NA>
## 565                 <NA> 1597369546759090177                <NA>
## 566                 <NA> 1597369542367670272                <NA>
## 567                 <NA> 1597369522604081153                <NA>
## 568                 <NA> 1597369498558148608                <NA>
## 569                 <NA> 1597369494648737793                <NA>
## 570                 <NA> 1597369490261827589                <NA>
## 571                 <NA> 1597369483579912192                <NA>
## 572                 <NA> 1597369475774676992                <NA>
## 573                 <NA> 1597369467142811649                <NA>
## 574                 <NA> 1597369466622738432                <NA>
## 575                 <NA> 1597369459492409345                <NA>
## 576                 <NA> 1597369445609254913                <NA>
## 577                 <NA> 1597369431616733184                <NA>
## 578                 <NA> 1597369431302152192                <NA>
## 579                 <NA> 1597369410066714624                <NA>
## 580                 <NA> 1597369380224249856                <NA>
## 581                 <NA> 1597369379033067521                <NA>
## 582                 <NA> 1597369373026844672                <NA>
## 583                 <NA> 1597369372225724416                <NA>
## 584                 <NA> 1597369368886714368                <NA>
## 585                 <NA> 1597369346782740480                <NA>
## 586                 <NA> 1597369301983727617                <NA>
## 587                 <NA> 1597369280898613248                <NA>
## 588                 <NA> 1597369276952084480                <NA>
## 589                 <NA> 1597369275278585856            61592079
## 590                 <NA> 1597369274049630208                <NA>
## 591                 <NA> 1597369265682001921                <NA>
## 592                 <NA> 1597369229984268288                <NA>
## 593                 <NA> 1597369228897660928                <NA>
## 594                 <NA> 1597369221738295297                <NA>
## 595                 <NA> 1597369207175274496                <NA>
## 596                 <NA> 1597369170902982657                <NA>
## 597                 <NA> 1597369163819126784                <NA>
## 598                 <NA> 1597369121024675841                <NA>
## 599                 <NA> 1597369115148447744                <NA>
## 600                 <NA> 1597369113147764736                <NA>
## 601                 <NA> 1597369096810954755                <NA>
## 602                 <NA> 1597369092335636482                <NA>
## 603                 <NA> 1597369088463892482                <NA>
## 604                 <NA> 1597369068591656961                <NA>
## 605                 <NA> 1597369052955308032                <NA>
## 606                 <NA> 1597369052565209088                <NA>
## 607                 <NA> 1597369049155239937                <NA>
## 608                 <NA> 1597369018410995712                <NA>
## 609                 <NA> 1597369013893746689                <NA>
## 610                 <NA> 1597368994733772800                <NA>
## 611                 <NA> 1597368987670573056                <NA>
## 612                 <NA> 1597368986597224448                <NA>
## 613                 <NA> 1597368963717279746                <NA>
## 614                 <NA> 1597368962857472000                <NA>
## 615                 <NA> 1597368950978842624                <NA>
## 616                 <NA> 1597368880418418688                <NA>
## 617                 <NA> 1597368860935860224                <NA>
## 618                 <NA> 1597368839079329792                <NA>
## 619                 <NA> 1597368836604719105                <NA>
## 620                 <NA> 1597368828430020608                <NA>
## 621                 <NA> 1597368810990075910                <NA>
## 622                 <NA> 1597368772578652162                <NA>
## 623                 <NA> 1597368757051330560                <NA>
## 624                 <NA> 1597368718048522241                <NA>
## 625                 <NA> 1597368705041969153                <NA>
## 626                 <NA> 1597368689283993600                <NA>
## 627                 <NA> 1597368675304341504                <NA>
## 628                 <NA> 1597368660074835968                <NA>
## 629                 <NA> 1597368639057199104                <NA>
## 630                 <NA> 1597368621172682753                <NA>
## 631                 <NA> 1597368618584772613                <NA>
## 632                 <NA> 1597368601983733762                <NA>
## 633                 <NA> 1597368594631110656                <NA>
## 634                 <NA> 1597368591510568960                <NA>
## 635                 <NA> 1597368590294224896                <NA>
## 636                 <NA> 1597368589274976257                <NA>
## 637                 <NA> 1597368575383441410                <NA>
## 638                 <NA> 1597368573303087104                <NA>
## 639                 <NA> 1597368476666335233                <NA>
## 640                 <NA> 1597368461558439938                <NA>
## 641                 <NA> 1597368454549737473                <NA>
## 642                 <NA> 1597368445682974722                <NA>
## 643                 <NA> 1597368439928418304                <NA>
## 644                 <NA> 1597368412426027008                <NA>
## 645                 <NA> 1597368396697731072                <NA>
## 646                 <NA> 1597368370998824961                <NA>
## 647                 <NA> 1597368362648031232                <NA>
## 648                 <NA> 1597368327206096896                <NA>
## 649                 <NA> 1597368327000625152                <NA>
## 650                 <NA> 1597368322974453762                <NA>
## 651                 <NA> 1597368316103823360                <NA>
## 652  1597344931978571776 1597368284781121536          2615025992
## 653                 <NA> 1597368267621834752                <NA>
## 654                 <NA> 1597368260995219457                <NA>
## 655                 <NA> 1597368248240308224                <NA>
## 656                 <NA> 1597368225444278272                <NA>
## 657                 <NA> 1597368198969851904                <NA>
## 658                 <NA> 1597368194876211203                <NA>
## 659                 <NA> 1597368191160061952                <NA>
## 660                 <NA> 1597368173091000322                <NA>
## 661                 <NA> 1597368166769782784                <NA>
## 662                 <NA> 1597368139691753473                <NA>
## 663                 <NA> 1597368134255931393                <NA>
## 664                 <NA> 1597368124046594048                <NA>
## 665                 <NA> 1597368123627560960                <NA>
## 666                 <NA> 1597368111220785152                <NA>
## 667                 <NA> 1597368083219238912                <NA>
## 668                 <NA> 1597368016475676672                <NA>
## 669  1596604522121789440 1597367978324291584           595619736
## 670                 <NA> 1597367977548349440                <NA>
## 671                 <NA> 1597367976294252544                <NA>
## 672                 <NA> 1597367962016415744                <NA>
## 673                 <NA> 1597367959575760896                <NA>
## 674                 <NA> 1597367936338960384                <NA>
## 675                 <NA> 1597367921763708928                <NA>
## 676                 <NA> 1597367920132206593                <NA>
## 677                 <NA> 1597367903094919168                <NA>
## 678                 <NA> 1597367869985427457                <NA>
## 679                 <NA> 1597367868320256000                <NA>
## 680                 <NA> 1597367850108588032                <NA>
## 681                 <NA> 1597367849684971520                <NA>
## 682                 <NA> 1597367842521108480                <NA>
## 683                 <NA> 1597367831733362689                <NA>
## 684                 <NA> 1597367806903091200                <NA>
## 685                 <NA> 1597367792029683713                <NA>
## 686                 <NA> 1597367745854992384                <NA>
## 687                 <NA> 1597367734572285952                <NA>
## 688                 <NA> 1597367713936322560                <NA>
## 689                 <NA> 1597367709813313536                <NA>
## 690                 <NA> 1597367695619461120                <NA>
## 691                 <NA> 1597367673373229057                <NA>
## 692                 <NA> 1597367672643018752                <NA>
## 693                 <NA> 1597367655442575360                <NA>
## 694                 <NA> 1597367654456516608                <NA>
## 695                 <NA> 1597367630658428928                <NA>
## 696                 <NA> 1597367603496124416                <NA>
## 697                 <NA> 1597367601029877761                <NA>
## 698                 <NA> 1597367598911750144                <NA>
## 699                 <NA> 1597367598697807873                <NA>
## 700                 <NA> 1597367592695447552                <NA>
## 701                 <NA> 1597367566858870784                <NA>
## 702                 <NA> 1597367559916908544                <NA>
## 703                 <NA> 1597367535925542912                <NA>
## 704                 <NA> 1597367523011592192                <NA>
## 705                 <NA> 1597367522516676609                <NA>
## 706                 <NA> 1597367518821486592                <NA>
## 707                 <NA> 1597367518284615680                <NA>
## 708                 <NA> 1597367510776819712                <NA>
## 709                 <NA> 1597367501742276611                <NA>
## 710                 <NA> 1597367485262544896                <NA>
## 711                 <NA> 1597367465645813761                <NA>
## 712                 <NA> 1597367453906251779                <NA>
## 713  1592822062703599622 1597367442132828160 1478305567110144000
## 714                 <NA> 1597367426588741632                <NA>
## 715                 <NA> 1597367422922944513                <NA>
## 716                 <NA> 1597367383739752448                <NA>
## 717                 <NA> 1597367375686381568                <NA>
## 718                 <NA> 1597367356367736833                <NA>
## 719                 <NA> 1597367326172909568                <NA>
## 720  1597366978599346176 1597367310976954368 1551701045411291137
## 721                 <NA> 1597367304408379393                <NA>
## 722                 <NA> 1597367255477559296                <NA>
## 723                 <NA> 1597367213752975360                <NA>
## 724                 <NA> 1597367174968274944                <NA>
## 725                 <NA> 1597367166411866112                <NA>
## 726                 <NA> 1597367162246926337                <NA>
## 727                 <NA> 1597367128847704064                <NA>
## 728                 <NA> 1597367126012362752                <NA>
## 729                 <NA> 1597367116877139968                <NA>
## 730                 <NA> 1597367081368195072                <NA>
## 731                 <NA> 1597367067983822848                <NA>
## 732                 <NA> 1597367057783222272                <NA>
## 733                 <NA> 1597366995032625152                <NA>
## 734                 <NA> 1597366972441731072                <NA>
## 735                 <NA> 1597366961846919168                <NA>
## 736                 <NA> 1597366952473014272                <NA>
## 737                 <NA> 1597366941299388416                <NA>
## 738                 <NA> 1597366900325257217                <NA>
## 739                 <NA> 1597366890456027136                <NA>
## 740                 <NA> 1597366889709113346                <NA>
## 741                 <NA> 1597366885347360769                <NA>
## 742                 <NA> 1597366869039943680                <NA>
## 743                 <NA> 1597366853302525953                <NA>
## 744                 <NA> 1597366841805926400                <NA>
## 745                 <NA> 1597366814698196992                <NA>
## 746                 <NA> 1597366809795375107                <NA>
## 747                 <NA> 1597366775435231232                <NA>
## 748                 <NA> 1597366770998079488                <NA>
## 749                 <NA> 1597366768317894657                <NA>
## 750                 <NA> 1597366756158627841                <NA>
## 751                 <NA> 1597366754811879424                <NA>
## 752  1597366744766898176 1597366746838884354 1348218031890165761
## 753                 <NA> 1597366708653633537          1202033696
## 754                 <NA> 1597366707093671936                <NA>
## 755                 <NA> 1597366707081080832                <NA>
## 756                 <NA> 1597366698788917248                <NA>
## 757                 <NA> 1597366672074997761                <NA>
## 758                 <NA> 1597366667646242817                <NA>
## 759                 <NA> 1597366660754968576                <NA>
## 760                 <NA> 1597366633554509824                <NA>
## 761                 <NA> 1597366633294573570                <NA>
## 762                 <NA> 1597366625837019136                <NA>
## 763                 <NA> 1597366624008343552                <NA>
## 764                 <NA> 1597366623283073025                <NA>
## 765                 <NA> 1597366619445284864                <NA>
## 766                 <NA> 1597366603737288705                <NA>
## 767                 <NA> 1597366558359449600                <NA>
## 768                 <NA> 1597366550280826880                <NA>
## 769                 <NA> 1597366541380898817                <NA>
## 770                 <NA> 1597366521227272192                <NA>
## 771                 <NA> 1597366519729598464                <NA>
## 772                 <NA> 1597366511362248704                <NA>
## 773                 <NA> 1597366502419992576                <NA>
## 774                 <NA> 1597366498300813313                <NA>
## 775                 <NA> 1597366468131573760                <NA>
## 776                 <NA> 1597366464738394112                <NA>
## 777                 <NA> 1597366445381677058                <NA>
## 778                 <NA> 1597366432412880897                <NA>
## 779                 <NA> 1597366426083688448                <NA>
## 780                 <NA> 1597366425370648576                <NA>
## 781                 <NA> 1597366411965263872                <NA>
## 782                 <NA> 1597366389391601664                <NA>
## 783                 <NA> 1597366383238860800                <NA>
## 784                 <NA> 1597366379916976128                <NA>
## 785                 <NA> 1597366372371079169                <NA>
## 786                 <NA> 1597366369749987328                <NA>
## 787                 <NA> 1597366361059381248                <NA>
## 788                 <NA> 1597366358689603585                <NA>
## 789                 <NA> 1597366330801664001                <NA>
## 790                 <NA> 1597366302087446530                <NA>
## 791                 <NA> 1597366301995196416                <NA>
## 792                 <NA> 1597366291274211328                <NA>
## 793                 <NA> 1597366267933249537                <NA>
## 794                 <NA> 1597366244998799360                <NA>
## 795                 <NA> 1597366233082769408                <NA>
## 796                 <NA> 1597366218692136960                <NA>
## 797                 <NA> 1597366184675975168                <NA>
## 798                 <NA> 1597366183644508160                <NA>
## 799                 <NA> 1597366182939570176                <NA>
## 800                 <NA> 1597366158956843010                <NA>
## 801                 <NA> 1597366145295667200                <NA>
## 802                 <NA> 1597366130045132800                <NA>
## 803                 <NA> 1597366114694356992                <NA>
## 804                 <NA> 1597366099120902144                <NA>
## 805                 <NA> 1597366089885057025                <NA>
## 806                 <NA> 1597366086827376640                <NA>
## 807                 <NA> 1597366084168187904                <NA>
## 808                 <NA> 1597366083899428864                <NA>
## 809                 <NA> 1597366022457393153                <NA>
## 810                 <NA> 1597365999401328640                <NA>
## 811                 <NA> 1597365982645092353                <NA>
## 812                 <NA> 1597365975888035840                <NA>
## 813                 <NA> 1597365955973484545                <NA>
## 814                 <NA> 1597365945369886720                <NA>
## 815                 <NA> 1597365905423335424                <NA>
## 816                 <NA> 1597365894975741952                <NA>
## 817                 <NA> 1597365879154491392                <NA>
## 818                 <NA> 1597365823307673600                <NA>
## 819                 <NA> 1597365812137848832                <NA>
## 820                 <NA> 1597365799005540357                <NA>
## 821                 <NA> 1597365736275873792                <NA>
## 822                 <NA> 1597365732249161733                <NA>
## 823                 <NA> 1597365726419247104                <NA>
## 824                 <NA> 1597365724556980225                <NA>
## 825                 <NA> 1597365715954470912                <NA>
## 826                 <NA> 1597365682404229120                <NA>
## 827                 <NA> 1597365679027793920                <NA>
## 828  1597365626137640961 1597365632084824064 1355637117225988108
## 829  1597365616633348096 1597365626137640961 1355637117225988108
## 830                 <NA> 1597365621351911424                <NA>
## 831  1597365613042995200 1597365616633348096 1355637117225988108
## 832                 <NA> 1597365613042995200                <NA>
## 833                 <NA> 1597365608349597696                <NA>
## 834                 <NA> 1597365608026607618                <NA>
## 835                 <NA> 1597365543786668032                <NA>
## 836                 <NA> 1597365528498405377                <NA>
## 837                 <NA> 1597365524681592833                <NA>
## 838                 <NA> 1597365503626207232                <NA>
## 839                 <NA> 1597365499494830083                <NA>
## 840                 <NA> 1597365491743346688                <NA>
## 841                 <NA> 1597365490351222784                <NA>
## 842                 <NA> 1597365484651171840                <NA>
## 843                 <NA> 1597365371425943553                <NA>
## 844                 <NA> 1597365367344857088                <NA>
## 845                 <NA> 1597365349879779328                <NA>
## 846                 <NA> 1597365340526125056                <NA>
## 847                 <NA> 1597365323472068608                <NA>
## 848                 <NA> 1597365288814903296                <NA>
## 849                 <NA> 1597365270632620032                <NA>
## 850                 <NA> 1597365269483380736                <NA>
## 851                 <NA> 1597365246758653952                <NA>
## 852                 <NA> 1597365244287848450                <NA>
## 853                 <NA> 1597365238428762115                <NA>
## 854                 <NA> 1597365234682851328                <NA>
## 855                 <NA> 1597365233361702912                <NA>
## 856                 <NA> 1597365218841358336                <NA>
## 857                 <NA> 1597365193096372224                <NA>
## 858                 <NA> 1597365174587265024                <NA>
## 859                 <NA> 1597365147567558657                <NA>
## 860                 <NA> 1597365145910800384                <NA>
## 861                 <NA> 1597365079108104194                <NA>
## 862                 <NA> 1597365073517121536                <NA>
## 863                 <NA> 1597365071935860736                <NA>
## 864                 <NA> 1597365068387454976                <NA>
## 865                 <NA> 1597365039920734208                <NA>
## 866                 <NA> 1597364995297136640                <NA>
## 867                 <NA> 1597364974426689536                <NA>
## 868                 <NA> 1597364951978373120                <NA>
## 869                 <NA> 1597364918294319104                <NA>
## 870                 <NA> 1597364912661331968                <NA>
## 871  1597364899797401600 1597364901659701250 1570506529270366208
## 872                 <NA> 1597364872928690178                <NA>
## 873                 <NA> 1597364822563520513                <NA>
## 874                 <NA> 1597364817995919361                <NA>
## 875                 <NA> 1597364805186510849                <NA>
## 876                 <NA> 1597364799503204352                <NA>
## 877                 <NA> 1597364772244111361                <NA>
## 878                 <NA> 1597364760760422400                <NA>
## 879                 <NA> 1597364753030320129                <NA>
## 880                 <NA> 1597364752845484032                <NA>
## 881                 <NA> 1597364709048856578                <NA>
## 882                 <NA> 1597364685413965824                <NA>
## 883                 <NA> 1597364683521986560                <NA>
## 884                 <NA> 1597364679482912768                <NA>
## 885                 <NA> 1597364645811335169                <NA>
## 886                 <NA> 1597364615519739905                <NA>
## 887                 <NA> 1597364573971283969                <NA>
## 888                 <NA> 1597364553305948165                <NA>
## 889                 <NA> 1597364539427028992                <NA>
## 890                 <NA> 1597364521039171585                <NA>
## 891                 <NA> 1597364514357673985                <NA>
## 892                 <NA> 1597364513397182465                <NA>
## 893                 <NA> 1597364511803310080                <NA>
## 894                 <NA> 1597364504178098178                <NA>
## 895                 <NA> 1597364485018484738                <NA>
## 896                 <NA> 1597364477401649152                <NA>
## 897                 <NA> 1597364463153606656                <NA>
## 898                 <NA> 1597364433957060609                <NA>
## 899                 <NA> 1597364423563579392                <NA>
## 900                 <NA> 1597364419599925248                <NA>
## 901                 <NA> 1597364373479395328                <NA>
## 902                 <NA> 1597364360074387456                <NA>
## 903                 <NA> 1597364357394223105                <NA>
## 904                 <NA> 1597364329741176832                <NA>
## 905                 <NA> 1597364316596211712                <NA>
## 906                 <NA> 1597364312259317760                <NA>
## 907                 <NA> 1597364312208646144                <NA>
## 908                 <NA> 1597364306689282048                <NA>
## 909                 <NA> 1597364294274150400                <NA>
## 910                 <NA> 1597364268240105472                <NA>
## 911                 <NA> 1597364210413207552                <NA>
## 912                 <NA> 1597364187331981314                <NA>
## 913                 <NA> 1597364179182440448                <NA>
## 914                 <NA> 1597364168159825920                <NA>
## 915                 <NA> 1597364156717748224                <NA>
## 916                 <NA> 1597364133938475008                <NA>
## 917                 <NA> 1597364133518721024                <NA>
## 918                 <NA> 1597364121749827584                <NA>
## 919                 <NA> 1597364110790123520                <NA>
## 920                 <NA> 1597364046193643520                <NA>
## 921                 <NA> 1597364038845202432                <NA>
## 922                 <NA> 1597364009455738880                <NA>
## 923                 <NA> 1597364008419749889                <NA>
## 924                 <NA> 1597364005152358401                <NA>
## 925                 <NA> 1597363998340444160                <NA>
## 926                 <NA> 1597363975280562176                <NA>
## 927                 <NA> 1597363957156626432                <NA>
## 928                 <NA> 1597363928014950401                <NA>
## 929                 <NA> 1597363927855529985                <NA>
## 930                 <NA> 1597363926471098368                <NA>
## 931                 <NA> 1597363912777011200                <NA>
## 932                 <NA> 1597363911707480064                <NA>
## 933                 <NA> 1597363882112454656                <NA>
## 934                 <NA> 1597363868765855744                <NA>
## 935                 <NA> 1597363818317123584                <NA>
## 936                 <NA> 1597363781788917760                <NA>
## 937                 <NA> 1597363769013080064                <NA>
## 938  1597363767389847554 1597363768987881472 1570506529270366208
## 939                 <NA> 1597363716705906689                <NA>
## 940                 <NA> 1597363699815063552                <NA>
## 941                 <NA> 1597363666097410048                <NA>
## 942                 <NA> 1597363659612618752                <NA>
## 943                 <NA> 1597363654382407681                <NA>
## 944                 <NA> 1597363612405747712                <NA>
## 945                 <NA> 1597363611844108288                <NA>
## 946                 <NA> 1597363611596247040                <NA>
## 947                 <NA> 1597363610564857856                <NA>
## 948                 <NA> 1597363610170585088                <NA>
## 949                 <NA> 1597363576703897600                <NA>
## 950                 <NA> 1597363568009433088                <NA>
## 951                 <NA> 1597363561218863104                <NA>
## 952                 <NA> 1597363529920937984                <NA>
## 953                 <NA> 1597363503769133056                <NA>
## 954                 <NA> 1597363488896167937                <NA>
## 955                 <NA> 1597363478796242944                <NA>
## 956                 <NA> 1597363438833266689                <NA>
## 957                 <NA> 1597363422638661633                <NA>
## 958                 <NA> 1597363385171324929                <NA>
## 959                 <NA> 1597363385053552640                <NA>
## 960                 <NA> 1597363352082452480                <NA>
## 961                 <NA> 1597363349351976960                <NA>
## 962                 <NA> 1597363339037794304                <NA>
## 963                 <NA> 1597363334197968896                <NA>
## 964                 <NA> 1597363333979549696                <NA>
## 965                 <NA> 1597363324404240384                <NA>
## 966                 <NA> 1597363289557958657                <NA>
## 967                 <NA> 1597363247115825153                <NA>
## 968                 <NA> 1597363185933512706                <NA>
## 969                 <NA> 1597363177389690880                <NA>
## 970                 <NA> 1597363161950490626                <NA>
## 971                 <NA> 1597363151871234048                <NA>
## 972                 <NA> 1597363140546932737                <NA>
## 973                 <NA> 1597363134297440256                <NA>
## 974                 <NA> 1597363115360124928                <NA>
## 975                 <NA> 1597363079313907712                <NA>
## 976                 <NA> 1597363072578252800                <NA>
## 977                 <NA> 1597363063308832768                <NA>
## 978                 <NA> 1597363042081468417                <NA>
## 979                 <NA> 1597363021051199488                <NA>
## 980                 <NA> 1597363007453278208                <NA>
## 981                 <NA> 1597362996266897408                <NA>
## 982                 <NA> 1597362985256685568                <NA>
## 983                 <NA> 1597362977337798656                <NA>
## 984                 <NA> 1597362971226918912                <NA>
## 985                 <NA> 1597362952952320000                <NA>
## 986                 <NA> 1597362937836228608                <NA>
## 987                 <NA> 1597362934677573632                <NA>
## 988                 <NA> 1597362930021855233                <NA>
## 989                 <NA> 1597362923739189249                <NA>
## 990                 <NA> 1597362903027372032                <NA>
## 991                 <NA> 1597362889006157826                <NA>
## 992                 <NA> 1597362884245610496                <NA>
## 993                 <NA> 1597362877127876608                <NA>
## 994                 <NA> 1597362868306837504                <NA>
## 995                 <NA> 1597362838225686528                <NA>
## 996                 <NA> 1597362825542131712                <NA>
## 997                 <NA> 1597362825076228096                <NA>
## 998                 <NA> 1597362813659324416                <NA>
## 999                 <NA> 1597362795674103808                <NA>
## 1000                <NA> 1597362778150694912                <NA>
## 1001                <NA> 1597362770550304768                <NA>
## 1002                <NA> 1597362764896669696                <NA>
## 1003                <NA> 1597362752171167744                <NA>
## 1004                <NA> 1597362738145083393                <NA>
## 1005                <NA> 1597362714426626049                <NA>
## 1006                <NA> 1597362712467894272                <NA>
## 1007                <NA> 1597362707816386560                <NA>
## 1008                <NA> 1597362706449076226                <NA>
## 1009                <NA> 1597362704607739904                <NA>
## 1010                <NA> 1597362699264196608                <NA>
## 1011                <NA> 1597362696462028802                <NA>
## 1012                <NA> 1597362690045149185                <NA>
## 1013                <NA> 1597362665588162560                <NA>
## 1014                <NA> 1597362665227452416                <NA>
## 1015                <NA> 1597362654485438465          2967087287
## 1016                <NA> 1597362652506099712                <NA>
## 1017                <NA> 1597362632054673408                <NA>
## 1018                <NA> 1597362625842909186                <NA>
## 1019                <NA> 1597362606318108672                <NA>
## 1020                <NA> 1597362595429687296                <NA>
## 1021                <NA> 1597362589721583617                <NA>
## 1022                <NA> 1597362581903011842                <NA>
## 1023                <NA> 1597362543567441922                <NA>
## 1024                <NA> 1597362533874421760                <NA>
## 1025                <NA> 1597362523107311616                <NA>
## 1026                <NA> 1597362518552244224                <NA>
## 1027                <NA> 1597362487607066624                <NA>
## 1028                <NA> 1597362470200709120                <NA>
## 1029                <NA> 1597362445697581056                <NA>
## 1030                <NA> 1597362422926675968                <NA>
## 1031                <NA> 1597362414315794433                <NA>
## 1032                <NA> 1597362396125069313                <NA>
## 1033                <NA> 1597362395394891776                <NA>
## 1034                <NA> 1597362364696866817                <NA>
## 1035                <NA> 1597362334330392576                <NA>
## 1036                <NA> 1597362333109878786                <NA>
## 1037                <NA> 1597362324528300032                <NA>
## 1038                <NA> 1597362323119017984                <NA>
## 1039 1597359663410188289 1597362281222139904 1588763282516615168
## 1040                <NA> 1597362280525893634                <NA>
## 1041                <NA> 1597362274150526977                <NA>
## 1042                <NA> 1597362271562633216                <NA>
## 1043                <NA> 1597362267783585793                <NA>
## 1044 1597246500161347586 1597362250901512192 1480462518329823233
## 1045                <NA> 1597362232262037504                <NA>
## 1046                <NA> 1597362231989399552                <NA>
## 1047                <NA> 1597362231938756608                <NA>
## 1048                <NA> 1597362203640107009                <NA>
## 1049                <NA> 1597362184207880193                <NA>
## 1050                <NA> 1597362171595218944                <NA>
## 1051                <NA> 1597362151341314048                <NA>
## 1052                <NA> 1597362150208843776                <NA>
## 1053                <NA> 1597362124250304515                <NA>
## 1054                <NA> 1597362100162420736                <NA>
## 1055                <NA> 1597362098539233280                <NA>
## 1056                <NA> 1597362079748755457                <NA>
## 1057                <NA> 1597362074837209088                <NA>
## 1058                <NA> 1597362062233305088                <NA>
## 1059                <NA> 1597362000660922369                <NA>
## 1060                <NA> 1597361995216408576                <NA>
## 1061                <NA> 1597361994817892352                <NA>
## 1062                <NA> 1597361993799069696                <NA>
## 1063                <NA> 1597361955811241984                <NA>
## 1064                <NA> 1597361945463918592                <NA>
## 1065                <NA> 1597361936500666369                <NA>
## 1066                <NA> 1597361908612362241                <NA>
## 1067                <NA> 1597361894503092224                <NA>
## 1068                <NA> 1597361868682985473                <NA>
## 1069                <NA> 1597361862890307584                <NA>
## 1070                <NA> 1597361859983970304                <NA>
## 1071                <NA> 1597361850387427328                <NA>
## 1072                <NA> 1597361839163473920                <NA>
## 1073                <NA> 1597361807277969408                <NA>
## 1074                <NA> 1597361784050298880                <NA>
## 1075                <NA> 1597361750449410048                <NA>
## 1076                <NA> 1597361730124124160                <NA>
## 1077                <NA> 1597361686604046336                <NA>
## 1078                <NA> 1597361678953259009                <NA>
## 1079                <NA> 1597361666244562945                <NA>
## 1080                <NA> 1597361664231616512                <NA>
## 1081                <NA> 1597361656056938497                <NA>
## 1082                <NA> 1597361649660628993                <NA>
## 1083                <NA> 1597361649069215744                <NA>
## 1084 1597328421402517504 1597361634267176961          2833652915
## 1085                <NA> 1597361606945812480                <NA>
## 1086                <NA> 1597361604878008320                <NA>
## 1087                <NA> 1597361587052216321                <NA>
## 1088                <NA> 1597361585567109120                <NA>
## 1089                <NA> 1597361560846225409                <NA>
## 1090                <NA> 1597361555242614784                <NA>
## 1091                <NA> 1597361547265073153                <NA>
## 1092                <NA> 1597361511563137024                <NA>
## 1093                <NA> 1597361508190519296                <NA>
## 1094                <NA> 1597361492932034560                <NA>
## 1095                <NA> 1597361484245659649                <NA>
## 1096                <NA> 1597361483373240320                <NA>
## 1097                <NA> 1597361470093766656                <NA>
## 1098                <NA> 1597361454004731906                <NA>
## 1099                <NA> 1597361453140709377                <NA>
## 1100                <NA> 1597361447100903424                <NA>
## 1101                <NA> 1597361435214241795                <NA>
## 1102                <NA> 1597361419233611776                <NA>
## 1103                <NA> 1597361412359479296                <NA>
## 1104                <NA> 1597361403341713409                <NA>
## 1105                <NA> 1597361394433003522                <NA>
## 1106                <NA> 1597361376712089600                <NA>
## 1107                <NA> 1597361373524406272                <NA>
## 1108                <NA> 1597361354431926273                <NA>
## 1109                <NA> 1597361349130358784                <NA>
## 1110                <NA> 1597361345435140096           216297584
## 1111                <NA> 1597361314321805314                <NA>
## 1112                <NA> 1597361311218032641                <NA>
## 1113                <NA> 1597361261020602369                <NA>
## 1114                <NA> 1597361252527124480                <NA>
## 1115                <NA> 1597361244067205120                <NA>
## 1116                <NA> 1597361232172167169                <NA>
## 1117                <NA> 1597361216200257536                <NA>
## 1118                <NA> 1597361211057717249                <NA>
## 1119                <NA> 1597361202367148032                <NA>
## 1120                <NA> 1597361193446174721                <NA>
## 1121                <NA> 1597361158721503232                <NA>
## 1122                <NA> 1597361129344598018                <NA>
## 1123                <NA> 1597361121631272960                <NA>
## 1124                <NA> 1597361118363930624                <NA>
## 1125                <NA> 1597361056112070656                <NA>
## 1126 1596195825700544516 1597361012730081280           327862439
## 1127                <NA> 1597361004023001088                <NA>
## 1128                <NA> 1597360992597729280                <NA>
## 1129                <NA> 1597360980962734080                <NA>
## 1130                <NA> 1597360955985645568                <NA>
## 1131                <NA> 1597360955415199744                <NA>
## 1132                <NA> 1597360943713120256                <NA>
## 1133                <NA> 1597360923110694912                <NA>
## 1134                <NA> 1597360899961987072                <NA>
## 1135                <NA> 1597360899412865024                <NA>
## 1136                <NA> 1597360889384296449                <NA>
## 1137                <NA> 1597360881809371138                <NA>
## 1138                <NA> 1597360867636523008                <NA>
## 1139                <NA> 1597360849559375872                <NA>
## 1140                <NA> 1597360829682569217                <NA>
## 1141                <NA> 1597360823030386690                <NA>
## 1142                <NA> 1597360801593298945                <NA>
## 1143                <NA> 1597360790327414785                <NA>
## 1144                <NA> 1597360789991882752                <NA>
## 1145                <NA> 1597360781229948929                <NA>
## 1146                <NA> 1597360771889266688                <NA>
## 1147                <NA> 1597360770186366977                <NA>
## 1148                <NA> 1597360765887205381                <NA>
## 1149                <NA> 1597360738951401472                <NA>
## 1150                <NA> 1597360729002496000                <NA>
## 1151                <NA> 1597360726087434242                <NA>
## 1152                <NA> 1597360724707536898                <NA>
## 1153                <NA> 1597360721137848320                <NA>
## 1154                <NA> 1597360694219137024                <NA>
## 1155                <NA> 1597360680679919618                <NA>
## 1156                <NA> 1597360666213433344                <NA>
## 1157                <NA> 1597360665379115008                <NA>
## 1158                <NA> 1597360654914007040                <NA>
## 1159 1596762507867475969 1597360651847860225           230089143
## 1160                <NA> 1597360651185184769                <NA>
## 1161                <NA> 1597360651067719680                <NA>
## 1162                <NA> 1597360648341839872                <NA>
## 1163                <NA> 1597360632869031936                <NA>
## 1164                <NA> 1597360616448339968                <NA>
## 1165                <NA> 1597360610815389697                <NA>
## 1166                <NA> 1597360582264397824                <NA>
## 1167                <NA> 1597360580033409025                <NA>
## 1168                <NA> 1597360552602656768                <NA>
## 1169                <NA> 1597360548668063744                <NA>
## 1170                <NA> 1597360533870874626                <NA>
## 1171                <NA> 1597360533392744448                <NA>
## 1172                <NA> 1597360528523145217                <NA>
## 1173                <NA> 1597360523510571009                <NA>
## 1174                <NA> 1597360515822407683                <NA>
## 1175                <NA> 1597360500320632832                <NA>
## 1176                <NA> 1597360487918096384                <NA>
## 1177                <NA> 1597360477155491840                <NA>
## 1178                <NA> 1597360473460334593                <NA>
## 1179                <NA> 1597360471815835648                <NA>
## 1180                <NA> 1597360407336734720                <NA>
## 1181                <NA> 1597360397551820800                <NA>
## 1182                <NA> 1597360378501271553                <NA>
## 1183                <NA> 1597360346658136064                <NA>
## 1184                <NA> 1597360342417387520                <NA>
## 1185                <NA> 1597360329864142849                <NA>
## 1186                <NA> 1597360319969755140                <NA>
## 1187                <NA> 1597360317616750593                <NA>
## 1188                <NA> 1597360317209931776                <NA>
## 1189                <NA> 1597360315792228352                <NA>
## 1190                <NA> 1597360306334101505                <NA>
## 1191                <NA> 1597360277506654208                <NA>
## 1192                <NA> 1597360256228917248                <NA>
## 1193                <NA> 1597360250126237697                <NA>
## 1194                <NA> 1597360235424804864                <NA>
## 1195                <NA> 1597360222430863360                <NA>
## 1196                <NA> 1597360207369506817                <NA>
## 1197                <NA> 1597360184875094016                <NA>
## 1198                <NA> 1597360180928589825                <NA>
## 1199                <NA> 1597360179086970880                <NA>
## 1200                <NA> 1597360172867145728                <NA>
## 1201                <NA> 1597360141984493568                <NA>
## 1202                <NA> 1597360141426626560                <NA>
## 1203                <NA> 1597360126314225664                <NA>
## 1204                <NA> 1597360119083601920                <NA>
## 1205                <NA> 1597360096937639936                <NA>
## 1206                <NA> 1597360069855055872                <NA>
## 1207                <NA> 1597360063559389184                <NA>
## 1208                <NA> 1597360042201653248                <NA>
## 1209                <NA> 1597360040192933888                <NA>
## 1210                <NA> 1597360033276506115                <NA>
## 1211                <NA> 1597359986816200704                <NA>
## 1212                <NA> 1597359969212719105                <NA>
## 1213                <NA> 1597359896017915910                <NA>
## 1214                <NA> 1597359886744289280                <NA>
## 1215 1597359749259198464 1597359855429304320 1427309745635999750
## 1216                <NA> 1597359835884195840                <NA>
## 1217                <NA> 1597359830863609856                <NA>
## 1218                <NA> 1597359809678172160                <NA>
## 1219                <NA> 1597359804816982017                <NA>
## 1220                <NA> 1597359748516818944                <NA>
## 1221                <NA> 1597359742812565504                <NA>
## 1222                <NA> 1597359740455358465                <NA>
## 1223                <NA> 1597359711975661568                <NA>
## 1224                <NA> 1597359686898311168                <NA>
## 1225                <NA> 1597359679578914816                <NA>
## 1226                <NA> 1597359613565087747                <NA>
## 1227                <NA> 1597359608498384896                <NA>
## 1228                <NA> 1597359586365018112                <NA>
## 1229                <NA> 1597359585291284480                <NA>
## 1230                <NA> 1597359583395467264                <NA>
## 1231                <NA> 1597359581537050626                <NA>
## 1232                <NA> 1597359571328438276                <NA>
## 1233                <NA> 1597359570854481920                <NA>
## 1234                <NA> 1597359544925327360                <NA>
## 1235                <NA> 1597359544224878593                <NA>
## 1236                <NA> 1597359518920630273                <NA>
## 1237                <NA> 1597359506132205574                <NA>
## 1238                <NA> 1597359501006766080                <NA>
## 1239                <NA> 1597359481842991104                <NA>
## 1240                <NA> 1597359480538550272                <NA>
## 1241                <NA> 1597359459348918272                <NA>
## 1242                <NA> 1597359457406976000                <NA>
## 1243                <NA> 1597359446383947777                <NA>
## 1244                <NA> 1597359430269833216                <NA>
## 1245                <NA> 1597359421973487616                <NA>
## 1246                <NA> 1597359401970860032                <NA>
## 1247                <NA> 1597359383297810432                <NA>
## 1248                <NA> 1597359380189810688                <NA>
## 1249                <NA> 1597359373772533760                <NA>
## 1250                <NA> 1597359372514254848                <NA>
## 1251                <NA> 1597359357943255040                <NA>
## 1252                <NA> 1597359356399726592                <NA>
## 1253                <NA> 1597359311621337088                <NA>
## 1254                <NA> 1597359293803925504                <NA>
## 1255                <NA> 1597359281791082496                <NA>
## 1256                <NA> 1597359279329406977                <NA>
## 1257                <NA> 1597359265265905665                <NA>
## 1258                <NA> 1597359247096180737                <NA>
## 1259                <NA> 1597359246353797121                <NA>
## 1260                <NA> 1597359237189238785                <NA>
## 1261                <NA> 1597359226296623106                <NA>
## 1262                <NA> 1597359210970632192                <NA>
## 1263                <NA> 1597359199725686787                <NA>
## 1264                <NA> 1597359167827689473                <NA>
## 1265                <NA> 1597359144943915013                <NA>
## 1266                <NA> 1597359124383117313                <NA>
## 1267                <NA> 1597359122474991616                <NA>
## 1268                <NA> 1597359113515991040                <NA>
## 1269                <NA> 1597359092871614464                <NA>
## 1270                <NA> 1597359085951004672                <NA>
## 1271                <NA> 1597359085615095808                <NA>
## 1272                <NA> 1597359076207648768                <NA>
## 1273                <NA> 1597359074265268224                <NA>
## 1274                <NA> 1597359039943692289                <NA>
## 1275                <NA> 1597359037590695938                <NA>
## 1276                <NA> 1597359000886345728                <NA>
## 1277                <NA> 1597358997463408640                <NA>
## 1278                <NA> 1597358990891311104                <NA>
## 1279                <NA> 1597358982464929792                <NA>
## 1280                <NA> 1597358961313058816                <NA>
## 1281                <NA> 1597358928220024832                <NA>
## 1282                <NA> 1597358927968337923                <NA>
## 1283                <NA> 1597358910541033474                <NA>
## 1284                <NA> 1597358903200600064                <NA>
## 1285                <NA> 1597358876151910400                <NA>
## 1286                <NA> 1597358872515448832                <NA>
## 1287                <NA> 1597358862361055232                <NA>
## 1288                <NA> 1597358848620519424                <NA>
## 1289                <NA> 1597358836897050624                <NA>
## 1290                <NA> 1597358833466478592                <NA>
## 1291                <NA> 1597358798783787008                <NA>
## 1292                <NA> 1597358798758608896                <NA>
## 1293                <NA> 1597358795503853568                <NA>
## 1294                <NA> 1597358791133171713                <NA>
## 1295                <NA> 1597358786377052160                <NA>
## 1296                <NA> 1597358761081200640                <NA>
## 1297                <NA> 1597358747483275265                <NA>
## 1298                <NA> 1597358726092312581                <NA>
## 1299                <NA> 1597358691996471296                <NA>
## 1300                <NA> 1597358678566313984                <NA>
## 1301                <NA> 1597358649361412097                <NA>
## 1302                <NA> 1597358637332111360                <NA>
## 1303 1597305105837015040 1597358635373703169           427089628
## 1304                <NA> 1597358608639221762                <NA>
## 1305                <NA> 1597358591547428864                <NA>
## 1306                <NA> 1597358555774214145                <NA>
## 1307                <NA> 1597358551164649473                <NA>
## 1308                <NA> 1597358550640373761                <NA>
## 1309                <NA> 1597358538245873664                <NA>
## 1310 1597336812732575744 1597358535251095552            44196397
## 1311                <NA> 1597358534592991233                <NA>
## 1312                <NA> 1597358529362681857                <NA>
## 1313                <NA> 1597358505291546624                <NA>
## 1314                <NA> 1597358496890376192                <NA>
## 1315                <NA> 1597358488032006144                <NA>
## 1316                <NA> 1597358478053761024                <NA>
## 1317                <NA> 1597358475801419777                <NA>
## 1318                <NA> 1597358466711973888                <NA>
## 1319                <NA> 1597358453726797824                <NA>
## 1320                <NA> 1597358450656567300                <NA>
## 1321                <NA> 1597358447334334465                <NA>
## 1322                <NA> 1597358429395615746                <NA>
## 1323                <NA> 1597358410743177216                <NA>
## 1324                <NA> 1597358405022547968                <NA>
## 1325                <NA> 1597358404720537601                <NA>
## 1326                <NA> 1597358390422155264                <NA>
## 1327                <NA> 1597358381530243074                <NA>
## 1328                <NA> 1597358373846257664                <NA>
## 1329                <NA> 1597358361582120960                <NA>
## 1330                <NA> 1597358353164177409                <NA>
## 1331                <NA> 1597358344141828097                <NA>
## 1332                <NA> 1597358340924792832                <NA>
## 1333                <NA> 1597358322851938305                <NA>
## 1334                <NA> 1597358315843227648                <NA>
## 1335                <NA> 1597358267701002240                <NA>
## 1336                <NA> 1597358260256137216                <NA>
## 1337                <NA> 1597358255927623682                <NA>
## 1338                <NA> 1597358227301490688                <NA>
## 1339                <NA> 1597358217709117441                <NA>
## 1340                <NA> 1597358217079554048                <NA>
## 1341                <NA> 1597358202575671296                <NA>
## 1342                <NA> 1597358184422727680                <NA>
## 1343                <NA> 1597358177275682816                <NA>
## 1344                <NA> 1597358154542886912                <NA>
## 1345                <NA> 1597358141334646786                <NA>
## 1346                <NA> 1597358136662585344                <NA>
## 1347                <NA> 1597358124117405696                <NA>
## 1348                <NA> 1597358102193803264                <NA>
## 1349                <NA> 1597358101715247104            16016673
## 1350                <NA> 1597358094031679488                <NA>
## 1351                <NA> 1597358075291512832                <NA>
## 1352                <NA> 1597358072397459456                <NA>
## 1353                <NA> 1597358063325155328                <NA>
## 1354 1597357914427396097 1597358052495085569 1125518631369150464
## 1355                <NA> 1597358032568320000                <NA>
## 1356                <NA> 1597358026775592960                <NA>
## 1357                <NA> 1597358025052151808                <NA>
## 1358                <NA> 1597358017615646720                <NA>
## 1359                <NA> 1597358005175320576                <NA>
## 1360                <NA> 1597357993565507584                <NA>
## 1361                <NA> 1597357991329923072                <NA>
## 1362                <NA> 1597357959935561728                <NA>
## 1363                <NA> 1597357888942796800                <NA>
## 1364                <NA> 1597357888657580034                <NA>
## 1365                <NA> 1597357885746720768                <NA>
## 1366                <NA> 1597357868537507845                <NA>
## 1367                <NA> 1597357812929433600                <NA>
## 1368                <NA> 1597357805609943041                <NA>
## 1369                <NA> 1597357802317840385                <NA>
## 1370                <NA> 1597357764136734721                <NA>
## 1371                <NA> 1597357749398310912                <NA>
## 1372                <NA> 1597357747376623616                <NA>
## 1373                <NA> 1597357744461602816                <NA>
## 1374                <NA> 1597357718461116417                <NA>
## 1375                <NA> 1597357698240024576                <NA>
## 1376                <NA> 1597357665516417025                <NA>
## 1377                <NA> 1597357628199677953                <NA>
## 1378                <NA> 1597357620008226816                <NA>
## 1379                <NA> 1597357616493051904                <NA>
## 1380                <NA> 1597357590325137408                <NA>
## 1381                <NA> 1597357583198625792                <NA>
## 1382                <NA> 1597357564161044481                <NA>
## 1383                <NA> 1597357530308833280                <NA>
## 1384                <NA> 1597357521517580288                <NA>
## 1385                <NA> 1597357473274265600                <NA>
## 1386                <NA> 1597357461228310528                <NA>
## 1387                <NA> 1597357459236352005                <NA>
## 1388                <NA> 1597357445546151936                <NA>
## 1389                <NA> 1597357411840692224                <NA>
## 1390                <NA> 1597357404056080384                <NA>
## 1391                <NA> 1597357383415521280                <NA>
## 1392                <NA> 1597357355116920833                <NA>
## 1393                <NA> 1597357353812119552                <NA>
## 1394                <NA> 1597357350809403392                <NA>
## 1395                <NA> 1597357330290839552                <NA>
## 1396 1597100861938839552 1597357326427918336  744260935527735296
## 1397                <NA> 1597357297893724160                <NA>
## 1398                <NA> 1597357276360507393                <NA>
## 1399                <NA> 1597357271146635266                <NA>
## 1400                <NA> 1597357261457747968                <NA>
## 1401                <NA> 1597357253782171648                <NA>
## 1402                <NA> 1597357223088656385                <NA>
## 1403                <NA> 1597357213483667457                <NA>
## 1404                <NA> 1597357198216089600                <NA>
## 1405                <NA> 1597357143807909889                <NA>
## 1406                <NA> 1597357137994207232                <NA>
## 1407                <NA> 1597357135641579522                <NA>
## 1408 1597310751865278465 1597357131698954241            17230018
## 1409                <NA> 1597357096915587072                <NA>
## 1410                <NA> 1597357065030488064                <NA>
## 1411                <NA> 1597357062463590400                <NA>
## 1412                <NA> 1597357058567069697                <NA>
## 1413                <NA> 1597357052250050560                <NA>
## 1414                <NA> 1597357045875118081                <NA>
## 1415                <NA> 1597357041693360128                <NA>
## 1416                <NA> 1597356994003800064                <NA>
## 1417                <NA> 1597356972218544128                <NA>
## 1418                <NA> 1597356966296563712                <NA>
## 1419                <NA> 1597356934339866624                <NA>
## 1420                <NA> 1597356932590960642                <NA>
## 1421                <NA> 1597356930665967616                <NA>
## 1422                <NA> 1597356916136898564                <NA>
## 1423                <NA> 1597356911577350144                <NA>
## 1424                <NA> 1597356901473218560                <NA>
## 1425                <NA> 1597356877746032640                <NA>
## 1426                <NA> 1597356865259986944                <NA>
## 1427                <NA> 1597356858054180864                <NA>
## 1428                <NA> 1597356854711308290                <NA>
## 1429                <NA> 1597356834595037185                <NA>
## 1430                <NA> 1597356724230402048                <NA>
## 1431                <NA> 1597356715522936832                <NA>
## 1432                <NA> 1597356711995920384                <NA>
## 1433                <NA> 1597356682014621696                <NA>
## 1434                <NA> 1597356663568490496                <NA>
## 1435                <NA> 1597356662637363200                <NA>
## 1436                <NA> 1597356657075687424                <NA>
## 1437                <NA> 1597356637819637760                <NA>
## 1438                <NA> 1597356625391915011                <NA>
## 1439                <NA> 1597356617749901313                <NA>
## 1440                <NA> 1597356616306696192                <NA>
## 1441                <NA> 1597356561772388352                <NA>
## 1442 1597355499367768068 1597356495586627585 1209795765549305856
## 1443                <NA> 1597356488200454144                <NA>
## 1444                <NA> 1597356485239005184                <NA>
## 1445                <NA> 1597356406419488768                <NA>
## 1446 1597255769912938496 1597356374748712960            20595373
## 1447                <NA> 1597356296533331968                <NA>
## 1448                <NA> 1597356260873367552                <NA>
## 1449                <NA> 1597356246033895426                <NA>
## 1450                <NA> 1597356241344307201                <NA>
## 1451                <NA> 1597356240170283008                <NA>
## 1452                <NA> 1597356225825746945                <NA>
## 1453                <NA> 1597356198604726272                <NA>
## 1454                <NA> 1597356192296488960                <NA>
## 1455                <NA> 1597356173526982656                <NA>
## 1456                <NA> 1597356168149860353                <NA>
## 1457                <NA> 1597356136885547008                <NA>
## 1458                <NA> 1597356125623418880                <NA>
## 1459                <NA> 1597356122037682176                <NA>
## 1460                <NA> 1597356115767197697                <NA>
## 1461                <NA> 1597356109429633024                <NA>
## 1462                <NA> 1597356082175029248                <NA>
## 1463 1597344659487195136 1597356068572925953 1363616498334466048
## 1464                <NA> 1597356065976221696                <NA>
## 1465                <NA> 1597356060658249728                <NA>
## 1466                <NA> 1597356041364070400                <NA>
## 1467                <NA> 1597356036410978304                <NA>
## 1468                <NA> 1597356029263884288                <NA>
## 1469                <NA> 1597356019768000512                <NA>
## 1470                <NA> 1597355981297438721                <NA>
## 1471                <NA> 1597355955221852160                <NA>
## 1472                <NA> 1597355950247378945                <NA>
## 1473                <NA> 1597355938725658624                <NA>
## 1474                <NA> 1597355938700460033                <NA>
## 1475                <NA> 1597355871805509634                <NA>
## 1476                <NA> 1597355868684976129                <NA>
## 1477                <NA> 1597355856164593667                <NA>
## 1478                <NA> 1597355855372226561                <NA>
## 1479                <NA> 1597355854462083072                <NA>
## 1480                <NA> 1597355840230805504                <NA>
## 1481                <NA> 1597355839513247744                <NA>
## 1482                <NA> 1597355838888628225                <NA>
## 1483                <NA> 1597355835965190144                <NA>
## 1484                <NA> 1597355829308854273                <NA>
## 1485                <NA> 1597355825768837126                <NA>
## 1486                <NA> 1597355815962554369                <NA>
## 1487                <NA> 1597355805770416128                <NA>
## 1488                <NA> 1597355767421882368                <NA>
## 1489                <NA> 1597355750481100800                <NA>
## 1490                <NA> 1597355721032863746                <NA>
## 1491                <NA> 1597355712942071808                <NA>
## 1492                <NA> 1597355687675559938                <NA>
## 1493                <NA> 1597355680570433538                <NA>
## 1494                <NA> 1597355672261517312                <NA>
## 1495                <NA> 1597355662421680133                <NA>
## 1496                <NA> 1597355657019420674                <NA>
## 1497                <NA> 1597355643018838016                <NA>
## 1498                <NA> 1597355638153416704                <NA>
## 1499                <NA> 1597355590334152704                <NA>
## 1500                <NA> 1597355588429950976                <NA>
## 1501                <NA> 1597355543928397824                <NA>
## 1502                <NA> 1597355537179774978                <NA>
## 1503                <NA> 1597355529042792448                <NA>
## 1504                <NA> 1597355528887631872                <NA>
## 1505                <NA> 1597355515847507968                <NA>
## 1506                <NA> 1597355505403711489                <NA>
## 1507                <NA> 1597355498399223808                <NA>
## 1508                <NA> 1597355483673034752                <NA>
## 1509                <NA> 1597355441776136192                <NA>
## 1510                <NA> 1597355440761110528                <NA>
## 1511                <NA> 1597355440152936449                <NA>
## 1512                <NA> 1597355431932071936                <NA>
## 1513                <NA> 1597355402387415042                <NA>
## 1514                <NA> 1597355401837965313                <NA>
## 1515                <NA> 1597355399186767872                <NA>
## 1516                <NA> 1597355395668119552                <NA>
## 1517                <NA> 1597355394711842816                <NA>
## 1518                <NA> 1597355379931115521                <NA>
## 1519                <NA> 1597355363887886336                <NA>
## 1520                <NA> 1597355354358427648                <NA>
## 1521                <NA> 1597355330773864449                <NA>
## 1522                <NA> 1597355326139142144                <NA>
## 1523                <NA> 1597355317146554369                <NA>
## 1524                <NA> 1597355295361335296                <NA>
## 1525                <NA> 1597355295352950784                <NA>
## 1526 1597270343105667072 1597355269549281280 1201670995435646976
## 1527                <NA> 1597355267318222851                <NA>
## 1528                <NA> 1597355265514700800                <NA>
## 1529                <NA> 1597355254395174914                <NA>
## 1530                <NA> 1597355238847303680                <NA>
## 1531                <NA> 1597355209671737345                <NA>
## 1532                <NA> 1597355196539371520                <NA>
## 1533                <NA> 1597355196509978624                <NA>
## 1534                <NA> 1597355188842815488                <NA>
## 1535                <NA> 1597355172363382784                <NA>
## 1536                <NA> 1597355170207526912                <NA>
## 1537                <NA> 1597355140696395776                <NA>
## 1538                <NA> 1597355097599930369                <NA>
## 1539                <NA> 1597355090553507840                <NA>
## 1540                <NA> 1597355060417400833                <NA>
## 1541                <NA> 1597355052112678912                <NA>
## 1542                <NA> 1597355036967055361                <NA>
## 1543                <NA> 1597355035310321664                <NA>
## 1544                <NA> 1597355027718602753                <NA>
## 1545                <NA> 1597355000984121344                <NA>
## 1546                <NA> 1597354970910978048                <NA>
## 1547                <NA> 1597354970483134464                <NA>
## 1548                <NA> 1597354960814952448                <NA>
## 1549                <NA> 1597354958080593920                <NA>
## 1550                <NA> 1597354948085559296                <NA>
## 1551                <NA> 1597354947548368898                <NA>
## 1552                <NA> 1597354940972032000                <NA>
## 1553                <NA> 1597354929446088705                <NA>
## 1554                <NA> 1597354924744257541                <NA>
## 1555                <NA> 1597354923213352962                <NA>
## 1556                <NA> 1597354906557743104                <NA>
## 1557                <NA> 1597354903101657089                <NA>
## 1558                <NA> 1597354864769916928                <NA>
## 1559                <NA> 1597354864333717504                <NA>
## 1560                <NA> 1597354852094730240                <NA>
## 1561                <NA> 1597354851146813441                <NA>
## 1562                <NA> 1597354850693840896                <NA>
## 1563                <NA> 1597354840510042112                <NA>
## 1564                <NA> 1597354832746409984                <NA>
## 1565                <NA> 1597354804992671744                <NA>
## 1566                <NA> 1597354798881574912                <NA>
## 1567                <NA> 1597354781210968066                <NA>
## 1568                <NA> 1597354778887041024                <NA>
## 1569                <NA> 1597354770058350592                <NA>
## 1570                <NA> 1597354760705048576                <NA>
## 1571                <NA> 1597354757815160832                <NA>
## 1572                <NA> 1597354755021733889            20536157
## 1573                <NA> 1597354734536781824                <NA>
## 1574                <NA> 1597354727766753280                <NA>
## 1575                <NA> 1597354712088473600                <NA>
## 1576                <NA> 1597354693742628864                <NA>
## 1577                <NA> 1597354689514700806                <NA>
## 1578                <NA> 1597354681105149955                <NA>
## 1579                <NA> 1597354675401285632                <NA>
## 1580                <NA> 1597354669348884480                <NA>
## 1581                <NA> 1597354652009254912                <NA>
## 1582                <NA> 1597354646238277632                <NA>
## 1583 1597346525457391617 1597354642798940160            17230018
## 1584                <NA> 1597354631646281728                <NA>
## 1585                <NA> 1597354628705910784                <NA>
## 1586                <NA> 1597354628634775553                <NA>
## 1587                <NA> 1597354625505832961                <NA>
## 1588                <NA> 1597354586016460801                <NA>
## 1589                <NA> 1597354574456958976                <NA>
## 1590                <NA> 1597354553774481408                <NA>
## 1591                <NA> 1597354551472197633                <NA>
## 1592                <NA> 1597354515854155776                <NA>
## 1593                <NA> 1597354496451280896                <NA>
## 1594                <NA> 1597354488704430080                <NA>
## 1595                <NA> 1597354484073521152                <NA>
## 1596                <NA> 1597354453975191555                <NA>
## 1597                <NA> 1597354441933754368                <NA>
## 1598                <NA> 1597354432253276160                <NA>
## 1599                <NA> 1597354399004696577                <NA>
## 1600                <NA> 1597354394051547138                <NA>
## 1601 1597351933789937664 1597354392596156417          1032191574
## 1602                <NA> 1597354378712653824                <NA>
## 1603                <NA> 1597354375877652480                <NA>
## 1604                <NA> 1597354367707119616                <NA>
## 1605                <NA> 1597354331837431808                <NA>
## 1606                <NA> 1597354306860363776                <NA>
## 1607                <NA> 1597354286476038145                <NA>
## 1608                <NA> 1597354284936441856                <NA>
## 1609                <NA> 1597354266796380160                <NA>
## 1610                <NA> 1597354241131417600                <NA>
## 1611                <NA> 1597354211041513473                <NA>
## 1612                <NA> 1597354205907685377                <NA>
## 1613                <NA> 1597354203206541312                <NA>
## 1614                <NA> 1597354200723488768                <NA>
## 1615                <NA> 1597354188828471296                <NA>
## 1616                <NA> 1597354175486386176                <NA>
## 1617                <NA> 1597354172172890112                <NA>
## 1618                <NA> 1597354171438858240                <NA>
## 1619                <NA> 1597354143873572869                <NA>
## 1620                <NA> 1597354142477193216                <NA>
## 1621                <NA> 1597354135565012992                <NA>
## 1622                <NA> 1597354089410875392                <NA>
## 1623                <NA> 1597354057567698945                <NA>
## 1624                <NA> 1597354041474166784                <NA>
## 1625                <NA> 1597354033395945472                <NA>
## 1626                <NA> 1597353971286700033                <NA>
## 1627                <NA> 1597353913824718848                <NA>
## 1628                <NA> 1597353901464117250                <NA>
## 1629                <NA> 1597353896883589120                <NA>
## 1630                <NA> 1597353893272653827                <NA>
## 1631                <NA> 1597353878194118656                <NA>
## 1632                <NA> 1597353845809909761                <NA>
## 1633                <NA> 1597353829489860609                <NA>
## 1634                <NA> 1597353812901376000                <NA>
## 1635                <NA> 1597353788846661632                <NA>
## 1636                <NA> 1597353766675963904                <NA>
## 1637                <NA> 1597353757104173057                <NA>
## 1638                <NA> 1597353756605022208                <NA>
## 1639                <NA> 1597353723621089281                <NA>
## 1640                <NA> 1597353705179082754                <NA>
## 1641                <NA> 1597353697256017922                <NA>
## 1642                <NA> 1597353690419326977                <NA>
## 1643                <NA> 1597353682999267328                <NA>
## 1644                <NA> 1597353648912494593                <NA>
## 1645                <NA> 1597353631573213184                <NA>
## 1646 1597274983197446145 1597353623352414208           242827267
## 1647                <NA> 1597353622152818692                <NA>
## 1648                <NA> 1597353621733068800                <NA>
## 1649                <NA> 1597353615768702976                <NA>
## 1650                <NA> 1597353607812485120                <NA>
## 1651                <NA> 1597353606768128000                <NA>
## 1652                <NA> 1597353605979570177                <NA>
## 1653                <NA> 1597353586073436160                <NA>
## 1654                <NA> 1597353584978718720                <NA>
## 1655                <NA> 1597353579341582336                <NA>
## 1656                <NA> 1597353578305576961                <NA>
## 1657                <NA> 1597353564162363392                <NA>
## 1658                <NA> 1597353553429147648                <NA>
## 1659                <NA> 1597353542654001155                <NA>
## 1660                <NA> 1597353511330906112                <NA>
## 1661                <NA> 1597353509711904769                <NA>
## 1662                <NA> 1597353493748076544                <NA>
## 1663                <NA> 1597353482020802560                <NA>
## 1664                <NA> 1597353474932428800                <NA>
## 1665                <NA> 1597353458704691200                <NA>
## 1666                <NA> 1597353455319801858                <NA>
## 1667                <NA> 1597353441030197254                <NA>
## 1668                <NA> 1597353440132628480                <NA>
## 1669                <NA> 1597353431139688449                <NA>
## 1670                <NA> 1597353427381592065                <NA>
## 1671                <NA> 1597353426945732608                <NA>
## 1672                <NA> 1597353416296402944                <NA>
## 1673                <NA> 1597353409841356800                <NA>
## 1674                <NA> 1597353383459172352                <NA>
## 1675 1597334668822867968 1597353364551237632 1216079629989052419
## 1676                <NA> 1597353342573109248                <NA>
## 1677                <NA> 1597353339028910082                <NA>
## 1678                <NA> 1597353308511166465                <NA>
## 1679                <NA> 1597353299367559170                <NA>
## 1680                <NA> 1597353289321955328                <NA>
## 1681                <NA> 1597353288957321218                <NA>
## 1682                <NA> 1597353255536775168                <NA>
## 1683                <NA> 1597353249618919424                <NA>
## 1684                <NA> 1597353248025120768                <NA>
## 1685                <NA> 1597353239850020869                <NA>
## 1686                <NA> 1597353239321903106                <NA>
## 1687                <NA> 1597353236637573120                <NA>
## 1688                <NA> 1597353220837629952                <NA>
## 1689                <NA> 1597353218862120960                <NA>
## 1690                <NA> 1597353195470102529                <NA>
## 1691                <NA> 1597353186444337153                <NA>
## 1692                <NA> 1597353179884449792                <NA>
## 1693                <NA> 1597353177753718784                <NA>
## 1694                <NA> 1597353141678538752                <NA>
## 1695                <NA> 1597353126977495040                <NA>
## 1696                <NA> 1597353126042161153                <NA>
## 1697                <NA> 1597353119612284928                <NA>
## 1698                <NA> 1597353117921988608                <NA>
## 1699                <NA> 1597353108970954752                <NA>
## 1700                <NA> 1597353077560213504                <NA>
## 1701                <NA> 1597353076733923328                <NA>
## 1702                <NA> 1597353070253391872                <NA>
## 1703                <NA> 1597353044064075776                <NA>
## 1704                <NA> 1597353040108871681                <NA>
## 1705                <NA> 1597353038041481217                <NA>
## 1706                <NA> 1597353035751395328                <NA>
## 1707                <NA> 1597353030277812226                <NA>
## 1708                <NA> 1597353028151291904                <NA>
## 1709                <NA> 1597353025148182528                <NA>
## 1710                <NA> 1597353020165001216                <NA>
## 1711                <NA> 1597353013202415618                <NA>
## 1712                <NA> 1597353011554447362                <NA>
## 1713                <NA> 1597353009335668736                <NA>
## 1714                <NA> 1597353003811766272                <NA>
## 1715                <NA> 1597352999508066304                <NA>
## 1716                <NA> 1597352973008801792                <NA>
## 1717                <NA> 1597352969543901185                <NA>
## 1718                <NA> 1597352967963049985                <NA>
## 1719                <NA> 1597352965815562240                <NA>
## 1720                <NA> 1597352949742960640                <NA>
## 1721                <NA> 1597352944457814016                <NA>
## 1722                <NA> 1597352933712334848                <NA>
## 1723                <NA> 1597352927445716992                <NA>
## 1724                <NA> 1597352925298569216                <NA>
## 1725                <NA> 1597352915794300928                <NA>
## 1726                <NA> 1597352915056099328                <NA>
## 1727                <NA> 1597352894780837888                <NA>
## 1728                <NA> 1597352885708554245                <NA>
## 1729                <NA> 1597352873813487616                <NA>
## 1730                <NA> 1597352872404221953                <NA>
## 1731                <NA> 1597352861276381184                <NA>
## 1732                <NA> 1597352847594885120                <NA>
## 1733                <NA> 1597352845917184000                <NA>
## 1734                <NA> 1597352840418115584                <NA>
## 1735                <NA> 1597352827080560641                <NA>
## 1736                <NA> 1597352821632139266                <NA>
## 1737                <NA> 1597352819191066625                <NA>
## 1738                <NA> 1597352808030023680                <NA>
## 1739                <NA> 1597352802980089856                <NA>
## 1740                <NA> 1597352776983797761                <NA>
## 1741                <NA> 1597352756133523457                <NA>
## 1742                <NA> 1597352754938548224                <NA>
## 1743                <NA> 1597352740845277184                <NA>
## 1744                <NA> 1597352733358854144                <NA>
## 1745                <NA> 1597352722855972866                <NA>
## 1746 1597092976626475009 1597352711238070272            17230018
## 1747                <NA> 1597352704262950912                <NA>
## 1748                <NA> 1597352701251457030                <NA>
## 1749                <NA> 1597352700093812737                <NA>
## 1750                <NA> 1597352680187625472                <NA>
## 1751                <NA> 1597352677821714432                <NA>
## 1752                <NA> 1597352660906414081                <NA>
## 1753                <NA> 1597352638906961921                <NA>
## 1754                <NA> 1597352637833220097                <NA>
## 1755                <NA> 1597352637514780673                <NA>
## 1756                <NA> 1597352632942989312                <NA>
## 1757                <NA> 1597352623492898816                <NA>
## 1758                <NA> 1597352606871203840                <NA>
## 1759                <NA> 1597352600370024448                <NA>
## 1760                <NA> 1597352589607440384                <NA>
## 1761                <NA> 1597352582888198144                <NA>
## 1762                <NA> 1597352565414727681                <NA>
## 1763                <NA> 1597352543885328385                <NA>
## 1764                <NA> 1597352532392960000                <NA>
## 1765                <NA> 1597352524302127105                <NA>
## 1766                <NA> 1597352516181581824                <NA>
## 1767                <NA> 1597352503926222848                <NA>
## 1768                <NA> 1597352492995874816                <NA>
## 1769                <NA> 1597352474301460480                <NA>
## 1770                <NA> 1597352457377837056                <NA>
## 1771                <NA> 1597352438331486209                <NA>
## 1772                <NA> 1597352427870883841                <NA>
## 1773                <NA> 1597352422279905280                <NA>
## 1774                <NA> 1597352407302033408                <NA>
## 1775                <NA> 1597352398414307332                <NA>
## 1776                <NA> 1597352360661364737                <NA>
## 1777                <NA> 1597352334241460224                <NA>
## 1778                <NA> 1597352325496311810                <NA>
## 1779                <NA> 1597352321607864320                <NA>
## 1780                <NA> 1597352308194836482                <NA>
## 1781                <NA> 1597352305124605953                <NA>
## 1782                <NA> 1597352299537772544                <NA>
## 1783                <NA> 1597352286401204224                <NA>
## 1784                <NA> 1597352276544610304                <NA>
## 1785                <NA> 1597352242629464065                <NA>
## 1786                <NA> 1597352219300413440                <NA>
## 1787                <NA> 1597352215127429121                <NA>
## 1788                <NA> 1597352209360236544                <NA>
## 1789                <NA> 1597352207418265603                <NA>
## 1790                <NA> 1597352199860137985                <NA>
## 1791                <NA> 1597352195959451648                <NA>
## 1792                <NA> 1597352193874481152                <NA>
## 1793                <NA> 1597352179744256000                <NA>
## 1794                <NA> 1597352171133366273                <NA>
## 1795                <NA> 1597352166691598336                <NA>
## 1796                <NA> 1597352163675889665                <NA>
## 1797                <NA> 1597352157548011520                <NA>
## 1798                <NA> 1597352154054152193                <NA>
## 1799                <NA> 1597352153995436034                <NA>
## 1800                <NA> 1597352126984093696                <NA>
## 1801                <NA> 1597352103017877504                <NA>
## 1802                <NA> 1597352094700572672                <NA>
## 1803                <NA> 1597352087507304448                <NA>
## 1804                <NA> 1597352087339569152                <NA>
## 1805                <NA> 1597352037515419648                <NA>
## 1806                <NA> 1597352023997153280                <NA>
## 1807                <NA> 1597352016304803840                <NA>
## 1808                <NA> 1597351992468602881                <NA>
## 1809                <NA> 1597351986865016832                <NA>
## 1810                <NA> 1597351971295735809                <NA>
## 1811                <NA> 1597351969987112961                <NA>
## 1812                <NA> 1597351916853657600                <NA>
## 1813                <NA> 1597351905852010496                <NA>
## 1814                <NA> 1597351883630600193                <NA>
## 1815                <NA> 1597351840517001218                <NA>
## 1816                <NA> 1597351838885773312                <NA>
## 1817                <NA> 1597351829704089600                <NA>
## 1818                <NA> 1597351826147651586                <NA>
## 1819                <NA> 1597351806585438208                <NA>
## 1820                <NA> 1597351786289168386                <NA>
## 1821                <NA> 1597351783860699137                <NA>
## 1822                <NA> 1597351776755519490                <NA>
## 1823                <NA> 1597351775182299137                <NA>
## 1824                <NA> 1597351763740590081                <NA>
## 1825                <NA> 1597351741745692672                <NA>
## 1826                <NA> 1597351725559529472                <NA>
## 1827                <NA> 1597351715140882432                <NA>
## 1828                <NA> 1597351698623696896                <NA>
## 1829                <NA> 1597351684833161218                <NA>
## 1830                <NA> 1597351679346606086                <NA>
## 1831                <NA> 1597351670333472768                <NA>
## 1832                <NA> 1597351665988153345                <NA>
## 1833                <NA> 1597351617753665537                <NA>
## 1834                <NA> 1597351614305927168                <NA>
## 1835                <NA> 1597351605661478914                <NA>
## 1836                <NA> 1597351603711152128                <NA>
## 1837                <NA> 1597351589802835968                <NA>
## 1838                <NA> 1597351586769928192                <NA>
## 1839                <NA> 1597351584761282561                <NA>
## 1840                <NA> 1597351540716892160                <NA>
## 1841                <NA> 1597351529408651265                <NA>
## 1842                <NA> 1597351519137169408                <NA>
## 1843                <NA> 1597351514859012096                <NA>
## 1844                <NA> 1597351506701082624                <NA>
## 1845 1597351129045557248 1597351497767223301 1541845258102775808
## 1846                <NA> 1597351478175621120                <NA>
## 1847                <NA> 1597351471884152832                <NA>
## 1848                <NA> 1597351453722828800                <NA>
## 1849                <NA> 1597351449855684608                <NA>
## 1850                <NA> 1597351434357727232                <NA>
## 1851                <NA> 1597351432386392064                <NA>
## 1852                <NA> 1597351427495849984                <NA>
## 1853                <NA> 1597351426845335552                <NA>
## 1854                <NA> 1597351366787497985                <NA>
## 1855                <NA> 1597351365323653120                <NA>
## 1856                <NA> 1597351358054559745                <NA>
## 1857                <NA> 1597351356020690944                <NA>
## 1858                <NA> 1597351306150445056                <NA>
## 1859                <NA> 1597351298701365248                <NA>
## 1860                <NA> 1597351286579421185                <NA>
## 1861                <NA> 1597351284952436736                <NA>
## 1862                <NA> 1597351235903840256                <NA>
## 1863                <NA> 1597351232846585858                <NA>
## 1864                <NA> 1597351229575028737                <NA>
## 1865                <NA> 1597351202525937665                <NA>
## 1866                <NA> 1597351198428106752                <NA>
## 1867                <NA> 1597351176856829952                <NA>
## 1868                <NA> 1597351162554257408                <NA>
## 1869                <NA> 1597351151070228480                <NA>
## 1870                <NA> 1597351135081558016                <NA>
## 1871                <NA> 1597351132074242048                <NA>
## 1872                <NA> 1597351086301806595                <NA>
## 1873                <NA> 1597351083277373440                <NA>
## 1874                <NA> 1597351081339924480                <NA>
## 1875                <NA> 1597351041904742400                <NA>
## 1876                <NA> 1597351034070110208                <NA>
## 1877                <NA> 1597351018970243072                <NA>
## 1878                <NA> 1597351011253116929                <NA>
## 1879                <NA> 1597351000159162370                <NA>
## 1880                <NA> 1597350998653009921                <NA>
## 1881                <NA> 1597350995771916288                <NA>
## 1882                <NA> 1597350989228822529                <NA>
## 1883                <NA> 1597350943305060352                <NA>
## 1884                <NA> 1597350918932267009                <NA>
## 1885                <NA> 1597350904289976322                <NA>
## 1886                <NA> 1597350896286896128                <NA>
## 1887                <NA> 1597350881011597312                <NA>
## 1888                <NA> 1597350866163748864                <NA>
## 1889                <NA> 1597350853438246915                <NA>
## 1890                <NA> 1597350821616037889                <NA>
## 1891                <NA> 1597350812791230469                <NA>
## 1892                <NA> 1597350808781488128                <NA>
## 1893                <NA> 1597350793958789120                <NA>
## 1894                <NA> 1597350792519770112                <NA>
## 1895                <NA> 1597350783514980352                <NA>
## 1896                <NA> 1597350778687361026                <NA>
## 1897                <NA> 1597350755463483393                <NA>
## 1898                <NA> 1597350748710670336                <NA>
## 1899                <NA> 1597350747636912129                <NA>
## 1900                <NA> 1597350746030477313                <NA>
## 1901                <NA> 1597350744998699008                <NA>
## 1902                <NA> 1597350732889718784                <NA>
## 1903                <NA> 1597350716162871296                <NA>
## 1904                <NA> 1597350701273059328                <NA>
## 1905                <NA> 1597350695568805889                <NA>
## 1906                <NA> 1597350692704116736                <NA>
## 1907                <NA> 1597350678506061824                <NA>
## 1908                <NA> 1597350655055650817                <NA>
## 1909                <NA> 1597350628141174785                <NA>
## 1910                <NA> 1597350620591435776                <NA>
## 1911                <NA> 1597350615784779777                <NA>
## 1912                <NA> 1597350601607696384                <NA>
## 1913                <NA> 1597350597870911489                <NA>
## 1914                <NA> 1597350591877238784                <NA>
## 1915                <NA> 1597350581496352769                <NA>
## 1916                <NA> 1597350575712051200                <NA>
## 1917                <NA> 1597350572021395457                <NA>
## 1918                <NA> 1597350556041089025                <NA>
## 1919                <NA> 1597350553243119616                <NA>
## 1920                <NA> 1597350548310589441                <NA>
## 1921                <NA> 1597350545861537793                <NA>
## 1922                <NA> 1597350537498066944                <NA>
## 1923                <NA> 1597350534151041025                <NA>
## 1924                <NA> 1597350526546776064                <NA>
## 1925                <NA> 1597350502622461952                <NA>
## 1926                <NA> 1597350475049111552                <NA>
## 1927                <NA> 1597350473417494528                <NA>
## 1928                <NA> 1597350446624276481                <NA>
## 1929                <NA> 1597350433798131717                <NA>
## 1930                <NA> 1597350421018062849                <NA>
## 1931                <NA> 1597350416169123841                <NA>
## 1932                <NA> 1597350405960527873                <NA>
## 1933                <NA> 1597350405314580480                <NA>
## 1934                <NA> 1597350387128111104                <NA>
## 1935                <NA> 1597350368706715648                <NA>
## 1936                <NA> 1597350364566941696                <NA>
## 1937                <NA> 1597350363891630082                <NA>
## 1938                <NA> 1597350359646994433                <NA>
## 1939                <NA> 1597350340071854080                <NA>
## 1940                <NA> 1597350337446563842                <NA>
## 1941                <NA> 1597350287253000193                <NA>
## 1942                <NA> 1597350283788505088                <NA>
## 1943                <NA> 1597350282278887424                <NA>
## 1944                <NA> 1597350259440906240                <NA>
## 1945                <NA> 1597350225919635457                <NA>
## 1946                <NA> 1597350201886642177                <NA>
## 1947                <NA> 1597350200284094470                <NA>
## 1948                <NA> 1597350191937785857                <NA>
## 1949                <NA> 1597350187781230592                <NA>
## 1950                <NA> 1597350181300686848                <NA>
## 1951                <NA> 1597350173717712896                <NA>
## 1952                <NA> 1597350171272101888                <NA>
## 1953                <NA> 1597350158806634496                <NA>
## 1954                <NA> 1597350154159288320                <NA>
## 1955                <NA> 1597350150279946241                <NA>
## 1956                <NA> 1597350147486519296                <NA>
## 1957                <NA> 1597350144982142976                <NA>
## 1958                <NA> 1597350122811445248                <NA>
## 1959                <NA> 1597350100421947392                <NA>
## 1960                <NA> 1597350084056076288                <NA>
## 1961                <NA> 1597350068327444481                <NA>
## 1962                <NA> 1597350066406141953                <NA>
## 1963                <NA> 1597350058755620864                <NA>
## 1964                <NA> 1597350057971679234                <NA>
## 1965                <NA> 1597350054011904000                <NA>
## 1966                <NA> 1597350012672827393                <NA>
## 1967                <NA> 1597350000564244481                <NA>
## 1968                <NA> 1597349969652248576                <NA>
## 1969                <NA> 1597349967773200385                <NA>
## 1970                <NA> 1597349957828505600                <NA>
## 1971                <NA> 1597349939893653504                <NA>
## 1972                <NA> 1597349924580229120                <NA>
## 1973                <NA> 1597349923116429314                <NA>
## 1974                <NA> 1597349891910430720                <NA>
## 1975                <NA> 1597349869953634304                <NA>
## 1976                <NA> 1597349868917645312                <NA>
## 1977                <NA> 1597349862424866816                <NA>
## 1978                <NA> 1597349858226360320                <NA>
## 1979                <NA> 1597349857563652096                <NA>
## 1980                <NA> 1597349855818833920                <NA>
## 1981                <NA> 1597349839582695425                <NA>
## 1982                <NA> 1597349814898855936                <NA>
## 1983                <NA> 1597349756627406848                <NA>
## 1984                <NA> 1597349747378880512                <NA>
## 1985                <NA> 1597349741259501568                <NA>
## 1986                <NA> 1597349735299702784                <NA>
## 1987                <NA> 1597349729675137025                <NA>
## 1988                <NA> 1597349712558194689                <NA>
## 1989                <NA> 1597349678475272193                <NA>
## 1990                <NA> 1597349676545515522                <NA>
## 1991                <NA> 1597349661810909184                <NA>
## 1992                <NA> 1597349655578386432                <NA>
## 1993                <NA> 1597349632085880832                <NA>
## 1994                <NA> 1597349621906358272            17230018
## 1995                <NA> 1597349611546750976                <NA>
## 1996                <NA> 1597349608996601862                <NA>
## 1997                <NA> 1597349589631352835                <NA>
## 1998                <NA> 1597349557608009728                <NA>
## 1999                <NA> 1597349555883765761                <NA>
## 2000                <NA> 1597349555817050113                <NA>
## 2001                <NA> 1597349550091833345                <NA>
## 2002                <NA> 1597349528637562880                <NA>
## 2003                <NA> 1597349525639041024                <NA>
## 2004                <NA> 1597349524514607104                <NA>
## 2005                <NA> 1597349524342996993                <NA>
## 2006                <NA> 1597349501567905792                <NA>
## 2007                <NA> 1597349501161046016                <NA>
## 2008                <NA> 1597349492030066693                <NA>
## 2009                <NA> 1597349477178052608                <NA>
## 2010                <NA> 1597349475319631874                <NA>
## 2011                <NA> 1597349473877135360                <NA>
## 2012                <NA> 1597349472920817665                <NA>
## 2013                <NA> 1597349471595397121                <NA>
## 2014                <NA> 1597349469758009344            44196397
## 2015                <NA> 1597349463982772226                <NA>
## 2016                <NA> 1597349444546334720                <NA>
## 2017                <NA> 1597349436891754498                <NA>
## 2018                <NA> 1597349423939391489                <NA>
## 2019                <NA> 1597349418277433345                <NA>
## 2020                <NA> 1597349412325707776                <NA>
## 2021                <NA> 1597349406223003649                <NA>
## 2022                <NA> 1597349399562444800                <NA>
## 2023                <NA> 1597349393719775232                <NA>
## 2024                <NA> 1597349387788640257                <NA>
## 2025                <NA> 1597349370885976065                <NA>
## 2026                <NA> 1597349370663665664                <NA>
## 2027                <NA> 1597349355669065729                <NA>
## 2028                <NA> 1597349355098640384                <NA>
## 2029                <NA> 1597349345934053376                <NA>
## 2030                <NA> 1597349339827146752                <NA>
## 2031                <NA> 1597349334231969793                <NA>
## 2032                <NA> 1597349323096088576                <NA>
## 2033                <NA> 1597349319581274112                <NA>
## 2034                <NA> 1597349296554520577                <NA>
## 2035                <NA> 1597349295899877376                <NA>
## 2036                <NA> 1597349284625944576                <NA>
## 2037                <NA> 1597349282985959424                <NA>
## 2038                <NA> 1597349281983508483                <NA>
## 2039                <NA> 1597349276455403520                <NA>
## 2040                <NA> 1597349267211194368                <NA>
## 2041                <NA> 1597349264858152960                <NA>
## 2042                <NA> 1597349263566327810                <NA>
## 2043                <NA> 1597349261007802368                <NA>
## 2044                <NA> 1597349259372023808                <NA>
## 2045                <NA> 1597349231073071105                <NA>
## 2046                <NA> 1597349224878084096                <NA>
## 2047                <NA> 1597349217382830080                <NA>
## 2048                <NA> 1597349207299354624                <NA>
## 2049                <NA> 1597349199657324544                <NA>
## 2050                <NA> 1597349194507096064                <NA>
## 2051                <NA> 1597349189238652929                <NA>
## 2052                <NA> 1597349188479508480                <NA>
## 2053                <NA> 1597349183404806144                <NA>
## 2054                <NA> 1597349165918740481                <NA>
## 2055                <NA> 1597349162814967809                <NA>
## 2056                <NA> 1597349153730093056                <NA>
## 2057                <NA> 1597349140094423041                <NA>
## 2058                <NA> 1597349130807824384                <NA>
## 2059                <NA> 1597349119307440128                <NA>
## 2060                <NA> 1597349113020190720                <NA>
## 2061                <NA> 1597349111803834369                <NA>
## 2062                <NA> 1597349095512809472                <NA>
## 2063                <NA> 1597349085090283521                <NA>
## 2064                <NA> 1597349082028466176                <NA>
## 2065                <NA> 1597349081164419072                <NA>
## 2066                <NA> 1597349079675473920                <NA>
## 2067                <NA> 1597349069713993728                <NA>
## 2068                <NA> 1597349069089017856                <NA>
## 2069                <NA> 1597349068916723712                <NA>
## 2070                <NA> 1597349067734282240                <NA>
## 2071                <NA> 1597349064223621121                <NA>
## 2072                <NA> 1597349051028377601                <NA>
## 2073                <NA> 1597349046133223424                <NA>
## 2074                <NA> 1597349042740420609                <NA>
## 2075                <NA> 1597349038084411392                <NA>
## 2076                <NA> 1597349028777578496                <NA>
## 2077                <NA> 1597349025334063104                <NA>
## 2078                <NA> 1597349023018409984                <NA>
## 2079                <NA> 1597349011991957504                <NA>
## 2080                <NA> 1597348987048427520                <NA>
## 2081                <NA> 1597348979129217024                <NA>
## 2082                <NA> 1597348976780808193                <NA>
## 2083                <NA> 1597348962012626944                <NA>
## 2084                <NA> 1597348956052520960                <NA>
## 2085                <NA> 1597348954215092224                <NA>
## 2086                <NA> 1597348949089652737                <NA>
## 2087                <NA> 1597348946841829377                <NA>
## 2088                <NA> 1597348941741559809                <NA>
## 2089                <NA> 1597348921764106240                <NA>
## 2090                <NA> 1597348921747329025                <NA>
## 2091                <NA> 1597348913862029313                <NA>
## 2092                <NA> 1597348902222856194                <NA>
## 2093                <NA> 1597348900222164992                <NA>
## 2094                <NA> 1597348890574868481                <NA>
## 2095                <NA> 1597348861269659648                <NA>
## 2096                <NA> 1597348858618556416                <NA>
## 2097                <NA> 1597348851337555968                <NA>
## 2098                <NA> 1597348850716803072                <NA>
## 2099                <NA> 1597348844760883200                <NA>
## 2100                <NA> 1597348843867496448                <NA>
## 2101                <NA> 1597348833557905408                <NA>
## 2102                <NA> 1597348830684803072                <NA>
## 2103                <NA> 1597348828222742528                <NA>
## 2104                <NA> 1597348827895279617                <NA>
## 2105                <NA> 1597348823831306240                <NA>
## 2106                <NA> 1597348813085474816                <NA>
## 2107                <NA> 1597348785205960704                <NA>
## 2108                <NA> 1597348783398203394                <NA>
## 2109                <NA> 1597348775496151040                <NA>
## 2110                <NA> 1597348771649974272                <NA>
## 2111                <NA> 1597348770164793344                <NA>
## 2112                <NA> 1597348758106570752                <NA>
## 2113                <NA> 1597348756525289473                <NA>
## 2114                <NA> 1597348755539660800                <NA>
## 2115                <NA> 1597348754096783360                <NA>
## 2116                <NA> 1597348741430013952                <NA>
## 2117                <NA> 1597348731908927488                <NA>
## 2118                <NA> 1597348720508829698                <NA>
## 2119                <NA> 1597348719221149698                <NA>
## 2120                <NA> 1597348711658827776                <NA>
## 2121                <NA> 1597348709188390912                <NA>
## 2122                <NA> 1597348701898698754                <NA>
## 2123                <NA> 1597348700963368960                <NA>
## 2124                <NA> 1597348697259462656                <NA>
## 2125                <NA> 1597348693623320579                <NA>
## 2126                <NA> 1597348673142525952                <NA>
## 2127                <NA> 1597348670139437056                <NA>
## 2128                <NA> 1597348667467259906                <NA>
## 2129                <NA> 1597348665634742273                <NA>
## 2130                <NA> 1597348660966477824                <NA>
## 2131                <NA> 1597348653353799680                <NA>
## 2132                <NA> 1597348652883640320                <NA>
## 2133                <NA> 1597348650673659905                <NA>
## 2134                <NA> 1597348642322796546                <NA>
## 2135                <NA> 1597348628821336071                <NA>
## 2136                <NA> 1597348612396421120                <NA>
## 2137                <NA> 1597348605299658752                <NA>
## 2138                <NA> 1597348598832058368                <NA>
## 2139                <NA> 1597348597477298176                <NA>
## 2140                <NA> 1597348587352260608                <NA>
## 2141                <NA> 1597348565680291841                <NA>
## 2142                <NA> 1597348559103590401                <NA>
## 2143                <NA> 1597348543798575112                <NA>
## 2144                <NA> 1597348537293234182                <NA>
## 2145                <NA> 1597348534420111362                <NA>
## 2146                <NA> 1597348532809527296                <NA>
## 2147                <NA> 1597348531324719105                <NA>
## 2148                <NA> 1597348517386649601                <NA>
## 2149                <NA> 1597348508310216705                <NA>
## 2150                <NA> 1597348494716518401                <NA>
## 2151                <NA> 1597348481030828032                <NA>
## 2152 1597348475095683075 1597348477910097921          2447777506
## 2153                <NA> 1597348461103681537                <NA>
## 2154                <NA> 1597348425426939904                <NA>
## 2155                <NA> 1597348422067290112                <NA>
## 2156                <NA> 1597348403939536896                <NA>
## 2157                <NA> 1597348375229526016                <NA>
## 2158                <NA> 1597348343771906050                <NA>
## 2159 1597092976626475009 1597348331961069569            17230018
## 2160                <NA> 1597348330941534210                <NA>
## 2161                <NA> 1597348300662788097                <NA>
## 2162                <NA> 1597348300235354112                <NA>
## 2163                <NA> 1597348286712926208                <NA>
## 2164                <NA> 1597348286654205952                <NA>
## 2165                <NA> 1597348284171157505                <NA>
## 2166                <NA> 1597348284066324481                <NA>
## 2167                <NA> 1597348275979399168                <NA>
## 2168                <NA> 1597348269264601088                <NA>
## 2169                <NA> 1597348248662216705                <NA>
## 2170                <NA> 1597348242911793152                <NA>
## 2171                <NA> 1597348239875133442                <NA>
## 2172                <NA> 1597348237412704256                <NA>
## 2173                <NA> 1597348231662698496                <NA>
## 2174                <NA> 1597348219545010177                <NA>
## 2175                <NA> 1597348209713885184                <NA>
## 2176                <NA> 1597348206392012800                <NA>
## 2177                <NA> 1597348201274933249                <NA>
## 2178                <NA> 1597348185282052096                <NA>
## 2179                <NA> 1597348181393960960                <NA>
## 2180                <NA> 1597348178151768064                <NA>
## 2181                <NA> 1597348172673691648                <NA>
## 2182                <NA> 1597348167724376065                <NA>
## 2183                <NA> 1597348120824008704                <NA>
## 2184                <NA> 1597348111474884608                <NA>
## 2185                <NA> 1597348110162079745                <NA>
## 2186                <NA> 1597348103547650049                <NA>
## 2187                <NA> 1597348103325376512                <NA>
## 2188                <NA> 1597348081460445185                <NA>
## 2189                <NA> 1597348080600645634                <NA>
## 2190 1597348028444446720 1597348072908296193 1414646847163994112
## 2191                <NA> 1597348062275387392                <NA>
## 2192                <NA> 1597348047515631616                <NA>
## 2193                <NA> 1597348041346154496                <NA>
## 2194 1597346167133974528 1597348028444446720 1414646847163994112
## 2195                <NA> 1597347992193097728                <NA>
## 2196                <NA> 1597347954549223424                <NA>
## 2197                <NA> 1597347951671578624                <NA>
## 2198                <NA> 1597347928280268800                <NA>
## 2199                <NA> 1597347914023854081                <NA>
## 2200                <NA> 1597347911381454848                <NA>
## 2201                <NA> 1597347897606955008                <NA>
## 2202                <NA> 1597347890707714048                <NA>
## 2203                <NA> 1597347889876910082                <NA>
## 2204                <NA> 1597347859745378305                <NA>
## 2205                <NA> 1597347852862124032                <NA>
## 2206                <NA> 1597347843433705473                <NA>
## 2207                <NA> 1597347835145752576                <NA>
## 2208                <NA> 1597347811477327872                <NA>
## 2209                <NA> 1597347797145042944                <NA>
## 2210                <NA> 1597347794229960704                <NA>
## 2211                <NA> 1597347787061895169                <NA>
## 2212                <NA> 1597347757089755136                <NA>
## 2213                <NA> 1597347750039150593                <NA>
## 2214                <NA> 1597347742283505664                <NA>
## 2215                <NA> 1597347741566320641                <NA>
## 2216                <NA> 1597347709673177089                <NA>
## 2217                <NA> 1597347691159486464                <NA>
## 2218                <NA> 1597347688978481153                <NA>
## 2219                <NA> 1597347684553461760                <NA>
## 2220                <NA> 1597347680640192512                <NA>
## 2221                <NA> 1597347666903859200                <NA>
## 2222                <NA> 1597347654627119104                <NA>
## 2223                <NA> 1597347650382495744                <NA>
## 2224                <NA> 1597347624717516802                <NA>
## 2225                <NA> 1597347613632008192                <NA>
## 2226                <NA> 1597347597811077122                <NA>
## 2227                <NA> 1597347586226388995                <NA>
## 2228                <NA> 1597347584636395524                <NA>
## 2229                <NA> 1597347582677635072                <NA>
## 2230                <NA> 1597347580442456065                <NA>
## 2231                <NA> 1597347532853907456                <NA>
## 2232                <NA> 1597347522783371265          1409798257
## 2233                <NA> 1597347512603783168                <NA>
## 2234                <NA> 1597347504382582784                <NA>
## 2235                <NA> 1597347503396921344                <NA>
## 2236                <NA> 1597347490080391168                <NA>
## 2237                <NA> 1597347478898020352                <NA>
## 2238                <NA> 1597347466881675264                <NA>
## 2239                <NA> 1597347463735963648                <NA>
## 2240                <NA> 1597347451807346688                <NA>
## 2241                <NA> 1597347425353871360                <NA>
## 2242                <NA> 1597347418626215938                <NA>
## 2243                <NA> 1597347371520000000                <NA>
## 2244                <NA> 1597347370806947840                <NA>
## 2245                <NA> 1597347363169107968                <NA>
## 2246                <NA> 1597347348098621440                <NA>
## 2247                <NA> 1597347334920503297                <NA>
## 2248                <NA> 1597347328939421696                <NA>
## 2249                <NA> 1597347321595199489                <NA>
## 2250                <NA> 1597347315609931776                <NA>
## 2251                <NA> 1597347265735430145                <NA>
## 2252                <NA> 1597347254108577793                <NA>
## 2253                <NA> 1597347234097811456           264248576
## 2254                <NA> 1597347216251027456                <NA>
## 2255                <NA> 1597347181681291270                <NA>
## 2256                <NA> 1597347162626875393                <NA>
## 2257                <NA> 1597347155110678528                <NA>
## 2258                <NA> 1597347140833271809                <NA>
## 2259                <NA> 1597347138790649857                <NA>
## 2260                <NA> 1597347132062961666                <NA>
## 2261                <NA> 1597347127717662720                <NA>
## 2262                <NA> 1597347113742241795                <NA>
## 2263                <NA> 1597347093584433152                <NA>
## 2264                <NA> 1597347089994113024                <NA>
## 2265                <NA> 1597347086013300736                <NA>
## 2266                <NA> 1597347026240274432                <NA>
## 2267                <NA> 1597347024906571777                <NA>
## 2268                <NA> 1597346985454891009                <NA>
## 2269                <NA> 1597346983471370240                <NA>
## 2270                <NA> 1597346967478489088                <NA>
## 2271                <NA> 1597346947299684352                <NA>
## 2272                <NA> 1597346930450993154                <NA>
## 2273                <NA> 1597346900591939585                <NA>
## 2274                <NA> 1597346898850947072                <NA>
## 2275                <NA> 1597346894854107137                <NA>
## 2276                <NA> 1597346888935936000                <NA>
## 2277                <NA> 1597346882170523648                <NA>
## 2278                <NA> 1597346880782237696                <NA>
## 2279                <NA> 1597346866135343106                <NA>
## 2280                <NA> 1597346834552623104                <NA>
## 2281                <NA> 1597346818668777472                <NA>
## 2282                <NA> 1597346809210277889                <NA>
## 2283                <NA> 1597346769767370752                <NA>
## 2284                <NA> 1597346760934195200                <NA>
## 2285                <NA> 1597346748506443776                <NA>
## 2286                <NA> 1597346720702435328                <NA>
## 2287                <NA> 1597346697981853696                <NA>
## 2288                <NA> 1597346693137170433                <NA>
## 2289                <NA> 1597346692004659202                <NA>
## 2290                <NA> 1597346661621063680                <NA>
## 2291                <NA> 1597346649420214272                <NA>
## 2292                <NA> 1597346616834654208                <NA>
## 2293                <NA> 1597346616645935112                <NA>
## 2294                <NA> 1597346605568790529                <NA>
## 2295                <NA> 1597346605409374208                <NA>
## 2296                <NA> 1597346556096966656                <NA>
## 2297                <NA> 1597346537503608832                <NA>
## 2298                <NA> 1597346532722106368                <NA>
## 2299                <NA> 1597346518620864512                <NA>
## 2300                <NA> 1597346507946356736                <NA>
## 2301 1597341615865020418 1597346499096383488            44196397
## 2302                <NA> 1597346484206567424                <NA>
## 2303                <NA> 1597346467194490880                <NA>
## 2304                <NA> 1597346447300898816                <NA>
## 2305                <NA> 1597346441898627072                <NA>
## 2306                <NA> 1597346432524046337                <NA>
## 2307                <NA> 1597346379021840384                <NA>
## 2308                <NA> 1597346363163148288                <NA>
## 2309                <NA> 1597346353902129152                <NA>
## 2310                <NA> 1597346352631250944                <NA>
## 2311                <NA> 1597346350441824257                <NA>
## 2312                <NA> 1597346346096537600                <NA>
## 2313                <NA> 1597346294586306560                <NA>
## 2314                <NA> 1597346281105788928                <NA>
## 2315                <NA> 1597346220250259456                <NA>
## 2316                <NA> 1597346198960345088                <NA>
## 2317 1596887328496066560 1597346197722714112 1477313944670846981
## 2318                <NA> 1597346192626978817                <NA>
## 2319                <NA> 1597346185425039360                <NA>
## 2320                <NA> 1597346185018163200                <NA>
## 2321                <NA> 1597346167133974528                <NA>
## 2322                <NA> 1597346162033709056                <NA>
## 2323                <NA> 1597346160410513409                <NA>
## 2324                <NA> 1597346142895079424                <NA>
## 2325                <NA> 1597346141322235904                <NA>
## 2326                <NA> 1597346093830131713                <NA>
## 2327                <NA> 1597346086796275712                <NA>
## 2328                <NA> 1597346084346793984                <NA>
## 2329                <NA> 1597346028310892544                <NA>
## 2330                <NA> 1597346013987373056                <NA>
## 2331                <NA> 1597346013790244865                <NA>
## 2332                <NA> 1597345998941978624                <NA>
## 2333                <NA> 1597345980378017793                <NA>
## 2334                <NA> 1597345935398690816                <NA>
## 2335                <NA> 1597345932861145088                <NA>
## 2336                <NA> 1597345919699390465                <NA>
## 2337                <NA> 1597345919246405632                <NA>
## 2338                <NA> 1597345893875056641                <NA>
## 2339                <NA> 1597345886769938435                <NA>
## 2340 1596987234523267074 1597345884731473920 1356983336435130369
## 2341                <NA> 1597345878452600833                <NA>
## 2342                <NA> 1597345860383576064                <NA>
## 2343                <NA> 1597345860039639040                <NA>
## 2344 1597266097262108672 1597345813747077120  947610497435754497
## 2345                <NA> 1597345767618129920                <NA>
## 2346                <NA> 1597345749242908672                <NA>
## 2347                <NA> 1597345747389018112                <NA>
## 2348                <NA> 1597345707500793856                <NA>
## 2349                <NA> 1597345688840724483                <NA>
## 2350                <NA> 1597345668502544384                <NA>
## 2351                <NA> 1597345649355210753                <NA>
## 2352                <NA> 1597345648227254274                <NA>
## 2353 1597300166008393728 1597345635640152064           866953267
## 2354                <NA> 1597345619248820224                <NA>
## 2355                <NA> 1597345615817502721                <NA>
## 2356                <NA> 1597345593701322753                <NA>
## 2357                <NA> 1597345582007259136                <NA>
## 2358                <NA> 1597345566530633728                <NA>
## 2359                <NA> 1597345558401728512                <NA>
## 2360                <NA> 1597345531545923585                <NA>
## 2361                <NA> 1597345443826262016                <NA>
## 2362                <NA> 1597345427359412224                <NA>
## 2363                <NA> 1597345421742907392                <NA>
## 2364                <NA> 1597345407134470144                <NA>
## 2365                <NA> 1597345390315327489                <NA>
## 2366                <NA> 1597345388952162304                <NA>
## 2367                <NA> 1597345350217449472                <NA>
## 2368                <NA> 1597345337701593088                <NA>
## 2369                <NA> 1597345326859710464                <NA>
## 2370                <NA> 1597345326851321856                <NA>
## 2371                <NA> 1597345294689374209                <NA>
## 2372                <NA> 1597345291040325632                <NA>
## 2373                <NA> 1597345274925809665                <NA>
## 2374                <NA> 1597345266419789825                <NA>
## 2375                <NA> 1597345252398215168                <NA>
## 2376                <NA> 1597345204092403712                <NA>
## 2377                <NA> 1597345168478203904                <NA>
## 2378                <NA> 1597345158349348865                <NA>
## 2379                <NA> 1597345154335404032                <NA>
## 2380                <NA> 1597345138518347778                <NA>
## 2381                <NA> 1597345119195533313                <NA>
## 2382                <NA> 1597345082319200256                <NA>
## 2383                <NA> 1597345082130460673                <NA>
## 2384                <NA> 1597345042871439360                <NA>
## 2385                <NA> 1597345039742828545                <NA>
## 2386                <NA> 1597345039486980096                <NA>
## 2387                <NA> 1597345029789741056                <NA>
## 2388                <NA> 1597344992749445121                <NA>
## 2389                <NA> 1597344970989801472                <NA>
## 2390                <NA> 1597344929629765633                <NA>
## 2391                <NA> 1597344926001696769                <NA>
## 2392                <NA> 1597344921790296065                <NA>
## 2393                <NA> 1597344906011242499                <NA>
## 2394                <NA> 1597344849971142656                <NA>
## 2395                <NA> 1597344835614126081                <NA>
## 2396                <NA> 1597344833672093696                <NA>
## 2397                <NA> 1597344831369805824                <NA>
## 2398                <NA> 1597344810171760640                <NA>
## 2399                <NA> 1597344804278767616                <NA>
## 2400                <NA> 1597344793398763521                <NA>
## 2401                <NA> 1597344791540695042                <NA>
## 2402                <NA> 1597344753946746880                <NA>
## 2403                <NA> 1597344748926545920                <NA>
## 2404                <NA> 1597344676608364544                <NA>
## 2405                <NA> 1597344669108932608                <NA>
## 2406                <NA> 1597344666172928000                <NA>
## 2407                <NA> 1597344660808089600            17230018
## 2408                <NA> 1597344656177893377                <NA>
## 2409                <NA> 1597344643305259008                <NA>
## 2410                <NA> 1597344616608849921                <NA>
## 2411                <NA> 1597344599441567744                <NA>
## 2412                <NA> 1597344554797395968                <NA>
## 2413                <NA> 1597344549567107074                <NA>
## 2414                <NA> 1597344543351132160                <NA>
## 2415                <NA> 1597344534060756993                <NA>
## 2416                <NA> 1597344524572839936                <NA>
## 2417                <NA> 1597344514058117120                <NA>
## 2418                <NA> 1597344510220304384                <NA>
## 2419                <NA> 1597344500187209729                <NA>
## 2420                <NA> 1597344493446975491                <NA>
## 2421                <NA> 1597344491383721984                <NA>
## 2422                <NA> 1597344485104840704                <NA>
## 2423                <NA> 1597344481153458176                <NA>
## 2424                <NA> 1597344446894350336                <NA>
## 2425                <NA> 1597344445451542528                <NA>
## 2426                <NA> 1597344444407500801                <NA>
## 2427                <NA> 1597344437038088192                <NA>
## 2428                <NA> 1597344430272675842                <NA>
## 2429                <NA> 1597344397498384384                <NA>
## 2430                <NA> 1597344395099267072                <NA>
## 2431                <NA> 1597344353223168001                <NA>
## 2432                <NA> 1597344350161506304                <NA>
## 2433                <NA> 1597344331048030209                <NA>
## 2434                <NA> 1597344329575452672                <NA>
## 2435                <NA> 1597344308319092736                <NA>
## 2436                <NA> 1597344285237485568                <NA>
## 2437                <NA> 1597344281294798848                <NA>
## 2438                <NA> 1597344264664809472                <NA>
## 2439                <NA> 1597344247392632833                <NA>
## 2440                <NA> 1597344239352188929                <NA>
## 2441                <NA> 1597344227239026688                <NA>
## 2442                <NA> 1597344221291511808                <NA>
## 2443                <NA> 1597344220888862721                <NA>
## 2444                <NA> 1597344216471900160                <NA>
## 2445                <NA> 1597344211812356096                <NA>
## 2446                <NA> 1597344207941013505                <NA>
## 2447                <NA> 1597344206871150592                <NA>
## 2448                <NA> 1597344201272070144                <NA>
## 2449                <NA> 1597344191608389635 1050779471731707904
## 2450                <NA> 1597344180811898881                <NA>
## 2451                <NA> 1597344166358306817                <NA>
## 2452                <NA> 1597344165100425216                <NA>
## 2453                <NA> 1597344127603310593                <NA>
## 2454                <NA> 1597344121102172162                <NA>
## 2455                <NA> 1597344084645249024                <NA>
## 2456                <NA> 1597344079138140160                <NA>
## 2457                <NA> 1597344058363772928                <NA>
## 2458                <NA> 1597344045617250304                <NA>
## 2459                <NA> 1597344030459072512                <NA>
## 2460                <NA> 1597344019625168897                <NA>
## 2461                <NA> 1597344008421842944                <NA>
## 2462                <NA> 1597343970430156801                <NA>
## 2463                <NA> 1597343967108296705                <NA>
## 2464                <NA> 1597343958472196096                <NA>
## 2465                <NA> 1597343957092302848                <NA>
## 2466                <NA> 1597343954265337856                <NA>
## 2467                <NA> 1597343947751587840                <NA>
## 2468 1597333438524448768 1597343930563317760            44196397
## 2469                <NA> 1597343929762209792                <NA>
## 2470                <NA> 1597343924989100032                <NA>
## 2471                <NA> 1597343906672574464                <NA>
## 2472                <NA> 1597343904265031680                <NA>
## 2473                <NA> 1597343881536098304                <NA>
## 2474                <NA> 1597343868143357952                <NA>
## 2475                <NA> 1597343863685124096                <NA>
## 2476                <NA> 1597343854688350208                <NA>
## 2477                <NA> 1597343847163760642                <NA>
## 2478                <NA> 1597343826984595456                <NA>
## 2479                <NA> 1597343804612567040                <NA>
## 2480                <NA> 1597343800761819138                <NA>
## 2481                <NA> 1597343799172550656                <NA>
## 2482 1597248836879405056 1597343793829015555           626468979
## 2483                <NA> 1597343783527424000                <NA>
## 2484                <NA> 1597343762757586944                <NA>
## 2485                <NA> 1597343751583989760                <NA>
## 2486                <NA> 1597343746236219392                <NA>
## 2487                <NA> 1597343745791340544                <NA>
## 2488                <NA> 1597343732642508800                <NA>
## 2489                <NA> 1597343708370055168                <NA>
## 2490                <NA> 1597343702275751937                <NA>
## 2491                <NA> 1597343690837876736                <NA>
## 2492                <NA> 1597343663612628992                <NA>
## 2493                <NA> 1597343651520471040                <NA>
## 2494                <NA> 1597343648026624001                <NA>
## 2495                <NA> 1597343643878105088                <NA>
## 2496                <NA> 1597343638845296641                <NA>
## 2497                <NA> 1597343622193905664                <NA>
## 2498                <NA> 1597343611409944576                <NA>
## 2499                <NA> 1597343600081502208                <NA>
## 2500                <NA> 1597343598290554881                <NA>
## 2501                <NA> 1597343533434011656                <NA>
## 2502                <NA> 1597343531030695937                <NA>
## 2503                <NA> 1597343518644588544                <NA>
## 2504                <NA> 1597343492191432704                <NA>
## 2505                <NA> 1597343487372201985                <NA>
## 2506                <NA> 1597343480564441088                <NA>
## 2507                <NA> 1597343475510697984                <NA>
## 2508                <NA> 1597343464601300992                <NA>
## 2509                <NA> 1597343462973579264                <NA>
## 2510                <NA> 1597343458825744385                <NA>
## 2511                <NA> 1597343450143203328                <NA>
## 2512                <NA> 1597343430048239616                <NA>
## 2513                <NA> 1597343405864255488                <NA>
## 2514                <NA> 1597343401719910400                <NA>
## 2515                <NA> 1597343377141682177                <NA>
## 2516                <NA> 1597343347131428864                <NA>
## 2517                <NA> 1597343337119612930                <NA>
## 2518                <NA> 1597343333193764864                <NA>
## 2519                <NA> 1597343328479379456                <NA>
## 2520                <NA> 1597343300301692928                <NA>
## 2521                <NA> 1597343293171331072                <NA>
## 2522                <NA> 1597343282362650624                <NA>
## 2523                <NA> 1597343274221842432                <NA>
## 2524                <NA> 1597343232740196352                <NA>
## 2525                <NA> 1597343229870895104                <NA>
## 2526                <NA> 1597343219058380800                <NA>
## 2527                <NA> 1597343161739022336                <NA>
## 2528                <NA> 1597343136166350848                <NA>
## 2529                <NA> 1597343116528611328                <NA>
## 2530                <NA> 1597343110534955008                <NA>
## 2531                <NA> 1597343083963637760                <NA>
## 2532                <NA> 1597343067228745730                <NA>
## 2533                <NA> 1597343054825893888                <NA>
## 2534                <NA> 1597343052406067201                <NA>
## 2535                <NA> 1597343046596628480                <NA>
## 2536                <NA> 1597343033413947393                <NA>
## 2537                <NA> 1597343021435351040                <NA>
## 2538                <NA> 1597343005337595906                <NA>
## 2539                <NA> 1597342971929989120                <NA>
## 2540                <NA> 1597342949188198400                <NA>
## 2541                <NA> 1597342935263039488                <NA>
## 2542                <NA> 1597342928975761408                <NA>
## 2543                <NA> 1597342927927533569                <NA>
## 2544                <NA> 1597342923162808321                <NA>
## 2545                <NA> 1597342915826970624                <NA>
## 2546                <NA> 1597342876253683713                <NA>
## 2547                <NA> 1597342845312331776                <NA>
## 2548                <NA> 1597342813007806464                <NA>
## 2549                <NA> 1597342741620756483                <NA>
## 2550                <NA> 1597342727381090304                <NA>
## 2551                <NA> 1597342724134670336                <NA>
## 2552                <NA> 1597342668690165760                <NA>
## 2553                <NA> 1597342642622582784                <NA>
## 2554                <NA> 1597342568966242306                <NA>
## 2555                <NA> 1597342568865746944                <NA>
## 2556                <NA> 1597342568853143553                <NA>
## 2557                <NA> 1597342558535184385                <NA>
## 2558                <NA> 1597342491917045763                <NA>
## 2559                <NA> 1597342363823013890                <NA>
## 2560                <NA> 1597342362388561920                <NA>
## 2561                <NA> 1597342320328077312                <NA>
## 2562                <NA> 1597342305488621568                <NA>
## 2563                <NA> 1597342301453717505                <NA>
## 2564                <NA> 1597342283178860545                <NA>
## 2565                <NA> 1597342276534956033                <NA>
## 2566                <NA> 1597342257727709185                <NA>
## 2567                <NA> 1597342210839941121                <NA>
## 2568                <NA> 1597342175175774208                <NA>
## 2569                <NA> 1597342172839567361                <NA>
## 2570                <NA> 1597342111007125504                <NA>
## 2571                <NA> 1597342093567234048                <NA>
## 2572                <NA> 1597342092908720129                <NA>
## 2573                <NA> 1597342043398733825                <NA>
## 2574                <NA> 1597342031638327297                <NA>
## 2575                <NA> 1597342026806480896                <NA>
## 2576                <NA> 1597341992065044480                <NA>
## 2577                <NA> 1597341954819313664                <NA>
## 2578                <NA> 1597341928240349184                <NA>
## 2579                <NA> 1597341927820914688                <NA>
## 2580                <NA> 1597341900859904000                <NA>
## 2581                <NA> 1597341894455226370                <NA>
## 2582                <NA> 1597341873492066304                <NA>
## 2583                <NA> 1597341866412105728                <NA>
## 2584                <NA> 1597341854760341504                <NA>
## 2585                <NA> 1597341852134682625                <NA>
## 2586                <NA> 1597341830856998913                <NA>
## 2587                <NA> 1597341824850411520                <NA>
## 2588                <NA> 1597341813563883520                <NA>
## 2589                <NA> 1597341806072455168                <NA>
## 2590                <NA> 1597341799462600704                <NA>
## 2591                <NA> 1597341749055459329                <NA>
## 2592                <NA> 1597341728503369728                <NA>
## 2593                <NA> 1597341708022607872                <NA>
## 2594                <NA> 1597341698732224512                <NA>
## 2595                <NA> 1597341682567385088                <NA>
## 2596                <NA> 1597341657829347328                <NA>
## 2597                <NA> 1597341655488921600                <NA>
## 2598                <NA> 1597341635649867776                <NA>
## 2599                <NA> 1597341632923570176                <NA>
## 2600                <NA> 1597341617253646336                <NA>
## 2601                <NA> 1597341598966087680                <NA>
## 2602                <NA> 1597341588728184832                <NA>
## 2603                <NA> 1597341586894909441                <NA>
## 2604                <NA> 1597341581279113226                <NA>
## 2605                <NA> 1597341576594063361                <NA>
## 2606                <NA> 1597341570289651713                <NA>
## 2607                <NA> 1597341569006194690                <NA>
## 2608                <NA> 1597341540430401536                <NA>
## 2609                <NA> 1597341530595168257                <NA>
## 2610                <NA> 1597341527474573312                <NA>
## 2611                <NA> 1597341525176094720                <NA>
## 2612                <NA> 1597341521048907777                <NA>
## 2613                <NA> 1597341514786811905                <NA>
## 2614                <NA> 1597341505337065472                <NA>
## 2615                <NA> 1597341431970295809                <NA>
## 2616                <NA> 1597341399472828416                <NA>
## 2617                <NA> 1597341365167611905                <NA>
## 2618                <NA> 1597341340454748161                <NA>
## 2619                <NA> 1597341338995142657                <NA>
## 2620                <NA> 1597341331818700800                <NA>
## 2621                <NA> 1597341320284057600                <NA>
## 2622                <NA> 1597341295781244928                <NA>
## 2623                <NA> 1597341283051192320                <NA>
## 2624                <NA> 1597341280534925312                <NA>
## 2625                <NA> 1597341243876737024                <NA>
## 2626                <NA> 1597341229674823680                <NA>
## 2627                <NA> 1597341208145428480                <NA>
## 2628                <NA> 1597341204240556032                <NA>
## 2629                <NA> 1597341181419040768                <NA>
## 2630                <NA> 1597341171222999042                <NA>
## 2631                <NA> 1597341150356332547                <NA>
## 2632                <NA> 1597341145289625600                <NA>
## 2633                <NA> 1597341120022818816                <NA>
## 2634                <NA> 1597341097553862657                <NA>
## 2635                <NA> 1597341085683970048                <NA>
## 2636                <NA> 1597341084064964608                <NA>
## 2637                <NA> 1597341081125150720                <NA>
## 2638                <NA> 1597341052289290240                <NA>
## 2639                <NA> 1597341045175771137                <NA>
## 2640                <NA> 1597341018420310016                <NA>
## 2641                <NA> 1597341001588563968                <NA>
## 2642                <NA> 1597341000514473985                <NA>
## 2643                <NA> 1597340943023484929                <NA>
## 2644                <NA> 1597340893497163779                <NA>
## 2645                <NA> 1597340878330556417                <NA>
## 2646                <NA> 1597340818540756992                <NA>
## 2647                <NA> 1597340796952674304                <NA>
## 2648                <NA> 1597340790275026944                <NA>
## 2649                <NA> 1597340754728603649                <NA>
## 2650                <NA> 1597340733811589120                <NA>
## 2651                <NA> 1597340673224900609                <NA>
## 2652 1597340386535804928 1597340664429449218 1348029002301243396
## 2653                <NA> 1597340664165208064                <NA>
## 2654                <NA> 1597340653989801984                <NA>
## 2655                <NA> 1597340642295701504                <NA>
## 2656                <NA> 1597340630472327168                <NA>
## 2657                <NA> 1597340600176902144                <NA>
## 2658                <NA> 1597340597068894209                <NA>
## 2659                <NA> 1597340589204590592                <NA>
## 2660                <NA> 1597340583441231872                <NA>
## 2661                <NA> 1597340544950480897                <NA>
## 2662                <NA> 1597340487479762944                <NA>
## 2663                <NA> 1597340471353016321                <NA>
## 2664 1597337984097226752 1597340457977393152 1587044682785341443
## 2665 1597092976626475009 1597340447038656512            17230018
## 2666                <NA> 1597340439979270144                <NA>
## 2667                <NA> 1597340438415159296                <NA>
## 2668                <NA> 1597340410451402753                <NA>
## 2669                <NA> 1597340388456824832                <NA>
## 2670                <NA> 1597340386535804928                <NA>
## 2671                <NA> 1597340376926277633                <NA>
## 2672                <NA> 1597340346866098176                <NA>
## 2673                <NA> 1597340333540806656                <NA>
## 2674                <NA> 1597340304256159744                <NA>
## 2675                <NA> 1597340303765417984                <NA>
## 2676                <NA> 1597340302783938561                <NA>
## 2677                <NA> 1597340288569454594                <NA>
## 2678                <NA> 1597340286560051200                <NA>
## 2679                <NA> 1597340281288167429                <NA>
## 2680                <NA> 1597340277567782912                <NA>
## 2681                <NA> 1597340249218109440                <NA>
## 2682                <NA> 1597340241542598656                <NA>
## 2683                <NA> 1597340224350490624                <NA>
## 2684                <NA> 1597340223952007169                <NA>
## 2685                <NA> 1597340220193935360                <NA>
## 2686                <NA> 1597340172080664576                <NA>
## 2687                <NA> 1597340158176919553                <NA>
## 2688                <NA> 1597340151990349824                <NA>
## 2689                <NA> 1597340142360203265                <NA>
## 2690 1597338365908897792 1597340133766107136 1348029002301243396
## 2691                <NA> 1597340094167650304                <NA>
## 2692                <NA> 1597340073254879232                <NA>
## 2693                <NA> 1597340041373577217                <NA>
## 2694                <NA> 1597340032876310529                <NA>
## 2695                <NA> 1597340024944877568                <NA>
## 2696                <NA> 1597340016916992000                <NA>
## 2697                <NA> 1597339984523993090                <NA>
## 2698                <NA> 1597339969533591552                <NA>
## 2699                <NA> 1597339948876980224                <NA>
## 2700                <NA> 1597339916308221953                <NA>
## 2701                <NA> 1597339872427024386                <NA>
## 2702                <NA> 1597339860788219904                <NA>
## 2703                <NA> 1597339812608237568           155659213
## 2704                <NA> 1597339756970610695                <NA>
## 2705                <NA> 1597339743825448960                <NA>
## 2706                <NA> 1597339727832944641           361289499
## 2707                <NA> 1597339725190553600                <NA>
## 2708                <NA> 1597339710942515200                <NA>
## 2709                <NA> 1597339698254729216                <NA>
## 2710                <NA> 1597339686158340096                <NA>
## 2711                <NA> 1597339664771608576                <NA>
## 2712                <NA> 1597339620014186496                <NA>
## 2713                <NA> 1597339595926302720                <NA>
## 2714                <NA> 1597339572194549762                <NA>
## 2715                <NA> 1597339570273943552                <NA>
## 2716                <NA> 1597339552242245632                <NA>
## 2717                <NA> 1597339549885026304                <NA>
## 2718                <NA> 1597339494210207745                <NA>
## 2719                <NA> 1597339487763574785                <NA>
## 2720                <NA> 1597339469849702400                <NA>
## 2721                <NA> 1597339406675107840                <NA>
## 2722                <NA> 1597339390510264320                <NA>
## 2723                <NA> 1597339387842670593                <NA>
## 2724                <NA> 1597339387573829632                <NA>
## 2725                <NA> 1597339363209535488                <NA>
## 2726                <NA> 1597339354598641665                <NA>
## 2727                <NA> 1597339297530580993                <NA>
## 2728                <NA> 1597339289771474944                <NA>
## 2729                <NA> 1597339276999479299                <NA>
## 2730                <NA> 1597339212449484800                <NA>
## 2731                <NA> 1597339187920785408                <NA>
## 2732                <NA> 1597339145281470464                <NA>
## 2733                <NA> 1597339108141326336                <NA>
## 2734                <NA> 1597339085307523073                <NA>
## 2735                <NA> 1597339042257195008                <NA>
## 2736                <NA> 1597338981334937600                <NA>
## 2737                <NA> 1597338979069620225                <NA>
## 2738                <NA> 1597338975512932353                <NA>
## 2739                <NA> 1597338930390921218                <NA>
## 2740                <NA> 1597338929895964672                <NA>
## 2741                <NA> 1597338915052343296                <NA>
## 2742                <NA> 1597338914922332160                <NA>
## 2743                <NA> 1597338910572810240                <NA>
## 2744                <NA> 1597338896672894976                <NA>
## 2745                <NA> 1597338888585900032                <NA>
## 2746                <NA> 1597338860417355776                <NA>
## 2747                <NA> 1597338833921933312                <NA>
## 2748                <NA> 1597338818172301312                <NA>
## 2749                <NA> 1597338814305165314                <NA>
## 2750                <NA> 1597338803550982144                <NA>
## 2751                <NA> 1597338791941144577                <NA>
## 2752                <NA> 1597338791358128129                <NA>
## 2753                <NA> 1597338775541063680                <NA>
## 2754                <NA> 1597338772261462017                <NA>
## 2755                <NA> 1597338765529206785                <NA>
## 2756                <NA> 1597338762031177730                <NA>
## 2757                <NA> 1597338743547232256                <NA>
## 2758                <NA> 1597338726597681152                <NA>
## 2759                <NA> 1597338708948418560                <NA>
## 2760                <NA> 1597338706200797184                <NA>
## 2761                <NA> 1597338703210614784                <NA>
## 2762                <NA> 1597338697468633088                <NA>
## 2763                <NA> 1597338690480898048                <NA>
## 2764                <NA> 1597338677893816320                <NA>
## 2765                <NA> 1597338674391179265                <NA>
## 2766                <NA> 1597338670079832065                <NA>
## 2767                <NA> 1597338663339577345            18208354
## 2768                <NA> 1597338659812159488                <NA>
## 2769                <NA> 1597338658453204994                <NA>
## 2770                <NA> 1597338639675293696                <NA>
## 2771                <NA> 1597338638089883650                <NA>
## 2772 1597338529649987584 1597338637573582848  973244981182910464
## 2773                <NA> 1597338583492591616                <NA>
## 2774                <NA> 1597338576672681984                <NA>
## 2775                <NA> 1597338572730007552                <NA>
## 2776                <NA> 1597338567550046208                <NA>
## 2777                <NA> 1597338565968801793                <NA>
## 2778                <NA> 1597338562084540416                <NA>
## 2779                <NA> 1597338555181060096                <NA>
## 2780                <NA> 1597338554744512512                <NA>
## 2781                <NA> 1597338530220761088                <NA>
## 2782                <NA> 1597338506891665408                <NA>
## 2783                <NA> 1597338500713484288                <NA>
## 2784                <NA> 1597338477624188929                <NA>
## 2785                <NA> 1597338475136970752                <NA>
## 2786                <NA> 1597338474947887104                <NA>
## 2787                <NA> 1597338471433371648                <NA>
## 2788                <NA> 1597338467050360834                <NA>
## 2789                <NA> 1597338466542817280                <NA>
## 2790                <NA> 1597338463153836033                <NA>
## 2791                <NA> 1597338427824881664                <NA>
## 2792                <NA> 1597338399345496064                <NA>
## 2793                <NA> 1597338388486451200                <NA>
## 2794 1597338385253027840 1597338387673149440 1512203997549060100
## 2795 1597338383340404736 1597338385253027840 1512203997549060100
## 2796                <NA> 1597338383340404736                <NA>
## 2797                <NA> 1597338374058409984                <NA>
## 2798                <NA> 1597338365908897792                <NA>
## 2799                <NA> 1597338363006431233                <NA>
## 2800                <NA> 1597338351543390208                <NA>
## 2801                <NA> 1597338346501861376                <NA>
## 2802                <NA> 1597338333214310402                <NA>
## 2803                <NA> 1597338324955729920                <NA>
## 2804                <NA> 1597338314797092866                <NA>
## 2805                <NA> 1597338308371435521                <NA>
## 2806                <NA> 1597338218554601473                <NA>
## 2807                <NA> 1597338176297009153                <NA>
## 2808                <NA> 1597338113332097024                <NA>
## 2809                <NA> 1597338077067780096                <NA>
## 2810                <NA> 1597338074400567296                <NA>
## 2811                <NA> 1597338061041725440                <NA>
## 2812                <NA> 1597338025671168000                <NA>
## 2813                <NA> 1597338025302052865                <NA>
## 2814                <NA> 1597338018397896704                <NA>
## 2815                <NA> 1597338012731715584                <NA>
## 2816                <NA> 1597337992766840832                <NA>
## 2817                <NA> 1597337991491395587                <NA>
## 2818                <NA> 1597337988173733888                <NA>
## 2819                <NA> 1597337969374863360                <NA>
## 2820                <NA> 1597337967328198656                <NA>
## 2821                <NA> 1597337949888446464                <NA>
## 2822                <NA> 1597337928442970112                <NA>
## 2823                <NA> 1597337915826524160                <NA>
## 2824                <NA> 1597337913951326208                <NA>
## 2825                <NA> 1597337903717572608                <NA>
## 2826                <NA> 1597337876140032001                <NA>
## 2827                <NA> 1597337856707809280                <NA>
## 2828                <NA> 1597337846909915136                <NA>
## 2829                <NA> 1597337844720488448                <NA>
## 2830                <NA> 1597337844640780290                <NA>
## 2831                <NA> 1597337833773334528                <NA>
## 2832                <NA> 1597337827804860417                <NA>
## 2833                <NA> 1597337824680108034                <NA>
## 2834                <NA> 1597337810230706176                <NA>
## 2835                <NA> 1597337783529766913                <NA>
## 2836                <NA> 1597337782153752576                <NA>
## 2837                <NA> 1597337779159306240                <NA>
## 2838 1597124936916946944 1597337772305813504  970675617913036801
## 2839                <NA> 1597337763543584769                <NA>
## 2840                <NA> 1597337718270627840                <NA>
## 2841                <NA> 1597337707641860096                <NA>
## 2842                <NA> 1597337696686706688                <NA>
## 2843                <NA> 1597337695763976192                <NA>
## 2844                <NA> 1597337687257935872                <NA>
## 2845                <NA> 1597337684732567552                <NA>
## 2846                <NA> 1597337682539319296                <NA>
## 2847                <NA> 1597337679519449088                <NA>
## 2848                <NA> 1597337665736957952                <NA>
## 2849                <NA> 1597337665468497920                <NA>
## 2850                <NA> 1597337635185258496                <NA>
## 2851                <NA> 1597337631892725760                <NA>
## 2852                <NA> 1597337562867437568                <NA>
## 2853                <NA> 1597337551450230784                <NA>
## 2854                <NA> 1597337546811318273                <NA>
## 2855                <NA> 1597337532353896449                <NA>
## 2856                <NA> 1597337455682023424                <NA>
## 2857                <NA> 1597337451508666369                <NA>
## 2858                <NA> 1597337448472010752                <NA>
## 2859                <NA> 1597337443149021184                <NA>
## 2860                <NA> 1597337437369688065                <NA>
## 2861                <NA> 1597337430591668224                <NA>
## 2862                <NA> 1597337415902863360                <NA>
## 2863                <NA> 1597337403739758597                <NA>
## 2864                <NA> 1597337396752027648                <NA>
## 2865                <NA> 1597337379014332416                <NA>
## 2866                <NA> 1597337363440898049                <NA>
## 2867                <NA> 1597337336559579136                <NA>
## 2868                <NA> 1597337335523602433                <NA>
## 2869                <NA> 1597337326396399616                <NA>
## 2870                <NA> 1597337278858559488                <NA>
## 2871                <NA> 1597337277336031232                <NA>
## 2872                <NA> 1597337268846743552                <NA>
## 2873                <NA> 1597337241650868229                <NA>
## 2874                <NA> 1597337235006795776                <NA>
## 2875                <NA> 1597337218536075265                <NA>
## 2876                <NA> 1597337175959703552                <NA>
## 2877                <NA> 1597337154224410624                <NA>
## 2878                <NA> 1597337136193470465                <NA>
## 2879                <NA> 1597337132183744512                <NA>
## 2880                <NA> 1597337126353666049                <NA>
## 2881                <NA> 1597337124441059328                <NA>
## 2882                <NA> 1597337108695613440                <NA>
## 2883                <NA> 1597337096041422848                <NA>
## 2884                <NA> 1597337091444117509                <NA>
## 2885                <NA> 1597337082078167041                <NA>
## 2886                <NA> 1597337076667944961                <NA>
## 2887                <NA> 1597337074436550656                <NA>
## 2888                <NA> 1597337057201778691                <NA>
## 2889                <NA> 1597337020237770752                <NA>
## 2890                <NA> 1597337007520649216                <NA>
## 2891                <NA> 1597336994136621056                <NA>
## 2892                <NA> 1597336952444813314                <NA>
## 2893                <NA> 1597336923168993280                <NA>
## 2894                <NA> 1597336909562318849                <NA>
## 2895                <NA> 1597336907158986754                <NA>
## 2896                <NA> 1597336896513789952                <NA>
## 2897                <NA> 1597336857762992130                <NA>
## 2898                <NA> 1597336829807976448                <NA>
## 2899                <NA> 1597336800703713281                <NA>
## 2900                <NA> 1597336800250720256                <NA>
## 2901                <NA> 1597336794605195265                <NA>
## 2902                <NA> 1597336754729922560                <NA>
## 2903                <NA> 1597336711922855936                <NA>
## 2904                <NA> 1597336684311773185                <NA>
## 2905                <NA> 1597336661909966850                <NA>
## 2906                <NA> 1597336554514833408                <NA>
## 2907                <NA> 1597336492145520640  770148194256904192
## 2908                <NA> 1597336484448964609                <NA>
## 2909                <NA> 1597336475691266048                <NA>
## 2910                <NA> 1597336455470518273                <NA>
## 2911                <NA> 1597336447451025408                <NA>
## 2912                <NA> 1597336435736031233                <NA>
## 2913                <NA> 1597336422746566658                <NA>
## 2914                <NA> 1597336411375796225                <NA>
## 2915                <NA> 1597336392799064064                <NA>
## 2916                <NA> 1597336383529844736                <NA>
## 2917                <NA> 1597336367402430464                <NA>
## 2918                <NA> 1597336338524930050                <NA>
## 2919                <NA> 1597336325438734336                <NA>
## 2920                <NA> 1597336296237584389                <NA>
## 2921                <NA> 1597336231171719168                <NA>
## 2922                <NA> 1597336227241668608                <NA>
## 2923                <NA> 1597336215833153536                <NA>
## 2924                <NA> 1597336188800888833                <NA>
## 2925                <NA> 1597336177605939200                <NA>
## 2926                <NA> 1597336152297852928                <NA>
## 2927                <NA> 1597336151798337537                <NA>
## 2928                <NA> 1597336144651644928                <NA>
## 2929                <NA> 1597336104294023168                <NA>
## 2930                <NA> 1597336081606709248                <NA>
## 2931                <NA> 1597336061868670976                <NA>
## 2932                <NA> 1597336057346871296                <NA>
## 2933                <NA> 1597336056952541184                <NA>
## 2934                <NA> 1597336030629498880                <NA>
## 2935                <NA> 1597336022211493888                <NA>
## 2936                <NA> 1597336021527842817                <NA>
## 2937                <NA> 1597335991140110336                <NA>
## 2938                <NA> 1597335989927628801                <NA>
## 2939                <NA> 1597335971531722752                <NA>
## 2940                <NA> 1597335968176308224                <NA>
## 2941                <NA> 1597335960907575296                <NA>
## 2942                <NA> 1597335959565389824                <NA>
## 2943                <NA> 1597335957837344768                <NA>
## 2944                <NA> 1597335950954110976                <NA>
## 2945                <NA> 1597335943127916544                <NA>
## 2946                <NA> 1597335908311007233                <NA>
## 2947                <NA> 1597335908290002944                <NA>
## 2948                <NA> 1597335901256159232                <NA>
## 2949                <NA> 1597335898625957888                <NA>
## 2950                <NA> 1597335895115698177                <NA>
## 2951                <NA> 1597335889902202880                <NA>
## 2952                <NA> 1597335868779671553                <NA>
## 2953                <NA> 1597335850005979136                <NA>
## 2954                <NA> 1597335840333582336                <NA>
## 2955                <NA> 1597335829495500800                <NA>
## 2956                <NA> 1597335824634634241                <NA>
## 2957                <NA> 1597335779692318720                <NA>
## 2958                <NA> 1597335771329220608                <NA>
## 2959                <NA> 1597335770767187968                <NA>
## 2960                <NA> 1597335760935727109                <NA>
## 2961                <NA> 1597335753251770368                <NA>
## 2962                <NA> 1597335726970253312                <NA>
## 2963                <NA> 1597335710687633409                <NA>
## 2964                <NA> 1597335698549657600                <NA>
## 2965                <NA> 1597335695932391425                <NA>
## 2966                <NA> 1597335692233015296                <NA>
## 2967                <NA> 1597335664840019968                <NA>
## 2968                <NA> 1597335653993193472                <NA>
## 2969                <NA> 1597335626663108608                <NA>
## 2970                <NA> 1597335611773714432                <NA>
## 2971                <NA> 1597335596317696001                <NA>
## 2972                <NA> 1597335594547302401                <NA>
## 2973                <NA> 1597335583671848960                <NA>
## 2974                <NA> 1597335574217883648                <NA>
## 2975                <NA> 1597335378784288768                <NA>
## 2976                <NA> 1597335378717200384                <NA>
## 2977                <NA> 1597335357661405184                <NA>
## 2978                <NA> 1597335343367262208                <NA>
## 2979                <NA> 1597335330302357504                <NA>
## 2980                <NA> 1597335313965551616                <NA>
## 2981                <NA> 1597335278557229056                <NA>
## 2982                <NA> 1597335261461241856                <NA>
## 2983                <NA> 1597335261008252930                <NA>
## 2984                <NA> 1597335232931573760                <NA>
## 2985                <NA> 1597335218255695874                <NA>
## 2986                <NA> 1597335210152300544                <NA>
## 2987                <NA> 1597335206109020160                <NA>
## 2988                <NA> 1597335179127054336                <NA>
## 2989                <NA> 1597335178372091905                <NA>
## 2990                <NA> 1597335169433993216                <NA>
## 2991                <NA> 1597335138551353346                <NA>
## 2992                <NA> 1597335127574872064                <NA>
## 2993                <NA> 1597335122138714112                <NA>
## 2994                <NA> 1597335099884068864                <NA>
## 2995                <NA> 1597335093655527424                <NA>
## 2996                <NA> 1597335089612222464                <NA>
## 2997                <NA> 1597335059941376000                <NA>
## 2998                <NA> 1597335043193868290                <NA>
## 2999                <NA> 1597335035698241566                <NA>
## 3000                <NA> 1597335033609871363                <NA>
## 3001                <NA> 1597335001422770177                <NA>
## 3002                <NA> 1597334995492024320                <NA>
## 3003                <NA> 1597334984884244495                <NA>
## 3004                <NA> 1597334949975052289                <NA>
## 3005                <NA> 1597334890516606977                <NA>
## 3006                <NA> 1597334883931938817                <NA>
## 3007                <NA> 1597334840587583490                <NA>
## 3008                <NA> 1597334735583182848                <NA>
## 3009                <NA> 1597334717401292801                <NA>
## 3010                <NA> 1597334685377785856                <NA>
## 3011                <NA> 1597334678255857664                <NA>
## 3012                <NA> 1597334677739950080                <NA>
## 3013                <NA> 1597334668315340800                <NA>
## 3014                <NA> 1597334661373788160                <NA>
## 3015                <NA> 1597334650531196929                <NA>
## 3016                <NA> 1597334632307253249                <NA>
## 3017                <NA> 1597334629463494657                <NA>
## 3018                <NA> 1597334624493260801                <NA>
## 3019                <NA> 1597334609502818307                <NA>
## 3020                <NA> 1597334587213893632                <NA>
## 3021                <NA> 1597334545296072704                <NA>
## 3022                <NA> 1597334539466346496                <NA>
## 3023                <NA> 1597334521464389632                <NA>
## 3024                <NA> 1597334521204334592                <NA>
## 3025                <NA> 1597334514233024517                <NA>
## 3026                <NA> 1597334505873846272            17230018
## 3027                <NA> 1597334489054998528                <NA>
## 3028                <NA> 1597334477306404866                <NA>
## 3029                <NA> 1597334473292779521                <NA>
## 3030                <NA> 1597334472680427520                <NA>
## 3031                <NA> 1597334461880107011                <NA>
## 3032                <NA> 1597334452476477441                <NA>
## 3033                <NA> 1597334451196899328                <NA>
## 3034                <NA> 1597334433061048320                <NA>
## 3035                <NA> 1597334432893239296                <NA>
## 3036                <NA> 1597334430951297025                <NA>
## 3037                <NA> 1597334428141121538                <NA>
## 3038                <NA> 1597334423204429824                <NA>
## 3039                <NA> 1597334417173020672                <NA>
## 3040                <NA> 1597334393445810176                <NA>
## 3041                <NA> 1597334362587963394                <NA>
## 3042                <NA> 1597334330409652224                <NA>
## 3043                <NA> 1597334325464551424                <NA>
## 3044                <NA> 1597334307483226112                <NA>
## 3045                <NA> 1597334280681623552                <NA>
## 3046                <NA> 1597334272913813505                <NA>
## 3047 1597330750923329536 1597334261568524289 1349149096909668363
## 3048                <NA> 1597334258267217920                <NA>
## 3049                <NA> 1597334225254248448                <NA>
## 3050                <NA> 1597334213883473920                <NA>
## 3051                <NA> 1597334185852928000                <NA>
## 3052                <NA> 1597334171021905920                <NA>
## 3053                <NA> 1597334164722049026                <NA>
## 3054                <NA> 1597334148947267584                <NA>
## 3055                <NA> 1597334148066091009                <NA>
## 3056                <NA> 1597334137148698624                <NA>
## 3057                <NA> 1597334136305618946                <NA>
## 3058                <NA> 1597334126163464192                <NA>
## 3059                <NA> 1597334047877128192                <NA>
## 3060                <NA> 1597334041585647616                <NA>
## 3061                <NA> 1597334033280962561                <NA>
## 3062                <NA> 1597334026267738112                <NA>
## 3063                <NA> 1597333996307816448                <NA>
## 3064                <NA> 1597333988380925952                <NA>
## 3065                <NA> 1597333965773291520                <NA>
## 3066                <NA> 1597333933146112000                <NA>
## 3067                <NA> 1597333920043143168                <NA>
## 3068                <NA> 1597333868817764352                <NA>
## 3069                <NA> 1597333857576984576                <NA>
## 3070                <NA> 1597333833137139713                <NA>
## 3071                <NA> 1597333815391059969                <NA>
## 3072                <NA> 1597333806155194368                <NA>
## 3073                <NA> 1597333802002808833                <NA>
## 3074                <NA> 1597333772957274112                <NA>
## 3075                <NA> 1597333761389367296                <NA>
## 3076                <NA> 1597333757069262849                <NA>
## 3077                <NA> 1597333756582367232                <NA>
## 3078                <NA> 1597333742359826432                <NA>
## 3079                <NA> 1597333721258299392                <NA>
## 3080                <NA> 1597333681596948481                <NA>
## 3081                <NA> 1597333661422358528                <NA>
## 3082                <NA> 1597333654317195265                <NA>
## 3083                <NA> 1597333621672939520                <NA>
## 3084                <NA> 1597333621441822721                <NA>
## 3085                <NA> 1597333605076074497                <NA>
## 3086                <NA> 1597333586318741505                <NA>
## 3087                <NA> 1597333580963016704                <NA>
## 3088                <NA> 1597333530547466240                <NA>
## 3089                <NA> 1597333526214737922                <NA>
## 3090                <NA> 1597333502189793281                <NA>
## 3091                <NA> 1597333499807436802                <NA>
## 3092                <NA> 1597333484766629889                <NA>
## 3093                <NA> 1597333450662744064                <NA>
## 3094                <NA> 1597333438868377600                <NA>
## 3095                <NA> 1597333388016619521                <NA>
## 3096                <NA> 1597333377836675072                <NA>
## 3097                <NA> 1597333347000537089                <NA>
## 3098                <NA> 1597333298858323968                <NA>
## 3099                <NA> 1597333290024722432                <NA>
## 3100                <NA> 1597333280751509504                <NA>
## 3101                <NA> 1597333279623217152                <NA>
## 3102                <NA> 1597333278964740096                <NA>
## 3103                <NA> 1597333271469494272                <NA>
## 3104                <NA> 1597333266360864769                <NA>
## 3105                <NA> 1597333240993325056                <NA>
## 3106                <NA> 1597333225252474880                <NA>
## 3107                <NA> 1597333222505185281                <NA>
## 3108                <NA> 1597333202607407104                <NA>
## 3109                <NA> 1597333188824924160                <NA>
## 3110                <NA> 1597333171351085056                <NA>
## 3111                <NA> 1597333169518555137                <NA>
## 3112                <NA> 1597333148932935680                <NA>
## 3113                <NA> 1597333144973496320                <NA>
## 3114                <NA> 1597333128728948736                <NA>
## 3115                <NA> 1597333076706988034                <NA>
## 3116                <NA> 1597333067588591617                <NA>
## 3117                <NA> 1597333053407625216                <NA>
## 3118                <NA> 1597333053135032320                <NA>
## 3119                <NA> 1597333050287099905                <NA>
## 3120                <NA> 1597333033597952000                <NA>
## 3121                <NA> 1597333006586630144                <NA>
## 3122 1597326718112604166 1597333005315383302  970675617913036801
## 3123                <NA> 1597333005047304192                <NA>
## 3124                <NA> 1597332995090051074                <NA>
## 3125                <NA> 1597332988811173889                <NA>
## 3126                <NA> 1597332985740943360                <NA>
## 3127                <NA> 1597332965952229377                <NA>
## 3128                <NA> 1597332952655884290                <NA>
## 3129                <NA> 1597332921785847808                <NA>
## 3130                <NA> 1597332910386089986                <NA>
## 3131                <NA> 1597332901598621696                <NA>
## 3132                <NA> 1597332862285778944                <NA>
## 3133                <NA> 1597332848587177984                <NA>
## 3134                <NA> 1597332830333566976                <NA>
## 3135                <NA> 1597332819579088901                <NA>
## 3136                <NA> 1597332797500567552                <NA>
## 3137                <NA> 1597332789564956674                <NA>
## 3138                <NA> 1597332700427587584                <NA>
## 3139                <NA> 1597332700322738176                <NA>
## 3140                <NA> 1597332697772589056                <NA>
## 3141                <NA> 1597332684271124481                <NA>
## 3142                <NA> 1597332660757893120                <NA>
## 3143                <NA> 1597332645897457664                <NA>
## 3144                <NA> 1597332633465524224                <NA>
## 3145                <NA> 1597332619426861057                <NA>
## 3146                <NA> 1597332597666783233                <NA>
## 3147                <NA> 1597332550103732224                <NA>
## 3148                <NA> 1597332548602200064                <NA>
## 3149                <NA> 1597332537357250560                <NA>
## 3150                <NA> 1597332532529274881                <NA>
## 3151                <NA> 1597332527097995265                <NA>
## 3152                <NA> 1597332504159350784                <NA>
## 3153                <NA> 1597332498052440064                <NA>
## 3154                <NA> 1597332485352095745                <NA>
## 3155                <NA> 1597332478368567296                <NA>
## 3156                <NA> 1597332462996434944                <NA>
## 3157                <NA> 1597332456566181888                <NA>
## 3158                <NA> 1597332453336588291                <NA>
## 3159                <NA> 1597332444356567040                <NA>
## 3160                <NA> 1597332429207146497                <NA>
## 3161                <NA> 1597332403936055296                <NA>
## 3162                <NA> 1597332392972537858                <NA>
## 3163                <NA> 1597332377768185856                <NA>
## 3164                <NA> 1597332371757748224                <NA>
## 3165                <NA> 1597332370255855617                <NA>
## 3166                <NA> 1597332351776075776                <NA>
## 3167                <NA> 1597332351578931200                <NA>
## 3168                <NA> 1597332307848798208                <NA>
## 3169                <NA> 1597332291801714688                <NA>
## 3170                <NA> 1597332286340759552                <NA>
## 3171                <NA> 1597332284549758977                <NA>
## 3172                <NA> 1597332252878594048                <NA>
## 3173                <NA> 1597332239024472064                <NA>
## 3174                <NA> 1597332192015048705                <NA>
## 3175                <NA> 1597332186906374144                <NA>
## 3176                <NA> 1597332151808458752                <NA>
## 3177                <NA> 1597332146993401856                <NA>
## 3178                <NA> 1597332126952660993                <NA>
## 3179                <NA> 1597332066785689601                <NA>
## 3180                <NA> 1597332029418442753                <NA>
## 3181                <NA> 1597332028273610752                <NA>
## 3182                <NA> 1597332012742103040                <NA>
## 3183                <NA> 1597331992257122304                <NA>
## 3184                <NA> 1597331991175004160                <NA>
## 3185                <NA> 1597331961944559616                <NA>
## 3186                <NA> 1597331940188864518                <NA>
## 3187                <NA> 1597331938783567873                <NA>
## 3188                <NA> 1597331923067510787                <NA>
## 3189                <NA> 1597331887084965890                <NA>
## 3190                <NA> 1597331861356716033                <NA>
## 3191                <NA> 1597331856340312064                <NA>
## 3192                <NA> 1597331836010921984                <NA>
## 3193                <NA> 1597331806738866176                <NA>
## 3194                <NA> 1597331786421645314                <NA>
## 3195                <NA> 1597331766586802177                <NA>
## 3196                <NA> 1597331757908783105                <NA>
## 3197                <NA> 1597331744750870528                <NA>
## 3198                <NA> 1597331728322138113                <NA>
## 3199                <NA> 1597331705018298368                <NA>
## 3200                <NA> 1597331680989425664                <NA>
## 3201                <NA> 1597331668473647105                <NA>
## 3202                <NA> 1597331637733560320                <NA>
## 3203                <NA> 1597331603809652736                <NA>
## 3204                <NA> 1597331593001336832                <NA>
## 3205                <NA> 1597331561875062784 1581844046380781569
## 3206                <NA> 1597331537498091521                <NA>
## 3207                <NA> 1597331487338074112                <NA>
## 3208                <NA> 1597331480589389825                <NA>
## 3209                <NA> 1597331413388636161                <NA>
## 3210                <NA> 1597331407961223169                <NA>
## 3211                <NA> 1597331405033603074                <NA>
## 3212                <NA> 1597331382585655296                <NA>
## 3213                <NA> 1597331327640276993                <NA>
## 3214                <NA> 1597331319553331200                <NA>
## 3215                <NA> 1597331296547897347                <NA>
## 3216                <NA> 1597331286372196353                <NA>
## 3217                <NA> 1597331278210048000                <NA>
## 3218                <NA> 1597331275668680704                <NA>
## 3219                <NA> 1597331258094522369                <NA>
## 3220                <NA> 1597331251207503872                <NA>
## 3221                <NA> 1597331249466847232                <NA>
## 3222                <NA> 1597331245108957185                <NA>
## 3223                <NA> 1597331234304462848                <NA>
## 3224                <NA> 1597331208295546880                <NA>
## 3225                <NA> 1597331176066535424                <NA>
## 3226                <NA> 1597331171490136066                <NA>
## 3227                <NA> 1597331149310742528                <NA>
## 3228                <NA> 1597331141987475458                <NA>
## 3229                <NA> 1597331093006725120                <NA>
## 3230                <NA> 1597331080767733760                <NA>
## 3231                <NA> 1597331073016672256                <NA>
## 3232                <NA> 1597331072916000770                <NA>
## 3233                <NA> 1597331029408505856                <NA>
## 3234                <NA> 1597331011536584705                <NA>
## 3235                <NA> 1597331005920378880                <NA>
## 3236                <NA> 1597330975796916224                <NA>
## 3237                <NA> 1597330974437621761                <NA>
## 3238                <NA> 1597330970570477568                <NA>
## 3239                <NA> 1597330951272792064                <NA>
## 3240                <NA> 1597330939348398080                <NA>
## 3241                <NA> 1597330936424988673                <NA>
## 3242                <NA> 1597330883039858688                <NA>
## 3243                <NA> 1597330877142339584                <NA>
## 3244                <NA> 1597330873015500800                <NA>
## 3245                <NA> 1597330854753095680                <NA>
## 3246                <NA> 1597330851142201345                <NA>
## 3247                <NA> 1597330835828789248                <NA>
## 3248                <NA> 1597330819588444160                <NA>
## 3249                <NA> 1597330810637811712                <NA>
## 3250                <NA> 1597330786637991937                <NA>
## 3251                <NA> 1597330775904776192                <NA>
## 3252                <NA> 1597330764877950976                <NA>
## 3253                <NA> 1597330744182906881                <NA>
## 3254                <NA> 1597330681872670721                <NA>
## 3255                <NA> 1597330679280586753                <NA>
## 3256                <NA> 1597330671403692032                <NA>
## 3257                <NA> 1597330652369940480                <NA>
## 3258                <NA> 1597330640697167872                <NA>
## 3259                <NA> 1597330619981533184                <NA>
## 3260                <NA> 1597330614994149376                <NA>
## 3261                <NA> 1597330612716597248                <NA>
## 3262                <NA> 1597330608040325121                <NA>
## 3263                <NA> 1597330576696307713                <NA>
## 3264                <NA> 1597330563001888770                <NA>
## 3265                <NA> 1597330560225271808                <NA>
## 3266                <NA> 1597330558648188928                <NA>
## 3267                <NA> 1597330520408748032                <NA>
## 3268                <NA> 1597330499185172480                <NA>
## 3269                <NA> 1597330421133766657                <NA>
## 3270                <NA> 1597330411696558080                <NA>
## 3271                <NA> 1597330410534735872                <NA>
## 3272                <NA> 1597330409704292352                <NA>
## 3273                <NA> 1597330395141672961                <NA>
## 3274                <NA> 1597330390213349376                <NA>
## 3275                <NA> 1597330369271173120                <NA>
## 3276                <NA> 1597330363797626880                <NA>
## 3277                <NA> 1597330351374110720                <NA>
## 3278                <NA> 1597330348429709312                <NA>
## 3279                <NA> 1597330302845583360                <NA>
## 3280                <NA> 1597330301252161536                <NA>
## 3281                <NA> 1597330280364539904                <NA>
## 3282                <NA> 1597330273783668736                <NA>
## 3283                <NA> 1597330227835072512                <NA>
## 3284                <NA> 1597330216807936000                <NA>
## 3285                <NA> 1597330211586330624                <NA>
## 3286                <NA> 1597330191701114880                <NA>
## 3287                <NA> 1597330190534746117                <NA>
## 3288                <NA> 1597330150106206209                <NA>
## 3289                <NA> 1597330146859839490                <NA>
## 3290                <NA> 1597330145375039488                <NA>
## 3291                <NA> 1597330102555410437                <NA>
## 3292                <NA> 1597330097937477632                <NA>
## 3293                <NA> 1597330096607887360                <NA>
## 3294                <NA> 1597330094015778817                <NA>
## 3295                <NA> 1597330091348209668                <NA>
## 3296                <NA> 1597330085748449282                <NA>
## 3297                <NA> 1597330073903804416                <NA>
## 3298                <NA> 1597330069743362048                <NA>
## 3299                <NA> 1597330054975197185                <NA>
## 3300                <NA> 1597330032195575808                <NA>
## 3301                <NA> 1597330020329873408                <NA>
## 3302                <NA> 1597329997114806273                <NA>
## 3303                <NA> 1597329992131567616                <NA>
## 3304                <NA> 1597329991930286082                <NA>
## 3305                <NA> 1597329969415606272                <NA>
## 3306                <NA> 1597329964948676608                <NA>
## 3307                <NA> 1597329895537152000                <NA>
## 3308                <NA> 1597329859231256577                <NA>
## 3309                <NA> 1597329848552558592                <NA>
## 3310                <NA> 1597329801143934976                <NA>
## 3311                <NA> 1597329797377822721                <NA>
## 3312                <NA> 1597329774678257664                <NA>
## 3313                <NA> 1597329759276765184                <NA>
## 3314                <NA> 1597329740557619200                <NA>
## 3315                <NA> 1597329726351478785                <NA>
## 3316                <NA> 1597329700615237632                <NA>
## 3317                <NA> 1597329697452740609                <NA>
## 3318                <NA> 1597329688212303872                <NA>
## 3319                <NA> 1597329685243121664                <NA>
## 3320                <NA> 1597329675767816192                <NA>
## 3321                <NA> 1597329673322913793                <NA>
## 3322                <NA> 1597329673322889217                <NA>
## 3323                <NA> 1597329615605075968                <NA>
## 3324                <NA> 1597329582801424384                <NA>
## 3325                <NA> 1597329569039597570                <NA>
## 3326                <NA> 1597329560307380224                <NA>
## 3327                <NA> 1597329552535347200                <NA>
## 3328                <NA> 1597329539902103552                <NA>
## 3329                <NA> 1597329538341797888                <NA>
## 3330                <NA> 1597329533476036609                <NA>
## 3331                <NA> 1597329520042049536                <NA>
## 3332                <NA> 1597329498340401152                <NA>
## 3333                <NA> 1597329496780070913                <NA>
## 3334                <NA> 1597329487850401792                <NA>
## 3335                <NA> 1597329461145632768                <NA>
## 3336                <NA> 1597329438190227456                <NA>
## 3337                <NA> 1597329419009290241                <NA>
## 3338                <NA> 1597329403897208832                <NA>
## 3339                <NA> 1597329403348127744                <NA>
## 3340                <NA> 1597329401850757120                <NA>
## 3341                <NA> 1597329391477878784                <NA>
## 3342                <NA> 1597329362600091648                <NA>
## 3343                <NA> 1597329357017878528                <NA>
## 3344                <NA> 1597329323916431360                <NA>
## 3345                <NA> 1597329313250316290                <NA>
## 3346                <NA> 1597329309592473601                <NA>
## 3347                <NA> 1597329276592087040                <NA>
## 3348                <NA> 1597329269537275904                <NA>
## 3349                <NA> 1597329253905084416                <NA>
## 3350                <NA> 1597329245679734784                <NA>
## 3351                <NA> 1597329231599792128                <NA>
## 3352                <NA> 1597329215505854464                <NA>
## 3353                <NA> 1597329215107391488                <NA>
## 3354                <NA> 1597329203808325633                <NA>
## 3355                <NA> 1597329190520762369                <NA>
## 3356                <NA> 1597329187005943808                <NA>
## 3357                <NA> 1597329180072427520                <NA>
## 3358                <NA> 1597329165690105856                <NA>
## 3359 1597328895526998016 1597329163790462976 1344672120480145414
## 3360                <NA> 1597329151878651905                <NA>
## 3361                <NA> 1597329131053539328                <NA>
## 3362                <NA> 1597329099995090944                <NA>
## 3363                <NA> 1597329068013539328                <NA>
## 3364                <NA> 1597329042604056576                <NA>
## 3365                <NA> 1597328994911019008                <NA>
## 3366                <NA> 1597328947662184448                <NA>
## 3367                <NA> 1597328946055766017                <NA>
## 3368                <NA> 1597328940158570496                <NA>
## 3369                <NA> 1597328916821463040                <NA>
## 3370 1597304286119366656 1597328895526998016 1344672120480145414
## 3371                <NA> 1597328872776663040                <NA>
## 3372                <NA> 1597328862563962881                <NA>
## 3373                <NA> 1597328816745349121                <NA>
## 3374                <NA> 1597328803566874625                <NA>
## 3375                <NA> 1597328789146460161                <NA>
## 3376                <NA> 1597328775230148609                <NA>
## 3377                <NA> 1597328768091443200                <NA>
## 3378                <NA> 1597328740555816960                <NA>
## 3379                <NA> 1597328737548513281                <NA>
## 3380                <NA> 1597328737204199424                <NA>
## 3381                <NA> 1597328702916161536                <NA>
## 3382                <NA> 1597328692166131712                <NA>
## 3383                <NA> 1597328683458793472                <NA>
## 3384                <NA> 1597328672913952768                <NA>
## 3385                <NA> 1597328669470773248                <NA>
## 3386                <NA> 1597328651007451137                <NA>
## 3387                <NA> 1597328635932790784                <NA>
## 3388                <NA> 1597328501518270464                <NA>
## 3389                <NA> 1597328499978620929                <NA>
## 3390                <NA> 1597328493440020481                <NA>
## 3391                <NA> 1597328476091994113                <NA>
## 3392                <NA> 1597328423822970880                <NA>
## 3393                <NA> 1597328401726963712                <NA>
## 3394                <NA> 1597328392747388928                <NA>
## 3395                <NA> 1597328380134686720                <NA>
## 3396                <NA> 1597328361743089666                <NA>
## 3397                <NA> 1597328338401767425                <NA>
## 3398                <NA> 1597328334991818752                <NA>
## 3399                <NA> 1597328327072960512                <NA>
## 3400 1597328186576338944 1597328325000953856          2279875495
## 3401                <NA> 1597328301412220928                <NA>
## 3402                <NA> 1597328296521654278                <NA>
## 3403                <NA> 1597328280050274306                <NA>
## 3404                <NA> 1597328235314188289                <NA>
## 3405                <NA> 1597328218805399553                <NA>
## 3406                <NA> 1597328193748226048                <NA>
## 3407                <NA> 1597328186576338944                <NA>
## 3408                <NA> 1597328167622299650                <NA>
## 3409                <NA> 1597328143567970304                <NA>
## 3410                <NA> 1597328119622696960                <NA>
## 3411                <NA> 1597328104019877888                <NA>
## 3412                <NA> 1597328092972068864                <NA>
## 3413                <NA> 1597328080493637633                <NA>
## 3414                <NA> 1597328016858042368                <NA>
## 3415                <NA> 1597327989343408129                <NA>
## 3416                <NA> 1597327983366533120                <NA>
## 3417                <NA> 1597327951879901184                <NA>
## 3418                <NA> 1597327948763123714                <NA>
## 3419                <NA> 1597327948184707072                <NA>
## 3420                <NA> 1597327943310934016                <NA>
## 3421                <NA> 1597327937514409984                <NA>
## 3422                <NA> 1597327866831994881                <NA>
## 3423                <NA> 1597327850595831809                <NA>
## 3424                <NA> 1597327780181442560                <NA>
## 3425                <NA> 1597327764495142913                <NA>
## 3426                <NA> 1597327737391570944                <NA>
## 3427 1597100861938839552 1597327708509601792  744260935527735296
## 3428                <NA> 1597327697898016774                <NA>
## 3429                <NA> 1597327678981672961                <NA>
## 3430                <NA> 1597327677936893953                <NA>
## 3431                <NA> 1597327671226413056                <NA>
## 3432                <NA> 1597327619787456513                <NA>
## 3433                <NA> 1597327612598452224                <NA>
## 3434                <NA> 1597327598727856128                <NA>
## 3435                <NA> 1597327584832126976                <NA>
## 3436                <NA> 1597327577253019648                <NA>
## 3437                <NA> 1597327574048575489                <NA>
## 3438                <NA> 1597327573130055680                <NA>
## 3439                <NA> 1597327570047242242                <NA>
## 3440                <NA> 1597327569493557248                <NA>
## 3441                <NA> 1597327567077642240                <NA>
## 3442                <NA> 1597327558478991360                <NA>
## 3443                <NA> 1597327538636091392                <NA>
## 3444                <NA> 1597327528511012864                <NA>
## 3445                <NA> 1597327527231787008                <NA>
## 3446                <NA> 1597327517941395457                <NA>
## 3447                <NA> 1597327500316590080                <NA>
## 3448                <NA> 1597327498504589312                <NA>
## 3449                <NA> 1597327458474553344                <NA>
## 3450                <NA> 1597327446000701441                <NA>
## 3451                <NA> 1597327442859155456                <NA>
## 3452                <NA> 1597327442561335296                <NA>
## 3453                <NA> 1597327439830491137                <NA>
## 3454                <NA> 1597327439239483394                <NA>
## 3455                <NA> 1597327435782971392                <NA>
## 3456                <NA> 1597327406355730432                <NA>
## 3457                <NA> 1597327406226083841                <NA>
## 3458                <NA> 1597327406125105152                <NA>
## 3459                <NA> 1597327403218788353                <NA>
## 3460                <NA> 1597327387913748480                <NA>
## 3461                <NA> 1597327387494350848                <NA>
## 3462                <NA> 1597327338462904322                <NA>
## 3463                <NA> 1597327319475326977                <NA>
## 3464                <NA> 1597327319160741888                <NA>
## 3465                <NA> 1597327283013881856                <NA>
## 3466                <NA> 1597327180530610177                <NA>
## 3467                <NA> 1597327169662787584                <NA>
## 3468                <NA> 1597327166059859968                <NA>
## 3469                <NA> 1597327165242355714                <NA>
## 3470                <NA> 1597327158791536640                <NA>
## 3471                <NA> 1597327126088515585                <NA>
## 3472                <NA> 1597327061865361409                <NA>
## 3473                <NA> 1597327051522183168                <NA>
## 3474                <NA> 1597327049303420928                <NA>
## 3475                <NA> 1597327014792658946                <NA>
## 3476                <NA> 1597327002729877505                <NA>
## 3477                <NA> 1597326997755396101                <NA>
## 3478                <NA> 1597326994647445506                <NA>
## 3479                <NA> 1597326992537718784                <NA>
## 3480                <NA> 1597326974686760961                <NA>
## 3481                <NA> 1597326973688504320                <NA>
## 3482                <NA> 1597326962980425729                <NA>
## 3483                <NA> 1597326946522009610                <NA>
## 3484                <NA> 1597326945230159873                <NA>
## 3485                <NA> 1597326932290416640                <NA>
## 3486                <NA> 1597326920584400897                <NA>
## 3487                <NA> 1597326919049281537                <NA>
## 3488                <NA> 1597326892356759552                <NA>
## 3489                <NA> 1597326847460933632            17230018
## 3490                <NA> 1597326832919248896                <NA>
## 3491                <NA> 1597326832566939648                <NA>
## 3492                <NA> 1597326795891609600                <NA>
## 3493                <NA> 1597326779420921856                <NA>
## 3494                <NA> 1597326777487331330                <NA>
## 3495                <NA> 1597326772726796288                <NA>
## 3496                <NA> 1597326772680654848                <NA>
## 3497                <NA> 1597326729823256576                <NA>
## 3498                <NA> 1597326729437413376                <NA>
## 3499                <NA> 1597326721728270336                <NA>
## 3500                <NA> 1597326696692469760                <NA>
## 3501                <NA> 1597326676748562432                <NA>
## 3502                <NA> 1597326659514142721                <NA>
## 3503                <NA> 1597326652660682757                <NA>
## 3504                <NA> 1597326643260846080                <NA>
## 3505                <NA> 1597326636265111552                <NA>
## 3506                <NA> 1597326635275255808                <NA>
## 3507                <NA> 1597326631072600064                <NA>
## 3508                <NA> 1597326583949189121                <NA>
## 3509                <NA> 1597326565817610240                <NA>
## 3510                <NA> 1597326557680631809                <NA>
## 3511                <NA> 1597326544279830528                <NA>
## 3512                <NA> 1597326523597410305                <NA>
## 3513                <NA> 1597326516052185088                <NA>
## 3514                <NA> 1597326510654107648                <NA>
## 3515                <NA> 1597326502076747776                <NA>
## 3516                <NA> 1597326426092449792                <NA>
## 3517                <NA> 1597326366973710336                <NA>
## 3518                <NA> 1597326350146473984                <NA>
## 3519                <NA> 1597326323739131904                <NA>
## 3520                <NA> 1597326323676254208                <NA>
## 3521                <NA> 1597326242344501248                <NA>
## 3522                <NA> 1597326239127465984                <NA>
## 3523                <NA> 1597326201198358530                <NA>
## 3524                <NA> 1597326160882700289                <NA>
## 3525                <NA> 1597326139457884161                <NA>
## 3526                <NA> 1597326112241377280                <NA>
## 3527                <NA> 1597326076552019968                <NA>
## 3528                <NA> 1597326059569283072                <NA>
## 3529                <NA> 1597326055378862080                <NA>
## 3530                <NA> 1597326044909817856                <NA>
## 3531                <NA> 1597325947812065281                <NA>
## 3532                <NA> 1597325941029556224                <NA>
## 3533                <NA> 1597325894850600961                <NA>
## 3534                <NA> 1597325847232663553                <NA>
## 3535                <NA> 1597325816194826240                <NA>
## 3536                <NA> 1597325808657641473                <NA>
## 3537                <NA> 1597325783294672896                <NA>
## 3538                <NA> 1597325770074247168                <NA>
## 3539                <NA> 1597325733608972289                <NA>
## 3540                <NA> 1597325711999574016                <NA>
## 3541                <NA> 1597325661324312577                <NA>
## 3542                <NA> 1597325661269823488                <NA>
## 3543                <NA> 1597325622941929472                <NA>
## 3544                <NA> 1597325618374639617                <NA>
## 3545                <NA> 1597325602788630529                <NA>
## 3546                <NA> 1597325597168275456                <NA>
## 3547                <NA> 1597325582286868480                <NA>
## 3548                <NA> 1597325571142230016                <NA>
## 3549                <NA> 1597325547708612609                <NA>
## 3550                <NA> 1597325523985702912                <NA>
## 3551                <NA> 1597325513252474880                <NA>
## 3552                <NA> 1597325468935413760                <NA>
## 3553                <NA> 1597325456461549568                <NA>
## 3554                <NA> 1597325452951293952                <NA>
## 3555                <NA> 1597325424433897472                <NA>
## 3556                <NA> 1597325410332573697                <NA>
## 3557                <NA> 1597325410018426880                <NA>
## 3558                <NA> 1597325396768268288                <NA>
## 3559                <NA> 1597325384793542656                <NA>
## 3560                <NA> 1597325381350363136                <NA>
## 3561                <NA> 1597325380506898432                <NA>
## 3562                <NA> 1597325377822945280                <NA>
## 3563                <NA> 1597325358030032897                <NA>
## 3564                <NA> 1597325309065703424                <NA>
## 3565                <NA> 1597325299943079936                <NA>
## 3566                <NA> 1597325259958804483                <NA>
## 3567                <NA> 1597325244318244864                <NA>
## 3568                <NA> 1597325234545491970                <NA>
## 3569                <NA> 1597325227645886464                <NA>
## 3570                <NA> 1597325208209494016                <NA>
## 3571                <NA> 1597325162055028736                <NA>
## 3572                <NA> 1597325158905446400                <NA>
## 3573                <NA> 1597325152110653441                <NA>
## 3574                <NA> 1597325126961598464                <NA>
## 3575                <NA> 1597325103603146752                <NA>
## 3576                <NA> 1597325103137574912                <NA>
## 3577                <NA> 1597325081952518144                <NA>
## 3578                <NA> 1597325022154338304                <NA>
## 3579                <NA> 1597325021348626432                <NA>
## 3580                <NA> 1597324983638036480                <NA>
## 3581                <NA> 1597324945331486720                <NA>
## 3582                <NA> 1597324920656367616                <NA>
## 3583                <NA> 1597324876985290752                <NA>
## 3584                <NA> 1597324847516119040                <NA>
## 3585                <NA> 1597324835839160320                <NA>
## 3586                <NA> 1597324801206804481                <NA>
## 3587                <NA> 1597324800636358657                <NA>
## 3588                <NA> 1597324742218121217                <NA>
## 3589                <NA> 1597324723297603586                <NA>
## 3590                <NA> 1597324718478172167                <NA>
## 3591                <NA> 1597324694700847104                <NA>
## 3592                <NA> 1597324677998735361                <NA>
## 3593                <NA> 1597324672248737793                <NA>
## 3594                <NA> 1597324668859744256                <NA>
## 3595                <NA> 1597324652791365633                <NA>
## 3596                <NA> 1597324652665507840                <NA>
## 3597                <NA> 1597324651167744001                <NA>
## 3598                <NA> 1597324624102322182                <NA>
## 3599                <NA> 1597324620880715776                <NA>
## 3600                <NA> 1597324601297887232                <NA>
## 3601                <NA> 1597324545576566785                <NA>
## 3602                <NA> 1597324531651162112                <NA>
## 3603                <NA> 1597324529067753472                <NA>
## 3604                <NA> 1597324525959467008                <NA>
## 3605                <NA> 1597324524810162176                <NA>
## 3606                <NA> 1597324522105212928                <NA>
## 3607                <NA> 1597324503285370880                <NA>
## 3608                <NA> 1597324498671632384                <NA>
## 3609                <NA> 1597324451473162240                <NA>
## 3610                <NA> 1597324442174394368                <NA>
## 3611                <NA> 1597324400545890305                <NA>
## 3612                <NA> 1597324366433304576                <NA>
## 3613                <NA> 1597324328730624000                <NA>
## 3614                <NA> 1597324323882401792                <NA>
## 3615                <NA> 1597324322380865537                <NA>
## 3616                <NA> 1597324301459656704                <NA>
## 3617                <NA> 1597324296363606016                <NA>
## 3618                <NA> 1597324255867285506                <NA>
## 3619                <NA> 1597324248225570817                <NA>
## 3620                <NA> 1597324244282912769                <NA>
## 3621                <NA> 1597324210745257984                <NA>
## 3622                <NA> 1597324210460037120                <NA>
## 3623                <NA> 1597324208690040832                <NA>
## 3624                <NA> 1597324171633397761                <NA>
## 3625                <NA> 1597324170056306688                <NA>
## 3626                <NA> 1597324165312237569                <NA>
## 3627                <NA> 1597324145263796224                <NA>
## 3628                <NA> 1597324124203798528                <NA>
## 3629                <NA> 1597324091660570624                <NA>
## 3630                <NA> 1597324078146519040                <NA>
## 3631                <NA> 1597324047591047169                <NA>
## 3632                <NA> 1597324042335588352                <NA>
## 3633                <NA> 1597324036601962496                <NA>
## 3634                <NA> 1597324026111987712                <NA>
## 3635                <NA> 1597324025151119360                <NA>
## 3636                <NA> 1597323994847670274                <NA>
## 3637                <NA> 1597323990082949120                <NA>
## 3638                <NA> 1597323978435362816                <NA>
## 3639 1597323951507574784 1597323962329227266 1529435489555697665
## 3640 1597323941319946242 1597323951507574784 1529435489555697665
## 3641 1597323378012323840 1597323942519529472  878135903478317057
## 3642 1597323925456793600 1597323941319946242 1529435489555697665
## 3643                <NA> 1597323938895626240                <NA>
## 3644 1597323915528839168 1597323925456793600 1529435489555697665
## 3645                <NA> 1597323919069184001                <NA>
## 3646                <NA> 1597323918456811520                <NA>
## 3647                <NA> 1597323915528839168                <NA>
## 3648                <NA> 1597323901679603712                <NA>
## 3649                <NA> 1597323876757012480                <NA>
## 3650                <NA> 1597323868397441024                <NA>
## 3651                <NA> 1597323858977382400                <NA>
## 3652                <NA> 1597323848352813056                <NA>
## 3653                <NA> 1597323843886284800                <NA>
## 3654                <NA> 1597323840870584320                <NA>
## 3655                <NA> 1597323829449220102                <NA>
## 3656                <NA> 1597323824936419329                <NA>
## 3657                <NA> 1597323802060681218                <NA>
## 3658                <NA> 1597323793122615296                <NA>
## 3659                <NA> 1597323763213012992                <NA>
## 3660                <NA> 1597323742891253761                <NA>
## 3661                <NA> 1597323716186103808                <NA>
## 3662                <NA> 1597323709529743361                <NA>
## 3663                <NA> 1597323705335832578                <NA>
## 3664                <NA> 1597323697764769792                <NA>
## 3665                <NA> 1597323685014122496                <NA>
## 3666                <NA> 1597323680261939200                <NA>
## 3667                <NA> 1597323675728216065                <NA>
## 3668                <NA> 1597323665510924288                <NA>
## 3669                <NA> 1597323653019971584                <NA>
## 3670                <NA> 1597323626117992448                <NA>
## 3671                <NA> 1597323612201291776                <NA>
## 3672                <NA> 1597323586238222336                <NA>
## 3673                <NA> 1597323516503764994                <NA>
## 3674                <NA> 1597323513391878145                <NA>
## 3675                <NA> 1597323497990393857                <NA>
## 3676                <NA> 1597323462783401985                <NA>
## 3677                <NA> 1597323460031569920                <NA>
## 3678                <NA> 1597323441023029249                <NA>
## 3679                <NA> 1597323434538958849                <NA>
## 3680                <NA> 1597323431640723456                <NA>
## 3681                <NA> 1597323424304869376                <NA>
## 3682                <NA> 1597323422358724609                <NA>
## 3683                <NA> 1597323407082651648                <NA>
## 3684                <NA> 1597323400321847296                <NA>
## 3685                <NA> 1597323382088876032                <NA>
## 3686 1597323027016220672 1597323378012323840  878135903478317057
## 3687                <NA> 1597323324459483136                <NA>
## 3688                <NA> 1597323316636704768                <NA>
## 3689                <NA> 1597323285028810752                <NA>
## 3690                <NA> 1597323284646764547                <NA>
## 3691                <NA> 1597323284517117952                <NA>
## 3692                <NA> 1597323272407830528                <NA>
## 3693                <NA> 1597323246827114499                <NA>
## 3694                <NA> 1597323244708974593                <NA>
## 3695                <NA> 1597323228682166272                <NA>
## 3696                <NA> 1597323196826800128                <NA>
## 3697                <NA> 1597323196184698890                <NA>
## 3698                <NA> 1597323181660209152                <NA>
## 3699                <NA> 1597323115067244544                <NA>
## 3700                <NA> 1597323105936232448                <NA>
## 3701                <NA> 1597323105705562112                <NA>
## 3702 1597317616720576512 1597323088034942976            95505854
## 3703                <NA> 1597323085904220160                <NA>
## 3704                <NA> 1597323081977954305                <NA>
## 3705                <NA> 1597323075367751681                <NA>
## 3706 1597323043394965504 1597323045974122496 1373779182841425923
## 3707 1597323040169537536 1597323043394965504 1373779182841425923
## 3708 1597323038730883072 1597323040169537536 1373779182841425923
## 3709                <NA> 1597323039183888385                <NA>
## 3710                <NA> 1597323038730883072                <NA>
## 3711                <NA> 1597323030673657856                <NA>
## 3712                <NA> 1597323027016220672                <NA>
## 3713                <NA> 1597322983823245312                <NA>
## 3714                <NA> 1597322969055121408                <NA>
## 3715                <NA> 1597322946640760833                <NA>
## 3716                <NA> 1597322911706411008                <NA>
## 3717                <NA> 1597322909542146049                <NA>
## 3718                <NA> 1597322903510749184                <NA>
## 3719                <NA> 1597322889891811330                <NA>
## 3720                <NA> 1597322876289314816                <NA>
## 3721 1597322094794010624 1597322841699254275 1276687338601680896
## 3722                <NA> 1597322837920223232                <NA>
## 3723                <NA> 1597322837639172096                <NA>
## 3724                <NA> 1597322836368306176                <NA>
## 3725                <NA> 1597322774011600897                <NA>
## 3726                <NA> 1597322769951096832                <NA>
## 3727                <NA> 1597322723080167424                <NA>
## 3728                <NA> 1597322717753413632                <NA>
## 3729                <NA> 1597322707993251840                <NA>
## 3730                <NA> 1597322694705393664                <NA>
## 3731                <NA> 1597322686317101056                <NA>
## 3732                <NA> 1597322675625791488                <NA>
## 3733                <NA> 1597322670298701827                <NA>
## 3734                <NA> 1597322630150819840                <NA>
## 3735                <NA> 1597322598161223680                <NA>
## 3736                <NA> 1597322592318210049                <NA>
## 3737                <NA> 1597322584088932353                <NA>
## 3738                <NA> 1597322577495539715                <NA>
## 3739                <NA> 1597322569614786561                <NA>
## 3740                <NA> 1597322559619756032                <NA>
## 3741                <NA> 1597322554154229760                <NA>
## 3742                <NA> 1597322543102582785                <NA>
## 3743                <NA> 1597322540653117441                <NA>
## 3744                <NA> 1597322534021910529                <NA>
## 3745                <NA> 1597322520121987072                <NA>
## 3746                <NA> 1597322517664141312                <NA>
## 3747                <NA> 1597322482964262912                <NA>
## 3748                <NA> 1597322467395063808                <NA>
## 3749                <NA> 1597322461028450304                <NA>
## 3750                <NA> 1597322431966117888                <NA>
## 3751                <NA> 1597322431655333889                <NA>
## 3752                <NA> 1597322424668028929                <NA>
## 3753                <NA> 1597322341788553218                <NA>
## 3754                <NA> 1597322331931615233                <NA>
## 3755                <NA> 1597322326651318272                <NA>
## 3756                <NA> 1597322325179133952                <NA>
## 3757                <NA> 1597322308993306625                <NA>
## 3758                <NA> 1597322282937905153                <NA>
## 3759                <NA> 1597322266747932678                <NA>
## 3760                <NA> 1597322260356157440                <NA>
## 3761                <NA> 1597322244317130752                <NA>
## 3762                <NA> 1597322210330673152                <NA>
## 3763                <NA> 1597322193603813376                <NA>
## 3764                <NA> 1597322179473178625                <NA>
## 3765                <NA> 1597322175983550464                <NA>
## 3766                <NA> 1597322112686907393                <NA>
## 3767                <NA> 1597322094794010624                <NA>
## 3768                <NA> 1597322036678127616                <NA>
## 3769                <NA> 1597321981623676928                <NA>
## 3770                <NA> 1597321962325348353                <NA>
## 3771                <NA> 1597321939403804672                <NA>
## 3772                <NA> 1597321939281772544                <NA>
## 3773                <NA> 1597321903890264064                <NA>
## 3774                <NA> 1597321900459712512                <NA>
## 3775                <NA> 1597321898681323520                <NA>
## 3776                <NA> 1597321894105337858                <NA>
## 3777                <NA> 1597321871682568192                <NA>
## 3778                <NA> 1597321867211046912                <NA>
## 3779                <NA> 1597321833581510656                <NA>
## 3780                <NA> 1597321831073345536                <NA>
## 3781                <NA> 1597321830716805121                <NA>
## 3782                <NA> 1597321789734281222                <NA>
## 3783                <NA> 1597321781823823872                <NA>
## 3784                <NA> 1597321780137689088                <NA>
## 3785                <NA> 1597321752421376000                <NA>
## 3786                <NA> 1597321730502316033                <NA>
## 3787                <NA> 1597321723791413249                <NA>
## 3788                <NA> 1597321707672723456                <NA>
## 3789                <NA> 1597321693940568064                <NA>
## 3790                <NA> 1597321668741193728                <NA>
## 3791                <NA> 1597321666866348032                <NA>
## 3792                <NA> 1597321665658368005                <NA>
## 3793                <NA> 1597321663980269568                <NA>
## 3794                <NA> 1597321650214928384                <NA>
## 3795                <NA> 1597321629226651648                <NA>
## 3796                <NA> 1597321627951595520                <NA>
## 3797                <NA> 1597321624977448960                <NA>
## 3798                <NA> 1597321617943965700                <NA>
## 3799                <NA> 1597321597706440704                <NA>
## 3800                <NA> 1597321595265384448                <NA>
## 3801                <NA> 1597321584447868929                <NA>
## 3802                <NA> 1597321583215116288                <NA>
## 3803                <NA> 1597321579738075136                <NA>
## 3804                <NA> 1597321562473910272                <NA>
## 3805                <NA> 1597321547316072448                <NA>
## 3806                <NA> 1597321530698256384                <NA>
## 3807                <NA> 1597321518710935557                <NA>
## 3808 1597227962847592450 1597321516512780288  947987451200593923
## 3809                <NA> 1597321500918710272                <NA>
## 3810                <NA> 1597321489325645824                <NA>
## 3811                <NA> 1597321453485318145                <NA>
## 3812                <NA> 1597321445197361153                <NA>
## 3813                <NA> 1597321335143018496                <NA>
## 3814                <NA> 1597321308014272512                <NA>
## 3815                <NA> 1597321303190818816                <NA>
## 3816                <NA> 1597321282655174657                <NA>
## 3817                <NA> 1597321268906274817                <NA>
## 3818                <NA> 1597321261335474176                <NA>
## 3819                <NA> 1597321252959850496                <NA>
## 3820                <NA> 1597321235628961792                <NA>
## 3821                <NA> 1597321228569628672                <NA>
## 3822                <NA> 1597321203060178944                <NA>
## 3823                <NA> 1597321198987116544                <NA>
## 3824                <NA> 1597321198773604352                <NA>
## 3825                <NA> 1597321159905005568                <NA>
## 3826                <NA> 1597321158994497536                <NA>
## 3827                <NA> 1597321152296542208                <NA>
## 3828                <NA> 1597321132340031490                <NA>
## 3829                <NA> 1597321132272943104                <NA>
## 3830                <NA> 1597321122777010176                <NA>
## 3831                <NA> 1597321097304629248                <NA>
## 3832                <NA> 1597321092414451712                <NA>
## 3833                <NA> 1597321061129150464                <NA>
## 3834                <NA> 1597321058553835521                <NA>
## 3835                <NA> 1597321057870184449                <NA>
## 3836                <NA> 1597321051482251266                <NA>
## 3837                <NA> 1597321002316619777                <NA>
## 3838                <NA> 1597320995622486016                <NA>
## 3839                <NA> 1597320982699528192                <NA>
## 3840                <NA> 1597320967055093760                <NA>
## 3841                <NA> 1597320904845197312                <NA>
## 3842                <NA> 1597320873748615169                <NA>
## 3843                <NA> 1597320869424291840                <NA>
## 3844                <NA> 1597320854404493313                <NA>
## 3845                <NA> 1597320843046313984                <NA>
## 3846                <NA> 1597320806341967872                <NA>
## 3847                <NA> 1597320802139267072                <NA>
## 3848                <NA> 1597320676154966016                <NA>
## 3849                <NA> 1597320662552453120                <NA>
## 3850                <NA> 1597320621410902017                <NA>
## 3851                <NA> 1597320550652661762                <NA>
## 3852                <NA> 1597320513915088896                <NA>
## 3853                <NA> 1597320489445515265                <NA>
## 3854                <NA> 1597320471326097408                <NA>
## 3855                <NA> 1597320460869328896                <NA>
## 3856                <NA> 1597320456645726208                <NA>
## 3857                <NA> 1597320434919571456                <NA>
## 3858                <NA> 1597320432977612801                <NA>
## 3859                <NA> 1597320427864350720                <NA>
## 3860                <NA> 1597320408067231745                <NA>
## 3861                <NA> 1597320318556991489                <NA>
## 3862                <NA> 1597320289200721920                <NA>
## 3863                <NA> 1597320282951204864                <NA>
## 3864                <NA> 1597320261467983872                <NA>
## 3865                <NA> 1597320249484845056                <NA>
## 3866                <NA> 1597320239875690496                <NA>
## 3867                <NA> 1597320237044547584                <NA>
## 3868                <NA> 1597320201313587200                <NA>
## 3869                <NA> 1597320195865186304                <NA>
## 3870                <NA> 1597320187996667904                <NA>
## 3871                <NA> 1597320162528858115                <NA>
## 3872                <NA> 1597320134825168897                <NA>
## 3873                <NA> 1597320131004485633                <NA>
## 3874                <NA> 1597320110703722496                <NA>
## 3875                <NA> 1597319990570811392                <NA>
## 3876                <NA> 1597319985114001408                <NA>
## 3877                <NA> 1597319977425842176                <NA>
## 3878                <NA> 1597319924602789889                <NA>
## 3879                <NA> 1597319907297095682                <NA>
## 3880                <NA> 1597319841501020160                <NA>
## 3881                <NA> 1597319814812663808                <NA>
## 3882                <NA> 1597319774253772800            17230018
## 3883                <NA> 1597319773935005697                <NA>
## 3884                <NA> 1597319740057231360                <NA>
## 3885                <NA> 1597319737876549632                <NA>
## 3886                <NA> 1597319733472530433                <NA>
## 3887                <NA> 1597319728774934530                <NA>
## 3888                <NA> 1597319724626415616                <NA>
## 3889                <NA> 1597319703646859265                <NA>
## 3890                <NA> 1597319694935289861                <NA>
## 3891                <NA> 1597319623728242690                <NA>
## 3892                <NA> 1597319581861048321                <NA>
## 3893                <NA> 1597319571052310529                <NA>
## 3894                <NA> 1597319484968427521                <NA>
## 3895                <NA> 1597319456539414528                <NA>
## 3896                <NA> 1597319449488809984                <NA>
## 3897                <NA> 1597319444434329600                <NA>
## 3898                <NA> 1597319419402678272                <NA>
## 3899                <NA> 1597319418677075969                <NA>
## 3900                <NA> 1597319397697523712                <NA>
## 3901                <NA> 1597319392945377281                <NA>
## 3902                <NA> 1597319341027971072                <NA>
## 3903                <NA> 1597319334963351552                <NA>
## 3904                <NA> 1597319319544684544                <NA>
## 3905                <NA> 1597319312569925632                <NA>
## 3906                <NA> 1597319311953375232                <NA>
## 3907                <NA> 1597319275064496128                <NA>
## 3908                <NA> 1597319241669435392                <NA>
## 3909                <NA> 1597319203652268032                <NA>
## 3910                <NA> 1597319183406338048                <NA>
## 3911                <NA> 1597319131753512960                <NA>
## 3912                <NA> 1597319127617589249                <NA>
## 3913                <NA> 1597319123981459456                <NA>
## 3914                <NA> 1597319072886112258                <NA>
## 3915                <NA> 1597319059284295680                <NA>
## 3916                <NA> 1597319014732398592                <NA>
## 3917                <NA> 1597318988719357952                <NA>
## 3918                <NA> 1597318939687915520                <NA>
## 3919                <NA> 1597318917227417600                <NA>
## 3920                <NA> 1597318909077909504                <NA>
## 3921                <NA> 1597318890346119169                <NA>
## 3922                <NA> 1597318847945576449                <NA>
## 3923                <NA> 1597318836788658176                <NA>
## 3924                <NA> 1597318831772696576                <NA>
## 3925                <NA> 1597318800541880320                <NA>
## 3926                <NA> 1597318794895949824                <NA>
## 3927                <NA> 1597318771202752514                <NA>
## 3928                <NA> 1597318770288009216                <NA>
## 3929                <NA> 1597318741590945792                <NA>
## 3930                <NA> 1597318732606767104                <NA>
## 3931                <NA> 1597318731054854144                <NA>
## 3932                <NA> 1597318728571838464                <NA>
## 3933                <NA> 1597318703837696000                <NA>
## 3934                <NA> 1597318703078440960                <NA>
## 3935                <NA> 1597318692458573824                <NA>
## 3936                <NA> 1597318691028602880                <NA>
## 3937                <NA> 1597318684342484992                <NA>
## 3938                <NA> 1597318677392547840           157545420
## 3939                <NA> 1597318648125083649                <NA>
## 3940                <NA> 1597318646678065153                <NA>
## 3941                <NA> 1597318640076222464                <NA>
## 3942                <NA> 1597318608233074688                <NA>
## 3943                <NA> 1597318608119795712                <NA>
## 3944                <NA> 1597318571428040707                <NA>
## 3945                <NA> 1597318554558205953                <NA>
## 3946                <NA> 1597318542583427073                <NA>
## 3947                <NA> 1597318512238030848                <NA>
## 3948                <NA> 1597318504600199168                <NA>
## 3949                <NA> 1597318491522338817                <NA>
## 3950                <NA> 1597318483825823745                <NA>
## 3951                <NA> 1597318399264428032                <NA>
## 3952                <NA> 1597318395531497472                <NA>
## 3953                <NA> 1597318395531124736                <NA>
## 3954                <NA> 1597318363449298944                <NA>
## 3955                <NA> 1597318330821799936                <NA>
## 3956                <NA> 1597318328934354944                <NA>
## 3957                <NA> 1597318325968986112                <NA>
## 3958                <NA> 1597318244854992897                <NA>
## 3959                <NA> 1597318231508688896                <NA>
## 3960                <NA> 1597318223984488448                <NA>
## 3961                <NA> 1597318214790172672                <NA>
## 3962                <NA> 1597318194393292800                <NA>
## 3963                <NA> 1597318131302948864                <NA>
## 3964                <NA> 1597318109865861120                <NA>
## 3965                <NA> 1597318102894927872                <NA>
## 3966                <NA> 1597318069550190592                <NA>
## 3967                <NA> 1597318065175564288                <NA>
## 3968                <NA> 1597318062738636800                <NA>
## 3969                <NA> 1597318039464464384                <NA>
## 3970                <NA> 1597318024003919872                <NA>
## 3971                <NA> 1597317993494499328                <NA>
## 3972                <NA> 1597317961391697920                <NA>
## 3973                <NA> 1597317951614377984                <NA>
## 3974                <NA> 1597317938297851905                <NA>
## 3975                <NA> 1597317903103062016                <NA>
## 3976                <NA> 1597317899911188480                <NA>
## 3977                <NA> 1597317877631438848                <NA>
## 3978                <NA> 1597317877606285312                <NA>
## 3979                <NA> 1597317876922601474                <NA>
## 3980                <NA> 1597317875274240000                <NA>
## 3981                <NA> 1597317865425625088                <NA>
## 3982                <NA> 1597317834987933696                <NA>
## 3983                <NA> 1597317828306407424                <NA>
## 3984                <NA> 1597317804008812545                <NA>
## 3985                <NA> 1597317800292651012                <NA>
## 3986                <NA> 1597317770655715328                <NA>
## 3987                <NA> 1597317745045299201                <NA>
## 3988                <NA> 1597317742998081537                <NA>
## 3989                <NA> 1597317740569972737                <NA>
## 3990                <NA> 1597317716947320834                <NA>
## 3991                <NA> 1597317696890499073                <NA>
## 3992                <NA> 1597317683200290816                <NA>
## 3993 1597317662371360768 1597317672060194817 1593449703810953217
## 3994                <NA> 1597317618012418049                <NA>
## 3995                <NA> 1597317607417614336                <NA>
## 3996 1597276293854244864 1597317595870658561           975654422
## 3997                <NA> 1597317595341869056                <NA>
## 3998                <NA> 1597317584809910273                <NA>
## 3999                <NA> 1597317565474574336                <NA>
## 4000                <NA> 1597317547602628608                <NA>
## 4001                <NA> 1597317545153159168                <NA>
## 4002                <NA> 1597317504262893569                <NA>
## 4003                <NA> 1597317480426262528                <NA>
## 4004                <NA> 1597317464882556928                <NA>
## 4005                <NA> 1597317439095595008                <NA>
## 4006                <NA> 1597317437728309248                <NA>
## 4007                <NA> 1597317430732558337                <NA>
## 4008                <NA> 1597317414093721601                <NA>
## 4009                <NA> 1597317408758194180                <NA>
## 4010                <NA> 1597317389997469697                <NA>
## 4011                <NA> 1597317337119477760                <NA>
## 4012                <NA> 1597317331159764992                <NA>
## 4013                <NA> 1597317326793478145                <NA>
## 4014                <NA> 1597317279254925313                <NA>
## 4015                <NA> 1597317261593051136                <NA>
## 4016                <NA> 1597317222254653440                <NA>
## 4017                <NA> 1597317220300132353                <NA>
## 4018                <NA> 1597317217406046208                <NA>
## 4019                <NA> 1597317185516732417                <NA>
## 4020                <NA> 1597317164125802497                <NA>
## 4021                <NA> 1597317160191549440                <NA>
## 4022                <NA> 1597317151391879168                <NA>
## 4023                <NA> 1597317146090303488                <NA>
## 4024 1597317134107181056 1597317136867012608 1424305497595944961
## 4025 1597317131057893376 1597317134107181056 1424305497595944961
## 4026                <NA> 1597317131057893376                <NA>
## 4027                <NA> 1597317119448076289                <NA>
## 4028                <NA> 1597317111403393024                <NA>
## 4029                <NA> 1597317110522183680                <NA>
## 4030                <NA> 1597317090935177218                <NA>
## 4031                <NA> 1597317057036840960                <NA>
## 4032                <NA> 1597317046785945601                <NA>
## 4033                <NA> 1597317045170802688                <NA>
## 4034                <NA> 1597316991387598848                <NA>
## 4035                <NA> 1597316989542076416                <NA>
## 4036                <NA> 1597316988451553282                <NA>
## 4037                <NA> 1597316957552119808                <NA>
## 4038                <NA> 1597316942658146306                <NA>
## 4039                <NA> 1597316912748593152                <NA>
## 4040                <NA> 1597316901989859336                <NA>
## 4041                <NA> 1597316882591547393                <NA>
## 4042 1597316791189270528 1597316855689285633 1435195358007726083
## 4043                <NA> 1597316853072003072                <NA>
## 4044                <NA> 1597316808172015616                <NA>
## 4045 1597316666287091713 1597316791189270528 1435195358007726083
## 4046                <NA> 1597316766786793472                <NA>
## 4047                <NA> 1597316764534444032                <NA>
## 4048                <NA> 1597316759081865217                <NA>
## 4049                <NA> 1597316699040014336                <NA>
## 4050                <NA> 1597316695554928640                <NA>
## 4051 1597316554684657664 1597316666287091713 1435195358007726083
## 4052                <NA> 1597316654077468672                <NA>
## 4053                <NA> 1597316646065954817                <NA>
## 4054                <NA> 1597316628407980032                <NA>
## 4055                <NA> 1597316620883759104                <NA>
## 4056                <NA> 1597316597458182144                <NA>
## 4057                <NA> 1597316577640452097                <NA>
## 4058 1597316298698297344 1597316554684657664 1435195358007726083
## 4059                <NA> 1597316535512883200                <NA>
## 4060                <NA> 1597316493452378112                <NA>
## 4061                <NA> 1597316490604474368                <NA>
## 4062                <NA> 1597316469544845312                <NA>
## 4063                <NA> 1597316427203039233                <NA>
## 4064                <NA> 1597316422845497345                <NA>
## 4065                <NA> 1597316387008966657                <NA>
## 4066                <NA> 1597316376657416193                <NA>
## 4067                <NA> 1597316368160133120                <NA>
## 4068                <NA> 1597316348874366976                <NA>
## 4069                <NA> 1597316346253279232                <NA>
## 4070                <NA> 1597316342499377155                <NA>
## 4071                <NA> 1597316298698297344                <NA>
## 4072                <NA> 1597316274534567936                <NA>
## 4073                <NA> 1597316248987058181                <NA>
## 4074                <NA> 1597316239160119296                <NA>
## 4075                <NA> 1597316231451017216                <NA>
## 4076                <NA> 1597316176388173824                <NA>
## 4077                <NA> 1597316142825017344                <NA>
## 4078                <NA> 1597316133123940353                <NA>
## 4079                <NA> 1597316106816888834                <NA>
## 4080                <NA> 1597316087472799745                <NA>
## 4081                <NA> 1597316066396368896                <NA>
## 4082                <NA> 1597316065994117120                <NA>
## 4083                <NA> 1597316035467964416                <NA>
## 4084                <NA> 1597316024969281537                <NA>
## 4085                <NA> 1597316014144114688                <NA>
## 4086                <NA> 1597315975082561536                <NA>
## 4087                <NA> 1597315945789534208                <NA>
## 4088                <NA> 1597315942098571264                <NA>
## 4089                <NA> 1597315936117469185                <NA>
## 4090                <NA> 1597315921055428608                <NA>
## 4091                <NA> 1597315914034073600                <NA>
## 4092                <NA> 1597315870761529344                <NA>
## 4093                <NA> 1597315869448998912                <NA>
## 4094                <NA> 1597315852529176577                <NA>
## 4095                <NA> 1597315843452305408                <NA>
## 4096                <NA> 1597315842294751232                <NA>
## 4097                <NA> 1597315841015828480                <NA>
## 4098                <NA> 1597315828210630657                <NA>
## 4099                <NA> 1597315821973315584                <NA>
## 4100                <NA> 1597315815824855040                <NA>
## 4101                <NA> 1597315788892880896                <NA>
## 4102                <NA> 1597315784803393536                <NA>
## 4103                <NA> 1597315775345594368                <NA>
## 4104                <NA> 1597315771365199895                <NA>
## 4105                <NA> 1597315766944047105                <NA>
## 4106                <NA> 1597315765551607809                <NA>
## 4107                <NA> 1597315760132476928                <NA>
## 4108                <NA> 1597315741052997633                <NA>
## 4109                <NA> 1597315737990725632                <NA>
## 4110                <NA> 1597315704805797888                <NA>
## 4111                <NA> 1597315696106819584                <NA>
## 4112                <NA> 1597315672505487362                <NA>
## 4113                <NA> 1597315652783853568                <NA>
## 4114                <NA> 1597315647339655168                <NA>
## 4115                <NA> 1597315634211479553                <NA>
## 4116                <NA> 1597315620185702400                <NA>
## 4117                <NA> 1597315615634882561                <NA>
## 4118                <NA> 1597315613415813120                <NA>
## 4119                <NA> 1597315605455343616                <NA>
## 4120                <NA> 1597315584823205889                <NA>
## 4121                <NA> 1597315561649643520                <NA>
## 4122                <NA> 1597315552363843584                <NA>
## 4123                <NA> 1597315490871152642                <NA>
## 4124                <NA> 1597315488023212032                <NA>
## 4125                <NA> 1597315486618103808                <NA>
## 4126                <NA> 1597315474089725953                <NA>
## 4127                <NA> 1597315472000974848                <NA>
## 4128                <NA> 1597315460621807616                <NA>
## 4129                <NA> 1597315446671216642                <NA>
## 4130                <NA> 1597315410285985792                <NA>
## 4131                <NA> 1597315379814334464                <NA>
## 4132                <NA> 1597315372016799744                <NA>
## 4133                <NA> 1597315360503787520                <NA>
## 4134 1597092976626475009 1597315345500758017            17230018
## 4135                <NA> 1597315335258263552                <NA>
## 4136                <NA> 1597315323249586177                <NA>
## 4137                <NA> 1597315321945534464                <NA>
## 4138                <NA> 1597315310750924806                <NA>
## 4139                <NA> 1597315309714935808                <NA>
## 4140                <NA> 1597315307273494533                <NA>
## 4141                <NA> 1597315302341025792                <NA>
## 4142                <NA> 1597315260054007808                <NA>
## 4143                <NA> 1597315250248126464                <NA>
## 4144                <NA> 1597315220363710465                <NA>
## 4145                <NA> 1597315212172218368                <NA>
## 4146                <NA> 1597315207873069056                <NA>
## 4147                <NA> 1597315200046489600                <NA>
## 4148                <NA> 1597315185882312705                <NA>
## 4149                <NA> 1597315178458382337                <NA>
## 4150                <NA> 1597315171562983424                <NA>
## 4151                <NA> 1597315161525981184                <NA>
## 4152                <NA> 1597315137039323136                <NA>
## 4153                <NA> 1597315103384555520                <NA>
## 4154                <NA> 1597315087412625409                <NA>
## 4155                <NA> 1597315086229864448                <NA>
## 4156                <NA> 1597315073445605376                <NA>
## 4157                <NA> 1597315014700183553                <NA>
## 4158                <NA> 1597314986912919552                <NA>
## 4159                <NA> 1597314973205934080                <NA>
## 4160                <NA> 1597314958391267328                <NA>
## 4161                <NA> 1597314947587117057                <NA>
## 4162                <NA> 1597314940448432128                <NA>
## 4163                <NA> 1597314928775659520                <NA>
## 4164                <NA> 1597314874086141952                <NA>
## 4165                <NA> 1597314868251889664                <NA>
## 4166                <NA> 1597314862530834438                <NA>
## 4167                <NA> 1597314851776651265                <NA>
## 4168                <NA> 1597314851223007233                <NA>
## 4169                <NA> 1597314844633747456                <NA>
## 4170                <NA> 1597314795333881856                <NA>
## 4171                <NA> 1597314772999237633                <NA>
## 4172                <NA> 1597314756678852608                <NA>
## 4173                <NA> 1597314731265888257                <NA>
## 4174                <NA> 1597314692913188865                <NA>
## 4175                <NA> 1597314667181150208                <NA>
## 4176                <NA> 1597314652421390336                <NA>
## 4177                <NA> 1597314651519619074                <NA>
## 4178                <NA> 1597314648940105731                <NA>
## 4179                <NA> 1597314642069827584                <NA>
## 4180                <NA> 1597314628807462913                <NA>
## 4181                <NA> 1597314622696349696                <NA>
## 4182                <NA> 1597314597589225472                <NA>
## 4183                <NA> 1597314578949754881                <NA>
## 4184                <NA> 1597314567146991616                <NA>
## 4185                <NA> 1597314566215860227                <NA>
## 4186                <NA> 1597314562638106625                <NA>
## 4187                <NA> 1597314562167959552                <NA>
## 4188                <NA> 1597314523735928832                <NA>
## 4189                <NA> 1597314521517150209                <NA>
## 4190                <NA> 1597314482833076225                <NA>
## 4191                <NA> 1597314456014712832                <NA>
## 4192                <NA> 1597314453883977728                <NA>
## 4193                <NA> 1597314409583775744                <NA>
## 4194                <NA> 1597314300766396418                <NA>
## 4195                <NA> 1597314289471090688                <NA>
## 4196                <NA> 1597314286933581825                <NA>
## 4197                <NA> 1597314259205378049                <NA>
## 4198                <NA> 1597314255489228800                <NA>
## 4199                <NA> 1597314243463766017                <NA>
## 4200                <NA> 1597314237084278784                <NA>
## 4201                <NA> 1597314207812571136                <NA>
## 4202                <NA> 1597314203353632768                <NA>
## 4203                <NA> 1597314199100616704                <NA>
## 4204                <NA> 1597314161523838976                <NA>
## 4205                <NA> 1597314101901815808                <NA>
## 4206                <NA> 1597314096726441984                <NA>
## 4207                <NA> 1597314065420148736                <NA>
## 4208                <NA> 1597314048408031232                <NA>
## 4209                <NA> 1597314039943921664                <NA>
## 4210                <NA> 1597314031689535489                <NA>
## 4211                <NA> 1597314004107812866                <NA>
## 4212                <NA> 1597313942161829888                <NA>
## 4213                <NA> 1597313925904990209                <NA>
## 4214                <NA> 1597313914374848513                <NA>
## 4215                <NA> 1597313907059617792                <NA>
## 4216                <NA> 1597313894011502592                <NA>
## 4217                <NA> 1597313835886841859                <NA>
## 4218                <NA> 1597313832271380481                <NA>
## 4219                <NA> 1597313784661409792                <NA>
## 4220                <NA> 1597313754542534656                <NA>
## 4221                <NA> 1597313742366461952                <NA>
## 4222                <NA> 1597313718895128576                <NA>
## 4223                <NA> 1597313704093429760                <NA>
## 4224                <NA> 1597313701333569536                <NA>
## 4225                <NA> 1597313673352990720                <NA>
## 4226                <NA> 1597313635902111744                <NA>
## 4227                <NA> 1597313628264624129                <NA>
## 4228                <NA> 1597313602855190528                <NA>
## 4229                <NA> 1597313586711658496                <NA>
## 4230                <NA> 1597313576292974592                <NA>
## 4231                <NA> 1597313574644649984          2850397899
## 4232                <NA> 1597313567090692096                <NA>
## 4233                <NA> 1597313546270175232                <NA>
## 4234                <NA> 1597313541316698112                <NA>
## 4235                <NA> 1597313523197308929                <NA>
## 4236                <NA> 1597313504553627649                <NA>
## 4237                <NA> 1597313486996254720                <NA>
## 4238                <NA> 1597313386903392257                <NA>
## 4239                <NA> 1597313331810820096                <NA>
## 4240                <NA> 1597313331345625088                <NA>
## 4241                <NA> 1597313317961273344                <NA>
## 4242                <NA> 1597313313603727360                <NA>
## 4243                <NA> 1597313304896372737                <NA>
## 4244                <NA> 1597313293105844225                <NA>
## 4245                <NA> 1597313247866425347                <NA>
## 4246                <NA> 1597313239553314818                <NA>
## 4247                <NA> 1597313234364571648                <NA>
## 4248                <NA> 1597313166345895936                <NA>
## 4249                <NA> 1597313153666547712                <NA>
## 4250                <NA> 1597313151178969088                <NA>
## 4251                <NA> 1597313123312373761                <NA>
## 4252                <NA> 1597313105515585536                <NA>
## 4253                <NA> 1597313062125867008                <NA>
## 4254                <NA> 1597313046644686848                <NA>
## 4255                <NA> 1597313046401019905                <NA>
## 4256                <NA> 1597312997516402688                <NA>
## 4257                <NA> 1597312982455054336                <NA>
## 4258                <NA> 1597312936246382593                <NA>
## 4259                <NA> 1597312916168257537                <NA>
## 4260                <NA> 1597312902125740033                <NA>
## 4261                <NA> 1597312879921102849                <NA>
## 4262                <NA> 1597312846593167360                <NA>
## 4263                <NA> 1597312831862755328                <NA>
## 4264                <NA> 1597312796785795073                <NA>
## 4265                <NA> 1597312784064471041                <NA>
## 4266                <NA> 1597312776908992512                <NA>
## 4267                <NA> 1597312773431906304                <NA>
## 4268                <NA> 1597312759800401920                <NA>
## 4269                <NA> 1597312733778960384                <NA>
## 4270                <NA> 1597312677172613120                <NA>
## 4271                <NA> 1597312645408825344                <NA>
## 4272                <NA> 1597312644230545408                <NA>
## 4273                <NA> 1597312619723231232                <NA>
## 4274                <NA> 1597312609430040576                <NA>
## 4275                <NA> 1597312596386152449                <NA>
## 4276                <NA> 1597312595282644992                <NA>
## 4277                <NA> 1597312555935883264                <NA>
## 4278                <NA> 1597312545899307008                <NA>
## 4279                <NA> 1597312509320785920                <NA>
## 4280                <NA> 1597312488231477248                <NA>
## 4281                <NA> 1597312427204677632                <NA>
## 4282                <NA> 1597312425103331329                <NA>
## 4283                <NA> 1597312408933974016                <NA>
## 4284                <NA> 1597312371391070210                <NA>
## 4285                <NA> 1597312322489700354                <NA>
## 4286                <NA> 1597312306295504896                <NA>
## 4287                <NA> 1597312273084997633                <NA>
## 4288                <NA> 1597312271214333952                <NA>
## 4289                <NA> 1597312270731988992                <NA>
## 4290                <NA> 1597312244504997888                <NA>
## 4291                <NA> 1597312218323857408                <NA>
## 4292                <NA> 1597312171784155136                <NA>
## 4293                <NA> 1597312144449900546                <NA>
## 4294                <NA> 1597312144303083524                <NA>
## 4295                <NA> 1597312118260264961                <NA>
## 4296                <NA> 1597312103903133696                <NA>
## 4297                <NA> 1597312038635638784                <NA>
## 4298                <NA> 1597312032617164800                <NA>
## 4299                <NA> 1597312022227865601                <NA>
## 4300                <NA> 1597312016745889792                <NA>
## 4301                <NA> 1597312013197545474                <NA>
## 4302                <NA> 1597311971350966273                <NA>
## 4303                <NA> 1597311955735580672                <NA>
## 4304                <NA> 1597311934231347201                <NA>
## 4305                <NA> 1597311931542802433                <NA>
## 4306                <NA> 1597311918792118272                <NA>
## 4307                <NA> 1597311883333099520                <NA>
## 4308                <NA> 1597311863880310785                <NA>
## 4309                <NA> 1597311862617821184                <NA>
## 4310                <NA> 1597311806690988032                <NA>
## 4311                <NA> 1597311805780824065                <NA>
## 4312                <NA> 1597311777288904704                <NA>
## 4313                <NA> 1597311768837386240                <NA>
## 4314                <NA> 1597311749690388481                <NA>
## 4315                <NA> 1597311741087862785                <NA>
## 4316                <NA> 1597311713355128832                <NA>
## 4317                <NA> 1597311636892962816                <NA>
## 4318                <NA> 1597311628168814592                <NA>
## 4319                <NA> 1597311573676109824                <NA>
## 4320                <NA> 1597311458135535616                <NA>
## 4321                <NA> 1597311437906771969                <NA>
## 4322                <NA> 1597311430084419585                <NA>
## 4323 1597065792650346496 1597311386937589762 1232086304093024257
## 4324                <NA> 1597311362979749888                <NA>
## 4325                <NA> 1597311344227012608                <NA>
## 4326                <NA> 1597311292863152128                <NA>
## 4327                <NA> 1597311292452524034                <NA>
## 4328                <NA> 1597311287549390848                <NA>
## 4329                <NA> 1597311274647715845                <NA>
## 4330                <NA> 1597311263586992129                <NA>
## 4331                <NA> 1597311262131916800                <NA>
## 4332                <NA> 1597311254607327232                <NA>
## 4333                <NA> 1597311242401878017                <NA>
## 4334                <NA> 1597311218238525440                <NA>
## 4335                <NA> 1597311177650233344                <NA>
## 4336                <NA> 1597311153591705600                <NA>
## 4337                <NA> 1597311138576097280                <NA>
## 4338                <NA> 1597311127306014721                <NA>
## 4339                <NA> 1597311100214988800                <NA>
## 4340                <NA> 1597311097509642241                <NA>
## 4341                <NA> 1597311096490438656                <NA>
## 4342                <NA> 1597311090660368384                <NA>
## 4343                <NA> 1597311080124289024                <NA>
## 4344                <NA> 1597311079784542209                <NA>
## 4345                <NA> 1597311063405756416                <NA>
## 4346                <NA> 1597311050738982912                <NA>
## 4347                <NA> 1597311029243183104                <NA>
## 4348                <NA> 1597311020741332992                <NA>
## 4349                <NA> 1597311019671437312                <NA>
## 4350                <NA> 1597311008485564416                <NA>
## 4351                <NA> 1597311006883340288                <NA>
## 4352                <NA> 1597310991255359488                <NA>
## 4353                <NA> 1597310986016677888                <NA>
## 4354                <NA> 1597310980035575810                <NA>
## 4355                <NA> 1597310954144157697                <NA>
## 4356                <NA> 1597310936318345216                <NA>
## 4357                <NA> 1597310934648700928                <NA>
## 4358                <NA> 1597310917640757248                <NA>
## 4359                <NA> 1597310916823240704                <NA>
## 4360                <NA> 1597310872245874688                <NA>
## 4361                <NA> 1597310867418517505                <NA>
## 4362                <NA> 1597310866927411200                <NA>
## 4363                <NA> 1597310850112839681                <NA>
## 4364                <NA> 1597310825811021824                <NA>
## 4365                <NA> 1597310819871916032                <NA>
## 4366                <NA> 1597310789550948353                <NA>
## 4367                <NA> 1597310787470884865                <NA>
## 4368                <NA> 1597310771830349824                <NA>
## 4369                <NA> 1597310765111087106                <NA>
## 4370                <NA> 1597310750909149188                <NA>
## 4371                <NA> 1597310749046886400                <NA>
## 4372                <NA> 1597310732668129280                <NA>
## 4373                <NA> 1597310731682476033                <NA>
## 4374 1597092976626475009 1597310718562701313            17230018
## 4375                <NA> 1597310715052032002                <NA>
## 4376                <NA> 1597310698568421378                <NA>
## 4377                <NA> 1597310661000073216                <NA>
## 4378                <NA> 1597310660656123906                <NA>
## 4379                <NA> 1597310646886203392                <NA>
## 4380                <NA> 1597310642117316608                <NA>
## 4381                <NA> 1597310595497615360                <NA>
## 4382                <NA> 1597310583627710464                <NA>
## 4383                <NA> 1597310581455073280                <NA>
## 4384                <NA> 1597310573485903873                <NA>
## 4385                <NA> 1597310555261280256                <NA>
## 4386                <NA> 1597310526975283200                <NA>
## 4387                <NA> 1597310520369238017                <NA>
## 4388                <NA> 1597310507861827584                <NA>
## 4389                <NA> 1597310503898210304                <NA>
## 4390                <NA> 1597310454866800642                <NA>
## 4391                <NA> 1597310424198045696                <NA>
## 4392                <NA> 1597310376911450113                <NA>
## 4393                <NA> 1597310375128887296                <NA>
## 4394                <NA> 1597310366023024640                <NA>
## 4395                <NA> 1597310359466954752                <NA>
## 4396                <NA> 1597310274012614656                <NA>
## 4397                <NA> 1597310251673726977                <NA>
## 4398                <NA> 1597310250410946560                <NA>
## 4399                <NA> 1597310229984600067                <NA>
## 4400                <NA> 1597310223194415104                <NA>
## 4401                <NA> 1597310216349306880                <NA>
## 4402                <NA> 1597310215983988736                <NA>
## 4403                <NA> 1597310195423907842                <NA>
## 4404                <NA> 1597310179703283712                <NA>
## 4405                <NA> 1597310174372327425                <NA>
## 4406                <NA> 1597310154915004418                <NA>
## 4407                <NA> 1597310150293213184                <NA>
## 4408                <NA> 1597310148657418240                <NA>
## 4409                <NA> 1597310144387641344                <NA>
## 4410                <NA> 1597310138141986817 1597142588640833536
## 4411                <NA> 1597310136057757696                <NA>
## 4412                <NA> 1597310117942538240                <NA>
## 4413                <NA> 1597310095423340547                <NA>
## 4414                <NA> 1597310072501469184                <NA>
## 4415 1597309927709892608 1597310069422821377           905146825
## 4416                <NA> 1597310046085357570                <NA>
## 4417                <NA> 1597310039177719808                <NA>
## 4418                <NA> 1597310032974352386                <NA>
## 4419                <NA> 1597310026993258497                <NA>
## 4420                <NA> 1597310023679766528                <NA>
## 4421                <NA> 1597309963038494722                <NA>
## 4422                <NA> 1597309957111586818                <NA>
## 4423                <NA> 1597309949390237697                <NA>
## 4424                <NA> 1597309927709892608                <NA>
## 4425                <NA> 1597309925591425024                <NA>
## 4426                <NA> 1597309875947966464                <NA>
## 4427                <NA> 1597309866498199552                <NA>
## 4428                <NA> 1597309840724209664                <NA>
## 4429                <NA> 1597309825033306112                <NA>
## 4430                <NA> 1597309818129485824                <NA>
## 4431                <NA> 1597309796566577153                <NA>
## 4432                <NA> 1597309795467669504                <NA>
## 4433                <NA> 1597309773737000961                <NA>
## 4434                <NA> 1597309746582736896                <NA>
## 4435                <NA> 1597309700626059264                <NA>
## 4436                <NA> 1597309693927763968                <NA>
## 4437                <NA> 1597309655587647490                <NA>
## 4438                <NA> 1597309630266281984                <NA>
## 4439                <NA> 1597309576097198080                <NA>
## 4440                <NA> 1597309540416258048                <NA>
## 4441 1597309200446603264 1597309538600103936            17230018
## 4442                <NA> 1597309517104295936                <NA>
## 4443                <NA> 1597309482237034496                <NA>
## 4444                <NA> 1597309431896997889                <NA>
## 4445                <NA> 1597309430860652544                <NA>
## 4446                <NA> 1597309417996754946                <NA>
## 4447                <NA> 1597309380608741376                <NA>
## 4448                <NA> 1597309379732443137                <NA>
## 4449                <NA> 1597309379174277120                <NA>
## 4450                <NA> 1597309376754159617                <NA>
## 4451                <NA> 1597309375169069057                <NA>
## 4452                <NA> 1597309332735262722                <NA>
## 4453                <NA> 1597309323683635200                <NA>
## 4454                <NA> 1597309289194221569                <NA>
## 4455                <NA> 1597309279215624192                <NA>
## 4456                <NA> 1597309274190815232                <NA>
## 4457                <NA> 1597309273826295808                <NA>
## 4458                <NA> 1597309216586596352                <NA>
## 4459                <NA> 1597309200501444608                <NA>
## 4460                <NA> 1597309168217903105                <NA>
## 4461                <NA> 1597309151189041152                <NA>
## 4462                <NA> 1597309143085637634                <NA>
## 4463                <NA> 1597309098269315073                <NA>
## 4464                <NA> 1597309097480982530                <NA>
## 4465                <NA> 1597309089859923968                <NA>
## 4466                <NA> 1597309086348951552                <NA>
## 4467                <NA> 1597309074802348032                <NA>
## 4468                <NA> 1597309041080172544                <NA>
## 4469                <NA> 1597309015058702336                <NA>
## 4470                <NA> 1597308999535558656                <NA>
## 4471                <NA> 1597308976190087169                <NA>
## 4472                <NA> 1597308968258658304                <NA>
## 4473                <NA> 1597308956325867521                <NA>
## 4474                <NA> 1597308946779607040                <NA>
## 4475                <NA> 1597308944376270849                <NA>
## 4476                <NA> 1597308940517535744                <NA>
## 4477                <NA> 1597308936017051649                <NA>
## 4478                <NA> 1597308925975572480                <NA>
## 4479                <NA> 1597308922544939008                <NA>
## 4480                <NA> 1597308890169114624                <NA>
## 4481                <NA> 1597308875153473537                <NA>
## 4482                <NA> 1597308849853468672                <NA>
## 4483                <NA> 1597308824578232320                <NA>
## 4484                <NA> 1597308809403600897                <NA>
## 4485                <NA> 1597308796518666240                <NA>
## 4486                <NA> 1597308789992329217                <NA>
## 4487                <NA> 1597308781225857024                <NA>
## 4488                <NA> 1597308775639420929                <NA>
## 4489                <NA> 1597308769683525637                <NA>
## 4490                <NA> 1597308766143541248                <NA>
## 4491                <NA> 1597308766059233280                <NA>
## 4492                <NA> 1597308763785994240                <NA>
## 4493                <NA> 1597308762171539457                <NA>
## 4494                <NA> 1597308759721639936                <NA>
## 4495                <NA> 1597308744714838017                <NA>
## 4496                <NA> 1597308730470977536                <NA>
## 4497                <NA> 1597308713831833600                <NA>
## 4498                <NA> 1597308708429922304                <NA>
## 4499                <NA> 1597308700448133120                <NA>
## 4500                <NA> 1597308686653087744                <NA>
## 4501                <NA> 1597308659964719104                <NA>
## 4502                <NA> 1597308614091628544                <NA>
## 4503                <NA> 1597308613252780033                <NA>
## 4504                <NA> 1597308609880522753                <NA>
## 4505                <NA> 1597308601449664513                <NA>
## 4506                <NA> 1597308564301053952                <NA>
## 4507                <NA> 1597308560857186304                <NA>
## 4508                <NA> 1597308551877513216                <NA>
## 4509                <NA> 1597308536039800833                <NA>
## 4510                <NA> 1597308518226198528                <NA>
## 4511                <NA> 1597308493987708928                <NA>
## 4512                <NA> 1597308492435853312                <NA>
## 4513                <NA> 1597308491408236544                <NA>
## 4514                <NA> 1597308488874876928                <NA>
## 4515                <NA> 1597308481576456194                <NA>
## 4516                <NA> 1597308456444522498                <NA>
## 4517                <NA> 1597308453252640768                <NA>
## 4518                <NA> 1597308417139691520                <NA>
## 4519                <NA> 1597308416212365312                <NA>
## 4520                <NA> 1597308408704937984                <NA>
## 4521                <NA> 1597308364064555009                <NA>
## 4522                <NA> 1597308333790474240                <NA>
## 4523                <NA> 1597308309752541184                <NA>
## 4524                <NA> 1597308261036085248                <NA>
## 4525                <NA> 1597308211400704000                <NA>
## 4526                <NA> 1597308181231075328                <NA>
## 4527                <NA> 1597308157575168000                <NA>
## 4528                <NA> 1597308097474678784                <NA>
## 4529                <NA> 1597308081519890432                <NA>
## 4530                <NA> 1597308066965647360                <NA>
## 4531                <NA> 1597308061022294016                <NA>
## 4532                <NA> 1597308046845235200                <NA>
## 4533                <NA> 1597308042051084288                <NA>
## 4534                <NA> 1597308013144338433                <NA>
## 4535                <NA> 1597307988276318208                <NA>
## 4536                <NA> 1597307977773776896                <NA>
## 4537                <NA> 1597307972556058627                <NA>
## 4538                <NA> 1597307935528738816                <NA>
## 4539                <NA> 1597307931758071808                <NA>
## 4540                <NA> 1597307897146318848           380749300
## 4541                <NA> 1597307865148293120                <NA>
## 4542                <NA> 1597307833745543168                <NA>
## 4543                <NA> 1597307817890750464                <NA>
## 4544                <NA> 1597307814460162048                <NA>
## 4545                <NA> 1597307800031358976                <NA>
## 4546                <NA> 1597307792804970497                <NA>
## 4547                <NA> 1597307784357634049                <NA>
## 4548                <NA> 1597307763826184192                <NA>
## 4549                <NA> 1597307757006565377                <NA>
## 4550                <NA> 1597307756146753537                <NA>
## 4551                <NA> 1597307749423251456                <NA>
## 4552                <NA> 1597307732365029376                <NA>
## 4553                <NA> 1597307723581833217                <NA>
## 4554                <NA> 1597307673590239232                <NA>
## 4555                <NA> 1597307670381621249                <NA>
## 4556                <NA> 1597307667449794560                <NA>
## 4557                <NA> 1597307632582213633                <NA>
## 4558                <NA> 1597307618284142593                <NA>
## 4559                <NA> 1597307616233160704                <NA>
## 4560                <NA> 1597307613477470213                <NA>
## 4561                <NA> 1597307610147221504                <NA>
## 4562                <NA> 1597307603344035840                <NA>
## 4563                <NA> 1597307584431562752                <NA>
## 4564                <NA> 1597307581860843520                <NA>
## 4565                <NA> 1597307580397031424                <NA>
## 4566                <NA> 1597307578085933056                <NA>
## 4567                <NA> 1597307556212285440                <NA>
## 4568                <NA> 1597307521274089472                <NA>
## 4569                <NA> 1597307485043716099                <NA>
## 4570                <NA> 1597307478186033153                <NA>
## 4571                <NA> 1597307473693921280                <NA>
## 4572                <NA> 1597307445990129664                <NA>
## 4573                <NA> 1597307439715876864                <NA>
## 4574                <NA> 1597307434057445376                <NA>
## 4575                <NA> 1597307368702115840                <NA>
## 4576                <NA> 1597307326192832512                <NA>
## 4577                <NA> 1597307324619952128                <NA>
## 4578                <NA> 1597307318110388226                <NA>
## 4579                <NA> 1597307316780793857                <NA>
## 4580                <NA> 1597307287978508289                <NA>
## 4581                <NA> 1597307263118905344                <NA>
## 4582                <NA> 1597307204138602497                <NA>
## 4583                <NA> 1597307099507085317                <NA>
## 4584                <NA> 1597307090317365248                <NA>
## 4585                <NA> 1597307086177984513                <NA>
## 4586                <NA> 1597307033170358272                <NA>
## 4587                <NA> 1597307016812191745                <NA>
## 4588                <NA> 1597306997212581888                <NA>
## 4589                <NA> 1597306993278320640                <NA>
## 4590                <NA> 1597306974794043392                <NA>
## 4591                <NA> 1597306938991075328                <NA>
## 4592                <NA> 1597306846481903617                <NA>
## 4593                <NA> 1597306833756356609                <NA>
## 4594                <NA> 1597306789661327360                <NA>
## 4595                <NA> 1597306691137441794                <NA>
## 4596                <NA> 1597306690323431424  880142286176231425
## 4597                <NA> 1597306617598717952                <NA>
## 4598                <NA> 1597306532605046785                <NA>
## 4599                <NA> 1597306479916175362                <NA>
## 4600                <NA> 1597306424568471556                <NA>
## 4601                <NA> 1597306420244152321                <NA>
## 4602                <NA> 1597306410890846209                <NA>
## 4603                <NA> 1597306374656262145                <NA>
## 4604                <NA> 1597306347808514050                <NA>
## 4605                <NA> 1597306342578225152                <NA>
## 4606                <NA> 1597306297073795072                <NA>
## 4607                <NA> 1597306294196613120                <NA>
## 4608                <NA> 1597306291562893312                <NA>
## 4609                <NA> 1597306280443777024                <NA>
## 4610                <NA> 1597306246901559296                <NA>
## 4611                <NA> 1597306219571863552                <NA>
## 4612                <NA> 1597306217806061568                <NA>
## 4613                <NA> 1597306202634887170                <NA>
## 4614                <NA> 1597306156044943360                <NA>
## 4615                <NA> 1597306153331216384                <NA>
## 4616                <NA> 1597306150814642176                <NA>
## 4617                <NA> 1597306145781448705                <NA>
## 4618                <NA> 1597306139271917568                <NA>
## 4619                <NA> 1597306128710664192                <NA>
## 4620                <NA> 1597306107025727488                <NA>
## 4621                <NA> 1597306100755623936                <NA>
## 4622                <NA> 1597306100025393153                <NA>
## 4623                <NA> 1597306094963273729                <NA>
## 4624                <NA> 1597306082724286465                <NA>
## 4625                <NA> 1597306061618556929                <NA>
## 4626                <NA> 1597306040923537409                <NA>
## 4627                <NA> 1597306030169681920                <NA>
## 4628                <NA> 1597306017226067971                <NA>
## 4629                <NA> 1597306012469690368                <NA>
## 4630                <NA> 1597306009789530112                <NA>
## 4631                <NA> 1597305992425123842                <NA>
## 4632                <NA> 1597305956823891968                <NA>
## 4633                <NA> 1597305937815285760                <NA>
## 4634                <NA> 1597305927145000960                <NA>
## 4635                <NA> 1597305911726731266                <NA>
## 4636                <NA> 1597305907503067136                <NA>
## 4637                <NA> 1597305881171218432                <NA>
## 4638                <NA> 1597305853727870976                <NA>
## 4639                <NA> 1597305812699213824                <NA>
## 4640                <NA> 1597305785129713665                <NA>
## 4641                <NA> 1597305769300758528                <NA>
## 4642                <NA> 1597305754956226561                <NA>
## 4643                <NA> 1597305749339676672                <NA>
## 4644                <NA> 1597305743824531456                <NA>
## 4645                <NA> 1597305717509132288                <NA>
## 4646                <NA> 1597305704083206144                <NA>
## 4647                <NA> 1597305701889900549                <NA>
## 4648 1597276485274198016 1597305664887435265  929521965592756225
## 4649                <NA> 1597305658373963776                <NA>
## 4650                <NA> 1597305656784011265                <NA>
## 4651                <NA> 1597305614421483520                <NA>
## 4652                <NA> 1597305608616960001                <NA>
## 4653                <NA> 1597305597354905601                <NA>
## 4654                <NA> 1597305586584260612                <NA>
## 4655                <NA> 1597305583052681216                <NA>
## 4656                <NA> 1597305539280900097                <NA>
## 4657                <NA> 1597305523379978241                <NA>
## 4658                <NA> 1597305475514912770                <NA>
## 4659                <NA> 1597305457672335360                <NA>
## 4660                <NA> 1597305448360972288                <NA>
## 4661                <NA> 1597305442644160512                <NA>
## 4662                <NA> 1597305379498602496                <NA>
## 4663                <NA> 1597305349291544577                <NA>
## 4664                <NA> 1597305331700609024                <NA>
## 4665 1597220124054130690 1597305319956582407  781337756773519360
## 4666                <NA> 1597305289539465216                <NA>
## 4667                <NA> 1597305219867561985                <NA>
## 4668                <NA> 1597305215623237632                <NA>
## 4669                <NA> 1597305181267693569                <NA>
## 4670                <NA> 1597305171477815296                <NA>
## 4671                <NA> 1597305156118323200                <NA>
## 4672                <NA> 1597305133918228480                <NA>
## 4673                <NA> 1597305126535897089                <NA>
## 4674                <NA> 1597305103836336128                <NA>
## 4675                <NA> 1597305068155699200                <NA>
## 4676                <NA> 1597305057489211392                <NA>
## 4677                <NA> 1597305031447162880                <NA>
## 4678                <NA> 1597305023846719488                <NA>
## 4679 1597304960878010369 1597304971175026688 1597291758358089728
## 4680                <NA> 1597304952145448960                <NA>
## 4681                <NA> 1597304920646221830                <NA>
## 4682                <NA> 1597304873908809728                <NA>
## 4683                <NA> 1597304858675060736                <NA>
## 4684                <NA> 1597304829298511873                <NA>
## 4685                <NA> 1597304826979037185                <NA>
## 4686                <NA> 1597304821714780161                <NA>
## 4687                <NA> 1597304800575913984                <NA>
## 4688                <NA> 1597304796196708354                <NA>
## 4689                <NA> 1597304791754891265                <NA>
## 4690                <NA> 1597304761153638400                <NA>
## 4691                <NA> 1597304756313026560                <NA>
## 4692                <NA> 1597304708200542209                <NA>
## 4693                <NA> 1597304686670843905                <NA>
## 4694                <NA> 1597304663652851712                <NA>
## 4695                <NA> 1597304643172069377                <NA>
## 4696                <NA> 1597304592714588160                <NA>
## 4697                <NA> 1597304581062479873                <NA>
## 4698                <NA> 1597304573655658496                <NA>
## 4699                <NA> 1597304536418619394                <NA>
## 4700                <NA> 1597304517745577985                <NA>
## 4701                <NA> 1597304503702732800                <NA>
## 4702                <NA> 1597304482337280000                <NA>
## 4703                <NA> 1597304440989843457                <NA>
## 4704                <NA> 1597304407179153408                <NA>
## 4705                <NA> 1597304394814750720                <NA>
## 4706                <NA> 1597304388527493120                <NA>
## 4707                <NA> 1597304375332212736                <NA>
## 4708                <NA> 1597304371737264128                <NA>
## 4709                <NA> 1597304369816670208                <NA>
## 4710 1597303892693643264 1597304286119366656 1344672120480145414
## 4711                <NA> 1597304265886019584                <NA>
## 4712                <NA> 1597304259049324544                <NA>
## 4713                <NA> 1597304223305437185                <NA>
## 4714 1597304185443475456 1597304188324941824 1178478912193650691
## 4715 1597304182511632384 1597304185443475456 1178478912193650691
## 4716 1597304178699010048 1597304182511632384 1178478912193650691
## 4717                <NA> 1597304178699010048                <NA>
## 4718                <NA> 1597304153885519872                <NA>
## 4719                <NA> 1597304132230320128                <NA>
## 4720                <NA> 1597304130388643841                <NA>
## 4721                <NA> 1597304126182154243                <NA>
## 4722                <NA> 1597304114173849601                <NA>
## 4723                <NA> 1597304087631912960                <NA>
## 4724                <NA> 1597304078425796608                <NA>
## 4725                <NA> 1597304057311686657                <NA>
## 4726                <NA> 1597304018292072448                <NA>
## 4727                <NA> 1597303930341720064                <NA>
## 4728                <NA> 1597303920266969088                <NA>
## 4729                <NA> 1597303889161728000                <NA>
## 4730                <NA> 1597303879435452416                <NA>
## 4731                <NA> 1597303876809392128                <NA>
## 4732                <NA> 1597303875765436416                <NA>
## 4733                <NA> 1597303866441101312                <NA>
## 4734                <NA> 1597303845025026048                <NA>
## 4735                <NA> 1597303840986267648                <NA>
## 4736                <NA> 1597303815568773121                <NA>
## 4737                <NA> 1597303814356627456                <NA>
## 4738                <NA> 1597303806941093888                <NA>
## 4739                <NA> 1597303799512985600                <NA>
## 4740                <NA> 1597303798007230464                <NA>
## 4741                <NA> 1597303782798692353                <NA>
## 4742                <NA> 1597303779275468800                <NA>
## 4743                <NA> 1597303753354678272                <NA>
## 4744                <NA> 1597303750359941121                <NA>
## 4745                <NA> 1597303746874454016                <NA>
## 4746                <NA> 1597303737579868160                <NA>
## 4747                <NA> 1597303714813206529                <NA>
## 4748                <NA> 1597303709138288640                <NA>
## 4749                <NA> 1597303681774669824                <NA>
## 4750                <NA> 1597303673373085696                <NA>
## 4751                <NA> 1597303664212725760                <NA>
## 4752                <NA> 1597303662782476288                <NA>
## 4753                <NA> 1597303647859187712                <NA>
## 4754                <NA> 1597303626686693377                <NA>
## 4755                <NA> 1597303610584420352                <NA>
## 4756                <NA> 1597303607480963075                <NA>
## 4757                <NA> 1597303605983600640                <NA>
## 4758                <NA> 1597303568994009088                <NA>
## 4759                <NA> 1597303561511407616                <NA>
## 4760                <NA> 1597303541340651520                <NA>
## 4761                <NA> 1597303496990392320                <NA>
## 4762                <NA> 1597303459120025601                <NA>
## 4763                <NA> 1597303430040915969                <NA>
## 4764                <NA> 1597303426404478976                <NA>
## 4765                <NA> 1597303415713202177                <NA>
## 4766                <NA> 1597303398768205824                <NA>
## 4767                <NA> 1597303397879001088                <NA>
## 4768                <NA> 1597303396461338624                <NA>
## 4769                <NA> 1597303382208745472                <NA>
## 4770                <NA> 1597303367063457794                <NA>
## 4771                <NA> 1597303353092214785                <NA>
## 4772                <NA> 1597303346645602304                <NA>
## 4773                <NA> 1597303340031176704                <NA>
## 4774                <NA> 1597303339246845953                <NA>
## 4775                <NA> 1597303324516438018                <NA>
## 4776                <NA> 1597303315511275522                <NA>
## 4777                <NA> 1597303290966192130                <NA>
## 4778                <NA> 1597303279519961088                <NA>
## 4779                <NA> 1597303259525357568                <NA>
## 4780                <NA> 1597303250553753607                <NA>
## 4781                <NA> 1597303220547686401                <NA>
## 4782                <NA> 1597303197881991169                <NA>
## 4783                <NA> 1597303165799780354                <NA>
## 4784                <NA> 1597303153703399425                <NA>
## 4785                <NA> 1597303103354679297                <NA>
## 4786                <NA> 1597303084048580609                <NA>
## 4787                <NA> 1597303061479051265                <NA>
## 4788                <NA> 1597303031154241543                <NA>
## 4789                <NA> 1597303028566347776                <NA>
## 4790                <NA> 1597303010262384640                <NA>
## 4791                <NA> 1597303003182411776                <NA>
## 4792                <NA> 1597303002616168448                <NA>
## 4793                <NA> 1597302998513774592                <NA>
## 4794                <NA> 1597302995540406274                <NA>
## 4795                <NA> 1597302988598484992                <NA>
## 4796                <NA> 1597302963617566720                <NA>
## 4797                <NA> 1597302918503624704                <NA>
## 4798                <NA> 1597302913482661888                <NA>
## 4799                <NA> 1597302892930555911                <NA>
## 4800                <NA> 1597302886694014976                <NA>
## 4801                <NA> 1597302880880701440                <NA>
## 4802                <NA> 1597302851440476160                <NA>
## 4803                <NA> 1597302814719758336                <NA>
## 4804                <NA> 1597302806255325184                <NA>
## 4805                <NA> 1597302782171938819                <NA>
## 4806                <NA> 1597302778069540865                <NA>
## 4807                <NA> 1597302762458390528                <NA>
## 4808                <NA> 1597302749884186624                <NA>
## 4809                <NA> 1597302748567212032                <NA>
## 4810                <NA> 1597302748101632002                <NA>
## 4811                <NA> 1597302741617225728                <NA>
## 4812                <NA> 1597302717239939072                <NA>
## 4813                <NA> 1597302713519591424                <NA>
## 4814                <NA> 1597302695186300928                <NA>
## 4815                <NA> 1597302690824224768                <NA>
## 4816                <NA> 1597302689838137344                <NA>
## 4817                <NA> 1597302648163938304                <NA>
## 4818                <NA> 1597302648058761217                <NA>
## 4819                <NA> 1597302599652605953                <NA>
## 4820                <NA> 1597302586948063232                <NA>
## 4821                <NA> 1597302555830538241                <NA>
## 4822                <NA> 1597302534913212416                <NA>
## 4823                <NA> 1597302522158665728                <NA>
## 4824                <NA> 1597302507944148992                <NA>
## 4825                <NA> 1597302486309609472                <NA>
## 4826                <NA> 1597302467196485632                <NA>
## 4827                <NA> 1597302451702362112                <NA>
## 4828                <NA> 1597302448070488066                <NA>
## 4829                <NA> 1597302414922903552                <NA>
## 4830                <NA> 1597302385738932225                <NA>
## 4831                <NA> 1597302380873515008                <NA>
## 4832                <NA> 1597302374007087104                <NA>
## 4833                <NA> 1597302368429039617                <NA>
## 4834 1597295345155084291 1597302360954413056 1372947784521895943
## 4835                <NA> 1597302341761667072                <NA>
## 4836                <NA> 1597302270349443073                <NA>
## 4837                <NA> 1597302238376259586                <NA>
## 4838                <NA> 1597302229371092993                <NA>
## 4839                <NA> 1597302204536623104                <NA>
## 4840                <NA> 1597302190888321024                <NA>
## 4841                <NA> 1597302186215890944                <NA>
## 4842                <NA> 1597302167257636864                <NA>
## 4843                <NA> 1597302146860740608                <NA>
## 4844                <NA> 1597302130691674113                <NA>
## 4845                <NA> 1597302119421603841                <NA>
## 4846                <NA> 1597302079684419584                <NA>
## 4847                <NA> 1597302054590230530                <NA>
## 4848                <NA> 1597302048680480768                <NA>
## 4849                <NA> 1597302013741912064                <NA>
## 4850                <NA> 1597302013733515265                <NA>
## 4851                <NA> 1597301994561343488                <NA>
## 4852                <NA> 1597301989729501184                <NA>
## 4853                <NA> 1597301975254634496                <NA>
## 4854                <NA> 1597301931512279040                <NA>
## 4855                <NA> 1597301905369468928                <NA>
## 4856                <NA> 1597301886826127360                <NA>
## 4857                <NA> 1597301884918071297                <NA>
## 4858                <NA> 1597301880623104001                <NA>
## 4859                <NA> 1597301871500066816                <NA>
## 4860                <NA> 1597301814634106880                <NA>
## 4861                <NA> 1597301749932752896                <NA>
## 4862 1597100861938839552 1597301740021616640  744260935527735296
## 4863                <NA> 1597301735110115329                <NA>
## 4864                <NA> 1597301727249649666                <NA>
## 4865                <NA> 1597301711093530624                <NA>
## 4866                <NA> 1597301700981030912                <NA>
## 4867                <NA> 1597301645817581568                <NA>
## 4868                <NA> 1597301610446979072                <NA>
## 4869                <NA> 1597301607531565058                <NA>
## 4870                <NA> 1597301597528526848                <NA>
## 4871                <NA> 1597301596798713857                <NA>
## 4872                <NA> 1597301589152526336                <NA>
## 4873                <NA> 1597301570127147008                <NA>
## 4874                <NA> 1597301537797451777                <NA>
## 4875                <NA> 1597301504796676096                <NA>
## 4876                <NA> 1597301493266161664                <NA>
## 4877                <NA> 1597301471053115392                <NA>
## 4878                <NA> 1597301444138643457                <NA>
## 4879                <NA> 1597301438883196928                <NA>
## 4880                <NA> 1597301395128225793                <NA>
## 4881                <NA> 1597301371669123072                <NA>
## 4882                <NA> 1597301323841835008                <NA>
## 4883                <NA> 1597301311204388864                <NA>
## 4884                <NA> 1597301299602952193                <NA>
## 4885                <NA> 1597301274730713088                <NA>
## 4886                <NA> 1597301257215303680                <NA>
## 4887                <NA> 1597301254417711104                <NA>
## 4888                <NA> 1597301250911272961                <NA>
## 4889                <NA> 1597301219982446593                <NA>
## 4890                <NA> 1597301218975846400                <NA>
## 4891                <NA> 1597301206300250117                <NA>
## 4892                <NA> 1597301198226612224                <NA>
## 4893                <NA> 1597301179888738305                <NA>
## 4894                <NA> 1597301144241713152                <NA>
## 4895                <NA> 1597301110372732928                <NA>
## 4896                <NA> 1597301096770588673                <NA>
## 4897                <NA> 1597301016654843905                <NA>
## 4898                <NA> 1597301010632171521                <NA>
## 4899                <NA> 1597301006433648641                <NA>
## 4900                <NA> 1597300983390171136                <NA>
## 4901                <NA> 1597300961214550016                <NA>
## 4902                <NA> 1597300955430924290                <NA>
## 4903                <NA> 1597300949441445888                <NA>
## 4904                <NA> 1597300921318264832                <NA>
## 4905                <NA> 1597300903366664193                <NA>
## 4906                <NA> 1597300894097641473                <NA>
## 4907                <NA> 1597300864649416704                <NA>
## 4908                <NA> 1597300848492949504                <NA>
## 4909                <NA> 1597300839894306817                <NA>
## 4910                <NA> 1597300826024079360                <NA>
## 4911                <NA> 1597300805274865664                <NA>
## 4912                <NA> 1597300800853708800                <NA>
## 4913                <NA> 1597300781421539328                <NA>
## 4914                <NA> 1597300754284711936                <NA>
## 4915                <NA> 1597300726048645120                <NA>
## 4916                <NA> 1597300606493806592                <NA>
## 4917                <NA> 1597300584931299328                <NA>
## 4918                <NA> 1597300567910408192                <NA>
## 4919                <NA> 1597300463187394560                <NA>
## 4920                <NA> 1597300453095505923                <NA>
## 4921                <NA> 1597300433932161025                <NA>
## 4922                <NA> 1597300395100884992                <NA>
## 4923                <NA> 1597300377119956992                <NA>
## 4924                <NA> 1597300316814262273                <NA>
## 4925                <NA> 1597300266247692293                <NA>
## 4926                <NA> 1597300230416142336                <NA>
## 4927                <NA> 1597300212657451009                <NA>
## 4928                <NA> 1597300184782082048                <NA>
## 4929                <NA> 1597300179929272320                <NA>
## 4930                <NA> 1597300177471438848                <NA>
## 4931                <NA> 1597300155140964352                <NA>
## 4932                <NA> 1597300126808420354                <NA>
## 4933                <NA> 1597300123544866816                <NA>
## 4934                <NA> 1597300114238083072                <NA>
## 4935                <NA> 1597300098559488001                <NA>
## 4936                <NA> 1597300083154120704                <NA>
## 4937                <NA> 1597300080050307073                <NA>
## 4938                <NA> 1597300036198862850                <NA>
## 4939                <NA> 1597300001923026944                <NA>
## 4940                <NA> 1597299948063961088                <NA>
## 4941                <NA> 1597299945425756164                <NA>
## 4942                <NA> 1597299936579964928                <NA>
## 4943                <NA> 1597299877985554432                <NA>
## 4944                <NA> 1597299871186243585                <NA>
## 4945                <NA> 1597299788298747904                <NA>
## 4946                <NA> 1597299779800735744                <NA>
## 4947                <NA> 1597299769809829889                <NA>
## 4948                <NA> 1597299756157480960                <NA>
## 4949                <NA> 1597299724385923073                <NA>
## 4950                <NA> 1597299721001127936                <NA>
## 4951                <NA> 1597299715330420736                <NA>
## 4952                <NA> 1597299709429059584                <NA>
## 4953                <NA> 1597299701074001920                <NA>
## 4954                <NA> 1597299650385833984                <NA>
## 4955                <NA> 1597299636729180160                <NA>
## 4956                <NA> 1597299626272751618                <NA>
## 4957                <NA> 1597299592902889473                <NA>
## 4958                <NA> 1597299589412814848                <NA>
## 4959                <NA> 1597299588691824640                <NA>
## 4960                <NA> 1597299545427222528                <NA>
## 4961                <NA> 1597299539962396672                <NA>
## 4962                <NA> 1597299529128488960                <NA>
## 4963                <NA> 1597299513831849986                <NA>
## 4964                <NA> 1597299495892815877                <NA>
## 4965                <NA> 1597299493925703680                <NA>
## 4966                <NA> 1597299484949499904                <NA>
## 4967                <NA> 1597299462698696704                <NA>
## 4968                <NA> 1597299440288952321                <NA>
## 4969                <NA> 1597299400858271744                <NA>
## 4970                <NA> 1597299382847967234                <NA>
## 4971                <NA> 1597299361113075712                <NA>
## 4972                <NA> 1597299355383648256                <NA>
## 4973                <NA> 1597299354377027584                <NA>
## 4974                <NA> 1597299332361121793                <NA>
## 4975                <NA> 1597299314505977856                <NA>
## 4976                <NA> 1597299297292324864                <NA>
## 4977                <NA> 1597299279118225408                <NA>
## 4978                <NA> 1597299263834574850                <NA>
## 4979                <NA> 1597299252543512576                <NA>
## 4980                <NA> 1597299247665188864                <NA>
## 4981                <NA> 1597299243693531136                <NA>
## 4982                <NA> 1597299187799838725                <NA>
## 4983                <NA> 1597299184599650305                <NA>
## 4984                <NA> 1597299160109436928                <NA>
## 4985                <NA> 1597299095550709760                <NA>
## 4986                <NA> 1597299085023019008                <NA>
## 4987                <NA> 1597299075963322370                <NA>
## 4988                <NA> 1597299040747945984                <NA>
## 4989                <NA> 1597299021059862528                <NA>
## 4990                <NA> 1597299006446927872                <NA>
## 4991                <NA> 1597299005868113920                <NA>
## 4992                <NA> 1597298990462009344                <NA>
## 4993                <NA> 1597298934279720960                <NA>
## 4994                <NA> 1597298930546798592                <NA>
## 4995                <NA> 1597298896224411648                <NA>
## 4996                <NA> 1597298894484172800                <NA>
## 4997                <NA> 1597298891699159041                <NA>
## 4998                <NA> 1597298800531427328                <NA>
## 4999                <NA> 1597298788405637120                <NA>
## 5000                <NA> 1597298744466477056                <NA>
## 5001                <NA> 1597298716490493953                <NA>
## 5002                <NA> 1597298693656391680                <NA>
## 5003                <NA> 1597298691500830720                <NA>
## 5004                <NA> 1597298675361153025                <NA>
## 5005                <NA> 1597298629341237250                <NA>
## 5006                <NA> 1597298626241658881                <NA>
## 5007                <NA> 1597298612693860356                <NA>
## 5008                <NA> 1597298590619439104                <NA>
## 5009                <NA> 1597298582843183106                <NA>
## 5010                <NA> 1597298566133088256                <NA>
## 5011                <NA> 1597298545270587392                <NA>
## 5012                <NA> 1597298545052172293                <NA>
## 5013                <NA> 1597298500857139200                <NA>
## 5014                <NA> 1597298483840847874                <NA>
## 5015                <NA> 1597298480321470464                <NA>
## 5016                <NA> 1597298470687510529                <NA>
## 5017                <NA> 1597298451401670656                <NA>
## 5018                <NA> 1597298432762609664                <NA>
## 5019                <NA> 1597298419735093248                <NA>
## 5020                <NA> 1597298413783388161                <NA>
## 5021                <NA> 1597298406757920768                <NA>
## 5022                <NA> 1597298395936624640                <NA>
## 5023                <NA> 1597298309051187200                <NA>
## 5024                <NA> 1597298304735330305                <NA>
## 5025                <NA> 1597298252420112384                <NA>
## 5026                <NA> 1597298245449175040                <NA>
## 5027 1597288880839217152 1597298245423988736           779898205
## 5028                <NA> 1597298209230987264                <NA>
## 5029                <NA> 1597298194664157184                <NA>
## 5030                <NA> 1597298193704050688                <NA>
## 5031                <NA> 1597298173910822915                <NA>
## 5032                <NA> 1597298154285989888                <NA>
## 5033                <NA> 1597298145641508864                <NA>
## 5034                <NA> 1597298126779736064                <NA>
## 5035                <NA> 1597298108915798016                <NA>
## 5036                <NA> 1597298102515695616                <NA>
## 5037                <NA> 1597298091094593539                <NA>
## 5038                <NA> 1597298082588557312                <NA>
## 5039                <NA> 1597298059956060160                <NA>
## 5040                <NA> 1597298036551843841                <NA>
## 5041                <NA> 1597298033179652096                <NA>
## 5042                <NA> 1597298019082579968                <NA>
## 5043                <NA> 1597297970042789889                <NA>
## 5044                <NA> 1597297961566109696                <NA>
## 5045                <NA> 1597297947481608192                <NA>
## 5046                <NA> 1597297937897250816                <NA>
## 5047                <NA> 1597297925327294466                <NA>
## 5048                <NA> 1597297909640622080                <NA>
## 5049                <NA> 1597297901595635712                <NA>
## 5050                <NA> 1597297877579345920                <NA>
## 5051                <NA> 1597297845279023105                <NA>
## 5052                <NA> 1597297812689256451                <NA>
## 5053                <NA> 1597297800337055744                <NA>
## 5054                <NA> 1597297799229771777                <NA>
## 5055                <NA> 1597297792300756995                <NA>
## 5056                <NA> 1597297786474893312                <NA>
## 5057                <NA> 1597297774210748417                <NA>
## 5058                <NA> 1597297767910866946                <NA>
## 5059                <NA> 1597297759086071808                <NA>
## 5060                <NA> 1597297739582570496                <NA>
## 5061                <NA> 1597297707227705345                <NA>
## 5062                <NA> 1597297678190542849                <NA>
## 5063                <NA> 1597297663162339328                <NA>
## 5064                <NA> 1597297654543056897                <NA>
## 5065 1597296434365071360 1597297565808349184 1448003698689445896
## 5066                <NA> 1597297557608501249                <NA>
## 5067                <NA> 1597297557461663744                <NA>
## 5068                <NA> 1597297547353423872                <NA>
## 5069                <NA> 1597297546925596672                <NA>
## 5070                <NA> 1597297485055021056                <NA>
## 5071                <NA> 1597297484740845568                <NA>
## 5072                <NA> 1597297481515036672                <NA>
## 5073                <NA> 1597297438402183168                <NA>
## 5074                <NA> 1597297435084480512                <NA>
## 5075                <NA> 1597297432680800256                <NA>
## 5076                <NA> 1597297379962605568                <NA>
## 5077                <NA> 1597297377194704896                <NA>
## 5078                <NA> 1597297365332873216                <NA>
## 5079                <NA> 1597297360081932288                <NA>
## 5080                <NA> 1597297354008571905                <NA>
## 5081                <NA> 1597297348828622848                <NA>
## 5082                <NA> 1597297347121532931                <NA>
## 5083                <NA> 1597297309368614914                <NA>
## 5084                <NA> 1597297271401369600                <NA>
## 5085                <NA> 1597297263789080577                <NA>
## 5086                <NA> 1597297248140144640                <NA>
## 5087                <NA> 1597297242225852417                <NA>
## 5088                <NA> 1597297192871813120                <NA>
## 5089                <NA> 1597297190971486208                <NA>
## 5090                <NA> 1597297185606942721                <NA>
## 5091                <NA> 1597297162853183488                <NA>
## 5092                <NA> 1597297153885421568                <NA>
## 5093                <NA> 1597297153621491712                <NA>
## 5094                <NA> 1597297142754078721                <NA>
## 5095                <NA> 1597297125792296961                <NA>
## 5096                <NA> 1597297119387217920                <NA>
## 5097                <NA> 1597297106292969473                <NA>
## 5098                <NA> 1597297093131251712                <NA>
## 5099                <NA> 1597297068636516354                <NA>
## 5100                <NA> 1597297027695931394                <NA>
## 5101                <NA> 1597297017604427777                <NA>
## 5102                <NA> 1597296957101576193                <NA>
## 5103                <NA> 1597296937232760832                <NA>
## 5104                <NA> 1597296908917436416                <NA>
## 5105 1597295174388183042 1597296889132507136  986118161522151424
## 5106                <NA> 1597296862901387264                <NA>
## 5107                <NA> 1597296849375088640                <NA>
## 5108                <NA> 1597296830907183104                <NA>
## 5109                <NA> 1597296829200502784                <NA>
## 5110                <NA> 1597296812808818688                <NA>
## 5111                <NA> 1597296794454888448                <NA>
## 5112                <NA> 1597296787592970241                <NA>
## 5113                <NA> 1597296774863278080                <NA>
## 5114                <NA> 1597296744542646272                <NA>
## 5115                <NA> 1597296712498184192                <NA>
## 5116                <NA> 1597296702381494274                <NA>
## 5117                <NA> 1597296697977483264                <NA>
## 5118                <NA> 1597296693380546560                <NA>
## 5119                <NA> 1597296689400139777                <NA>
## 5120                <NA> 1597296670764838914                <NA>
## 5121                <NA> 1597296657603104769                <NA>
## 5122                <NA> 1597296653559828480                <NA>
## 5123                <NA> 1597296647452516352                <NA>
## 5124                <NA> 1597296646102331392                <NA>
## 5125                <NA> 1597296640242565121                <NA>
## 5126                <NA> 1597296614024282112                <NA>
## 5127                <NA> 1597296611868016640                <NA>
## 5128                <NA> 1597296610857263105                <NA>
## 5129                <NA> 1597296607199830016                <NA>
## 5130                <NA> 1597296603555299329                <NA>
## 5131                <NA> 1597296599612674048                <NA>
## 5132                <NA> 1597296588409696257                <NA>
## 5133                <NA> 1597296579203174400                <NA>
## 5134                <NA> 1597296570432884736                <NA>
## 5135                <NA> 1597296556591706113                <NA>
## 5136                <NA> 1597296546026229760                <NA>
## 5137                <NA> 1597296532360818689                <NA>
## 5138                <NA> 1597296530897108992                <NA>
## 5139                <NA> 1597296490145525761                <NA>
## 5140                <NA> 1597296482184372224                <NA>
## 5141                <NA> 1597296475616464898                <NA>
## 5142                <NA> 1597296473430818816                <NA>
## 5143                <NA> 1597296451432099840                <NA>
## 5144                <NA> 1597296439318937601                <NA>
## 5145                <NA> 1597296417223356416                <NA>
## 5146                <NA> 1597296406129438720                <NA>
## 5147                <NA> 1597296405001146369                <NA>
## 5148                <NA> 1597296390245212160                <NA>
## 5149                <NA> 1597296388144238592                <NA>
## 5150                <NA> 1597296384356806657                <NA>
## 5151                <NA> 1597296378111176704                <NA>
## 5152                <NA> 1597296373522919424                <NA>
## 5153                <NA> 1597296293449445376                <NA>
## 5154                <NA> 1597296292182380545                <NA>
## 5155                <NA> 1597296291779792897                <NA>
## 5156                <NA> 1597296288642781185                <NA>
## 5157                <NA> 1597296286750846977                <NA>
## 5158                <NA> 1597296274478243840                <NA>
## 5159                <NA> 1597296263820890112                <NA>
## 5160                <NA> 1597296259055775744                <NA>
## 5161                <NA> 1597296255373578240                <NA>
## 5162                <NA> 1597296238713802752                <NA>
## 5163                <NA> 1597296232187076609                <NA>
## 5164                <NA> 1597296196695232512                <NA>
## 5165                <NA> 1597296182765551616                <NA>
## 5166                <NA> 1597296170677972993                <NA>
## 5167                <NA> 1597296154873540609                <NA>
## 5168                <NA> 1597296141401354240                <NA>
## 5169                <NA> 1597296113945804801                <NA>
## 5170                <NA> 1597296082320781312                <NA>
## 5171                <NA> 1597296046673399808                <NA>
## 5172                <NA> 1597295988275761152                <NA>
## 5173                <NA> 1597295982546673665                <NA>
## 5174                <NA> 1597295937717608448                <NA>
## 5175                <NA> 1597295934568030209                <NA>
## 5176                <NA> 1597295898933202945                <NA>
## 5177                <NA> 1597295881522667520                <NA>
## 5178                <NA> 1597295866519654400                <NA>
## 5179                <NA> 1597295863214542849                <NA>
## 5180                <NA> 1597295856964628480                <NA>
## 5181                <NA> 1597295829223870464                <NA>
## 5182                <NA> 1597295826618884096                <NA>
## 5183                <NA> 1597295794281123841                <NA>
## 5184                <NA> 1597295792540512256                <NA>
## 5185                <NA> 1597295776849620992                <NA>
## 5186                <NA> 1597295770192949248                <NA>
## 5187                <NA> 1597295765293891584                <NA>
## 5188                <NA> 1597295742464692224                <NA>
## 5189                <NA> 1597295729143611397                <NA>
## 5190                <NA> 1597295692187570177                <NA>
## 5191                <NA> 1597295689004126208                <NA>
## 5192                <NA> 1597295682217353216                <NA>
## 5193                <NA> 1597295657236455426                <NA>
## 5194                <NA> 1597295637766164480                <NA>
## 5195                <NA> 1597295637330296832                <NA>
## 5196                <NA> 1597295620800548864                <NA>
## 5197                <NA> 1597295615758995456                <NA>
## 5198                <NA> 1597295609782099968                <NA>
## 5199                <NA> 1597295606359523328                <NA>
## 5200                <NA> 1597295590307926016                <NA>
## 5201                <NA> 1597295580455538688                <NA>
## 5202                <NA> 1597295569604870148                <NA>
## 5203                <NA> 1597295568841101313                <NA>
## 5204                <NA> 1597295555587473409                <NA>
## 5205                <NA> 1597295544270848000                <NA>
## 5206                <NA> 1597295531445092354                <NA>
## 5207                <NA> 1597295507461656576                <NA>
## 5208                <NA> 1597295471990820865                <NA>
## 5209                <NA> 1597295455146512384                <NA>
## 5210                <NA> 1597295449421279232                <NA>
## 5211                <NA> 1597295433071878144                <NA>
## 5212                <NA> 1597295431368601601                <NA>
## 5213                <NA> 1597295391669510144                <NA>
## 5214                <NA> 1597295366629564418                <NA>
## 5215                <NA> 1597295360791060480                <NA>
## 5216                <NA> 1597295326615855104                <NA>
## 5217                <NA> 1597295323713798144                <NA>
## 5218                <NA> 1597295317581729796                <NA>
## 5219                <NA> 1597295315975294978                <NA>
## 5220                <NA> 1597295308593324032                <NA>
## 5221                <NA> 1597295264473452544                <NA>
## 5222                <NA> 1597295262552428544                <NA>
## 5223                <NA> 1597295248463790080                <NA>
## 5224                <NA> 1597295214234066944                <NA>
## 5225                <NA> 1597295177990754304                <NA>
## 5226                <NA> 1597295177927753728                <NA>
## 5227                <NA> 1597295123171184640                <NA>
## 5228                <NA> 1597295104188112896                <NA>
## 5229                <NA> 1597295097992794113                <NA>
## 5230                <NA> 1597295095015165952                <NA>
## 5231                <NA> 1597295085112070144                <NA>
## 5232                <NA> 1597295072512704512                <NA>
## 5233                <NA> 1597295050668781569                <NA>
## 5234                <NA> 1597295045602054145                <NA>
## 5235                <NA> 1597294980996902912                <NA>
## 5236                <NA> 1597294957274230784                <NA>
## 5237                <NA> 1597294950164869120                <NA>
## 5238                <NA> 1597294947102646272                <NA>
## 5239                <NA> 1597294882808532994                <NA>
## 5240                <NA> 1597294879016914945                <NA>
## 5241                <NA> 1597294875204280320                <NA>
## 5242                <NA> 1597294824935522304                <NA>
## 5243                <NA> 1597294822393774081                <NA>
## 5244                <NA> 1597294801237352449                <NA>
## 5245                <NA> 1597294762876612608                <NA>
## 5246                <NA> 1597294749865902081                <NA>
## 5247                <NA> 1597294733512306689                <NA>
## 5248                <NA> 1597294713274789888                <NA>
## 5249                <NA> 1597294699823628288                <NA>
## 5250                <NA> 1597294694618525701                <NA>
## 5251                <NA> 1597294681553264640                <NA>
## 5252                <NA> 1597294681276436480                <NA>
## 5253                <NA> 1597294681037361152                <NA>
## 5254                <NA> 1597294663643209728                <NA>
## 5255                <NA> 1597294651286835200                <NA>
## 5256                <NA> 1597294638590631937                <NA>
## 5257                <NA> 1597294593997144065                <NA>
## 5258                <NA> 1597294577589063680                <NA>
## 5259                <NA> 1597294565706584064                <NA>
## 5260                <NA> 1597294552695865344                <NA>
## 5261                <NA> 1597294551500492801                <NA>
## 5262                <NA> 1597294538988478464                <NA>
## 5263                <NA> 1597294463683940352                <NA>
## 5264                <NA> 1597294451294359553                <NA>
## 5265                <NA> 1597294444998688768                <NA>
## 5266                <NA> 1597294440905084929                <NA>
## 5267                <NA> 1597294426342072321                <NA>
## 5268                <NA> 1597294418423271425                <NA>
## 5269                <NA> 1597294399746342913                <NA>
## 5270                <NA> 1597294390091083778                <NA>
## 5271                <NA> 1597294344436060161                <NA>
## 5272                <NA> 1597294333883191297                <NA>
## 5273                <NA> 1597294297178857474                <NA>
## 5274                <NA> 1597294278136717312                <NA>
## 5275                <NA> 1597294264329080834                <NA>
## 5276                <NA> 1597294258574491648                <NA>
## 5277                <NA> 1597294242837467136                <NA>
## 5278                <NA> 1597294226051846144                <NA>
## 5279                <NA> 1597294223354920960                <NA>
## 5280                <NA> 1597294215871926274                <NA>
## 5281                <NA> 1597294210939772928                <NA>
## 5282                <NA> 1597294209287221248                <NA>
## 5283                <NA> 1597294203008008192                <NA>
## 5284                <NA> 1597294178182238208                <NA>
## 5285                <NA> 1597294152680869889                <NA>
## 5286                <NA> 1597294134632804352                <NA>
## 5287                <NA> 1597294130761461767                <NA>
## 5288                <NA> 1597294116756328448                <NA>
## 5289                <NA> 1597294115346993152                <NA>
## 5290                <NA> 1597294109139476482                <NA>
## 5291                <NA> 1597294103925993474                <NA>
## 5292                <NA> 1597294062448836608                <NA>
## 5293                <NA> 1597294057713471492                <NA>
## 5294                <NA> 1597294010271690752                <NA>
## 5295                <NA> 1597293981255155712                <NA>
## 5296                <NA> 1597293966831259649                <NA>
## 5297                <NA> 1597293936481304576                <NA>
## 5298                <NA> 1597293923147591680                <NA>
## 5299                <NA> 1597293891006308352                <NA>
## 5300                <NA> 1597293813600759808                <NA>
## 5301                <NA> 1597293797460783105                <NA>
## 5302                <NA> 1597293792360804353                <NA>
## 5303                <NA> 1597293736576561152                <NA>
## 5304                <NA> 1597293726896128000                <NA>
## 5305                <NA> 1597293615004647425                <NA>
## 5306                <NA> 1597293546012565505                <NA>
## 5307                <NA> 1597293498717605888                <NA>
## 5308                <NA> 1597293456220917760                <NA>
## 5309                <NA> 1597293417239023616                <NA>
## 5310                <NA> 1597293404429627392                <NA>
## 5311                <NA> 1597293395147620352                <NA>
## 5312                <NA> 1597293387534987265                <NA>
## 5313                <NA> 1597293302235426816                <NA>
## 5314                <NA> 1597293295813599233                <NA>
## 5315                <NA> 1597293285248491520                <NA>
## 5316                <NA> 1597293258282917888                <NA>
## 5317                <NA> 1597293257829933056                <NA>
## 5318                <NA> 1597293247734616064                <NA>
## 5319                <NA> 1597293239546978304                <NA>
## 5320                <NA> 1597293231687225344                <NA>
## 5321                <NA> 1597293224284295168                <NA>
## 5322                <NA> 1597293224154238977                <NA>
## 5323                <NA> 1597293219674345472                <NA>
## 5324                <NA> 1597293217807884288                <NA>
## 5325                <NA> 1597293213899182088                <NA>
## 5326                <NA> 1597293187118542849                <NA>
## 5327                <NA> 1597293177110548480                <NA>
## 5328                <NA> 1597293171259887616                <NA>
## 5329                <NA> 1597293169481519104                <NA>
## 5330                <NA> 1597293129396555778                <NA>
## 5331                <NA> 1597293106529202176                <NA>
## 5332                <NA> 1597293104473968640                <NA>
## 5333                <NA> 1597293102901129217                <NA>
## 5334                <NA> 1597293085608009728                <NA>
## 5335                <NA> 1597293083712188417                <NA>
## 5336                <NA> 1597293073406431233                <NA>
## 5337                <NA> 1597293056721440768                <NA>
## 5338                <NA> 1597293056684085250                <NA>
## 5339                <NA> 1597293009846272000                <NA>
## 5340 1597277577844252674 1597292970918973441            17230018
## 5341                <NA> 1597292962463240194                <NA>
## 5342                <NA> 1597292939981467648                <NA>
## 5343                <NA> 1597292935376404480                <NA>
## 5344                <NA> 1597292907337494529                <NA>
## 5345                <NA> 1597292901708754946                <NA>
## 5346 1597291623175491585 1597292892174704640           186711492
## 5347                <NA> 1597292891235573760                <NA>
## 5348                <NA> 1597292887842377728                <NA>
## 5349                <NA> 1597292846813696000                <NA>
## 5350                <NA> 1597292841633734657                <NA>
## 5351                <NA> 1597292828299706368                <NA>
## 5352                <NA> 1597292804132073472                <NA>
## 5353                <NA> 1597292782213017600                <NA>
## 5354                <NA> 1597292762902458368                <NA>
## 5355                <NA> 1597292753083588608                <NA>
## 5356                <NA> 1597292699211927553                <NA>
## 5357                <NA> 1597292681314521088                <NA>
## 5358                <NA> 1597292663354499072                <NA>
## 5359                <NA> 1597292600675164162                <NA>
## 5360                <NA> 1597292598946721792                <NA>
## 5361                <NA> 1597292553371807745                <NA>
## 5362                <NA> 1597292548565118976                <NA>
## 5363                <NA> 1597292517833072641                <NA>
## 5364                <NA> 1597292505179230208                <NA>
## 5365                <NA> 1597292496463495168                <NA>
## 5366                <NA> 1597292448786489344                <NA>
## 5367                <NA> 1597292448127995904                <NA>
## 5368                <NA> 1597292429883117568                <NA>
## 5369                <NA> 1597292425726525440                <NA>
## 5370                <NA> 1597292410622468096                <NA>
## 5371                <NA> 1597292381912432641                <NA>
## 5372                <NA> 1597292381573087234                <NA>
## 5373                <NA> 1597292374446977024                <NA>
## 5374                <NA> 1597292358105563136                <NA>
## 5375                <NA> 1597292336383660032                <NA>
## 5376                <NA> 1597292324085981190                <NA>
## 5377                <NA> 1597292288358887425                <NA>
## 5378                <NA> 1597292260110241792                <NA>
## 5379                <NA> 1597292246692687873                <NA>
## 5380                <NA> 1597292229344698368                <NA>
## 5381                <NA> 1597292210214432768                <NA>
## 5382                <NA> 1597292208641937408                <NA>
## 5383                <NA> 1597292206741942272                <NA>
## 5384                <NA> 1597292200626307072            24764593
## 5385                <NA> 1597292142665568258                <NA>
## 5386                <NA> 1597292128391921664                <NA>
## 5387                <NA> 1597292113804546048                <NA>
## 5388                <NA> 1597292101632655360                <NA>
## 5389                <NA> 1597292047685517314                <NA>
## 5390                <NA> 1597292044996968449                <NA>
## 5391                <NA> 1597292022464815104                <NA>
## 5392                <NA> 1597292016345690113                <NA>
## 5393                <NA> 1597291997777182720                <NA>
## 5394                <NA> 1597291994803765248                <NA>
## 5395                <NA> 1597291977896513536                <NA>
## 5396                <NA> 1597291973404422144                <NA>
## 5397                <NA> 1597291960980897792                <NA>
## 5398                <NA> 1597291931285221376                <NA>
## 5399                <NA> 1597291870979502080                <NA>
## 5400                <NA> 1597291822648553472                <NA>
## 5401                <NA> 1597291819221815296                <NA>
## 5402                <NA> 1597291811286183936                <NA>
## 5403                <NA> 1597291811097042944                <NA>
## 5404                <NA> 1597291764947161088                <NA>
## 5405                <NA> 1597291749117898752                <NA>
## 5406                <NA> 1597291702980526080                <NA>
## 5407                <NA> 1597291695619481601                <NA>
## 5408                <NA> 1597291689902997505                <NA>
## 5409                <NA> 1597291676619661313                <NA>
## 5410                <NA> 1597291672114958336                <NA>
## 5411                <NA> 1597291663214641152                <NA>
## 5412                <NA> 1597291658558963713                <NA>
## 5413                <NA> 1597291625746935808                <NA>
## 5414                <NA> 1597291611792498690                <NA>
## 5415                <NA> 1597291607774011393                <NA>
## 5416                <NA> 1597291571078057984                <NA>
## 5417                <NA> 1597291559791120384                <NA>
## 5418                <NA> 1597291360393928705                <NA>
## 5419                <NA> 1597291345689083906                <NA>
## 5420                <NA> 1597291315691421696                <NA>
## 5421                <NA> 1597291304438108161                <NA>
## 5422                <NA> 1597291286574542850                <NA>
## 5423 1597271575489052672 1597291279200579584 1322960928997081090
## 5424                <NA> 1597291256992129024                <NA>
## 5425                <NA> 1597291241779011584                <NA>
## 5426                <NA> 1597291240973774848                <NA>
## 5427                <NA> 1597291237887070208                <NA>
## 5428                <NA> 1597291230907756545                <NA>
## 5429                <NA> 1597291184543928320                <NA>
## 5430                <NA> 1597291106760536064                <NA>
## 5431                <NA> 1597291075970150401                <NA>
## 5432                <NA> 1597291015341506560                <NA>
## 5433                <NA> 1597290969086320640                <NA>
## 5434                <NA> 1597290939625902080                <NA>
## 5435                <NA> 1597290876040282113                <NA>
## 5436                <NA> 1597290873057775627                <NA>
## 5437                <NA> 1597290857769508864                <NA>
## 5438                <NA> 1597290799313850369                <NA>
## 5439                <NA> 1597290793240514561                <NA>
## 5440                <NA> 1597290773367558145                <NA>
## 5441                <NA> 1597290771010686977                <NA>
## 5442                <NA> 1597290769043558405                <NA>
## 5443                <NA> 1597290749661700096                <NA>
## 5444                <NA> 1597290712412073990                <NA>
## 5445                <NA> 1597290691465388032                <NA>
## 5446                <NA> 1597290673413459969                <NA>
## 5447                <NA> 1597290672478130176                <NA>
## 5448                <NA> 1597290646980943875                <NA>
## 5449                <NA> 1597290645818728448                <NA>
## 5450                <NA> 1597290644183351297                <NA>
## 5451                <NA> 1597290625774206976                <NA>
## 5452                <NA> 1597290597123231744                <NA>
## 5453                <NA> 1597290552680382465                <NA>
## 5454                <NA> 1597290514482880513                <NA>
## 5455                <NA> 1597290512905830400                <NA>
## 5456                <NA> 1597290509822984192                <NA>
## 5457                <NA> 1597290507431862272                <NA>
## 5458                <NA> 1597290485139152896                <NA>
## 5459 1597290368412057600 1597290391623327745 1248719838765289474
## 5460                <NA> 1597290379422101504                <NA>
## 5461 1597290061867122688 1597290368412057600 1248719838765289474
## 5462                <NA> 1597290357225852929                <NA>
## 5463                <NA> 1597290316432044034                <NA>
## 5464                <NA> 1597290216536281088                <NA>
## 5465                <NA> 1597290206029549568                <NA>
## 5466                <NA> 1597290201130229760                <NA>
## 5467                <NA> 1597290173402079232                <NA>
## 5468                <NA> 1597290115197390848                <NA>
## 5469                <NA> 1597290061867122688                <NA>
## 5470                <NA> 1597290047270977537                <NA>
## 5471                <NA> 1597290014521819138                <NA>
## 5472                <NA> 1597290012113924096                <NA>
## 5473                <NA> 1597289926659145728                <NA>
## 5474                <NA> 1597289901174960128                <NA>
## 5475                <NA> 1597289891767160832                <NA>
## 5476                <NA> 1597289850708758529                <NA>
## 5477                <NA> 1597289842240794625                <NA>
## 5478                <NA> 1597289838910525445                <NA>
## 5479                <NA> 1597289831222366208                <NA>
## 5480                <NA> 1597289803372191744                <NA>
## 5481                <NA> 1597289798548746241                <NA>
## 5482                <NA> 1597289791581626368                <NA>
## 5483                <NA> 1597289790444957697                <NA>
## 5484                <NA> 1597289744215736320                <NA>
## 5485                <NA> 1597289737408385024                <NA>
## 5486                <NA> 1597289708455088130                <NA>
## 5487                <NA> 1597289663236304897                <NA>
## 5488                <NA> 1597289659947966465                <NA>
## 5489                <NA> 1597289643464347648                <NA>
## 5490                <NA> 1597289639403876354                <NA>
## 5491                <NA> 1597289629983838208                <NA>
## 5492                <NA> 1597289622136315904                <NA>
## 5493                <NA> 1597289612132900864                <NA>
## 5494                <NA> 1597289605228683264                <NA>
## 5495                <NA> 1597289605120032769                <NA>
## 5496                <NA> 1597289595116589057                <NA>
## 5497                <NA> 1597289574329634816                <NA>
## 5498                <NA> 1597289570655080449                <NA>
## 5499                <NA> 1597289554465427456                <NA>
## 5500                <NA> 1597289553605570561                <NA>
## 5501                <NA> 1597289546802089984                <NA>
## 5502                <NA> 1597289544260653058                <NA>
## 5503                <NA> 1597289514204286978                <NA>
## 5504                <NA> 1597289483367763968                <NA>
## 5505                <NA> 1597289463734231040                <NA>
## 5506                <NA> 1597289437389787136                <NA>
## 5507                <NA> 1597289410633924609                <NA>
## 5508                <NA> 1597289394503057409                <NA>
## 5509                <NA> 1597289355768639488                <NA>
## 5510                <NA> 1597289332876115970                <NA>
## 5511                <NA> 1597289314307932162                <NA>
## 5512                <NA> 1597289246829981696                <NA>
## 5513                <NA> 1597289230354780160                <NA>
## 5514                <NA> 1597289216295440384                <NA>
## 5515                <NA> 1597289151229222912                <NA>
## 5516                <NA> 1597289145659166722                <NA>
## 5517                <NA> 1597289125500985345                <NA>
## 5518                <NA> 1597289101342183424                <NA>
## 5519                <NA> 1597289090969669632                <NA>
## 5520                <NA> 1597289088692150272                <NA>
## 5521                <NA> 1597289073991114753                <NA>
## 5522                <NA> 1597289063664734208                <NA>
## 5523                <NA> 1597289050981142530                <NA>
## 5524                <NA> 1597289041539448833                <NA>
## 5525                <NA> 1597289037488066560                <NA>
## 5526                <NA> 1597289028021538816                <NA>
## 5527                <NA> 1597289024204705792                <NA>
## 5528                <NA> 1597289019443798019                <NA>
## 5529                <NA> 1597289017707757571                <NA>
## 5530                <NA> 1597289002675363841                <NA>
## 5531                <NA> 1597288967376097280                <NA>
## 5532                <NA> 1597288926007660546                <NA>
## 5533                <NA> 1597288918210482176                <NA>
## 5534                <NA> 1597288896408088576                <NA>
## 5535                <NA> 1597288883779407872                <NA>
## 5536                <NA> 1597288879559958530                <NA>
## 5537                <NA> 1597288843476013056                <NA>
## 5538                <NA> 1597288797989109760                <NA>
## 5539                <NA> 1597288791252733952                <NA>
## 5540                <NA> 1597288782973521920                <NA>
## 5541                <NA> 1597288781824299009                <NA>
## 5542                <NA> 1597288765705240576                <NA>
## 5543                <NA> 1597288758985883649                <NA>
## 5544                <NA> 1597288751872761856                <NA>
## 5545                <NA> 1597288728221057024                <NA>
## 5546                <NA> 1597288727956844549                <NA>
## 5547                <NA> 1597288716984545280                <NA>
## 5548                <NA> 1597288696511754240                <NA>
## 5549                <NA> 1597288692892471297                <NA>
## 5550                <NA> 1597288675230244864                <NA>
## 5551                <NA> 1597288670729760768                <NA>
## 5552                <NA> 1597288608515297280                <NA>
## 5553                <NA> 1597288597312327680                <NA>
## 5554                <NA> 1597288590543052800                <NA>
## 5555                <NA> 1597288578044026880                <NA>
## 5556                <NA> 1597288540647587845                <NA>
## 5557                <NA> 1597288515670536192                <NA>
## 5558                <NA> 1597288514848452609                <NA>
## 5559                <NA> 1597288488709210113                <NA>
## 5560                <NA> 1597288488701165571                <NA>
## 5561                <NA> 1597288462411091973                <NA>
## 5562                <NA> 1597288461987631104                <NA>
## 5563                <NA> 1597288459454279680                <NA>
## 5564                <NA> 1597288395956711425                <NA>
## 5565                <NA> 1597288354345005058                <NA>
## 5566                <NA> 1597288328675864576                <NA>
## 5567                <NA> 1597288324908998657                <NA>
## 5568                <NA> 1597288302411132929                <NA>
## 5569                <NA> 1597288299806486529                <NA>
## 5570                <NA> 1597288286661513216                <NA>
## 5571                <NA> 1597288281741590530                <NA>
## 5572                <NA> 1597288241572769792                <NA>
## 5573                <NA> 1597288240846757889                <NA>
## 5574                <NA> 1597288237286174720                <NA>
## 5575                <NA> 1597288232366280704                <NA>
## 5576                <NA> 1597288229476380675                <NA>
## 5577                <NA> 1597288227630886912                <NA>
## 5578                <NA> 1597288214293016577                <NA>
## 5579                <NA> 1597288209225961475                <NA>
## 5580                <NA> 1597288208068677634                <NA>
## 5581                <NA> 1597288190838464513                <NA>
## 5582                <NA> 1597288186207956992                <NA>
## 5583                <NA> 1597288157435027456                <NA>
## 5584                <NA> 1597288145972006912                <NA>
## 5585                <NA> 1597288134844514305                <NA>
## 5586                <NA> 1597288134651580416                <NA>
## 5587                <NA> 1597288117509029889                <NA>
## 5588                <NA> 1597288105266278400                <NA>
## 5589                <NA> 1597288104087662593                <NA>
## 5590                <NA> 1597288085426872321                <NA>
## 5591                <NA> 1597288079412563968                <NA>
## 5592                <NA> 1597288067379126272                <NA>
## 5593                <NA> 1597288064933822464                <NA>
## 5594                <NA> 1597288050702581761                <NA>
## 5595                <NA> 1597288049527779328                <NA>
## 5596                <NA> 1597288044788613120                <NA>
## 5597                <NA> 1597288035590508544                <NA>
## 5598                <NA> 1597288033703071745                <NA>
## 5599                <NA> 1597287997669793792                <NA>
## 5600                <NA> 1597287993550995456                <NA>
## 5601                <NA> 1597287959673593856                <NA>
## 5602                <NA> 1597287958956347393                <NA>
## 5603                <NA> 1597287943169019905                <NA>
## 5604                <NA> 1597287942015561728                <NA>
## 5605 1597287870712381441 1597287939054395394 1504689424692649987
## 5606                <NA> 1597287931546595329                <NA>
## 5607                <NA> 1597287929956929536                <NA>
## 5608                <NA> 1597287880295997440                <NA>
## 5609                <NA> 1597287875724201984                <NA>
## 5610                <NA> 1597287816819781632                <NA>
## 5611                <NA> 1597287804152991745                <NA>
## 5612                <NA> 1597287797840547840                <NA>
## 5613                <NA> 1597287791368744962                <NA>
## 5614                <NA> 1597287783668002818                <NA>
## 5615                <NA> 1597287752835665921                <NA>
## 5616                <NA> 1597287729754411008                <NA>
## 5617                <NA> 1597287729674743809                <NA>
## 5618                <NA> 1597287728546127874                <NA>
## 5619                <NA> 1597287720149471232                <NA>
## 5620                <NA> 1597287682526171136                <NA>
## 5621                <NA> 1597287633314807811                <NA>
## 5622                <NA> 1597287629904805889                <NA>
## 5623                <NA> 1597287626050252800                <NA>
## 5624                <NA> 1597287613760966657                <NA>
## 5625                <NA> 1597287540008325121                <NA>
## 5626                <NA> 1597287510916620290                <NA>
## 5627                <NA> 1597287505677942785                <NA>
## 5628                <NA> 1597287485222301699                <NA>
## 5629                <NA> 1597287451042938880                <NA>
## 5630                <NA> 1597287427827453953                <NA>
## 5631                <NA> 1597287395715846144                <NA>
## 5632                <NA> 1597287392398168065                <NA>
## 5633                <NA> 1597287375587397632                <NA>
## 5634                <NA> 1597287362111082496                <NA>
## 5635                <NA> 1597287334663557121                <NA>
## 5636                <NA> 1597287327537434627                <NA>
## 5637                <NA> 1597287325394169857                <NA>
## 5638                <NA> 1597287318813278209                <NA>
## 5639                <NA> 1597287259602309122                <NA>
## 5640                <NA> 1597287239150899200                <NA>
## 5641                <NA> 1597287148981735424                <NA>
## 5642                <NA> 1597287139724886016                <NA>
## 5643                <NA> 1597287097421168640                <NA>
## 5644                <NA> 1597287080593616897                <NA>
## 5645                <NA> 1597287058154086400                <NA>
## 5646                <NA> 1597287012633309184                <NA>
## 5647                <NA> 1597286982300094465                <NA>
## 5648                <NA> 1597286969309949953                <NA>
## 5649                <NA> 1597286964742717442                <NA>
## 5650                <NA> 1597286943360176133                <NA>
## 5651                <NA> 1597286941384245248                <NA>
## 5652                <NA> 1597286938750308352                <NA>
## 5653                <NA> 1597286917309358080                <NA>
## 5654                <NA> 1597286895478001664                <NA>
## 5655                <NA> 1597286865945563136                <NA>
## 5656                <NA> 1597286828037771264                <NA>
## 5657                <NA> 1597286823449202689                <NA>
## 5658                <NA> 1597286814913794048                <NA>
## 5659                <NA> 1597286805162033152                <NA>
## 5660                <NA> 1597286788938489856                <NA>
## 5661                <NA> 1597286772710735872                <NA>
## 5662                <NA> 1597286746911551488                <NA>
## 5663                <NA> 1597286732965482499                <NA>
## 5664                <NA> 1597286726682415104                <NA>
## 5665                <NA> 1597286717568200705                <NA>
## 5666                <NA> 1597286705870299137                <NA>
## 5667                <NA> 1597286702841675778                <NA>
## 5668                <NA> 1597286685657952256                <NA>
## 5669                <NA> 1597286678275973121                <NA>
## 5670                <NA> 1597286662601854976                <NA>
## 5671                <NA> 1597286659519033344                <NA>
## 5672                <NA> 1597286650694238210                <NA>
## 5673                <NA> 1597286628208259072                <NA>
## 5674                <NA> 1597286620293894145                <NA>
## 5675                <NA> 1597286618087714817                <NA>
## 5676                <NA> 1597286598257041408                <NA>
## 5677                <NA> 1597286580301230080                <NA>
## 5678                <NA> 1597286562932609028                <NA>
## 5679                <NA> 1597286557659955202                <NA>
## 5680                <NA> 1597286553088581633                <NA>
## 5681                <NA> 1597286539985555456                <NA>
## 5682                <NA> 1597286538580463616                <NA>
## 5683                <NA> 1597286506078425088                <NA>
## 5684                <NA> 1597286472406953984                <NA>
## 5685                <NA> 1597286471396118528                <NA>
## 5686                <NA> 1597286445366272001                <NA>
## 5687                <NA> 1597286426282201090                <NA>
## 5688                <NA> 1597286425879142400                <NA>
## 5689                <NA> 1597286422624378881                <NA>
## 5690                <NA> 1597286409726853122                <NA>
## 5691                <NA> 1597286407705628672                <NA>
## 5692                <NA> 1597286407508459520                <NA>
## 5693                <NA> 1597286361438253057                <NA>
## 5694                <NA> 1597286352642793472                <NA>
## 5695                <NA> 1597286352240119808                <NA>
## 5696                <NA> 1597286324939427840                <NA>
## 5697                <NA> 1597286311739944961                <NA>
## 5698                <NA> 1597286310817202176                <NA>
## 5699                <NA> 1597286299035394048                <NA>
## 5700                <NA> 1597286291476926464                <NA>
## 5701                <NA> 1597286275849285633                <NA>
## 5702                <NA> 1597286243829940224                <NA>
## 5703                <NA> 1597286234736726018                <NA>
## 5704                <NA> 1597286232715067392                <NA>
## 5705                <NA> 1597286230613712897                <NA>
## 5706                <NA> 1597286225777655808                <NA>
## 5707                <NA> 1597286217271644160                <NA>
## 5708                <NA> 1597286196962820097                <NA>
## 5709                <NA> 1597286185969147905                <NA>
## 5710                <NA> 1597286175441440768                <NA>
## 5711                <NA> 1597286159402799104                <NA>
## 5712                <NA> 1597286087499862016                <NA>
## 5713                <NA> 1597286061566095361                <NA>
## 5714                <NA> 1597286038166155264                <NA>
## 5715                <NA> 1597286018142842881                <NA>
## 5716                <NA> 1597286012639903744                <NA>
## 5717                <NA> 1597285996290543618                <NA>
## 5718                <NA> 1597285967634702336                <NA>
## 5719                <NA> 1597285959263227905                <NA>
## 5720                <NA> 1597285931979247618                <NA>
## 5721                <NA> 1597285900647813120                <NA>
## 5722                <NA> 1597285884118077440                <NA>
## 5723                <NA> 1597285880976113665                <NA>
## 5724                <NA> 1597285853638037504                <NA>
## 5725                <NA> 1597285847531159552                <NA>
## 5726                <NA> 1597285825192275968                <NA>
## 5727                <NA> 1597285817457967108                <NA>
## 5728                <NA> 1597285810524803072                <NA>
## 5729                <NA> 1597285786936029184                <NA>
## 5730                <NA> 1597285769692909568                <NA>
## 5731                <NA> 1597285743969566722                <NA>
## 5732                <NA> 1597285743726333954                <NA>
## 5733                <NA> 1597285739699441664                <NA>
## 5734                <NA> 1597285731160174592                <NA>
## 5735                <NA> 1597285716127494144                <NA>
## 5736                <NA> 1597285701858402305                <NA>
## 5737                <NA> 1597285637240934400                <NA>
## 5738                <NA> 1597285635542614016                <NA>
## 5739                <NA> 1597285596916944897                <NA>
## 5740                <NA> 1597285594505547776                <NA>
## 5741                <NA> 1597285591858937856                <NA>
## 5742                <NA> 1597285579527696385                <NA>
## 5743                <NA> 1597285572154101761                <NA>
## 5744                <NA> 1597285543926038529                <NA>
## 5745                <NA> 1597285523982536707                <NA>
## 5746                <NA> 1597285513446100992                <NA>
## 5747                <NA> 1597285477656461313                <NA>
## 5748                <NA> 1597285472828788738                <NA>
## 5749                <NA> 1597285466365386754                <NA>
## 5750                <NA> 1597285464029163520                <NA>
## 5751                <NA> 1597285447369388032                <NA>
## 5752                <NA> 1597285434932924416                <NA>
## 5753                <NA> 1597285394575659011                <NA>
## 5754                <NA> 1597285378079088646                <NA>
## 5755                <NA> 1597285372677218304                <NA>
## 5756                <NA> 1597285370747420673                <NA>
## 5757                <NA> 1597285351718293509                <NA>
## 5758                <NA> 1597285345431007233                <NA>
## 5759                <NA> 1597285320231653377                <NA>
## 5760                <NA> 1597285319304675328                <NA>
## 5761                <NA> 1597285288996241408                <NA>
## 5762                <NA> 1597285280951963649                <NA>
## 5763                <NA> 1597285247699529728                <NA>
## 5764                <NA> 1597285247527550976                <NA>
## 5765                <NA> 1597285243077431303                <NA>
## 5766                <NA> 1597285242145976320                <NA>
## 5767                <NA> 1597285236915679234                <NA>
## 5768                <NA> 1597285229001334784                <NA>
## 5769                <NA> 1597285223137705984                <NA>
## 5770                <NA> 1597285222617583616                <NA>
## 5771                <NA> 1597285205798440960                <NA>
## 5772                <NA> 1597285171623235585                <NA>
## 5773                <NA> 1597285158750937089                <NA>
## 5774                <NA> 1597285151465054208                <NA>
## 5775                <NA> 1597285115461132289                <NA>
## 5776                <NA> 1597285114492653568                <NA>
## 5777                <NA> 1597285109551374337                <NA>
## 5778                <NA> 1597285103809757190                <NA>
## 5779                <NA> 1597285086881542144                <NA>
## 5780                <NA> 1597285062839799808                <NA>
## 5781                <NA> 1597285051305451520                <NA>
## 5782                <NA> 1597285044342894595                <NA>
## 5783                <NA> 1597285038546382848                <NA>
## 5784                <NA> 1597285038088802304                <NA>
## 5785                <NA> 1597285023090343936                <NA>
## 5786                <NA> 1597285021689470976                <NA>
## 5787                <NA> 1597285007592419332                <NA>
## 5788                <NA> 1597285005260369921                <NA>
## 5789                <NA> 1597285002147864576                <NA>
## 5790                <NA> 1597284987254243328                <NA>
## 5791                <NA> 1597284962012901376                <NA>
## 5792                <NA> 1597284940520923136                <NA>
## 5793                <NA> 1597284922150244353            17230018
## 5794                <NA> 1597284916559241217                <NA>
## 5795                <NA> 1597284910343290883                <NA>
## 5796                <NA> 1597284909218861056                <NA>
## 5797                <NA> 1597284835026153472                <NA>
## 5798                <NA> 1597284834011123712                <NA>
## 5799                <NA> 1597284830831874048                <NA>
## 5800                <NA> 1597284821885407233                <NA>
## 5801                <NA> 1597284797893967873                <NA>
## 5802                <NA> 1597284797029965824                <NA>
## 5803 1596940342938730496 1597284792625553408 1329514970489425920
## 5804                <NA> 1597284769100103681                <NA>
## 5805                <NA> 1597284766663217153                <NA>
## 5806                <NA> 1597284741698371587                <NA>
## 5807                <NA> 1597284733435908097                <NA>
## 5808                <NA> 1597284631908605953                <NA>
## 5809                <NA> 1597284578645147649                <NA>
## 5810                <NA> 1597284578330173440                <NA>
## 5811                <NA> 1597284536370749440                <NA>
## 5812                <NA> 1597284534059311105                <NA>
## 5813                <NA> 1597284528221212672                <NA>
## 5814                <NA> 1597284489721352194                <NA>
## 5815                <NA> 1597284485497700352                <NA>
## 5816                <NA> 1597284482746568710                <NA>
## 5817                <NA> 1597284480259354624                <NA>
## 5818                <NA> 1597284460915228673                <NA>
## 5819                <NA> 1597284457400397824                <NA>
## 5820                <NA> 1597284446985629696                <NA>
## 5821                <NA> 1597284436760223744                <NA>
## 5822                <NA> 1597284423808221191                <NA>
## 5823                <NA> 1597284414756913154                <NA>
## 5824                <NA> 1597284387997253632                <NA>
## 5825                <NA> 1597284364114489344                <NA>
## 5826                <NA> 1597284312637808642                <NA>
## 5827                <NA> 1597284309895110657                <NA>
## 5828                <NA> 1597284269663326208                <NA>
## 5829                <NA> 1597284251623645186                <NA>
## 5830                <NA> 1597284249748791297                <NA>
## 5831                <NA> 1597284248696033283                <NA>
## 5832                <NA> 1597284240114487296                <NA>
## 5833                <NA> 1597284206681665536                <NA>
## 5834                <NA> 1597284197143818245                <NA>
## 5835                <NA> 1597284181243232258                <NA>
## 5836                <NA> 1597284175429922816                <NA>
## 5837                <NA> 1597284147982401537                <NA>
## 5838                <NA> 1597284130907357186                <NA>
## 5839                <NA> 1597284130693451776                <NA>
## 5840                <NA> 1597284078902206464                <NA>
## 5841                <NA> 1597284069402120192                <NA>
## 5842                <NA> 1597284057645473792                <NA>
## 5843                <NA> 1597284053472116736                <NA>
## 5844                <NA> 1597284051580497920                <NA>
## 5845                <NA> 1597284051463057408                <NA>
## 5846                <NA> 1597284037877723136                <NA>
## 5847                <NA> 1597284024103620609                <NA>
## 5848                <NA> 1597283993355177985                <NA>
## 5849                <NA> 1597283992885432320                <NA>
## 5850                <NA> 1597283989957378048                <NA>
## 5851                <NA> 1597283984236773376                <NA>
## 5852                <NA> 1597283974711504896                <NA>
## 5853                <NA> 1597283968985899008                <NA>
## 5854                <NA> 1597283961507827713                <NA>
## 5855                <NA> 1597283955233140737                <NA>
## 5856                <NA> 1597283919782907905                <NA>
## 5857                <NA> 1597283915492134914                <NA>
## 5858                <NA> 1597283913915052033                <NA>
## 5859                <NA> 1597283909519085573                <NA>
## 5860 1597283380378611713 1597283898903658503  820070142348554240
## 5861                <NA> 1597283893404610560                <NA>
## 5862                <NA> 1597283859775000576                <NA>
## 5863                <NA> 1597283856952217603                <NA>
## 5864                <NA> 1597283842834198529                <NA>
## 5865                <NA> 1597283829441777664                <NA>
## 5866                <NA> 1597283827994726400                <NA>
## 5867                <NA> 1597283818511421440                <NA>
## 5868                <NA> 1597283812920020992                <NA>
## 5869                <NA> 1597283804430749697                <NA>
## 5870                <NA> 1597283776555810816                <NA>
## 5871                <NA> 1597283767856812032                <NA>
## 5872                <NA> 1597283758402523138                <NA>
## 5873                <NA> 1597283756662214657                <NA>
## 5874                <NA> 1597283756087578625                <NA>
## 5875                <NA> 1597283743529828353                <NA>
## 5876                <NA> 1597283736877690880                <NA>
## 5877                <NA> 1597283707035201536                <NA>
## 5878                <NA> 1597283685606514689                <NA>
## 5879                <NA> 1597283653847244801                <NA>
## 5880                <NA> 1597283631734484992                <NA>
## 5881                <NA> 1597283619097128961                <NA>
## 5882                <NA> 1597283531767812098                <NA>
##                                                                                               statusSource
## 1                       <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2                       <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3                     <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4                     <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5                       <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6                     <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7                       <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8                       <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9                     <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 10                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 11                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 12                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 13                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 14                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 15                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 16                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 17                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 18                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 19                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 20                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 21                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 22                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 23                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 24                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 25                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 26                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 27                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 28                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 29                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 30                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 31                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 32                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 33                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 34                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 35                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 36                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 37                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 38                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 39                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 40                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 41                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 42                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 43                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 44                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 45                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 46                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 47                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 48                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 49                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 50                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 51                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 52                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 53                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 54                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 55                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 56                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 57                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 58                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 59                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 60                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 61                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 62                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 63                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 64                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 65                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 66                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 67                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 68                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 69                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 70                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 71                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 72                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 73                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 74                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 75                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 76                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 77                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 78                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 79                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 80                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 81                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 82                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 83                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 84                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 85                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 86                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 87                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 88                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 89                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 90                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 91                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 92                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 93                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 94                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 95                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 96                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 97                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 98                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 99                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 100                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 101                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 102                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 103                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 104                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 105                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 106                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 107                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 108                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 109                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 110                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 111                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 112                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 113                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 114                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 115                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 116                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 117                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 118                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 119                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 120                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 121                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 122                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 123                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 124                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 125                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 126                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 127                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 128                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 129                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 130                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 131                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 132                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 133                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 134                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 135                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 136                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 137                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 138                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 139                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 140                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 141                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 142                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 143                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 144                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 145                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 146                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 147                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 148                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 149                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 150                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 151                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 152                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 153                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 154                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 155                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 156                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 157                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 158                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 159                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 160                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 161                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 162                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 163                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 164                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 165                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 166                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 167                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 168                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 169                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 170                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 171                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 172                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 173                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 174                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 175                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 176                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 177                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 178                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 179                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 180                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 181                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 182                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 183                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 184                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 185                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 186                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 187                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 188                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 189                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 190                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 191                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 192                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 193                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 194                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 195                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 196                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 197                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 198                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 199                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 200                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 201                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 202                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 203                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 204                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 205                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 206                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 207                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 208                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 209                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 210                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 211                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 212                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 213                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 214                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 215                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 216                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 217                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 218                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 219                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 220                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 221                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 222                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 223                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 224                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 225                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 226                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 227                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 228                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 229                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 230                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 231                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 232                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 233                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 234                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 235                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 236                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 237                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 238                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 239                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 240                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 241                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 242                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 243                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 244                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 245                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 246                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 247                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 248                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 249                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 250                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 251                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 252                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 253                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 254                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 255                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 256                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 257                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 258                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 259                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 260                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 261                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 262                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 263                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 264                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 265                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 266                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 267                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 268                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 269                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 270                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 271                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 272                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 273                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 274                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 275                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 276                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 277                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 278                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 279                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 280                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 281                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 282                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 283                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 284                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 285                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 286                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 287                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 288                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 289                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 290                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 291                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 292                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 293                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 294                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 295                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 296                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 297                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 298                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 299                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 300                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 301                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 302                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 303                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 304                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 305                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 306                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 307                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 308                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 309                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 310                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 311                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 312                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 313                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 314                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 315                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 316                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 317                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 318                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 319                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 320                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 321                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 322                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 323                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 324                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 325                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 326                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 327                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 328                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 329                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 330                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 331                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 332                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 333                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 334                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 335                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 336                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 337                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 338                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 339                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 340                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 341                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 342                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 343                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 344                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 345                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 346                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 347                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 348                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 349                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 350                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 351                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 352                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 353                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 354                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 355                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 356                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 357                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 358                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 359                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 360                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 361                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 362                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 363                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 364                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 365                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 366                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 367                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 368                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 369                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 370                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 371                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 372                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 373                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 374                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 375                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 376                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 377                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 378                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 379                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 380                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 381                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 382                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 383                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 384                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 385                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 386                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 387                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 388                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 389                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 390                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 391                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 392                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 393                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 394                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 395                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 396                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 397                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 398                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 399                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 400                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 401                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 402                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 403                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 404                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 405                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 406                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 407                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 408                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 409                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 410                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 411                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 412                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 413                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 414                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 415                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 416                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 417                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 418                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 419                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 420                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 421                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 422                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 423                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 424                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 425                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 426                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 427                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 428                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 429                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 430                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 431                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 432                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 433                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 434                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 435                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 436                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 437                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 438                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 439                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 440                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 441                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 442                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 443                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 444                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 445                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 446                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 447                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 448                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 449                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 450                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 451                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 452                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 453                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 454                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 455                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 456                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 457                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 458                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 459                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 460                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 461                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 462                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 463                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 464                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 465                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 466                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 467                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 468                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 469                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 470                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 471                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 472                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 473                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 474                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 475                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 476                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 477                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 478                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 479                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 480                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 481                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 482                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 483                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 484                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 485                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 486                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 487                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 488                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 489                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 490                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 491                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 492                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 493                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 494                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 495                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 496                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 497                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 498                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 499                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 500                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 501                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 502                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 503                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 504                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 505                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 506                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 507                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 508                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 509                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 510                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 511                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 512                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 513                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 514                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 515                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 516                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 517                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 518                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 519                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 520                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 521                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 522                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 523                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 524                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 525                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 526                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 527                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 528                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 529                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 530                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 531                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 532                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 533                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 534                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 535                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 536                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 537                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 538                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 539                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 540                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 541                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 542                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 543                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 544                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 545                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 546                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 547                    <a href="https://about.twitter.com/products/tweetdeck" rel="nofollow">TweetDeck</a>
## 548                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 549                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 550                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 551                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 552                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 553                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 554                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 555                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 556                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 557                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 558                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 559                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 560                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 561                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 562                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 563                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 564                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 565                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 566                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 567                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 568                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 569                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 570                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 571                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 572                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 573                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 574                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 575                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 576                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 577                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 578                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 579                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 580                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 581                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 582                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 583                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 584                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 585                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 586                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 587                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 588                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 589                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 590                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 591                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 592                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 593                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 594                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 595                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 596                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 597                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 598                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 599                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 600                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 601                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 602                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 603                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 604                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 605                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 606                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 607                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 608                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 609                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 610                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 611                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 612                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 613                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 614                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 615                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 616                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 617                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 618                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 619                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 620                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 621                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 622                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 623                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 624                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 625                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 626                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 627                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 628                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 629                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 630                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 631                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 632                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 633                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 634                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 635                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 636                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 637                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 638                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 639                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 640                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 641                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 642                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 643                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 644                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 645                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 646                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 647                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 648                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 649                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 650                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 651                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 652                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 653                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 654                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 655                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 656                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 657                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 658                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 659                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 660                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 661                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 662                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 663                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 664                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 665                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 666                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 667                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 668                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 669                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 670                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 671                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 672                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 673                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 674                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 675                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 676                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 677                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 678                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 679                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 680                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 681                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 682                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 683                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 684                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 685                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 686                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 687                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 688                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 689                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 690                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 691                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 692                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 693                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 694                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 695                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 696                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 697                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 698                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 699                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 700                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 701                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 702                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 703                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 704                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 705                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 706                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 707                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 708                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 709                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 710                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 711                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 712                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 713                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 714                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 715                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 716                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 717                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 718                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 719                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 720                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 721                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 722                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 723                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 724                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 725                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 726                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 727                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 728                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 729                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 730                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 731                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 732                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 733                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 734                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 735                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 736                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 737                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 738                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 739                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 740                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 741                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 742                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 743                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 744                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 745                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 746                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 747                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 748                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 749                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 750                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 751                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 752                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 753                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 754                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 755                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 756                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 757                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 758                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 759                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 760                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 761                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 762                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 763                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 764                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 765                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 766                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 767                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 768                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 769                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 770                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 771                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 772                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 773                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 774                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 775                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 776                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 777                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 778                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 779                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 780                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 781                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 782                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 783                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 784                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 785                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 786                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 787                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 788                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 789                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 790                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 791                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 792                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 793                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 794                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 795                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 796                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 797                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 798                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 799                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 800                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 801                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 802                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 803                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 804                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 805                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 806                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 807                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 808                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 809                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 810                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 811                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 812                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 813                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 814                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 815                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 816                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 817                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 818                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 819                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 820                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 821                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 822                                    <a href="https://sproutsocial.com" rel="nofollow">Sprout Social</a>
## 823                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 824                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 825                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 826                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 827                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 828                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 829                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 830                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 831                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 832                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 833                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 834                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 835                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 836                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 837                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 838                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 839                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 840                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 841                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 842                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 843                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 844                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 845                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 846                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 847                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 848                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 849                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 850                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 851                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 852                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 853                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 854                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 855                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 856                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 857                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 858                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 859                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 860                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 861                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 862                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 863                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 864                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 865                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 866                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 867                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 868                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 869                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 870                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 871                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 872                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 873                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 874                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 875                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 876                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 877                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 878                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 879                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 880                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 881                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 882                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 883                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 884                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 885                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 886                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 887                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 888                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 889                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 890                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 891                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 892                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 893                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 894                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 895                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 896                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 897                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 898                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 899                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 900                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 901                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 902                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 903                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 904                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 905                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 906                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 907                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 908                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 909                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 910                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 911                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 912                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 913                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 914                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 915                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 916                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 917                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 918                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 919                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 920                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 921                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 922                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 923                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 924                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 925                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 926                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 927                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 928                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 929                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 930                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 931                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 932                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 933                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 934                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 935                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 936                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 937                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 938                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 939                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 940                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 941                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 942                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 943                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 944                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 945                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 946                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 947                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 948                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 949                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 950                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 951                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 952                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 953                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 954                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 955                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 956                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 957                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 958                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 959                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 960                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 961                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 962                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 963                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 964                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 965                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 966                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 967                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 968                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 969                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 970                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 971                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 972                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 973                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 974                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 975                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 976                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 977                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 978                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 979                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 980                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 981                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 982                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 983                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 984                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 985                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 986                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 987                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 988                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 989                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 990                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 991                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 992                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 993                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 994                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 995                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 996                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 997                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 998                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 999                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1000                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1001                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1002                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1003                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1004                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1005                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1006                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1007                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1008                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1009                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1010                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1011                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1012                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1013                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1014                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1015                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1016                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1017                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1018                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1019                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1020                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1021                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1022                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1023                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1024                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1025                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1026                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1027                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1028                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1029                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1030                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1031                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1032                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1033                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1034                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1035                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1036                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1037                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1038                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1039                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1040                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1041                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1042                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1043                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1044                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1045                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1046                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1047                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1048                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1049                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1050                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1051                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1052                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1053                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1054                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1055                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1056                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1057                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1058                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1059                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1060                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1061                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1062                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1063                     <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 1064                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1065                     <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 1066                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1067                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1068                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1069                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1070                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1071                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1072                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1073                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1074                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1075                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1076                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1077                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1078                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1079                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1080                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1081                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1082                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1083                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1084                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1085                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1086                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1087                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1088                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1089                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1090                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1091                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1092                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1093                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1094                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1095                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1096                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1097                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1098                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1099                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1100                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1101                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1102                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1103                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1104                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1105                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1106                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1107                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1108                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1109                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1110                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1111                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1112                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1113                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1114                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1115                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1116                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1117                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1118                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1119                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1120                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1121                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1122                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1123                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1124                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1125                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1126                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1127                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1128                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1129                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1130                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1131                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1132                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1133                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1134                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1135                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1136                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1137                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1138                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1139                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1140                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1141                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1142                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1143                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1144                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1145                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1146                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1147                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1148                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1149                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1150                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1151                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1152                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1153                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1154                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1155                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1156                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1157                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1158                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1159                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1160                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1161                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1162                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1163                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1164                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1165                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1166                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1167                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1168                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1169                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1170                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1171                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1172                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1173                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1174                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1175                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1176                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1177                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1178                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1179                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1180                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1181                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1182                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1183                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1184                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1185                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1186                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1187                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1188                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1189                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1190                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1191                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1192                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1193                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1194                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1195                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1196                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1197                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1198                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1199                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1200                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1201                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1202                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1203                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1204                     <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 1205                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1206                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1207                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1208                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1209                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1210                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1211                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1212                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1213                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1214                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1215                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1216                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1217                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1218                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1219                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1220                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1221                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1222                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1223                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1224                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1225                             <a href="http://tapbots.com/tweetbot" rel="nofollow">Tweetbot for iΟS</a>
## 1226                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1227                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1228                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1229                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1230                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1231                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1232                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1233                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1234                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1235                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1236                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1237                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1238                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1239                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1240                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1241                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1242                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1243                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1244                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1245                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1246                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1247                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1248                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1249                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1250                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1251                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1252                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1253                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1254                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1255                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1256                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1257                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1258                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1259                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1260                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1261                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1262                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1263                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1264                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1265                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1266                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1267                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1268                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1269                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1270                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1271                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1272                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1273                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1274                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1275                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1276                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1277                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1278                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1279                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1280                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1281                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1282                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1283                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1284                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1285                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1286                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1287                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1288                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1289                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1290                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1291                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1292                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1293                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1294                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1295                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1296                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1297                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1298                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1299                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1300                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1301                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1302                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1303                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1304                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1305                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1306                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1307                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1308                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1309                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1310                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1311                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1312                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1313                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1314                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1315                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1316                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1317                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1318                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1319                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1320                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1321                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1322                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1323                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1324                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1325                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1326                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1327                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1328                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1329                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1330                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1331                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1332                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1333                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1334                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1335                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1336                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1337                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1338                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1339                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1340                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1341                     <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 1342                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1343                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1344                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1345                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1346                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1347                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1348                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1349                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1350                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1351                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1352                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1353                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1354                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1355                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1356                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1357                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1358                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1359                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1360                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1361                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1362                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1363                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1364                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1365                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1366                     <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 1367                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1368                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1369                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1370                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1371                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1372                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1373                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1374                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1375                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1376                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1377                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1378                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1379                     <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 1380                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1381                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1382                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1383                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1384                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1385                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1386                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1387                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1388                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1389                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1390                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1391                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1392                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1393                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1394                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1395                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1396                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1397                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1398                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1399                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1400                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1401                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1402                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1403                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1404                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1405                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1406                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1407                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1408                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1409                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1410                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1411                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1412                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1413                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1414                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1415                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1416                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1417                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1418                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1419                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1420                                     <a href="https://twitter.com/m2i_tw" rel="nofollow">tweet4mti</a>
## 1421                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1422                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1423                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1424                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1425                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1426                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1427                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1428                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1429                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1430                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1431                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1432                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1433                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1434                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1435                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1436                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1437                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1438                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1439                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1440                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1441                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1442                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1443                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1444                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1445                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1446                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1447                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1448                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1449                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1450                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1451                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1452                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1453                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1454                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1455                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1456                     <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 1457                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1458                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1459                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1460                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1461                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1462                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1463                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1464                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1465                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1466                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1467                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1468                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1469                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1470                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1471                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1472                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1473                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1474                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1475                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1476                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1477                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1478                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1479                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1480                     <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 1481                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1482                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1483                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1484                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1485                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1486                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1487                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1488                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1489                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1490                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1491                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1492                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1493                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1494                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1495                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1496                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1497                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1498                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1499                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1500                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1501                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1502                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1503                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1504                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1505                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1506                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1507                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1508                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1509                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1510                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1511                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1512                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1513                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1514                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1515                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1516                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1517                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1518                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1519                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1520                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1521                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1522                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1523                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1524                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1525                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1526                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1527                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1528                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1529                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1530                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1531                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1532                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1533                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1534                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1535                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1536                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1537                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1538                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1539                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1540                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1541                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1542                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1543                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1544                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1545                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1546                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1547                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1548                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1549                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1550                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1551                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1552                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1553                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1554                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1555                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1556                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1557                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1558                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1559                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1560                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1561                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1562                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1563                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1564                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1565                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1566                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1567                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1568                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1569                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1570                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1571                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1572                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1573                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1574                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1575                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1576                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1577                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1578                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1579                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1580                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1581                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1582                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1583                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1584                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1585                   <a href="https://about.twitter.com/products/tweetdeck" rel="nofollow">TweetDeck</a>
## 1586                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1587                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1588                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1589                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1590                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1591                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1592                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1593                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1594                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1595                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1596                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1597                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1598                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1599                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1600                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1601                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1602                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1603                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1604                     <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 1605                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1606                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1607                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1608                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1609                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1610                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1611                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1612                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1613                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1614                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1615                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1616                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1617                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1618                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1619                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1620                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1621                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1622                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1623                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1624                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1625                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1626                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1627                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1628                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1629                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1630                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1631                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1632                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1633                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1634                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1635                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1636                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1637                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1638                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1639                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1640                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1641                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1642                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1643                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1644                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1645                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1646                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1647                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1648                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1649                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1650                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1651                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1652                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1653                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1654                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1655                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1656                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1657                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1658                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1659                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1660                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1661                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1662                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1663                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1664                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1665                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1666                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1667                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1668                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1669                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1670                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1671                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1672                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1673                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1674                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1675                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1676                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1677                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1678                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1679                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1680                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1681                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1682                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1683                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1684                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1685                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1686                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1687                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1688                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1689                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1690                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1691                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1692                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1693                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1694                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1695                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1696                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1697                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1698                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1699                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1700                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1701                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1702                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1703                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1704                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1705                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1706                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1707                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1708                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1709                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1710                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1711                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1712                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1713                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1714                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1715                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1716                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1717                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1718                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1719                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1720                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1721                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1722                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1723                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1724                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1725                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1726                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1727                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1728                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1729                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1730                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1731                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1732                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1733                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1734                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1735                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1736                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1737                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1738                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1739                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1740                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1741                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1742                     <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 1743                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1744                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1745                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1746                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1747                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1748                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1749                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1750                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1751                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1752                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1753                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1754                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1755                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1756                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1757                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1758                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1759                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1760                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1761                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1762                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1763                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1764                     <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 1765                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1766                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1767                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1768                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1769                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1770                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1771                     <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 1772                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1773                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1774                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1775                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1776                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1777                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1778                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1779                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1780                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1781                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1782                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1783                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1784                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1785                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1786                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1787                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1788                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1789                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1790                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1791                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1792                     <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 1793                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1794                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1795                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1796                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1797                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1798                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1799                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1800                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1801                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1802                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1803                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1804                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1805                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1806                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1807                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1808                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1809                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1810                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1811                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1812                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1813                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1814                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1815                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1816                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1817                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1818                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1819                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1820                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1821                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1822                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1823                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1824                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1825                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1826                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1827                     <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 1828                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1829                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1830                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1831                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1832                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1833                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1834                     <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 1835                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1836                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1837                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1838                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1839                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1840                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1841                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1842                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1843                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1844                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1845                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1846                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1847                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1848                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1849                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1850                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1851                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1852                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1853                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1854                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1855                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1856                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1857                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1858                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1859                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1860                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1861                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1862                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1863                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1864                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1865                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1866                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1867                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1868                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1869                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1870                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1871                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1872                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1873                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1874                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1875                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1876                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1877                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1878                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1879                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1880                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1881                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1882                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1883                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1884                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1885                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1886                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1887                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1888                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1889                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1890                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1891                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1892                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1893                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1894                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1895                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1896                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1897                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1898                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1899                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1900                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1901                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1902                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1903                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1904                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1905                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1906                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1907                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1908                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1909                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1910                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1911                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1912                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1913                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1914                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1915                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1916                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1917                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1918                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1919                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1920                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1921                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1922                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1923                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1924                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1925                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1926                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1927                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1928                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1929                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1930                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1931                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1932                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1933                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1934                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1935                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1936                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1937                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1938                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1939                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1940                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1941                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1942                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1943                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1944                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1945                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1946                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1947                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1948                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1949                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1950                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1951                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1952                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1953                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1954                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1955                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1956                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1957                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1958                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1959                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1960                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1961                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1962                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1963                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1964                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1965                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1966                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1967                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1968                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1969                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1970                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1971                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1972                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1973                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1974                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1975                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1976                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1977                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1978                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1979                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1980                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1981                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1982                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1983                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1984                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1985                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1986                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1987                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1988                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1989                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1990                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1991                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1992                                  <a href="https://tweethunter.io" rel="nofollow">Tweet Hunter Pro</a>
## 1993                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1994                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1995                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1996                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1997                                           <a href="http://instagram.com" rel="nofollow">Instagram</a>
## 1998                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1999                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2000                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2001                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2002                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2003                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2004                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2005                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2006                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2007                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2008                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2009                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2010                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2011                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2012                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2013                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2014                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2015                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2016                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2017                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2018                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2019                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2020                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2021                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2022                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2023                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2024                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2025                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2026                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2027                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2028                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2029                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2030                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2031                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2032                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2033                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2034                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2035                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2036                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2037                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2038                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2039                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2040                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2041                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2042                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2043                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2044                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2045                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2046                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2047                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2048                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2049                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2050                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2051                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2052                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2053                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2054                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2055                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2056                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2057                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2058                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2059                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2060                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2061                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2062                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2063                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2064                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2065                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2066                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2067                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2068                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2069                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2070                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2071                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2072                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2073                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2074                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2075                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2076                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2077                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2078                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2079                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2080                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2081                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2082                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2083                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2084                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2085                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2086                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2087                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2088                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2089                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2090                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2091                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2092                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2093                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2094                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2095                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2096                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2097                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2098                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2099                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2100                     <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 2101                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2102                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2103                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2104                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2105                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2106                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2107                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2108                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2109                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2110                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2111                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2112                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2113                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2114                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2115                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2116                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2117                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2118                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2119                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2120                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2121                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2122                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2123                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2124                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2125                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2126                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2127                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2128                     <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 2129                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2130                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2131                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2132                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2133                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2134                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2135                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2136                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2137                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2138                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2139                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2140                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2141                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2142                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2143                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2144                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2145                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2146                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2147                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2148                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2149                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2150                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2151                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2152                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2153                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2154                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2155                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2156                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2157                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2158                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2159                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2160                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2161                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2162                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2163                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2164                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2165                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2166                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2167                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2168                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2169                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2170                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2171                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2172                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2173                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2174                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2175                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2176                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2177                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2178                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2179                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2180                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2181                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2182                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2183                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2184                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2185                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2186                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2187                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2188                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2189                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2190                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2191                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2192                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2193                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2194                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2195                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2196                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2197                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2198                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2199                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2200                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2201                     <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 2202                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2203                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2204                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2205                     <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 2206                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2207                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2208                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2209                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2210                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2211                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2212                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2213                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2214                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2215                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2216                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2217                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2218                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2219                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2220                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2221                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2222                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2223                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2224                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2225                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2226                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2227                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2228                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2229                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2230                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2231                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2232                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2233                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2234                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2235                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2236                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2237                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2238                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2239                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2240                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2241                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2242                     <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 2243                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2244                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2245                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2246                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2247                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2248                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2249                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2250                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2251                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2252                                                  <a href="https://ifttt.com" rel="nofollow">IFTTT</a>
## 2253                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2254                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2255                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2256                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2257                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2258                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2259                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2260                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2261                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2262                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2263                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2264                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2265                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2266                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2267                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2268                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2269                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2270                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2271                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2272                             <a href="http://tapbots.com/tweetbot" rel="nofollow">Tweetbot for iΟS</a>
## 2273                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2274                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2275                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2276                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2277                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2278                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2279                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2280                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2281                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2282                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2283                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2284                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2285                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2286                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2287                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2288                                                  <a href="https://ifttt.com" rel="nofollow">IFTTT</a>
## 2289                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2290                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2291                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2292                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2293                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2294                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2295                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2296                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2297                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2298                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2299                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2300                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2301                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2302                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2303                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2304                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2305                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2306                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2307                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2308                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2309                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2310                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2311                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2312                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2313                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2314                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2315                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2316                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2317                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2318                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2319                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2320                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2321                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2322                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2323                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2324                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2325                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2326                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2327                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2328                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2329                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2330                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2331                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2332                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2333                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2334                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2335                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2336                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2337                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2338                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2339                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2340                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2341                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2342                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2343                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2344                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2345                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2346                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2347                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2348                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2349                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2350                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2351                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2352                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2353                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2354                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2355                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2356                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2357                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2358                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2359                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2360                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2361                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2362                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2363                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2364                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2365                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2366                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2367                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2368                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2369                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2370                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2371                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2372                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2373                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2374                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2375                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2376                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2377                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2378                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2379                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2380                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2381                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2382                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2383                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2384                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2385                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2386                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2387                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2388                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2389                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2390                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2391                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2392                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2393                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2394                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2395                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2396                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2397                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2398                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2399                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2400                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2401                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2402                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2403                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2404                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2405                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2406                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2407                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2408                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2409                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2410                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2411                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2412                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2413                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2414                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2415                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2416                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2417                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2418                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2419                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2420                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2421                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2422                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2423                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2424                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2425                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2426                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2427                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2428                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2429                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2430                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2431                                   <a href="https://sproutsocial.com" rel="nofollow">Sprout Social</a>
## 2432                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2433                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2434                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2435                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2436                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2437                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2438                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2439                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2440                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2441                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2442                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2443                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2444                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2445                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2446                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2447                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2448                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2449                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2450                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2451                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2452                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2453                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2454                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2455                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2456                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2457                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2458                     <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 2459                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2460                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2461                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2462                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2463                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2464                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2465                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2466                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2467                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2468                     <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 2469                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2470                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2471                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2472                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2473                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2474                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2475                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2476                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2477                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2478                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2479                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2480                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2481                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2482                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2483                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2484                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2485                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2486                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2487                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2488                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2489                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2490                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2491                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2492                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2493                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2494                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2495                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2496                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2497                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2498                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2499                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2500                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2501                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2502                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2503                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2504                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2505                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2506                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2507                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2508                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2509                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2510                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2511                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2512                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2513                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2514                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2515                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2516                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2517                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2518                     <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 2519                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2520                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2521                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2522                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2523                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2524                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2525                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2526                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2527                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2528                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2529                     <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 2530                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2531                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2532                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2533                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2534                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2535                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2536                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2537                     <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 2538                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2539                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2540                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2541                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2542                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2543                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2544                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2545                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2546                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2547                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2548                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2549                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2550                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2551                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2552                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2553                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2554                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2555                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2556                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2557                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2558                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2559                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2560                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2561                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2562                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2563                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2564                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2565                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2566                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2567                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2568                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2569                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2570                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2571                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2572                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2573                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2574                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2575                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2576                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2577                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2578                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2579                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2580                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2581                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2582                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2583                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2584                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2585                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2586                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2587                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2588                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2589                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2590                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2591                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2592                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2593                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2594                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2595                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2596                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2597                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2598                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2599                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2600                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2601                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2602                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2603                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2604                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2605                                              <a href="https://dlvrit.com/" rel="nofollow">dlvr.it</a>
## 2606                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2607                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2608                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2609                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2610                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2611                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2612                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2613                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2614                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2615                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2616                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2617                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2618                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2619                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2620                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2621                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2622                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2623                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2624                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2625                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2626                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2627                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2628                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2629                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2630                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2631                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2632                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2633                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2634                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2635                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2636                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2637                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2638                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2639                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2640                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2641                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2642                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2643                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2644                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2645                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2646                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2647                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2648                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2649                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2650                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2651                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2652                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2653                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2654                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2655                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2656                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2657                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2658                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2659                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2660                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2661                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2662                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2663                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2664                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2665                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2666                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2667                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2668                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2669                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2670                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2671                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2672                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2673                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2674                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2675                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2676                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2677                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2678                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2679                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2680                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2681                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2682                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2683                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2684                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2685                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2686                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2687                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2688                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2689                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2690                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2691                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2692                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2693                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2694                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2695                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2696                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2697                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2698                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2699                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2700                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2701                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2702                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2703                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2704                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2705                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2706                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2707                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2708                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2709                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2710                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2711                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2712                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2713                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2714                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2715                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2716                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2717                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2718                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2719                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2720                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2721                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2722                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2723                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2724                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2725                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2726                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2727                   <a href="https://about.twitter.com/products/tweetdeck" rel="nofollow">TweetDeck</a>
## 2728                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2729                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2730                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2731                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2732                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2733                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2734                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2735                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2736                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2737                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2738                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2739                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2740                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2741                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2742                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2743                     <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 2744                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2745                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2746                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2747                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2748                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2749                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2750                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2751                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2752                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2753                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2754                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2755                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2756                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2757                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2758                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2759                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2760                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2761                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2762                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2763                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2764                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2765                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2766                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2767                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2768                     <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 2769                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2770                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2771                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2772                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2773                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2774                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2775                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2776                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2777                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2778                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2779                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2780                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2781                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2782                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2783                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2784                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2785                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2786                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2787                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2788                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2789                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2790                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2791                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2792                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2793                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2794                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2795                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2796                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2797                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2798                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2799                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2800                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2801                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2802                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2803                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2804                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2805                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2806                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2807                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2808                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2809                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2810                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2811                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2812                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2813                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2814                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2815                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2816                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2817                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2818                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2819                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2820                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2821                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2822                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2823                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2824                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2825                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2826                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2827                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2828                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2829                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2830                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2831                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2832                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2833                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2834                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2835                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2836                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2837                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2838                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2839                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2840                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2841                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2842                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2843                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2844                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2845                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2846                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2847                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2848                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2849                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2850                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2851                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2852                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2853                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2854                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2855                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2856                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2857                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2858                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2859                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2860                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2861                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2862                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2863                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2864                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2865                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2866                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2867                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2868                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2869                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2870                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2871                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2872                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2873                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2874                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2875                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2876                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2877                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2878                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2879                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2880                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2881                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2882                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2883                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2884                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2885                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2886                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2887                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2888                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2889                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2890                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2891                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2892                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2893                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2894                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2895                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2896                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2897                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2898                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2899                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2900                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2901                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2902                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2903                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2904                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2905                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2906                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2907                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2908                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2909                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2910                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2911                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2912                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2913                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2914                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2915                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2916                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2917                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2918                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2919                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2920                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2921                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2922                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2923                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2924                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2925                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2926                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2927                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2928                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2929                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2930                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2931                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2932                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2933                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2934                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2935                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2936                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2937                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2938                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2939                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2940                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2941                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2942                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2943                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2944                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2945                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2946                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2947                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2948                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2949                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2950                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2951                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2952                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2953                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2954                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2955                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2956                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2957                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2958                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2959                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2960                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2961                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2962                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2963                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2964                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2965                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2966                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2967                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2968                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2969                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2970                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2971                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2972                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2973                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2974                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2975                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2976                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2977                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2978                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2979                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2980                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2981                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2982                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2983                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2984                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2985                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2986                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2987                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2988                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2989                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2990                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2991                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2992                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2993                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2994                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2995                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2996                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2997                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2998                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2999                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3000                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3001                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3002                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3003                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3004                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3005                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3006                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3007                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3008                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3009                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3010                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3011                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3012                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3013                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3014                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3015                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3016                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3017                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3018                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3019                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3020                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3021                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3022                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3023                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3024                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3025                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3026                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3027                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3028                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3029                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3030                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3031                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3032                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3033                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3034                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3035                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3036                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3037                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3038                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3039                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3040                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3041                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3042                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3043                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3044                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3045                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3046                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3047                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3048                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3049                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3050                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3051                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3052                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3053                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3054                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3055                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3056                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3057                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3058                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3059                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3060                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3061                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3062                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3063                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3064                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3065                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3066                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3067                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3068                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3069                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3070                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3071                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3072                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3073                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3074                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3075                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3076                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3077                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3078                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3079                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3080                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3081                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3082                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3083                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3084                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3085                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3086                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3087                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3088                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3089                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3090                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3091                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3092                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3093                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3094                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3095                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3096                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3097                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3098                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3099                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3100                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3101                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3102                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3103                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3104                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3105                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3106                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3107                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3108                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3109                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3110                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3111                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3112                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3113                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3114                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3115                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3116                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3117                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3118                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3119                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3120                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3121                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3122                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3123                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3124                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3125                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3126                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3127                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3128                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3129                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3130                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3131                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3132                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3133                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3134                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3135                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3136                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3137                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3138                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3139                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3140                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3141                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3142                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3143                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3144                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3145                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3146                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3147                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3148                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3149                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3150                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3151                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3152                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3153                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3154                     <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 3155                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3156                     <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 3157                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3158                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3159                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3160                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3161                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3162                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3163                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3164                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3165                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3166                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3167                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3168                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3169                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3170                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3171                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3172                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3173                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3174                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3175                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3176                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3177                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3178                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3179                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3180                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3181                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3182                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3183                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3184                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3185                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3186                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3187                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3188                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3189                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3190                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3191                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3192                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3193                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3194                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3195                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3196                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3197                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3198                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3199                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3200                     <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 3201                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3202                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3203                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3204                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3205                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3206                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3207                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3208                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3209                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3210                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3211                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3212                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3213                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3214                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3215                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3216                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3217                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3218                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3219                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3220                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3221                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3222                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3223                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3224                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3225                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3226                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3227                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3228                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3229                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3230                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3231                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3232                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3233                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3234                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3235                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3236                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3237                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3238                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3239                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3240                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3241                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3242                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3243                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3244                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3245                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3246                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3247                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3248                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3249                     <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 3250                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3251                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3252                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3253                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3254                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3255                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3256                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3257                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3258                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3259                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3260                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3261                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3262                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3263                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3264                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3265                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3266                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3267                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3268                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3269                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3270                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3271                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3272                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3273                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3274                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3275                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3276                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3277                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3278                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3279                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3280                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3281                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3282                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3283                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3284                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3285                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3286                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3287                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3288                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3289                     <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 3290                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3291                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3292                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3293                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3294                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3295                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3296                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3297                     <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 3298                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3299                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3300                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3301                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3302                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3303                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3304                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3305                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3306                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3307 <a href="http://itunes.apple.com/us/app/twitter/id409789998?mt=12" rel="nofollow">Twitter for Mac</a>
## 3308                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3309                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3310                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3311                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3312                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3313                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3314                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3315                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3316                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3317                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3318                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3319                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3320                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3321                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3322                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3323                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3324                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3325                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3326                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3327                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3328                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3329                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3330                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3331                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3332                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3333                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3334                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3335                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3336                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3337                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3338                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3339                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3340                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3341                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3342                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3343                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3344                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3345                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3346                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3347                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3348                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3349                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3350                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3351                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3352                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3353                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3354                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3355                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3356                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3357                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3358                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3359                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3360                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3361                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3362                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3363                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3364                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3365                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3366                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3367                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3368                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3369                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3370                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3371                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3372                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3373                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3374                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3375                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3376                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3377                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3378                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3379                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3380                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3381                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3382                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3383                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3384                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3385                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3386                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3387                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3388                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3389                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3390                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3391                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3392                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3393                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3394                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3395                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3396                     <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 3397                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3398                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3399                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3400                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3401                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3402                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3403                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3404                     <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 3405                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3406                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3407                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3408                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3409                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3410                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3411                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3412                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3413                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3414                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3415                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3416                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3417                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3418                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3419                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3420                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3421                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3422                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3423                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3424                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3425                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3426                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3427                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3428                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3429                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3430                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3431                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3432                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3433                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3434                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3435                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3436                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3437                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3438                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3439                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3440                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3441                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3442                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3443                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3444                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3445                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3446                     <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 3447                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3448                                          <a href="http://www.echofon.com/" rel="nofollow">Echofon</a>
## 3449                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3450                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3451                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3452                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3453                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3454                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3455                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3456                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3457                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3458                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3459                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3460                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3461                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3462                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3463                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3464                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3465                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3466                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3467                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3468                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3469                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3470                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3471                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3472                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3473                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3474                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3475                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3476                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3477                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3478                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3479                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3480                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3481                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3482                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3483                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3484                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3485                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3486                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3487                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3488                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3489                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3490                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3491                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3492                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3493                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3494                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3495                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3496                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3497                                     <a href="https://twitter.com/m2i_tw" rel="nofollow">tweet4mti</a>
## 3498                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3499                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3500                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3501                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3502                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3503                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3504                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3505                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3506                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3507                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3508                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3509                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3510                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3511                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3512                     <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 3513                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3514                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3515                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3516                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3517                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3518                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3519                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3520                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3521                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3522                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3523                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3524                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3525                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3526                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3527                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3528                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3529                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3530                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3531                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3532                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3533                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3534                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3535                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3536                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3537                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3538                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3539                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3540                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3541                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3542                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3543                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3544                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3545                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3546                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3547                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3548                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3549                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3550                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3551                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3552                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3553                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3554                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3555                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3556                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3557                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3558                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3559                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3560                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3561                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3562                     <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 3563                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3564                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3565                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3566                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3567                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3568                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3569                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3570                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3571                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3572                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3573                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3574                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3575                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3576                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3577                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3578                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3579                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3580                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3581                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3582                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3583                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3584                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3585                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3586                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3587                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3588                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3589                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3590                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3591                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3592                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3593                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3594                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3595                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3596                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3597                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3598                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3599                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3600                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3601                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3602                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3603                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3604                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3605                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3606                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3607                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3608                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3609                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3610                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3611                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3612                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3613                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3614                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3615                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3616                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3617                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3618                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3619                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3620                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3621                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3622                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3623                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3624                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3625                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3626                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3627                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3628                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3629                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3630                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3631                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3632                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3633                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3634                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3635                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3636                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3637                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3638                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3639                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3640                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3641                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3642                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3643                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3644                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3645                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3646                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3647                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3648                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3649                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3650                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3651                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3652                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3653                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3654                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3655                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3656                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3657                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3658                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3659                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3660                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3661                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3662                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3663                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3664                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3665                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3666                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3667                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3668                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3669                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3670                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3671                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3672                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3673                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3674                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3675                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3676                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3677                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3678                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3679                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3680                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3681                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3682                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3683                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3684                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3685                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3686                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3687                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3688                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3689                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3690                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3691                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3692                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3693                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3694                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3695                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3696                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3697                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3698                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3699                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3700                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3701                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3702                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3703                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3704                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3705                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3706                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3707                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3708                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3709                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3710                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3711                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3712                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3713                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3714                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3715                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3716                     <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 3717                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3718                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3719                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3720                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3721                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3722                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3723                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3724                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3725                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3726                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3727                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3728                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3729                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3730                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3731                     <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 3732                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3733                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3734                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3735                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3736                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3737                     <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 3738                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3739                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3740                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3741                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3742                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3743                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3744                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3745                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3746                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3747                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3748                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3749                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3750                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3751                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3752                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3753                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3754                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3755                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3756                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3757                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3758                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3759                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3760                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3761                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3762                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3763                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3764                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3765                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3766                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3767                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3768                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3769                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3770                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3771                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3772                                         <a href="https://profile.uproxx.com" rel="nofollow">Thred</a>
## 3773                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3774                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3775                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3776                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3777                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3778                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3779                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3780                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3781                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3782                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3783                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3784                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3785                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3786                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3787                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3788                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3789                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3790                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3791                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3792                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3793                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3794                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3795                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3796                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3797                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3798                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3799                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3800                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3801                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3802                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3803                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3804                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3805                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3806                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3807                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3808                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3809                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3810                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3811                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3812                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3813                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3814                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3815                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3816                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3817                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3818                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3819                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3820                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3821                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3822                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3823                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3824                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3825                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3826                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3827                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3828                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3829                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3830                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3831                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3832                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3833                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3834                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3835                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3836                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3837                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3838                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3839                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3840                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3841                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3842                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3843                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3844                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3845                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3846                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3847                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3848                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3849                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3850                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3851                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3852                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3853                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3854                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3855                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3856                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3857                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3858                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3859                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3860                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3861                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3862                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3863                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3864                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3865                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3866                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3867                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3868                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3869                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3870                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3871                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3872                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3873                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3874                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3875                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3876                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3877                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3878                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3879                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3880                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3881                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3882                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3883                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3884                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3885                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3886                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3887                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3888                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3889                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3890                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3891                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3892                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3893                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3894                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3895                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3896                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3897                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3898                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3899                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3900                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3901                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3902                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3903                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3904                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3905                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3906                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3907                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3908                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3909                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3910                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3911                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3912                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3913                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3914                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3915                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3916                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3917                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3918                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3919                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3920                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3921                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3922                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3923                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3924                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3925                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3926                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3927                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3928                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3929                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3930                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3931                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3932                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3933                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3934                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3935                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3936                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3937                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3938                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3939                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3940                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3941                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3942                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3943                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3944                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3945                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3946                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3947                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3948                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3949                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3950                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3951                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3952                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3953                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3954                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3955                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3956                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3957                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3958                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3959                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3960                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3961                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3962                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3963                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3964                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3965                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3966                     <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 3967                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3968                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3969                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3970                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3971                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3972                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3973                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3974                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3975                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3976                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3977                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3978                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3979                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3980                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3981                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3982                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3983                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3984                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3985                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3986                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3987                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3988                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3989                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3990                     <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 3991                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3992                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3993                     <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 3994                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3995                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3996                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3997                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3998                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3999                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4000                                              <a href="https://dlvrit.com/" rel="nofollow">dlvr.it</a>
## 4001                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4002                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4003                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4004                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4005                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4006                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4007                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4008                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4009                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4010                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4011                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4012                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4013                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4014                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4015                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4016                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4017                     <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 4018                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4019                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4020                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4021                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4022                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4023                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4024                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4025                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4026                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4027                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4028                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4029                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4030                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4031                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4032                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4033                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4034                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4035                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4036                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4037                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4038                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4039                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4040                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4041                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4042                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4043                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4044                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4045                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4046                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4047                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4048                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4049                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4050                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4051                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4052                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4053                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4054                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4055                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4056                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4057                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4058                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4059                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4060                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4061                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4062                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4063                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4064                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4065                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4066                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4067                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4068                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4069                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4070                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4071                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4072                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4073                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4074 <a href="http://itunes.apple.com/us/app/twitter/id409789998?mt=12" rel="nofollow">Twitter for Mac</a>
## 4075                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4076                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4077                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4078                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4079                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4080                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4081                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4082                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4083                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4084                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4085                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4086                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4087                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4088                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4089                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4090                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4091                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4092                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4093                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4094                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4095                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4096                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4097                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4098                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4099                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4100                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4101                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4102                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4103                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4104                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4105                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4106                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4107                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4108                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4109                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4110                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4111                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4112                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4113                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4114                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4115                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4116                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4117                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4118                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4119                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4120                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4121                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4122                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4123                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4124                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4125                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4126                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4127                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4128                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4129                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4130                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4131                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4132                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4133                     <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 4134                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4135                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4136                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4137                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4138                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4139                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4140                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4141                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4142                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4143                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4144                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4145                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4146                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4147                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4148                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4149                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4150                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4151                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4152                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4153                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4154                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4155                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4156                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4157                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4158                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4159                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4160                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4161                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4162                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4163                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4164                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4165                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4166                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4167                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4168                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4169                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4170                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4171                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4172                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4173                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4174                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4175                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4176                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4177                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4178                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4179                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4180                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4181                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4182                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4183                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4184                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4185                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4186                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4187                     <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 4188                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4189                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4190                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4191                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4192                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4193                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4194                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4195                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4196                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4197                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4198                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4199                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4200                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4201                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4202                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4203                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4204                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4205                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4206                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4207                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4208                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4209                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4210                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4211                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4212                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4213                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4214                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4215                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4216                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4217                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4218                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4219                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4220                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4221                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4222                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4223                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4224                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4225                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4226                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4227                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4228                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4229                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4230                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4231                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4232                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4233                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4234                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4235                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4236                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4237                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4238                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4239                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4240                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4241                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4242                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4243                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4244                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4245                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4246                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4247                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4248                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4249                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4250                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4251                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4252                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4253                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4254                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4255                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4256                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4257                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4258                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4259                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4260                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4261                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4262                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4263                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4264                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4265                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4266                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4267                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4268                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4269                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4270                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4271                                   <a href="https://sproutsocial.com" rel="nofollow">Sprout Social</a>
## 4272                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4273                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4274                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4275                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4276                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4277                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4278                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4279                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4280                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4281                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4282                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4283                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4284                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4285                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4286                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4287                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4288                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4289                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4290                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4291                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4292                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4293                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4294                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4295                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4296                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4297                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4298                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4299                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4300                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4301                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4302                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4303                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4304                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4305                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4306                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4307                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4308                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4309                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4310                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4311                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4312                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4313                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4314                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4315                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4316                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4317                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4318                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4319                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4320                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4321                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4322                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4323                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4324                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4325                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4326                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4327                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4328                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4329                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4330                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4331                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4332                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4333                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4334                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4335                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4336                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4337                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4338                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4339                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4340                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4341                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4342                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4343                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4344                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4345                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4346                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4347                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4348                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4349                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4350                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4351                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4352                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4353                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4354                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4355                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4356                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4357                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4358                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4359                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4360                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4361                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4362                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4363                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4364                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4365                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4366                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4367                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4368                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4369                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4370                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4371                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4372                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4373                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4374                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4375                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4376                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4377                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4378                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4379                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4380                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4381                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4382                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4383                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4384                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4385                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4386                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4387                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4388                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4389                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4390                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4391                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4392                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4393                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4394                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4395                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4396                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4397                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4398                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4399                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4400                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4401                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4402                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4403                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4404                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4405                     <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 4406                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4407                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4408                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4409                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4410                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4411                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4412                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4413                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4414                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4415                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4416                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4417                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4418                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4419                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4420                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4421                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4422                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4423                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4424                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4425                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4426                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4427                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4428                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4429                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4430                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4431                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4432                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4433                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4434                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4435                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4436                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4437                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4438                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4439                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4440                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4441                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4442                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4443                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4444                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4445 <a href="http://itunes.apple.com/us/app/twitter/id409789998?mt=12" rel="nofollow">Twitter for Mac</a>
## 4446                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4447                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4448                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4449                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4450                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4451                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4452                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4453                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4454                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4455                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4456                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4457                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4458                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4459                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4460                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4461                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4462                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4463                   <a href="https://about.twitter.com/products/tweetdeck" rel="nofollow">TweetDeck</a>
## 4464                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4465                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4466                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4467                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4468                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4469                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4470                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4471                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4472                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4473                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4474                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4475                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4476                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4477                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4478                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4479                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4480                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4481                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4482                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4483                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4484                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4485                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4486                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4487                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4488                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4489                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4490                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4491                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4492                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4493                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4494                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4495                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4496                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4497                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4498                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4499                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4500                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4501                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4502                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4503                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4504                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4505                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4506                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4507                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4508                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4509                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4510                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4511                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4512                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4513                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4514                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4515                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4516                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4517                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4518                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4519                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4520                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4521                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4522                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4523                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4524                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4525                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4526                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4527                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4528                                                <a href="https://buffer.com" rel="nofollow">Buffer</a>
## 4529                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4530                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4531                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4532                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4533                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4534                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4535                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4536                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4537                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4538                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4539                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4540                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4541                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4542                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4543                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4544                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4545                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4546                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4547                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4548                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4549                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4550                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4551                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4552                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4553                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4554                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4555                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4556                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4557                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4558                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4559                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4560                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4561                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4562                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4563                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4564                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4565                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4566                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4567                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4568                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4569                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4570                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4571                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4572                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4573                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4574                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4575                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4576                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4577                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4578                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4579                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4580                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4581                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4582                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4583                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4584                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4585                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4586                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4587                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4588                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4589                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4590                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4591                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4592                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4593                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4594                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4595                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4596                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4597                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4598                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4599                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4600                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4601                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4602                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4603                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4604                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4605                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4606                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4607                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4608                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4609                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4610                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4611                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4612                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4613                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4614                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4615                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4616                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4617                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4618                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4619                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4620                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4621                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4622                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4623                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4624                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4625                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4626                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4627                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4628                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4629                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4630                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4631                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4632                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4633                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4634                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4635                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4636                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4637                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4638                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4639                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4640                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4641                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4642                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4643                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4644                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4645                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4646                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4647                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4648                             <a href="http://tapbots.com/tweetbot" rel="nofollow">Tweetbot for iΟS</a>
## 4649                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4650                     <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 4651                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4652                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4653                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4654                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4655                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4656                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4657                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4658                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4659                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4660                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4661                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4662                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4663                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4664                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4665                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4666                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4667                     <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 4668                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4669                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4670                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4671                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4672                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4673                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4674 FALSE
## 4675                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4676                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4677                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4678                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4679                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4680                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4681                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4682                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4683                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4684                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4685                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4686                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4687                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4688                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4689                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4690                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4691                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4692                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4693                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4694                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4695                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4696                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4697                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4698                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4699                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4700                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4701                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4702                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4703                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4704                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4705                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4706                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4707                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4708                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4709                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4710                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4711                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4712                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4713                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4714                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4715                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4716                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4717                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4718                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4719                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4720                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4721                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4722                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4723                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4724                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4725                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4726                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4727                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4728                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4729                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4730                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4731                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4732                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4733                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4734                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4735                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4736                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4737                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4738                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4739                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4740                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4741                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4742                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4743                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4744                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4745                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4746                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4747                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4748                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4749                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4750                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4751                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4752                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4753                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4754                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4755                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4756                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4757                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4758                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4759                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4760                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4761                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4762                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4763                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4764                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4765                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4766                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4767                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4768                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4769                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4770                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4771                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4772                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4773                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4774                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4775                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4776                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4777                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4778                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4779                     <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 4780                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4781                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4782                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4783                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4784                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4785                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4786                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4787                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4788                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4789                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4790                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4791                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4792                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4793                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4794                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4795                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4796                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4797                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4798                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4799                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4800                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4801                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4802                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4803                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4804                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4805                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4806                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4807                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4808                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4809                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4810                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4811                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4812                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4813                     <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 4814                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4815                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4816                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4817                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4818                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4819                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4820                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4821                     <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 4822                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4823                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4824                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4825                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4826                     <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 4827                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4828                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4829                     <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 4830                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4831                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4832                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4833                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4834                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4835                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4836                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4837                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4838                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4839                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4840                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4841                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4842                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4843                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4844                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4845                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4846                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4847                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4848                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4849                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4850                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4851                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4852                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4853                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4854                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4855                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4856                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4857                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4858                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4859                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4860                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4861                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4862                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4863                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4864                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4865                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4866                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4867                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4868                     <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 4869                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4870                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4871                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4872                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4873                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4874                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4875                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4876                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4877                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4878                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4879                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4880                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4881                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4882                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4883                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4884                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4885                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4886                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4887                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4888                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4889                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4890                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4891                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4892                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4893                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4894                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4895                     <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 4896                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4897                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4898                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4899                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4900                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4901                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4902                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4903                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4904                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4905                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4906                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4907                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4908                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4909                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4910                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4911                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4912                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4913                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4914                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4915                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4916                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4917                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4918                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4919                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4920                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4921                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4922                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4923                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4924                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4925                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4926                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4927                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4928                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4929                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4930                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4931                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4932                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4933                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4934                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4935                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4936                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4937                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4938                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4939                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4940                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4941                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4942                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4943                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4944                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4945                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4946                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4947                     <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 4948                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4949                     <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 4950                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4951                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4952                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4953                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4954                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4955                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4956                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4957                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4958                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4959                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4960                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4961                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4962                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4963                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4964                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4965                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4966                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4967                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4968                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4969                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4970                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4971                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4972                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4973                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4974                     <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 4975                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4976                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4977                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4978                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4979                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4980                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4981                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4982                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4983                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4984                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4985                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4986                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4987                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4988                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4989                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4990                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4991                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4992                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4993                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4994                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4995                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4996                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4997                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4998                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4999                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5000                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5001                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5002                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5003                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5004                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5005                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5006                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5007                   <a href="https://about.twitter.com/products/tweetdeck" rel="nofollow">TweetDeck</a>
## 5008                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5009                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5010                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5011                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5012                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5013                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5014                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5015                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5016                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5017                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5018                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5019                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5020                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5021                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5022                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5023                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5024                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5025                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5026                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5027                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5028                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5029                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5030                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5031                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5032                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5033                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5034                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5035                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5036                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5037                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5038                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5039                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5040                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5041                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5042                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5043                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5044                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5045                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5046                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5047                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5048                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5049                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5050                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5051                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5052                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5053                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5054                     <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 5055                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5056                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5057                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5058                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5059                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5060                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5061                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5062                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5063                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5064                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5065                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5066                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5067                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5068                     <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 5069                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5070                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5071                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5072                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5073                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5074                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5075                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5076                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5077                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5078                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5079                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5080                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5081                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5082                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5083                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5084                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5085                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5086                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5087                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5088                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5089                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5090                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5091                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5092                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5093                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5094                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5095                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5096                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5097                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5098                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5099                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5100                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5101                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5102                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5103                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5104                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5105                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5106                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5107                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5108                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5109                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5110                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5111                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5112                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5113                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5114                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5115                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5116                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5117                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5118                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5119                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5120                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5121                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5122                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5123                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5124                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5125                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5126                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5127                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5128                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5129                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5130                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5131                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5132                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5133                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5134                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5135                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5136                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5137                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5138                                     <a href="https://twitter.com/m2i_tw" rel="nofollow">tweet4mti</a>
## 5139                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5140                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5141                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5142                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5143                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5144                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5145                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5146                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5147                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5148                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5149                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5150                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5151                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5152                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5153                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5154                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5155                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5156                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5157                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5158                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5159                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5160                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5161                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5162                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5163                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5164                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5165                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5166                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5167                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5168                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5169                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5170                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5171                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5172                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5173                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5174                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5175                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5176                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5177                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5178                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5179                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5180                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5181                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5182                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5183                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5184                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5185                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5186                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5187                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5188                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5189                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5190                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5191                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5192                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5193                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5194                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5195                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5196                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5197                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5198                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5199                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5200                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5201                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5202                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5203                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5204                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5205                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5206                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5207                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5208                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5209                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5210                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5211                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5212                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5213                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5214                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5215                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5216                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5217                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5218                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5219                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5220                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5221                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5222                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5223                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5224                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5225                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5226                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5227                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5228                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5229                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5230                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5231                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5232                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5233                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5234                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5235                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5236                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5237                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5238                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5239                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5240                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5241                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5242                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5243                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5244                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5245                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5246                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5247                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5248                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5249                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5250                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5251                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5252                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5253                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5254                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5255                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5256                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5257                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5258                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5259                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5260                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5261                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5262                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5263                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5264                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5265                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5266                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5267                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5268                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5269                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5270                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5271                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5272                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5273                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5274                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5275                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5276                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5277                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5278                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5279                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5280                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5281                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5282                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5283                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5284                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5285                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5286                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5287                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5288                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5289                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5290                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5291                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5292                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5293                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5294                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5295                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5296                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5297                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5298                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5299                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5300                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5301                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5302                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5303                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5304                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5305                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5306                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5307                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5308                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5309                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5310                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5311                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5312                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5313                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5314                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5315                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5316                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5317                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5318                                   <a href="https://sproutsocial.com" rel="nofollow">Sprout Social</a>
## 5319                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5320                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5321                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5322                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5323                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5324                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5325                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5326                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5327                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5328                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5329                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5330                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## FALSE                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5332                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5333                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5334                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5335                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5336                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5337                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5338                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5339                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5340                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5341                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5342                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5343                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5344                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5345                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5346                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5347                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5348                     <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 5349                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5350                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5351                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5352                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5353                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5354                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5355                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5356                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5357                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5358                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5359                     <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 5360                     <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 5361                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5362                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5363                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5364                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5365                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5366                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5367                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5368                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5369                     <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 5370                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5371                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5372                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5373                     <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 5374                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5375                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5376                     <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 5377                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5378                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5379                     <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 5380                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5381                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5382                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5383                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5384                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5385                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5386                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5387                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5388                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5389                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5390                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5391                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5392                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5393                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5394                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5395                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5396                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5397                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5398                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5399                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5400                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5401                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5402                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5403                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5404                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5405                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5406                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5407                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5408                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5409                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5410                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5411                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5412                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5413                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5414                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5415                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5416                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5417                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5418                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5419                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5420                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5421                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5422                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5423                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5424                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5425                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5426                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5427                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5428                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5429                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5430                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5431                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5432                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5433                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5434                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5435                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5436                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5437                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5438                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5439                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5440                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5441                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5442                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5443                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5444                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5445                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5446                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5447                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5448                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5449                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5450                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5451                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5452                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5453                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5454                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5455                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5456                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5457                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5458                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5459                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5460                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5461                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5462                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5463                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5464                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5465                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5466                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5467                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5468                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5469                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5470                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5471                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5472                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5473                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5474                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5475                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5476                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5477                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5478                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5479                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5480                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5481                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5482                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5483                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5484                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5485                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5486                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5487                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5488                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5489                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5490                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5491                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5492                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5493                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5494                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5495                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5496                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5497                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5498                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5499                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5500                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5501                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5502                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5503                     <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 5504                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5505                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5506                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5507                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5508                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5509                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5510                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5511                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5512                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5513                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5514                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5515                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5516                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5517                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5518                   <a href="https://about.twitter.com/products/tweetdeck" rel="nofollow">TweetDeck</a>
## 5519                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5520                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5521                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5522                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5523                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5524                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5525                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5526                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5527                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5528                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5529                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5530                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5531                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5532                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5533                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5534                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5535                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5536                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5537                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5538                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5539                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5540                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5541                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5542                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5543                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5544                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5545                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5546                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5547                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5548                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5549                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5550                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5551                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5552                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5553                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5554                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5555                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5556                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5557                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5558                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5559                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5560                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5561                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5562                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5563                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5564                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5565                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5566                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5567                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5568                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5569                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5570                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5571                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5572                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5573                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5574                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5575                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5576                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5577                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5578                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5579                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5580                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5581                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5582                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5583                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5584                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5585                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5586                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5587                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5588                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5589                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5590                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5591                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5592                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5593                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5594                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5595                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5596                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5597                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5598                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5599                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5600                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5601                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5602                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5603                     <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 5604                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5605                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5606                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5607                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5608                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5609                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5610                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5611                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5612                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5613                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5614                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5615                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5616                     <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 5617                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5618                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5619                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5620                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5621                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5622                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5623                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5624                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5625                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5626                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5627                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5628                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5629                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5630                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5631                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5632                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5633                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5634                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5635                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5636                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5637                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5638                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5639                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5640                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5641                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5642                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5643                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5644                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5645                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5646                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5647                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5648                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5649                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5650                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5651                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5652                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5653                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5654                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5655                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5656                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5657                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5658                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5659                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5660                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5661                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5662                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5663                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5664                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5665                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5666                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5667                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5668                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5669                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5670                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5671                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5672                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5673                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5674                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5675                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5676                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5677                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5678                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5679                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5680                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5681                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5682                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5683                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5684                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5685                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5686                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5687                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5688                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5689                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5690                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5691                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5692                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5693                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5694                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5695                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5696                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5697                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5698                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5699                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5700                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5701                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5702                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5703                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5704                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5705                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5706                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5707                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5708                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5709                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5710                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5711                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5712                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5713                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5714                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5715                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5716                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5717                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5718                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5719                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5720                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5721                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5722                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5723                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5724                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5725                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5726                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5727                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5728                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5729                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5730                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5731                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5732                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5733                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5734                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5735                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5736                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5737                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5738                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5739                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5740                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5741                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5742                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5743                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5744                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5745                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5746                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5747                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5748                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5749                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5750                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5751                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5752                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5753                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5754                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5755                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5756                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5757                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5758                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5759                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5760                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5761                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5762                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5763                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5764                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5765                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5766                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5767                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5768                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5769                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5770                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5771                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5772                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5773                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5774                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5775                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5776                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5777                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5778                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5779                     <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 5780                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5781                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5782                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5783                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5784                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5785                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5786                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5787                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5788                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5789                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5790                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5791                     <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 5792                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5793                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5794                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5795                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5796                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5797                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5798                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5799                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5800                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5801                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5802                     <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 5803                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5804                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5805                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5806                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5807                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5808                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5809                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5810                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5811                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5812                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5813                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5814                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5815                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5816                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5817                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5818                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5819                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5820                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5821                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5822                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5823                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5824                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5825                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5826                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5827                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5828                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5829                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5830                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5831                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5832                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5833                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5834                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5835                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5836                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5837                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5838                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5839                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5840                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5841                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5842                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5843                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5844                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5845                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5846                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5847                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5848                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5849                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5850                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5851                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5852                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5853                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5854                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5855                     <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 5856                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5857                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5858                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5859                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5860                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5861                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5862                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5863                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5864                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5865                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5866                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5867                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5868                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5869                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5870                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5871                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5872                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5873                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5874                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5875                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5876                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5877                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5878                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5879                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5880                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5881                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5882                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
##           screenName retweetCount isRetweet retweeted longitude latitude
## 1           heliosk_            0     FALSE     FALSE        NA       NA
## 2              m4ac1            0     FALSE     FALSE        NA       NA
## 3     bottomindenial            0     FALSE     FALSE        NA       NA
## 4         CliffosPin            0     FALSE     FALSE        NA       NA
## 5        TreeshVille            0     FALSE     FALSE        NA       NA
## 6     bottomindenial            0     FALSE     FALSE        NA       NA
## 7       carolinetpwk            0     FALSE     FALSE        NA       NA
## 8       carolinetpwk            0     FALSE     FALSE        NA       NA
## 9          Gabhy1522            0     FALSE     FALSE        NA       NA
## 10        CliffosPin            0     FALSE     FALSE        NA       NA
## 11      LupitaVee713            1     FALSE     FALSE        NA       NA
## 12             ckyp_            0     FALSE     FALSE        NA       NA
## 13          sariashi            0     FALSE     FALSE        NA       NA
## 14      warnerofvere            0     FALSE     FALSE        NA       NA
## 15     SUPERR1CHKIDS            0     FALSE     FALSE        NA       NA
## 16        Seb_Dharma            6     FALSE     FALSE        NA       NA
## 17   stpbcksillygirl            0     FALSE     FALSE        NA       NA
## 18    kali_heartbeat            0     FALSE     FALSE        NA       NA
## 19     hackwithClark            0     FALSE     FALSE        NA       NA
## 20     SUPERR1CHKIDS            0     FALSE     FALSE        NA       NA
## 21   emilyirizarry02            0     FALSE     FALSE        NA       NA
## 22        CliffosPin            0     FALSE     FALSE        NA       NA
## 23          MLBONFAX            0     FALSE     FALSE        NA       NA
## 24       ArtisticXP_            0     FALSE     FALSE        NA       NA
## 25     SUPERR1CHKIDS            0     FALSE     FALSE        NA       NA
## 26            guzuiz            0     FALSE     FALSE        NA       NA
## 27   thecherrieberry            0     FALSE     FALSE        NA       NA
## 28        CliffosPin            0     FALSE     FALSE        NA       NA
## 29    kristenmurdock            0     FALSE     FALSE        NA       NA
## 30   Mr_BalIoonhands            0     FALSE     FALSE        NA       NA
## 31          ItsnotuK            0     FALSE     FALSE        NA       NA
## 32          vivis_so            0     FALSE     FALSE        NA       NA
## 33        equalssign            0     FALSE     FALSE        NA       NA
## 34     LandoBurdette            0     FALSE     FALSE        NA       NA
## 35          vivis_so            0     FALSE     FALSE        NA       NA
## 36   childerolandusa            0     FALSE     FALSE        NA       NA
## 37     marileezafari            0     FALSE     FALSE        NA       NA
## 38          vivis_so            0     FALSE     FALSE        NA       NA
## 39          vivis_so            0     FALSE     FALSE        NA       NA
## 40     saymynamegabi            0     FALSE     FALSE        NA       NA
## 41    massiveballscb            0     FALSE     FALSE        NA       NA
## 42       wnwgalleria            0     FALSE     FALSE        NA       NA
## 43            vv3spa            0     FALSE     FALSE        NA       NA
## 44            vv3spa            0     FALSE     FALSE        NA       NA
## 45    PaintWaterChug            0     FALSE     FALSE        NA       NA
## 46            vv3spa            0     FALSE     FALSE        NA       NA
## 47    apriljeanapril            0     FALSE     FALSE        NA       NA
## 48     TheC0baltBlu3            0     FALSE     FALSE        NA       NA
## 49    apriljeanapril            0     FALSE     FALSE        NA       NA
## 50      AParedeOrtis            0     FALSE     FALSE        NA       NA
## 51    GoldenDreams50            0     FALSE     FALSE        NA       NA
## 52        slimytrain            0     FALSE     FALSE        NA       NA
## 53      HackwithFred            0     FALSE     FALSE        NA       NA
## 54   BraydenMeechan1            0     FALSE     FALSE        NA       NA
## 55       SunbeaM_GSW            0     FALSE     FALSE        NA       NA
## 56    deathisbac1001            0     FALSE     FALSE        NA       NA
## 57       Meateater89            0     FALSE     FALSE        NA       NA
## 58          agustdxk            0     FALSE     FALSE        NA       NA
## 59    apriljeanapril            0     FALSE     FALSE        NA       NA
## 60       OncoDancing            0     FALSE     FALSE        NA       NA
## 61          sunnasg_            0     FALSE     FALSE        NA       NA
## 62   BraydenMeechan1            0     FALSE     FALSE        NA       NA
## 63   macedodouglas13            0     FALSE     FALSE        NA       NA
## 64        slimytrain            0     FALSE     FALSE        NA       NA
## 65    Josefa98167895            1     FALSE     FALSE        NA       NA
## 66    deathisbac1001            0     FALSE     FALSE        NA       NA
## 67    DBakerOutdoors            0     FALSE     FALSE        NA       NA
## 68     itsoliveyalll            0     FALSE     FALSE        NA       NA
## 69    apriljeanapril            0     FALSE     FALSE        NA       NA
## 70   BraydenMeechan1            0     FALSE     FALSE        NA       NA
## 71        slimytrain            0     FALSE     FALSE        NA       NA
## 72          rotnsick            0     FALSE     FALSE        NA       NA
## 73        Darlyn_twt            0     FALSE     FALSE        NA       NA
## 74           MikyleK            0     FALSE     FALSE        NA       NA
## 75         pnwlife77            0     FALSE     FALSE        NA       NA
## 76        slimytrain            0     FALSE     FALSE        NA       NA
## 77         roxyposie            0     FALSE     FALSE        NA       NA
## 78     savestheday91            0     FALSE     FALSE        NA       NA
## 79         dhiyaulzz            0     FALSE     FALSE        NA       NA
## 80   macedodouglas13            0     FALSE     FALSE        NA       NA
## 81       nicolasmavr            0     FALSE     FALSE        NA       NA
## 82         dhiyaulzz            0     FALSE     FALSE        NA       NA
## 83    ladyofdaycourt            0     FALSE     FALSE        NA       NA
## 84       nicolasmavr            0     FALSE     FALSE        NA       NA
## 85         dhiyaulzz            0     FALSE     FALSE        NA       NA
## 86     QueenpinClark            0     FALSE     FALSE        NA       NA
## 87      drsweetnlowe            0     FALSE     FALSE        NA       NA
## 88     Enigma_Soul01            0     FALSE     FALSE        NA       NA
## 89       nicolasmavr            0     FALSE     FALSE        NA       NA
## 90        __mallorym            0     FALSE     FALSE        NA       NA
## 91     savestheday91            0     FALSE     FALSE        NA       NA
## 92            hsreid            0     FALSE     FALSE        NA       NA
## 93      drsweetnlowe            0     FALSE     FALSE        NA       NA
## 94         phaniehcr            0     FALSE     FALSE        NA       NA
## 95     Imerikalozano            0     FALSE     FALSE        NA       NA
## 96        Boston_Box            0     FALSE     FALSE        NA       NA
## 97     Imerikalozano            0     FALSE     FALSE        NA       NA
## 98      drsweetnlowe            0     FALSE     FALSE        NA       NA
## 99   tasteimmortalty            0     FALSE     FALSE        NA       NA
## 100         bbunniev            0     FALSE     FALSE        NA       NA
## 101    LifeonArisTwo            1     FALSE     FALSE        NA       NA
## 102  tasteimmortalty            0     FALSE     FALSE        NA       NA
## 103    QueenCityBird           40     FALSE     FALSE        NA       NA
## 104      scrapxmusic            1     FALSE     FALSE        NA       NA
## 105  tasteimmortalty            0     FALSE     FALSE        NA       NA
## 106         Pazanato            0     FALSE     FALSE        NA       NA
## 107        angela2k1            0     FALSE     FALSE        NA       NA
## 108       ApolloViet            0     FALSE     FALSE        NA       NA
## 109       omgsihyuna            0     FALSE     FALSE        NA       NA
## 110         Boeing74            0     FALSE     FALSE        NA       NA
## 111          SUN34TR            0     FALSE     FALSE        NA       NA
## 112    allieemackeyy            0     FALSE     FALSE        NA       NA
## 113          Halo_JJ            1     FALSE     FALSE        NA       NA
## 114   jimmy_plz_help            0     FALSE     FALSE        NA       NA
## 115    allieemackeyy            0     FALSE     FALSE        NA       NA
## 116       omgsihyuna            0     FALSE     FALSE        NA       NA
## 117       omgsihyuna            0     FALSE     FALSE        NA       NA
## 118      TheDFSguys_            0     FALSE     FALSE        NA       NA
## 119    theitaliamoon            0     FALSE     FALSE        NA       NA
## 120  ScarboroughTWTC            0     FALSE     FALSE        NA       NA
## 121       omgsihyuna            0     FALSE     FALSE        NA       NA
## 122      LZZYHALE666            0     FALSE     FALSE        NA       NA
## 123      SengokuSeju            0     FALSE     FALSE        NA       NA
## 124         franefig            0     FALSE     FALSE        NA       NA
## 125      LZZYHALE666            0     FALSE     FALSE        NA       NA
## 126    stupidlylogic            0     FALSE     FALSE        NA       NA
## 127      klausthorne            0     FALSE     FALSE        NA       NA
## 128  ToiletMonster31            0     FALSE     FALSE        NA       NA
## 129      SengokuSeju            0     FALSE     FALSE        NA       NA
## 130  JahblessAzubui2            0     FALSE     FALSE        NA       NA
## 131    DazedSkiezTTV            3     FALSE     FALSE        NA       NA
## 132       ojoanemile            0     FALSE     FALSE        NA       NA
## 133     SolimanRacha            0     FALSE     FALSE        NA       NA
## 134  ToiletMonster31            0     FALSE     FALSE        NA       NA
## 135      LZZYHALE666            0     FALSE     FALSE        NA       NA
## 136       iamochayan            0     FALSE     FALSE        NA       NA
## 137  theboyzbrainrot            0     FALSE     FALSE        NA       NA
## 138    RickTheBuilda            0     FALSE     FALSE        NA       NA
## 139      josephcup18            1     FALSE     FALSE        NA       NA
## 140  KevWatchedAFilm            0     FALSE     FALSE        NA       NA
## 141          BTTG161            0     FALSE     FALSE        NA       NA
## 142    stupidlylogic            0     FALSE     FALSE        NA       NA
## 143         2viccruz            0     FALSE     FALSE        NA       NA
## 144  ToiletMonster31            0     FALSE     FALSE        NA       NA
## 145       alopez1197            0     FALSE     FALSE        NA       NA
## 146          xime_nh            0     FALSE     FALSE        NA       NA
## 147       iamochayan            0     FALSE     FALSE        NA       NA
## 148       Tkubo_afro            0     FALSE     FALSE        NA       NA
## 149  marynherfangirl            0     FALSE     FALSE        NA       NA
## 150       Tkubo_afro            0     FALSE     FALSE        NA       NA
## 151       iamochayan            0     FALSE     FALSE        NA       NA
## 152  theboyzbrainrot            0     FALSE     FALSE        NA       NA
## 153    stupidlylogic            0     FALSE     FALSE        NA       NA
## 154    mxdnight_rxin            0     FALSE     FALSE        NA       NA
## 155       Tkubo_afro            0     FALSE     FALSE        NA       NA
## 156         punzbaby            0     FALSE     FALSE        NA       NA
## 157  theboyzbrainrot            0     FALSE     FALSE        NA       NA
## 158  chrisderespino_            0     FALSE     FALSE        NA       NA
## 159  theboyzbrainrot            0     FALSE     FALSE        NA       NA
## 160       Boston_Box            0     FALSE     FALSE        NA       NA
## 161  user42069666420            0     FALSE     FALSE        NA       NA
## 162     TheeAstroDot            1     FALSE     FALSE        NA       NA
## 163  chrisderespino_            0     FALSE     FALSE        NA       NA
## 164        ShutUp_AJ            0     FALSE     FALSE        NA       NA
## 165  chrisderespino_            0     FALSE     FALSE        NA       NA
## 166       VaginaPlug            0     FALSE     FALSE        NA       NA
## 167  user42069666420            0     FALSE     FALSE        NA       NA
## 168  chrisderespino_            0     FALSE     FALSE        NA       NA
## 169       Boston_Box            0     FALSE     FALSE        NA       NA
## 170  user42069666420            0     FALSE     FALSE        NA       NA
## 171           aroc88            0     FALSE     FALSE        NA       NA
## 172  user42069666420            0     FALSE     FALSE        NA       NA
## 173   nickipinkprink            0     FALSE     FALSE        NA       NA
## 174   migos_kilosfit            0     FALSE     FALSE        NA       NA
## 175          m0hs1n1            1     FALSE     FALSE        NA       NA
## 176       mal_aki_01            0     FALSE     FALSE        NA       NA
## 177    taylahcabello            0     FALSE     FALSE        NA       NA
## 178      EmiMulligan            0     FALSE     FALSE        NA       NA
## 179  SwiftieJess19XX            0     FALSE     FALSE        NA       NA
## 180          M6_6_06            0     FALSE     FALSE        NA       NA
## 181       doctordave            0     FALSE     FALSE        NA       NA
## 182   nickipinkprink            0     FALSE     FALSE        NA       NA
## 183       Boston_Box            0     FALSE     FALSE        NA       NA
## 184        Marshyism            0     FALSE     FALSE        NA       NA
## 185    taylahcabello            0     FALSE     FALSE        NA       NA
## 186      Izzeythedon            3     FALSE     FALSE        NA       NA
## 187      EmiMulligan            0     FALSE     FALSE        NA       NA
## 188   nickipinkprink            0     FALSE     FALSE        NA       NA
## 189    taylahcabello            0     FALSE     FALSE        NA       NA
## 190          M6_6_06            0     FALSE     FALSE        NA       NA
## 191   nickipinkprink            0     FALSE     FALSE        NA       NA
## 192   andybidibidis_            0     FALSE     FALSE        NA       NA
## 193         Big_46_2            0     FALSE     FALSE        NA       NA
## 194     imisspurpIed            0     FALSE     FALSE        NA       NA
## 195    francisco_b22            0     FALSE     FALSE        NA       NA
## 196       raul_ipina            0     FALSE     FALSE        NA       NA
## 197        AuthorMrE            0     FALSE     FALSE        NA       NA
## 198          catbat0            1     FALSE     FALSE        NA       NA
## 199       Darlyn_twt            0     FALSE     FALSE        NA       NA
## 200        nikkieeli            0     FALSE     FALSE        NA       NA
## 201  LaurieFinlayson            0     FALSE     FALSE        NA       NA
## 202          catbat0            1     FALSE     FALSE        NA       NA
## 203      OlmecPrince            0     FALSE     FALSE        NA       NA
## 204  thepencilbaber_            0     FALSE     FALSE        NA       NA
## 205         Big_46_2            0     FALSE     FALSE        NA       NA
## 206          catbat0            1     FALSE     FALSE        NA       NA
## 207        Roooowwws            0     FALSE     FALSE        NA       NA
## 208      leisakimone            0     FALSE     FALSE        NA       NA
## 209       briiii_lyn            0     FALSE     FALSE        NA       NA
## 210          catbat0            1     FALSE     FALSE        NA       NA
## 211  mariasofiamenez            0     FALSE     FALSE        NA       NA
## 212      BronxBombrs            0     FALSE     FALSE        NA       NA
## 213       briiii_lyn            0     FALSE     FALSE        NA       NA
## 214       briiii_lyn            0     FALSE     FALSE        NA       NA
## 215         skyebro_            0     FALSE     FALSE        NA       NA
## 216      leisakimone            0     FALSE     FALSE        NA       NA
## 217  baddispositioon            0     FALSE     FALSE        NA       NA
## 218    cowsupremacyy            0     FALSE     FALSE        NA       NA
## 219      Heyyoongiah            0     FALSE     FALSE        NA       NA
## 220    astrid_belova            0     FALSE     FALSE        NA       NA
## 221     Hansumbunnie            0     FALSE     FALSE        NA       NA
## 222     Georgia_1037            0     FALSE     FALSE        NA       NA
## 223    cowsupremacyy            0     FALSE     FALSE        NA       NA
## 224     WeezYbloomix            0     FALSE     FALSE        NA       NA
## 225    astrid_belova            0     FALSE     FALSE        NA       NA
## 226  KateLoganBeauty            0     FALSE     FALSE        NA       NA
## 227    fixed_surebet            1     FALSE     FALSE        NA       NA
## 228     College_IRL_            0     FALSE     FALSE        NA       NA
## 229        wafflemak            0     FALSE     FALSE        NA       NA
## 230   goldrushstan13            0     FALSE     FALSE        NA       NA
## 231     itmecatalina            0     FALSE     FALSE        NA       NA
## 232      metobomerng            0     FALSE     FALSE        NA       NA
## 233   goldrushstan13            0     FALSE     FALSE        NA       NA
## 234        maroeteez            0     FALSE     FALSE        NA       NA
## 235     WeezYbloomix            0     FALSE     FALSE        NA       NA
## 236       allremixes            0     FALSE     FALSE        NA       NA
## 237      ADelphinius            1     FALSE     FALSE        NA       NA
## 238   goldrushstan13            0     FALSE     FALSE        NA       NA
## 239       maryavliss            0     FALSE     FALSE        NA       NA
## 240   goldrushstan13            0     FALSE     FALSE        NA       NA
## 241    PrettySophieK            0     FALSE     FALSE        NA       NA
## 242     heartpotters            0     FALSE     FALSE        NA       NA
## 243         04_jerrr            0     FALSE     FALSE        NA       NA
## 244       allremixes            0     FALSE     FALSE        NA       NA
## 245     heartpotters            0     FALSE     FALSE        NA       NA
## 246  SMPingForTheSMP            0     FALSE     FALSE        NA       NA
## 247   Essential_Mark            0     FALSE     FALSE        NA       NA
## 248       svndayclub            0     FALSE     FALSE        NA       NA
## 249   deareadernovia            0     FALSE     FALSE        NA       NA
## 250     OurPodFather            0     FALSE     FALSE        NA       NA
## 251      Jm76Mendoza            0     FALSE     FALSE        NA       NA
## 252         caitinlv            0     FALSE     FALSE        NA       NA
## 253   voltaire_marie            1     FALSE     FALSE        NA       NA
## 254      YourBoyGavo            0     FALSE     FALSE        NA       NA
## 255     heyyouguys18            0     FALSE     FALSE        NA       NA
## 256        sav_anna2            0     FALSE     FALSE        NA       NA
## 257   CodeNameRetro1            0     FALSE     FALSE        NA       NA
## 258       Luevermore            0     FALSE     FALSE        NA       NA
## 259         j2dat419            0     FALSE     FALSE        NA       NA
## 260       majabxrger            0     FALSE     FALSE        NA       NA
## 261      vanessitarv            0     FALSE     FALSE        NA       NA
## 262       Luevermore            0     FALSE     FALSE        NA       NA
## 263     ShaySetura22            0     FALSE     FALSE        NA       NA
## 264     mischiefhale            0     FALSE     FALSE        NA       NA
## 265     yankeegoomba            0     FALSE     FALSE        NA       NA
## 266  StellaArcticFox            0     FALSE     FALSE        NA       NA
## 267  Person123432123            0     FALSE     FALSE        NA       NA
## 268     _lucaaraujoo            0     FALSE     FALSE        NA       NA
## 269     cannacutie24            3     FALSE     FALSE        NA       NA
## 270    jackeelantern            0     FALSE     FALSE        NA       NA
## 271       biza_sarah            1     FALSE     FALSE        NA       NA
## 272     yankeegoomba            0     FALSE     FALSE        NA       NA
## 273       wild_flowa            0     FALSE     FALSE        NA       NA
## 274     purityempire            0     FALSE     FALSE        NA       NA
## 275         tenderyv            0     FALSE     FALSE        NA       NA
## 276     mischiefhale            0     FALSE     FALSE        NA       NA
## 277       RawwwMoney            0     FALSE     FALSE        NA       NA
## 278   parttimeobiwan            0     FALSE     FALSE        NA       NA
## 279     _lucaaraujoo            0     FALSE     FALSE        NA       NA
## 280         anavitxt            0     FALSE     FALSE        NA       NA
## 281     sovadashopee            0     FALSE     FALSE        NA       NA
## 282     yankeegoomba            0     FALSE     FALSE        NA       NA
## 283      VRoyTheGOAT            0     FALSE     FALSE        NA       NA
## 284     mischiefhale            0     FALSE     FALSE        NA       NA
## 285    Iawrencenovia            0     FALSE     FALSE        NA       NA
## 286     WeezYbloomix            0     FALSE     FALSE        NA       NA
## 287      STATEOFTEAR            0     FALSE     FALSE        NA       NA
## 288  Person123432123            0     FALSE     FALSE        NA       NA
## 289           le0xrd            0     FALSE     FALSE        NA       NA
## 290   angie959262342            0     FALSE     FALSE        NA       NA
## 291       17dinogasm            6     FALSE     FALSE        NA       NA
## 292   SilentlyDark69            0     FALSE     FALSE        NA       NA
## 293   goldenxcoacoac            0     FALSE     FALSE        NA       NA
## 294         anavitxt            0     FALSE     FALSE        NA       NA
## 295     FalconAlbane            0     FALSE     FALSE        NA       NA
## 296         kerongbb            1     FALSE     FALSE        NA       NA
## 297         anavitxt            0     FALSE     FALSE        NA       NA
## 298         i6jxnini            0     FALSE     FALSE        NA       NA
## 299          iKay_Mo            0     FALSE     FALSE        NA       NA
## 300          McLushy            0     FALSE     FALSE        NA       NA
## 301   onlycarolknows            0     FALSE     FALSE        NA       NA
## 302         i6jxnini            0     FALSE     FALSE        NA       NA
## 303       AkiraCoded            0     FALSE     FALSE        NA       NA
## 304      dmillerwats            0     FALSE     FALSE        NA       NA
## 305       MoomooPtpt            1     FALSE     FALSE        NA       NA
## 306       ZanAycicek            0     FALSE     FALSE        NA       NA
## 307     ShaySetura22            0     FALSE     FALSE        NA       NA
## 308   onlycarolknows            0     FALSE     FALSE        NA       NA
## 309       AkiraCoded            0     FALSE     FALSE        NA       NA
## 310       salemified            0     FALSE     FALSE        NA       NA
## 311     IsaacLarrier            0     FALSE     FALSE        NA       NA
## 312          iKay_Mo            0     FALSE     FALSE        NA       NA
## 313   PinstripeSZN99            0     FALSE     FALSE        NA       NA
## 314       salemified            0     FALSE     FALSE        NA       NA
## 315     MeghanSchrag            0     FALSE     FALSE        NA       NA
## 316      vanessajaye            0     FALSE     FALSE        NA       NA
## 317        mature_13            0     FALSE     FALSE        NA       NA
## 318   whyidontsmilee            0     FALSE     FALSE        NA       NA
## 319  YoursTrulySofia            0     FALSE     FALSE        NA       NA
## 320  Alice_Targaryen            0     FALSE     FALSE        NA       NA
## 321  Justfordogshop1            0     FALSE     FALSE        NA       NA
## 322      Leanel_Hell            0     FALSE     FALSE        NA       NA
## 323        manox_eth            0     FALSE     FALSE        NA       NA
## 324        jzfallows            0     FALSE     FALSE        NA       NA
## 325        mature_13            0     FALSE     FALSE        NA       NA
## 326    elysespeaches            0     FALSE     FALSE        NA       NA
## 327     Sheisty12Big            0     FALSE     FALSE        NA       NA
## 328        Ade197303            0     FALSE     FALSE        NA       NA
## 329   theCOURTsystem            0     FALSE     FALSE        NA       NA
## 330  marissacrenwlge            0     FALSE     FALSE        NA       NA
## 331  DROWNINGZLESSON            0     FALSE     FALSE        NA       NA
## 332    lyOness_pride            0     FALSE     FALSE        NA       NA
## 333     ShirellHill3            0     FALSE     FALSE        NA       NA
## 334  DROWNINGZLESSON            0     FALSE     FALSE        NA       NA
## 335     Sheisty12Big            0     FALSE     FALSE        NA       NA
## 336        Lottedek_            0     FALSE     FALSE        NA       NA
## 337          njnic23            0     FALSE     FALSE        NA       NA
## 338      MetronomeGh            0     FALSE     FALSE        NA       NA
## 339          K_Rinou           12     FALSE     FALSE        NA       NA
## 340         sdmc_004            0     FALSE     FALSE        NA       NA
## 341  DROWNINGZLESSON            0     FALSE     FALSE        NA       NA
## 342     Youngfolarge            0     FALSE     FALSE        NA       NA
## 343       cascoded67            0     FALSE     FALSE        NA       NA
## 344    Arvinthehuman            0     FALSE     FALSE        NA       NA
## 345       AmymKimble            0     FALSE     FALSE        NA       NA
## 346  DROWNINGZLESSON            0     FALSE     FALSE        NA       NA
## 347        aeagle624            0     FALSE     FALSE        NA       NA
## 348           mabfx3            0     FALSE     FALSE        NA       NA
## 349      _useryoongi            0     FALSE     FALSE        NA       NA
## 350     Sheisty12Big            0     FALSE     FALSE        NA       NA
## 351     MMcn03062875            0     FALSE     FALSE        NA       NA
## 352    ClassyLady_24            0     FALSE     FALSE        NA       NA
## 353     BonnieAuntea            0     FALSE     FALSE        NA       NA
## 354       FRY1N6_P4N            0     FALSE     FALSE        NA       NA
## 355        b0dypaint            0     FALSE     FALSE        NA       NA
## 356     Lauracoder12            1     FALSE     FALSE        NA       NA
## 357  JawshieTheShark            0     FALSE     FALSE        NA       NA
## 358          vkemp01            0     FALSE     FALSE        NA       NA
## 359   AlohaScoobyDoo            0     FALSE     FALSE        NA       NA
## 360         Arti767_            0     FALSE     FALSE        NA       NA
## 361     ShaySetura22            0     FALSE     FALSE        NA       NA
## 362      _maroonmoon            0     FALSE     FALSE        NA       NA
## 363      vanessajaye            2     FALSE     FALSE        NA       NA
## 364         GirlTema           13     FALSE     FALSE        NA       NA
## 365   holidaygrl1225            0     FALSE     FALSE        NA       NA
## 366     rissalutions            0     FALSE     FALSE        NA       NA
## 367     JAMIESDARLIN            1     FALSE     FALSE        NA       NA
## 368      AndyUTorres            0     FALSE     FALSE        NA       NA
## 369           miggon            0     FALSE     FALSE        NA       NA
## 370       jakedashed            0     FALSE     FALSE        NA       NA
## 371      vanessajaye            1     FALSE     FALSE        NA       NA
## 372         vixltoon            0     FALSE     FALSE        NA       NA
## 373  Jdemonallthaway            0     FALSE     FALSE        NA       NA
## 374          iKay_Mo            0     FALSE     FALSE        NA       NA
## 375   leighsmanipink            0     FALSE     FALSE        NA       NA
## 376     Youngfolarge            0     FALSE     FALSE        NA       NA
## 377         vixltoon            0     FALSE     FALSE        NA       NA
## 378      sayilysally            0     FALSE     FALSE        NA       NA
## 379  sandrablunt1958            6     FALSE     FALSE        NA       NA
## 380  iwouldntaskyouu            0     FALSE     FALSE        NA       NA
## 381     Julie_lmao13            0     FALSE     FALSE        NA       NA
## 382   brownskinkage1            0     FALSE     FALSE        NA       NA
## 383        linifiles            0     FALSE     FALSE        NA       NA
## 384       Vijoelante            0     FALSE     FALSE        NA       NA
## 385           28Sabs            0     FALSE     FALSE        NA       NA
## 386     1ElectricMag            1     FALSE     FALSE        NA       NA
## 387        linifiles            0     FALSE     FALSE        NA       NA
## 388       Starstrux3            0     FALSE     FALSE        NA       NA
## 389      tgzerosugar            0     FALSE     FALSE        NA       NA
## 390       josephh__m            0     FALSE     FALSE        NA       NA
## 391       noeyedgirI            0     FALSE     FALSE        NA       NA
## 392   crzygrnflashes            0     FALSE     FALSE        NA       NA
## 393          ilyj913            0     FALSE     FALSE        NA       NA
## 394       noeyedgirI            0     FALSE     FALSE        NA       NA
## 395   daddymyershere            0     FALSE     FALSE        NA       NA
## 396       noeyedgirI            0     FALSE     FALSE        NA       NA
## 397        linifiles            0     FALSE     FALSE        NA       NA
## 398       noeyedgirI            0     FALSE     FALSE        NA       NA
## 399  RaulLop76366986            0     FALSE     FALSE        NA       NA
## 400     MdollarBetts            0     FALSE     FALSE        NA       NA
## 401       R_jeonko22           13     FALSE     FALSE        NA       NA
## 402       Starstrux3            0     FALSE     FALSE        NA       NA
## 403   crzygrnflashes            0     FALSE     FALSE        NA       NA
## 404          ilyj913            0     FALSE     FALSE        NA       NA
## 405    davieskeller9            0     FALSE     FALSE        NA       NA
## 406    akselineemeli            0     FALSE     FALSE        NA       NA
## 407        WAHBamboo            0     FALSE     FALSE        NA       NA
## 408    HatcherSophie            0     FALSE     FALSE        NA       NA
## 409       AshDaAries            0     FALSE     FALSE        NA       NA
## 410    KEYNGofBOSTON            0     FALSE     FALSE        NA       NA
## 411   giovancreano11            0     FALSE     FALSE        NA       NA
## 412       ilyjunniee            0     FALSE     FALSE        NA       NA
## 413          ilyj913            0     FALSE     FALSE        NA       NA
## 414           dio82_            0     FALSE     FALSE        NA       NA
## 415      KaosCryptid            1     FALSE     FALSE        NA       NA
## 416        CestEliza            0     FALSE     FALSE        NA       NA
## 417      nikitavance            0     FALSE     FALSE        NA       NA
## 418       AshDaAries            0     FALSE     FALSE        NA       NA
## 419       Starstrux3            0     FALSE     FALSE        NA       NA
## 420  lttlfreakmattie            0     FALSE     FALSE        NA       NA
## 421       Kxtxerinne            0     FALSE     FALSE        NA       NA
## 422         sourtaem            0     FALSE     FALSE        NA       NA
## 423      sock_footed            0     FALSE     FALSE        NA       NA
## 424           dio82_            0     FALSE     FALSE        NA       NA
## 425      supafly1974            0     FALSE     FALSE        NA       NA
## 426         Avr9teen            0     FALSE     FALSE        NA       NA
## 427           dio82_            0     FALSE     FALSE        NA       NA
## 428       styleofjvo            0     FALSE     FALSE        NA       NA
## 429         forsiwoo            0     FALSE     FALSE        NA       NA
## 430    lorenshtarkey            0     FALSE     FALSE        NA       NA
## 431       fanxieturt            0     FALSE     FALSE        NA       NA
## 432    kindagoldrush            0     FALSE     FALSE        NA       NA
## 433     sound_saint1            1     FALSE     FALSE        NA       NA
## 434  cewulidgabxyau9            2     FALSE     FALSE        NA       NA
## 435   MadisonTrudeau            0     FALSE     FALSE        NA       NA
## 436     mjeaster1000            0     FALSE     FALSE        NA       NA
## 437      KaosCryptid            0     FALSE     FALSE        NA       NA
## 438    kindagoldrush            0     FALSE     FALSE        NA       NA
## 439    franklin48205            0     FALSE     FALSE        NA       NA
## 440    funkyenderboy            0     FALSE     FALSE        NA       NA
## 441     mjeaster1000            0     FALSE     FALSE        NA       NA
## 442   CheriflyTwitch            0     FALSE     FALSE        NA       NA
## 443      oddeyegirIs            0     FALSE     FALSE        NA       NA
## 444  GamingTherap1st            0     FALSE     FALSE        NA       NA
## 445    kindagoldrush            0     FALSE     FALSE        NA       NA
## 446    ganjagoblinnn            0     FALSE     FALSE        NA       NA
## 447     mjeaster1000            0     FALSE     FALSE        NA       NA
## 448     katelafraise            0     FALSE     FALSE        NA       NA
## 449   multiskpopstan            0     FALSE     FALSE        NA       NA
## 450     m0shim0nster            0     FALSE     FALSE        NA       NA
## 451   TheFakeMaalikM            0     FALSE     FALSE        NA       NA
## 452           29jonn            0     FALSE     FALSE        NA       NA
## 453     mjeaster1000            0     FALSE     FALSE        NA       NA
## 454   carlabradley89            0     FALSE     FALSE        NA       NA
## 455           29jonn            0     FALSE     FALSE        NA       NA
## 456   Sapphiredrogon            0     FALSE     FALSE        NA       NA
## 457    squiliamfancy            0     FALSE     FALSE        NA       NA
## 458  lttlfreakmattie            0     FALSE     FALSE        NA       NA
## 459     AndroidZNerd            0     FALSE     FALSE        NA       NA
## 460      skellyrizzy            0     FALSE     FALSE        NA       NA
## 461  eatkelpeveryday            1     FALSE     FALSE        NA       NA
## 462           29jonn            0     FALSE     FALSE        NA       NA
## 463    PSMartiniFest            0     FALSE     FALSE        NA       NA
## 464  lttlfreakmattie            0     FALSE     FALSE        NA       NA
## 465      y_swiftie13            0     FALSE     FALSE        NA       NA
## 466   Sapphiredrogon            0     FALSE     FALSE        NA       NA
## 467      skellyrizzy            0     FALSE     FALSE        NA       NA
## 468     D_Dandridge1            0     FALSE     FALSE        NA       NA
## 469        Ruby12325            0     FALSE     FALSE        NA       NA
## 470   efffortlessley            0     FALSE     FALSE        NA       NA
## 471  Mattie_TweetBox            0     FALSE     FALSE        NA       NA
## 472     CanineDeBoii            0     FALSE     FALSE        NA       NA
## 473     alvaromurgui            0     FALSE     FALSE        NA       NA
## 474      y_swiftie13            0     FALSE     FALSE        NA       NA
## 475      skellyrizzy            0     FALSE     FALSE        NA       NA
## 476  lttlfreakmattie            0     FALSE     FALSE        NA       NA
## 477     lemon_chief_            0     FALSE     FALSE        NA       NA
## 478          swuidge            0     FALSE     FALSE        NA       NA
## 479  Mattie_TweetBox            0     FALSE     FALSE        NA       NA
## 480     CanineDeBoii            0     FALSE     FALSE        NA       NA
## 481         kithyook            0     FALSE     FALSE        NA       NA
## 482      y_swiftie13            0     FALSE     FALSE        NA       NA
## 483    britlikesnaps            0     FALSE     FALSE        NA       NA
## 484   TheFakeMaalikM            0     FALSE     FALSE        NA       NA
## 485   Sapphiredrogon            0     FALSE     FALSE        NA       NA
## 486     alvaromurgui            0     FALSE     FALSE        NA       NA
## 487      obitchuaryx            0     FALSE     FALSE        NA       NA
## 488  CelestialKitte3            0     FALSE     FALSE        NA       NA
## 489          jdurugo            0     FALSE     FALSE        NA       NA
## 490     alvaromurgui            0     FALSE     FALSE        NA       NA
## 491         mojo1404            0     FALSE     FALSE        NA       NA
## 492     CanineDeBoii            0     FALSE     FALSE        NA       NA
## 493       AdnovacMcr            0     FALSE     FALSE        NA       NA
## 494    Jazzgoesindie            0     FALSE     FALSE        NA       NA
## 495        cookem_fr            0     FALSE     FALSE        NA       NA
## 496     CanineDeBoii            0     FALSE     FALSE        NA       NA
## 497    Jazzgoesindie            0     FALSE     FALSE        NA       NA
## 498     MsSandoval15            0     FALSE     FALSE        NA       NA
## 499         mojo1404            0     FALSE     FALSE        NA       NA
## 500          tadeuwu            0     FALSE     FALSE        NA       NA
## 501        cookem_fr            0     FALSE     FALSE        NA       NA
## 502  Epicnes66127354            0     FALSE     FALSE        NA       NA
## 503     m0shim0nster            0     FALSE     FALSE        NA       NA
## 504          tadeuwu            0     FALSE     FALSE        NA       NA
## 505          xCrymzn            0     FALSE     FALSE        NA       NA
## 506  TheLexGabrielle            0     FALSE     FALSE        NA       NA
## 507      S1LVERH0UND            0     FALSE     FALSE        NA       NA
## 508        cookem_fr            0     FALSE     FALSE        NA       NA
## 509    Jazzgoesindie            0     FALSE     FALSE        NA       NA
## 510        cookem_fr            0     FALSE     FALSE        NA       NA
## 511   JordanWillis18            0     FALSE     FALSE        NA       NA
## 512         kbankks_            0     FALSE     FALSE        NA       NA
## 513  SchlegelBagel05            0     FALSE     FALSE        NA       NA
## 514    Jazzgoesindie            0     FALSE     FALSE        NA       NA
## 515     The5LPodcast            0     FALSE     FALSE        NA       NA
## 516       RP23005965            0     FALSE     FALSE        NA       NA
## 517   mads_was_taken            0     FALSE     FALSE        NA       NA
## 518   obvioushartley            0     FALSE     FALSE        NA       NA
## 519           Mvne16            0     FALSE     FALSE        NA       NA
## 520     charxstyles_            0     FALSE     FALSE        NA       NA
## 521         retinarn            0     FALSE     FALSE        NA       NA
## 522  addie__ramsdell            0     FALSE     FALSE        NA       NA
## 523          Koin_AI            1     FALSE     FALSE        NA       NA
## 524  SchlegelBagel05            1     FALSE     FALSE        NA       NA
## 525     katelafraise            0     FALSE     FALSE        NA       NA
## 526   michaela_gelb_            0     FALSE     FALSE        NA       NA
## 527       clownguttz            0     FALSE     FALSE        NA       NA
## 528         ttotheyx            0     FALSE     FALSE        NA       NA
## 529     liquorsquick            0     FALSE     FALSE        NA       NA
## 530   TheFakeMaalikM            0     FALSE     FALSE        NA       NA
## 531         ttotheyx            0     FALSE     FALSE        NA       NA
## 532  mediocrebitch47            0     FALSE     FALSE        NA       NA
## 533          _OMOBOY            1     FALSE     FALSE        NA       NA
## 534       BruceBullu           13     FALSE     FALSE        NA       NA
## 535         ttotheyx            0     FALSE     FALSE        NA       NA
## 536       Florianzii            0     FALSE     FALSE        NA       NA
## 537       Danielklss            0     FALSE     FALSE        NA       NA
## 538   TheFakeMaalikM            0     FALSE     FALSE        NA       NA
## 539      zxawakening            0     FALSE     FALSE        NA       NA
## 540   michaela_gelb_            0     FALSE     FALSE        NA       NA
## 541     InkAndHoney1            0     FALSE     FALSE        NA       NA
## 542      madrigrober            0     FALSE     FALSE        NA       NA
## 543   wonsangbeloved            0     FALSE     FALSE        NA       NA
## 544     iluvtaylor17            0     FALSE     FALSE        NA       NA
## 545      itz_notaldo            0     FALSE     FALSE        NA       NA
## 546       adrinbooks            0     FALSE     FALSE        NA       NA
## 547  Patrick31370308            0     FALSE     FALSE        NA       NA
## 548      zxawakening            0     FALSE     FALSE        NA       NA
## 549         Ccubby17            3     FALSE     FALSE        NA       NA
## 550       Florianzii            0     FALSE     FALSE        NA       NA
## 551  rayleennotfound            0     FALSE     FALSE        NA       NA
## 552       Danielklss            0     FALSE     FALSE        NA       NA
## 553       realbanjar            0     FALSE     FALSE        NA       NA
## 554     dontviewmypg            0     FALSE     FALSE        NA       NA
## 555  rayleennotfound            0     FALSE     FALSE        NA       NA
## 556       realbanjar            0     FALSE     FALSE        NA       NA
## 557   salonedesserts            0     FALSE     FALSE        NA       NA
## 558       adrinbooks            0     FALSE     FALSE        NA       NA
## 559   michaela_gelb_            0     FALSE     FALSE        NA       NA
## 560     iluvtaylor17            0     FALSE     FALSE        NA       NA
## 561  rayleennotfound            0     FALSE     FALSE        NA       NA
## 562      gumgumangel            0     FALSE     FALSE        NA       NA
## 563       adrinbooks            0     FALSE     FALSE        NA       NA
## 564       Florianzii            0     FALSE     FALSE        NA       NA
## 565     iluvtaylor17            0     FALSE     FALSE        NA       NA
## 566  rayleennotfound            0     FALSE     FALSE        NA       NA
## 567     Boppinpop123            0     FALSE     FALSE        NA       NA
## 568     iluvtaylor17            0     FALSE     FALSE        NA       NA
## 569       ohwell_10_            0     FALSE     FALSE        NA       NA
## 570  JoshuaR15493426            0     FALSE     FALSE        NA       NA
## 571    GregoryMarc95            0     FALSE     FALSE        NA       NA
## 572     fetusrrysimp            0     FALSE     FALSE        NA       NA
## 573        OSchleppi            0     FALSE     FALSE        NA       NA
## 574  Night_somewhere            1     FALSE     FALSE        NA       NA
## 575     thanawithanh            0     FALSE     FALSE        NA       NA
## 576      gumgumangel            0     FALSE     FALSE        NA       NA
## 577      91DEARLOUIS            0     FALSE     FALSE        NA       NA
## 578       ohwell_10_            0     FALSE     FALSE        NA       NA
## 579   michaela_gelb_            0     FALSE     FALSE        NA       NA
## 580        OSchleppi            0     FALSE     FALSE        NA       NA
## 581     Boppinpop123            0     FALSE     FALSE        NA       NA
## 582    Karla_perez41            0     FALSE     FALSE        NA       NA
## 583      madrigrober            0     FALSE     FALSE        NA       NA
## 584         KrisE_bz            0     FALSE     FALSE        NA       NA
## 585      follentoken            0     FALSE     FALSE        NA       NA
## 586        OSchleppi            0     FALSE     FALSE        NA       NA
## 587      madrigrober            0     FALSE     FALSE        NA       NA
## 588        Utd_Emily            0     FALSE     FALSE        NA       NA
## 589      marsisdying            0     FALSE     FALSE        NA       NA
## 590      gumgumangel            0     FALSE     FALSE        NA       NA
## 591  JoshuaR15493426            0     FALSE     FALSE        NA       NA
## 592         Virtopia            0     FALSE     FALSE        NA       NA
## 593     Boppinpop123            0     FALSE     FALSE        NA       NA
## 594         bgsexy16            0     FALSE     FALSE        NA       NA
## 595  JoshuaR15493426            0     FALSE     FALSE        NA       NA
## 596     Boppinpop123            0     FALSE     FALSE        NA       NA
## 597       SidoHikami            0     FALSE     FALSE        NA       NA
## 598    thecozylorain            0     FALSE     FALSE        NA       NA
## 599          purevvs            0     FALSE     FALSE        NA       NA
## 600    nouisfinity28            0     FALSE     FALSE        NA       NA
## 601         selslovr            0     FALSE     FALSE        NA       NA
## 602     hugzforgrian            0     FALSE     FALSE        NA       NA
## 603   SybilleColombe            0     FALSE     FALSE        NA       NA
## 604  childerolandusa            0     FALSE     FALSE        NA       NA
## 605    nouisfinity28            0     FALSE     FALSE        NA       NA
## 606    oApZ_Official            0     FALSE     FALSE        NA       NA
## 607   annikaxkerstin            0     FALSE     FALSE        NA       NA
## 608       Florianzii            0     FALSE     FALSE        NA       NA
## 609       SmokedSalt           13     FALSE     FALSE        NA       NA
## 610      racheljoy23            0     FALSE     FALSE        NA       NA
## 611       phermida99            0     FALSE     FALSE        NA       NA
## 612        LindsTS19            0     FALSE     FALSE        NA       NA
## 613    iced_cilantro            0     FALSE     FALSE        NA       NA
## 614    shesamerihann            0     FALSE     FALSE        NA       NA
## 615    michaelbellu4            0     FALSE     FALSE        NA       NA
## 616    GivenLungile2            0     FALSE     FALSE        NA       NA
## 617     Hillbilly762            0     FALSE     FALSE        NA       NA
## 618     courtkneelyn            0     FALSE     FALSE        NA       NA
## 619         softymak            0     FALSE     FALSE        NA       NA
## 620       eunchaeria            0     FALSE     FALSE        NA       NA
## 621      addieislame            0     FALSE     FALSE        NA       NA
## 622      Djskip_litk            0     FALSE     FALSE        NA       NA
## 623     courtkneelyn            0     FALSE     FALSE        NA       NA
## 624    thecozylorain            0     FALSE     FALSE        NA       NA
## 625  MaximilianoPl18            0     FALSE     FALSE        NA       NA
## 626  pabstblue_lover            0     FALSE     FALSE        NA       NA
## 627    shesamerihann            0     FALSE     FALSE        NA       NA
## 628     Hillbilly762            0     FALSE     FALSE        NA       NA
## 629       LimbuLbina            0     FALSE     FALSE        NA       NA
## 630      sidneyfmelb            0     FALSE     FALSE        NA       NA
## 631          Rhi5SOS            0     FALSE     FALSE        NA       NA
## 632  FedericaFaggia7            0     FALSE     FALSE        NA       NA
## 633  KutulloManthat2            0     FALSE     FALSE        NA       NA
## 634      sleepymilk_            0     FALSE     FALSE        NA       NA
## 635        MandieIRL            0     FALSE     FALSE        NA       NA
## 636    dietheverhack            0     FALSE     FALSE        NA       NA
## 637       uponreason            0     FALSE     FALSE        NA       NA
## 638         mathllnd            0     FALSE     FALSE        NA       NA
## 639     HackwithFred            0     FALSE     FALSE        NA       NA
## 640       hrtspandas            0     FALSE     FALSE        NA       NA
## 641     yoongurtmoon            0     FALSE     FALSE        NA       NA
## 642     focusonbts__            0     FALSE     FALSE        NA       NA
## 643         Quapsins            0     FALSE     FALSE        NA       NA
## 644    auditoraddict            0     FALSE     FALSE        NA       NA
## 645     focusonbts__            0     FALSE     FALSE        NA       NA
## 646      humancallum            0     FALSE     FALSE        NA       NA
## 647     Bidoofisgod3            0     FALSE     FALSE        NA       NA
## 648     focusonbts__            0     FALSE     FALSE        NA       NA
## 649    shesamerihann            0     FALSE     FALSE        NA       NA
## 650      haddadwlt74            0     FALSE     FALSE        NA       NA
## 651  TheAmericoSousa            0     FALSE     FALSE        NA       NA
## 652       NatiRivers            0     FALSE     FALSE        NA       NA
## 653    BRlGHTESTBLUE            0     FALSE     FALSE        NA       NA
## 654      humancallum            0     FALSE     FALSE        NA       NA
## 655     Bidoofisgod3            0     FALSE     FALSE        NA       NA
## 656  pettytrashmouth            0     FALSE     FALSE        NA       NA
## 657        MandieIRL            0     FALSE     FALSE        NA       NA
## 658    yokiothesquid            0     FALSE     FALSE        NA       NA
## 659        IsheBarry            0     FALSE     FALSE        NA       NA
## 660      itsemmaella            0     FALSE     FALSE        NA       NA
## 661          Rhi5SOS            0     FALSE     FALSE        NA       NA
## 662         Raulgz93            0     FALSE     FALSE        NA       NA
## 663      humancallum            0     FALSE     FALSE        NA       NA
## 664         kms_kali            0     FALSE     FALSE        NA       NA
## 665     getphysicool            0     FALSE     FALSE        NA       NA
## 666     HackwithFred            0     FALSE     FALSE        NA       NA
## 667    lovesartists3            0     FALSE     FALSE        NA       NA
## 668    lovesartists3            0     FALSE     FALSE        NA       NA
## 669      LarsonEvans            0     FALSE     FALSE        NA       NA
## 670  TheAmericoSousa            0     FALSE     FALSE        NA       NA
## 671  temProudPeasant            0     FALSE     FALSE        NA       NA
## 672    Zenon56140617            0     FALSE     FALSE        NA       NA
## 673     getphysicool            0     FALSE     FALSE        NA       NA
## 674       loreG_0404            0     FALSE     FALSE        NA       NA
## 675        MandieIRL            0     FALSE     FALSE        NA       NA
## 676  TheAmericoSousa            0     FALSE     FALSE        NA       NA
## 677           ralauw            0     FALSE     FALSE        NA       NA
## 678        tiredjean            0     FALSE     FALSE        NA       NA
## 679      itsemmaella            0     FALSE     FALSE        NA       NA
## 680       loreG_0404            0     FALSE     FALSE        NA       NA
## 681        _KingKole            0     FALSE     FALSE        NA       NA
## 682     al_squared99            0     FALSE     FALSE        NA       NA
## 683  TheAmericoSousa            0     FALSE     FALSE        NA       NA
## 684  Jaeighgallagher            0     FALSE     FALSE        NA       NA
## 685     kaedecrochet            0     FALSE     FALSE        NA       NA
## 686         Chor_les            0     FALSE     FALSE        NA       NA
## 687          Rhi5SOS            0     FALSE     FALSE        NA       NA
## 688     getphysicool            0     FALSE     FALSE        NA       NA
## 689   blackghoulette            0     FALSE     FALSE        NA       NA
## 690     KAIAXGIFFORD            0     FALSE     FALSE        NA       NA
## 691        tiredjean            0     FALSE     FALSE        NA       NA
## 692         Chor_les            0     FALSE     FALSE        NA       NA
## 693       krimmydawg            0     FALSE     FALSE        NA       NA
## 694    elfeliebhaber            0     FALSE     FALSE        NA       NA
## 695            Seraa            6     FALSE     FALSE        NA       NA
## 696     KAIAXGIFFORD            0     FALSE     FALSE        NA       NA
## 697          remb_16            0     FALSE     FALSE        NA       NA
## 698        MandieIRL            0     FALSE     FALSE        NA       NA
## 699       ilem_ilem3            4     FALSE     FALSE        NA       NA
## 700      KayPopKraze            0     FALSE     FALSE        NA       NA
## 701    elfeliebhaber            0     FALSE     FALSE        NA       NA
## 702        CA_Cart28            0     FALSE     FALSE        NA       NA
## 703      itsemmaella            0     FALSE     FALSE        NA       NA
## 704     getphysicool            0     FALSE     FALSE        NA       NA
## 705    elfeliebhaber            0     FALSE     FALSE        NA       NA
## 706     KAIAXGIFFORD           29     FALSE     FALSE        NA       NA
## 707       single4tay            0     FALSE     FALSE        NA       NA
## 708       mrlouque75            0     FALSE     FALSE        NA       NA
## 709      POVPODCAST_            0     FALSE     FALSE        NA       NA
## 710      lanarose_r1            0     FALSE     FALSE        NA       NA
## 711     YoBoyOatmeal            0     FALSE     FALSE        NA       NA
## 712      nicolagrxce            0     FALSE     FALSE        NA       NA
## 713         SYMB1988            0     FALSE     FALSE        NA       NA
## 714     YoBoyOatmeal            0     FALSE     FALSE        NA       NA
## 715      KayPopKraze            0     FALSE     FALSE        NA       NA
## 716     TheChrisRand            0     FALSE     FALSE        NA       NA
## 717     YoBoyOatmeal            0     FALSE     FALSE        NA       NA
## 718      itsemmaella            0     FALSE     FALSE        NA       NA
## 719     Chaos__Idiot            0     FALSE     FALSE        NA       NA
## 720      MinaACypert            0     FALSE     FALSE        NA       NA
## 721     YoBoyOatmeal            0     FALSE     FALSE        NA       NA
## 722      rean_angelo            0     FALSE     FALSE        NA       NA
## 723  FromNazWithLove            0     FALSE     FALSE        NA       NA
## 724     mine_m0nster            0     FALSE     FALSE        NA       NA
## 725    jamiestelling            0     FALSE     FALSE        NA       NA
## 726      KayPopKraze            0     FALSE     FALSE        NA       NA
## 727    txm_mybeloved            0     FALSE     FALSE        NA       NA
## 728     mine_m0nster            0     FALSE     FALSE        NA       NA
## 729   solacedusoleil            0     FALSE     FALSE        NA       NA
## 730      Wilbah_4057            0     FALSE     FALSE        NA       NA
## 731     fredrickwass            0     FALSE     FALSE        NA       NA
## 732         kmskenzz            0     FALSE     FALSE        NA       NA
## 733      emperor_svc            0     FALSE     FALSE        NA       NA
## 734       summer_0_d            0     FALSE     FALSE        NA       NA
## 735      Wilbah_4057            0     FALSE     FALSE        NA       NA
## 736   guessurallmine            0     FALSE     FALSE        NA       NA
## 737        MelAnnGro            0     FALSE     FALSE        NA       NA
## 738      itzlyssa_xo            0     FALSE     FALSE        NA       NA
## 739   SkylersRevenge            0     FALSE     FALSE        NA       NA
## 740       arthurguim            0     FALSE     FALSE        NA       NA
## 741   guessurallmine            0     FALSE     FALSE        NA       NA
## 742      Wilbah_4057            0     FALSE     FALSE        NA       NA
## 743    Viviennehyene            0     FALSE     FALSE        NA       NA
## 744       summer_0_d            0     FALSE     FALSE        NA       NA
## 745    Ridhogrowinup            0     FALSE     FALSE        NA       NA
## 746   KayleighForde1            0     FALSE     FALSE        NA       NA
## 747      Wilbah_4057            0     FALSE     FALSE        NA       NA
## 748   SkylersRevenge            0     FALSE     FALSE        NA       NA
## 749      ShanChan_37            0     FALSE     FALSE        NA       NA
## 750          stimk33            0     FALSE     FALSE        NA       NA
## 751      sarah_12605            0     FALSE     FALSE        NA       NA
## 752   GustaveDeresse            0     FALSE     FALSE        NA       NA
## 753    Mark_Hanson17            0     FALSE     FALSE        NA       NA
## 754   QuotesfromtheP            0     FALSE     FALSE        NA       NA
## 755      sarah_12605            0     FALSE     FALSE        NA       NA
## 756   KayleighForde1            0     FALSE     FALSE        NA       NA
## 757    fixed_surebet            1     FALSE     FALSE        NA       NA
## 758       summer_0_d            0     FALSE     FALSE        NA       NA
## 759      sarah_12605            0     FALSE     FALSE        NA       NA
## 760         senkozuu            0     FALSE     FALSE        NA       NA
## 761   SkylersRevenge            0     FALSE     FALSE        NA       NA
## 762         otbjules            0     FALSE     FALSE        NA       NA
## 763   solacedusoleil            0     FALSE     FALSE        NA       NA
## 764   KayleighForde1            0     FALSE     FALSE        NA       NA
## 765       1905steven            0     FALSE     FALSE        NA       NA
## 766       summer_0_d            0     FALSE     FALSE        NA       NA
## 767         otbjules            0     FALSE     FALSE        NA       NA
## 768  AvishaiLindenb1            0     FALSE     FALSE        NA       NA
## 769    jesse_gambrah            0     FALSE     FALSE        NA       NA
## 770       1905steven            0     FALSE     FALSE        NA       NA
## 771       LulRedZazi            0     FALSE     FALSE        NA       NA
## 772        _ANOBRAIN            0     FALSE     FALSE        NA       NA
## 773   KayleighForde1            0     FALSE     FALSE        NA       NA
## 774         sgfgmilf            0     FALSE     FALSE        NA       NA
## 775       1905steven            0     FALSE     FALSE        NA       NA
## 776      satelliites            0     FALSE     FALSE        NA       NA
## 777  AvishaiLindenb1            0     FALSE     FALSE        NA       NA
## 778      iblamedrake            0     FALSE     FALSE        NA       NA
## 779    sogoldencarli            0     FALSE     FALSE        NA       NA
## 780         sgfgmilf            0     FALSE     FALSE        NA       NA
## 781       summer_0_d            0     FALSE     FALSE        NA       NA
## 782  AvishaiLindenb1            0     FALSE     FALSE        NA       NA
## 783       1905steven            0     FALSE     FALSE        NA       NA
## 784       Unknoxnn__            0     FALSE     FALSE        NA       NA
## 785      satelliites            0     FALSE     FALSE        NA       NA
## 786         otbjules            0     FALSE     FALSE        NA       NA
## 787           flxnt_            0     FALSE     FALSE        NA       NA
## 788        esanghelo            0     FALSE     FALSE        NA       NA
## 789       wibblytoes            0     FALSE     FALSE        NA       NA
## 790       pugsly6338            0     FALSE     FALSE        NA       NA
## 791       Unknoxnn__            0     FALSE     FALSE        NA       NA
## 792  gh0stinthewaIIs            0     FALSE     FALSE        NA       NA
## 793       Unknoxnn__            0     FALSE     FALSE        NA       NA
## 794    radiodreading            0     FALSE     FALSE        NA       NA
## 795  AvishaiLindenb1            0     FALSE     FALSE        NA       NA
## 796    NintendoCuber            0     FALSE     FALSE        NA       NA
## 797         NeonBLK3            0     FALSE     FALSE        NA       NA
## 798    Swiftie_jazzy            0     FALSE     FALSE        NA       NA
## 799    fixed_surebet            1     FALSE     FALSE        NA       NA
## 800          B1ngusB            0     FALSE     FALSE        NA       NA
## 801  thederpymanboii            0     FALSE     FALSE        NA       NA
## 802     HackwithFred            0     FALSE     FALSE        NA       NA
## 803         DaBacon7            0     FALSE     FALSE        NA       NA
## 804         stewperb            0     FALSE     FALSE        NA       NA
## 805          DJNPR04            0     FALSE     FALSE        NA       NA
## 806     Wirehead2000            0     FALSE     FALSE        NA       NA
## 807    Swiftie_jazzy            0     FALSE     FALSE        NA       NA
## 808    cosmic_loser_            0     FALSE     FALSE        NA       NA
## 809    Swiftie_jazzy            0     FALSE     FALSE        NA       NA
## 810          sayylem            0     FALSE     FALSE        NA       NA
## 811   meatloaf369296            0     FALSE     FALSE        NA       NA
## 812  yeahhhN1ghtfall            0     FALSE     FALSE        NA       NA
## 813      VivaLaSasha            0     FALSE     FALSE        NA       NA
## 814         ANGShots            0     FALSE     FALSE        NA       NA
## 815  yeahhhN1ghtfall            0     FALSE     FALSE        NA       NA
## 816         juschase            0     FALSE     FALSE        NA       NA
## 817     Dinnymuthoni            0     FALSE     FALSE        NA       NA
## 818    miscmartyrdom            0     FALSE     FALSE        NA       NA
## 819     HackwithFred            0     FALSE     FALSE        NA       NA
## 820  yeahhhN1ghtfall            0     FALSE     FALSE        NA       NA
## 821         seaneneh            1     FALSE     FALSE        NA       NA
## 822       EliteDaily            2     FALSE     FALSE        NA       NA
## 823      skzjuicyboi            0     FALSE     FALSE        NA       NA
## 824      Gracie_Days            0     FALSE     FALSE        NA       NA
## 825  yeahhhN1ghtfall            0     FALSE     FALSE        NA       NA
## 826      phantom9073            0     FALSE     FALSE        NA       NA
## 827  FromNazWithLove            0     FALSE     FALSE        NA       NA
## 828     Smt1Drelated            0     FALSE     FALSE        NA       NA
## 829     Smt1Drelated            0     FALSE     FALSE        NA       NA
## 830          7kquaso            0     FALSE     FALSE        NA       NA
## 831     Smt1Drelated            0     FALSE     FALSE        NA       NA
## 832     Smt1Drelated            0     FALSE     FALSE        NA       NA
## 833     beyondjikook            0     FALSE     FALSE        NA       NA
## 834     Ohok20160600            0     FALSE     FALSE        NA       NA
## 835     Marc53295108            0     FALSE     FALSE        NA       NA
## 836    vaishnavi_ot7            0     FALSE     FALSE        NA       NA
## 837         luksidee            0     FALSE     FALSE        NA       NA
## 838     beyondjikook            0     FALSE     FALSE        NA       NA
## 839   solacedusoleil            0     FALSE     FALSE        NA       NA
## 840  perfectlycosmic            0     FALSE     FALSE        NA       NA
## 841      EARLYHOOKUP            0     FALSE     FALSE        NA       NA
## 842         basil067            1     FALSE     FALSE        NA       NA
## 843         NeonBLK3            0     FALSE     FALSE        NA       NA
## 844    enzomarajjjjj            0     FALSE     FALSE        NA       NA
## 845     liquorsquick            0     FALSE     FALSE        NA       NA
## 846      KOTORevan93            0     FALSE     FALSE        NA       NA
## 847     FlooQuill194            0     FALSE     FALSE        NA       NA
## 848          urbooye            0     FALSE     FALSE        NA       NA
## 849  facelessGh0stly            0     FALSE     FALSE        NA       NA
## 850    enzomarajjjjj            0     FALSE     FALSE        NA       NA
## 851     FlooQuill194            0     FALSE     FALSE        NA       NA
## 852   BorowikMateusz            0     FALSE     FALSE        NA       NA
## 853  Phoenix96278002            0     FALSE     FALSE        NA       NA
## 854         BxbaTea4            0     FALSE     FALSE        NA       NA
## 855  thunderousknigh            0     FALSE     FALSE        NA       NA
## 856  TheSophiaAlexis            0     FALSE     FALSE        NA       NA
## 857    enzomarajjjjj            0     FALSE     FALSE        NA       NA
## 858     FlooQuill194            0     FALSE     FALSE        NA       NA
## 859    enzomarajjjjj            0     FALSE     FALSE        NA       NA
## 860           CH8KED            0     FALSE     FALSE        NA       NA
## 861         BxbaTea4            0     FALSE     FALSE        NA       NA
## 862      JrHyun_soft            0     FALSE     FALSE        NA       NA
## 863       420laura69            0     FALSE     FALSE        NA       NA
## 864        mbab_2001            0     FALSE     FALSE        NA       NA
## 865   crypto_gold_XX            3     FALSE     FALSE        NA       NA
## 866         BxbaTea4            0     FALSE     FALSE        NA       NA
## 867         B505Matt            0     FALSE     FALSE        NA       NA
## 868   MarajStarships            0     FALSE     FALSE        NA       NA
## 869         BxbaTea4            0     FALSE     FALSE        NA       NA
## 870      WeMadeItOut            0     FALSE     FALSE        NA       NA
## 871    the_new_wavee            0     FALSE     FALSE        NA       NA
## 872    _elladenicola            0     FALSE     FALSE        NA       NA
## 873    fixed_surebet            1     FALSE     FALSE        NA       NA
## 874        mbab_2001            0     FALSE     FALSE        NA       NA
## 875       420laura69            0     FALSE     FALSE        NA       NA
## 876    _elladenicola            0     FALSE     FALSE        NA       NA
## 877       SmokedSalt            3     FALSE     FALSE        NA       NA
## 878       420laura69            0     FALSE     FALSE        NA       NA
## 879        button401            0     FALSE     FALSE        NA       NA
## 880        sojuspplr            0     FALSE     FALSE        NA       NA
## 881  StephensVlogsYT            0     FALSE     FALSE        NA       NA
## 882        mbab_2001            0     FALSE     FALSE        NA       NA
## 883        JackAegon            0     FALSE     FALSE        NA       NA
## 884        sojuspplr            0     FALSE     FALSE        NA       NA
## 885      MayorSilent           21     FALSE     FALSE        NA       NA
## 886  ionfwthissocial            0     FALSE     FALSE        NA       NA
## 887   AheadfullofBTS            0     FALSE     FALSE        NA       NA
## 888  ionfwthissocial            0     FALSE     FALSE        NA       NA
## 889   LisRodriguez06            0     FALSE     FALSE        NA       NA
## 890  jamesmeowrriott            0     FALSE     FALSE        NA       NA
## 891  ionfwthissocial            0     FALSE     FALSE        NA       NA
## 892       foxycasper            0     FALSE     FALSE        NA       NA
## 893    KerriOlorcain            0     FALSE     FALSE        NA       NA
## 894   AheadfullofBTS            0     FALSE     FALSE        NA       NA
## 895    yeehawnatalie            0     FALSE     FALSE        NA       NA
## 896     JonnieLamour            0     FALSE     FALSE        NA       NA
## 897  ionfwthissocial            0     FALSE     FALSE        NA       NA
## 898      WeMadeItOut            0     FALSE     FALSE        NA       NA
## 899     ConanSmith96            0     FALSE     FALSE        NA       NA
## 900  let_alpha_write            0     FALSE     FALSE        NA       NA
## 901    ana_manizales            0     FALSE     FALSE        NA       NA
## 902      mybanisters            0     FALSE     FALSE        NA       NA
## 903        Dashint0n            0     FALSE     FALSE        NA       NA
## 904    iced_cilantro            0     FALSE     FALSE        NA       NA
## 905      WeMadeItOut            0     FALSE     FALSE        NA       NA
## 906       kendoIlroy            0     FALSE     FALSE        NA       NA
## 907     ConanSmith96            0     FALSE     FALSE        NA       NA
## 908       QViolet_97            0     FALSE     FALSE        NA       NA
## 909  brvothcantsleep            0     FALSE     FALSE        NA       NA
## 910         helllyh_            0     FALSE     FALSE        NA       NA
## 911  let_alpha_write            0     FALSE     FALSE        NA       NA
## 912    frappucinarry            0     FALSE     FALSE        NA       NA
## 913       STARCL0UDD            0     FALSE     FALSE        NA       NA
## 914     rainberrykmm            0     FALSE     FALSE        NA       NA
## 915  HannahLovesLIV1            0     FALSE     FALSE        NA       NA
## 916    maddiefan2974            0     FALSE     FALSE        NA       NA
## 917  brvothcantsleep            0     FALSE     FALSE        NA       NA
## 918        chaneklix            0     FALSE     FALSE        NA       NA
## 919         kaitill_            0     FALSE     FALSE        NA       NA
## 920  brvothcantsleep            0     FALSE     FALSE        NA       NA
## 921     rainberrykmm            0     FALSE     FALSE        NA       NA
## 922   AnthonyBragger            0     FALSE     FALSE        NA       NA
## 923  HannahLovesLIV1            0     FALSE     FALSE        NA       NA
## 924   Doctor0fTerror            0     FALSE     FALSE        NA       NA
## 925          minpjmz            0     FALSE     FALSE        NA       NA
## 926     rainberrykmm            0     FALSE     FALSE        NA       NA
## 927      Sav_angel07            0     FALSE     FALSE        NA       NA
## 928        chaneklix            0     FALSE     FALSE        NA       NA
## 929    zachisgr8ness            0     FALSE     FALSE        NA       NA
## 930           akaur0            0     FALSE     FALSE        NA       NA
## 931       Ace_Cyber_            0     FALSE     FALSE        NA       NA
## 932  HannahLovesLIV1            0     FALSE     FALSE        NA       NA
## 933   Doctor0fTerror            0     FALSE     FALSE        NA       NA
## 934      loverofjaya            0     FALSE     FALSE        NA       NA
## 935    zachisgr8ness            0     FALSE     FALSE        NA       NA
## 936     caitnottaken            0     FALSE     FALSE        NA       NA
## 937  brvothcantsleep            0     FALSE     FALSE        NA       NA
## 938    the_new_wavee            3     FALSE     FALSE        NA       NA
## 939          minpjmz            0     FALSE     FALSE        NA       NA
## 940    chatterboxnat            0     FALSE     FALSE        NA       NA
## 941    zachisgr8ness            0     FALSE     FALSE        NA       NA
## 942    talkativetess            0     FALSE     FALSE        NA       NA
## 943          minpjmz            0     FALSE     FALSE        NA       NA
## 944     robot_rocker            1     FALSE     FALSE        NA       NA
## 945    kerry_marie17            0     FALSE     FALSE        NA       NA
## 946          minpjmz            0     FALSE     FALSE        NA       NA
## 947   romanadebruyne            0     FALSE     FALSE        NA       NA
## 948    etherialf4iry            0     FALSE     FALSE        NA       NA
## 949    MrsGabbyGecko            0     FALSE     FALSE        NA       NA
## 950        slmanbero            0     FALSE     FALSE        NA       NA
## 951     atb__william            0     FALSE     FALSE        NA       NA
## 952      Brandy_Sade            0     FALSE     FALSE        NA       NA
## 953      havingIived            0     FALSE     FALSE        NA       NA
## 954  bwtchdmbdyasoul            0     FALSE     FALSE        NA       NA
## 955           LyndaN            0     FALSE     FALSE        NA       NA
## 956       yeoreumzzz            0     FALSE     FALSE        NA       NA
## 957    MrsGabbyGecko            0     FALSE     FALSE        NA       NA
## 958   LIFEWITHNUANCE            0     FALSE     FALSE        NA       NA
## 959  Jessemckenzie06            0     FALSE     FALSE        NA       NA
## 960       SquadRises            0     FALSE     FALSE        NA       NA
## 961   Jesse_Jones_92            0     FALSE     FALSE        NA       NA
## 962     BaraketZaine            0     FALSE     FALSE        NA       NA
## 963       GandalfVRC            0     FALSE     FALSE        NA       NA
## 964    MrsGabbyGecko            0     FALSE     FALSE        NA       NA
## 965      Brandy_Sade            0     FALSE     FALSE        NA       NA
## 966      klarissaaan            0     FALSE     FALSE        NA       NA
## 967          4unouis            0     FALSE     FALSE        NA       NA
## 968    MrsGabbyGecko            0     FALSE     FALSE        NA       NA
## 969      Mineko12208            0     FALSE     FALSE        NA       NA
## 970         aethumus            0     FALSE     FALSE        NA       NA
## 971     karanicedric            0     FALSE     FALSE        NA       NA
## 972     WorthmoreBiz            0     FALSE     FALSE        NA       NA
## 973      Brandy_Sade            0     FALSE     FALSE        NA       NA
## 974     HackwithFred            0     FALSE     FALSE        NA       NA
## 975  plutinjordan_23            0     FALSE     FALSE        NA       NA
## 976        CiscoYork           87     FALSE     FALSE        NA       NA
## 977    chatterboxnat            0     FALSE     FALSE        NA       NA
## 978   LIFEWITHNUANCE            0     FALSE     FALSE        NA       NA
## 979       geasylagos            0     FALSE     FALSE        NA       NA
## 980      Mineko12208            0     FALSE     FALSE        NA       NA
## 981      charlnorris            0     FALSE     FALSE        NA       NA
## 982      ghoulia_irl            0     FALSE     FALSE        NA       NA
## 983   LIFEWITHNUANCE            0     FALSE     FALSE        NA       NA
## 984   MaSSaPowerHour            1     FALSE     FALSE        NA       NA
## 985     Glasgow_Live            0     FALSE     FALSE        NA       NA
## 986   belovedcentral            0     FALSE     FALSE        NA       NA
## 987    AgunobiBethel            0     FALSE     FALSE        NA       NA
## 988         aethumus            0     FALSE     FALSE        NA       NA
## 989       geasylagos            0     FALSE     FALSE        NA       NA
## 990     t3ddyhyuck66            0     FALSE     FALSE        NA       NA
## 991  TechnicolorNick            0     FALSE     FALSE        NA       NA
## 992    letterstoesme            0     FALSE     FALSE        NA       NA
## 993      Mineko12208            0     FALSE     FALSE        NA       NA
## 994           ArjooX            0     FALSE     FALSE        NA       NA
## 995           taemqa            0     FALSE     FALSE        NA       NA
## 996       ltlivbells            0     FALSE     FALSE        NA       NA
## 997       Prissyamor            0     FALSE     FALSE        NA       NA
## 998   venomaesthetic            0     FALSE     FALSE        NA       NA
## 999         aethumus            0     FALSE     FALSE        NA       NA
## 1000          ArjooX            0     FALSE     FALSE        NA       NA
## 1001  venomaesthetic            0     FALSE     FALSE        NA       NA
## 1002      Prissyamor            0     FALSE     FALSE        NA       NA
## 1003      islandboee            0     FALSE     FALSE        NA       NA
## 1004          taemqa            0     FALSE     FALSE        NA       NA
## 1005          ArjooX            0     FALSE     FALSE        NA       NA
## 1006   The0_Capsicle            0     FALSE     FALSE        NA       NA
## 1007          45slur            0     FALSE     FALSE        NA       NA
## 1008        aethumus            0     FALSE     FALSE        NA       NA
## 1009      Lian_zhrrr            0     FALSE     FALSE        NA       NA
## 1010      ltlivbells            0     FALSE     FALSE        NA       NA
## 1011   kennypowell55            0     FALSE     FALSE        NA       NA
## 1012          taemqa            0     FALSE     FALSE        NA       NA
## 1013        HarkomsV            0     FALSE     FALSE        NA       NA
## 1014     havingIived            0     FALSE     FALSE        NA       NA
## 1015   soundsgoodBOS            0     FALSE     FALSE        NA       NA
## 1016    austin_imoru            0     FALSE     FALSE        NA       NA
## 1017          taemqa            0     FALSE     FALSE        NA       NA
## 1018 LEVlTATETHEHYPE            0     FALSE     FALSE        NA       NA
## 1019         AskoDsc            0     FALSE     FALSE        NA       NA
## 1020      WhoisDenim            0     FALSE     FALSE        NA       NA
## 1021  AnneHe70044514            0     FALSE     FALSE        NA       NA
## 1022     havingIived            0     FALSE     FALSE        NA       NA
## 1023     _ellielou97            0     FALSE     FALSE        NA       NA
## 1024  venomaesthetic            0     FALSE     FALSE        NA       NA
## 1025     finnisajedi            0     FALSE     FALSE        NA       NA
## 1026     peachyverse            0     FALSE     FALSE        NA       NA
## 1027        kgmtskii            0     FALSE     FALSE        NA       NA
## 1028  AnneHe70044514            0     FALSE     FALSE        NA       NA
## 1029         beewitc            0     FALSE     FALSE        NA       NA
## 1030        qquinny_            0     FALSE     FALSE        NA       NA
## 1031      silviaseee            0     FALSE     FALSE        NA       NA
## 1032  AnneHe70044514            0     FALSE     FALSE        NA       NA
## 1033    CeasarTowers            0     FALSE     FALSE        NA       NA
## 1034 Atlantic__Azure            2     FALSE     FALSE        NA       NA
## 1035    HalfBloodPJP            0     FALSE     FALSE        NA       NA
## 1036      PMercier31            0     FALSE     FALSE        NA       NA
## 1037  AnneHe70044514            0     FALSE     FALSE        NA       NA
## 1038      xxzoeyxx51            0     FALSE     FALSE        NA       NA
## 1039    hijabigaming            0     FALSE     FALSE        NA       NA
## 1040      PMercier31            0     FALSE     FALSE        NA       NA
## 1041  bubblegumx2020            0     FALSE     FALSE        NA       NA
## 1042    gebrandonkyw            0     FALSE     FALSE        NA       NA
## 1043      silviaseee            0     FALSE     FALSE        NA       NA
## 1044   Army7_Ahgase7            0     FALSE     FALSE        NA       NA
## 1045  arisvideodiary            0     FALSE     FALSE        NA       NA
## 1046    newpackrunna            0     FALSE     FALSE        NA       NA
## 1047  arisvideodiary            0     FALSE     FALSE        NA       NA
## 1048 let_alpha_write            0     FALSE     FALSE        NA       NA
## 1049   RyutoSetsujin            0     FALSE     FALSE        NA       NA
## 1050         xyenoh_            0     FALSE     FALSE        NA       NA
## 1051        sa1httam            0     FALSE     FALSE        NA       NA
## 1052       SpotifyAU            1     FALSE     FALSE        NA       NA
## 1053 jeviendemercure            0     FALSE     FALSE        NA       NA
## 1054     darius_monk            0     FALSE     FALSE        NA       NA
## 1055      silviaseee            0     FALSE     FALSE        NA       NA
## 1056      emoblkthot            0     FALSE     FALSE        NA       NA
## 1057    newpackrunna            0     FALSE     FALSE        NA       NA
## 1058    HackwithFred            0     FALSE     FALSE        NA       NA
## 1059     itsjustkeel            0     FALSE     FALSE        NA       NA
## 1060      silviaseee            0     FALSE     FALSE        NA       NA
## 1061       Iamdstar1            1     FALSE     FALSE        NA       NA
## 1062        LiNailah            0     FALSE     FALSE        NA       NA
## 1063       WolfiedaA            0     FALSE     FALSE        NA       NA
## 1064     itsjustkeel            0     FALSE     FALSE        NA       NA
## 1065    WolfiedaAqua            0     FALSE     FALSE        NA       NA
## 1066        LiNailah            0     FALSE     FALSE        NA       NA
## 1067         SLX_13_            0     FALSE     FALSE        NA       NA
## 1068     itsjustkeel            0     FALSE     FALSE        NA       NA
## 1069     Coolgirlk22            0     FALSE     FALSE        NA       NA
## 1070        NidgeOCE            0     FALSE     FALSE        NA       NA
## 1071        LiNailah            0     FALSE     FALSE        NA       NA
## 1072      _sirisaiah            0     FALSE     FALSE        NA       NA
## 1073   VillimanMagee            0     FALSE     FALSE        NA       NA
## 1074        Morgandy            0     FALSE     FALSE        NA       NA
## 1075      _sirisaiah            0     FALSE     FALSE        NA       NA
## 1076        Morgandy            0     FALSE     FALSE        NA       NA
## 1077    Cosmopalitan            0     FALSE     FALSE        NA       NA
## 1078         niskuik            1     FALSE     FALSE        NA       NA
## 1079       READY2MIX            0     FALSE     FALSE        NA       NA
## 1080    abby21898184            0     FALSE     FALSE        NA       NA
## 1081      _sirisaiah            0     FALSE     FALSE        NA       NA
## 1082      lifeofciel            0     FALSE     FALSE        NA       NA
## 1083        Morgandy            0     FALSE     FALSE        NA       NA
## 1084        HarkomsV            0     FALSE     FALSE        NA       NA
## 1085       ItsTiDALL            0     FALSE     FALSE        NA       NA
## 1086   pizzaaaqueeen            0     FALSE     FALSE        NA       NA
## 1087        GLuck354            0     FALSE     FALSE        NA       NA
## 1088 softservehoseok            0     FALSE     FALSE        NA       NA
## 1089         ariwlll            1     FALSE     FALSE        NA       NA
## 1090      _sirisaiah            0     FALSE     FALSE        NA       NA
## 1091        RiendzYT            1     FALSE     FALSE        NA       NA
## 1092  em_enchanted13            0     FALSE     FALSE        NA       NA
## 1093    abby21898184            0     FALSE     FALSE        NA       NA
## 1094      Abu_sardiq            0     FALSE     FALSE        NA       NA
## 1095 softservehoseok            0     FALSE     FALSE        NA       NA
## 1096       triffiths            0     FALSE     FALSE        NA       NA
## 1097         ariwlll            0     FALSE     FALSE        NA       NA
## 1098    Cosmopalitan            0     FALSE     FALSE        NA       NA
## 1099     sophs_moran            0     FALSE     FALSE        NA       NA
## 1100      imagingpdx           10     FALSE     FALSE        NA       NA
## 1101    harperthejay            0     FALSE     FALSE        NA       NA
## 1102         ariwlll            0     FALSE     FALSE        NA       NA
## 1103    fischylchips            0     FALSE     FALSE        NA       NA
## 1104    screaminglip            0     FALSE     FALSE        NA       NA
## 1105    Cosmopalitan            0     FALSE     FALSE        NA       NA
## 1106 softservehoseok            0     FALSE     FALSE        NA       NA
## 1107   The0_Capsicle            0     FALSE     FALSE        NA       NA
## 1108         ISwag93            0     FALSE     FALSE        NA       NA
## 1109         ariwlll            0     FALSE     FALSE        NA       NA
## 1110       crainfly1            0     FALSE     FALSE        NA       NA
## 1111  astoldbyalahni            0     FALSE     FALSE        NA       NA
## 1112   The0_Capsicle            0     FALSE     FALSE        NA       NA
## 1113     ABaldwin636            0     FALSE     FALSE        NA       NA
## 1114    fischylchips            0     FALSE     FALSE        NA       NA
## 1115  kennedytcooper            0     FALSE     FALSE        NA       NA
## 1116         teeyup_            0     FALSE     FALSE        NA       NA
## 1117 LetMeSimpNPeace            0     FALSE     FALSE        NA       NA
## 1118   The0_Capsicle            0     FALSE     FALSE        NA       NA
## 1119      Jeniferium            0     FALSE     FALSE        NA       NA
## 1120      ManSpiiduh            0     FALSE     FALSE        NA       NA
## 1121  OlajumokeSings            0     FALSE     FALSE        NA       NA
## 1122      earnedabel            0     FALSE     FALSE        NA       NA
## 1123     denlightful            0     FALSE     FALSE        NA       NA
## 1124 meg_interrupted            0     FALSE     FALSE        NA       NA
## 1125      _daviidjc_            0     FALSE     FALSE        NA       NA
## 1126 originalnicoleg            0     FALSE     FALSE        NA       NA
## 1127      Ravener182            0     FALSE     FALSE        NA       NA
## 1128         JRman99            0     FALSE     FALSE        NA       NA
## 1129        mollycej            0     FALSE     FALSE        NA       NA
## 1130 phil_a_cardwell            0     FALSE     FALSE        NA       NA
## 1131   BruhITzMisael            0     FALSE     FALSE        NA       NA
## 1132     denlightful            0     FALSE     FALSE        NA       NA
## 1133    WikkedBlissy            0     FALSE     FALSE        NA       NA
## 1134 Nessa_Smackable            0     FALSE     FALSE        NA       NA
## 1135    dwaeofficial            0     FALSE     FALSE        NA       NA
## 1136     projectingx            0     FALSE     FALSE        NA       NA
## 1137        annabtww            0     FALSE     FALSE        NA       NA
## 1138 phil_a_cardwell            0     FALSE     FALSE        NA       NA
## 1139 TheYeetmaster22            0     FALSE     FALSE        NA       NA
## 1140      staryeol98            0     FALSE     FALSE        NA       NA
## 1141 a_a_ronofficial            0     FALSE     FALSE        NA       NA
## 1142   Iqvenderhazes            0     FALSE     FALSE        NA       NA
## 1143         lucylee            0     FALSE     FALSE        NA       NA
## 1144     projectingx            0     FALSE     FALSE        NA       NA
## 1145  thatgayguyjosh            0     FALSE     FALSE        NA       NA
## 1146      staryeol98            0     FALSE     FALSE        NA       NA
## 1147   Iqvenderhazes            0     FALSE     FALSE        NA       NA
## 1148      Newsmacoll            0     FALSE     FALSE        NA       NA
## 1149 EberhardyPayton            0     FALSE     FALSE        NA       NA
## 1150      staryeol98            0     FALSE     FALSE        NA       NA
## 1151 meg_interrupted            0     FALSE     FALSE        NA       NA
## 1152   Iqvenderhazes            0     FALSE     FALSE        NA       NA
## 1153 TheYeetmaster22            0     FALSE     FALSE        NA       NA
## 1154     projectingx            0     FALSE     FALSE        NA       NA
## 1155      staryeol98            0     FALSE     FALSE        NA       NA
## 1156 rainbowmisandry            0     FALSE     FALSE        NA       NA
## 1157   SopranosWorld           49     FALSE     FALSE        NA       NA
## 1158   CarterSwigert            0     FALSE     FALSE        NA       NA
## 1159     vinceXbeans            0     FALSE     FALSE        NA       NA
## 1160 KamakshiGanduri            0     FALSE     FALSE        NA       NA
## 1161 celestialbinchh            0     FALSE     FALSE        NA       NA
## 1162 meg_interrupted            0     FALSE     FALSE        NA       NA
## 1163     Plopperingo            0     FALSE     FALSE        NA       NA
## 1164  HorridGameplay            0     FALSE     FALSE        NA       NA
## 1165  thatgayguyjosh            0     FALSE     FALSE        NA       NA
## 1166 KamakshiGanduri            0     FALSE     FALSE        NA       NA
## 1167 phil_a_cardwell            0     FALSE     FALSE        NA       NA
## 1168      matlaelawr            0     FALSE     FALSE        NA       NA
## 1169    f1x_1t_fel1x            0     FALSE     FALSE        NA       NA
## 1170  thatgayguyjosh            0     FALSE     FALSE        NA       NA
## 1171 TheYeetmaster22            0     FALSE     FALSE        NA       NA
## 1172    HackwithFred            1     FALSE     FALSE        NA       NA
## 1173 KamakshiGanduri            0     FALSE     FALSE        NA       NA
## 1174    bellawazowsk            0     FALSE     FALSE        NA       NA
## 1175 thesickrosevamp            0     FALSE     FALSE        NA       NA
## 1176      Nsrt_Usrnm            0     FALSE     FALSE        NA       NA
## 1177      Frothy_boy            0     FALSE     FALSE        NA       NA
## 1178         macush_            4     FALSE     FALSE        NA       NA
## 1179 EberhardyPayton            0     FALSE     FALSE        NA       NA
## 1180 EberhardyPayton            0     FALSE     FALSE        NA       NA
## 1181       jihansluv            0     FALSE     FALSE        NA       NA
## 1182      Nsrt_Usrnm            0     FALSE     FALSE        NA       NA
## 1183 EberhardyPayton            0     FALSE     FALSE        NA       NA
## 1184     curlyfuqnae            0     FALSE     FALSE        NA       NA
## 1185          _ortxa            0     FALSE     FALSE        NA       NA
## 1186 OfficialBacon37            0     FALSE     FALSE        NA       NA
## 1187  definitelydevv            0     FALSE     FALSE        NA       NA
## 1188   avalon_jewelz            0     FALSE     FALSE        NA       NA
## 1189         Jenxrmm            0     FALSE     FALSE        NA       NA
## 1190 phil_a_cardwell            0     FALSE     FALSE        NA       NA
## 1191 TheYeetmaster22            0     FALSE     FALSE        NA       NA
## 1192  definitelydevv            0     FALSE     FALSE        NA       NA
## 1193       Kyan__223            0     FALSE     FALSE        NA       NA
## 1194     curlyfuqnae            0     FALSE     FALSE        NA       NA
## 1195 OfficialBacon37            0     FALSE     FALSE        NA       NA
## 1196      Nsrt_Usrnm            0     FALSE     FALSE        NA       NA
## 1197          PizzaX            1     FALSE     FALSE        NA       NA
## 1198  YAMADA52137629            0     FALSE     FALSE        NA       NA
## 1199          _ortxa            0     FALSE     FALSE        NA       NA
## 1200       lizdotgov            0     FALSE     FALSE        NA       NA
## 1201        ariskyy_            0     FALSE     FALSE        NA       NA
## 1202  definitelydevv            0     FALSE     FALSE        NA       NA
## 1203      Nsrt_Usrnm            0     FALSE     FALSE        NA       NA
## 1204      MuseArtCo_            0     FALSE     FALSE        NA       NA
## 1205    bostonguy924            0     FALSE     FALSE        NA       NA
## 1206       heyyou_md            0     FALSE     FALSE        NA       NA
## 1207  kenjiharimaily            0     FALSE     FALSE        NA       NA
## 1208          effeot            0     FALSE     FALSE        NA       NA
## 1209   therebelbunny            0     FALSE     FALSE        NA       NA
## 1210  definitelydevv            0     FALSE     FALSE        NA       NA
## 1211   DoughBoyMOIST            0     FALSE     FALSE        NA       NA
## 1212        tpops111            0     FALSE     FALSE        NA       NA
## 1213      Lacheln___            2     FALSE     FALSE        NA       NA
## 1214 Megan_OnTwitt3r            0     FALSE     FALSE        NA       NA
## 1215       amooloona            0     FALSE     FALSE        NA       NA
## 1216        Guackiki            0     FALSE     FALSE        NA       NA
## 1217  kenjiharimaily            0     FALSE     FALSE        NA       NA
## 1218      kraydragon            0     FALSE     FALSE        NA       NA
## 1219       JadeC1412            0     FALSE     FALSE        NA       NA
## 1220       GHOSTXIUK            0     FALSE     FALSE        NA       NA
## 1221      rayray_twt            0     FALSE     FALSE        NA       NA
## 1222        tpops111            0     FALSE     FALSE        NA       NA
## 1223    Novaboogaloo            0     FALSE     FALSE        NA       NA
## 1224 Megan_OnTwitt3r            0     FALSE     FALSE        NA       NA
## 1225         Britt_Z            0     FALSE     FALSE        NA       NA
## 1226      EsnyMorgan            0     FALSE     FALSE        NA       NA
## 1227      Caddieoops            0     FALSE     FALSE        NA       NA
## 1228 Megan_OnTwitt3r            0     FALSE     FALSE        NA       NA
## 1229  Pantherheart13            0     FALSE     FALSE        NA       NA
## 1230 raveisnotacrime            0     FALSE     FALSE        NA       NA
## 1231   trobediscanon            0     FALSE     FALSE        NA       NA
## 1232 namutambowataka            0     FALSE     FALSE        NA       NA
## 1233       Afroreal1            0     FALSE     FALSE        NA       NA
## 1234       iloooo666            0     FALSE     FALSE        NA       NA
## 1235   lilginapamish            0     FALSE     FALSE        NA       NA
## 1236  Pantherheart13            0     FALSE     FALSE        NA       NA
## 1237      EsnyMorgan            0     FALSE     FALSE        NA       NA
## 1238       GHOSTXIUK            0     FALSE     FALSE        NA       NA
## 1239 raveisnotacrime            0     FALSE     FALSE        NA       NA
## 1240       Afroreal1            0     FALSE     FALSE        NA       NA
## 1241       iloooo666            0     FALSE     FALSE        NA       NA
## 1242         xNeivax            0     FALSE     FALSE        NA       NA
## 1243       myiwilife            0     FALSE     FALSE        NA       NA
## 1244      EsnyMorgan            0     FALSE     FALSE        NA       NA
## 1245       iloooo666            0     FALSE     FALSE        NA       NA
## 1246       Afroreal1            0     FALSE     FALSE        NA       NA
## 1247 raveisnotacrime            0     FALSE     FALSE        NA       NA
## 1248   NolanKelley16            0     FALSE     FALSE        NA       NA
## 1249       iloooo666            0     FALSE     FALSE        NA       NA
## 1250       jaeiuyang            0     FALSE     FALSE        NA       NA
## 1251      EsnyMorgan            0     FALSE     FALSE        NA       NA
## 1252    Connorbankey            0     FALSE     FALSE        NA       NA
## 1253   missbambidoll            0     FALSE     FALSE        NA       NA
## 1254       GHOSTXIUK            0     FALSE     FALSE        NA       NA
## 1255 raveisnotacrime            0     FALSE     FALSE        NA       NA
## 1256    eileenofeire            0     FALSE     FALSE        NA       NA
## 1257 Darker_diamonds            0     FALSE     FALSE        NA       NA
## 1258       liztakeit            0     FALSE     FALSE        NA       NA
## 1259     Silenciaga_            0     FALSE     FALSE        NA       NA
## 1260     ughsheshere            0     FALSE     FALSE        NA       NA
## 1261    eileenofeire            0     FALSE     FALSE        NA       NA
## 1262  RockstarRhidoy           10     FALSE     FALSE        NA       NA
## 1263    DarkLion2704            0     FALSE     FALSE        NA       NA
## 1264  UnoUno90604608            0     FALSE     FALSE        NA       NA
## 1265    DarkLion2704            0     FALSE     FALSE        NA       NA
## 1266         liabyte            0     FALSE     FALSE        NA       NA
## 1267 Darker_diamonds            0     FALSE     FALSE        NA       NA
## 1268    eileenofeire            0     FALSE     FALSE        NA       NA
## 1269          _tfish            0     FALSE     FALSE        NA       NA
## 1270 Rafaela53949671            4     FALSE     FALSE        NA       NA
## 1271    DarkLion2704            0     FALSE     FALSE        NA       NA
## 1272   enhyskiescafe            0     FALSE     FALSE        NA       NA
## 1273  FattahMagazine            2     FALSE     FALSE        NA       NA
## 1274      BlueKyndra            0     FALSE     FALSE        NA       NA
## 1275   enhyskiescafe            0     FALSE     FALSE        NA       NA
## 1276         12Ice_2            0     FALSE     FALSE        NA       NA
## 1277        teayuji_            0     FALSE     FALSE        NA       NA
## 1278       AleximoYT            0     FALSE     FALSE        NA       NA
## 1279   enhyskiescafe            0     FALSE     FALSE        NA       NA
## 1280       Vulturnia            0     FALSE     FALSE        NA       NA
## 1281         PearVoz            0     FALSE     FALSE        NA       NA
## 1282 ilovefaouziato1            0     FALSE     FALSE        NA       NA
## 1283 ilovefaouziato1            0     FALSE     FALSE        NA       NA
## 1284          gnfzay            0     FALSE     FALSE        NA       NA
## 1285   evandertweets            0     FALSE     FALSE        NA       NA
## 1286     thatonemush            0     FALSE     FALSE        NA       NA
## 1287    lusgathewise            0     FALSE     FALSE        NA       NA
## 1288     pipebomb404            0     FALSE     FALSE        NA       NA
## 1289          gnfzay            0     FALSE     FALSE        NA       NA
## 1290 ilovefaouziato1            0     FALSE     FALSE        NA       NA
## 1291         BEQYpng            0     FALSE     FALSE        NA       NA
## 1292       AleximoYT            0     FALSE     FALSE        NA       NA
## 1293  WinxForeverPod            0     FALSE     FALSE        NA       NA
## 1294     G_M_Dlamini            0     FALSE     FALSE        NA       NA
## 1295    lusgathewise            0     FALSE     FALSE        NA       NA
## 1296   evandertweets            0     FALSE     FALSE        NA       NA
## 1297 AmyMitc82310834            0     FALSE     FALSE        NA       NA
## 1298     Stantonio_A            0     FALSE     FALSE        NA       NA
## 1299  em_enchanted13            0     FALSE     FALSE        NA       NA
## 1300     erasehrhead            0     FALSE     FALSE        NA       NA
## 1301    katwithclaws            0     FALSE     FALSE        NA       NA
## 1302      wormholeef            0     FALSE     FALSE        NA       NA
## 1303        HarkomsV            0     FALSE     FALSE        NA       NA
## 1304        dubuqiqi            0     FALSE     FALSE        NA       NA
## 1305      ZanAycicek            0     FALSE     FALSE        NA       NA
## 1306       Squish815            0     FALSE     FALSE        NA       NA
## 1307    eddygotsalsa            0     FALSE     FALSE        NA       NA
## 1308     luvinn_jess            0     FALSE     FALSE        NA       NA
## 1309        dubuqiqi            0     FALSE     FALSE        NA       NA
## 1310        HarkomsV            0     FALSE     FALSE        NA       NA
## 1311     delforcee01            0     FALSE     FALSE        NA       NA
## 1312    madsdalorian            0     FALSE     FALSE        NA       NA
## 1313       mgateszie            0     FALSE     FALSE        NA       NA
## 1314    jesrenee1487            0     FALSE     FALSE        NA       NA
## 1315    _cinnamoncat            0     FALSE     FALSE        NA       NA
## 1316  emidowntheline            0     FALSE     FALSE        NA       NA
## 1317        dubuqiqi            0     FALSE     FALSE        NA       NA
## 1318  swiftienette17            0     FALSE     FALSE        NA       NA
## 1319       tvgirIfan            0     FALSE     FALSE        NA       NA
## 1320   evandertweets            0     FALSE     FALSE        NA       NA
## 1321    eddygotsalsa            0     FALSE     FALSE        NA       NA
## 1322      Dragoneggy            0     FALSE     FALSE        NA       NA
## 1323        dubuqiqi            0     FALSE     FALSE        NA       NA
## 1324       mgateszie            0     FALSE     FALSE        NA       NA
## 1325   gojonifficent            0     FALSE     FALSE        NA       NA
## 1326     awayfrommyg            0     FALSE     FALSE        NA       NA
## 1327      Dragoneggy            0     FALSE     FALSE        NA       NA
## 1328       sadlebyyy            0     FALSE     FALSE        NA       NA
## 1329     cyberzeroer            0     FALSE     FALSE        NA       NA
## 1330  em_enchanted13            0     FALSE     FALSE        NA       NA
## 1331       tvgirIfan            0     FALSE     FALSE        NA       NA
## 1332       mgateszie            0     FALSE     FALSE        NA       NA
## 1333     FreddersF14            0     FALSE     FALSE        NA       NA
## 1334      Dragoneggy            0     FALSE     FALSE        NA       NA
## 1335    jesrenee1487            0     FALSE     FALSE        NA       NA
## 1336     FreddersF14            0     FALSE     FALSE        NA       NA
## 1337     GingerSwizz            0     FALSE     FALSE        NA       NA
## 1338 GeneralPedroArt            0     FALSE     FALSE        NA       NA
## 1339        Pttyslim            0     FALSE     FALSE        NA       NA
## 1340     Stantonio_A            0     FALSE     FALSE        NA       NA
## 1341 DemaraDrknguard            0     FALSE     FALSE        NA       NA
## 1342     FreddersF14            0     FALSE     FALSE        NA       NA
## 1343       tvgirIfan            0     FALSE     FALSE        NA       NA
## 1344        WeStay08            0     FALSE     FALSE        NA       NA
## 1345    BriannaRob13            0     FALSE     FALSE        NA       NA
## 1346     Swampgobl1n            0     FALSE     FALSE        NA       NA
## 1347  em_enchanted13            0     FALSE     FALSE        NA       NA
## 1348   couponblender            0     FALSE     FALSE        NA       NA
## 1349     MarxusScott            0     FALSE     FALSE        NA       NA
## 1350   scarzonreplay            0     FALSE     FALSE        NA       NA
## 1351     GingerSwizz            0     FALSE     FALSE        NA       NA
## 1352    bernabasagre            0     FALSE     FALSE        NA       NA
## 1353        WeStay08            0     FALSE     FALSE        NA       NA
## 1354     _Adamisneat            0     FALSE     FALSE        NA       NA
## 1355  golden__ariana            0     FALSE     FALSE        NA       NA
## 1356     madalenaaaa            0     FALSE     FALSE        NA       NA
## 1357      L3m0nL1l4c            0     FALSE     FALSE        NA       NA
## 1358 PitchesOfficial            0     FALSE     FALSE        NA       NA
## 1359     GingerSwizz            0     FALSE     FALSE        NA       NA
## 1360   HimanshuT4200            1     FALSE     FALSE        NA       NA
## 1361       Dmcity619            0     FALSE     FALSE        NA       NA
## 1362     Jamdungghal            0     FALSE     FALSE        NA       NA
## 1363      2L2Q_JGMan            0     FALSE     FALSE        NA       NA
## 1364        IbraLile            0     FALSE     FALSE        NA       NA
## 1365     Swampgobl1n            0     FALSE     FALSE        NA       NA
## 1366       B14091993            0     FALSE     FALSE        NA       NA
## 1367       Dmcity619            0     FALSE     FALSE        NA       NA
## 1368     _Adamisneat            0     FALSE     FALSE        NA       NA
## 1369        bens0nnn            0     FALSE     FALSE        NA       NA
## 1370     Swampgobl1n            0     FALSE     FALSE        NA       NA
## 1371     delforcee01            0     FALSE     FALSE        NA       NA
## 1372    LizzyLizz_xo            0     FALSE     FALSE        NA       NA
## 1373        bens0nnn            0     FALSE     FALSE        NA       NA
## 1374   teenage_wh0r3            0     FALSE     FALSE        NA       NA
## 1375   comphetforBTS            0     FALSE     FALSE        NA       NA
## 1376       denebolia            1     FALSE     FALSE        NA       NA
## 1377     apriliaspar            0     FALSE     FALSE        NA       NA
## 1378   eggrollsfromu            0     FALSE     FALSE        NA       NA
## 1379 DemaraDrknguard            0     FALSE     FALSE        NA       NA
## 1380   abe_schonfeld            0     FALSE     FALSE        NA       NA
## 1381     apriliaspar            0     FALSE     FALSE        NA       NA
## 1382    BrookeKriner            0     FALSE     FALSE        NA       NA
## 1383 PitchesOfficial            0     FALSE     FALSE        NA       NA
## 1384     apriliaspar            0     FALSE     FALSE        NA       NA
## 1385    eden_anapple            0     FALSE     FALSE        NA       NA
## 1386 vernesa27292271            9     FALSE     FALSE        NA       NA
## 1387 feverdreamhuddy            0     FALSE     FALSE        NA       NA
## 1388    wallsxagustd            0     FALSE     FALSE        NA       NA
## 1389      PewPewChar            0     FALSE     FALSE        NA       NA
## 1390        WeStay08            0     FALSE     FALSE        NA       NA
## 1391       kkalechip            0     FALSE     FALSE        NA       NA
## 1392    jpeg2thehead            0     FALSE     FALSE        NA       NA
## 1393    eden_anapple            0     FALSE     FALSE        NA       NA
## 1394         kuonesh            0     FALSE     FALSE        NA       NA
## 1395    h34rtstopp3d            0     FALSE     FALSE        NA       NA
## 1396       didphoebe            0     FALSE     FALSE        NA       NA
## 1397    anarchytater            0     FALSE     FALSE        NA       NA
## 1398 vernesa27292271            0     FALSE     FALSE        NA       NA
## 1399       kkalechip            0     FALSE     FALSE        NA       NA
## 1400    h34rtstopp3d            0     FALSE     FALSE        NA       NA
## 1401   PhattieBlaise            0     FALSE     FALSE        NA       NA
## 1402    wallsxagustd            0     FALSE     FALSE        NA       NA
## 1403    ki222urheart            1     FALSE     FALSE        NA       NA
## 1404 feverdreamhuddy            0     FALSE     FALSE        NA       NA
## 1405    h34rtstopp3d            0     FALSE     FALSE        NA       NA
## 1406 MoneyBagSports1            0     FALSE     FALSE        NA       NA
## 1407        TBYOFTEN            0     FALSE     FALSE        NA       NA
## 1408       DeeClose1            0     FALSE     FALSE        NA       NA
## 1409     t4tkawoshin            0     FALSE     FALSE        NA       NA
## 1410 flowers_the_guy            0     FALSE     FALSE        NA       NA
## 1411      kylieagang            0     FALSE     FALSE        NA       NA
## 1412  em_enchanted13            0     FALSE     FALSE        NA       NA
## 1413 feverdreamhuddy            0     FALSE     FALSE        NA       NA
## 1414     t4tkawoshin            0     FALSE     FALSE        NA       NA
## 1415  usernotanyname            0     FALSE     FALSE        NA       NA
## 1416     t4tkawoshin            0     FALSE     FALSE        NA       NA
## 1417    SwiftCheck13            0     FALSE     FALSE        NA       NA
## 1418  yunhotriever24            0     FALSE     FALSE        NA       NA
## 1419  usernotanyname            0     FALSE     FALSE        NA       NA
## 1420        brktrend            0     FALSE     FALSE        NA       NA
## 1421 feverdreamhuddy            0     FALSE     FALSE        NA       NA
## 1422       TaptrickD            0     FALSE     FALSE        NA       NA
## 1423       BallKaan2            2     FALSE     FALSE        NA       NA
## 1424          PIIKOK            0     FALSE     FALSE        NA       NA
## 1425   PARANOIDJULES            0     FALSE     FALSE        NA       NA
## 1426      wtxnewsusa            0     FALSE     FALSE        NA       NA
## 1427          PIIKOK            0     FALSE     FALSE        NA       NA
## 1428       eyemusing            0     FALSE     FALSE        NA       NA
## 1429          rmzz08            0     FALSE     FALSE        NA       NA
## 1430  usernotanyname            0     FALSE     FALSE        NA       NA
## 1431         lothani            0     FALSE     FALSE        NA       NA
## 1432     bell_allens            0     FALSE     FALSE        NA       NA
## 1433  Swatsniper_716            0     FALSE     FALSE        NA       NA
## 1434      mocellosag            0     FALSE     FALSE        NA       NA
## 1435  usernotanyname            0     FALSE     FALSE        NA       NA
## 1436   martaftgerard            0     FALSE     FALSE        NA       NA
## 1437  yunhotriever24            0     FALSE     FALSE        NA       NA
## 1438    online_rhino            0     FALSE     FALSE        NA       NA
## 1439       eyemusing            0     FALSE     FALSE        NA       NA
## 1440    martibeenfly            0     FALSE     FALSE        NA       NA
## 1441   thisisedel_xo            0     FALSE     FALSE        NA       NA
## 1442   thee_LuiRemix            0     FALSE     FALSE        NA       NA
## 1443     V1rus_Alert            0     FALSE     FALSE        NA       NA
## 1444 EmmaJac28300283            0     FALSE     FALSE        NA       NA
## 1445     V1rus_Alert            0     FALSE     FALSE        NA       NA
## 1446  aquarianweekly            0     FALSE     FALSE        NA       NA
## 1447     AshaWasHere            0     FALSE     FALSE        NA       NA
## 1448      DoinsSport            0     FALSE     FALSE        NA       NA
## 1449       eyemusing            0     FALSE     FALSE        NA       NA
## 1450 Felix_Onyenugwu            0     FALSE     FALSE        NA       NA
## 1451      DerivJay12            0     FALSE     FALSE        NA       NA
## 1452       BLACKM0SS            0     FALSE     FALSE        NA       NA
## 1453     V1rus_Alert            0     FALSE     FALSE        NA       NA
## 1454  harpersversion            0     FALSE     FALSE        NA       NA
## 1455        idlmdylm            0     FALSE     FALSE        NA       NA
## 1456 HayleyR90286123            0     FALSE     FALSE        NA       NA
## 1457      NavInkling            0     FALSE     FALSE        NA       NA
## 1458      365WHISTLE            0     FALSE     FALSE        NA       NA
## 1459         amyphxm            0     FALSE     FALSE        NA       NA
## 1460       BLACKM0SS            0     FALSE     FALSE        NA       NA
## 1461     troysweater            0     FALSE     FALSE        NA       NA
## 1462  harpersversion            0     FALSE     FALSE        NA       NA
## 1463  Mrjimsmith1234            0     FALSE     FALSE        NA       NA
## 1464       eyemusing            0     FALSE     FALSE        NA       NA
## 1465      NavInkling            0     FALSE     FALSE        NA       NA
## 1466    Peteywee337_            0     FALSE     FALSE        NA       NA
## 1467   GiuliaMazzaPh            0     FALSE     FALSE        NA       NA
## 1468   ActorAngelina            0     FALSE     FALSE        NA       NA
## 1469      NavInkling            0     FALSE     FALSE        NA       NA
## 1470       amooloona            0     FALSE     FALSE        NA       NA
## 1471      Dali_lama8            1     FALSE     FALSE        NA       NA
## 1472    ReginaMundi7            0     FALSE     FALSE        NA       NA
## 1473  nessamartins97            0     FALSE     FALSE        NA       NA
## 1474   ActorAngelina            0     FALSE     FALSE        NA       NA
## 1475   undercoverbri            0     FALSE     FALSE        NA       NA
## 1476  harpersversion            0     FALSE     FALSE        NA       NA
## 1477 farhan__mehmood            0     FALSE     FALSE        NA       NA
## 1478      NavInkling            0     FALSE     FALSE        NA       NA
## 1479   ActorAngelina            0     FALSE     FALSE        NA       NA
## 1480 HayleyR90286123            0     FALSE     FALSE        NA       NA
## 1481     erinkoleary            0     FALSE     FALSE        NA       NA
## 1482  nessamartins97            0     FALSE     FALSE        NA       NA
## 1483    RoninStarted            0     FALSE     FALSE        NA       NA
## 1484     wingobingus            0     FALSE     FALSE        NA       NA
## 1485     foundeasily            0     FALSE     FALSE        NA       NA
## 1486  harpersversion            0     FALSE     FALSE        NA       NA
## 1487        martyw82            0     FALSE     FALSE        NA       NA
## 1488   ActorAngelina            0     FALSE     FALSE        NA       NA
## 1489          DM8315            0     FALSE     FALSE        NA       NA
## 1490         margmak            1     FALSE     FALSE        NA       NA
## 1491    thetinysilva            0     FALSE     FALSE        NA       NA
## 1492      1Informer2            0     FALSE     FALSE        NA       NA
## 1493       HectorDMS            0     FALSE     FALSE        NA       NA
## 1494    idkitsnicole            0     FALSE     FALSE        NA       NA
## 1495       kplayfest            0     FALSE     FALSE        NA       NA
## 1496    thetinysilva            0     FALSE     FALSE        NA       NA
## 1497  sh0rtest_str4w            0     FALSE     FALSE        NA       NA
## 1498          PIIKOK            0     FALSE     FALSE        NA       NA
## 1499       sirensinb            0     FALSE     FALSE        NA       NA
## 1500       DulljshhA            0     FALSE     FALSE        NA       NA
## 1501       sirensinb            0     FALSE     FALSE        NA       NA
## 1502      jeenonamit            0     FALSE     FALSE        NA       NA
## 1503    phantomghafa            0     FALSE     FALSE        NA       NA
## 1504        thea__25            0     FALSE     FALSE        NA       NA
## 1505    thetinysilva            0     FALSE     FALSE        NA       NA
## 1506     LVJYadmirer            0     FALSE     FALSE        NA       NA
## 1507        martyw82            0     FALSE     FALSE        NA       NA
## 1508       HectorDMS            0     FALSE     FALSE        NA       NA
## 1509       gowonning            0     FALSE     FALSE        NA       NA
## 1510       sirensinb            0     FALSE     FALSE        NA       NA
## 1511    phantomghafa            0     FALSE     FALSE        NA       NA
## 1512  Melissa_Wasser            0     FALSE     FALSE        NA       NA
## 1513     Haifinphoto            0     FALSE     FALSE        NA       NA
## 1514        neeeloys            0     FALSE     FALSE        NA       NA
## 1515       HectorDMS            0     FALSE     FALSE        NA       NA
## 1516   whatthe_hayls            0     FALSE     FALSE        NA       NA
## 1517    drachenovska            1     FALSE     FALSE        NA       NA
## 1518    phantomghafa            0     FALSE     FALSE        NA       NA
## 1519 curtainfarewell            0     FALSE     FALSE        NA       NA
## 1520       ya_SKZ731            0     FALSE     FALSE        NA       NA
## 1521    phantomghafa            0     FALSE     FALSE        NA       NA
## 1522       HectorDMS            0     FALSE     FALSE        NA       NA
## 1523   SplinterRatio            0     FALSE     FALSE        NA       NA
## 1524    drachenovska            0     FALSE     FALSE        NA       NA
## 1525         Ms_KatW            0     FALSE     FALSE        NA       NA
## 1526        HarkomsV            0     FALSE     FALSE        NA       NA
## 1527 StuffFromBlock3            0     FALSE     FALSE        NA       NA
## 1528 RagingWhormoans            0     FALSE     FALSE        NA       NA
## 1529 Tarrah_Danielle            0     FALSE     FALSE        NA       NA
## 1530       sirensinb            0     FALSE     FALSE        NA       NA
## 1531       kayladon9            0     FALSE     FALSE        NA       NA
## 1532        neeeloys            0     FALSE     FALSE        NA       NA
## 1533 simona_bargagli            0     FALSE     FALSE        NA       NA
## 1534  devilmidwinter            0     FALSE     FALSE        NA       NA
## 1535       ya_SKZ731            0     FALSE     FALSE        NA       NA
## 1536 curtainfarewell            0     FALSE     FALSE        NA       NA
## 1537       MikPikRik            0     FALSE     FALSE        NA       NA
## 1538       ya_SKZ731            0     FALSE     FALSE        NA       NA
## 1539         Ms_KatW            0     FALSE     FALSE        NA       NA
## 1540     Jamdungghal            0     FALSE     FALSE        NA       NA
## 1541       wowyolotv            0     FALSE     FALSE        NA       NA
## 1542  Robert_scott30            1     FALSE     FALSE        NA       NA
## 1543   salimishmael_            0     FALSE     FALSE        NA       NA
## 1544        JosszzoL            0     FALSE     FALSE        NA       NA
## 1545        HarkomsV            0     FALSE     FALSE        NA       NA
## 1546 simona_bargagli            0     FALSE     FALSE        NA       NA
## 1547    BonnieAuntea            0     FALSE     FALSE        NA       NA
## 1548     TinaDarwell            0     FALSE     FALSE        NA       NA
## 1549       TonicForg            0     FALSE     FALSE        NA       NA
## 1550      SirHotLaps            0     FALSE     FALSE        NA       NA
## 1551       KaosBunny            0     FALSE     FALSE        NA       NA
## 1552       ya_SKZ731            0     FALSE     FALSE        NA       NA
## 1553   rocketenginee            0     FALSE     FALSE        NA       NA
## 1554       cardigron            0     FALSE     FALSE        NA       NA
## 1555   Albas_Fortune            0     FALSE     FALSE        NA       NA
## 1556 simona_bargagli            0     FALSE     FALSE        NA       NA
## 1557        LM_woomy            0     FALSE     FALSE        NA       NA
## 1558    EpinardGuard            0     FALSE     FALSE        NA       NA
## 1559 ihopeudrownmore            0     FALSE     FALSE        NA       NA
## 1560 simona_bargagli            0     FALSE     FALSE        NA       NA
## 1561 sarahbethismyl1            0     FALSE     FALSE        NA       NA
## 1562   emotrash_wuff            0     FALSE     FALSE        NA       NA
## 1563 di_shun_meh_die            0     FALSE     FALSE        NA       NA
## 1564       cardigron            0     FALSE     FALSE        NA       NA
## 1565        maemaedc            0     FALSE     FALSE        NA       NA
## 1566       nikfinite            0     FALSE     FALSE        NA       NA
## 1567 MoonlightsCoven            0     FALSE     FALSE        NA       NA
## 1568         margmak            2     FALSE     FALSE        NA       NA
## 1569       cardigron            0     FALSE     FALSE        NA       NA
## 1570      macks_page            0     FALSE     FALSE        NA       NA
## 1571        LM_woomy            0     FALSE     FALSE        NA       NA
## 1572       Uwusukuru            0     FALSE     FALSE        NA       NA
## 1573 CALIFORNIAW0RLD            0     FALSE     FALSE        NA       NA
## 1574    kurzedificio            1     FALSE     FALSE        NA       NA
## 1575        LM_woomy            0     FALSE     FALSE        NA       NA
## 1576    xamitexmusic            0     FALSE     FALSE        NA       NA
## 1577       nikfinite            0     FALSE     FALSE        NA       NA
## 1578 MoonlightsCoven            0     FALSE     FALSE        NA       NA
## 1579        maemaedc            0     FALSE     FALSE        NA       NA
## 1580    starsrsocool            0     FALSE     FALSE        NA       NA
## 1581   musubigarbage            0     FALSE     FALSE        NA       NA
## 1582 CALIFORNIAW0RLD            0     FALSE     FALSE        NA       NA
## 1583  Startup_Canada            0     FALSE     FALSE        NA       NA
## 1584    DIEGUIRRI_89            0     FALSE     FALSE        NA       NA
## 1585  NosleepPodcast            1     FALSE     FALSE        NA       NA
## 1586  Samantha_lilac            0     FALSE     FALSE        NA       NA
## 1587       shiemisss            0     FALSE     FALSE        NA       NA
## 1588  therealparis23            0     FALSE     FALSE        NA       NA
## 1589        LM_woomy            0     FALSE     FALSE        NA       NA
## 1590    starsrsocool            0     FALSE     FALSE        NA       NA
## 1591       nikfinite            0     FALSE     FALSE        NA       NA
## 1592 neverlastinline            0     FALSE     FALSE        NA       NA
## 1593   Kinga_Ninurta            0     FALSE     FALSE        NA       NA
## 1594    starsrsocool            0     FALSE     FALSE        NA       NA
## 1595       itsvdanni            0     FALSE     FALSE        NA       NA
## 1596           gwyx6            0     FALSE     FALSE        NA       NA
## 1597        maemaedc            1     FALSE     FALSE        NA       NA
## 1598    starsrsocool            0     FALSE     FALSE        NA       NA
## 1599        sncaffee            2     FALSE     FALSE        NA       NA
## 1600         GapsFNT            0     FALSE     FALSE        NA       NA
## 1601          FevenA            0     FALSE     FALSE        NA       NA
## 1602   sapphohyunjin            0     FALSE     FALSE        NA       NA
## 1603 cewulidgabxyau9            2     FALSE     FALSE        NA       NA
## 1604     TeeRexradio            0     FALSE     FALSE        NA       NA
## 1605  GeorgeColuccia            0     FALSE     FALSE        NA       NA
## 1606   sapphohyunjin            0     FALSE     FALSE        NA       NA
## 1607     ZellBellArt            0     FALSE     FALSE        NA       NA
## 1608  baekseongseung            0     FALSE     FALSE        NA       NA
## 1609      Lurifodase            0     FALSE     FALSE        NA       NA
## 1610   sapphohyunjin            0     FALSE     FALSE        NA       NA
## 1611     UncleHerpes            0     FALSE     FALSE        NA       NA
## 1612  etherealheartt            0     FALSE     FALSE        NA       NA
## 1613    5w1tchGaming            0     FALSE     FALSE        NA       NA
## 1614      Lurifodase            0     FALSE     FALSE        NA       NA
## 1615       itsvdanni            0     FALSE     FALSE        NA       NA
## 1616        HarkomsV            0     FALSE     FALSE        NA       NA
## 1617       Uwusukuru            0     FALSE     FALSE        NA       NA
## 1618    swiftwonders            0     FALSE     FALSE        NA       NA
## 1619  etherealheartt            0     FALSE     FALSE        NA       NA
## 1620    m1dn1ght5_13            0     FALSE     FALSE        NA       NA
## 1621    5w1tchGaming            0     FALSE     FALSE        NA       NA
## 1622  etherealheartt            0     FALSE     FALSE        NA       NA
## 1623       itsvdanni            0     FALSE     FALSE        NA       NA
## 1624        mkaRocki            0     FALSE     FALSE        NA       NA
## 1625  etherealheartt            0     FALSE     FALSE        NA       NA
## 1626         Bezvard            0     FALSE     FALSE        NA       NA
## 1627 makelessharries            1     FALSE     FALSE        NA       NA
## 1628 _darklikemysoul            0     FALSE     FALSE        NA       NA
## 1629     trivialtony            0     FALSE     FALSE        NA       NA
## 1630   Grace_Costags            0     FALSE     FALSE        NA       NA
## 1631      enchantlwt            0     FALSE     FALSE        NA       NA
## 1632        Nami_501            0     FALSE     FALSE        NA       NA
## 1633     trivialtony            0     FALSE     FALSE        NA       NA
## 1634        sncaffee            0     FALSE     FALSE        NA       NA
## 1635        alloeium            0     FALSE     FALSE        NA       NA
## 1636         inezwil            0     FALSE     FALSE        NA       NA
## 1637   Grace_Costags            0     FALSE     FALSE        NA       NA
## 1638    fxckoklahoma            1     FALSE     FALSE        NA       NA
## 1639 _darklikemysoul            0     FALSE     FALSE        NA       NA
## 1640  I_need_theatre            0     FALSE     FALSE        NA       NA
## 1641      augustlore            0     FALSE     FALSE        NA       NA
## 1642   MormanCalorie            0     FALSE     FALSE        NA       NA
## 1643   Grace_Costags            0     FALSE     FALSE        NA       NA
## 1644      augustlore            0     FALSE     FALSE        NA       NA
## 1645     trivialtony            0     FALSE     FALSE        NA       NA
## 1646        HarkomsV            0     FALSE     FALSE        NA       NA
## 1647  2blaqofficial1            1     FALSE     FALSE        NA       NA
## 1648     RosieHoranx            0     FALSE     FALSE        NA       NA
## 1649  loveforitadori            0     FALSE     FALSE        NA       NA
## 1650  fandeaitanaaax            0     FALSE     FALSE        NA       NA
## 1651    krissybeeean            0     FALSE     FALSE        NA       NA
## 1652   MormanCalorie            0     FALSE     FALSE        NA       NA
## 1653          melc91            0     FALSE     FALSE        NA       NA
## 1654    BootsPerkins            0     FALSE     FALSE        NA       NA
## 1655       kayladon9            0     FALSE     FALSE        NA       NA
## 1656  I_need_theatre            0     FALSE     FALSE        NA       NA
## 1657     OakenHooHoo            0     FALSE     FALSE        NA       NA
## 1658   MormanCalorie            0     FALSE     FALSE        NA       NA
## 1659 namutambowataka            0     FALSE     FALSE        NA       NA
## 1660  loveforitadori            0     FALSE     FALSE        NA       NA
## 1661       briesglcw            0     FALSE     FALSE        NA       NA
## 1662  PenThePenguin_            0     FALSE     FALSE        NA       NA
## 1663     juanduenas_            0     FALSE     FALSE        NA       NA
## 1664  fandeaitanaaax            0     FALSE     FALSE        NA       NA
## 1665   0xWaldoVision            0     FALSE     FALSE        NA       NA
## 1666      iamaudreyp            0     FALSE     FALSE        NA       NA
## 1667     WalterGarre            0     FALSE     FALSE        NA       NA
## 1668  fandeaitanaaax            0     FALSE     FALSE        NA       NA
## 1669  loveforitadori            0     FALSE     FALSE        NA       NA
## 1670  I_need_theatre            0     FALSE     FALSE        NA       NA
## 1671    Jace98127644            0     FALSE     FALSE        NA       NA
## 1672   clshields1980            0     FALSE     FALSE        NA       NA
## 1673  PenThePenguin_            0     FALSE     FALSE        NA       NA
## 1674          Neziy_            0     FALSE     FALSE        NA       NA
## 1675     bravefortzu            0     FALSE     FALSE        NA       NA
## 1676     lexicozartt            0     FALSE     FALSE        NA       NA
## 1677     juanduenas_            0     FALSE     FALSE        NA       NA
## 1678         fem_yeq            0     FALSE     FALSE        NA       NA
## 1679      ZoomSlay28            0     FALSE     FALSE        NA       NA
## 1680       NanaAkwan            0     FALSE     FALSE        NA       NA
## 1681  PenThePenguin_            0     FALSE     FALSE        NA       NA
## 1682 RealFlexiAfrica            1     FALSE     FALSE        NA       NA
## 1683     bigtimedogs            0     FALSE     FALSE        NA       NA
## 1684      Trojan0026            0     FALSE     FALSE        NA       NA
## 1685 Magicalharvest1            0     FALSE     FALSE        NA       NA
## 1686  iGuessItsBlake            0     FALSE     FALSE        NA       NA
## 1687     juanduenas_            0     FALSE     FALSE        NA       NA
## 1688  PenThePenguin_            0     FALSE     FALSE        NA       NA
## 1689  SharkieSkittle            0     FALSE     FALSE        NA       NA
## 1690     OakenHooHoo            0     FALSE     FALSE        NA       NA
## 1691      ZoomSlay28            0     FALSE     FALSE        NA       NA
## 1692  iGuessItsBlake            0     FALSE     FALSE        NA       NA
## 1693  SharkieSkittle            0     FALSE     FALSE        NA       NA
## 1694 Magicalharvest1            0     FALSE     FALSE        NA       NA
## 1695     pskeedesign            0     FALSE     FALSE        NA       NA
## 1696  WakandriaJones            0     FALSE     FALSE        NA       NA
## 1697         Anzy_aa            0     FALSE     FALSE        NA       NA
## 1698  SharkieSkittle            0     FALSE     FALSE        NA       NA
## 1699     juanduenas_            0     FALSE     FALSE        NA       NA
## 1700        happyy08            0     FALSE     FALSE        NA       NA
## 1701     OakenHooHoo            0     FALSE     FALSE        NA       NA
## 1702     jaimelozc09            0     FALSE     FALSE        NA       NA
## 1703          melc91            0     FALSE     FALSE        NA       NA
## 1704      CPLD_music            0     FALSE     FALSE        NA       NA
## 1705 Magicalharvest1            0     FALSE     FALSE        NA       NA
## 1706  iGuessItsBlake            0     FALSE     FALSE        NA       NA
## 1707 Dannica32000657            0     FALSE     FALSE        NA       NA
## 1708         S_vannn            0     FALSE     FALSE        NA       NA
## 1709   michaelbergla            0     FALSE     FALSE        NA       NA
## 1710      DKZENJOYER            0     FALSE     FALSE        NA       NA
## 1711     VlCT0RYSTAR            0     FALSE     FALSE        NA       NA
## 1712     sofiapease4            0     FALSE     FALSE        NA       NA
## 1713   michaelbergla            0     FALSE     FALSE        NA       NA
## 1714      garffan985            0     FALSE     FALSE        NA       NA
## 1715     theslayence            0     FALSE     FALSE        NA       NA
## 1716 Dannica32000657            0     FALSE     FALSE        NA       NA
## 1717     jaimelozc09            0     FALSE     FALSE        NA       NA
## 1718 Magicalharvest1            0     FALSE     FALSE        NA       NA
## 1719    ACNH_kitty44            0     FALSE     FALSE        NA       NA
## 1720  iGuessItsBlake            0     FALSE     FALSE        NA       NA
## 1721 Dannica32000657            0     FALSE     FALSE        NA       NA
## 1722  WakandriaJones            0     FALSE     FALSE        NA       NA
## 1723     sofiapease4            0     FALSE     FALSE        NA       NA
## 1724   goro_pancakes            0     FALSE     FALSE        NA       NA
## 1725     Luisfavicii            0     FALSE     FALSE        NA       NA
## 1726 Dannica32000657            0     FALSE     FALSE        NA       NA
## 1727 Magicalharvest1            0     FALSE     FALSE        NA       NA
## 1728       offmalibu            0     FALSE     FALSE        NA       NA
## 1729    ACNH_kitty44            0     FALSE     FALSE        NA       NA
## 1730       rma2saucy            0     FALSE     FALSE        NA       NA
## 1731      iammandurr            0     FALSE     FALSE        NA       NA
## 1732     sofiapease4            0     FALSE     FALSE        NA       NA
## 1733  JerseyKidPicks            7     FALSE     FALSE        NA       NA
## 1734       florasiac            0     FALSE     FALSE        NA       NA
## 1735 247MzansUpdates            0     FALSE     FALSE        NA       NA
## 1736     PoppyUpdate            9     FALSE     FALSE        NA       NA
## 1737       tiaTiahTT            0     FALSE     FALSE        NA       NA
## 1738      iammandurr            0     FALSE     FALSE        NA       NA
## 1739    ACNH_kitty44            0     FALSE     FALSE        NA       NA
## 1740      garffan985            0     FALSE     FALSE        NA       NA
## 1741    tyunkngomhrt            0     FALSE     FALSE        NA       NA
## 1742        SkierBen            1     FALSE     FALSE        NA       NA
## 1743      iammandurr            0     FALSE     FALSE        NA       NA
## 1744  WakandriaJones            0     FALSE     FALSE        NA       NA
## 1745        _thloVer            0     FALSE     FALSE        NA       NA
## 1746       DeeClose1            1     FALSE     FALSE        NA       NA
## 1747       urluvnabi            0     FALSE     FALSE        NA       NA
## 1748       florasiac            0     FALSE     FALSE        NA       NA
## 1749      garffan985            0     FALSE     FALSE        NA       NA
## 1750      iammandurr            0     FALSE     FALSE        NA       NA
## 1751    tyunkngomhrt            0     FALSE     FALSE        NA       NA
## 1752       florasiac            0     FALSE     FALSE        NA       NA
## 1753  WakandriaJones            0     FALSE     FALSE        NA       NA
## 1754       shyawaycd            0     FALSE     FALSE        NA       NA
## 1755        _thloVer            0     FALSE     FALSE        NA       NA
## 1756 KenedyRemontada            0     FALSE     FALSE        NA       NA
## 1757       florasiac            0     FALSE     FALSE        NA       NA
## 1758    DidntAskBro7            0     FALSE     FALSE        NA       NA
## 1759      garffan985            0     FALSE     FALSE        NA       NA
## 1760    tyunkngomhrt            0     FALSE     FALSE        NA       NA
## 1761       KosimaBiz            0     FALSE     FALSE        NA       NA
## 1762   DailyTaxMemes            0     FALSE     FALSE        NA       NA
## 1763        _thloVer            0     FALSE     FALSE        NA       NA
## 1764  ChiSIammaJamma            0     FALSE     FALSE        NA       NA
## 1765 isayrandomshiit            0     FALSE     FALSE        NA       NA
## 1766         ToywMe1            1     FALSE     FALSE        NA       NA
## 1767       urluvnabi            0     FALSE     FALSE        NA       NA
## 1768    DidntAskBro7            0     FALSE     FALSE        NA       NA
## 1769    2Chipmunks43            0     FALSE     FALSE        NA       NA
## 1770 KenedyRemontada            0     FALSE     FALSE        NA       NA
## 1771  ChiSIammaJamma            0     FALSE     FALSE        NA       NA
## 1772       urluvnabi            0     FALSE     FALSE        NA       NA
## 1773   nuttelaspread            0     FALSE     FALSE        NA       NA
## 1774   1CrowdedTable            1     FALSE     FALSE        NA       NA
## 1775        Rubao112            0     FALSE     FALSE        NA       NA
## 1776        Syphtolo            0     FALSE     FALSE        NA       NA
## 1777   nuttelaspread            0     FALSE     FALSE        NA       NA
## 1778  soaked_nbleach            0     FALSE     FALSE        NA       NA
## 1779       JaredOnYT            0     FALSE     FALSE        NA       NA
## 1780         TBFINDS            0     FALSE     FALSE        NA       NA
## 1781 KenedyRemontada            0     FALSE     FALSE        NA       NA
## 1782        Syphtolo            0     FALSE     FALSE        NA       NA
## 1783     j1annamar1a            0     FALSE     FALSE        NA       NA
## 1784     zoobee_zaba            0     FALSE     FALSE        NA       NA
## 1785         Gratych            0     FALSE     FALSE        NA       NA
## 1786     LitzyBrown1            0     FALSE     FALSE        NA       NA
## 1787      kvnq_teeza            0     FALSE     FALSE        NA       NA
## 1788        Syphtolo            0     FALSE     FALSE        NA       NA
## 1789      EgoStreams            0     FALSE     FALSE        NA       NA
## 1790  justastargirl9            0     FALSE     FALSE        NA       NA
## 1791  Apollo_Knightt            0     FALSE     FALSE        NA       NA
## 1792    DolefulLions            0     FALSE     FALSE        NA       NA
## 1793    KellyHart147            0     FALSE     FALSE        NA       NA
## 1794   nuttelaspread            0     FALSE     FALSE        NA       NA
## 1795        wipeyman            0     FALSE     FALSE        NA       NA
## 1796     itsmeraymel            0     FALSE     FALSE        NA       NA
## 1797  Ollie_loves_fr            0     FALSE     FALSE        NA       NA
## 1798   ImnotRichard6            0     FALSE     FALSE        NA       NA
## 1799        Syphtolo            0     FALSE     FALSE        NA       NA
## 1800  Apollo_Knightt            0     FALSE     FALSE        NA       NA
## 1801        jashinko            0     FALSE     FALSE        NA       NA
## 1802  Ollie_loves_fr            0     FALSE     FALSE        NA       NA
## 1803 xephas_official            1     FALSE     FALSE        NA       NA
## 1804   IdealGameroom            0     FALSE     FALSE        NA       NA
## 1805     LitzyBrown1            0     FALSE     FALSE        NA       NA
## 1806     itsmeraymel            0     FALSE     FALSE        NA       NA
## 1807     ysuftloverr            0     FALSE     FALSE        NA       NA
## 1808  Drownincheddar            0     FALSE     FALSE        NA       NA
## 1809  Ollie_loves_fr            0     FALSE     FALSE        NA       NA
## 1810        jashinko            0     FALSE     FALSE        NA       NA
## 1811   edetedemakpan            1     FALSE     FALSE        NA       NA
## 1812  udbparanoidtoo            0     FALSE     FALSE        NA       NA
## 1813     ysuftloverr            0     FALSE     FALSE        NA       NA
## 1814 SimplyChaotic26            0     FALSE     FALSE        NA       NA
## 1815          Smvvth            0     FALSE     FALSE        NA       NA
## 1816          jvjmjx            0     FALSE     FALSE        NA       NA
## 1817        jashinko            0     FALSE     FALSE        NA       NA
## 1818       offmalibu            0     FALSE     FALSE        NA       NA
## 1819     ysuftloverr            0     FALSE     FALSE        NA       NA
## 1820       sativ4grl            0     FALSE     FALSE        NA       NA
## 1821        itsdreqa            0     FALSE     FALSE        NA       NA
## 1822       monosmoon            0     FALSE     FALSE        NA       NA
## 1823        CptLongD            0     FALSE     FALSE        NA       NA
## 1824 Darker_diamonds            0     FALSE     FALSE        NA       NA
## 1825 tw_porn_on_here            0     FALSE     FALSE        NA       NA
## 1826       monosmoon            0     FALSE     FALSE        NA       NA
## 1827  kaffienatedkat            0     FALSE     FALSE        NA       NA
## 1828   PauPalauVidal            0     FALSE     FALSE        NA       NA
## 1829       tonisrage            0     FALSE     FALSE        NA       NA
## 1830       monosmoon            0     FALSE     FALSE        NA       NA
## 1831     ysuftloverr            0     FALSE     FALSE        NA       NA
## 1832       Blxndkidz            0     FALSE     FALSE        NA       NA
## 1833      Beast_Dank            1     FALSE     FALSE        NA       NA
## 1834  kaffienatedkat            0     FALSE     FALSE        NA       NA
## 1835   AlshababRadio            2     FALSE     FALSE        NA       NA
## 1836       offmalibu            0     FALSE     FALSE        NA       NA
## 1837   JaireLockdown            0     FALSE     FALSE        NA       NA
## 1838        imDudsz_            0     FALSE     FALSE        NA       NA
## 1839      Insider747            0     FALSE     FALSE        NA       NA
## 1840          VABG__            0     FALSE     FALSE        NA       NA
## 1841    Brandisandre            0     FALSE     FALSE        NA       NA
## 1842       thafckora            0     FALSE     FALSE        NA       NA
## 1843       Nakasanga            0     FALSE     FALSE        NA       NA
## 1844      Beast_Dank            0     FALSE     FALSE        NA       NA
## 1845   indianafantum            0     FALSE     FALSE        NA       NA
## 1846          VABG__            0     FALSE     FALSE        NA       NA
## 1847   balthazar_and            0     FALSE     FALSE        NA       NA
## 1848        exhawkyx            0     FALSE     FALSE        NA       NA
## 1849      Beast_Dank            0     FALSE     FALSE        NA       NA
## 1850       joanammel            0     FALSE     FALSE        NA       NA
## 1851          VABG__            0     FALSE     FALSE        NA       NA
## 1852     juIiansands            0     FALSE     FALSE        NA       NA
## 1853       intake444            0     FALSE     FALSE        NA       NA
## 1854     juIiansands            0     FALSE     FALSE        NA       NA
## 1855      Beast_Dank            0     FALSE     FALSE        NA       NA
## 1856        anseonii            0     FALSE     FALSE        NA       NA
## 1857 InfernalAmigops            0     FALSE     FALSE        NA       NA
## 1858       intake444            0     FALSE     FALSE        NA       NA
## 1859    arshpatel123            0     FALSE     FALSE        NA       NA
## 1860 TheOffi14494401            0     FALSE     FALSE        NA       NA
## 1861   balthazar_and            0     FALSE     FALSE        NA       NA
## 1862        reellita            0     FALSE     FALSE        NA       NA
## 1863      bageItower            0     FALSE     FALSE        NA       NA
## 1864    Damain_cyber            1     FALSE     FALSE        NA       NA
## 1865     cyclops2022            0     FALSE     FALSE        NA       NA
## 1866       joanammel            0     FALSE     FALSE        NA       NA
## 1867       intake444            0     FALSE     FALSE        NA       NA
## 1868  Apollo_Knightt            0     FALSE     FALSE        NA       NA
## 1869  Stay_Vicious20            0     FALSE     FALSE        NA       NA
## 1870    arshpatel123            0     FALSE     FALSE        NA       NA
## 1871 TheOffi14494401            0     FALSE     FALSE        NA       NA
## 1872        reellita            0     FALSE     FALSE        NA       NA
## 1873  Stay_Vicious20            0     FALSE     FALSE        NA       NA
## 1874    arshpatel123            0     FALSE     FALSE        NA       NA
## 1875      ZanAycicek            0     FALSE     FALSE        NA       NA
## 1876     0_Dantess_0            0     FALSE     FALSE        NA       NA
## 1877  Stay_Vicious20            0     FALSE     FALSE        NA       NA
## 1878        scrivzLJ            0     FALSE     FALSE        NA       NA
## 1879       joanammel            0     FALSE     FALSE        NA       NA
## 1880     LilMamaNat_            0     FALSE     FALSE        NA       NA
## 1881  maryondeeznuts            0     FALSE     FALSE        NA       NA
## 1882  Christine_meow            0     FALSE     FALSE        NA       NA
## 1883 TheOffi14494401            0     FALSE     FALSE        NA       NA
## 1884      ytmlab6_23            0     FALSE     FALSE        NA       NA
## 1885  Christine_meow            0     FALSE     FALSE        NA       NA
## 1886         KR0WNNN            0     FALSE     FALSE        NA       NA
## 1887     CeleneElric            0     FALSE     FALSE        NA       NA
## 1888  maryondeeznuts            0     FALSE     FALSE        NA       NA
## 1889        reellita            0     FALSE     FALSE        NA       NA
## 1890  maryondeeznuts            0     FALSE     FALSE        NA       NA
## 1891  Christine_meow            0     FALSE     FALSE        NA       NA
## 1892 VikkiCh21052435            0     FALSE     FALSE        NA       NA
## 1893       asmogotti            0     FALSE     FALSE        NA       NA
## 1894     CeleneElric            0     FALSE     FALSE        NA       NA
## 1895 maureenroseama1            0     FALSE     FALSE        NA       NA
## 1896       C_to_the_            0     FALSE     FALSE        NA       NA
## 1897    SplatoonPeru            0     FALSE     FALSE        NA       NA
## 1898  Christine_meow            0     FALSE     FALSE        NA       NA
## 1899  EkoClubNigeria            1     FALSE     FALSE        NA       NA
## 1900       glamroclc            0     FALSE     FALSE        NA       NA
## 1901    SplatoonPeru            0     FALSE     FALSE        NA       NA
## 1902    SplatoonPeru            0     FALSE     FALSE        NA       NA
## 1903    SplatoonPeru            0     FALSE     FALSE        NA       NA
## 1904 maureenroseama1            0     FALSE     FALSE        NA       NA
## 1905     CeleneElric            0     FALSE     FALSE        NA       NA
## 1906       shregg4PF            0     FALSE     FALSE        NA       NA
## 1907  shosplecolupus            0     FALSE     FALSE        NA       NA
## 1908  bytheshannynkt            0     FALSE     FALSE        NA       NA
## 1909  anna__holcombe            0     FALSE     FALSE        NA       NA
## 1910  Swatsniper_716            0     FALSE     FALSE        NA       NA
## 1911  maryondeeznuts            0     FALSE     FALSE        NA       NA
## 1912          jvjmjx            0     FALSE     FALSE        NA       NA
## 1913 EllieLennie2491            0     FALSE     FALSE        NA       NA
## 1914 iluvcharlixcx21            0     FALSE     FALSE        NA       NA
## 1915 maureenroseama1            0     FALSE     FALSE        NA       NA
## 1916    aloisi_tribe            0     FALSE     FALSE        NA       NA
## 1917       dacool661            0     FALSE     FALSE        NA       NA
## 1918       pinkbxbie            0     FALSE     FALSE        NA       NA
## 1919          lxvvie            0     FALSE     FALSE        NA       NA
## 1920   darla65201189            0     FALSE     FALSE        NA       NA
## 1921 iluvcharlixcx21            0     FALSE     FALSE        NA       NA
## 1922   ItsKatnissxxx            0     FALSE     FALSE        NA       NA
## 1923  anna__holcombe            0     FALSE     FALSE        NA       NA
## 1924           J4KHz            0     FALSE     FALSE        NA       NA
## 1925     CeleneElric            0     FALSE     FALSE        NA       NA
## 1926      LostBakaTV            0     FALSE     FALSE        NA       NA
## 1927      bek_zepeda            0     FALSE     FALSE        NA       NA
## 1928     lesser_afim            0     FALSE     FALSE        NA       NA
## 1929      _edgelxrd_            0     FALSE     FALSE        NA       NA
## 1930    0_SteveKosie            0     FALSE     FALSE        NA       NA
## 1931 xephas_official            0     FALSE     FALSE        NA       NA
## 1932     lesser_afim            0     FALSE     FALSE        NA       NA
## 1933   ducklingsissy            0     FALSE     FALSE        NA       NA
## 1934        fvcknuts            0     FALSE     FALSE        NA       NA
## 1935      bek_zepeda            0     FALSE     FALSE        NA       NA
## 1936     imkrissuela            0     FALSE     FALSE        NA       NA
## 1937     lesser_afim            0     FALSE     FALSE        NA       NA
## 1938   ducklingsissy            0     FALSE     FALSE        NA       NA
## 1939    retroflordia            0     FALSE     FALSE        NA       NA
## 1940   sapphicforlwt            0     FALSE     FALSE        NA       NA
## 1941    aloisi_tribe            0     FALSE     FALSE        NA       NA
## 1942     Iegallylisa            0     FALSE     FALSE        NA       NA
## 1943     lesser_afim            0     FALSE     FALSE        NA       NA
## 1944     huachen_zhu            0     FALSE     FALSE        NA       NA
## 1945      _edgelxrd_            0     FALSE     FALSE        NA       NA
## 1946     Iegallylisa            0     FALSE     FALSE        NA       NA
## 1947      bek_zepeda            0     FALSE     FALSE        NA       NA
## 1948   sapphicforlwt            0     FALSE     FALSE        NA       NA
## 1949        enslashy            0     FALSE     FALSE        NA       NA
## 1950        Gionosai            0     FALSE     FALSE        NA       NA
## 1951     huachen_zhu            0     FALSE     FALSE        NA       NA
## 1952  charlotte_luve            0     FALSE     FALSE        NA       NA
## 1953    aloisi_tribe            0     FALSE     FALSE        NA       NA
## 1954 madeleineisswag            0     FALSE     FALSE        NA       NA
## 1955     gingercat02            0     FALSE     FALSE        NA       NA
## 1956        cammirry            0     FALSE     FALSE        NA       NA
## 1957     thecapguy24            0     FALSE     FALSE        NA       NA
## 1958   sapphicforlwt            0     FALSE     FALSE        NA       NA
## 1959 madeleineisswag            0     FALSE     FALSE        NA       NA
## 1960  bellaboolovesj            0     FALSE     FALSE        NA       NA
## 1961   ducklingsissy            0     FALSE     FALSE        NA       NA
## 1962   sapphicforlwt            0     FALSE     FALSE        NA       NA
## 1963     huachen_zhu            0     FALSE     FALSE        NA       NA
## 1964     Iegallylisa            0     FALSE     FALSE        NA       NA
## 1965      SmoodiWolf            0     FALSE     FALSE        NA       NA
## 1966  butterflynbuds            1     FALSE     FALSE        NA       NA
## 1967      ___joffrey            0     FALSE     FALSE        NA       NA
## 1968      emstunning            0     FALSE     FALSE        NA       NA
## 1969        cammirry            0     FALSE     FALSE        NA       NA
## 1970     Luisfavicii            0     FALSE     FALSE        NA       NA
## 1971           Seraa            0     FALSE     FALSE        NA       NA
## 1972    Master_monke            0     FALSE     FALSE        NA       NA
## 1973        Gionosai            0     FALSE     FALSE        NA       NA
## 1974     jademelody_            0     FALSE     FALSE        NA       NA
## 1975     PassyAlyssa            0     FALSE     FALSE        NA       NA
## 1976   CatLoversAsso            0     FALSE     FALSE        NA       NA
## 1977    TigerOffcial            0     FALSE     FALSE        NA       NA
## 1978  aluthordanvers            0     FALSE     FALSE        NA       NA
## 1979    Master_monke            0     FALSE     FALSE        NA       NA
## 1980     kamehamiltn            0     FALSE     FALSE        NA       NA
## 1981        cammirry            0     FALSE     FALSE        NA       NA
## 1982    Master_monke            0     FALSE     FALSE        NA       NA
## 1983 kevinswillliams            0     FALSE     FALSE        NA       NA
## 1984   tressaburns22            0     FALSE     FALSE        NA       NA
## 1985     konpietokoo            0     FALSE     FALSE        NA       NA
## 1986    say_number33            0     FALSE     FALSE        NA       NA
## 1987        cammirry            0     FALSE     FALSE        NA       NA
## 1988    aisuruuuuuuu            0     FALSE     FALSE        NA       NA
## 1989      floverjoon            0     FALSE     FALSE        NA       NA
## 1990    say_number33            0     FALSE     FALSE        NA       NA
## 1991  soyguiacarmona            0     FALSE     FALSE        NA       NA
## 1992  LilVeroodletwt            0     FALSE     FALSE        NA       NA
## 1993     fr_simone_m           20     FALSE     FALSE        NA       NA
## 1994   DiegoSerafimm            0     FALSE     FALSE        NA       NA
## 1995   ImnotRichard6            0     FALSE     FALSE        NA       NA
## 1996  Scotsman_Games            0     FALSE     FALSE        NA       NA
## 1997      JayLando22            0     FALSE     FALSE        NA       NA
## 1998        Gionosai            0     FALSE     FALSE        NA       NA
## 1999    aisuruuuuuuu            0     FALSE     FALSE        NA       NA
## 2000     N4TTYNIGGAC            0     FALSE     FALSE        NA       NA
## 2001     wavyrebecca            0     FALSE     FALSE        NA       NA
## 2002   queers4yoongi            0     FALSE     FALSE        NA       NA
## 2003         vidddit            0     FALSE     FALSE        NA       NA
## 2004         Sheadra            0     FALSE     FALSE        NA       NA
## 2005       Cool_Clay            0     FALSE     FALSE        NA       NA
## 2006        harrry91            0     FALSE     FALSE        NA       NA
## 2007  Scotsman_Games            0     FALSE     FALSE        NA       NA
## 2008     cozykarlnap            0     FALSE     FALSE        NA       NA
## 2009        marizpov            0     FALSE     FALSE        NA       NA
## 2010   kariheartstae            0     FALSE     FALSE        NA       NA
## 2011          sapdnf            0     FALSE     FALSE        NA       NA
## 2012    aisuruuuuuuu            0     FALSE     FALSE        NA       NA
## 2013 TintinMinecraft            0     FALSE     FALSE        NA       NA
## 2014   GreekGirl2012            0     FALSE     FALSE        NA       NA
## 2015 arianatoratcore            1     FALSE     FALSE        NA       NA
## 2016   w3ird_fanatic            0     FALSE     FALSE        NA       NA
## 2017         Sheadra            0     FALSE     FALSE        NA       NA
## 2018     cozykarlnap            0     FALSE     FALSE        NA       NA
## 2019 TintinMinecraft            0     FALSE     FALSE        NA       NA
## 2020   queers4yoongi            0     FALSE     FALSE        NA       NA
## 2021     unstablebih            0     FALSE     FALSE        NA       NA
## 2022   BlitzerTweets            0     FALSE     FALSE        NA       NA
## 2023     _belleamor_            0     FALSE     FALSE        NA       NA
## 2024      BluSilurus            2     FALSE     FALSE        NA       NA
## 2025   w3ird_fanatic            0     FALSE     FALSE        NA       NA
## 2026       NlGHTLOCK            0     FALSE     FALSE        NA       NA
## 2027 TintinMinecraft            0     FALSE     FALSE        NA       NA
## 2028       joanammel            1     FALSE     FALSE        NA       NA
## 2029         Sheadra            0     FALSE     FALSE        NA       NA
## 2030      amaroscuro            0     FALSE     FALSE        NA       NA
## 2031     cozykarlnap            0     FALSE     FALSE        NA       NA
## 2032      _DrNichols            0     FALSE     FALSE        NA       NA
## 2033         Ijir0VT            0     FALSE     FALSE        NA       NA
## 2034      mi_aps2002            0     FALSE     FALSE        NA       NA
## 2035   w3ird_fanatic            0     FALSE     FALSE        NA       NA
## 2036         jun10ie            0     FALSE     FALSE        NA       NA
## 2037        dlibskzh            0     FALSE     FALSE        NA       NA
## 2038          BRH_KK            0     FALSE     FALSE        NA       NA
## 2039    _alex_elena_            0     FALSE     FALSE        NA       NA
## 2040   ItHadtoBeYou_            0     FALSE     FALSE        NA       NA
## 2041 TintinMinecraft            0     FALSE     FALSE        NA       NA
## 2042    say_number33            0     FALSE     FALSE        NA       NA
## 2043   CatLoversAsso            0     FALSE     FALSE        NA       NA
## 2044   NovakEveryday            0     FALSE     FALSE        NA       NA
## 2045          BRH_KK            0     FALSE     FALSE        NA       NA
## 2046   eliizabxthann            0     FALSE     FALSE        NA       NA
## 2047 vijay_thakur083            0     FALSE     FALSE        NA       NA
## 2048        e4bluesc            0     FALSE     FALSE        NA       NA
## 2049     NOAKES_ISMS            0     FALSE     FALSE        NA       NA
## 2050    adriiananana            0     FALSE     FALSE        NA       NA
## 2051  ykthat1fangirl            0     FALSE     FALSE        NA       NA
## 2052        dlibskzh            0     FALSE     FALSE        NA       NA
## 2053          BRH_KK            0     FALSE     FALSE        NA       NA
## 2054        deepumi5            0     FALSE     FALSE        NA       NA
## 2055 BrwnSugarSalmon            0     FALSE     FALSE        NA       NA
## 2056  thebrookeriley            0     FALSE     FALSE        NA       NA
## 2057 Stefan27_Swifty            0     FALSE     FALSE        NA       NA
## 2058          BRH_KK            0     FALSE     FALSE        NA       NA
## 2059 VihaanChennare1            0     FALSE     FALSE        NA       NA
## 2060 ichor__ambrosia            0     FALSE     FALSE        NA       NA
## 2061 BrwnSugarSalmon            0     FALSE     FALSE        NA       NA
## 2062       DeeClose1            0     FALSE     FALSE        NA       NA
## 2063 stovecookcowboy            0     FALSE     FALSE        NA       NA
## 2064        Niuvenis            0     FALSE     FALSE        NA       NA
## 2065    GoredSpencer            0     FALSE     FALSE        NA       NA
## 2066 kindredaquarian            0     FALSE     FALSE        NA       NA
## 2067          rxaul7            0     FALSE     FALSE        NA       NA
## 2068    LIBRASGR0OVE            0     FALSE     FALSE        NA       NA
## 2069 ThatJustinPeery            0     FALSE     FALSE        NA       NA
## 2070      irishyanks            0     FALSE     FALSE        NA       NA
## 2071 lovestorystreet            0     FALSE     FALSE        NA       NA
## 2072  thebrookeriley            0     FALSE     FALSE        NA       NA
## 2073 whoopsalldeoxys            0     FALSE     FALSE        NA       NA
## 2074        Gionosai            0     FALSE     FALSE        NA       NA
## 2075      ber_damien            0     FALSE     FALSE        NA       NA
## 2076  patriciaashman            0     FALSE     FALSE        NA       NA
## 2077 BrwnSugarSalmon            0     FALSE     FALSE        NA       NA
## 2078 ZiemniakTerroru            0     FALSE     FALSE        NA       NA
## 2079      iforgot_28            0     FALSE     FALSE        NA       NA
## 2080 Stefan27_Swifty            0     FALSE     FALSE        NA       NA
## 2081    PetePete2112            0     FALSE     FALSE        NA       NA
## 2082   BeccaFarrugia            0     FALSE     FALSE        NA       NA
## 2083  Motema71632882            0     FALSE     FALSE        NA       NA
## 2084  soyguiacarmona            0     FALSE     FALSE        NA       NA
## 2085   petttylabelle            0     FALSE     FALSE        NA       NA
## 2086      adelineyo_            0     FALSE     FALSE        NA       NA
## 2087      iforgot_28            0     FALSE     FALSE        NA       NA
## 2088 ConspiraciesACC            0     FALSE     FALSE        NA       NA
## 2089 stovecookcowboy            0     FALSE     FALSE        NA       NA
## 2090      JaJaFaRah1            5     FALSE     FALSE        NA       NA
## 2091 Stefan27_Swifty            0     FALSE     FALSE        NA       NA
## 2092  thebrookeriley            0     FALSE     FALSE        NA       NA
## 2093        __LUC1AN            0     FALSE     FALSE        NA       NA
## 2094      Shmotzknot            0     FALSE     FALSE        NA       NA
## 2095          rxaul7            0     FALSE     FALSE        NA       NA
## 2096  soyguiacarmona            0     FALSE     FALSE        NA       NA
## 2097 stovecookcowboy            0     FALSE     FALSE        NA       NA
## 2098    LIBRASGR0OVE            0     FALSE     FALSE        NA       NA
## 2099        snowiisa            0     FALSE     FALSE        NA       NA
## 2100  EarlTheSeventh            1     FALSE     FALSE        NA       NA
## 2101 Stefan27_Swifty            0     FALSE     FALSE        NA       NA
## 2102          cojqul            0     FALSE     FALSE        NA       NA
## 2103        MFroggii            0     FALSE     FALSE        NA       NA
## 2104        _tklmnop            9     FALSE     FALSE        NA       NA
## 2105  thebrookeriley            0     FALSE     FALSE        NA       NA
## 2106          f23157            0     FALSE     FALSE        NA       NA
## 2107        strwboi_            0     FALSE     FALSE        NA       NA
## 2108     momoringzap            0     FALSE     FALSE        NA       NA
## 2109     TheIroncane            1     FALSE     FALSE        NA       NA
## 2110  secondoenjoyer            0     FALSE     FALSE        NA       NA
## 2111   DiegoSerafimm            0     FALSE     FALSE        NA       NA
## 2112     minstarlost            0     FALSE     FALSE        NA       NA
## 2113        Bernnzzz            0     FALSE     FALSE        NA       NA
## 2114 stovecookcowboy            0     FALSE     FALSE        NA       NA
## 2115 geeking_around_            1     FALSE     FALSE        NA       NA
## 2116 sadnessandbeans            0     FALSE     FALSE        NA       NA
## 2117      vwolfmusic            0     FALSE     FALSE        NA       NA
## 2118   BILLIESSHEART            0     FALSE     FALSE        NA       NA
## 2119      iforgot_28            0     FALSE     FALSE        NA       NA
## 2120   ireland__skye            0     FALSE     FALSE        NA       NA
## 2121  ThatCreepyGoat            0     FALSE     FALSE        NA       NA
## 2122          f23157            0     FALSE     FALSE        NA       NA
## 2123    erikadcharts            0     FALSE     FALSE        NA       NA
## 2124        Bernnzzz            0     FALSE     FALSE        NA       NA
## 2125 sadnessandbeans            0     FALSE     FALSE        NA       NA
## 2126        avatron4            0     FALSE     FALSE        NA       NA
## 2127         imsnoot            0     FALSE     FALSE        NA       NA
## 2128  EarlTheSeventh            0     FALSE     FALSE        NA       NA
## 2129       karkopolo            0     FALSE     FALSE        NA       NA
## 2130          f23157            0     FALSE     FALSE        NA       NA
## 2131      iforgot_28            0     FALSE     FALSE        NA       NA
## 2132  NlNACRlEDP0WER            0     FALSE     FALSE        NA       NA
## 2133        ly_sosaa            0     FALSE     FALSE        NA       NA
## 2134   latenightslay            0     FALSE     FALSE        NA       NA
## 2135   AlshababRadio            1     FALSE     FALSE        NA       NA
## 2136 cameronjosephhh            0     FALSE     FALSE        NA       NA
## 2137  Persona5Royal_            0     FALSE     FALSE        NA       NA
## 2138        Bernnzzz            0     FALSE     FALSE        NA       NA
## 2139    xamitexmusic            0     FALSE     FALSE        NA       NA
## 2140 sadnessandbeans            0     FALSE     FALSE        NA       NA
## 2141     bundloofjoy            0     FALSE     FALSE        NA       NA
## 2142         cimfla9            0     FALSE     FALSE        NA       NA
## 2143          f23157            0     FALSE     FALSE        NA       NA
## 2144      kwandarine            0     FALSE     FALSE        NA       NA
## 2145       zaneyrxnf            0     FALSE     FALSE        NA       NA
## 2146 Rafael_Ferreras            0     FALSE     FALSE        NA       NA
## 2147      noah_wizzy            0     FALSE     FALSE        NA       NA
## 2148         MyCheri            0     FALSE     FALSE        NA       NA
## 2149   junkafunktron            0     FALSE     FALSE        NA       NA
## 2150       notnicogv            1     FALSE     FALSE        NA       NA
## 2151      kwandarine            0     FALSE     FALSE        NA       NA
## 2152       keydonjoe            0     FALSE     FALSE        NA       NA
## 2153     _bewtyfort_            0     FALSE     FALSE        NA       NA
## 2154     justusmaddo            0     FALSE     FALSE        NA       NA
## 2155       inxrilxcy            0     FALSE     FALSE        NA       NA
## 2156   HarrisonYork3            0     FALSE     FALSE        NA       NA
## 2157    ethanbogardd            0     FALSE     FALSE        NA       NA
## 2158    ColdestLilac            0     FALSE     FALSE        NA       NA
## 2159           Seraa            9     FALSE     FALSE        NA       NA
## 2160   HarrisonYork3            0     FALSE     FALSE        NA       NA
## 2161          T8tumz            0     FALSE     FALSE        NA       NA
## 2162     Fromthevill            0     FALSE     FALSE        NA       NA
## 2163     _bewtyfort_            0     FALSE     FALSE        NA       NA
## 2164    ethanbogardd            0     FALSE     FALSE        NA       NA
## 2165       ludacribs            1     FALSE     FALSE        NA       NA
## 2166       _kcnvrmnd            0     FALSE     FALSE        NA       NA
## 2167       Manna__14            0     FALSE     FALSE        NA       NA
## 2168  be11arodrigues            0     FALSE     FALSE        NA       NA
## 2169 _Lewis_Jamieson            0     FALSE     FALSE        NA       NA
## 2170    KBreadsticks            1     FALSE     FALSE        NA       NA
## 2171   dreamsofcheol            1     FALSE     FALSE        NA       NA
## 2172     LurkerMedia            1     FALSE     FALSE        NA       NA
## 2173   alfred_makura            0     FALSE     FALSE        NA       NA
## 2174 chaeyeonshooter            0     FALSE     FALSE        NA       NA
## 2175      kwandarine            0     FALSE     FALSE        NA       NA
## 2176       ludacribs            0     FALSE     FALSE        NA       NA
## 2177  charlotte_luve            0     FALSE     FALSE        NA       NA
## 2178     _bewtyfort_            0     FALSE     FALSE        NA       NA
## 2179           GBO26            0     FALSE     FALSE        NA       NA
## 2180       bigfinish            9     FALSE     FALSE        NA       NA
## 2181          ska834            1     FALSE     FALSE        NA       NA
## 2182     senorcool87            0     FALSE     FALSE        NA       NA
## 2183 independentalto            0     FALSE     FALSE        NA       NA
## 2184 _Lewis_Jamieson            0     FALSE     FALSE        NA       NA
## 2185       kydkahlil            4     FALSE     FALSE        NA       NA
## 2186   thegenzmystic            0     FALSE     FALSE        NA       NA
## 2187       ludacribs            0     FALSE     FALSE        NA       NA
## 2188          mcgkel            1     FALSE     FALSE        NA       NA
## 2189     _bewtyfort_            0     FALSE     FALSE        NA       NA
## 2190   TheGroupieApp            0     FALSE     FALSE        NA       NA
## 2191     Lizzie_1924            0     FALSE     FALSE        NA       NA
## 2192      redmigacha            0     FALSE     FALSE        NA       NA
## 2193 _Lewis_Jamieson            0     FALSE     FALSE        NA       NA
## 2194   TheGroupieApp            0     FALSE     FALSE        NA       NA
## 2195    seungminsice            0     FALSE     FALSE        NA       NA
## 2196  Panquequinha__            0     FALSE     FALSE        NA       NA
## 2197    seungminsice            0     FALSE     FALSE        NA       NA
## 2198  Panquequinha__            0     FALSE     FALSE        NA       NA
## 2199  Panquequinha__            0     FALSE     FALSE        NA       NA
## 2200 Mireille_Mirela            0     FALSE     FALSE        NA       NA
## 2201       sdbobatea            0     FALSE     FALSE        NA       NA
## 2202    seungminsice            0     FALSE     FALSE        NA       NA
## 2203      jissell_97            0     FALSE     FALSE        NA       NA
## 2204       ludacribs            0     FALSE     FALSE        NA       NA
## 2205           gs3OO            0     FALSE     FALSE        NA       NA
## 2206  Panquequinha__            0     FALSE     FALSE        NA       NA
## 2207 _Lewis_Jamieson            0     FALSE     FALSE        NA       NA
## 2208   AlshababRadio            1     FALSE     FALSE        NA       NA
## 2209        Onepcorn            0     FALSE     FALSE        NA       NA
## 2210   lukaaaaaaaa_a            0     FALSE     FALSE        NA       NA
## 2211    horny_bi_top            0     FALSE     FALSE        NA       NA
## 2212           GBO26            0     FALSE     FALSE        NA       NA
## 2213     margiabelle            0     FALSE     FALSE        NA       NA
## 2214   lukaaaaaaaa_a            0     FALSE     FALSE        NA       NA
## 2215        BrainEX9            0     FALSE     FALSE        NA       NA
## 2216     MadBunny___            0     FALSE     FALSE        NA       NA
## 2217  mike___diamond            0     FALSE     FALSE        NA       NA
## 2218     TomanyJames            0     FALSE     FALSE        NA       NA
## 2219   lukaaaaaaaa_a            0     FALSE     FALSE        NA       NA
## 2220     meluvseunbi            0     FALSE     FALSE        NA       NA
## 2221       adam_ughh            0     FALSE     FALSE        NA       NA
## 2222     margiabelle            0     FALSE     FALSE        NA       NA
## 2223     MadBunny___            0     FALSE     FALSE        NA       NA
## 2224   Ramboletswork            0     FALSE     FALSE        NA       NA
## 2225     TomanyJames            0     FALSE     FALSE        NA       NA
## 2226     meluvseunbi            0     FALSE     FALSE        NA       NA
## 2227        naaddinz            0     FALSE     FALSE        NA       NA
## 2228  CallumWatkinss            0     FALSE     FALSE        NA       NA
## 2229   ToningByTeddy            0     FALSE     FALSE        NA       NA
## 2230        JMAN_iAm            0     FALSE     FALSE        NA       NA
## 2231 jiminko18192336            0     FALSE     FALSE        NA       NA
## 2232 jiminko18192336            0     FALSE     FALSE        NA       NA
## 2233     meluvseunbi            0     FALSE     FALSE        NA       NA
## 2234     spitealone_            0     FALSE     FALSE        NA       NA
## 2235     TomanyJames            0     FALSE     FALSE        NA       NA
## 2236     margiabelle            0     FALSE     FALSE        NA       NA
## 2237     donramon___            0     FALSE     FALSE        NA       NA
## 2238      thervdhood            0     FALSE     FALSE        NA       NA
## 2239    blossominseo            0     FALSE     FALSE        NA       NA
## 2240 jiminko18192336            0     FALSE     FALSE        NA       NA
## 2241 jiminko18192336            0     FALSE     FALSE        NA       NA
## 2242       milkybunk            0     FALSE     FALSE        NA       NA
## 2243    Arcadegutzzz            0     FALSE     FALSE        NA       NA
## 2244 SerenityOracle1            0     FALSE     FALSE        NA       NA
## 2245 thejonsternator            0     FALSE     FALSE        NA       NA
## 2246     margiabelle            0     FALSE     FALSE        NA       NA
## 2247      amaroscuro            0     FALSE     FALSE        NA       NA
## 2248     MadBunny___            0     FALSE     FALSE        NA       NA
## 2249  nudaearthangel            0     FALSE     FALSE        NA       NA
## 2250     PLAN3T_ZOOM            0     FALSE     FALSE        NA       NA
## 2251    blossominseo            0     FALSE     FALSE        NA       NA
## 2252          FCBbot            0     FALSE     FALSE        NA       NA
## 2253 VictorD39626666            0     FALSE     FALSE        NA       NA
## 2254   iamstargazing            0     FALSE     FALSE        NA       NA
## 2255        mcxcurls            0     FALSE     FALSE        NA       NA
## 2256    TriciaOrgana            0     FALSE     FALSE        NA       NA
## 2257        mcxcurls            0     FALSE     FALSE        NA       NA
## 2258        mcxcurls            0     FALSE     FALSE        NA       NA
## 2259 WEAPONISEDWORDS            0     FALSE     FALSE        NA       NA
## 2260    kloopmusic69            0     FALSE     FALSE        NA       NA
## 2261 gomezupdateseur            1     FALSE     FALSE        NA       NA
## 2262        mcxcurls            0     FALSE     FALSE        NA       NA
## 2263      bookwhitey            0     FALSE     FALSE        NA       NA
## 2264  monteirolari13            0     FALSE     FALSE        NA       NA
## 2265 WEAPONISEDWORDS            0     FALSE     FALSE        NA       NA
## 2266 WEAPONISEDWORDS            0     FALSE     FALSE        NA       NA
## 2267    ian_abalos98            0     FALSE     FALSE        NA       NA
## 2268        RexatyXD            0     FALSE     FALSE        NA       NA
## 2269 ZeroThunder1738            0     FALSE     FALSE        NA       NA
## 2270       geo_pahpi            1     FALSE     FALSE        NA       NA
## 2271   starkeybestie            0     FALSE     FALSE        NA       NA
## 2272      chichard41            0     FALSE     FALSE        NA       NA
## 2273      amaroscuro            0     FALSE     FALSE        NA       NA
## 2274  Tusharverma549            0     FALSE     FALSE        NA       NA
## 2275 smnsinistertoit            0     FALSE     FALSE        NA       NA
## 2276       ElimzzTV_            0     FALSE     FALSE        NA       NA
## 2277 liv_laugh_lovee            0     FALSE     FALSE        NA       NA
## 2278   CArmstrongGFS            0     FALSE     FALSE        NA       NA
## 2279    kloopmusic69            0     FALSE     FALSE        NA       NA
## 2280   PhoneAccess01            0     FALSE     FALSE        NA       NA
## 2281 grissomsladybug            0     FALSE     FALSE        NA       NA
## 2282    ian_abalos98            0     FALSE     FALSE        NA       NA
## 2283   Neptune_Leo22            0     FALSE     FALSE        NA       NA
## 2284       _QueenET_            0     FALSE     FALSE        NA       NA
## 2285 grissomsladybug            0     FALSE     FALSE        NA       NA
## 2286    JaredsEmpire            0     FALSE     FALSE        NA       NA
## 2287 grissomsladybug            0     FALSE     FALSE        NA       NA
## 2288 NEW_SONGS_DA1LY            0     FALSE     FALSE        NA       NA
## 2289       ElimzzTV_            0     FALSE     FALSE        NA       NA
## 2290    ian_abalos98            0     FALSE     FALSE        NA       NA
## 2291       padme9876            0     FALSE     FALSE        NA       NA
## 2292       ElimzzTV_            0     FALSE     FALSE        NA       NA
## 2293 grissomsladybug            0     FALSE     FALSE        NA       NA
## 2294 StaydangerousFP            6     FALSE     FALSE        NA       NA
## 2295        Ootorvic            0     FALSE     FALSE        NA       NA
## 2296    shootytodope            0     FALSE     FALSE        NA       NA
## 2297    aman_tweets5            1     FALSE     FALSE        NA       NA
## 2298    SmokaToka420            0     FALSE     FALSE        NA       NA
## 2299    ian_abalos98            0     FALSE     FALSE        NA       NA
## 2300 PerfectDilemma2            0     FALSE     FALSE        NA       NA
## 2301    TheLastAesir            0     FALSE     FALSE        NA       NA
## 2302  L1vingdxadgirl            0     FALSE     FALSE        NA       NA
## 2303     pugmartin14            0     FALSE     FALSE        NA       NA
## 2304         Boishaw            0     FALSE     FALSE        NA       NA
## 2305    nagireocidio            0     FALSE     FALSE        NA       NA
## 2306 theadultmatilda            0     FALSE     FALSE        NA       NA
## 2307    nagireocidio            0     FALSE     FALSE        NA       NA
## 2308 FandomEmpress11            0     FALSE     FALSE        NA       NA
## 2309    LilBlueDucky            0     FALSE     FALSE        NA       NA
## 2310       ElimzzTV_            0     FALSE     FALSE        NA       NA
## 2311  L1vingdxadgirl            0     FALSE     FALSE        NA       NA
## 2312      burefan723            0     FALSE     FALSE        NA       NA
## 2313    nagireocidio            0     FALSE     FALSE        NA       NA
## 2314     startdying1            0     FALSE     FALSE        NA       NA
## 2315       lozzakins            1     FALSE     FALSE        NA       NA
## 2316   applecrumblin            0     FALSE     FALSE        NA       NA
## 2317 OlguisSantillan           19     FALSE     FALSE        NA       NA
## 2318 AnirudhMusicFvr            6     FALSE     FALSE        NA       NA
## 2319       ok_mydude            0     FALSE     FALSE        NA       NA
## 2320   SAVAGE_KAT_SA            0     FALSE     FALSE        NA       NA
## 2321   TheGroupieApp            0     FALSE     FALSE        NA       NA
## 2322    homesicktown            0     FALSE     FALSE        NA       NA
## 2323 YCMC_PRODUCTION            0     FALSE     FALSE        NA       NA
## 2324          mo2the            2     FALSE     FALSE        NA       NA
## 2325  howlingfantogs            0     FALSE     FALSE        NA       NA
## 2326     annenothere            0     FALSE     FALSE        NA       NA
## 2327   whatisgooding            0     FALSE     FALSE        NA       NA
## 2328 ikidnapthestars            0     FALSE     FALSE        NA       NA
## 2329       lozzakins            0     FALSE     FALSE        NA       NA
## 2330    JhonnieDarko            0     FALSE     FALSE        NA       NA
## 2331     annenothere            0     FALSE     FALSE        NA       NA
## 2332      dehrlich25            0     FALSE     FALSE        NA       NA
## 2333      SabrinaY2k            0     FALSE     FALSE        NA       NA
## 2334   jlmsupremacyx            1     FALSE     FALSE        NA       NA
## 2335     annenothere            0     FALSE     FALSE        NA       NA
## 2336    RayPhantom98            0     FALSE     FALSE        NA       NA
## 2337     techfunnell            1     FALSE     FALSE        NA       NA
## 2338      Rachousame            9     FALSE     FALSE        NA       NA
## 2339  Sabahattin1985            0     FALSE     FALSE        NA       NA
## 2340 TrentAr94633264            0     FALSE     FALSE        NA       NA
## 2341       KcNxtdoor            0     FALSE     FALSE        NA       NA
## 2342      btharris93            0     FALSE     FALSE        NA       NA
## 2343  howlingfantogs            0     FALSE     FALSE        NA       NA
## 2344  IncorrectTakes            1     FALSE     FALSE        NA       NA
## 2345        Jimweave            0     FALSE     FALSE        NA       NA
## 2346     SeraphToons            1     FALSE     FALSE        NA       NA
## 2347  natashasoojung            0     FALSE     FALSE        NA       NA
## 2348       yvesgleek            1     FALSE     FALSE        NA       NA
## 2349        Loganzpr            0     FALSE     FALSE        NA       NA
## 2350      jobijosimp            0     FALSE     FALSE        NA       NA
## 2351    RayPhantom98            0     FALSE     FALSE        NA       NA
## 2352     ollie_ellio            0     FALSE     FALSE        NA       NA
## 2353 TrentAr94633264            0     FALSE     FALSE        NA       NA
## 2354    hAidEr__aLie            0     FALSE     FALSE        NA       NA
## 2355       m1lkbabyy            0     FALSE     FALSE        NA       NA
## 2356      lingstahle            0     FALSE     FALSE        NA       NA
## 2357   causeursodark            0     FALSE     FALSE        NA       NA
## 2358        Jimweave            0     FALSE     FALSE        NA       NA
## 2359 TrentAr94633264            0     FALSE     FALSE        NA       NA
## 2360     DollyDemeli            0     FALSE     FALSE        NA       NA
## 2361    Invent_pedia            0     FALSE     FALSE        NA       NA
## 2362        Jimweave            0     FALSE     FALSE        NA       NA
## 2363    marika_donne            0     FALSE     FALSE        NA       NA
## 2364    marika_donne            0     FALSE     FALSE        NA       NA
## 2365    emma17992722            0     FALSE     FALSE        NA       NA
## 2366    marika_donne            0     FALSE     FALSE        NA       NA
## 2367 YourBirthCertif            0     FALSE     FALSE        NA       NA
## 2368       lilgoshey            0     FALSE     FALSE        NA       NA
## 2369 lavendervioIets            0     FALSE     FALSE        NA       NA
## 2370  LaurenChristyy            0     FALSE     FALSE        NA       NA
## 2371    marika_donne            0     FALSE     FALSE        NA       NA
## 2372     BensonTedd3            0     FALSE     FALSE        NA       NA
## 2373        smooney9            0     FALSE     FALSE        NA       NA
## 2374  LaurenChristyy            0     FALSE     FALSE        NA       NA
## 2375       Bolts_pog            0     FALSE     FALSE        NA       NA
## 2376        jas_afia            0     FALSE     FALSE        NA       NA
## 2377    daneen_g2645            0     FALSE     FALSE        NA       NA
## 2378     Otakustar13            0     FALSE     FALSE        NA       NA
## 2379     BensonTedd3            0     FALSE     FALSE        NA       NA
## 2380  spuffysmixtape            0     FALSE     FALSE        NA       NA
## 2381       Uwusukuru            0     FALSE     FALSE        NA       NA
## 2382         makdde_            0     FALSE     FALSE        NA       NA
## 2383    RayPhantom98            0     FALSE     FALSE        NA       NA
## 2384    daneen_g2645            0     FALSE     FALSE        NA       NA
## 2385      AanaMoren0            0     FALSE     FALSE        NA       NA
## 2386  MsTheestallion            0     FALSE     FALSE        NA       NA
## 2387     Stakich_inc            0     FALSE     FALSE        NA       NA
## 2388         makdde_            0     FALSE     FALSE        NA       NA
## 2389   ukrainehelpuk            0     FALSE     FALSE        NA       NA
## 2390   n0t_dominique           12     FALSE     FALSE        NA       NA
## 2391      jisungtnkr            0     FALSE     FALSE        NA       NA
## 2392     gummywurmmy            0     FALSE     FALSE        NA       NA
## 2393      percysimpp            1     FALSE     FALSE        NA       NA
## 2394    daneen_g2645            0     FALSE     FALSE        NA       NA
## 2395     rinkrat8383            0     FALSE     FALSE        NA       NA
## 2396         livvi78            0     FALSE     FALSE        NA       NA
## 2397     gummywurmmy            0     FALSE     FALSE        NA       NA
## 2398  btscuresdeprsn            0     FALSE     FALSE        NA       NA
## 2399     _Backtrackz            2     FALSE     FALSE        NA       NA
## 2400         sbrsimp            0     FALSE     FALSE        NA       NA
## 2401     Abiadeking1            0     FALSE     FALSE        NA       NA
## 2402      AlfWilsonn            0     FALSE     FALSE        NA       NA
## 2403       berrytpwk            0     FALSE     FALSE        NA       NA
## 2404         r4pIin3            0     FALSE     FALSE        NA       NA
## 2405  Sabahattin1985            0     FALSE     FALSE        NA       NA
## 2406       Uwusukuru            2     FALSE     FALSE        NA       NA
## 2407   brittanywhose            0     FALSE     FALSE        NA       NA
## 2408    gaymergeek26            0     FALSE     FALSE        NA       NA
## 2409   zorijaramillo            0     FALSE     FALSE        NA       NA
## 2410         makdde_            0     FALSE     FALSE        NA       NA
## 2411  Sabahattin1985            0     FALSE     FALSE        NA       NA
## 2412    mennaw3alena            0     FALSE     FALSE        NA       NA
## 2413       sxllout17            0     FALSE     FALSE        NA       NA
## 2414        jemjemid            0     FALSE     FALSE        NA       NA
## 2415    girIaIm1ghty            0     FALSE     FALSE        NA       NA
## 2416        Welman_B            0     FALSE     FALSE        NA       NA
## 2417  SashaaNatashaa            0     FALSE     FALSE        NA       NA
## 2418      jisungtnkr            0     FALSE     FALSE        NA       NA
## 2419         sbrsimp            1     FALSE     FALSE        NA       NA
## 2420      AlfWilsonn            0     FALSE     FALSE        NA       NA
## 2421        Besldjuu            0     FALSE     FALSE        NA       NA
## 2422   ii_love_bowee            0     FALSE     FALSE        NA       NA
## 2423   heelpatrickmc            0     FALSE     FALSE        NA       NA
## 2424        ayush03d            0     FALSE     FALSE        NA       NA
## 2425        Welman_B            0     FALSE     FALSE        NA       NA
## 2426   eipuriru_desu            0     FALSE     FALSE        NA       NA
## 2427      cedanewsgh            0     FALSE     FALSE        NA       NA
## 2428    mennaw3alena            0     FALSE     FALSE        NA       NA
## 2429       EmobunnyE            0     FALSE     FALSE        NA       NA
## 2430    paridiecoole            0     FALSE     FALSE        NA       NA
## 2431       SonnysBBQ            0     FALSE     FALSE        NA       NA
## 2432    paridiecoole            0     FALSE     FALSE        NA       NA
## 2433    StayClassyJM            0     FALSE     FALSE        NA       NA
## 2434    mennaw3alena            0     FALSE     FALSE        NA       NA
## 2435 AccademicWriter            0     FALSE     FALSE        NA       NA
## 2436         tmth421            0     FALSE     FALSE        NA       NA
## 2437       EmobunnyE            0     FALSE     FALSE        NA       NA
## 2438     wiktoria419            1     FALSE     FALSE        NA       NA
## 2439      57b9j4fcqh            0     FALSE     FALSE        NA       NA
## 2440    paridiecoole            0     FALSE     FALSE        NA       NA
## 2441     ronimiah_bd            0     FALSE     FALSE        NA       NA
## 2442  notmfpumkinduh            0     FALSE     FALSE        NA       NA
## 2443      Cakinator_            0     FALSE     FALSE        NA       NA
## 2444       EmobunnyE            0     FALSE     FALSE        NA       NA
## 2445   lunacannabica            0     FALSE     FALSE        NA       NA
## 2446    mennaw3alena            0     FALSE     FALSE        NA       NA
## 2447      fkathatnsh            0     FALSE     FALSE        NA       NA
## 2448    SomethinClub            0     FALSE     FALSE        NA       NA
## 2449    dauktaurslim            0     FALSE     FALSE        NA       NA
## 2450    paridiecoole            0     FALSE     FALSE        NA       NA
## 2451      Cakinator_            0     FALSE     FALSE        NA       NA
## 2452         tmth421            0     FALSE     FALSE        NA       NA
## 2453     KarysBelger            0     FALSE     FALSE        NA       NA
## 2454       EmobunnyE            0     FALSE     FALSE        NA       NA
## 2455          RMotti            0     FALSE     FALSE        NA       NA
## 2456    Mha_Dreamsmp            0     FALSE     FALSE        NA       NA
## 2457         tmth421            0     FALSE     FALSE        NA       NA
## 2458        Keisshay            0     FALSE     FALSE        NA       NA
## 2459      kaylee_xcx            0     FALSE     FALSE        NA       NA
## 2460       jeonbamBv            0     FALSE     FALSE        NA       NA
## 2461    RedsVelocity            0     FALSE     FALSE        NA       NA
## 2462    RedsVelocity            0     FALSE     FALSE        NA       NA
## 2463    Mha_Dreamsmp            0     FALSE     FALSE        NA       NA
## 2464      fkathatnsh            0     FALSE     FALSE        NA       NA
## 2465       jimmyghad            0     FALSE     FALSE        NA       NA
## 2466      kaylee_xcx           30     FALSE     FALSE        NA       NA
## 2467          huaxln            0     FALSE     FALSE        NA       NA
## 2468       MeyetMiss            0     FALSE     FALSE        NA       NA
## 2469  notmfpumkinduh            0     FALSE     FALSE        NA       NA
## 2470    RedsVelocity            0     FALSE     FALSE        NA       NA
## 2471    Mha_Dreamsmp            0     FALSE     FALSE        NA       NA
## 2472   ChandramDutta            0     FALSE     FALSE        NA       NA
## 2473    RedsVelocity            0     FALSE     FALSE        NA       NA
## 2474          fvklgn            0     FALSE     FALSE        NA       NA
## 2475        hyooryyy            0     FALSE     FALSE        NA       NA
## 2476       AguaDieta            0     FALSE     FALSE        NA       NA
## 2477      youforiafm            0     FALSE     FALSE        NA       NA
## 2478    walker_88793            0     FALSE     FALSE        NA       NA
## 2479       AguaDieta            0     FALSE     FALSE        NA       NA
## 2480        hyooryyy            0     FALSE     FALSE        NA       NA
## 2481     ilovebyidle            0     FALSE     FALSE        NA       NA
## 2482 Fredrik_Larsen_            0     FALSE     FALSE        NA       NA
## 2483         tmth421            0     FALSE     FALSE        NA       NA
## 2484   KendraBTaylor            0     FALSE     FALSE        NA       NA
## 2485       AguaDieta            0     FALSE     FALSE        NA       NA
## 2486     ilovebyidle            0     FALSE     FALSE        NA       NA
## 2487        wtfmlili            0     FALSE     FALSE        NA       NA
## 2488   DOREMIDOKYE0M            0     FALSE     FALSE        NA       NA
## 2489      sleepy_rio            0     FALSE     FALSE        NA       NA
## 2490     ilovebyidle            0     FALSE     FALSE        NA       NA
## 2491       AguaDieta            0     FALSE     FALSE        NA       NA
## 2492   pedrosierramx            1     FALSE     FALSE        NA       NA
## 2493        hyooryyy            0     FALSE     FALSE        NA       NA
## 2494         luzxray            0     FALSE     FALSE        NA       NA
## 2495     ilovebyidle            0     FALSE     FALSE        NA       NA
## 2496 4thPresidentKE3            2     FALSE     FALSE        NA       NA
## 2497   KendraBTaylor            0     FALSE     FALSE        NA       NA
## 2498    its_veronica            0     FALSE     FALSE        NA       NA
## 2499      sleepy_rio            0     FALSE     FALSE        NA       NA
## 2500      imnotmimmy            0     FALSE     FALSE        NA       NA
## 2501      imnotmimmy            0     FALSE     FALSE        NA       NA
## 2502    pollystaffle            0     FALSE     FALSE        NA       NA
## 2503         luzxray            0     FALSE     FALSE        NA       NA
## 2504      ZanAycicek            0     FALSE     FALSE        NA       NA
## 2505   PieroPereyra4            0     FALSE     FALSE        NA       NA
## 2506 matthewlaurie19            0     FALSE     FALSE        NA       NA
## 2507   DOREMIDOKYE0M            0     FALSE     FALSE        NA       NA
## 2508 SwiftBelieber89            0     FALSE     FALSE        NA       NA
## 2509 TheNameIsCitrix            0     FALSE     FALSE        NA       NA
## 2510 satellitesilho1            0     FALSE     FALSE        NA       NA
## 2511         luzxray            0     FALSE     FALSE        NA       NA
## 2512  cowboylikeaddi            0     FALSE     FALSE        NA       NA
## 2513   DOREMIDOKYE0M            0     FALSE     FALSE        NA       NA
## 2514       Afiemo_AO            0     FALSE     FALSE        NA       NA
## 2515         luzxray            0     FALSE     FALSE        NA       NA
## 2516      imnotmimmy            0     FALSE     FALSE        NA       NA
## 2517  cowboylikeaddi            0     FALSE     FALSE        NA       NA
## 2518        NychPrxr            0     FALSE     FALSE        NA       NA
## 2519       JGroomsZN            0     FALSE     FALSE        NA       NA
## 2520    SeamusCalder            0     FALSE     FALSE        NA       NA
## 2521   DOREMIDOKYE0M            0     FALSE     FALSE        NA       NA
## 2522     badussy8913            0     FALSE     FALSE        NA       NA
## 2523   ClydepactDisc            0     FALSE     FALSE        NA       NA
## 2524            WDBM            0     FALSE     FALSE        NA       NA
## 2525      elequantig            0     FALSE     FALSE        NA       NA
## 2526        kiabbwwi            0     FALSE     FALSE        NA       NA
## 2527     mypurplesun            0     FALSE     FALSE        NA       NA
## 2528      elequantig            0     FALSE     FALSE        NA       NA
## 2529        NychPrxr            0     FALSE     FALSE        NA       NA
## 2530      Dirty_Roll            0     FALSE     FALSE        NA       NA
## 2531    young_ckash1            1     FALSE     FALSE        NA       NA
## 2532  lex_the_rex_24            0     FALSE     FALSE        NA       NA
## 2533      elequantig            0     FALSE     FALSE        NA       NA
## 2534 marquandisdaddy            0     FALSE     FALSE        NA       NA
## 2535   JulieMayville            0     FALSE     FALSE        NA       NA
## 2536 aestheticdaydr1            0     FALSE     FALSE        NA       NA
## 2537        NychPrxr            0     FALSE     FALSE        NA       NA
## 2538        SamBawse            0     FALSE     FALSE        NA       NA
## 2539    CrystalEdits            0     FALSE     FALSE        NA       NA
## 2540    Divinebet130            1     FALSE     FALSE        NA       NA
## 2541   iamantonia_cj            0     FALSE     FALSE        NA       NA
## 2542       bendifyyt            0     FALSE     FALSE        NA       NA
## 2543 v1g1lantesh1t13            0     FALSE     FALSE        NA       NA
## 2544      Laserlord_            0     FALSE     FALSE        NA       NA
## 2545  lex_the_rex_24            0     FALSE     FALSE        NA       NA
## 2546       TashB2205            0     FALSE     FALSE        NA       NA
## 2547         dejease            1     FALSE     FALSE        NA       NA
## 2548      Next_G_EAS            0     FALSE     FALSE        NA       NA
## 2549       Fungussy3            0     FALSE     FALSE        NA       NA
## 2550       mcalive01            0     FALSE     FALSE        NA       NA
## 2551         dejease            0     FALSE     FALSE        NA       NA
## 2552  tae_alexandria            0     FALSE     FALSE        NA       NA
## 2553  Hahaha10989852            0     FALSE     FALSE        NA       NA
## 2554   WhatsTrending            0     FALSE     FALSE        NA       NA
## 2555   Uttamk16t6543            1     FALSE     FALSE        NA       NA
## 2556     nbutler_art            0     FALSE     FALSE        NA       NA
## 2557          s0fqia            0     FALSE     FALSE        NA       NA
## 2558  kissy_carolina            0     FALSE     FALSE        NA       NA
## 2559  kissy_carolina            0     FALSE     FALSE        NA       NA
## 2560         sbrsimp            0     FALSE     FALSE        NA       NA
## 2561 exclusivedeal16            0     FALSE     FALSE        NA       NA
## 2562  kissy_carolina            0     FALSE     FALSE        NA       NA
## 2563      miacoyle07            0     FALSE     FALSE        NA       NA
## 2564    Divinebet130            1     FALSE     FALSE        NA       NA
## 2565   NikolajZamo89            0     FALSE     FALSE        NA       NA
## 2566   JulieMayville            0     FALSE     FALSE        NA       NA
## 2567     sophs_moran            0     FALSE     FALSE        NA       NA
## 2568  RebeccaWright4            0     FALSE     FALSE        NA       NA
## 2569  shad0w_unkn0wn            0     FALSE     FALSE        NA       NA
## 2570  shad0w_unkn0wn            0     FALSE     FALSE        NA       NA
## 2571  RebeccaWright4            0     FALSE     FALSE        NA       NA
## 2572           h41ey            0     FALSE     FALSE        NA       NA
## 2573   ClutchRaptors            0     FALSE     FALSE        NA       NA
## 2574  RebeccaWright4            0     FALSE     FALSE        NA       NA
## 2575 whereisbillllie            0     FALSE     FALSE        NA       NA
## 2576  xxJodieMariexx            0     FALSE     FALSE        NA       NA
## 2577 whereisbillllie            0     FALSE     FALSE        NA       NA
## 2578 ill3gallybl0nde            0     FALSE     FALSE        NA       NA
## 2579  BlissfulOrange            0     FALSE     FALSE        NA       NA
## 2580       JustmoveG            0     FALSE     FALSE        NA       NA
## 2581 whereisbillllie            0     FALSE     FALSE        NA       NA
## 2582  Daniel_barb_v2            0     FALSE     FALSE        NA       NA
## 2583  BlissfulOrange            0     FALSE     FALSE        NA       NA
## 2584        lunedel_            0     FALSE     FALSE        NA       NA
## 2585  pnggangoffical            0     FALSE     FALSE        NA       NA
## 2586      George4559            0     FALSE     FALSE        NA       NA
## 2587      LiLCjBaby1            0     FALSE     FALSE        NA       NA
## 2588    helencity_94            0     FALSE     FALSE        NA       NA
## 2589  BlissfulOrange            0     FALSE     FALSE        NA       NA
## 2590   Nathan_Evans9            0     FALSE     FALSE        NA       NA
## 2591 ill3gallybl0nde            0     FALSE     FALSE        NA       NA
## 2592       yuujikoos            0     FALSE     FALSE        NA       NA
## 2593   royceda69real            0     FALSE     FALSE        NA       NA
## 2594       Wormysaur            0     FALSE     FALSE        NA       NA
## 2595      stu4niolos            0     FALSE     FALSE        NA       NA
## 2596    prettypilled            0     FALSE     FALSE        NA       NA
## 2597      stu4niolos            0     FALSE     FALSE        NA       NA
## 2598  ArbitraryTingz            1     FALSE     FALSE        NA       NA
## 2599      impastamac            0     FALSE     FALSE        NA       NA
## 2600      stu4niolos            0     FALSE     FALSE        NA       NA
## 2601       yuujikoos            0     FALSE     FALSE        NA       NA
## 2602    OurFrequency           30     FALSE     FALSE        NA       NA
## 2603       HelenArvi            0     FALSE     FALSE        NA       NA
## 2604      stu4niolos            0     FALSE     FALSE        NA       NA
## 2605   INDOBARCA_BKL            0     FALSE     FALSE        NA       NA
## 2606      impastamac            0     FALSE     FALSE        NA       NA
## 2607       yuujikoos            0     FALSE     FALSE        NA       NA
## 2608      Kara_Ann_C            0     FALSE     FALSE        NA       NA
## 2609       yuujikoos            0     FALSE     FALSE        NA       NA
## 2610  GoneInTheDark5            0     FALSE     FALSE        NA       NA
## 2611       rayyprayy            0     FALSE     FALSE        NA       NA
## 2612     nadanuffgum            0     FALSE     FALSE        NA       NA
## 2613   royceda69real            0     FALSE     FALSE        NA       NA
## 2614     LFMKINGPJAY            1     FALSE     FALSE        NA       NA
## 2615        gohivanj            0     FALSE     FALSE        NA       NA
## 2616    brigadiearnb            0     FALSE     FALSE        NA       NA
## 2617       rayyprayy            0     FALSE     FALSE        NA       NA
## 2618   EvanEtaitPris            0     FALSE     FALSE        NA       NA
## 2619       jupit33rr            0     FALSE     FALSE        NA       NA
## 2620    Larishlisten            0     FALSE     FALSE        NA       NA
## 2621  HarryFan4Life_            0     FALSE     FALSE        NA       NA
## 2622 OMETinyHeartsMD            0     FALSE     FALSE        NA       NA
## 2623     everydayori            0     FALSE     FALSE        NA       NA
## 2624      mythias675            0     FALSE     FALSE        NA       NA
## 2625       rayyprayy            0     FALSE     FALSE        NA       NA
## 2626   royceda69real            0     FALSE     FALSE        NA       NA
## 2627  HarryFan4Life_            0     FALSE     FALSE        NA       NA
## 2628  keandrianjones            0     FALSE     FALSE        NA       NA
## 2629 inbetweenness__            0     FALSE     FALSE        NA       NA
## 2630       TailsmenT            0     FALSE     FALSE        NA       NA
## 2631      ChloeCombi            0     FALSE     FALSE        NA       NA
## 2632 inbetweenness__            0     FALSE     FALSE        NA       NA
## 2633        _sweats_            0     FALSE     FALSE        NA       NA
## 2634 inbetweenness__            0     FALSE     FALSE        NA       NA
## 2635    gracelyndupe            0     FALSE     FALSE        NA       NA
## 2636      klawmachin            0     FALSE     FALSE        NA       NA
## 2637       rayyprayy            0     FALSE     FALSE        NA       NA
## 2638    harpergruffy            2     FALSE     FALSE        NA       NA
## 2639   royceda69real            0     FALSE     FALSE        NA       NA
## 2640    drmuhammadsf            0     FALSE     FALSE        NA       NA
## 2641  keandrianjones            0     FALSE     FALSE        NA       NA
## 2642       wynterNM_            0     FALSE     FALSE        NA       NA
## 2643   amanda_emblem            0     FALSE     FALSE        NA       NA
## 2644     Miranda4069            0     FALSE     FALSE        NA       NA
## 2645 hushleberryspam            0     FALSE     FALSE        NA       NA
## 2646     RANSUMARONS            0     FALSE     FALSE        NA       NA
## 2647 hushleberryspam            0     FALSE     FALSE        NA       NA
## 2648        gh029mdz            0     FALSE     FALSE        NA       NA
## 2649     theantiflop            0     FALSE     FALSE        NA       NA
## 2650    itsjakeaaron            0     FALSE     FALSE        NA       NA
## 2651 hushleberryspam            0     FALSE     FALSE        NA       NA
## 2652       TIfe_eNTG            0     FALSE     FALSE        NA       NA
## 2653     bryanxtomas            0     FALSE     FALSE        NA       NA
## 2654         LouBell            0     FALSE     FALSE        NA       NA
## 2655    mushrooomgrl            0     FALSE     FALSE        NA       NA
## 2656    jesseUnknown            0     FALSE     FALSE        NA       NA
## 2657 hushleberryspam            0     FALSE     FALSE        NA       NA
## 2658      We_Are_SSD            0     FALSE     FALSE        NA       NA
## 2659     pandasbugzz            0     FALSE     FALSE        NA       NA
## 2660    TheCapThorne            0     FALSE     FALSE        NA       NA
## 2661       merxuriia            0     FALSE     FALSE        NA       NA
## 2662       kibet____            0     FALSE     FALSE        NA       NA
## 2663  reevemealone02            0     FALSE     FALSE        NA       NA
## 2664      slim_lady1            0     FALSE     FALSE        NA       NA
## 2665          taemqa            0     FALSE     FALSE        NA       NA
## 2666   Biden82469108            0     FALSE     FALSE        NA       NA
## 2667        benfoard            0     FALSE     FALSE        NA       NA
## 2668 unicornlover69p            0     FALSE     FALSE        NA       NA
## 2669       SouthJawn            0     FALSE     FALSE        NA       NA
## 2670       TIfe_eNTG            3     FALSE     FALSE        NA       NA
## 2671  reevemealone02            0     FALSE     FALSE        NA       NA
## 2672      ivyissofun            0     FALSE     FALSE        NA       NA
## 2673   tpwkrozalie28            0     FALSE     FALSE        NA       NA
## 2674  NadyaNyakinyua            0     FALSE     FALSE        NA       NA
## 2675     TotalDamian            0     FALSE     FALSE        NA       NA
## 2676  perennialosers            0     FALSE     FALSE        NA       NA
## 2677     beanchuffer            0     FALSE     FALSE        NA       NA
## 2678       Korae_Dae            4     FALSE     FALSE        NA       NA
## 2679      cocoiguess            0     FALSE     FALSE        NA       NA
## 2680  herkisstheriot            0     FALSE     FALSE        NA       NA
## 2681  reevemealone02            0     FALSE     FALSE        NA       NA
## 2682     beanchuffer            0     FALSE     FALSE        NA       NA
## 2683  herkisstheriot            0     FALSE     FALSE        NA       NA
## 2684     Onix_kheeng            0     FALSE     FALSE        NA       NA
## 2685       IamJClary            0     FALSE     FALSE        NA       NA
## 2686         JamjoKB            0     FALSE     FALSE        NA       NA
## 2687    TimLockwood_            0     FALSE     FALSE        NA       NA
## 2688 Ashcrash_studio            0     FALSE     FALSE        NA       NA
## 2689     beanchuffer            0     FALSE     FALSE        NA       NA
## 2690       TIfe_eNTG            0     FALSE     FALSE        NA       NA
## 2691  herkisstheriot            0     FALSE     FALSE        NA       NA
## 2692   AyandaMbatha4            0     FALSE     FALSE        NA       NA
## 2693       TheMosh77            0     FALSE     FALSE        NA       NA
## 2694       lheajane_            0     FALSE     FALSE        NA       NA
## 2695        dshcare1            0     FALSE     FALSE        NA       NA
## 2696    casey_lemmer            0     FALSE     FALSE        NA       NA
## 2697 JoshuaGarzaniti            0     FALSE     FALSE        NA       NA
## 2698       TheMosh77            0     FALSE     FALSE        NA       NA
## 2699  lu_on_the_m00n            1     FALSE     FALSE        NA       NA
## 2700       TheMosh77            0     FALSE     FALSE        NA       NA
## 2701       lheajane_            0     FALSE     FALSE        NA       NA
## 2702       LOWESMATE            0     FALSE     FALSE        NA       NA
## 2703      BlndHaji11            0     FALSE     FALSE        NA       NA
## 2704      sadiiq_101            0     FALSE     FALSE        NA       NA
## 2705  RidetoShredPow            0     FALSE     FALSE        NA       NA
## 2706 Kobbyphlakesghz            0     FALSE     FALSE        NA       NA
## 2707     multi_lunax            0     FALSE     FALSE        NA       NA
## 2708   imjustherebru            0     FALSE     FALSE        NA       NA
## 2709        NOLADawn            0     FALSE     FALSE        NA       NA
## 2710 fakeitflowerss1            2     FALSE     FALSE        NA       NA
## 2711  wanttobeaghost            0     FALSE     FALSE        NA       NA
## 2712        ga_bril_            0     FALSE     FALSE        NA       NA
## 2713  wanttobeaghost            0     FALSE     FALSE        NA       NA
## 2714      angelide01            0     FALSE     FALSE        NA       NA
## 2715      AirbudsApp            0     FALSE     FALSE        NA       NA
## 2716        lwtzehes            0     FALSE     FALSE        NA       NA
## 2717  selenaswiftb99            1     FALSE     FALSE        NA       NA
## 2718       timdams8x            0     FALSE     FALSE        NA       NA
## 2719  USAT0PWRITER4u            6     FALSE     FALSE        NA       NA
## 2720       mamertime            0     FALSE     FALSE        NA       NA
## 2721  sapphiretears7            0     FALSE     FALSE        NA       NA
## 2722  Robert_scott30            0     FALSE     FALSE        NA       NA
## 2723    rebelroscrey            0     FALSE     FALSE        NA       NA
## 2724     sixthirtyy_            0     FALSE     FALSE        NA       NA
## 2725        mbyulist            0     FALSE     FALSE        NA       NA
## 2726  VillagePixel64            0     FALSE     FALSE        NA       NA
## 2727 Patrick31370308            0     FALSE     FALSE        NA       NA
## 2728        mbyulist            0     FALSE     FALSE        NA       NA
## 2729         999_Icy            0     FALSE     FALSE        NA       NA
## 2730        mbyulist            0     FALSE     FALSE        NA       NA
## 2731          tncmno            0     FALSE     FALSE        NA       NA
## 2732   Hakeemlennox_            0     FALSE     FALSE        NA       NA
## 2733   NachoSoriano8            0     FALSE     FALSE        NA       NA
## 2734        mbyulist            0     FALSE     FALSE        NA       NA
## 2735     Bladimir25_            0     FALSE     FALSE        NA       NA
## 2736  TheWriteUpSite            0     FALSE     FALSE        NA       NA
## 2737   lilkanyewest1            0     FALSE     FALSE        NA       NA
## 2738       arocks_75            0     FALSE     FALSE        NA       NA
## 2739       holden050            0     FALSE     FALSE        NA       NA
## 2740        NJMiles1            0     FALSE     FALSE        NA       NA
## 2741     Fructuosa19            1     FALSE     FALSE        NA       NA
## 2742        redman36            0     FALSE     FALSE        NA       NA
## 2743      Lilpetey24            0     FALSE     FALSE        NA       NA
## 2744      MonkeMyths            3     FALSE     FALSE        NA       NA
## 2745     vhopekookgi            0     FALSE     FALSE        NA       NA
## 2746    J_Lawrence34            0     FALSE     FALSE        NA       NA
## 2747         skofiix            0     FALSE     FALSE        NA       NA
## 2748      GhastlyLNX            0     FALSE     FALSE        NA       NA
## 2749 yoongis_wife_27            0     FALSE     FALSE        NA       NA
## 2750     vhopekookgi            0     FALSE     FALSE        NA       NA
## 2751       lacrimads            0     FALSE     FALSE        NA       NA
## 2752      farhofarho            0     FALSE     FALSE        NA       NA
## 2753  USAT0PWRITER4u            5     FALSE     FALSE        NA       NA
## 2754        MissAHxx            0     FALSE     FALSE        NA       NA
## 2755       TillGoins            0     FALSE     FALSE        NA       NA
## 2756        redman36            0     FALSE     FALSE        NA       NA
## 2757    J_Lawrence34            0     FALSE     FALSE        NA       NA
## 2758     LSUgymtiger            0     FALSE     FALSE        NA       NA
## 2759      farhofarho            0     FALSE     FALSE        NA       NA
## 2760 yoongis_wife_27            0     FALSE     FALSE        NA       NA
## 2761     ALLDAY4HOBI            0     FALSE     FALSE        NA       NA
## 2762 xWildestDreams_            0     FALSE     FALSE        NA       NA
## 2763        kwonnist            0     FALSE     FALSE        NA       NA
## 2764 AngelTheEmpress            0     FALSE     FALSE        NA       NA
## 2765      ERRyan1999            0     FALSE     FALSE        NA       NA
## 2766   brinaslullaby            0     FALSE     FALSE        NA       NA
## 2767     DebasmitRay            0     FALSE     FALSE        NA       NA
## 2768      Lilpetey24            0     FALSE     FALSE        NA       NA
## 2769        redman36            0     FALSE     FALSE        NA       NA
## 2770     LSUgymtiger            0     FALSE     FALSE        NA       NA
## 2771        kwonnist            0     FALSE     FALSE        NA       NA
## 2772  TheWriteUpSite            0     FALSE     FALSE        NA       NA
## 2773        kwonnist            0     FALSE     FALSE        NA       NA
## 2774  OriginalArmada            0     FALSE     FALSE        NA       NA
## 2775      ERRyan1999            0     FALSE     FALSE        NA       NA
## 2776        redman36            0     FALSE     FALSE        NA       NA
## 2777        Vika0245            0     FALSE     FALSE        NA       NA
## 2778         Leap250            0     FALSE     FALSE        NA       NA
## 2779    TheCapThorne            0     FALSE     FALSE        NA       NA
## 2780     ALLDAY4HOBI            0     FALSE     FALSE        NA       NA
## 2781      jbird14526            0     FALSE     FALSE        NA       NA
## 2782     LSUgymtiger            0     FALSE     FALSE        NA       NA
## 2783     SailorSilvi            0     FALSE     FALSE        NA       NA
## 2784      ERRyan1999            0     FALSE     FALSE        NA       NA
## 2785   jessica_62408            0     FALSE     FALSE        NA       NA
## 2786      whoscoline            0     FALSE     FALSE        NA       NA
## 2787       TillGoins            1     FALSE     FALSE        NA       NA
## 2788   MariaPamukova            0     FALSE     FALSE        NA       NA
## 2789       MerkMark_            0     FALSE     FALSE        NA       NA
## 2790    TheCapThorne            0     FALSE     FALSE        NA       NA
## 2791 DinahstyHarmony            0     FALSE     FALSE        NA       NA
## 2792   BratzDoll8493            0     FALSE     FALSE        NA       NA
## 2793      ERRyan1999            0     FALSE     FALSE        NA       NA
## 2794         genkki_            0     FALSE     FALSE        NA       NA
## 2795         genkki_            0     FALSE     FALSE        NA       NA
## 2796         genkki_            0     FALSE     FALSE        NA       NA
## 2797      whoscoline            0     FALSE     FALSE        NA       NA
## 2798       TIfe_eNTG            4     FALSE     FALSE        NA       NA
## 2799      GuruNauman            0     FALSE     FALSE        NA       NA
## 2800      FoxtrotDan            0     FALSE     FALSE        NA       NA
## 2801      cocoiguess            0     FALSE     FALSE        NA       NA
## 2802       TheKuakTT            0     FALSE     FALSE        NA       NA
## 2803     ALLDAY4HOBI            0     FALSE     FALSE        NA       NA
## 2804      whoscoline            0     FALSE     FALSE        NA       NA
## 2805       SaibotXXV            0     FALSE     FALSE        NA       NA
## 2806        Limekidd            0     FALSE     FALSE        NA       NA
## 2807      cocoiguess            0     FALSE     FALSE        NA       NA
## 2808  TheWriteUpSite            0     FALSE     FALSE        NA       NA
## 2809     Tabicat2020            0     FALSE     FALSE        NA       NA
## 2810        03Alexjh            0     FALSE     FALSE        NA       NA
## 2811   QueenCityBird            1     FALSE     FALSE        NA       NA
## 2812      cocoiguess            0     FALSE     FALSE        NA       NA
## 2813      GazparConZ            0     FALSE     FALSE        NA       NA
## 2814        03Alexjh            0     FALSE     FALSE        NA       NA
## 2815    bannedalt123            0     FALSE     FALSE        NA       NA
## 2816   skipperwabalo            0     FALSE     FALSE        NA       NA
## 2817     emmahemmsty            0     FALSE     FALSE        NA       NA
## 2818        NiInMiCe            0     FALSE     FALSE        NA       NA
## 2819   ricardodiazm6            0     FALSE     FALSE        NA       NA
## 2820  SportsBasketgh            0     FALSE     FALSE        NA       NA
## 2821  irissversion13            2     FALSE     FALSE        NA       NA
## 2822        Craylorr            0     FALSE     FALSE        NA       NA
## 2823    bannedalt123            0     FALSE     FALSE        NA       NA
## 2824        TeleBunn            0     FALSE     FALSE        NA       NA
## 2825 whyyougottaplay            0     FALSE     FALSE        NA       NA
## 2826      GazparConZ            0     FALSE     FALSE        NA       NA
## 2827        Craylorr            0     FALSE     FALSE        NA       NA
## 2828    krissybubble            0     FALSE     FALSE        NA       NA
## 2829       rcolleary            0     FALSE     FALSE        NA       NA
## 2830    bannedalt123            0     FALSE     FALSE        NA       NA
## 2831      cryptstina            0     FALSE     FALSE        NA       NA
## 2832        iiJoelxJ            1     FALSE     FALSE        NA       NA
## 2833   ExpoDevSequel            0     FALSE     FALSE        NA       NA
## 2834     T_BonezLive            0     FALSE     FALSE        NA       NA
## 2835       EnderDev_            0     FALSE     FALSE        NA       NA
## 2836    bannedalt123            0     FALSE     FALSE        NA       NA
## 2837          dilski            0     FALSE     FALSE        NA       NA
## 2838      Im_Omphile            0     FALSE     FALSE        NA       NA
## 2839       rcolleary            0     FALSE     FALSE        NA       NA
## 2840    GoodIdeaAdia            0     FALSE     FALSE        NA       NA
## 2841       rcolleary            0     FALSE     FALSE        NA       NA
## 2842    theyarenther            0     FALSE     FALSE        NA       NA
## 2843     Uncle_Pilpy            0     FALSE     FALSE        NA       NA
## 2844     lovequarrel            0     FALSE     FALSE        NA       NA
## 2845  Infantry_bucky            0     FALSE     FALSE        NA       NA
## 2846   ricardodiazm6            0     FALSE     FALSE        NA       NA
## 2847      Otto5002O6            0     FALSE     FALSE        NA       NA
## 2848     kokushiboop            0     FALSE     FALSE        NA       NA
## 2849  bittylittlebat            0     FALSE     FALSE        NA       NA
## 2850    krissybubble            0     FALSE     FALSE        NA       NA
## 2851       rcolleary            0     FALSE     FALSE        NA       NA
## 2852 Haruhipureheart            0     FALSE     FALSE        NA       NA
## 2853     SonnyKissXO            2     FALSE     FALSE        NA       NA
## 2854    GoodIdeaAdia            0     FALSE     FALSE        NA       NA
## 2855   sabishiitsumo            0     FALSE     FALSE        NA       NA
## 2856 akward_turtle_7            0     FALSE     FALSE        NA       NA
## 2857 dang3rouswoman7            0     FALSE     FALSE        NA       NA
## 2858 Haruhipureheart            0     FALSE     FALSE        NA       NA
## 2859     SlTHLECLERC            0     FALSE     FALSE        NA       NA
## 2860     supercutsam            0     FALSE     FALSE        NA       NA
## 2861          kkqqvm            0     FALSE     FALSE        NA       NA
## 2862       hagrid994            0     FALSE     FALSE        NA       NA
## 2863    RavagersRuin            0     FALSE     FALSE        NA       NA
## 2864 Haruhipureheart            0     FALSE     FALSE        NA       NA
## 2865  USAT0PWRITER4u            5     FALSE     FALSE        NA       NA
## 2866        DunkwaTv            0     FALSE     FALSE        NA       NA
## 2867      luisanaroa            0     FALSE     FALSE        NA       NA
## 2868   cookingmama48            0     FALSE     FALSE        NA       NA
## 2869 Haruhipureheart            0     FALSE     FALSE        NA       NA
## 2870    bunnyboo0802            0     FALSE     FALSE        NA       NA
## 2871  Chaotic_Girl55            0     FALSE     FALSE        NA       NA
## 2872      luisanaroa            0     FALSE     FALSE        NA       NA
## 2873    badthings2ya            0     FALSE     FALSE        NA       NA
## 2874    MuhammadDaur            0     FALSE     FALSE        NA       NA
## 2875       paulienuh            0     FALSE     FALSE        NA       NA
## 2876   mrmonstercat1            0     FALSE     FALSE        NA       NA
## 2877        DunkwaTv            0     FALSE     FALSE        NA       NA
## 2878        gyuulife            0     FALSE     FALSE        NA       NA
## 2879   SaritaZapater            0     FALSE     FALSE        NA       NA
## 2880     Ike_Bongani            1     FALSE     FALSE        NA       NA
## 2881 localemogabriel            0     FALSE     FALSE        NA       NA
## 2882         Nzxtime            0     FALSE     FALSE        NA       NA
## 2883      nixaltzero            0     FALSE     FALSE        NA       NA
## 2884          gahtek            0     FALSE     FALSE        NA       NA
## 2885   SpotifyStages            0     FALSE     FALSE        NA       NA
## 2886   mrmonstercat1            0     FALSE     FALSE        NA       NA
## 2887 gspiredofficial            1     FALSE     FALSE        NA       NA
## 2888        gyuulife            0     FALSE     FALSE        NA       NA
## 2889        Jvst2709            0     FALSE     FALSE        NA       NA
## 2890  Robert_scott30            0     FALSE     FALSE        NA       NA
## 2891   mrmonstercat1            0     FALSE     FALSE        NA       NA
## 2892          gahtek            0     FALSE     FALSE        NA       NA
## 2893     CurruchagaD            0     FALSE     FALSE        NA       NA
## 2894 kyungsoomilover            0     FALSE     FALSE        NA       NA
## 2895        ItzRay20            0     FALSE     FALSE        NA       NA
## 2896   mrmonstercat1            0     FALSE     FALSE        NA       NA
## 2897   mystinkyhorse            0     FALSE     FALSE        NA       NA
## 2898   imoonliight__            0     FALSE     FALSE        NA       NA
## 2899    emmiiscooler            0     FALSE     FALSE        NA       NA
## 2900   mystinkyhorse            0     FALSE     FALSE        NA       NA
## 2901       SYMNJAYMS            0     FALSE     FALSE        NA       NA
## 2902   mystinkyhorse            0     FALSE     FALSE        NA       NA
## 2903   mystinkyhorse            0     FALSE     FALSE        NA       NA
## 2904 TrinityXavier69            3     FALSE     FALSE        NA       NA
## 2905         AbyMc34            0     FALSE     FALSE        NA       NA
## 2906  hypothetilarry            0     FALSE     FALSE        NA       NA
## 2907       AniemordJ            0     FALSE     FALSE        NA       NA
## 2908  hypothetilarry            0     FALSE     FALSE        NA       NA
## 2909     Danny_Bird1            0     FALSE     FALSE        NA       NA
## 2910 TrinityXavier69            0     FALSE     FALSE        NA       NA
## 2911        R6MANOVA            0     FALSE     FALSE        NA       NA
## 2912       SYMNJAYMS            0     FALSE     FALSE        NA       NA
## 2913        ASVKband            0     FALSE     FALSE        NA       NA
## 2914     AshisWeirdo            0     FALSE     FALSE        NA       NA
## 2915       ayorandy_            0     FALSE     FALSE        NA       NA
## 2916      sunnyxluna            0     FALSE     FALSE        NA       NA
## 2917   policelawnews            0     FALSE     FALSE        NA       NA
## 2918 LaCeballonetaRM            0     FALSE     FALSE        NA       NA
## 2919  hypothetilarry            0     FALSE     FALSE        NA       NA
## 2920    sleepiestkid            0     FALSE     FALSE        NA       NA
## 2921 LaCeballonetaRM            0     FALSE     FALSE        NA       NA
## 2922        R6MANOVA            0     FALSE     FALSE        NA       NA
## 2923    sleepiestkid            0     FALSE     FALSE        NA       NA
## 2924         fay_klr            0     FALSE     FALSE        NA       NA
## 2925 LaCeballonetaRM            0     FALSE     FALSE        NA       NA
## 2926        R6MANOVA            0     FALSE     FALSE        NA       NA
## 2927     sydknee_123            0     FALSE     FALSE        NA       NA
## 2928     outhouse069            0     FALSE     FALSE        NA       NA
## 2929    sleepiestkid            0     FALSE     FALSE        NA       NA
## 2930      cramburry_            0     FALSE     FALSE        NA       NA
## 2931 KillingArtMusic            0     FALSE     FALSE        NA       NA
## 2932          8wolf1            0     FALSE     FALSE        NA       NA
## 2933 TYREEKMONEYHILL            0     FALSE     FALSE        NA       NA
## 2934    danipasekoff            0     FALSE     FALSE        NA       NA
## 2935       Minjiuwuu            0     FALSE     FALSE        NA       NA
## 2936 La75771764Chris            0     FALSE     FALSE        NA       NA
## 2937       ben5stone            0     FALSE     FALSE        NA       NA
## 2938 TYREEKMONEYHILL            0     FALSE     FALSE        NA       NA
## 2939      meetirving            0     FALSE     FALSE        NA       NA
## 2940        XMegzX_X            0     FALSE     FALSE        NA       NA
## 2941      _Aldaveee_            0     FALSE     FALSE        NA       NA
## 2942        R6MANOVA            0     FALSE     FALSE        NA       NA
## 2943         fay_klr            0     FALSE     FALSE        NA       NA
## 2944 TYREEKMONEYHILL            0     FALSE     FALSE        NA       NA
## 2945      ZanAycicek            0     FALSE     FALSE        NA       NA
## 2946 the_chakra_khan            0     FALSE     FALSE        NA       NA
## 2947      _Aldaveee_            0     FALSE     FALSE        NA       NA
## 2948    whittneyrich            0     FALSE     FALSE        NA       NA
## 2949 baseballhero245            0     FALSE     FALSE        NA       NA
## 2950         fay_klr            0     FALSE     FALSE        NA       NA
## 2951 TYREEKMONEYHILL            0     FALSE     FALSE        NA       NA
## 2952    violetvolume            0     FALSE     FALSE        NA       NA
## 2953       Minjiuwuu            0     FALSE     FALSE        NA       NA
## 2954      _Aldaveee_            0     FALSE     FALSE        NA       NA
## 2955          cars1n            0     FALSE     FALSE        NA       NA
## 2956         fay_klr            0     FALSE     FALSE        NA       NA
## 2957       Rizkyzh97            0     FALSE     FALSE        NA       NA
## 2958    OshieDidnt14            0     FALSE     FALSE        NA       NA
## 2959      _Aldaveee_            0     FALSE     FALSE        NA       NA
## 2960 baseballhero245            0     FALSE     FALSE        NA       NA
## 2961       zairaas92            0     FALSE     FALSE        NA       NA
## 2962       Jay_kid__            0     FALSE     FALSE        NA       NA
## 2963 PineOfTheApple0            0     FALSE     FALSE        NA       NA
## 2964       mdnghthes            0     FALSE     FALSE        NA       NA
## 2965       Minjiuwuu            0     FALSE     FALSE        NA       NA
## 2966    sleepiestkid            0     FALSE     FALSE        NA       NA
## 2967     woojoongsbf            0     FALSE     FALSE        NA       NA
## 2968      Native_365            0     FALSE     FALSE        NA       NA
## 2969   BGmusicjourno            1     FALSE     FALSE        NA       NA
## 2970 baseballhero245            0     FALSE     FALSE        NA       NA
## 2971     woojoongsbf            0     FALSE     FALSE        NA       NA
## 2972        gelodawg            0     FALSE     FALSE        NA       NA
## 2973       Doogievet            0     FALSE     FALSE        NA       NA
## 2974  SamuelDaWriter            0     FALSE     FALSE        NA       NA
## 2975       Doogievet            0     FALSE     FALSE        NA       NA
## 2976  DemonMentions1            0     FALSE     FALSE        NA       NA
## 2977      xoangel_20            0     FALSE     FALSE        NA       NA
## 2978    YesiSaidiTTT            0     FALSE     FALSE        NA       NA
## 2979     AshisWeirdo            0     FALSE     FALSE        NA       NA
## 2980          xB1aZe            0     FALSE     FALSE        NA       NA
## 2981     WeBeenCroft            0     FALSE     FALSE        NA       NA
## 2982        ZainA700            1     FALSE     FALSE        NA       NA
## 2983    IsntIt10vely            0     FALSE     FALSE        NA       NA
## 2984        urielbmr            0     FALSE     FALSE        NA       NA
## 2985      sunny_jayx            0     FALSE     FALSE        NA       NA
## 2986   John_BoogleYT            0     FALSE     FALSE        NA       NA
## 2987 PineOfTheApple0            0     FALSE     FALSE        NA       NA
## 2988       jdpgators            0     FALSE     FALSE        NA       NA
## 2989     fricyfire__            0     FALSE     FALSE        NA       NA
## 2990        Thekidg2            0     FALSE     FALSE        NA       NA
## 2991        geekykoo            0     FALSE     FALSE        NA       NA
## 2992 FilipeGabriel__            0     FALSE     FALSE        NA       NA
## 2993     MeanBean_04            0     FALSE     FALSE        NA       NA
## 2994      sugaabloom            0     FALSE     FALSE        NA       NA
## 2995        averaiii            0     FALSE     FALSE        NA       NA
## 2996     thelakeswft            0     FALSE     FALSE        NA       NA
## 2997 eniolaemmanuel_            0     FALSE     FALSE        NA       NA
## 2998      sugaabloom            0     FALSE     FALSE        NA       NA
## 2999      edgar_94_p            0     FALSE     FALSE        NA       NA
## 3000       jdpgators            0     FALSE     FALSE        NA       NA
## 3001        geekykoo            0     FALSE     FALSE        NA       NA
## 3002      sugaabloom            0     FALSE     FALSE        NA       NA
## 3003       IFALLSX94            0     FALSE     FALSE        NA       NA
## 3004       jdpgators            0     FALSE     FALSE        NA       NA
## 3005       lloydtroe            0     FALSE     FALSE        NA       NA
## 3006       IFALLSX94            0     FALSE     FALSE        NA       NA
## 3007       IFALLSX94            1     FALSE     FALSE        NA       NA
## 3008 clearestrainbow            1     FALSE     FALSE        NA       NA
## 3009       MrsMPoppy            0     FALSE     FALSE        NA       NA
## 3010   dnfsecretclub            0     FALSE     FALSE        NA       NA
## 3011         maiats2            0     FALSE     FALSE        NA       NA
## 3012        catire98            0     FALSE     FALSE        NA       NA
## 3013        Leemon_X            0     FALSE     FALSE        NA       NA
## 3014   youphoria_ao3            0     FALSE     FALSE        NA       NA
## 3015        rylennnn            0     FALSE     FALSE        NA       NA
## 3016 barchiesjabitha            0     FALSE     FALSE        NA       NA
## 3017          d49kmj            0     FALSE     FALSE        NA       NA
## 3018   HelloKiKi1717            0     FALSE     FALSE        NA       NA
## 3019         NMPILA2            0     FALSE     FALSE        NA       NA
## 3020   youphoria_ao3            0     FALSE     FALSE        NA       NA
## 3021       Camsxsuns            0     FALSE     FALSE        NA       NA
## 3022   youphoria_ao3            0     FALSE     FALSE        NA       NA
## 3023        ZazaOpp1            0     FALSE     FALSE        NA       NA
## 3024 lemonbecherovka            0     FALSE     FALSE        NA       NA
## 3025  limpbizkitstan            0     FALSE     FALSE        NA       NA
## 3026 trueoffherchest            0     FALSE     FALSE        NA       NA
## 3027    Stimulfuriac            0     FALSE     FALSE        NA       NA
## 3028 emotionsonvinyl            0     FALSE     FALSE        NA       NA
## 3029   TetsuAndBucky            0     FALSE     FALSE        NA       NA
## 3030   youphoria_ao3            0     FALSE     FALSE        NA       NA
## 3031        xPlutoBH            0     FALSE     FALSE        NA       NA
## 3032   carly_dwyer13            0     FALSE     FALSE        NA       NA
## 3033 oratileratsoma_            1     FALSE     FALSE        NA       NA
## 3034       kirbypunk            0     FALSE     FALSE        NA       NA
## 3035       AuzReacts            0     FALSE     FALSE        NA       NA
## 3036    iTakeYeonjun            0     FALSE     FALSE        NA       NA
## 3037   OnlyTheMorgan            0     FALSE     FALSE        NA       NA
## 3038    Stimulfuriac            0     FALSE     FALSE        NA       NA
## 3039      fentibratz            0     FALSE     FALSE        NA       NA
## 3040 clearestrainbow            0     FALSE     FALSE        NA       NA
## 3041    iTakeYeonjun            0     FALSE     FALSE        NA       NA
## 3042      svndayclub            1     FALSE     FALSE        NA       NA
## 3043      fentibratz            0     FALSE     FALSE        NA       NA
## 3044    Stimulfuriac            0     FALSE     FALSE        NA       NA
## 3045    iTakeYeonjun            0     FALSE     FALSE        NA       NA
## 3046      JhoselynAA            0     FALSE     FALSE        NA       NA
## 3047       Ciotti001            0     FALSE     FALSE        NA       NA
## 3048          _bcl16            0     FALSE     FALSE        NA       NA
## 3049      fentibratz            0     FALSE     FALSE        NA       NA
## 3050  kingdreamyyboi            0     FALSE     FALSE        NA       NA
## 3051  anouk_truijenn            1     FALSE     FALSE        NA       NA
## 3052          K1NGQ1            0     FALSE     FALSE        NA       NA
## 3053       JerseySV5            0     FALSE     FALSE        NA       NA
## 3054         sioamai            0     FALSE     FALSE        NA       NA
## 3055      Beeperfect            0     FALSE     FALSE        NA       NA
## 3056      Beeperfect            0     FALSE     FALSE        NA       NA
## 3057       philo_ooo            0     FALSE     FALSE        NA       NA
## 3058  anouk_truijenn            0     FALSE     FALSE        NA       NA
## 3059       JerseySV5            0     FALSE     FALSE        NA       NA
## 3060    iTakeYeonjun            0     FALSE     FALSE        NA       NA
## 3061  anouk_truijenn            0     FALSE     FALSE        NA       NA
## 3062         minospw            0     FALSE     FALSE        NA       NA
## 3063     shadow_kinz            0     FALSE     FALSE        NA       NA
## 3064      alex12321_            0     FALSE     FALSE        NA       NA
## 3065      urrdiehard            0     FALSE     FALSE        NA       NA
## 3066     dylaaanking            1     FALSE     FALSE        NA       NA
## 3067    aaron_rexman            0     FALSE     FALSE        NA       NA
## 3068   AlshababRadio            5     FALSE     FALSE        NA       NA
## 3069      alesiaa444            0     FALSE     FALSE        NA       NA
## 3070   teawithtiger_            0     FALSE     FALSE        NA       NA
## 3071    Arizonasalon            0     FALSE     FALSE        NA       NA
## 3072        waoyflwt            0     FALSE     FALSE        NA       NA
## 3073         minospw            0     FALSE     FALSE        NA       NA
## 3074   shrutithenaik            0     FALSE     FALSE        NA       NA
## 3075     imshuhaib18            0     FALSE     FALSE        NA       NA
## 3076    Crystals_Bra            0     FALSE     FALSE        NA       NA
## 3077      LuciDracul            0     FALSE     FALSE        NA       NA
## 3078       waIlstaIk            0     FALSE     FALSE        NA       NA
## 3079          Chilis            7     FALSE     FALSE        NA       NA
## 3080   monnnalisa143            0     FALSE     FALSE        NA       NA
## 3081      velislav44            0     FALSE     FALSE        NA       NA
## 3082 Cassie__complex            0     FALSE     FALSE        NA       NA
## 3083      alesiaa444            0     FALSE     FALSE        NA       NA
## 3084       LewisMac_            0     FALSE     FALSE        NA       NA
## 3085   its_ageething            0     FALSE     FALSE        NA       NA
## 3086   DanielSleigh3            0     FALSE     FALSE        NA       NA
## 3087  ScaringTheCrow            0     FALSE     FALSE        NA       NA
## 3088 jelversionsofme            0     FALSE     FALSE        NA       NA
## 3089     imshuhaib18            0     FALSE     FALSE        NA       NA
## 3090  woooooooooood_            1     FALSE     FALSE        NA       NA
## 3091   Relax2daMax99            0     FALSE     FALSE        NA       NA
## 3092          auzlul            2     FALSE     FALSE        NA       NA
## 3093    IamR_Everson            0     FALSE     FALSE        NA       NA
## 3094    PictureGame2            0     FALSE     FALSE        NA       NA
## 3095   monnnalisa143            0     FALSE     FALSE        NA       NA
## 3096      alesiaa444            0     FALSE     FALSE        NA       NA
## 3097 sunandmoonddani            0     FALSE     FALSE        NA       NA
## 3098     etnaflonnie            0     FALSE     FALSE        NA       NA
## 3099       rainyjaes            0     FALSE     FALSE        NA       NA
## 3100     chaeincubus            0     FALSE     FALSE        NA       NA
## 3101      alesiaa444            0     FALSE     FALSE        NA       NA
## 3102     version2cat            0     FALSE     FALSE        NA       NA
## 3103    Uniquearts28            0     FALSE     FALSE        NA       NA
## 3104    john63942689            0     FALSE     FALSE        NA       NA
## 3105     Natasha5560            0     FALSE     FALSE        NA       NA
## 3106        DMWASI12            0     FALSE     FALSE        NA       NA
## 3107     chaeincubus            0     FALSE     FALSE        NA       NA
## 3108  NeptunesDigest            0     FALSE     FALSE        NA       NA
## 3109        hwahyune            0     FALSE     FALSE        NA       NA
## 3110      LuciDracul            0     FALSE     FALSE        NA       NA
## 3111 vampireallegory            0     FALSE     FALSE        NA       NA
## 3112     chaeincubus            0     FALSE     FALSE        NA       NA
## 3113         mossyoa            0     FALSE     FALSE        NA       NA
## 3114   monnnalisa143            1     FALSE     FALSE        NA       NA
## 3115        hwahyune            0     FALSE     FALSE        NA       NA
## 3116  ScaringTheCrow            0     FALSE     FALSE        NA       NA
## 3117         mossyoa            0     FALSE     FALSE        NA       NA
## 3118      chunkysixx            0     FALSE     FALSE        NA       NA
## 3119    jamestankrah            0     FALSE     FALSE        NA       NA
## 3120     Patriot6915            0     FALSE     FALSE        NA       NA
## 3121 cursedwithsilly            0     FALSE     FALSE        NA       NA
## 3122 AppleAfrica2022            0     FALSE     FALSE        NA       NA
## 3123  JairoEAKABilly            0     FALSE     FALSE        NA       NA
## 3124        hwahyune            0     FALSE     FALSE        NA       NA
## 3125     lekkiloaded            0     FALSE     FALSE        NA       NA
## 3126        JvstJaci            0     FALSE     FALSE        NA       NA
## 3127         mossyoa            0     FALSE     FALSE        NA       NA
## 3128      Big_Nixk12            0     FALSE     FALSE        NA       NA
## 3129      chunkysixx            0     FALSE     FALSE        NA       NA
## 3130  JairoEAKABilly            0     FALSE     FALSE        NA       NA
## 3131        LanaBoss            0     FALSE     FALSE        NA       NA
## 3132      chunkysixx            0     FALSE     FALSE        NA       NA
## 3133          GYUTl3            0     FALSE     FALSE        NA       NA
## 3134        kalycede            0     FALSE     FALSE        NA       NA
## 3135        disgukie            0     FALSE     FALSE        NA       NA
## 3136      chunkysixx            0     FALSE     FALSE        NA       NA
## 3137        JvstJaci            0     FALSE     FALSE        NA       NA
## 3138 karmaisacat13TS            0     FALSE     FALSE        NA       NA
## 3139       krissnazy            0     FALSE     FALSE        NA       NA
## 3140           NCG87            0     FALSE     FALSE        NA       NA
## 3141          GYUTl3            0     FALSE     FALSE        NA       NA
## 3142       sabslucky           10     FALSE     FALSE        NA       NA
## 3143    kennedyrayyy            0     FALSE     FALSE        NA       NA
## 3144 karmaisacat13TS            0     FALSE     FALSE        NA       NA
## 3145   Chip_MoaBlink            0     FALSE     FALSE        NA       NA
## 3146  Sophie30429697            0     FALSE     FALSE        NA       NA
## 3147 karmaisacat13TS            0     FALSE     FALSE        NA       NA
## 3148      imagingpdx           11     FALSE     FALSE        NA       NA
## 3149        JvstJaci            0     FALSE     FALSE        NA       NA
## 3150          GYUTl3            0     FALSE     FALSE        NA       NA
## 3151   Chip_MoaBlink            0     FALSE     FALSE        NA       NA
## 3152  thevinyljagoff            0     FALSE     FALSE        NA       NA
## 3153        fazg1996            0     FALSE     FALSE        NA       NA
## 3154      Ivygrows10            0     FALSE     FALSE        NA       NA
## 3155      305NERVOUS            0     FALSE     FALSE        NA       NA
## 3156  MsLindsieStarr            0     FALSE     FALSE        NA       NA
## 3157   Chip_MoaBlink            0     FALSE     FALSE        NA       NA
## 3158         Mrotoo4            0     FALSE     FALSE        NA       NA
## 3159         imnuu13            0     FALSE     FALSE        NA       NA
## 3160      305NERVOUS            0     FALSE     FALSE        NA       NA
## 3161 dougrosenberg27            0     FALSE     FALSE        NA       NA
## 3162      305NERVOUS            0     FALSE     FALSE        NA       NA
## 3163         mossyoa            0     FALSE     FALSE        NA       NA
## 3164  thevinyljagoff            0     FALSE     FALSE        NA       NA
## 3165        daheeloo            0     FALSE     FALSE        NA       NA
## 3166      laurenk130            0     FALSE     FALSE        NA       NA
## 3167    KimTaeisKing            0     FALSE     FALSE        NA       NA
## 3168 emilyelixabeth_            0     FALSE     FALSE        NA       NA
## 3169        VeryZebb            0     FALSE     FALSE        NA       NA
## 3170    KimTaeisKing            0     FALSE     FALSE        NA       NA
## 3171          GYUTl3            0     FALSE     FALSE        NA       NA
## 3172        JvstJaci            0     FALSE     FALSE        NA       NA
## 3173        daheeloo            0     FALSE     FALSE        NA       NA
## 3174    KimTaeisKing            0     FALSE     FALSE        NA       NA
## 3175        VeryZebb            0     FALSE     FALSE        NA       NA
## 3176    livsrodrihoe            0     FALSE     FALSE        NA       NA
## 3177  official_noria            0     FALSE     FALSE        NA       NA
## 3178 KaitlynCeline15            0     FALSE     FALSE        NA       NA
## 3179 cowboyliketayta            0     FALSE     FALSE        NA       NA
## 3180      JhoselynAA            0     FALSE     FALSE        NA       NA
## 3181      Rhys_Dyson            0     FALSE     FALSE        NA       NA
## 3182  official_noria            0     FALSE     FALSE        NA       NA
## 3183     DoBotherMe2            1     FALSE     FALSE        NA       NA
## 3184 msantiagophotos            0     FALSE     FALSE        NA       NA
## 3185       athenaa95            0     FALSE     FALSE        NA       NA
## 3186      JhoselynAA            1     FALSE     FALSE        NA       NA
## 3187    Divinebet130            0     FALSE     FALSE        NA       NA
## 3188        moastays            0     FALSE     FALSE        NA       NA
## 3189       NaraNidhi            0     FALSE     FALSE        NA       NA
## 3190        moastays            0     FALSE     FALSE        NA       NA
## 3191     Al_Brown313            0     FALSE     FALSE        NA       NA
## 3192      ZeBadmedic            0     FALSE     FALSE        NA       NA
## 3193 barbiesobodittt            0     FALSE     FALSE        NA       NA
## 3194        ItsRim2K            0     FALSE     FALSE        NA       NA
## 3195   Lil_D12345678            0     FALSE     FALSE        NA       NA
## 3196 barbiesobodittt            0     FALSE     FALSE        NA       NA
## 3197      ihrtaejoon            0     FALSE     FALSE        NA       NA
## 3198 barbiesobodittt            0     FALSE     FALSE        NA       NA
## 3199 barbiesobodittt            0     FALSE     FALSE        NA       NA
## 3200  MsLindsieStarr            0     FALSE     FALSE        NA       NA
## 3201        ItsRim2K            0     FALSE     FALSE        NA       NA
## 3202         Mega4L_            0     FALSE     FALSE        NA       NA
## 3203       aesteetic            0     FALSE     FALSE        NA       NA
## 3204    cleanlight19            0     FALSE     FALSE        NA       NA
## 3205  bozofreakazoid            0     FALSE     FALSE        NA       NA
## 3206         Mhduke2            0     FALSE     FALSE        NA       NA
## 3207  Low_Tier_Jacob            0     FALSE     FALSE        NA       NA
## 3208        raeshrey            0     FALSE     FALSE        NA       NA
## 3209  NyahWashington            0     FALSE     FALSE        NA       NA
## 3210       jinxdorii            0     FALSE     FALSE        NA       NA
## 3211         Mhduke2            0     FALSE     FALSE        NA       NA
## 3212          444hal            0     FALSE     FALSE        NA       NA
## 3213  Harrysaykholar            0     FALSE     FALSE        NA       NA
## 3214  BellaHoneyErot            0     FALSE     FALSE        NA       NA
## 3215         roturru            0     FALSE     FALSE        NA       NA
## 3216    DavidHuzzard            0     FALSE     FALSE        NA       NA
## 3217         axilatl            0     FALSE     FALSE        NA       NA
## 3218      ZeBadmedic            0     FALSE     FALSE        NA       NA
## 3219   Danny46236441            0     FALSE     FALSE        NA       NA
## 3220      ethersh4rk            0     FALSE     FALSE        NA       NA
## 3221        Dolamieu            0     FALSE     FALSE        NA       NA
## 3222         Mhduke2            0     FALSE     FALSE        NA       NA
## 3223         Cutewdx            0     FALSE     FALSE        NA       NA
## 3224      shakirazyx            0     FALSE     FALSE        NA       NA
## 3225 SheikhoSuleiman            0     FALSE     FALSE        NA       NA
## 3226    Pancake_Punk            0     FALSE     FALSE        NA       NA
## 3227     LUVBOATBOYS            0     FALSE     FALSE        NA       NA
## 3228      ethersh4rk            0     FALSE     FALSE        NA       NA
## 3229      ZeBadmedic            0     FALSE     FALSE        NA       NA
## 3230      parisrae13            0     FALSE     FALSE        NA       NA
## 3231    SanticoSecre            0     FALSE     FALSE        NA       NA
## 3232  ScaringTheCrow            0     FALSE     FALSE        NA       NA
## 3233     amandasuxks            0     FALSE     FALSE        NA       NA
## 3234     callmelexis            0     FALSE     FALSE        NA       NA
## 3235     ColorMeTris            0     FALSE     FALSE        NA       NA
## 3236    jules_hooper            0     FALSE     FALSE        NA       NA
## 3237     MochiMouse_            0     FALSE     FALSE        NA       NA
## 3238      BlazzianC1            0     FALSE     FALSE        NA       NA
## 3239     ColorMeTris            0     FALSE     FALSE        NA       NA
## 3240   theghostk1ng_            0     FALSE     FALSE        NA       NA
## 3241    6adboyafrika            2     FALSE     FALSE        NA       NA
## 3242    Shark_Horses            0     FALSE     FALSE        NA       NA
## 3243        Clumpter            0     FALSE     FALSE        NA       NA
## 3244      phrigphrog            0     FALSE     FALSE        NA       NA
## 3245     zmcnair2000            0     FALSE     FALSE        NA       NA
## 3246         4Naeemm            0     FALSE     FALSE        NA       NA
## 3247      Tommy_Byrn            0     FALSE     FALSE        NA       NA
## 3248  IamGoalsetting            0     FALSE     FALSE        NA       NA
## 3249  MsLindsieStarr            0     FALSE     FALSE        NA       NA
## 3250     ColorMeTris            0     FALSE     FALSE        NA       NA
## 3251        deepumi5            0     FALSE     FALSE        NA       NA
## 3252 Rhys_fantastico            0     FALSE     FALSE        NA       NA
## 3253     splash13223            6     FALSE     FALSE        NA       NA
## 3254   stelllawunder            0     FALSE     FALSE        NA       NA
## 3255    ponyos_ocean            0     FALSE     FALSE        NA       NA
## 3256        Oinkert1            0     FALSE     FALSE        NA       NA
## 3257       terryjgeo            0     FALSE     FALSE        NA       NA
## 3258        meowguro            0     FALSE     FALSE        NA       NA
## 3259   stelllawunder            0     FALSE     FALSE        NA       NA
## 3260        scasagra            0     FALSE     FALSE        NA       NA
## 3261   theghostk1ng_            0     FALSE     FALSE        NA       NA
## 3262    Eu4n_H4mm0nD            0     FALSE     FALSE        NA       NA
## 3263 Daniellasicon2L            0     FALSE     FALSE        NA       NA
## 3264  MyLittIeForest            0     FALSE     FALSE        NA       NA
## 3265      The_Yakyra            1     FALSE     FALSE        NA       NA
## 3266   khanke_suprit            0     FALSE     FALSE        NA       NA
## 3267    fckthetories            0     FALSE     FALSE        NA       NA
## 3268        MJ_PARKS            0     FALSE     FALSE        NA       NA
## 3269  MyLittIeForest            0     FALSE     FALSE        NA       NA
## 3270       dannyolix            0     FALSE     FALSE        NA       NA
## 3271      cartomutti            0     FALSE     FALSE        NA       NA
## 3272        arisaroo            0     FALSE     FALSE        NA       NA
## 3273     splash13223            6     FALSE     FALSE        NA       NA
## 3274  BluCocoSlushie            0     FALSE     FALSE        NA       NA
## 3275          135Alx            0     FALSE     FALSE        NA       NA
## 3276     Ragnarock_1            0     FALSE     FALSE        NA       NA
## 3277 SappireMoon1312            1     FALSE     FALSE        NA       NA
## 3278         nov4bee            0     FALSE     FALSE        NA       NA
## 3279     Ragnarock_1            0     FALSE     FALSE        NA       NA
## 3280          135Alx            0     FALSE     FALSE        NA       NA
## 3281      96chelseah            0     FALSE     FALSE        NA       NA
## 3282    lilstepstone            0     FALSE     FALSE        NA       NA
## 3283   ashstarstruck            0     FALSE     FALSE        NA       NA
## 3284          135Alx            0     FALSE     FALSE        NA       NA
## 3285         Kouaii_            0     FALSE     FALSE        NA       NA
## 3286    lilstepstone            0     FALSE     FALSE        NA       NA
## 3287   redlinekiller            0     FALSE     FALSE        NA       NA
## 3288       GlansAnja            0     FALSE     FALSE        NA       NA
## 3289  Supremecmdrike            0     FALSE     FALSE        NA       NA
## 3290      cartomutti            0     FALSE     FALSE        NA       NA
## 3291 xorcismemlyrose            0     FALSE     FALSE        NA       NA
## 3292         _AriBee            0     FALSE     FALSE        NA       NA
## 3293 sellingdreams77            0     FALSE     FALSE        NA       NA
## 3294         nov4bee            0     FALSE     FALSE        NA       NA
## 3295 AmberThaGambler            0     FALSE     FALSE        NA       NA
## 3296    lilstepstone            0     FALSE     FALSE        NA       NA
## 3297  Supremecmdrike            0     FALSE     FALSE        NA       NA
## 3298   MollyTierney9            0     FALSE     FALSE        NA       NA
## 3299     Ragnarock_1            0     FALSE     FALSE        NA       NA
## 3300        okuuzen_            0     FALSE     FALSE        NA       NA
## 3301    lilstepstone            0     FALSE     FALSE        NA       NA
## 3302       HalfrackP            0     FALSE     FALSE        NA       NA
## 3303     Ragnarock_1            0     FALSE     FALSE        NA       NA
## 3304         patrvee            0     FALSE     FALSE        NA       NA
## 3305 AUNKNOWNPERSON0            0     FALSE     FALSE        NA       NA
## 3306          135Alx            0     FALSE     FALSE        NA       NA
## 3307    spookychiaki            0     FALSE     FALSE        NA       NA
## 3308 serendipity4_jm            0     FALSE     FALSE        NA       NA
## 3309   Ocean_Pearl09            0     FALSE     FALSE        NA       NA
## 3310       _Eric9000            0     FALSE     FALSE        NA       NA
## 3311  Arianahasfaith            0     FALSE     FALSE        NA       NA
## 3312        kamzori_            4     FALSE     FALSE        NA       NA
## 3313        urielbmr            0     FALSE     FALSE        NA       NA
## 3314       liliacy_d            0     FALSE     FALSE        NA       NA
## 3315     TheAimercat            0     FALSE     FALSE        NA       NA
## 3316       kiran_l_g            0     FALSE     FALSE        NA       NA
## 3317     mattvettese            0     FALSE     FALSE        NA       NA
## 3318         vibeyTM            0     FALSE     FALSE        NA       NA
## 3319    DashingDebby            0     FALSE     FALSE        NA       NA
## 3320      stanhijabi            0     FALSE     FALSE        NA       NA
## 3321    Starlost_Han            0     FALSE     FALSE        NA       NA
## 3322    FaeWitchKlae            0     FALSE     FALSE        NA       NA
## 3323     Tayliviafan            0     FALSE     FALSE        NA       NA
## 3324 EllingerBrandon            0     FALSE     FALSE        NA       NA
## 3325    andromustdie            0     FALSE     FALSE        NA       NA
## 3326  Desideriumbook            0     FALSE     FALSE        NA       NA
## 3327           Rnckw            0     FALSE     FALSE        NA       NA
## 3328    FaeWitchKlae            0     FALSE     FALSE        NA       NA
## 3329      Grymmsnarl            0     FALSE     FALSE        NA       NA
## 3330       KDWORLD17            0     FALSE     FALSE        NA       NA
## 3331      wookookbin            0     FALSE     FALSE        NA       NA
## 3332 Treasuregodwin_            0     FALSE     FALSE        NA       NA
## 3333      andres5396            0     FALSE     FALSE        NA       NA
## 3334        urielbmr            0     FALSE     FALSE        NA       NA
## 3335  remindmetoread            0     FALSE     FALSE        NA       NA
## 3336   WanderingLana            0     FALSE     FALSE        NA       NA
## 3337        hrtmates            0     FALSE     FALSE        NA       NA
## 3338    Eth4nkar4te1            0     FALSE     FALSE        NA       NA
## 3339   brother_trees            0     FALSE     FALSE        NA       NA
## 3340       KDWORLD17            0     FALSE     FALSE        NA       NA
## 3341    FaeWitchKlae            0     FALSE     FALSE        NA       NA
## 3342 forevermoreshea            0     FALSE     FALSE        NA       NA
## 3343    krallan70700            0     FALSE     FALSE        NA       NA
## 3344  remindmetoread            0     FALSE     FALSE        NA       NA
## 3345        urielbmr            0     FALSE     FALSE        NA       NA
## 3346          Viinxe            0     FALSE     FALSE        NA       NA
## 3347         VChibyk            0     FALSE     FALSE        NA       NA
## 3348    ElCangri_Ish            0     FALSE     FALSE        NA       NA
## 3349          srhbat            0     FALSE     FALSE        NA       NA
## 3350          Viinxe            0     FALSE     FALSE        NA       NA
## 3351    krallan70700            0     FALSE     FALSE        NA       NA
## 3352      TG_Bizkiit            0     FALSE     FALSE        NA       NA
## 3353   vivscinntoast            0     FALSE     FALSE        NA       NA
## 3354 TinyButMighty17            0     FALSE     FALSE        NA       NA
## 3355  Action_Jeffson            0     FALSE     FALSE        NA       NA
## 3356     twicetagasm            0     FALSE     FALSE        NA       NA
## 3357   LovingRoscoe_            0     FALSE     FALSE        NA       NA
## 3358          Viinxe            0     FALSE     FALSE        NA       NA
## 3359        forsiwoo            0     FALSE     FALSE        NA       NA
## 3360    krallan70700            0     FALSE     FALSE        NA       NA
## 3361        Zenify1x            0     FALSE     FALSE        NA       NA
## 3362          Viinxe            0     FALSE     FALSE        NA       NA
## 3363 francisthccarts            0     FALSE     FALSE        NA       NA
## 3364      corroduste            0     FALSE     FALSE        NA       NA
## 3365    jakeylantern            0     FALSE     FALSE        NA       NA
## 3366  johnson_adeolu            0     FALSE     FALSE        NA       NA
## 3367 onlinesaleseldo            0     FALSE     FALSE        NA       NA
## 3368  DaRealOblivion            0     FALSE     FALSE        NA       NA
## 3369    cakeofsodomy            0     FALSE     FALSE        NA       NA
## 3370        forsiwoo            0     FALSE     FALSE        NA       NA
## 3371  smores_michael            0     FALSE     FALSE        NA       NA
## 3372   LovingRoscoe_            0     FALSE     FALSE        NA       NA
## 3373        m_dean75            0     FALSE     FALSE        NA       NA
## 3374    velvetbunnys            0     FALSE     FALSE        NA       NA
## 3375        boxisalt            0     FALSE     FALSE        NA       NA
## 3376       WeeJimmii            0     FALSE     FALSE        NA       NA
## 3377   Smackwater790            2     FALSE     FALSE        NA       NA
## 3378  CherryAnimates            0     FALSE     FALSE        NA       NA
## 3379 francisthccarts            0     FALSE     FALSE        NA       NA
## 3380    JohnViking17            0     FALSE     FALSE        NA       NA
## 3381 GraceOghenevwde            0     FALSE     FALSE        NA       NA
## 3382        xXeriTum            0     FALSE     FALSE        NA       NA
## 3383    cakeofsodomy            0     FALSE     FALSE        NA       NA
## 3384 GiveAwa67117250            7     FALSE     FALSE        NA       NA
## 3385   LovingRoscoe_            0     FALSE     FALSE        NA       NA
## 3386 pride12thedevil            0     FALSE     FALSE        NA       NA
## 3387       gothzeIda            0     FALSE     FALSE        NA       NA
## 3388     Braidsupzaa            1     FALSE     FALSE        NA       NA
## 3389 OfficialEdenMae            0     FALSE     FALSE        NA       NA
## 3390      Bamlover03            0     FALSE     FALSE        NA       NA
## 3391   hooplajessica            0     FALSE     FALSE        NA       NA
## 3392     callmelexis            0     FALSE     FALSE        NA       NA
## 3393        Wo1fishh            0     FALSE     FALSE        NA       NA
## 3394      ZanAycicek            0     FALSE     FALSE        NA       NA
## 3395     fxirydust__            0     FALSE     FALSE        NA       NA
## 3396      loveschrry            0     FALSE     FALSE        NA       NA
## 3397       pinko_art            0     FALSE     FALSE        NA       NA
## 3398     wollowolles            0     FALSE     FALSE        NA       NA
## 3399           DJGEE            0     FALSE     FALSE        NA       NA
## 3400       Ciotti001            0     FALSE     FALSE        NA       NA
## 3401   trentonhaney7            0     FALSE     FALSE        NA       NA
## 3402       SirriaNMB            0     FALSE     FALSE        NA       NA
## 3403         koesine            0     FALSE     FALSE        NA       NA
## 3404      loveschrry            0     FALSE     FALSE        NA       NA
## 3405           DJGEE            0     FALSE     FALSE        NA       NA
## 3406    b3ttysg4rd3n            0     FALSE     FALSE        NA       NA
## 3407       Ciotti001            0     FALSE     FALSE        NA       NA
## 3408      danvernite            1     FALSE     FALSE        NA       NA
## 3409  trashbandic00t            0     FALSE     FALSE        NA       NA
## 3410    JanicaBrooke            0     FALSE     FALSE        NA       NA
## 3411    deanny_merry            0     FALSE     FALSE        NA       NA
## 3412       alexlpz97            0     FALSE     FALSE        NA       NA
## 3413    b3ttysg4rd3n            0     FALSE     FALSE        NA       NA
## 3414    deanny_merry            0     FALSE     FALSE        NA       NA
## 3415 junior_maCHaALA            1     FALSE     FALSE        NA       NA
## 3416    ohtheresarry            0     FALSE     FALSE        NA       NA
## 3417     raedmiranda            0     FALSE     FALSE        NA       NA
## 3418        MAXBIANS            0     FALSE     FALSE        NA       NA
## 3419       JhonashaS            0     FALSE     FALSE        NA       NA
## 3420    JanicaBrooke            0     FALSE     FALSE        NA       NA
## 3421    ohtheresarry            0     FALSE     FALSE        NA       NA
## 3422    ohtheresarry            0     FALSE     FALSE        NA       NA
## 3423 whotfiskndajaay            0     FALSE     FALSE        NA       NA
## 3424      triviatori            0     FALSE     FALSE        NA       NA
## 3425      KeefHerbin            0     FALSE     FALSE        NA       NA
## 3426     thepinks816            0     FALSE     FALSE        NA       NA
## 3427  TheRealFatWalt            0     FALSE     FALSE        NA       NA
## 3428     JoeDrakeNYC            0     FALSE     FALSE        NA       NA
## 3429      burstchaoz            0     FALSE     FALSE        NA       NA
## 3430  shadowstochase            0     FALSE     FALSE        NA       NA
## 3431     thepinks816            0     FALSE     FALSE        NA       NA
## 3432      KeefHerbin            0     FALSE     FALSE        NA       NA
## 3433      burstchaoz            0     FALSE     FALSE        NA       NA
## 3434     thepinks816            0     FALSE     FALSE        NA       NA
## 3435   isaacmcortess            0     FALSE     FALSE        NA       NA
## 3436    littlehobito            0     FALSE     FALSE        NA       NA
## 3437     JoeDrakeNYC            0     FALSE     FALSE        NA       NA
## 3438  Alessandro2170            0     FALSE     FALSE        NA       NA
## 3439      burstchaoz            0     FALSE     FALSE        NA       NA
## 3440       Jaebi_oce            0     FALSE     FALSE        NA       NA
## 3441        pjmjewel            0     FALSE     FALSE        NA       NA
## 3442      judithred7            0     FALSE     FALSE        NA       NA
## 3443      kennetthss            0     FALSE     FALSE        NA       NA
## 3444      KeefHerbin            0     FALSE     FALSE        NA       NA
## 3445      burstchaoz            0     FALSE     FALSE        NA       NA
## 3446  amyis_confused            0     FALSE     FALSE        NA       NA
## 3447 jeremydiesel191            0     FALSE     FALSE        NA       NA
## 3448    lovehermadly            0     FALSE     FALSE        NA       NA
## 3449        Fabicisf            0     FALSE     FALSE        NA       NA
## 3450   East_Boogie2c            0     FALSE     FALSE        NA       NA
## 3451     JoeDrakeNYC            0     FALSE     FALSE        NA       NA
## 3452 karmaisacat13TS            0     FALSE     FALSE        NA       NA
## 3453 BlackprintWidow            0     FALSE     FALSE        NA       NA
## 3454 AdamsUnoriginal            0     FALSE     FALSE        NA       NA
## 3455    ahmedwael127            0     FALSE     FALSE        NA       NA
## 3456  KidrauhlsFaith            0     FALSE     FALSE        NA       NA
## 3457        Fabicisf            0     FALSE     FALSE        NA       NA
## 3458    dupras_paige            0     FALSE     FALSE        NA       NA
## 3459    jpeg2thehead            0     FALSE     FALSE        NA       NA
## 3460      judithred7            0     FALSE     FALSE        NA       NA
## 3461    yellowcat_13            0     FALSE     FALSE        NA       NA
## 3462     JoeDrakeNYC            0     FALSE     FALSE        NA       NA
## 3463    ahmedwael127            0     FALSE     FALSE        NA       NA
## 3464      KeefHerbin            0     FALSE     FALSE        NA       NA
## 3465        anjelcph            1     FALSE     FALSE        NA       NA
## 3466  blanchettbabe1            0     FALSE     FALSE        NA       NA
## 3467        DapieMoe            1     FALSE     FALSE        NA       NA
## 3468  tamagotchibabe            0     FALSE     FALSE        NA       NA
## 3469  RACZestforLife            1     FALSE     FALSE        NA       NA
## 3470    yellowcat_13            0     FALSE     FALSE        NA       NA
## 3471       lemonxpri            0     FALSE     FALSE        NA       NA
## 3472  Alessandro2170            0     FALSE     FALSE        NA       NA
## 3473  tamagotchibabe            0     FALSE     FALSE        NA       NA
## 3474      ilze_jez03            0     FALSE     FALSE        NA       NA
## 3475         LobzyF1            0     FALSE     FALSE        NA       NA
## 3476     Luiisvi1321            0     FALSE     FALSE        NA       NA
## 3477 accidentallybri            1     FALSE     FALSE        NA       NA
## 3478    yellowcat_13            0     FALSE     FALSE        NA       NA
## 3479  blanchettbabe1            0     FALSE     FALSE        NA       NA
## 3480       AmberNH12            0     FALSE     FALSE        NA       NA
## 3481    ahmedwael127            0     FALSE     FALSE        NA       NA
## 3482     Luiisvi1321            0     FALSE     FALSE        NA       NA
## 3483    SarahMarble6            0     FALSE     FALSE        NA       NA
## 3484     NokchaFFXIV            0     FALSE     FALSE        NA       NA
## 3485        DCgehrke            0     FALSE     FALSE        NA       NA
## 3486     Luiisvi1321            0     FALSE     FALSE        NA       NA
## 3487   elegantpizzaa            0     FALSE     FALSE        NA       NA
## 3488    yellowcat_13            0     FALSE     FALSE        NA       NA
## 3489   ellisesballon            0     FALSE     FALSE        NA       NA
## 3490        etbowser            0     FALSE     FALSE        NA       NA
## 3491  blanchettbabe1            0     FALSE     FALSE        NA       NA
## 3492     weishentiny            0     FALSE     FALSE        NA       NA
## 3493 LauraZambrano02            0     FALSE     FALSE        NA       NA
## 3494 mirrorballarryy            0     FALSE     FALSE        NA       NA
## 3495        thuxgirl            5     FALSE     FALSE        NA       NA
## 3496       AmberNH12            0     FALSE     FALSE        NA       NA
## 3497        brktrend            0     FALSE     FALSE        NA       NA
## 3498    paurestrepos            0     FALSE     FALSE        NA       NA
## 3499     thelylashow            0     FALSE     FALSE        NA       NA
## 3500    cosdivatrend            0     FALSE     FALSE        NA       NA
## 3501      ellizibeth            0     FALSE     FALSE        NA       NA
## 3502      McevoyOlga            0     FALSE     FALSE        NA       NA
## 3503       AmberNH12            0     FALSE     FALSE        NA       NA
## 3504     thelylashow            0     FALSE     FALSE        NA       NA
## 3505   nicogandaglia            0     FALSE     FALSE        NA       NA
## 3506     Mystic_5247            0     FALSE     FALSE        NA       NA
## 3507      ellizibeth            0     FALSE     FALSE        NA       NA
## 3508     leois_upset            0     FALSE     FALSE        NA       NA
## 3509     thelylashow            0     FALSE     FALSE        NA       NA
## 3510       BrajBliss            0     FALSE     FALSE        NA       NA
## 3511   mmelestrange_            0     FALSE     FALSE        NA       NA
## 3512       who_sushi            0     FALSE     FALSE        NA       NA
## 3513    Kagaridreams            0     FALSE     FALSE        NA       NA
## 3514       AmberNH12            0     FALSE     FALSE        NA       NA
## 3515     thelylashow            0     FALSE     FALSE        NA       NA
## 3516   nicogandaglia            0     FALSE     FALSE        NA       NA
## 3517        hunger84            0     FALSE     FALSE        NA       NA
## 3518   nicogandaglia            0     FALSE     FALSE        NA       NA
## 3519     wilburloona            0     FALSE     FALSE        NA       NA
## 3520    AstroSteIIar            0     FALSE     FALSE        NA       NA
## 3521        Caktus28            0     FALSE     FALSE        NA       NA
## 3522 KehlaniRicoStan            0     FALSE     FALSE        NA       NA
## 3523    KayleenaDawn            0     FALSE     FALSE        NA       NA
## 3524    StephenB1906            0     FALSE     FALSE        NA       NA
## 3525     uiralaflame            0     FALSE     FALSE        NA       NA
## 3526     iam_maranga            0     FALSE     FALSE        NA       NA
## 3527      AstolfoTwt            0     FALSE     FALSE        NA       NA
## 3528   Noahlopez2020            0     FALSE     FALSE        NA       NA
## 3529    _malibuhoney            0     FALSE     FALSE        NA       NA
## 3530      Pssssst_hi            0     FALSE     FALSE        NA       NA
## 3531   Noahlopez2020            0     FALSE     FALSE        NA       NA
## 3532       LARULRICH            0     FALSE     FALSE        NA       NA
## 3533       LARULRICH            0     FALSE     FALSE        NA       NA
## 3534       LARULRICH            0     FALSE     FALSE        NA       NA
## 3535 agustdkookietae            0     FALSE     FALSE        NA       NA
## 3536    Enderscythe2            0     FALSE     FALSE        NA       NA
## 3537        BringaDj            0     FALSE     FALSE        NA       NA
## 3538   nicogandaglia            0     FALSE     FALSE        NA       NA
## 3539        DqwnBlue            1     FALSE     FALSE        NA       NA
## 3540        cheffiee            0     FALSE     FALSE        NA       NA
## 3541    WaifuMelanin            0     FALSE     FALSE        NA       NA
## 3542  stargirlevelyn            0     FALSE     FALSE        NA       NA
## 3543          aza_hm            0     FALSE     FALSE        NA       NA
## 3544     iam_maranga            0     FALSE     FALSE        NA       NA
## 3545    WaifuMelanin            0     FALSE     FALSE        NA       NA
## 3546    Enderscythe2            0     FALSE     FALSE        NA       NA
## 3547    JordanFroese            0     FALSE     FALSE        NA       NA
## 3548     emmasowards            0     FALSE     FALSE        NA       NA
## 3549      kaihihanto            0     FALSE     FALSE        NA       NA
## 3550          aza_hm            0     FALSE     FALSE        NA       NA
## 3551 Jennifercarlo95            0     FALSE     FALSE        NA       NA
## 3552         vmiss33            0     FALSE     FALSE        NA       NA
## 3553        coolat23            0     FALSE     FALSE        NA       NA
## 3554 openingendinggg            0     FALSE     FALSE        NA       NA
## 3555        cheffiee            0     FALSE     FALSE        NA       NA
## 3556    tarothalicue            0     FALSE     FALSE        NA       NA
## 3557    WaifuMelanin            0     FALSE     FALSE        NA       NA
## 3558    JordanFroese            0     FALSE     FALSE        NA       NA
## 3559       SnailShea            0     FALSE     FALSE        NA       NA
## 3560       hatsunama            0     FALSE     FALSE        NA       NA
## 3561     emmasowards            0     FALSE     FALSE        NA       NA
## 3562        badnsbor            1     FALSE     FALSE        NA       NA
## 3563    WaifuMelanin            0     FALSE     FALSE        NA       NA
## 3564      RadioQuinn            0     FALSE     FALSE        NA       NA
## 3565      kalopsided            0     FALSE     FALSE        NA       NA
## 3566        lucytewk            0     FALSE     FALSE        NA       NA
## 3567    Enderscythe2            0     FALSE     FALSE        NA       NA
## 3568        cheffiee            0     FALSE     FALSE        NA       NA
## 3569     emmasowards            0     FALSE     FALSE        NA       NA
## 3570        lucytewk            0     FALSE     FALSE        NA       NA
## 3571    Enderscythe2            0     FALSE     FALSE        NA       NA
## 3572        lucytewk            0     FALSE     FALSE        NA       NA
## 3573     spriternals            0     FALSE     FALSE        NA       NA
## 3574    roorah_riley            0     FALSE     FALSE        NA       NA
## 3575        lucytewk            0     FALSE     FALSE        NA       NA
## 3576     emmasowards            0     FALSE     FALSE        NA       NA
## 3577  ThatVideoJacob            0     FALSE     FALSE        NA       NA
## 3578    roorah_riley            0     FALSE     FALSE        NA       NA
## 3579       LOSTlNLUV            0     FALSE     FALSE        NA       NA
## 3580        Popkid71            0     FALSE     FALSE        NA       NA
## 3581        Estuko_1            0     FALSE     FALSE        NA       NA
## 3582    egirItriIogy            0     FALSE     FALSE        NA       NA
## 3583       Tegan2130            0     FALSE     FALSE        NA       NA
## 3584       Pip_est89            0     FALSE     FALSE        NA       NA
## 3585    roorah_riley            0     FALSE     FALSE        NA       NA
## 3586    Krispy_Kay08            0     FALSE     FALSE        NA       NA
## 3587     aurochedici            0     FALSE     FALSE        NA       NA
## 3588    Krispy_Kay08            0     FALSE     FALSE        NA       NA
## 3589        Mongaair            0     FALSE     FALSE        NA       NA
## 3590     Mariasv1912            0     FALSE     FALSE        NA       NA
## 3591       Khendry15            0     FALSE     FALSE        NA       NA
## 3592    Krispy_Kay08            0     FALSE     FALSE        NA       NA
## 3593       himbology            0     FALSE     FALSE        NA       NA
## 3594       Tegan2130            0     FALSE     FALSE        NA       NA
## 3595 FilmNerdReviews            0     FALSE     FALSE        NA       NA
## 3596  longlivewallss            0     FALSE     FALSE        NA       NA
## 3597      cryessence            0     FALSE     FALSE        NA       NA
## 3598       Khendry15            0     FALSE     FALSE        NA       NA
## 3599     Mariasv1912            0     FALSE     FALSE        NA       NA
## 3600    Krispy_Kay08            0     FALSE     FALSE        NA       NA
## 3601       ftccodttv            0     FALSE     FALSE        NA       NA
## 3602         h_eatrr            0     FALSE     FALSE        NA       NA
## 3603   AngelicTears3            0     FALSE     FALSE        NA       NA
## 3604      DayWithAle            0     FALSE     FALSE        NA       NA
## 3605       ccdesorcy            0     FALSE     FALSE        NA       NA
## 3606      user101299            0     FALSE     FALSE        NA       NA
## 3607  longlivewallss            0     FALSE     FALSE        NA       NA
## 3608       astroneb_            0     FALSE     FALSE        NA       NA
## 3609       Glascoian            0     FALSE     FALSE        NA       NA
## 3610       ftccodttv            0     FALSE     FALSE        NA       NA
## 3611  themalbecbaddy            0     FALSE     FALSE        NA       NA
## 3612   Christina_Lad            0     FALSE     FALSE        NA       NA
## 3613 catnoirswhisker            0     FALSE     FALSE        NA       NA
## 3614     chanye_oh_l            0     FALSE     FALSE        NA       NA
## 3615         ImKoyle            0     FALSE     FALSE        NA       NA
## 3616    roorah_riley            0     FALSE     FALSE        NA       NA
## 3617       Glascoian            0     FALSE     FALSE        NA       NA
## 3618  The_angrei_gay            0     FALSE     FALSE        NA       NA
## 3619   cherrybabysav            0     FALSE     FALSE        NA       NA
## 3620         ImKoyle            0     FALSE     FALSE        NA       NA
## 3621        BrewMatt            0     FALSE     FALSE        NA       NA
## 3622         VeMont_            0     FALSE     FALSE        NA       NA
## 3623      aajones007            1     FALSE     FALSE        NA       NA
## 3624     joshualance            0     FALSE     FALSE        NA       NA
## 3625 WinterWolf107th            0     FALSE     FALSE        NA       NA
## 3626        nasxmyaa            2     FALSE     FALSE        NA       NA
## 3627         ImKoyle            0     FALSE     FALSE        NA       NA
## 3628     joshualance            0     FALSE     FALSE        NA       NA
## 3629     chanye_oh_l            0     FALSE     FALSE        NA       NA
## 3630       theooodns            0     FALSE     FALSE        NA       NA
## 3631       theooodns            0     FALSE     FALSE        NA       NA
## 3632     joshualance            0     FALSE     FALSE        NA       NA
## 3633 marco_martins14            0     FALSE     FALSE        NA       NA
## 3634       theooodns            0     FALSE     FALSE        NA       NA
## 3635      aajones007            0     FALSE     FALSE        NA       NA
## 3636       lola___xx            0     FALSE     FALSE        NA       NA
## 3637   Showtimestein            1     FALSE     FALSE        NA       NA
## 3638     chanye_oh_l            0     FALSE     FALSE        NA       NA
## 3639   AlshababRadio            1     FALSE     FALSE        NA       NA
## 3640   AlshababRadio            1     FALSE     FALSE        NA       NA
## 3641  themalbecbaddy            0     FALSE     FALSE        NA       NA
## 3642   AlshababRadio            1     FALSE     FALSE        NA       NA
## 3643   dametokillfor            0     FALSE     FALSE        NA       NA
## 3644   AlshababRadio            1     FALSE     FALSE        NA       NA
## 3645      Rita_Rogni            0     FALSE     FALSE        NA       NA
## 3646      aajones007            0     FALSE     FALSE        NA       NA
## 3647   AlshababRadio            1     FALSE     FALSE        NA       NA
## 3648      MCMStudio_            0     FALSE     FALSE        NA       NA
## 3649      Rita_Rogni            0     FALSE     FALSE        NA       NA
## 3650 catnoirswhisker            0     FALSE     FALSE        NA       NA
## 3651     Infomundoed            0     FALSE     FALSE        NA       NA
## 3652       lola___xx            0     FALSE     FALSE        NA       NA
## 3653  CawmeKrazeeSFW            0     FALSE     FALSE        NA       NA
## 3654      Rita_Rogni            0     FALSE     FALSE        NA       NA
## 3655     Mariasv1912            0     FALSE     FALSE        NA       NA
## 3656  vmastrangelooo            1     FALSE     FALSE        NA       NA
## 3657     dug_masters            1     FALSE     FALSE        NA       NA
## 3658   karen05025005            0     FALSE     FALSE        NA       NA
## 3659       lola___xx            0     FALSE     FALSE        NA       NA
## 3660        1jokudah            0     FALSE     FALSE        NA       NA
## 3661   enoch_ayodeji            0     FALSE     FALSE        NA       NA
## 3662      aajones007            0     FALSE     FALSE        NA       NA
## 3663        QueenS21            0     FALSE     FALSE        NA       NA
## 3664   enoch_ayodeji            0     FALSE     FALSE        NA       NA
## 3665     MonyChina07            0     FALSE     FALSE        NA       NA
## 3666     Mariasv1912            0     FALSE     FALSE        NA       NA
## 3667  themalbecbaddy            0     FALSE     FALSE        NA       NA
## 3668         YoTxddy            0     FALSE     FALSE        NA       NA
## 3669   enoch_ayodeji            0     FALSE     FALSE        NA       NA
## 3670 MitchellTropman            0     FALSE     FALSE        NA       NA
## 3671     Landonian20            0     FALSE     FALSE        NA       NA
## 3672    CHERRYGAL0RE            2     FALSE     FALSE        NA       NA
## 3673     Landonian20            0     FALSE     FALSE        NA       NA
## 3674   theHamzaMan64            0     FALSE     FALSE        NA       NA
## 3675         YoTxddy            0     FALSE     FALSE        NA       NA
## 3676   karen05025005            0     FALSE     FALSE        NA       NA
## 3677  queercornsnake            0     FALSE     FALSE        NA       NA
## 3678   abby_lisewski            1     FALSE     FALSE        NA       NA
## 3679  Johnlopez12220            0     FALSE     FALSE        NA       NA
## 3680     tauruskelIs            0     FALSE     FALSE        NA       NA
## 3681         YoTxddy            0     FALSE     FALSE        NA       NA
## 3682      h0wlswitch            0     FALSE     FALSE        NA       NA
## 3683     iamnotaflop            0     FALSE     FALSE        NA       NA
## 3684    tiffyMontana            8     FALSE     FALSE        NA       NA
## 3685  Johnlopez12220            0     FALSE     FALSE        NA       NA
## 3686  themalbecbaddy            0     FALSE     FALSE        NA       NA
## 3687     howtodrawme            0     FALSE     FALSE        NA       NA
## 3688  Johnlopez12220            0     FALSE     FALSE        NA       NA
## 3689  shadindipankar            0     FALSE     FALSE        NA       NA
## 3690   theHamzaMan64            0     FALSE     FALSE        NA       NA
## 3691     howtodrawme            0     FALSE     FALSE        NA       NA
## 3692  Johnlopez12220            0     FALSE     FALSE        NA       NA
## 3693     howtodrawme            0     FALSE     FALSE        NA       NA
## 3694       Pip_est89            0     FALSE     FALSE        NA       NA
## 3695      AnnSchafer            0     FALSE     FALSE        NA       NA
## 3696       itst13ler            0     FALSE     FALSE        NA       NA
## 3697     QueenTlholo            0     FALSE     FALSE        NA       NA
## 3698   sammyblaisszn            0     FALSE     FALSE        NA       NA
## 3699  TheJoblessJack            0     FALSE     FALSE        NA       NA
## 3700   sammyblaisszn            0     FALSE     FALSE        NA       NA
## 3701        _Nineter            0     FALSE     FALSE        NA       NA
## 3702 caeley_robinson            0     FALSE     FALSE        NA       NA
## 3703        gummlolz            0     FALSE     FALSE        NA       NA
## 3704    demisholyfck            0     FALSE     FALSE        NA       NA
## 3705 leitnerpiper420            0     FALSE     FALSE        NA       NA
## 3706    _TweetCritic            0     FALSE     FALSE        NA       NA
## 3707    _TweetCritic            0     FALSE     FALSE        NA       NA
## 3708    _TweetCritic            0     FALSE     FALSE        NA       NA
## 3709   karen05025005            0     FALSE     FALSE        NA       NA
## 3710    _TweetCritic            0     FALSE     FALSE        NA       NA
## 3711       ColeFoxxy            0     FALSE     FALSE        NA       NA
## 3712  themalbecbaddy            0     FALSE     FALSE        NA       NA
## 3713    paridiecoole            0     FALSE     FALSE        NA       NA
## 3714         _pooshh            0     FALSE     FALSE        NA       NA
## 3715 leitnerpiper420            0     FALSE     FALSE        NA       NA
## 3716  GingerNicole91            0     FALSE     FALSE        NA       NA
## 3717  TheJoblessJack            0     FALSE     FALSE        NA       NA
## 3718  CourtneyCorboy            1     FALSE     FALSE        NA       NA
## 3719           hyxqe            0     FALSE     FALSE        NA       NA
## 3720        c2ashlee            0     FALSE     FALSE        NA       NA
## 3721  The_angrei_gay            0     FALSE     FALSE        NA       NA
## 3722  TheJoblessJack            0     FALSE     FALSE        NA       NA
## 3723  alter_cristian            0     FALSE     FALSE        NA       NA
## 3724  msjessdavidgrl            4     FALSE     FALSE        NA       NA
## 3725   MaryFortier11            0     FALSE     FALSE        NA       NA
## 3726        gummlolz            0     FALSE     FALSE        NA       NA
## 3727        LongToop            0     FALSE     FALSE        NA       NA
## 3728     howtodrawme            0     FALSE     FALSE        NA       NA
## 3729  BearcatBetch27            2     FALSE     FALSE        NA       NA
## 3730        c2ashlee            0     FALSE     FALSE        NA       NA
## 3731  GingerNicole91            0     FALSE     FALSE        NA       NA
## 3732 th3saddestbitch            0     FALSE     FALSE        NA       NA
## 3733   haleyyharbour            0     FALSE     FALSE        NA       NA
## 3734         vrnnmrk            0     FALSE     FALSE        NA       NA
## 3735 freddiedreddfan            1     FALSE     FALSE        NA       NA
## 3736         marls__            0     FALSE     FALSE        NA       NA
## 3737  GingerNicole91            0     FALSE     FALSE        NA       NA
## 3738   haleyyharbour            0     FALSE     FALSE        NA       NA
## 3739 MillennialGran7            0     FALSE     FALSE        NA       NA
## 3740       tropic_xo            0     FALSE     FALSE        NA       NA
## 3741        c2ashlee            0     FALSE     FALSE        NA       NA
## 3742 freddiedreddfan            0     FALSE     FALSE        NA       NA
## 3743        beaky173            0     FALSE     FALSE        NA       NA
## 3744     serpent_sky            0     FALSE     FALSE        NA       NA
## 3745         marls__            0     FALSE     FALSE        NA       NA
## 3746   haleyyharbour            0     FALSE     FALSE        NA       NA
## 3747         vrnnmrk            0     FALSE     FALSE        NA       NA
## 3748     micchaaleth            0     FALSE     FALSE        NA       NA
## 3749        Jas1337_            0     FALSE     FALSE        NA       NA
## 3750  KrissyWakeUp86            0     FALSE     FALSE        NA       NA
## 3751         vrnnmrk            0     FALSE     FALSE        NA       NA
## 3752         marls__            0     FALSE     FALSE        NA       NA
## 3753       mrdbann93            0     FALSE     FALSE        NA       NA
## 3754        Bylerbae            0     FALSE     FALSE        NA       NA
## 3755       yoiamluca            0     FALSE     FALSE        NA       NA
## 3756    ShellvpSmith            0     FALSE     FALSE        NA       NA
## 3757  JacobValcarce3            0     FALSE     FALSE        NA       NA
## 3758     WeirdGuyJay            0     FALSE     FALSE        NA       NA
## 3759       liyah_vvs            0     FALSE     FALSE        NA       NA
## 3760        Bylerbae            0     FALSE     FALSE        NA       NA
## 3761  angeIenergy111            1     FALSE     FALSE        NA       NA
## 3762       _haranna_            0     FALSE     FALSE        NA       NA
## 3763  msjessdavidgrl            0     FALSE     FALSE        NA       NA
## 3764      Mrbrooks21            0     FALSE     FALSE        NA       NA
## 3765       mrdbann93            0     FALSE     FALSE        NA       NA
## 3766         camxsgh            0     FALSE     FALSE        NA       NA
## 3767  The_angrei_gay            0     FALSE     FALSE        NA       NA
## 3768         camxsgh            0     FALSE     FALSE        NA       NA
## 3769     Melnameless            0     FALSE     FALSE        NA       NA
## 3770      Mrbrooks21            0     FALSE     FALSE        NA       NA
## 3771   jessielynne__            0     FALSE     FALSE        NA       NA
## 3772          UPROXX            1     FALSE     FALSE        NA       NA
## 3773      Mrbrooks21            0     FALSE     FALSE        NA       NA
## 3774      meganpsitn            0     FALSE     FALSE        NA       NA
## 3775         camxsgh            0     FALSE     FALSE        NA       NA
## 3776 SmoothieEmpress            0     FALSE     FALSE        NA       NA
## 3777   chonamaeSANDS            8     FALSE     FALSE        NA       NA
## 3778 Rainydayreadsv3            0     FALSE     FALSE        NA       NA
## 3779       yungkekee            0     FALSE     FALSE        NA       NA
## 3780       supaSheva            0     FALSE     FALSE        NA       NA
## 3781  King_Crescendo            0     FALSE     FALSE        NA       NA
## 3782       yungkekee            0     FALSE     FALSE        NA       NA
## 3783  princessdeleon            0     FALSE     FALSE        NA       NA
## 3784   joseph_palles            0     FALSE     FALSE        NA       NA
## 3785  outlander_frog            0     FALSE     FALSE        NA       NA
## 3786  King_Crescendo            0     FALSE     FALSE        NA       NA
## 3787   chonamaeSANDS            4     FALSE     FALSE        NA       NA
## 3788   joseph_palles            0     FALSE     FALSE        NA       NA
## 3789    sunsetchrisy            0     FALSE     FALSE        NA       NA
## 3790      cami1023ds            0     FALSE     FALSE        NA       NA
## 3791 eternalswiftie1            0     FALSE     FALSE        NA       NA
## 3792       supaSheva            0     FALSE     FALSE        NA       NA
## 3793        zxebella            3     FALSE     FALSE        NA       NA
## 3794         mef_986            0     FALSE     FALSE        NA       NA
## 3795       Makanju92            0     FALSE     FALSE        NA       NA
## 3796  King_Crescendo            0     FALSE     FALSE        NA       NA
## 3797  KIRACOLDNIGHTS            0     FALSE     FALSE        NA       NA
## 3798 MillennialGran7            0     FALSE     FALSE        NA       NA
## 3799     damlagrantt            0     FALSE     FALSE        NA       NA
## 3800         seodilf            0     FALSE     FALSE        NA       NA
## 3801   exolification            0     FALSE     FALSE        NA       NA
## 3802       supaSheva            0     FALSE     FALSE        NA       NA
## 3803   rocketenginee            0     FALSE     FALSE        NA       NA
## 3804   sillystringay            0     FALSE     FALSE        NA       NA
## 3805  RubyP109484873            0     FALSE     FALSE        NA       NA
## 3806      cami1023ds            0     FALSE     FALSE        NA       NA
## 3807  outlander_frog            0     FALSE     FALSE        NA       NA
## 3808          lowd70            0     FALSE     FALSE        NA       NA
## 3809       supaSheva            0     FALSE     FALSE        NA       NA
## 3810 Jennifercarlo95            0     FALSE     FALSE        NA       NA
## 3811 MelanieHandrest            0     FALSE     FALSE        NA       NA
## 3812      cami1023ds            0     FALSE     FALSE        NA       NA
## 3813 Jennifercarlo95            0     FALSE     FALSE        NA       NA
## 3814 Jennifercarlo95            0     FALSE     FALSE        NA       NA
## 3815         seodilf            0     FALSE     FALSE        NA       NA
## 3816      IvarsOsis1            0     FALSE     FALSE        NA       NA
## 3817    partyatjerms            0     FALSE     FALSE        NA       NA
## 3818     saenz_herre            0     FALSE     FALSE        NA       NA
## 3819 SalvatoreMilic1            0     FALSE     FALSE        NA       NA
## 3820  RubyP109484873            0     FALSE     FALSE        NA       NA
## 3821  CourtneyCorboy            0     FALSE     FALSE        NA       NA
## 3822    ThommoAndrew            0     FALSE     FALSE        NA       NA
## 3823         seodilf            0     FALSE     FALSE        NA       NA
## 3824       Jamersxn1            0     FALSE     FALSE        NA       NA
## 3825  RubyP109484873            0     FALSE     FALSE        NA       NA
## 3826      IvarsOsis1            0     FALSE     FALSE        NA       NA
## 3827        bb4rbiee            0     FALSE     FALSE        NA       NA
## 3828       Jamersxn1            0     FALSE     FALSE        NA       NA
## 3829     saenz_herre            0     FALSE     FALSE        NA       NA
## 3830         seodilf            0     FALSE     FALSE        NA       NA
## 3831      IvarsOsis1            0     FALSE     FALSE        NA       NA
## 3832    hrts4buckley            1     FALSE     FALSE        NA       NA
## 3833       Jamersxn1            0     FALSE     FALSE        NA       NA
## 3834        FeezFeed            0     FALSE     FALSE        NA       NA
## 3835  RubyP109484873            0     FALSE     FALSE        NA       NA
## 3836  PotatoLovesTae            0     FALSE     FALSE        NA       NA
## 3837    LiliForRosie            0     FALSE     FALSE        NA       NA
## 3838        deepumi5            0     FALSE     FALSE        NA       NA
## 3839       snezhink4            0     FALSE     FALSE        NA       NA
## 3840  _likedynamight            0     FALSE     FALSE        NA       NA
## 3841    LiliForRosie            0     FALSE     FALSE        NA       NA
## 3842     sunshinecxn            0     FALSE     FALSE        NA       NA
## 3843    beet_lejuice            0     FALSE     FALSE        NA       NA
## 3844 Kristen_Henners            0     FALSE     FALSE        NA       NA
## 3845      ZanAycicek            0     FALSE     FALSE        NA       NA
## 3846      gracelizyx            0     FALSE     FALSE        NA       NA
## 3847  shubhmbendkule            0     FALSE     FALSE        NA       NA
## 3848  shubhmbendkule            0     FALSE     FALSE        NA       NA
## 3849  giovancreano11            0     FALSE     FALSE        NA       NA
## 3850      jlawsslave            0     FALSE     FALSE        NA       NA
## 3851       swiftkrma            0     FALSE     FALSE        NA       NA
## 3852    VG_Blackwell            0     FALSE     FALSE        NA       NA
## 3853    xNickyUrinex            0     FALSE     FALSE        NA       NA
## 3854       swiftkrma            0     FALSE     FALSE        NA       NA
## 3855 ShuckingFinnick            0     FALSE     FALSE        NA       NA
## 3856   111forevercal            0     FALSE     FALSE        NA       NA
## 3857 HENRYJEDIKNIGHT            0     FALSE     FALSE        NA       NA
## 3858     pdxmeredith            0     FALSE     FALSE        NA       NA
## 3859    ally99730110            0     FALSE     FALSE        NA       NA
## 3860         Cia_6v6            0     FALSE     FALSE        NA       NA
## 3861      posgillies            2     FALSE     FALSE        NA       NA
## 3862 childerolandusa            0     FALSE     FALSE        NA       NA
## 3863   111forevercal            0     FALSE     FALSE        NA       NA
## 3864      jmartins05            0     FALSE     FALSE        NA       NA
## 3865         _bryze_            0     FALSE     FALSE        NA       NA
## 3866   lajibolalla95            0     FALSE     FALSE        NA       NA
## 3867   111forevercal            0     FALSE     FALSE        NA       NA
## 3868   lajibolalla95            0     FALSE     FALSE        NA       NA
## 3869          V1tchh            0     FALSE     FALSE        NA       NA
## 3870   111forevercal            0     FALSE     FALSE        NA       NA
## 3871      YutaFrrita            0     FALSE     FALSE        NA       NA
## 3872   lajibolalla95            0     FALSE     FALSE        NA       NA
## 3873 daawesomeprieto            0     FALSE     FALSE        NA       NA
## 3874          F1N4N4         1597     FALSE     FALSE        NA       NA
## 3875       squg_game            0     FALSE     FALSE        NA       NA
## 3876         thizbiz            0     FALSE     FALSE        NA       NA
## 3877         ramykld            0     FALSE     FALSE        NA       NA
## 3878         madfl3a            0     FALSE     FALSE        NA       NA
## 3879  queenthebunbun            0     FALSE     FALSE        NA       NA
## 3880       Evalvape2            0     FALSE     FALSE        NA       NA
## 3881  queenthebunbun            0     FALSE     FALSE        NA       NA
## 3882   WhoiisElijaah            0     FALSE     FALSE        NA       NA
## 3883     esnyhabitss            0     FALSE     FALSE        NA       NA
## 3884  queenthebunbun            0     FALSE     FALSE        NA       NA
## 3885       Evalvape2            0     FALSE     FALSE        NA       NA
## 3886    izaaaaaaaaak            0     FALSE     FALSE        NA       NA
## 3887      Deadgoth95            0     FALSE     FALSE        NA       NA
## 3888         ramykld            0     FALSE     FALSE        NA       NA
## 3889     esnyhabitss            0     FALSE     FALSE        NA       NA
## 3890     acidpop_fox            0     FALSE     FALSE        NA       NA
## 3891  brinasafetynet            0     FALSE     FALSE        NA       NA
## 3892     esnyhabitss            0     FALSE     FALSE        NA       NA
## 3893          ekm748            0     FALSE     FALSE        NA       NA
## 3894    _HopeThePope            0     FALSE     FALSE        NA       NA
## 3895          ekm748            0     FALSE     FALSE        NA       NA
## 3896     SacchCoffee            0     FALSE     FALSE        NA       NA
## 3897  gonzalodetarde            0     FALSE     FALSE        NA       NA
## 3898       Evalvape2            0     FALSE     FALSE        NA       NA
## 3899    JoyRideEntmt            3     FALSE     FALSE        NA       NA
## 3900          ekm748            0     FALSE     FALSE        NA       NA
## 3901    deancliddell            0     FALSE     FALSE        NA       NA
## 3902    TomInToonami            0     FALSE     FALSE        NA       NA
## 3903  brinasafetynet            0     FALSE     FALSE        NA       NA
## 3904     julinhalol1            0     FALSE     FALSE        NA       NA
## 3905 MadisonBarnhil2            1     FALSE     FALSE        NA       NA
## 3906 WILLHASAPROBLEM            1     FALSE     FALSE        NA       NA
## 3907          dnky27            0     FALSE     FALSE        NA       NA
## 3908  franklynforeal            0     FALSE     FALSE        NA       NA
## 3909     hookingahoy            0     FALSE     FALSE        NA       NA
## 3910      messtrogen            0     FALSE     FALSE        NA       NA
## 3911    deancliddell            0     FALSE     FALSE        NA       NA
## 3912   SamiamMarkson            0     FALSE     FALSE        NA       NA
## 3913     hookingahoy            0     FALSE     FALSE        NA       NA
## 3914    Pulp_Ficti0n            0     FALSE     FALSE        NA       NA
## 3915    deancliddell            0     FALSE     FALSE        NA       NA
## 3916     hookingahoy            0     FALSE     FALSE        NA       NA
## 3917    deancliddell            0     FALSE     FALSE        NA       NA
## 3918    itzinsanity2            0     FALSE     FALSE        NA       NA
## 3919      messtrogen            0     FALSE     FALSE        NA       NA
## 3920 loverhippimusic            0     FALSE     FALSE        NA       NA
## 3921       cagspears            6     FALSE     FALSE        NA       NA
## 3922     JulianGumbo            0     FALSE     FALSE        NA       NA
## 3923 NyanKittyWaffl1            0     FALSE     FALSE        NA       NA
## 3924      messtrogen            0     FALSE     FALSE        NA       NA
## 3925      ellizibeth            0     FALSE     FALSE        NA       NA
## 3926  lovecherrysumi            0     FALSE     FALSE        NA       NA
## 3927 loverhippimusic            0     FALSE     FALSE        NA       NA
## 3928     kccloud1107            0     FALSE     FALSE        NA       NA
## 3929 CharlieTheRanga            0     FALSE     FALSE        NA       NA
## 3930 confettinhavana            0     FALSE     FALSE        NA       NA
## 3931      j__1998__o            0     FALSE     FALSE        NA       NA
## 3932   buttercupprry            0     FALSE     FALSE        NA       NA
## 3933 loverhippimusic            0     FALSE     FALSE        NA       NA
## 3934    reasybecerra            0     FALSE     FALSE        NA       NA
## 3935   davidcantswim            0     FALSE     FALSE        NA       NA
## 3936     D4YL1GHTRRY            0     FALSE     FALSE        NA       NA
## 3937 confettinhavana            0     FALSE     FALSE        NA       NA
## 3938       a_parry92            0     FALSE     FALSE        NA       NA
## 3939    dqofficial__            0     FALSE     FALSE        NA       NA
## 3940 confettinhavana            0     FALSE     FALSE        NA       NA
## 3941  brightantidote            0     FALSE     FALSE        NA       NA
## 3942   Thoma_Beloved            0     FALSE     FALSE        NA       NA
## 3943     itsme__Dori            0     FALSE     FALSE        NA       NA
## 3944     trans_heeho            0     FALSE     FALSE        NA       NA
## 3945     itsme__Dori            0     FALSE     FALSE        NA       NA
## 3946   kandresmiller            0     FALSE     FALSE        NA       NA
## 3947   Thoma_Beloved            0     FALSE     FALSE        NA       NA
## 3948      j__1998__o            0     FALSE     FALSE        NA       NA
## 3949     itsme__Dori            0     FALSE     FALSE        NA       NA
## 3950     D4YL1GHTRRY            0     FALSE     FALSE        NA       NA
## 3951       PhonySelf            1     FALSE     FALSE        NA       NA
## 3952    realmandefro            0     FALSE     FALSE        NA       NA
## 3953     D4YL1GHTRRY            0     FALSE     FALSE        NA       NA
## 3954        UnniSumi            0     FALSE     FALSE        NA       NA
## 3955     D4YL1GHTRRY            0     FALSE     FALSE        NA       NA
## 3956   onlytruejames            0     FALSE     FALSE        NA       NA
## 3957         nurssi_            0     FALSE     FALSE        NA       NA
## 3958          vrrtix            0     FALSE     FALSE        NA       NA
## 3959          AP0R14            0     FALSE     FALSE        NA       NA
## 3960     kccloud1107            0     FALSE     FALSE        NA       NA
## 3961         nurssi_            0     FALSE     FALSE        NA       NA
## 3962     animel20201            3     FALSE     FALSE        NA       NA
## 3963      NYgrateful            8     FALSE     FALSE        NA       NA
## 3964  easylikepheezy            1     FALSE     FALSE        NA       NA
## 3965       topher057            0     FALSE     FALSE        NA       NA
## 3966  thedaryltucker            0     FALSE     FALSE        NA       NA
## 3967         nurssi_            0     FALSE     FALSE        NA       NA
## 3968     brandonnyip            0     FALSE     FALSE        NA       NA
## 3969    callie_kent1            0     FALSE     FALSE        NA       NA
## 3970      e_twiggy23            0     FALSE     FALSE        NA       NA
## 3971       sunncheol            0     FALSE     FALSE        NA       NA
## 3972       Withorone            0     FALSE     FALSE        NA       NA
## 3973       sunncheol            0     FALSE     FALSE        NA       NA
## 3974     yyyang__cox            0     FALSE     FALSE        NA       NA
## 3975       sunncheol            0     FALSE     FALSE        NA       NA
## 3976      e_twiggy23            0     FALSE     FALSE        NA       NA
## 3977       Withorone            0     FALSE     FALSE        NA       NA
## 3978   meganotmorgan            0     FALSE     FALSE        NA       NA
## 3979       anacaro24            0     FALSE     FALSE        NA       NA
## 3980        RealQwig            0     FALSE     FALSE        NA       NA
## 3981       sunncheol            0     FALSE     FALSE        NA       NA
## 3982    MoisturiseMe            0     FALSE     FALSE        NA       NA
## 3983      e_twiggy23            0     FALSE     FALSE        NA       NA
## 3984   laurameijer27            0     FALSE     FALSE        NA       NA
## 3985       Withorone            0     FALSE     FALSE        NA       NA
## 3986      e_twiggy23            0     FALSE     FALSE        NA       NA
## 3987    Jorgie774312            0     FALSE     FALSE        NA       NA
## 3988  Panic_AtTheBBQ            0     FALSE     FALSE        NA       NA
## 3989     browngirlja            0     FALSE     FALSE        NA       NA
## 3990 BricksDontMusic            1     FALSE     FALSE        NA       NA
## 3991    andreaandtia            0     FALSE     FALSE        NA       NA
## 3992   laurameijer27            0     FALSE     FALSE        NA       NA
## 3993 Hereisyourstuff            0     FALSE     FALSE        NA       NA
## 3994  aryfreakinanna            0     FALSE     FALSE        NA       NA
## 3995    michaelmwm07            0     FALSE     FALSE        NA       NA
## 3996      aloosesona            0     FALSE     FALSE        NA       NA
## 3997    FierceJersey            0     FALSE     FALSE        NA       NA
## 3998  parxiesforever            0     FALSE     FALSE        NA       NA
## 3999  Ley_MoArmyGenE            0     FALSE     FALSE        NA       NA
## 4000    concert_next            0     FALSE     FALSE        NA       NA
## 4001    michaelmwm07            0     FALSE     FALSE        NA       NA
## 4002     remuspoems_            0     FALSE     FALSE        NA       NA
## 4003  Ley_MoArmyGenE            0     FALSE     FALSE        NA       NA
## 4004   d0mEaFav0rhls            0     FALSE     FALSE        NA       NA
## 4005 OdinaniOfficial            0     FALSE     FALSE        NA       NA
## 4006    michaelmwm07            0     FALSE     FALSE        NA       NA
## 4007     remuspoems_            0     FALSE     FALSE        NA       NA
## 4008     sophieontwt            0     FALSE     FALSE        NA       NA
## 4009        seafog14            0     FALSE     FALSE        NA       NA
## 4010   d0mEaFav0rhls            0     FALSE     FALSE        NA       NA
## 4011     sophieontwt            0     FALSE     FALSE        NA       NA
## 4012     Extreme7323            0     FALSE     FALSE        NA       NA
## 4013    lucitatoelle            0     FALSE     FALSE        NA       NA
## 4014      aguscont96            0     FALSE     FALSE        NA       NA
## 4015        AshlyGfx            2     FALSE     FALSE        NA       NA
## 4016    Jorgie774312            0     FALSE     FALSE        NA       NA
## 4017  AdrianEvanKirk            0     FALSE     FALSE        NA       NA
## 4018   kathyloredo19            0     FALSE     FALSE        NA       NA
## 4019  aryfreakinanna            0     FALSE     FALSE        NA       NA
## 4020     Extreme7323            0     FALSE     FALSE        NA       NA
## 4021    K8thegreat80            0     FALSE     FALSE        NA       NA
## 4022    IstiakShihab            0     FALSE     FALSE        NA       NA
## 4023   kathyloredo19            0     FALSE     FALSE        NA       NA
## 4024        LUZSPELL            0     FALSE     FALSE        NA       NA
## 4025        LUZSPELL            0     FALSE     FALSE        NA       NA
## 4026        LUZSPELL            0     FALSE     FALSE        NA       NA
## 4027    WeezYbloomix            0     FALSE     FALSE        NA       NA
## 4028     iblamedrake            0     FALSE     FALSE        NA       NA
## 4029    xXTommyTNTXx            0     FALSE     FALSE        NA       NA
## 4030      aguscont96            0     FALSE     FALSE        NA       NA
## 4031  aryfreakinanna            0     FALSE     FALSE        NA       NA
## 4032      KevinDLC50            0     FALSE     FALSE        NA       NA
## 4033      Gogo123316            0     FALSE     FALSE        NA       NA
## 4034     Extreme7323            0     FALSE     FALSE        NA       NA
## 4035     heedfulsoul            0     FALSE     FALSE        NA       NA
## 4036         woahdyl            0     FALSE     FALSE        NA       NA
## 4037  happybrilidays            0     FALSE     FALSE        NA       NA
## 4038      aguscont96            0     FALSE     FALSE        NA       NA
## 4039  aryfreakinanna            0     FALSE     FALSE        NA       NA
## 4040 enchanteleclevc            0     FALSE     FALSE        NA       NA
## 4041     BitLifeWrld            0     FALSE     FALSE        NA       NA
## 4042       DanLit111            0     FALSE     FALSE        NA       NA
## 4043 Depressed_Devil            0     FALSE     FALSE        NA       NA
## 4044    cosdivatrend            0     FALSE     FALSE        NA       NA
## 4045       DanLit111            0     FALSE     FALSE        NA       NA
## 4046        CekChan_            0     FALSE     FALSE        NA       NA
## 4047    Jorgie774312            0     FALSE     FALSE        NA       NA
## 4048       yujifiIms            0     FALSE     FALSE        NA       NA
## 4049      AmymKimble            0     FALSE     FALSE        NA       NA
## 4050       KhanArt92            0     FALSE     FALSE        NA       NA
## 4051       DanLit111            0     FALSE     FALSE        NA       NA
## 4052  jlcorcorcorcor            0     FALSE     FALSE        NA       NA
## 4053  summercardinal            0     FALSE     FALSE        NA       NA
## 4054  kingb_official            0     FALSE     FALSE        NA       NA
## 4055    feelmypussay            0     FALSE     FALSE        NA       NA
## 4056      heartedtbp            0     FALSE     FALSE        NA       NA
## 4057      dschanaika            0     FALSE     FALSE        NA       NA
## 4058       DanLit111            0     FALSE     FALSE        NA       NA
## 4059  carlosesierraf            0     FALSE     FALSE        NA       NA
## 4060  LifeonWheels95            0     FALSE     FALSE        NA       NA
## 4061    blackrose3kr            0     FALSE     FALSE        NA       NA
## 4062    it_was_reaps            0     FALSE     FALSE        NA       NA
## 4063     heedfulsoul            0     FALSE     FALSE        NA       NA
## 4064  carlosesierraf            0     FALSE     FALSE        NA       NA
## 4065   AdrianReeder7            0     FALSE     FALSE        NA       NA
## 4066          keeksy           33     FALSE     FALSE        NA       NA
## 4067      JamesL_TRW            0     FALSE     FALSE        NA       NA
## 4068 webdevelopercde            6     FALSE     FALSE        NA       NA
## 4069 maureenroseama1            0     FALSE     FALSE        NA       NA
## 4070  LifeonWheels95            0     FALSE     FALSE        NA       NA
## 4071       DanLit111            0     FALSE     FALSE        NA       NA
## 4072     heedfulsoul            0     FALSE     FALSE        NA       NA
## 4073      jozzzaphen            1     FALSE     FALSE        NA       NA
## 4074       bradsucks            0     FALSE     FALSE        NA       NA
## 4075   itwillbeohkay            0     FALSE     FALSE        NA       NA
## 4076   revelinmemory            0     FALSE     FALSE        NA       NA
## 4077   Jenna_Coffey5            0     FALSE     FALSE        NA       NA
## 4078   banqtanswrldd            0     FALSE     FALSE        NA       NA
## 4079      m00ns_baby            0     FALSE     FALSE        NA       NA
## 4080       eXpNaruto            0     FALSE     FALSE        NA       NA
## 4081  aadriangarciac            0     FALSE     FALSE        NA       NA
## 4082     ayumicruzzz            0     FALSE     FALSE        NA       NA
## 4083    Lauracoder12            3     FALSE     FALSE        NA       NA
## 4084  TheSandMasterr            1     FALSE     FALSE        NA       NA
## 4085  basiccoalminer            0     FALSE     FALSE        NA       NA
## 4086       jayerlofi            0     FALSE     FALSE        NA       NA
## 4087     staygoldgyu            0     FALSE     FALSE        NA       NA
## 4088  aadriangarciac            1     FALSE     FALSE        NA       NA
## 4089 JuanDeL81607394            0     FALSE     FALSE        NA       NA
## 4090       dlibyhcaz            0     FALSE     FALSE        NA       NA
## 4091         Cbarts5            0     FALSE     FALSE        NA       NA
## 4092 imgonnachaseit6            0     FALSE     FALSE        NA       NA
## 4093   cowboycatcafe            0     FALSE     FALSE        NA       NA
## 4094    hannahsquill            0     FALSE     FALSE        NA       NA
## 4095 angyllblackwyng            0     FALSE     FALSE        NA       NA
## 4096       eXpNaruto            0     FALSE     FALSE        NA       NA
## 4097  aadriangarciac            0     FALSE     FALSE        NA       NA
## 4098    clawsonhonda            0     FALSE     FALSE        NA       NA
## 4099      LadyJestah            1     FALSE     FALSE        NA       NA
## 4100   cowboycatcafe            0     FALSE     FALSE        NA       NA
## 4101    digitaldiaz1            0     FALSE     FALSE        NA       NA
## 4102   cowboycatcafe            0     FALSE     FALSE        NA       NA
## 4103  aadriangarciac            0     FALSE     FALSE        NA       NA
## 4104  LifeonWheels95            0     FALSE     FALSE        NA       NA
## 4105       eXpNaruto            0     FALSE     FALSE        NA       NA
## 4106    KanekiZero99            0     FALSE     FALSE        NA       NA
## 4107     Kris__sToRm            0     FALSE     FALSE        NA       NA
## 4108   tilly_sheldon            0     FALSE     FALSE        NA       NA
## 4109 angyllblackwyng            0     FALSE     FALSE        NA       NA
## 4110    KanekiZero99            0     FALSE     FALSE        NA       NA
## 4111       jayerlofi            0     FALSE     FALSE        NA       NA
## 4112    digitaldiaz1            0     FALSE     FALSE        NA       NA
## 4113 podlingjustista            0     FALSE     FALSE        NA       NA
## 4114 2003unbearable_            0     FALSE     FALSE        NA       NA
## 4115    KanekiZero99            0     FALSE     FALSE        NA       NA
## 4116  witchywoman608            0     FALSE     FALSE        NA       NA
## 4117     melinadurre            0     FALSE     FALSE        NA       NA
## 4118    digitaldiaz1            0     FALSE     FALSE        NA       NA
## 4119 angyllblackwyng            0     FALSE     FALSE        NA       NA
## 4120  sunflowervol1d            0     FALSE     FALSE        NA       NA
## 4121       jayerlofi            0     FALSE     FALSE        NA       NA
## 4122    digitaldiaz1            0     FALSE     FALSE        NA       NA
## 4123    digitaldiaz1            0     FALSE     FALSE        NA       NA
## 4124  sunflowervol1d            0     FALSE     FALSE        NA       NA
## 4125         44Jackk            0     FALSE     FALSE        NA       NA
## 4126  witchywoman608            0     FALSE     FALSE        NA       NA
## 4127       KeefenOwO            0     FALSE     FALSE        NA       NA
## 4128      frankyquin            0     FALSE     FALSE        NA       NA
## 4129    vansrryfreak            0     FALSE     FALSE        NA       NA
## 4130    digitaldiaz1            0     FALSE     FALSE        NA       NA
## 4131   Thrishank4521            0     FALSE     FALSE        NA       NA
## 4132    vansrryfreak            0     FALSE     FALSE        NA       NA
## 4133       my_surrey            0     FALSE     FALSE        NA       NA
## 4134     chick_canon            0     FALSE     FALSE        NA       NA
## 4135    digitaldiaz1            0     FALSE     FALSE        NA       NA
## 4136      arianauras            0     FALSE     FALSE        NA       NA
## 4137      b_storm796            0     FALSE     FALSE        NA       NA
## 4138   __jonosmith__            0     FALSE     FALSE        NA       NA
## 4139 GraceOghenevwde            0     FALSE     FALSE        NA       NA
## 4140  Remssupportbat            0     FALSE     FALSE        NA       NA
## 4141    vansrryfreak            0     FALSE     FALSE        NA       NA
## 4142    vansrryfreak            0     FALSE     FALSE        NA       NA
## 4143   Haleymarie_j2            0     FALSE     FALSE        NA       NA
## 4144      b_storm796            0     FALSE     FALSE        NA       NA
## 4145         1Xenius            0     FALSE     FALSE        NA       NA
## 4146 JuanDeL81607394            1     FALSE     FALSE        NA       NA
## 4147     Antagionist            0     FALSE     FALSE        NA       NA
## 4148   Thrishank4521            0     FALSE     FALSE        NA       NA
## 4149     Whatleydude            0     FALSE     FALSE        NA       NA
## 4150        neckeope            0     FALSE     FALSE        NA       NA
## 4151    cspikemurray            0     FALSE     FALSE        NA       NA
## 4152     Funko_Jules            0     FALSE     FALSE        NA       NA
## 4153     Shapingrime            1     FALSE     FALSE        NA       NA
## 4154  jaimitoperalta            0     FALSE     FALSE        NA       NA
## 4155      b_storm796            0     FALSE     FALSE        NA       NA
## 4156         1Xenius            0     FALSE     FALSE        NA       NA
## 4157        LoveITx0            0     FALSE     FALSE        NA       NA
## 4158  EnglishDesigns            0     FALSE     FALSE        NA       NA
## 4159    sailorcringe            0     FALSE     FALSE        NA       NA
## 4160        rigby113            0     FALSE     FALSE        NA       NA
## 4161      frankyquin            0     FALSE     FALSE        NA       NA
## 4162        tntbursz            0     FALSE     FALSE        NA       NA
## 4163    PeterTorch16            0     FALSE     FALSE        NA       NA
## 4164    PeterTorch16            0     FALSE     FALSE        NA       NA
## 4165      dlaniger22            0     FALSE     FALSE        NA       NA
## 4166        alennono            0     FALSE     FALSE        NA       NA
## 4167    Jacksquared_            3     FALSE     FALSE        NA       NA
## 4168      ronnie2029            0     FALSE     FALSE        NA       NA
## 4169      EySoyIsaaa            0     FALSE     FALSE        NA       NA
## 4170      musubiitou            0     FALSE     FALSE        NA       NA
## 4171    PeterTorch16            0     FALSE     FALSE        NA       NA
## 4172   BlazynFire123            0     FALSE     FALSE        NA       NA
## 4173     JayAcortado            0     FALSE     FALSE        NA       NA
## 4174     tiffanyclay            0     FALSE     FALSE        NA       NA
## 4175 thisisntmegannn            0     FALSE     FALSE        NA       NA
## 4176   GovernorSleme            0     FALSE     FALSE        NA       NA
## 4177   BlazynFire123            0     FALSE     FALSE        NA       NA
## 4178          FrBoat            0     FALSE     FALSE        NA       NA
## 4179     JayAcortado            0     FALSE     FALSE        NA       NA
## 4180  thelovelyerica            0     FALSE     FALSE        NA       NA
## 4181      b_storm796            0     FALSE     FALSE        NA       NA
## 4182      frankyquin            0     FALSE     FALSE        NA       NA
## 4183     tiffanyclay            0     FALSE     FALSE        NA       NA
## 4184     JayAcortado            0     FALSE     FALSE        NA       NA
## 4185       HBrickboy            0     FALSE     FALSE        NA       NA
## 4186  mitchellmb2004            0     FALSE     FALSE        NA       NA
## 4187       VanniCobs            0     FALSE     FALSE        NA       NA
## 4188         1Xenius            0     FALSE     FALSE        NA       NA
## 4189   BlazynFire123            0     FALSE     FALSE        NA       NA
## 4190     JayAcortado            0     FALSE     FALSE        NA       NA
## 4191     tiffanyclay            0     FALSE     FALSE        NA       NA
## 4192   GovernorSleme            0     FALSE     FALSE        NA       NA
## 4193   BlazynFire123            0     FALSE     FALSE        NA       NA
## 4194   clarissamcfly            0     FALSE     FALSE        NA       NA
## 4195  iamlemarwilson            0     FALSE     FALSE        NA       NA
## 4196   umeenterprise            0     FALSE     FALSE        NA       NA
## 4197    kaeunshabets            0     FALSE     FALSE        NA       NA
## 4198      DareRider8            0     FALSE     FALSE        NA       NA
## 4199  mitchellmb2004            0     FALSE     FALSE        NA       NA
## 4200 Cho_gath_gaming            0     FALSE     FALSE        NA       NA
## 4201  ICallThemIdols            0     FALSE     FALSE        NA       NA
## 4202        __cw24__            0     FALSE     FALSE        NA       NA
## 4203   sosorrybye789            0     FALSE     FALSE        NA       NA
## 4204       thvglittr            0     FALSE     FALSE        NA       NA
## 4205   sosorrybye789            0     FALSE     FALSE        NA       NA
## 4206         GOWENYT            0     FALSE     FALSE        NA       NA
## 4207     FandWWaffle            0     FALSE     FALSE        NA       NA
## 4208  alexandrerstos            0     FALSE     FALSE        NA       NA
## 4209    brenden_lmao            0     FALSE     FALSE        NA       NA
## 4210      BAmbergaze            0     FALSE     FALSE        NA       NA
## 4211     crackerboxx            0     FALSE     FALSE        NA       NA
## 4212        ariserii            0     FALSE     FALSE        NA       NA
## 4213      DareRider8            0     FALSE     FALSE        NA       NA
## 4214  wild3st_dreams            0     FALSE     FALSE        NA       NA
## 4215 SpaceSoldier_01            0     FALSE     FALSE        NA       NA
## 4216     MechaMaiden            0     FALSE     FALSE        NA       NA
## 4217       bratfvckr            0     FALSE     FALSE        NA       NA
## 4218 angyllblackwyng            0     FALSE     FALSE        NA       NA
## 4219  wild3st_dreams            0     FALSE     FALSE        NA       NA
## 4220   dukeofpeckham            0     FALSE     FALSE        NA       NA
## 4221   kiryuuwakatsu            0     FALSE     FALSE        NA       NA
## 4222  wild3st_dreams            0     FALSE     FALSE        NA       NA
## 4223 wermusmaximusii            0     FALSE     FALSE        NA       NA
## 4224     strilondian            0     FALSE     FALSE        NA       NA
## 4225  FloridaMike100            0     FALSE     FALSE        NA       NA
## 4226   karenkagamine            0     FALSE     FALSE        NA       NA
## 4227     FandWWaffle            0     FALSE     FALSE        NA       NA
## 4228   dukeofpeckham            0     FALSE     FALSE        NA       NA
## 4229     strilondian            0     FALSE     FALSE        NA       NA
## 4230   beratmehmedii            0     FALSE     FALSE        NA       NA
## 4231       supaSheva            0     FALSE     FALSE        NA       NA
## 4232 arifckingspring            0     FALSE     FALSE        NA       NA
## 4233      aviniertwt            0     FALSE     FALSE        NA       NA
## 4234     megalodon_k           14     FALSE     FALSE        NA       NA
## 4235   dukeofpeckham            0     FALSE     FALSE        NA       NA
## 4236    ryleejean051            0     FALSE     FALSE        NA       NA
## 4237     FandWWaffle            0     FALSE     FALSE        NA       NA
## 4238 prettytreatment            0     FALSE     FALSE        NA       NA
## 4239     AlanCrashGZ            0     FALSE     FALSE        NA       NA
## 4240 prettytreatment            0     FALSE     FALSE        NA       NA
## 4241 halfdeadairhead            0     FALSE     FALSE        NA       NA
## 4242 webdevelopercde            5     FALSE     FALSE        NA       NA
## 4243       Martaim__            0     FALSE     FALSE        NA       NA
## 4244      ZanAycicek            0     FALSE     FALSE        NA       NA
## 4245       ryanavfcc            0     FALSE     FALSE        NA       NA
## 4246       HeZamboni            0     FALSE     FALSE        NA       NA
## 4247 halfdeadairhead            0     FALSE     FALSE        NA       NA
## 4248 prettytreatment            0     FALSE     FALSE        NA       NA
## 4249       HeZamboni            0     FALSE     FALSE        NA       NA
## 4250 halfdeadairhead            0     FALSE     FALSE        NA       NA
## 4251     danieliskoo            0     FALSE     FALSE        NA       NA
## 4252       hanyulton            0     FALSE     FALSE        NA       NA
## 4253         abianst            1     FALSE     FALSE        NA       NA
## 4254       hanyulton            0     FALSE     FALSE        NA       NA
## 4255       HeZamboni            0     FALSE     FALSE        NA       NA
## 4256 halfdeadairhead            0     FALSE     FALSE        NA       NA
## 4257       hanyulton            0     FALSE     FALSE        NA       NA
## 4258   yourdollmochi            0     FALSE     FALSE        NA       NA
## 4259          a_yrmb            0     FALSE     FALSE        NA       NA
## 4260  airplane_flaps            0     FALSE     FALSE        NA       NA
## 4261 brian_23_gibson            1     FALSE     FALSE        NA       NA
## 4262     Klahasphemy            0     FALSE     FALSE        NA       NA
## 4263  mepradayounada            0     FALSE     FALSE        NA       NA
## 4264       aaajfabio            0     FALSE     FALSE        NA       NA
## 4265   annabel______            0     FALSE     FALSE        NA       NA
## 4266   XH_VillainLaw            0     FALSE     FALSE        NA       NA
## 4267     Klahasphemy            0     FALSE     FALSE        NA       NA
## 4268  __cockgoblin__            0     FALSE     FALSE        NA       NA
## 4269   XH_VillainLaw            0     FALSE     FALSE        NA       NA
## 4270  mepradayounada            0     FALSE     FALSE        NA       NA
## 4271  FromPaperchase            0     FALSE     FALSE        NA       NA
## 4272  ithinkimsophia            0     FALSE     FALSE        NA       NA
## 4273 Pokemaster55551            0     FALSE     FALSE        NA       NA
## 4274    arismaximoff            0     FALSE     FALSE        NA       NA
## 4275  mepradayounada            0     FALSE     FALSE        NA       NA
## 4276    theikonickay            0     FALSE     FALSE        NA       NA
## 4277    arismaximoff            0     FALSE     FALSE        NA       NA
## 4278   yourdollmochi            0     FALSE     FALSE        NA       NA
## 4279     Klahasphemy            0     FALSE     FALSE        NA       NA
## 4280    spokanehouse            0     FALSE     FALSE        NA       NA
## 4281      alex_uhh_2            0     FALSE     FALSE        NA       NA
## 4282      vicohyland            0     FALSE     FALSE        NA       NA
## 4283     Sno94627256            0     FALSE     FALSE        NA       NA
## 4284      alex_uhh_2            0     FALSE     FALSE        NA       NA
## 4285      alex_uhh_2            0     FALSE     FALSE        NA       NA
## 4286         hnidgaf            0     FALSE     FALSE        NA       NA
## 4287        rwdrygoo            0     FALSE     FALSE        NA       NA
## 4288         shazzCS            0     FALSE     FALSE        NA       NA
## 4289      alex_uhh_2            0     FALSE     FALSE        NA       NA
## 4290      theanarice            1     FALSE     FALSE        NA       NA
## 4291    Bean71075702            0     FALSE     FALSE        NA       NA
## 4292   gabewalker_26            0     FALSE     FALSE        NA       NA
## 4293    shartzcutely            0     FALSE     FALSE        NA       NA
## 4294        needyriy            4     FALSE     FALSE        NA       NA
## 4295 PhuturePhocused            0     FALSE     FALSE        NA       NA
## 4296    Bean71075702            0     FALSE     FALSE        NA       NA
## 4297 PhuturePhocused            0     FALSE     FALSE        NA       NA
## 4298    Bean71075702            0     FALSE     FALSE        NA       NA
## 4299       anamarchl            0     FALSE     FALSE        NA       NA
## 4300   gabewalker_26            0     FALSE     FALSE        NA       NA
## 4301    LastChanceXD            0     FALSE     FALSE        NA       NA
## 4302     sososhbrt12            0     FALSE     FALSE        NA       NA
## 4303   goodoneoliver            0     FALSE     FALSE        NA       NA
## 4304       miaaochoa            0     FALSE     FALSE        NA       NA
## 4305   gabewalker_26            0     FALSE     FALSE        NA       NA
## 4306     Carlos31789            0     FALSE     FALSE        NA       NA
## 4307 PhuturePhocused            0     FALSE     FALSE        NA       NA
## 4308     sososhbrt12            0     FALSE     FALSE        NA       NA
## 4309    LastChanceXD            0     FALSE     FALSE        NA       NA
## 4310     Carlos31789            0     FALSE     FALSE        NA       NA
## 4311   SarahCat_XOXO            0     FALSE     FALSE        NA       NA
## 4312   joeyeinberger            0     FALSE     FALSE        NA       NA
## 4313    LastChanceXD            0     FALSE     FALSE        NA       NA
## 4314 PhuturePhocused            0     FALSE     FALSE        NA       NA
## 4315  RecticOfficial            0     FALSE     FALSE        NA       NA
## 4316     Carlos31789            0     FALSE     FALSE        NA       NA
## 4317   namjooning111            0     FALSE     FALSE        NA       NA
## 4318   melaniehotaux            0     FALSE     FALSE        NA       NA
## 4319  ShashwatVaish2            0     FALSE     FALSE        NA       NA
## 4320         TyRezac            0     FALSE     FALSE        NA       NA
## 4321     DEVILINRUIN            0     FALSE     FALSE        NA       NA
## 4322     Joeadelphia            0     FALSE     FALSE        NA       NA
## 4323        r_blankk            0     FALSE     FALSE        NA       NA
## 4324 LisaBra59850659            0     FALSE     FALSE        NA       NA
## 4325     Joeadelphia            0     FALSE     FALSE        NA       NA
## 4326      Armakanzas            0     FALSE     FALSE        NA       NA
## 4327       DxrkSpawn            0     FALSE     FALSE        NA       NA
## 4328 SabrinaCamaril5            0     FALSE     FALSE        NA       NA
## 4329     hataaramune            0     FALSE     FALSE        NA       NA
## 4330        LVJY1975            0     FALSE     FALSE        NA       NA
## 4331    Logandev_owo            0     FALSE     FALSE        NA       NA
## 4332       luvjust1n            0     FALSE     FALSE        NA       NA
## 4333     10BOUJEEBOY            0     FALSE     FALSE        NA       NA
## 4334 aminabi54146383            0     FALSE     FALSE        NA       NA
## 4335 SabrinaCamaril5            0     FALSE     FALSE        NA       NA
## 4336       its_sp4rk            0     FALSE     FALSE        NA       NA
## 4337          jgagec            0     FALSE     FALSE        NA       NA
## 4338  cutyouoffleigh            0     FALSE     FALSE        NA       NA
## 4339       simarinna            0     FALSE     FALSE        NA       NA
## 4340 SabrinaCamaril5            0     FALSE     FALSE        NA       NA
## 4341       DITENTION            0     FALSE     FALSE        NA       NA
## 4342      trans_tank            0     FALSE     FALSE        NA       NA
## 4343   Musical_Rando            0     FALSE     FALSE        NA       NA
## 4344       Enamine99            0     FALSE     FALSE        NA       NA
## 4345          jgagec            0     FALSE     FALSE        NA       NA
## 4346     10BOUJEEBOY            0     FALSE     FALSE        NA       NA
## 4347   Musical_Rando            0     FALSE     FALSE        NA       NA
## 4348 SabrinaCamaril5            0     FALSE     FALSE        NA       NA
## 4349     Cookimonter            0     FALSE     FALSE        NA       NA
## 4350    MikeEverest7            0     FALSE     FALSE        NA       NA
## 4351  SilverPandora2            0     FALSE     FALSE        NA       NA
## 4352     RathHorizon            0     FALSE     FALSE        NA       NA
## 4353     01___farina            0     FALSE     FALSE        NA       NA
## 4354       simarinna            0     FALSE     FALSE        NA       NA
## 4355        c6aihtny            0     FALSE     FALSE        NA       NA
## 4356   AlshababRadio            1     FALSE     FALSE        NA       NA
## 4357    cefffylbottt            0     FALSE     FALSE        NA       NA
## 4358  guadalupeob_02            0     FALSE     FALSE        NA       NA
## 4359      marcoapg96            0     FALSE     FALSE        NA       NA
## 4360     krillfluids            0     FALSE     FALSE        NA       NA
## 4361    cefffylbottt            0     FALSE     FALSE        NA       NA
## 4362  guadalupeob_02            0     FALSE     FALSE        NA       NA
## 4363     10BOUJEEBOY            0     FALSE     FALSE        NA       NA
## 4364  girls4annabeth            0     FALSE     FALSE        NA       NA
## 4365   TalhahQureshi            0     FALSE     FALSE        NA       NA
## 4366        GeyserRL            0     FALSE     FALSE        NA       NA
## 4367  guadalupeob_02            0     FALSE     FALSE        NA       NA
## 4368     _usamallama            0     FALSE     FALSE        NA       NA
## 4369   ConnorAaron06            0     FALSE     FALSE        NA       NA
## 4370     turbobakshi            0     FALSE     FALSE        NA       NA
## 4371        TeoNik16            0     FALSE     FALSE        NA       NA
## 4372 SleepColorsCity            0     FALSE     FALSE        NA       NA
## 4373         AysiaMN            0     FALSE     FALSE        NA       NA
## 4374      breakdecks            0     FALSE     FALSE        NA       NA
## 4375    cefffylbottt            0     FALSE     FALSE        NA       NA
## 4376        TeoNik16            0     FALSE     FALSE        NA       NA
## 4377   ConnorAaron06            0     FALSE     FALSE        NA       NA
## 4378       savabagel            0     FALSE     FALSE        NA       NA
## 4379   AmonaMatthias            0     FALSE     FALSE        NA       NA
## 4380 bryansofficiall            0     FALSE     FALSE        NA       NA
## 4381 bryansofficiall            0     FALSE     FALSE        NA       NA
## 4382   ConnorAaron06            0     FALSE     FALSE        NA       NA
## 4383     lexiconsays            0     FALSE     FALSE        NA       NA
## 4384   flowIikewaves            0     FALSE     FALSE        NA       NA
## 4385 bryansofficiall            0     FALSE     FALSE        NA       NA
## 4386       savabagel            0     FALSE     FALSE        NA       NA
## 4387   AThermopolisR            0     FALSE     FALSE        NA       NA
## 4388 ParalelOrcz_ofc            0     FALSE     FALSE        NA       NA
## 4389      stowns1981            0     FALSE     FALSE        NA       NA
## 4390         Bfc_ell            0     FALSE     FALSE        NA       NA
## 4391          Quimnz            0     FALSE     FALSE        NA       NA
## 4392    49daysbefore            0     FALSE     FALSE        NA       NA
## 4393 ParalelOrcz_ofc            0     FALSE     FALSE        NA       NA
## 4394        NotStan5            1     FALSE     FALSE        NA       NA
## 4395   ZackMossMusic            3     FALSE     FALSE        NA       NA
## 4396       DustyKion            0     FALSE     FALSE        NA       NA
## 4397 ParalelOrcz_ofc            0     FALSE     FALSE        NA       NA
## 4398       Nickdekks            0     FALSE     FALSE        NA       NA
## 4399   goodoneoliver            0     FALSE     FALSE        NA       NA
## 4400    alice_hubble            0     FALSE     FALSE        NA       NA
## 4401   Musical_Rando            0     FALSE     FALSE        NA       NA
## 4402        GeyserRL            0     FALSE     FALSE        NA       NA
## 4403    FoxGalaxy511            0     FALSE     FALSE        NA       NA
## 4404        GeyserRL            0     FALSE     FALSE        NA       NA
## 4405  chrispy_kreeme            0     FALSE     FALSE        NA       NA
## 4406 ParalelOrcz_ofc            0     FALSE     FALSE        NA       NA
## 4407       Nickdekks            0     FALSE     FALSE        NA       NA
## 4408        ambyhd12            0     FALSE     FALSE        NA       NA
## 4409      peeyyyyton            0     FALSE     FALSE        NA       NA
## 4410 AnanyaC02818922            3     FALSE     FALSE        NA       NA
## 4411       DustyKion            0     FALSE     FALSE        NA       NA
## 4412         xempyra            0     FALSE     FALSE        NA       NA
## 4413         ManaRBX            0     FALSE     FALSE        NA       NA
## 4414       DustyKion            0     FALSE     FALSE        NA       NA
## 4415      obsidian98            0     FALSE     FALSE        NA       NA
## 4416     abnormalvic            0     FALSE     FALSE        NA       NA
## 4417 hotmilkatlantic            0     FALSE     FALSE        NA       NA
## 4418 mialoui40932197            0     FALSE     FALSE        NA       NA
## 4419    mgc_castaway            0     FALSE     FALSE        NA       NA
## 4420    misscynthiax            0     FALSE     FALSE        NA       NA
## 4421 mialoui40932197            0     FALSE     FALSE        NA       NA
## 4422     DaenysSarah            0     FALSE     FALSE        NA       NA
## 4423    HgMercury200            0     FALSE     FALSE        NA       NA
## 4424      obsidian98            0     FALSE     FALSE        NA       NA
## 4425         ManaRBX            0     FALSE     FALSE        NA       NA
## 4426 aminabi54146383            0     FALSE     FALSE        NA       NA
## 4427          pkmnsp            0     FALSE     FALSE        NA       NA
## 4428    mgc_castaway            0     FALSE     FALSE        NA       NA
## 4429 mialoui40932197            0     FALSE     FALSE        NA       NA
## 4430        MONNCATH            0     FALSE     FALSE        NA       NA
## 4431         ManaRBX            0     FALSE     FALSE        NA       NA
## 4432 exomakemefeelmh            0     FALSE     FALSE        NA       NA
## 4433     tzuweemamaa            0     FALSE     FALSE        NA       NA
## 4434 exomakemefeelmh            0     FALSE     FALSE        NA       NA
## 4435         ManaRBX            0     FALSE     FALSE        NA       NA
## 4436      IsaactPaul            0     FALSE     FALSE        NA       NA
## 4437       starlumas            0     FALSE     FALSE        NA       NA
## 4438    HgMercury200            0     FALSE     FALSE        NA       NA
## 4439      IsaactPaul            0     FALSE     FALSE        NA       NA
## 4440        LilDJcat            0     FALSE     FALSE        NA       NA
## 4441  homicidalbirde            0     FALSE     FALSE        NA       NA
## 4442  sitruspuserrin            0     FALSE     FALSE        NA       NA
## 4443      IsaactPaul            0     FALSE     FALSE        NA       NA
## 4444    feelmypussay            0     FALSE     FALSE        NA       NA
## 4445     sickboyfilm            0     FALSE     FALSE        NA       NA
## 4446    User_potatto            0     FALSE     FALSE        NA       NA
## 4447    carolinextrx            0     FALSE     FALSE        NA       NA
## 4448        LilDJcat            0     FALSE     FALSE        NA       NA
## 4449    QveenHLately            0     FALSE     FALSE        NA       NA
## 4450  micheallemire1            0     FALSE     FALSE        NA       NA
## 4451       Luv_Stray            0     FALSE     FALSE        NA       NA
## 4452    SrcsticSamyy            0     FALSE     FALSE        NA       NA
## 4453    User_potatto            0     FALSE     FALSE        NA       NA
## 4454      GubbyBongo            0     FALSE     FALSE        NA       NA
## 4455      coupspouts            0     FALSE     FALSE        NA       NA
## 4456     nutonemuzic            0     FALSE     FALSE        NA       NA
## 4457    blob_blobby_            0     FALSE     FALSE        NA       NA
## 4458      IsaactPaul            0     FALSE     FALSE        NA       NA
## 4459    sana_fanatic            0     FALSE     FALSE        NA       NA
## 4460      GubbyBongo            0     FALSE     FALSE        NA       NA
## 4461    HgMercury200            0     FALSE     FALSE        NA       NA
## 4462   flowIikewaves            0     FALSE     FALSE        NA       NA
## 4463 Patrick31370308            0     FALSE     FALSE        NA       NA
## 4464      GubbyBongo            0     FALSE     FALSE        NA       NA
## 4465   Jared_Raccoon            0     FALSE     FALSE        NA       NA
## 4466        livmencl            0     FALSE     FALSE        NA       NA
## 4467  micheallemire1            0     FALSE     FALSE        NA       NA
## 4468   Charlietate02            0     FALSE     FALSE        NA       NA
## 4469    HgMercury200            0     FALSE     FALSE        NA       NA
## 4470 SEROTONINSEEKIN            0     FALSE     FALSE        NA       NA
## 4471  torturedshordy            0     FALSE     FALSE        NA       NA
## 4472    jbincircles_            0     FALSE     FALSE        NA       NA
## 4473        ocdalvey            0     FALSE     FALSE        NA       NA
## 4474      GubbyBongo            0     FALSE     FALSE        NA       NA
## 4475      CiaraVodka            0     FALSE     FALSE        NA       NA
## 4476    WitCoDesigns            0     FALSE     FALSE        NA       NA
## 4477    ThisJustIntw            0     FALSE     FALSE        NA       NA
## 4478        kateho85            0     FALSE     FALSE        NA       NA
## 4479   itzbestiebear            1     FALSE     FALSE        NA       NA
## 4480   Jared_Raccoon            0     FALSE     FALSE        NA       NA
## 4481       littleCT5            0     FALSE     FALSE        NA       NA
## 4482   ArnoldsCuelin            0     FALSE     FALSE        NA       NA
## 4483      InverseYrc            0     FALSE     FALSE        NA       NA
## 4484    TheHorizonDX            0     FALSE     FALSE        NA       NA
## 4485   Jared_Raccoon            0     FALSE     FALSE        NA       NA
## 4486   antiherogomez            0     FALSE     FALSE        NA       NA
## 4487   ArnoldsCuelin            0     FALSE     FALSE        NA       NA
## 4488      PhilippaJG            0     FALSE     FALSE        NA       NA
## 4489      MarsShad0w            0     FALSE     FALSE        NA       NA
## 4490      m00ns_baby            0     FALSE     FALSE        NA       NA
## 4491      SeanSolo27            0     FALSE     FALSE        NA       NA
## 4492  charloteaugust            0     FALSE     FALSE        NA       NA
## 4493     GrldNovales            0     FALSE     FALSE        NA       NA
## 4494        lvieblue            0     FALSE     FALSE        NA       NA
## 4495      jesusgworl            0     FALSE     FALSE        NA       NA
## 4496    bisexualmqtt            0     FALSE     FALSE        NA       NA
## 4497   Jared_Raccoon            0     FALSE     FALSE        NA       NA
## 4498    TheHorizonDX            0     FALSE     FALSE        NA       NA
## 4499         maxsztx            0     FALSE     FALSE        NA       NA
## 4500   ArnoldsCuelin            0     FALSE     FALSE        NA       NA
## 4501  charloteaugust            0     FALSE     FALSE        NA       NA
## 4502      iambebefan            0     FALSE     FALSE        NA       NA
## 4503     GrldNovales            0     FALSE     FALSE        NA       NA
## 4504    TheHorizonDX            0     FALSE     FALSE        NA       NA
## 4505  pi3rc3dn1pples            0     FALSE     FALSE        NA       NA
## 4506      lisetweetz            0     FALSE     FALSE        NA       NA
## 4507      jesusgworl            0     FALSE     FALSE        NA       NA
## 4508     quinnnthony            0     FALSE     FALSE        NA       NA
## 4509      iambebefan            0     FALSE     FALSE        NA       NA
## 4510     RblxTracker            1     FALSE     FALSE        NA       NA
## 4511        ivyw1tch            0     FALSE     FALSE        NA       NA
## 4512   ChrisSexyTime            0     FALSE     FALSE        NA       NA
## 4513      JayDaSmiff            0     FALSE     FALSE        NA       NA
## 4514     GrldNovales            0     FALSE     FALSE        NA       NA
## 4515    HgMercury200            0     FALSE     FALSE        NA       NA
## 4516         maxsztx            0     FALSE     FALSE        NA       NA
## 4517       iamgiusee            0     FALSE     FALSE        NA       NA
## 4518        WsgLucid            0     FALSE     FALSE        NA       NA
## 4519   nevillebujang            0     FALSE     FALSE        NA       NA
## 4520 BetterCallSadie            0     FALSE     FALSE        NA       NA
## 4521        LDiolosa            0     FALSE     FALSE        NA       NA
## 4522         r4nched            0     FALSE     FALSE        NA       NA
## 4523  micheallemire1            0     FALSE     FALSE        NA       NA
## 4524      Min__hisui            1     FALSE     FALSE        NA       NA
## 4525          BRU_76            0     FALSE     FALSE        NA       NA
## 4526    FaithLloyd19            0     FALSE     FALSE        NA       NA
## 4527       OnlyMyron            0     FALSE     FALSE        NA       NA
## 4528    topicstories            0     FALSE     FALSE        NA       NA
## 4529     victoriaoa_            0     FALSE     FALSE        NA       NA
## 4530 BetterCallSadie            0     FALSE     FALSE        NA       NA
## 4531      nickhere34            0     FALSE     FALSE        NA       NA
## 4532        Porkadel            0     FALSE     FALSE        NA       NA
## 4533        undead08            0     FALSE     FALSE        NA       NA
## 4534     lodedsoobin            0     FALSE     FALSE        NA       NA
## 4535 ThexAphroditex_            0     FALSE     FALSE        NA       NA
## 4536      nickelkeep            0     FALSE     FALSE        NA       NA
## 4537     victoriaoa_            0     FALSE     FALSE        NA       NA
## 4538         maxsztx            0     FALSE     FALSE        NA       NA
## 4539   flowIikewaves            0     FALSE     FALSE        NA       NA
## 4540       Kennyd345            0     FALSE     FALSE        NA       NA
## 4541      nickelkeep            0     FALSE     FALSE        NA       NA
## 4542  LogieLover0696            0     FALSE     FALSE        NA       NA
## 4543     SandraRmer1            0     FALSE     FALSE        NA       NA
## 4544         omgx3no            0     FALSE     FALSE        NA       NA
## 4545   satanscowgirl            0     FALSE     FALSE        NA       NA
## 4546      nickelkeep            0     FALSE     FALSE        NA       NA
## 4547        kll3b3er            0     FALSE     FALSE        NA       NA
## 4548   FAIRYODDPENlS            0     FALSE     FALSE        NA       NA
## 4549      cbabyyblue            0     FALSE     FALSE        NA       NA
## 4550   flynnriderbff            0     FALSE     FALSE        NA       NA
## 4551       bigiboyon            0     FALSE     FALSE        NA       NA
## 4552       sammmyyyd            0     FALSE     FALSE        NA       NA
## 4553     SandraRmer1            0     FALSE     FALSE        NA       NA
## 4554      cbabyyblue            0     FALSE     FALSE        NA       NA
## 4555        akkermin            0     FALSE     FALSE        NA       NA
## 4556     SandraRmer1            0     FALSE     FALSE        NA       NA
## 4557    indiagrace20            0     FALSE     FALSE        NA       NA
## 4558    Kristoeferrr            0     FALSE     FALSE        NA       NA
## 4559     kkingmarlin            0     FALSE     FALSE        NA       NA
## 4560       OnlyMyron            0     FALSE     FALSE        NA       NA
## 4561       rgemini__            0     FALSE     FALSE        NA       NA
## 4562    oIiviadawson            0     FALSE     FALSE        NA       NA
## 4563      cbabyyblue            0     FALSE     FALSE        NA       NA
## 4564   ryan358428369            0     FALSE     FALSE        NA       NA
## 4565     SandraRmer1            0     FALSE     FALSE        NA       NA
## 4566      nickelkeep            0     FALSE     FALSE        NA       NA
## 4567        akkermin            0     FALSE     FALSE        NA       NA
## 4568     RizzyBeamen            0     FALSE     FALSE        NA       NA
## 4569        akkermin            0     FALSE     FALSE        NA       NA
## 4570      crazymaxwi            0     FALSE     FALSE        NA       NA
## 4571  sisterscqrlett            0     FALSE     FALSE        NA       NA
## 4572 theshoereviews7            0     FALSE     FALSE        NA       NA
## 4573 EllieLennie2491            0     FALSE     FALSE        NA       NA
## 4574        akkermin            0     FALSE     FALSE        NA       NA
## 4575      crazymaxwi            0     FALSE     FALSE        NA       NA
## 4576        vanggukh            0     FALSE     FALSE        NA       NA
## 4577   blackswan_myg            0     FALSE     FALSE        NA       NA
## 4578    ashercrafter            0     FALSE     FALSE        NA       NA
## 4579     zavdontcare            0     FALSE     FALSE        NA       NA
## 4580      crazymaxwi            0     FALSE     FALSE        NA       NA
## 4581   blackswan_myg            0     FALSE     FALSE        NA       NA
## 4582   blackswan_myg            0     FALSE     FALSE        NA       NA
## 4583     StylesMilky           49     FALSE     FALSE        NA       NA
## 4584 theAshutoshDave            0     FALSE     FALSE        NA       NA
## 4585  FunnyBandMusic            0     FALSE     FALSE        NA       NA
## 4586 OyeDanielHutton            1     FALSE     FALSE        NA       NA
## 4587 theAshutoshDave            0     FALSE     FALSE        NA       NA
## 4588     SUMGroup_PK            1     FALSE     FALSE        NA       NA
## 4589       PopokHati            0     FALSE     FALSE        NA       NA
## 4590   JennyRigney11            0     FALSE     FALSE        NA       NA
## 4591   scarl3ttwid0w            0     FALSE     FALSE        NA       NA
## 4592    stupidgirl45            0     FALSE     FALSE        NA       NA
## 4593     JWillSoReal            0     FALSE     FALSE        NA       NA
## 4594  r1ng0s_d34db1t            0     FALSE     FALSE        NA       NA
## 4595    stupidgirl45            0     FALSE     FALSE        NA       NA
## 4596       effigials            0     FALSE     FALSE        NA       NA
## 4597       Bryn69420            0     FALSE     FALSE        NA       NA
## 4598  chiedzawith2ds            0     FALSE     FALSE        NA       NA
## 4599   youwakeupdead            0     FALSE     FALSE        NA       NA
## 4600    PenisEsports            0     FALSE     FALSE        NA       NA
## 4601   youwakeupdead            0     FALSE     FALSE        NA       NA
## 4602    Mlle_Jessica            0     FALSE     FALSE        NA       NA
## 4603    theeseoklace            0     FALSE     FALSE        NA       NA
## 4604   gabeorgabeidk            0     FALSE     FALSE        NA       NA
## 4605 YesIWearBEFNDay            0     FALSE     FALSE        NA       NA
## 4606 carolineroseexe            0     FALSE     FALSE        NA       NA
## 4607    theeseoklace            0     FALSE     FALSE        NA       NA
## 4608         choigrf            0     FALSE     FALSE        NA       NA
## 4609     yoursadboii            0     FALSE     FALSE        NA       NA
## 4610     AngieLaC528            0     FALSE     FALSE        NA       NA
## 4611 carolineroseexe            0     FALSE     FALSE        NA       NA
## 4612    theeseoklace            0     FALSE     FALSE        NA       NA
## 4613        Deffshot            0     FALSE     FALSE        NA       NA
## 4614      rothbourne            0     FALSE     FALSE        NA       NA
## 4615    theeseoklace            0     FALSE     FALSE        NA       NA
## 4616     AngieLaC528            0     FALSE     FALSE        NA       NA
## 4617    solomoonmono            0     FALSE     FALSE        NA       NA
## 4618 carolineroseexe            0     FALSE     FALSE        NA       NA
## 4619 Kenneth_Ekandem            0     FALSE     FALSE        NA       NA
## 4620  leapyearking92            0     FALSE     FALSE        NA       NA
## 4621    JuniorKwasi_            0     FALSE     FALSE        NA       NA
## 4622       b68412537            0     FALSE     FALSE        NA       NA
## 4623        Deffshot            0     FALSE     FALSE        NA       NA
## 4624         defMako            0     FALSE     FALSE        NA       NA
## 4625 carolineroseexe            0     FALSE     FALSE        NA       NA
## 4626     AngieLaC528            0     FALSE     FALSE        NA       NA
## 4627     AnnaTiecken            0     FALSE     FALSE        NA       NA
## 4628       Beyyyyy04            0     FALSE     FALSE        NA       NA
## 4629        Deffshot            0     FALSE     FALSE        NA       NA
## 4630   youwakeupdead            0     FALSE     FALSE        NA       NA
## 4631      rothbourne            0     FALSE     FALSE        NA       NA
## 4632   Rikku_Revenge            0     FALSE     FALSE        NA       NA
## 4633       Beyyyyy04            0     FALSE     FALSE        NA       NA
## 4634     AnnaTiecken            0     FALSE     FALSE        NA       NA
## 4635      rothbourne            0     FALSE     FALSE        NA       NA
## 4636   TrevonSprewer            0     FALSE     FALSE        NA       NA
## 4637    Liz_wildcat5            0     FALSE     FALSE        NA       NA
## 4638        a_elle55            0     FALSE     FALSE        NA       NA
## 4639        Bob4Tide            0     FALSE     FALSE        NA       NA
## 4640        Bob4Tide            0     FALSE     FALSE        NA       NA
## 4641        Bob4Tide            0     FALSE     FALSE        NA       NA
## 4642    BDAstroBaker            0     FALSE     FALSE        NA       NA
## 4643         auxdity            0     FALSE     FALSE        NA       NA
## 4644      ZanAycicek            0     FALSE     FALSE        NA       NA
## 4645      Mintylove0            0     FALSE     FALSE        NA       NA
## 4646         auxdity            0     FALSE     FALSE        NA       NA
## 4647    Liz_wildcat5            0     FALSE     FALSE        NA       NA
## 4648       _BenSolo_            0     FALSE     FALSE        NA       NA
## 4649         auxdity            0     FALSE     FALSE        NA       NA
## 4650    brian1218_bh            0     FALSE     FALSE        NA       NA
## 4651        dottttts            0     FALSE     FALSE        NA       NA
## 4652         auxdity            0     FALSE     FALSE        NA       NA
## 4653        Deffshot            0     FALSE     FALSE        NA       NA
## 4654    Liz_wildcat5            0     FALSE     FALSE        NA       NA
## 4655    glossyangel_            0     FALSE     FALSE        NA       NA
## 4656     Klahasphemy            0     FALSE     FALSE        NA       NA
## 4657       imnasakun            0     FALSE     FALSE        NA       NA
## 4658       Laila5301            0     FALSE     FALSE        NA       NA
## 4659    glossyangel_            0     FALSE     FALSE        NA       NA
## 4660     AnnaTiecken            0     FALSE     FALSE        NA       NA
## 4661       Kjane0696            0     FALSE     FALSE        NA       NA
## 4662        stash211            0     FALSE     FALSE        NA       NA
## 4663   flickerofashe            0     FALSE     FALSE        NA       NA
## 4664         unwoman            2     FALSE     FALSE        NA       NA
## 4665    Mlle_Jessica            0     FALSE     FALSE        NA       NA
## 4666     JedWalker15            0     FALSE     FALSE        NA       NA
## 4667 ilovestevie1234            0     FALSE     FALSE        NA       NA
## 4668      1330PASTOR            0     FALSE     FALSE        NA       NA
## 4669     yoodongists            0     FALSE     FALSE        NA       NA
## 4670   flickerofashe            0     FALSE     FALSE        NA       NA
## 4671        Vickyob8            0     FALSE     FALSE        NA       NA
## 4672      1330PASTOR            0     FALSE     FALSE        NA       NA
## 4673     BenamBarman            0     FALSE     FALSE        NA       NA
## 4674  NonexistentMug            0     FALSE     FALSE        NA       NA
## 4675    Gloria_tpwk_            0     FALSE     FALSE        NA       NA
## 4676       MIRWRAITH            0     FALSE     FALSE        NA       NA
## 4677     heymartinah            0     FALSE     FALSE        NA       NA
## 4678      1330PASTOR            0     FALSE     FALSE        NA       NA
## 4679   Giant06750888            0     FALSE     FALSE        NA       NA
## 4680   christineroad            0     FALSE     FALSE        NA       NA
## 4681    Gloria_tpwk_            0     FALSE     FALSE        NA       NA
## 4682    Gloria_tpwk_            0     FALSE     FALSE        NA       NA
## 4683       vincenbob            0     FALSE     FALSE        NA       NA
## 4684   saadiabalhous            0     FALSE     FALSE        NA       NA
## 4685 QueenGallifreya            0     FALSE     FALSE        NA       NA
## 4686 allweneed0fhell            0     FALSE     FALSE        NA       NA
## 4687      joannie_v2            0     FALSE     FALSE        NA       NA
## 4688    Gloria_tpwk_            0     FALSE     FALSE        NA       NA
## 4689        Vickyob8            0     FALSE     FALSE        NA       NA
## 4690       vincenbob            0     FALSE     FALSE        NA       NA
## 4691  adventureofhan            0     FALSE     FALSE        NA       NA
## 4692 brittanyahlgrim            0     FALSE     FALSE        NA       NA
## 4693     stars4lunch            0     FALSE     FALSE        NA       NA
## 4694     navy4life67            0     FALSE     FALSE        NA       NA
## 4695       vincenbob            0     FALSE     FALSE        NA       NA
## 4696  adventureofhan            0     FALSE     FALSE        NA       NA
## 4697  one_tricky_boi            0     FALSE     FALSE        NA       NA
## 4698    ur1n3troubl3            0     FALSE     FALSE        NA       NA
## 4699      joannie_v2            0     FALSE     FALSE        NA       NA
## 4700  one_tricky_boi            0     FALSE     FALSE        NA       NA
## 4701       vincenbob            0     FALSE     FALSE        NA       NA
## 4702     navy4life67            0     FALSE     FALSE        NA       NA
## 4703  one_tricky_boi            0     FALSE     FALSE        NA       NA
## 4704 Levin2Johnathan            0     FALSE     FALSE        NA       NA
## 4705    sweetenerboo            0     FALSE     FALSE        NA       NA
## 4706     navy4life67            0     FALSE     FALSE        NA       NA
## 4707          BigSto           15     FALSE     FALSE        NA       NA
## 4708 SharonS01831343            0     FALSE     FALSE        NA       NA
## 4709  one_tricky_boi            0     FALSE     FALSE        NA       NA
## 4710        forsiwoo            0     FALSE     FALSE        NA       NA
## 4711     mamanifurro            0     FALSE     FALSE        NA       NA
## 4712        TyDuecce            1     FALSE     FALSE        NA       NA
## 4713         Arkanis            0     FALSE     FALSE        NA       NA
## 4714       KryptLMAO            0     FALSE     FALSE        NA       NA
## 4715       KryptLMAO            0     FALSE     FALSE        NA       NA
## 4716       KryptLMAO            0     FALSE     FALSE        NA       NA
## 4717       KryptLMAO            0     FALSE     FALSE        NA       NA
## 4718        Vickyob8            0     FALSE     FALSE        NA       NA
## 4719   CigarEraRobot            0     FALSE     FALSE        NA       NA
## 4720 flamingogamer15            0     FALSE     FALSE        NA       NA
## 4721   saadiabalhous            0     FALSE     FALSE        NA       NA
## 4722         Arkanis            0     FALSE     FALSE        NA       NA
## 4723      hvyscanlon            0     FALSE     FALSE        NA       NA
## 4724     a4creation1            0     FALSE     FALSE        NA       NA
## 4725         UlyWEST            0     FALSE     FALSE        NA       NA
## 4726 flamingogamer15            0     FALSE     FALSE        NA       NA
## 4727      ksiezyckid            0     FALSE     FALSE        NA       NA
## 4728         Arkanis            0     FALSE     FALSE        NA       NA
## 4729  regularsquidd_            0     FALSE     FALSE        NA       NA
## 4730         UlyWEST            0     FALSE     FALSE        NA       NA
## 4731     QueenStar04            0     FALSE     FALSE        NA       NA
## 4732 flamingogamer15            0     FALSE     FALSE        NA       NA
## 4733     ghostboiv_v            0     FALSE     FALSE        NA       NA
## 4734     FlimsySquid            0     FALSE     FALSE        NA       NA
## 4735    neilgcoleman            0     FALSE     FALSE        NA       NA
## 4736  crookedweasley            0     FALSE     FALSE        NA       NA
## 4737       llaramaia            0     FALSE     FALSE        NA       NA
## 4738 flamingogamer15            0     FALSE     FALSE        NA       NA
## 4739   philstasyszen            0     FALSE     FALSE        NA       NA
## 4740     Tink_Peruna            0     FALSE     FALSE        NA       NA
## 4741         UlyWEST            0     FALSE     FALSE        NA       NA
## 4742    mispayasadas            0     FALSE     FALSE        NA       NA
## 4743     SpotifyNews           91     FALSE     FALSE        NA       NA
## 4744   Billy_Shmurda            0     FALSE     FALSE        NA       NA
## 4745  crookedweasley            0     FALSE     FALSE        NA       NA
## 4746     ghostboiv_v            0     FALSE     FALSE        NA       NA
## 4747    mispayasadas            0     FALSE     FALSE        NA       NA
## 4748   ConnorAaron06            0     FALSE     FALSE        NA       NA
## 4749  crookedweasley            0     FALSE     FALSE        NA       NA
## 4750     ghostboiv_v            0     FALSE     FALSE        NA       NA
## 4751         UlyWEST            0     FALSE     FALSE        NA       NA
## 4752   saadiabalhous            0     FALSE     FALSE        NA       NA
## 4753       llaramaia            0     FALSE     FALSE        NA       NA
## 4754      Fredo_WACK            0     FALSE     FALSE        NA       NA
## 4755       bibistarc            0     FALSE     FALSE        NA       NA
## 4756        samsw1ft            1     FALSE     FALSE        NA       NA
## 4757       ISATHEORY            0     FALSE     FALSE        NA       NA
## 4758     Tink_Peruna            0     FALSE     FALSE        NA       NA
## 4759  crookedweasley            0     FALSE     FALSE        NA       NA
## 4760  CourtneyCorboy            0     FALSE     FALSE        NA       NA
## 4761        samsw1ft            0     FALSE     FALSE        NA       NA
## 4762  NyanDoesStuff_            0     FALSE     FALSE        NA       NA
## 4763       vusketeer            0     FALSE     FALSE        NA       NA
## 4764     Tink_Peruna            0     FALSE     FALSE        NA       NA
## 4765        wahhbahh            0     FALSE     FALSE        NA       NA
## 4766        samsw1ft            0     FALSE     FALSE        NA       NA
## 4767      utdcorey27            0     FALSE     FALSE        NA       NA
## 4768        D00MZJAY            0     FALSE     FALSE        NA       NA
## 4769      bams_eomma            0     FALSE     FALSE        NA       NA
## 4770       llaramaia            0     FALSE     FALSE        NA       NA
## 4771    ThatStanAnna            0     FALSE     FALSE        NA       NA
## 4772        wahhbahh            0     FALSE     FALSE        NA       NA
## 4773        samsw1ft            0     FALSE     FALSE        NA       NA
## 4774  newromantics02            0     FALSE     FALSE        NA       NA
## 4775      sofiaatomo            0     FALSE     FALSE        NA       NA
## 4776     Tink_Peruna            0     FALSE     FALSE        NA       NA
## 4777  TheAlexisKraft            3     FALSE     FALSE        NA       NA
## 4778        wahhbahh            0     FALSE     FALSE        NA       NA
## 4779      packer0519            0     FALSE     FALSE        NA       NA
## 4780      itsrandiii            0     FALSE     FALSE        NA       NA
## 4781      MewnuxWolf            0     FALSE     FALSE        NA       NA
## 4782      bams_eomma            0     FALSE     FALSE        NA       NA
## 4783     blondedzero            0     FALSE     FALSE        NA       NA
## 4784      haniexists            0     FALSE     FALSE        NA       NA
## 4785       Snipermor            0     FALSE     FALSE        NA       NA
## 4786        luisjbi7            0     FALSE     FALSE        NA       NA
## 4787       Snipermor            0     FALSE     FALSE        NA       NA
## 4788      sofiaatomo            0     FALSE     FALSE        NA       NA
## 4789    Selsfavclown            1     FALSE     FALSE        NA       NA
## 4790       Snipermor            0     FALSE     FALSE        NA       NA
## 4791      konorsmind            0     FALSE     FALSE        NA       NA
## 4792        1DSJ8772            0     FALSE     FALSE        NA       NA
## 4793       ifeeIfine            0     FALSE     FALSE        NA       NA
## 4794       GloTuNNa1            0     FALSE     FALSE        NA       NA
## 4795      level94836            0     FALSE     FALSE        NA       NA
## 4796  HStandsForHalo            0     FALSE     FALSE        NA       NA
## 4797 katie_racklyeft            0     FALSE     FALSE        NA       NA
## 4798  FreelanceMocha            0     FALSE     FALSE        NA       NA
## 4799       ifeeIfine            0     FALSE     FALSE        NA       NA
## 4800        1DSJ8772            0     FALSE     FALSE        NA       NA
## 4801  HStandsForHalo            0     FALSE     FALSE        NA       NA
## 4802    genlossrnboo            0     FALSE     FALSE        NA       NA
## 4803    raspbinnie23            0     FALSE     FALSE        NA       NA
## 4804    JesseW8nmbrs            1     FALSE     FALSE        NA       NA
## 4805         Zzquack            0     FALSE     FALSE        NA       NA
## 4806       ifeeIfine            0     FALSE     FALSE        NA       NA
## 4807    raspbinnie23            0     FALSE     FALSE        NA       NA
## 4808      Brotractor            2     FALSE     FALSE        NA       NA
## 4809  mendessingular            0     FALSE     FALSE        NA       NA
## 4810    genlossrnboo            0     FALSE     FALSE        NA       NA
## 4811 katie_racklyeft            0     FALSE     FALSE        NA       NA
## 4812      frannysalv            0     FALSE     FALSE        NA       NA
## 4813    buterasretro            0     FALSE     FALSE        NA       NA
## 4814        1DSJ8772            0     FALSE     FALSE        NA       NA
## 4815   PopRockTeal13            0     FALSE     FALSE        NA       NA
## 4816    raspbinnie23            0     FALSE     FALSE        NA       NA
## 4817         Zzquack            0     FALSE     FALSE        NA       NA
## 4818   bilsredladder            0     FALSE     FALSE        NA       NA
## 4819         m0th0id            0     FALSE     FALSE        NA       NA
## 4820     BrookeAlexx            0     FALSE     FALSE        NA       NA
## 4821    buterasretro            0     FALSE     FALSE        NA       NA
## 4822    ThatStanAnna            0     FALSE     FALSE        NA       NA
## 4823        yunkernt            0     FALSE     FALSE        NA       NA
## 4824 Dani_flower_pow            0     FALSE     FALSE        NA       NA
## 4825    rewiredhanna            0     FALSE     FALSE        NA       NA
## 4826    buterasretro            0     FALSE     FALSE        NA       NA
## 4827    ThatStanAnna            0     FALSE     FALSE        NA       NA
## 4828  SportsDude2222            0     FALSE     FALSE        NA       NA
## 4829    buterasretro            0     FALSE     FALSE        NA       NA
## 4830   geezybeatz145            0     FALSE     FALSE        NA       NA
## 4831  Itsyoualigatie            0     FALSE     FALSE        NA       NA
## 4832   bilsredladder            0     FALSE     FALSE        NA       NA
## 4833  BirthdayCakeFB            1     FALSE     FALSE        NA       NA
## 4834     xogerardine            0     FALSE     FALSE        NA       NA
## 4835          sj_frr            0     FALSE     FALSE        NA       NA
## 4836 PersonOfThePer1            0     FALSE     FALSE        NA       NA
## 4837      cvbinfever            0     FALSE     FALSE        NA       NA
## 4838          __Dxw_            0     FALSE     FALSE        NA       NA
## 4839       lisaaaalm            0     FALSE     FALSE        NA       NA
## 4840 PersonOfThePer1            0     FALSE     FALSE        NA       NA
## 4841      bobbyIemon            0     FALSE     FALSE        NA       NA
## 4842         ThibsGG            0     FALSE     FALSE        NA       NA
## 4843   tiffanylouie_            0     FALSE     FALSE        NA       NA
## 4844       llaramaia            2     FALSE     FALSE        NA       NA
## 4845      bobbyIemon            0     FALSE     FALSE        NA       NA
## 4846  Itsyoualigatie            0     FALSE     FALSE        NA       NA
## 4847  fatherskeleton            0     FALSE     FALSE        NA       NA
## 4848       jpetras22            0     FALSE     FALSE        NA       NA
## 4849      bobbyIemon            0     FALSE     FALSE        NA       NA
## 4850         ThibsGG            0     FALSE     FALSE        NA       NA
## 4851       jpetras22            0     FALSE     FALSE        NA       NA
## 4852        one8amit            0     FALSE     FALSE        NA       NA
## 4853  Itsyoualigatie            0     FALSE     FALSE        NA       NA
## 4854      bobbyIemon            0     FALSE     FALSE        NA       NA
## 4855       okramikey            0     FALSE     FALSE        NA       NA
## 4856  Itsyoualigatie            0     FALSE     FALSE        NA       NA
## 4857        soykiena            0     FALSE     FALSE        NA       NA
## 4858        one8amit            0     FALSE     FALSE        NA       NA
## 4859  MassYoungblood            0     FALSE     FALSE        NA       NA
## 4860        one8amit            0     FALSE     FALSE        NA       NA
## 4861        s8nson1a            0     FALSE     FALSE        NA       NA
## 4862       cococalor            0     FALSE     FALSE        NA       NA
## 4863       DOR_Rogue            0     FALSE     FALSE        NA       NA
## 4864        soykiena            0     FALSE     FALSE        NA       NA
## 4865  cristaldesanti            0     FALSE     FALSE        NA       NA
## 4866  YaelSantiago67            0     FALSE     FALSE        NA       NA
## 4867        soykiena            0     FALSE     FALSE        NA       NA
## 4868   mettatonplush            0     FALSE     FALSE        NA       NA
## 4869      LuchaSpawn            0     FALSE     FALSE        NA       NA
## 4870      nathantwts            0     FALSE     FALSE        NA       NA
## 4871        one8amit            0     FALSE     FALSE        NA       NA
## 4872        SUZUIKUU            0     FALSE     FALSE        NA       NA
## 4873        soykiena            0     FALSE     FALSE        NA       NA
## 4874     loganevolve            0     FALSE     FALSE        NA       NA
## 4875      whatisKiro            0     FALSE     FALSE        NA       NA
## 4876     loganevolve            0     FALSE     FALSE        NA       NA
## 4877   corneater6000            0     FALSE     FALSE        NA       NA
## 4878     loganevolve            0     FALSE     FALSE        NA       NA
## 4879      SsbSalazer            0     FALSE     FALSE        NA       NA
## 4880 CarolinaBonitoS            0     FALSE     FALSE        NA       NA
## 4881        Proleerr            0     FALSE     FALSE        NA       NA
## 4882      THEEMZBLUE            0     FALSE     FALSE        NA       NA
## 4883 CarolinaBonitoS            0     FALSE     FALSE        NA       NA
## 4884   VoltsonTwitch            0     FALSE     FALSE        NA       NA
## 4885      THEEMZBLUE            0     FALSE     FALSE        NA       NA
## 4886 CarolinaBonitoS            0     FALSE     FALSE        NA       NA
## 4887    tospeanuttos            0     FALSE     FALSE        NA       NA
## 4888  mike_from_mike            0     FALSE     FALSE        NA       NA
## 4889     Carlos31789            0     FALSE     FALSE        NA       NA
## 4890      THEEMZBLUE            0     FALSE     FALSE        NA       NA
## 4891        russdire            0     FALSE     FALSE        NA       NA
## 4892 CarolinaBonitoS            0     FALSE     FALSE        NA       NA
## 4893      THEEMZBLUE            0     FALSE     FALSE        NA       NA
## 4894  StrifeMagazine            4     FALSE     FALSE        NA       NA
## 4895    JumpinAdvice            0     FALSE     FALSE        NA       NA
## 4896        russdire            0     FALSE     FALSE        NA       NA
## 4897        Proleerr            0     FALSE     FALSE        NA       NA
## 4898         TGMThal            0     FALSE     FALSE        NA       NA
## 4899  AllHailBuckets            0     FALSE     FALSE        NA       NA
## 4900  MattGrudzinski            0     FALSE     FALSE        NA       NA
## 4901     tacobellcry            0     FALSE     FALSE        NA       NA
## 4902         Orps1xx            0     FALSE     FALSE        NA       NA
## 4903 nasikandaqlover            0     FALSE     FALSE        NA       NA
## 4904        vegsters            0     FALSE     FALSE        NA       NA
## 4905    HaangeeZooee            0     FALSE     FALSE        NA       NA
## 4906       ilyxarson            0     FALSE     FALSE        NA       NA
## 4907   mattyandsteak            0     FALSE     FALSE        NA       NA
## 4908   BestJesster08            0     FALSE     FALSE        NA       NA
## 4909      edsterrock            0     FALSE     FALSE        NA       NA
## 4910      nickelkeep            0     FALSE     FALSE        NA       NA
## 4911     tacobellcry            0     FALSE     FALSE        NA       NA
## 4912   JasmineGonz10            0     FALSE     FALSE        NA       NA
## 4913  OfRoyalLineage            1     FALSE     FALSE        NA       NA
## 4914     xoxoCorinne            0     FALSE     FALSE        NA       NA
## 4915       carorosee            0     FALSE     FALSE        NA       NA
## 4916 sfbayareamovers            0     FALSE     FALSE        NA       NA
## 4917     ariforlife_            0     FALSE     FALSE        NA       NA
## 4918   bronkhandsoap            0     FALSE     FALSE        NA       NA
## 4919     louises1224            3     FALSE     FALSE        NA       NA
## 4920    starliivenom            0     FALSE     FALSE        NA       NA
## 4921        _pcrico_            0     FALSE     FALSE        NA       NA
## 4922    xawkwardandi            0     FALSE     FALSE        NA       NA
## 4923         J_M00R3            0     FALSE     FALSE        NA       NA
## 4924        TomHyoos            1     FALSE     FALSE        NA       NA
## 4925     Maddie4836h            0     FALSE     FALSE        NA       NA
## 4926     geelovesmcr            0     FALSE     FALSE        NA       NA
## 4927 faithinthetommo            0     FALSE     FALSE        NA       NA
## 4928     Maddie4836h            0     FALSE     FALSE        NA       NA
## 4929     geelovesmcr            0     FALSE     FALSE        NA       NA
## 4930       loneknome            0     FALSE     FALSE        NA       NA
## 4931     H3AVENANGEL            0     FALSE     FALSE        NA       NA
## 4932         dollyx9            0     FALSE     FALSE        NA       NA
## 4933     Maddie4836h            0     FALSE     FALSE        NA       NA
## 4934  EduwigesLopezR            0     FALSE     FALSE        NA       NA
## 4935       mgcsvinyI            0     FALSE     FALSE        NA       NA
## 4936 barcaleomessi71            0     FALSE     FALSE        NA       NA
## 4937    NearJeopardy            0     FALSE     FALSE        NA       NA
## 4938    sadshanduhh2            0     FALSE     FALSE        NA       NA
## 4939       mgcsvinyI            0     FALSE     FALSE        NA       NA
## 4940 PitchersDrummer            0     FALSE     FALSE        NA       NA
## 4941     SangeethanM            0     FALSE     FALSE        NA       NA
## 4942      WadeiLLson            0     FALSE     FALSE        NA       NA
## 4943     NaraxGomes_            0     FALSE     FALSE        NA       NA
## 4944     SiegeTheory            0     FALSE     FALSE        NA       NA
## 4945   fixed_surebet            1     FALSE     FALSE        NA       NA
## 4946 Nickrevolution3            0     FALSE     FALSE        NA       NA
## 4947    crystalies__            0     FALSE     FALSE        NA       NA
## 4948 brandonwong1004         9640     FALSE     FALSE        NA       NA
## 4949    JumpinAdvice            0     FALSE     FALSE        NA       NA
## 4950     miupalettez            0     FALSE     FALSE        NA       NA
## 4951      sp1d3rrman            0     FALSE     FALSE        NA       NA
## 4952           Tammy            0     FALSE     FALSE        NA       NA
## 4953      WadeiLLson            0     FALSE     FALSE        NA       NA
## 4954       BerrakBiz            1     FALSE     FALSE        NA       NA
## 4955       ant_headd            0     FALSE     FALSE        NA       NA
## 4956         Celtry1            0     FALSE     FALSE        NA       NA
## 4957      sp1d3rrman            0     FALSE     FALSE        NA       NA
## 4958      WadeiLLson            0     FALSE     FALSE        NA       NA
## 4959     miupalettez            0     FALSE     FALSE        NA       NA
## 4960         haydomj            0     FALSE     FALSE        NA       NA
## 4961          morgxn            0     FALSE     FALSE        NA       NA
## 4962         LouIn22            0     FALSE     FALSE        NA       NA
## 4963       ot4boomer            0     FALSE     FALSE        NA       NA
## 4964     miupalettez            0     FALSE     FALSE        NA       NA
## 4965         RoxyK71            0     FALSE     FALSE        NA       NA
## 4966      brittlynjo            0     FALSE     FALSE        NA       NA
## 4967    milliejanine            0     FALSE     FALSE        NA       NA
## 4968     miupalettez            0     FALSE     FALSE        NA       NA
## 4969   Shadowsofdeed            0     FALSE     FALSE        NA       NA
## 4970         Anas_91            0     FALSE     FALSE        NA       NA
## 4971  EmanuelLopesS2            0     FALSE     FALSE        NA       NA
## 4972      brittlynjo            0     FALSE     FALSE        NA       NA
## 4973  ismael_badarou            0     FALSE     FALSE        NA       NA
## 4974    JumpinAdvice            0     FALSE     FALSE        NA       NA
## 4975       dilemma_x            0     FALSE     FALSE        NA       NA
## 4976         gjannx3            0     FALSE     FALSE        NA       NA
## 4977    prepcoredoug            0     FALSE     FALSE        NA       NA
## 4978       alexes184            0     FALSE     FALSE        NA       NA
## 4979  ismael_badarou            0     FALSE     FALSE        NA       NA
## 4980 preordermilf716            0     FALSE     FALSE        NA       NA
## 4981    finelinehalo            0     FALSE     FALSE        NA       NA
## 4982        xoftbhoy            0     FALSE     FALSE        NA       NA
## 4983   dogsmellsgood            0     FALSE     FALSE        NA       NA
## 4984      brittlynjo            0     FALSE     FALSE        NA       NA
## 4985  imsoooooooogay            0     FALSE     FALSE        NA       NA
## 4986      jennyfurhh            0     FALSE     FALSE        NA       NA
## 4987     TheKwGVenom            0     FALSE     FALSE        NA       NA
## 4988      Ethelispog            0     FALSE     FALSE        NA       NA
## 4989     taystermind            0     FALSE     FALSE        NA       NA
## 4990 Parkers_Kitchen            0     FALSE     FALSE        NA       NA
## 4991      heisqueque            0     FALSE     FALSE        NA       NA
## 4992         varelxo            0     FALSE     FALSE        NA       NA
## 4993        xoftbhoy            0     FALSE     FALSE        NA       NA
## 4994     megadummy87            0     FALSE     FALSE        NA       NA
## 4995    MMASwiftie13            0     FALSE     FALSE        NA       NA
## 4996         Tr3jtor            0     FALSE     FALSE        NA       NA
## 4997     diana_law_1            0     FALSE     FALSE        NA       NA
## 4998    taythearcher            0     FALSE     FALSE        NA       NA
## 4999    MMASwiftie13            0     FALSE     FALSE        NA       NA
## 5000     babybluelex            0     FALSE     FALSE        NA       NA
## 5001     ariiicedtea            0     FALSE     FALSE        NA       NA
## 5002    MMASwiftie13            0     FALSE     FALSE        NA       NA
## 5003      TPWKLove15            0     FALSE     FALSE        NA       NA
## 5004   _greggjameson            0     FALSE     FALSE        NA       NA
## 5005       aslan_ste            0     FALSE     FALSE        NA       NA
## 5006  LifeMusicSound            4     FALSE     FALSE        NA       NA
## 5007     xxlisatje16            0     FALSE     FALSE        NA       NA
## 5008       aslan_ste            0     FALSE     FALSE        NA       NA
## 5009    MMASwiftie13            1     FALSE     FALSE        NA       NA
## 5010     hastings_19            0     FALSE     FALSE        NA       NA
## 5011      TPWKLove15            0     FALSE     FALSE        NA       NA
## 5012       aslan_ste            0     FALSE     FALSE        NA       NA
## 5013   luvfionaapple            0     FALSE     FALSE        NA       NA
## 5014      AgusZapata            0     FALSE     FALSE        NA       NA
## 5015      TPWKLove15            0     FALSE     FALSE        NA       NA
## 5016       aslan_ste            0     FALSE     FALSE        NA       NA
## 5017       elkiey327            0     FALSE     FALSE        NA       NA
## 5018      TPWKLove15            0     FALSE     FALSE        NA       NA
## 5019   timchudakov11            0     FALSE     FALSE        NA       NA
## 5020  scaredtocommit            0     FALSE     FALSE        NA       NA
## 5021     SangeethanM            0     FALSE     FALSE        NA       NA
## 5022         arqtmis            0     FALSE     FALSE        NA       NA
## 5023         Larckye            0     FALSE     FALSE        NA       NA
## 5024      0pOlaTingz            0     FALSE     FALSE        NA       NA
## 5025     giorgioborz            0     FALSE     FALSE        NA       NA
## 5026          bee_84            0     FALSE     FALSE        NA       NA
## 5027       Mar10Kart            0     FALSE     FALSE        NA       NA
## 5028    GeoulioMarin            0     FALSE     FALSE        NA       NA
## 5029      UsmanZuhaa            0     FALSE     FALSE        NA       NA
## 5030      ZanAycicek            0     FALSE     FALSE        NA       NA
## 5031   mateo52491237            0     FALSE     FALSE        NA       NA
## 5032          jyseob            0     FALSE     FALSE        NA       NA
## 5033     giorgioborz            0     FALSE     FALSE        NA       NA
## 5034   Ocean_Pearl09            0     FALSE     FALSE        NA       NA
## 5035   EthanUrbanski            0     FALSE     FALSE        NA       NA
## 5036     giorgioborz            0     FALSE     FALSE        NA       NA
## 5037        prajxfcb            0     FALSE     FALSE        NA       NA
## 5038        luvhopew            0     FALSE     FALSE        NA       NA
## 5039  SweMeatballs78            0     FALSE     FALSE        NA       NA
## 5040 ChuckNo34556584            0     FALSE     FALSE        NA       NA
## 5041   angelogrossi_            0     FALSE     FALSE        NA       NA
## 5042          jyseob            0     FALSE     FALSE        NA       NA
## 5043          jyseob            0     FALSE     FALSE        NA       NA
## 5044     diana_law_1            0     FALSE     FALSE        NA       NA
## 5045        victgab_            0     FALSE     FALSE        NA       NA
## 5046   BLymanWarrior            0     FALSE     FALSE        NA       NA
## 5047 crazy_but_crazy            0     FALSE     FALSE        NA       NA
## 5048     diana_law_1            0     FALSE     FALSE        NA       NA
## 5049       ghostzbur            0     FALSE     FALSE        NA       NA
## 5050        prajxfcb            0     FALSE     FALSE        NA       NA
## 5051        victgab_            0     FALSE     FALSE        NA       NA
## 5052     diana_law_1            0     FALSE     FALSE        NA       NA
## 5053          jyseob            0     FALSE     FALSE        NA       NA
## 5054       thasubean            0     FALSE     FALSE        NA       NA
## 5055        prajxfcb            0     FALSE     FALSE        NA       NA
## 5056        victgab_            0     FALSE     FALSE        NA       NA
## 5057   Addyforselena            0     FALSE     FALSE        NA       NA
## 5058     Stuleveller            0     FALSE     FALSE        NA       NA
## 5059        UrLuvJ0Y            0     FALSE     FALSE        NA       NA
## 5060          znftna            0     FALSE     FALSE        NA       NA
## 5061        victgab_            0     FALSE     FALSE        NA       NA
## 5062      Specsavers            2     FALSE     FALSE        NA       NA
## 5063      breezlebit            0     FALSE     FALSE        NA       NA
## 5064        cononbon            0     FALSE     FALSE        NA       NA
## 5065  MarvinSoldier1            0     FALSE     FALSE        NA       NA
## 5066        SUZUIKUU            0     FALSE     FALSE        NA       NA
## 5067      oncein20lt            0     FALSE     FALSE        NA       NA
## 5068    JumpinAdvice            0     FALSE     FALSE        NA       NA
## 5069      Cilla_mena            0     FALSE     FALSE        NA       NA
## 5070       dhiasyaf_            0     FALSE     FALSE        NA       NA
## 5071       IAMACROBA            0     FALSE     FALSE        NA       NA
## 5072 AaronOfTheSkies            0     FALSE     FALSE        NA       NA
## 5073      a_marie803            0     FALSE     FALSE        NA       NA
## 5074 Bp_Ruletheworld            0     FALSE     FALSE        NA       NA
## 5075    sugarmoonhes            0     FALSE     FALSE        NA       NA
## 5076 ohschittpatrick            0     FALSE     FALSE        NA       NA
## 5077 flamingogamer15            0     FALSE     FALSE        NA       NA
## 5078     mmericdesem            0     FALSE     FALSE        NA       NA
## 5079    sugarmoonhes            0     FALSE     FALSE        NA       NA
## 5080         snakezv            0     FALSE     FALSE        NA       NA
## 5081   JuliaMorales3            0     FALSE     FALSE        NA       NA
## 5082 Bp_Ruletheworld            0     FALSE     FALSE        NA       NA
## 5083   joof_official            0     FALSE     FALSE        NA       NA
## 5084        anaaaii_            0     FALSE     FALSE        NA       NA
## 5085        matt_nid            0     FALSE     FALSE        NA       NA
## 5086 Bp_Ruletheworld            0     FALSE     FALSE        NA       NA
## 5087 sparekidneymaam            0     FALSE     FALSE        NA       NA
## 5088       BustedFTL            0     FALSE     FALSE        NA       NA
## 5089    sugarmoonhes            0     FALSE     FALSE        NA       NA
## 5090     AntaaBaaaka            0     FALSE     FALSE        NA       NA
## 5091   highbury_ryan            0     FALSE     FALSE        NA       NA
## 5092       deccoroma            0     FALSE     FALSE        NA       NA
## 5093       m4rl0nnnn            0     FALSE     FALSE        NA       NA
## 5094 unseriously_ang            1     FALSE     FALSE        NA       NA
## 5095 sparekidneymaam            0     FALSE     FALSE        NA       NA
## 5096   ronnyparedess            0     FALSE     FALSE        NA       NA
## 5097   trostdistrict            0     FALSE     FALSE        NA       NA
## 5098       AyuenBiar            0     FALSE     FALSE        NA       NA
## 5099   trostdistrict            0     FALSE     FALSE        NA       NA
## 5100   trostdistrict            0     FALSE     FALSE        NA       NA
## 5101  channelblonddd            0     FALSE     FALSE        NA       NA
## 5102       bleuhstry            0     FALSE     FALSE        NA       NA
## 5103     TOONYGOONYY            0     FALSE     FALSE        NA       NA
## 5104       AyuenBiar            0     FALSE     FALSE        NA       NA
## 5105   smhjacqueline            0     FALSE     FALSE        NA       NA
## 5106     serein_sara            0     FALSE     FALSE        NA       NA
## 5107     TOONYGOONYY            0     FALSE     FALSE        NA       NA
## 5108     girlwtheaxe            0     FALSE     FALSE        NA       NA
## 5109   Duchess_Woody            0     FALSE     FALSE        NA       NA
## 5110       AyuenBiar            0     FALSE     FALSE        NA       NA
## 5111     TOONYGOONYY            0     FALSE     FALSE        NA       NA
## 5112     serein_sara            0     FALSE     FALSE        NA       NA
## 5113     girlwtheaxe            0     FALSE     FALSE        NA       NA
## 5114        gwsnasty            0     FALSE     FALSE        NA       NA
## 5115  jimjimhasfleas            0     FALSE     FALSE        NA       NA
## 5116     girlwtheaxe            0     FALSE     FALSE        NA       NA
## 5117      hobibobi24            0     FALSE     FALSE        NA       NA
## 5118  waldorfcomplex            0     FALSE     FALSE        NA       NA
## 5119       AyuenBiar            0     FALSE     FALSE        NA       NA
## 5120        Phillu96            0     FALSE     FALSE        NA       NA
## 5121   camprockqueen            0     FALSE     FALSE        NA       NA
## 5122         LouIn22            0     FALSE     FALSE        NA       NA
## 5123     serein_sara            0     FALSE     FALSE        NA       NA
## 5124         taedh28            0     FALSE     FALSE        NA       NA
## 5125     Its_NoGenre            0     FALSE     FALSE        NA       NA
## 5126     tauruskelIs            0     FALSE     FALSE        NA       NA
## 5127     Tomato_Jam6            0     FALSE     FALSE        NA       NA
## 5128      zachzeaman            0     FALSE     FALSE        NA       NA
## 5129     chaserwoodz            0     FALSE     FALSE        NA       NA
## 5130     iameduard20            0     FALSE     FALSE        NA       NA
## 5131          svtwrn            0     FALSE     FALSE        NA       NA
## 5132 lucybluofficial            2     FALSE     FALSE        NA       NA
## 5133     KEEPDRlVING            0     FALSE     FALSE        NA       NA
## 5134        Phillu96            0     FALSE     FALSE        NA       NA
## 5135          svtwrn            0     FALSE     FALSE        NA       NA
## 5136    Carlos_jmt99            0     FALSE     FALSE        NA       NA
## 5137     chaserwoodz            0     FALSE     FALSE        NA       NA
## 5138        brktrend            0     FALSE     FALSE        NA       NA
## 5139  justastargirl9            0     FALSE     FALSE        NA       NA
## 5140 musicislife2342            0     FALSE     FALSE        NA       NA
## 5141     serein_sara            0     FALSE     FALSE        NA       NA
## 5142         taedh28            0     FALSE     FALSE        NA       NA
## 5143      esalextric            0     FALSE     FALSE        NA       NA
## 5144  bad_gal_rennan            0     FALSE     FALSE        NA       NA
## 5145        Phillu96            0     FALSE     FALSE        NA       NA
## 5146     ChopShopChi            0     FALSE     FALSE        NA       NA
## 5147     chaserwoodz            0     FALSE     FALSE        NA       NA
## 5148    dreamofkarIa            2     FALSE     FALSE        NA       NA
## 5149       mvance980            0     FALSE     FALSE        NA       NA
## 5150 bree_brendahope            0     FALSE     FALSE        NA       NA
## 5151     Dwizzle2021            0     FALSE     FALSE        NA       NA
## 5152      marthaskzz            0     FALSE     FALSE        NA       NA
## 5153  AshishRChauhan            0     FALSE     FALSE        NA       NA
## 5154         rnbtomi            5     FALSE     FALSE        NA       NA
## 5155     Dwizzle2021            0     FALSE     FALSE        NA       NA
## 5156     surrealhaze            0     FALSE     FALSE        NA       NA
## 5157  justastargirl9            0     FALSE     FALSE        NA       NA
## 5158        Phillu96            0     FALSE     FALSE        NA       NA
## 5159    ShnizelInBag            0     FALSE     FALSE        NA       NA
## 5160      imfranci13            0     FALSE     FALSE        NA       NA
## 5161  Namjoonbug1138            1     FALSE     FALSE        NA       NA
## 5162        Shazi087            5     FALSE     FALSE        NA       NA
## 5163  taylorsbobatea            0     FALSE     FALSE        NA       NA
## 5164      imfranci13            0     FALSE     FALSE        NA       NA
## 5165 certifieduzistn            0     FALSE     FALSE        NA       NA
## 5166     Dwizzle2021            0     FALSE     FALSE        NA       NA
## 5167   JoEyTanThaMan            1     FALSE     FALSE        NA       NA
## 5168      imfranci13            0     FALSE     FALSE        NA       NA
## 5169      mini_van__            0     FALSE     FALSE        NA       NA
## 5170   redrobinriley            0     FALSE     FALSE        NA       NA
## 5171  waldorfcomplex            0     FALSE     FALSE        NA       NA
## 5172        wildrift           11     FALSE     FALSE        NA       NA
## 5173          onoyop            0     FALSE     FALSE        NA       NA
## 5174       BettyLS27            0     FALSE     FALSE        NA       NA
## 5175    kevinmarrerx            0     FALSE     FALSE        NA       NA
## 5176    totallymills            0     FALSE     FALSE        NA       NA
## 5177        YesUrDad            0     FALSE     FALSE        NA       NA
## 5178      xo_gusTaV0            1     FALSE     FALSE        NA       NA
## 5179         aujulon            0     FALSE     FALSE        NA       NA
## 5180  itsbillie4ever            0     FALSE     FALSE        NA       NA
## 5181        YesUrDad            0     FALSE     FALSE        NA       NA
## 5182        luvXchuu            0     FALSE     FALSE        NA       NA
## 5183   polarizedchan            0     FALSE     FALSE        NA       NA
## 5184        YesUrDad            0     FALSE     FALSE        NA       NA
## 5185         aujulon            0     FALSE     FALSE        NA       NA
## 5186       BettyLS27            0     FALSE     FALSE        NA       NA
## 5187      lunawoona2            0     FALSE     FALSE        NA       NA
## 5188        YesUrDad            0     FALSE     FALSE        NA       NA
## 5189 Number1ErenStan            0     FALSE     FALSE        NA       NA
## 5190  _flores_tweets            0     FALSE     FALSE        NA       NA
## 5191   matache_elena            0     FALSE     FALSE        NA       NA
## 5192       BettyLS27            0     FALSE     FALSE        NA       NA
## 5193        HannaBec            0     FALSE     FALSE        NA       NA
## 5194       moxieknox            0     FALSE     FALSE        NA       NA
## 5195   JamesMillyard            0     FALSE     FALSE        NA       NA
## 5196         aujulon            0     FALSE     FALSE        NA       NA
## 5197  SonaKitnaSonaa            0     FALSE     FALSE        NA       NA
## 5198      demoisland            0     FALSE     FALSE        NA       NA
## 5199        whatflix            0     FALSE     FALSE        NA       NA
## 5200      demoisland            0     FALSE     FALSE        NA       NA
## 5201   JamesMillyard            0     FALSE     FALSE        NA       NA
## 5202         amalwtf            3     FALSE     FALSE        NA       NA
## 5203        ilyGingr            0     FALSE     FALSE        NA       NA
## 5204  Jackson_Harris            1     FALSE     FALSE        NA       NA
## 5205  _flores_tweets            0     FALSE     FALSE        NA       NA
## 5206   JamesMillyard            0     FALSE     FALSE        NA       NA
## 5207        ilyGingr            0     FALSE     FALSE        NA       NA
## 5208   JamesMillyard            0     FALSE     FALSE        NA       NA
## 5209        luvXchuu            0     FALSE     FALSE        NA       NA
## 5210  _flores_tweets            0     FALSE     FALSE        NA       NA
## 5211   fleabagin221b            0     FALSE     FALSE        NA       NA
## 5212     neverlinkko            0     FALSE     FALSE        NA       NA
## 5213    daveoracle01            0     FALSE     FALSE        NA       NA
## 5214  _flores_tweets            0     FALSE     FALSE        NA       NA
## 5215   matt_meowmeow            0     FALSE     FALSE        NA       NA
## 5216   babysatelIite            0     FALSE     FALSE        NA       NA
## 5217        luvXchuu            0     FALSE     FALSE        NA       NA
## 5218        ilyGingr            0     FALSE     FALSE        NA       NA
## 5219 plutosupremacy0            0     FALSE     FALSE        NA       NA
## 5220    feeIingwoozy            0     FALSE     FALSE        NA       NA
## 5221       dxndelinz            0     FALSE     FALSE        NA       NA
## 5222   matt_meowmeow            0     FALSE     FALSE        NA       NA
## 5223        luvXchuu            0     FALSE     FALSE        NA       NA
## 5224       deleytons            0     FALSE     FALSE        NA       NA
## 5225     imshuhaib18            0     FALSE     FALSE        NA       NA
## 5226   matt_meowmeow            0     FALSE     FALSE        NA       NA
## 5227    prior_parker            0     FALSE     FALSE        NA       NA
## 5228   Angie_Bouvier            0     FALSE     FALSE        NA       NA
## 5229       shunsuiri            0     FALSE     FALSE        NA       NA
## 5230  demolovers4evr            0     FALSE     FALSE        NA       NA
## 5231      77741L3777            0     FALSE     FALSE        NA       NA
## 5232       deleytons            0     FALSE     FALSE        NA       NA
## 5233   matt_meowmeow            0     FALSE     FALSE        NA       NA
## 5234        SamESTXX            0     FALSE     FALSE        NA       NA
## 5235  demolovers4evr            0     FALSE     FALSE        NA       NA
## 5236 chaosthechemist            0     FALSE     FALSE        NA       NA
## 5237        mar_ee_n            0     FALSE     FALSE        NA       NA
## 5238   thedompodcast            1     FALSE     FALSE        NA       NA
## 5239         anujdog            0     FALSE     FALSE        NA       NA
## 5240       Evvrrmore            0     FALSE     FALSE        NA       NA
## 5241      _itgirlkai            0     FALSE     FALSE        NA       NA
## 5242       Evvrrmore            0     FALSE     FALSE        NA       NA
## 5243      ferra_fond            0     FALSE     FALSE        NA       NA
## 5244      IAmKinetik            0     FALSE     FALSE        NA       NA
## 5245        JomiBT21            0     FALSE     FALSE        NA       NA
## 5246      ferra_fond            0     FALSE     FALSE        NA       NA
## 5247         hafsawk            0     FALSE     FALSE        NA       NA
## 5248       Evvrrmore            0     FALSE     FALSE        NA       NA
## 5249        mar_ee_n            0     FALSE     FALSE        NA       NA
## 5250    susmitha_519            0     FALSE     FALSE        NA       NA
## 5251    TomMauchline            0     FALSE     FALSE        NA       NA
## 5252    irwin_angel5            0     FALSE     FALSE        NA       NA
## 5253 venturewithlani            0     FALSE     FALSE        NA       NA
## 5254      ferra_fond            0     FALSE     FALSE        NA       NA
## 5255      zeroyorke_            0     FALSE     FALSE        NA       NA
## 5256     glowspinkss            0     FALSE     FALSE        NA       NA
## 5257    luckyjessey1            0     FALSE     FALSE        NA       NA
## 5258      ferra_fond            0     FALSE     FALSE        NA       NA
## 5259     btrsnewdemo            0     FALSE     FALSE        NA       NA
## 5260        mar_ee_n            0     FALSE     FALSE        NA       NA
## 5261    irwin_angel5            0     FALSE     FALSE        NA       NA
## 5262    Bobtheukguy1            0     FALSE     FALSE        NA       NA
## 5263 Ariel_Silva2013            0     FALSE     FALSE        NA       NA
## 5264    morgan990912            0     FALSE     FALSE        NA       NA
## 5265           S7OUS            0     FALSE     FALSE        NA       NA
## 5266        cassatem            0     FALSE     FALSE        NA       NA
## 5267     ashlynn1420            0     FALSE     FALSE        NA       NA
## 5268      90120fairy            0     FALSE     FALSE        NA       NA
## 5269        mar_ee_n            0     FALSE     FALSE        NA       NA
## 5270    bansheeirosa            0     FALSE     FALSE        NA       NA
## 5271       Aaistruly            0     FALSE     FALSE        NA       NA
## 5272    bansheeirosa            0     FALSE     FALSE        NA       NA
## 5273      90120fairy            0     FALSE     FALSE        NA       NA
## 5274    bansheeirosa            0     FALSE     FALSE        NA       NA
## 5275   minsungshiner            0     FALSE     FALSE        NA       NA
## 5276     reptaylor__            0     FALSE     FALSE        NA       NA
## 5277      Krangsbody            0     FALSE     FALSE        NA       NA
## 5278   Based_Cardian            0     FALSE     FALSE        NA       NA
## 5279        terryb0i            0     FALSE     FALSE        NA       NA
## 5280      samsterp18            0     FALSE     FALSE        NA       NA
## 5281   minsungshiner            0     FALSE     FALSE        NA       NA
## 5282       Bunnuunuu            0     FALSE     FALSE        NA       NA
## 5283 sikntiiiiiiired            0     FALSE     FALSE        NA       NA
## 5284    adharabanana            0     FALSE     FALSE        NA       NA
## 5285   minsungshiner            0     FALSE     FALSE        NA       NA
## 5286      Krangsbody            0     FALSE     FALSE        NA       NA
## 5287    Saralpfamily            0     FALSE     FALSE        NA       NA
## 5288      mirkopecis            0     FALSE     FALSE        NA       NA
## 5289 sikntiiiiiiired            0     FALSE     FALSE        NA       NA
## 5290    CorduroyLane            0     FALSE     FALSE        NA       NA
## 5291    adharabanana            0     FALSE     FALSE        NA       NA
## 5292  LISARINNAMANDM            0     FALSE     FALSE        NA       NA
## 5293       Aaistruly            0     FALSE     FALSE        NA       NA
## 5294      samsterp18            0     FALSE     FALSE        NA       NA
## 5295        jawsavfc            0     FALSE     FALSE        NA       NA
## 5296    Harolddamnit            0     FALSE     FALSE        NA       NA
## 5297   frank92546075            0     FALSE     FALSE        NA       NA
## 5298      Krangsbody            0     FALSE     FALSE        NA       NA
## 5299         Tazmad7            0     FALSE     FALSE        NA       NA
## 5300      Krangsbody            0     FALSE     FALSE        NA       NA
## 5301     nomadicblur            0     FALSE     FALSE        NA       NA
## 5302     3xiledGamer            0     FALSE     FALSE        NA       NA
## 5303 bekindorbequie2            1     FALSE     FALSE        NA       NA
## 5304        Hiddanas            0     FALSE     FALSE        NA       NA
## 5305     tzuweemamaa            0     FALSE     FALSE        NA       NA
## 5306 underabigbould1            0     FALSE     FALSE        NA       NA
## 5307          0daawn            0     FALSE     FALSE        NA       NA
## 5308    TheMaxxStorm            0     FALSE     FALSE        NA       NA
## 5309     SWesterbeck            0     FALSE     FALSE        NA       NA
## 5310    KileyKrueger            0     FALSE     FALSE        NA       NA
## 5311        C00PIERE            0     FALSE     FALSE        NA       NA
## 5312     hauntedskye            1     FALSE     FALSE        NA       NA
## 5313   brownsugarrry            0     FALSE     FALSE        NA       NA
## 5314       brookiefr            0     FALSE     FALSE        NA       NA
## 5315 duckmakesthings            0     FALSE     FALSE        NA       NA
## 5316  mateoojimenezz            0     FALSE     FALSE        NA       NA
## 5317 KevinSa14803791            0     FALSE     FALSE        NA       NA
## 5318   VotingIsLocal            4     FALSE     FALSE        NA       NA
## 5319  paupaviabieber            0     FALSE     FALSE        NA       NA
## 5320 KevinSa14803791            0     FALSE     FALSE        NA       NA
## 5321    SwiftieDisco            0     FALSE     FALSE        NA       NA
## 5322         evron44            0     FALSE     FALSE        NA       NA
## 5323   brownsugarrry            0     FALSE     FALSE        NA       NA
## 5324 childerolandusa            0     FALSE     FALSE        NA       NA
## 5325    troy_warren_            0     FALSE     FALSE        NA       NA
## 5326 KevinSa14803791            0     FALSE     FALSE        NA       NA
## 5327    ssalsaolivia            0     FALSE     FALSE        NA       NA
## 5328        C00PIERE            0     FALSE     FALSE        NA       NA
## 5329  cherrystyles_8            0     FALSE     FALSE        NA       NA
## 5330    ssalsaolivia            0     FALSE     FALSE        NA       NA
## 5331   _maddieperez_            0     FALSE     FALSE        NA       NA
## 5332    lucas_nojosa            0     FALSE     FALSE        NA       NA
## 5333       frogc0ric            0     FALSE     FALSE        NA       NA
## 5334    ssalsaolivia            0     FALSE     FALSE        NA       NA
## 5335   chasingbodies            0     FALSE     FALSE        NA       NA
## 5336  Bluebarracks26            0     FALSE     FALSE        NA       NA
## 5337       Mawrk0902            0     FALSE     FALSE        NA       NA
## 5338    SwiftieDisco            0     FALSE     FALSE        NA       NA
## 5339     Nico_Neko14            0     FALSE     FALSE        NA       NA
## 5340   PawsUp_Taiwan            2     FALSE     FALSE        NA       NA
## 5341  manthansingh09            0     FALSE     FALSE        NA       NA
## 5342    DJDODEMDRUGS            0     FALSE     FALSE        NA       NA
## 5343        ZenZooma            0     FALSE     FALSE        NA       NA
## 5344       tk1sharma            0     FALSE     FALSE        NA       NA
## 5345       frogc0ric            0     FALSE     FALSE        NA       NA
## 5346         _heInik            0     FALSE     FALSE        NA       NA
## 5347     kccloud1107            0     FALSE     FALSE        NA       NA
## 5348    JumpinAdvice            0     FALSE     FALSE        NA       NA
## 5349        zemessai            0     FALSE     FALSE        NA       NA
## 5350     Tashas_Spot            0     FALSE     FALSE        NA       NA
## 5351 childerolandusa            0     FALSE     FALSE        NA       NA
## 5352       frogc0ric            0     FALSE     FALSE        NA       NA
## 5353    kingfIorence            0     FALSE     FALSE        NA       NA
## 5354    gloomywalrus            0     FALSE     FALSE        NA       NA
## 5355   starlessvigil            0     FALSE     FALSE        NA       NA
## 5356      JonaSoto23            0     FALSE     FALSE        NA       NA
## 5357        C00PIERE            0     FALSE     FALSE        NA       NA
## 5358       frogc0ric            0     FALSE     FALSE        NA       NA
## 5359    ducks_celina            0     FALSE     FALSE        NA       NA
## 5360    chuuveswxrld            0     FALSE     FALSE        NA       NA
## 5361    kingfIorence            1     FALSE     FALSE        NA       NA
## 5362   Riley81146126            0     FALSE     FALSE        NA       NA
## 5363    gloomywalrus            0     FALSE     FALSE        NA       NA
## 5364   Riley81146126            0     FALSE     FALSE        NA       NA
## 5365 creative_carrah            0     FALSE     FALSE        NA       NA
## 5366   Riley81146126            0     FALSE     FALSE        NA       NA
## 5367    kingfIorence            0     FALSE     FALSE        NA       NA
## 5368       murderize            0     FALSE     FALSE        NA       NA
## 5369    ducks_celina            0     FALSE     FALSE        NA       NA
## 5370     emerald_4ce            0     FALSE     FALSE        NA       NA
## 5371     hyunjiness_            0     FALSE     FALSE        NA       NA
## 5372        mogenee_            0     FALSE     FALSE        NA       NA
## 5373    ducks_celina            0     FALSE     FALSE        NA       NA
## 5374    gloomywalrus            0     FALSE     FALSE        NA       NA
## 5375        C00PIERE            0     FALSE     FALSE        NA       NA
## 5376    chuuveswxrld            0     FALSE     FALSE        NA       NA
## 5377         swttrep            0     FALSE     FALSE        NA       NA
## 5378 KataclysticLive            0     FALSE     FALSE        NA       NA
## 5379    ducks_celina            0     FALSE     FALSE        NA       NA
## 5380     RoselineS15            0     FALSE     FALSE        NA       NA
## 5381    adampamartin            0     FALSE     FALSE        NA       NA
## 5382         swttrep            0     FALSE     FALSE        NA       NA
## 5383      roanother1            0     FALSE     FALSE        NA       NA
## 5384        B2Bniche            0     FALSE     FALSE        NA       NA
## 5385   Fatimarhaliyu            0     FALSE     FALSE        NA       NA
## 5386   sh0ppingcart7            0     FALSE     FALSE        NA       NA
## 5387      aliolivaqx            0     FALSE     FALSE        NA       NA
## 5388         swttrep            0     FALSE     FALSE        NA       NA
## 5389       ecokeecko            0     FALSE     FALSE        NA       NA
## 5390   sh0ppingcart7            0     FALSE     FALSE        NA       NA
## 5391     emerald_4ce            0     FALSE     FALSE        NA       NA
## 5392          777ggk            0     FALSE     FALSE        NA       NA
## 5393    rubysletters            0     FALSE     FALSE        NA       NA
## 5394   AngelGonza234            0     FALSE     FALSE        NA       NA
## 5395     RoselineS15            0     FALSE     FALSE        NA       NA
## 5396      bintcrubbs            0     FALSE     FALSE        NA       NA
## 5397      DistrokidR            0     FALSE     FALSE        NA       NA
## 5398          777ggk            0     FALSE     FALSE        NA       NA
## 5399          777ggk            0     FALSE     FALSE        NA       NA
## 5400     emerald_4ce            0     FALSE     FALSE        NA       NA
## 5401     ryujibonkin            0     FALSE     FALSE        NA       NA
## 5402     taylorpylex            0     FALSE     FALSE        NA       NA
## 5403     RoselineS15            0     FALSE     FALSE        NA       NA
## 5404   avigilantebit            0     FALSE     FALSE        NA       NA
## 5405        cryoshia            0     FALSE     FALSE        NA       NA
## 5406        cryoshia            0     FALSE     FALSE        NA       NA
## 5407    lafave_katie            0     FALSE     FALSE        NA       NA
## 5408   avigilantebit            0     FALSE     FALSE        NA       NA
## 5409       jubiesims            0     FALSE     FALSE        NA       NA
## 5410        AshlyGfx            0     FALSE     FALSE        NA       NA
## 5411   HannahJonesUU            0     FALSE     FALSE        NA       NA
## 5412        cryoshia            0     FALSE     FALSE        NA       NA
## 5413   avigilantebit            0     FALSE     FALSE        NA       NA
## 5414     RobLariceJr            0     FALSE     FALSE        NA       NA
## 5415       swift4gnf            0     FALSE     FALSE        NA       NA
## 5416      madimasako            0     FALSE     FALSE        NA       NA
## 5417     RoselineS15            0     FALSE     FALSE        NA       NA
## 5418 JuicyxChocolate            0     FALSE     FALSE        NA       NA
## 5419        speaaknw            0     FALSE     FALSE        NA       NA
## 5420   Shakespearoes            0     FALSE     FALSE        NA       NA
## 5421         r3pluvr            0     FALSE     FALSE        NA       NA
## 5422   _carloscrespo            0     FALSE     FALSE        NA       NA
## 5423      manuelle06            1     FALSE     FALSE        NA       NA
## 5424      poke_siter            0     FALSE     FALSE        NA       NA
## 5425        weaner43            0     FALSE     FALSE        NA       NA
## 5426       JColRaper            0     FALSE     FALSE        NA       NA
## 5427         erocxel            0     FALSE     FALSE        NA       NA
## 5428  HitThemRycepss            1     FALSE     FALSE        NA       NA
## 5429       TomFHydes            0     FALSE     FALSE        NA       NA
## 5430     theangryang            0     FALSE     FALSE        NA       NA
## 5431     TechScout10            0     FALSE     FALSE        NA       NA
## 5432 neptunestardust            0     FALSE     FALSE        NA       NA
## 5433    Lauracoder12            1     FALSE     FALSE        NA       NA
## 5434   migrainegoner            0     FALSE     FALSE        NA       NA
## 5435     fairyofpoop            0     FALSE     FALSE        NA       NA
## 5436   seven_itseven            0     FALSE     FALSE        NA       NA
## 5437     YaBoyAkshar            1     FALSE     FALSE        NA       NA
## 5438     RoselineS15            0     FALSE     FALSE        NA       NA
## 5439     shroomslive            0     FALSE     FALSE        NA       NA
## 5440   seven_itseven            0     FALSE     FALSE        NA       NA
## 5441  TwillDistilled            0     FALSE     FALSE        NA       NA
## 5442    cakeofsodomy            0     FALSE     FALSE        NA       NA
## 5443  breathineilish            0     FALSE     FALSE        NA       NA
## 5444   Imrulkayes100            0     FALSE     FALSE        NA       NA
## 5445   migrainegoner            2     FALSE     FALSE        NA       NA
## 5446   seven_itseven            0     FALSE     FALSE        NA       NA
## 5447     RoselineS15            0     FALSE     FALSE        NA       NA
## 5448   summersun4evr            0     FALSE     FALSE        NA       NA
## 5449      davidcaba_            0     FALSE     FALSE        NA       NA
## 5450      ZanAycicek            0     FALSE     FALSE        NA       NA
## 5451        ganzw1en            0     FALSE     FALSE        NA       NA
## 5452        ptvlt666            0     FALSE     FALSE        NA       NA
## 5453        ganzw1en            0     FALSE     FALSE        NA       NA
## 5454 especiallyavery            0     FALSE     FALSE        NA       NA
## 5455        speashos            0     FALSE     FALSE        NA       NA
## 5456      waoyfswift            0     FALSE     FALSE        NA       NA
## 5457     RoselineS15            0     FALSE     FALSE        NA       NA
## 5458 Bluebelldigital            1     FALSE     FALSE        NA       NA
## 5459   EvermoreWitch            0     FALSE     FALSE        NA       NA
## 5460      davidcaba_            0     FALSE     FALSE        NA       NA
## 5461   EvermoreWitch            0     FALSE     FALSE        NA       NA
## 5462     RoselineS15            0     FALSE     FALSE        NA       NA
## 5463 griffith_lorisa            0     FALSE     FALSE        NA       NA
## 5464      ZeBadmedic            0     FALSE     FALSE        NA       NA
## 5465     RoselineS15            0     FALSE     FALSE        NA       NA
## 5466 funniestphemale            0     FALSE     FALSE        NA       NA
## 5467    E_Teezey1286            0     FALSE     FALSE        NA       NA
## 5468 dennisnjuki2018            0     FALSE     FALSE        NA       NA
## 5469   EvermoreWitch            0     FALSE     FALSE        NA       NA
## 5470     V3g4punk123            0     FALSE     FALSE        NA       NA
## 5471 griffith_lorisa            0     FALSE     FALSE        NA       NA
## 5472   Olivias_livie            0     FALSE     FALSE        NA       NA
## 5473       tuneestan            0     FALSE     FALSE        NA       NA
## 5474    luckyjessey1            0     FALSE     FALSE        NA       NA
## 5475        VSlaylor            0     FALSE     FALSE        NA       NA
## 5476    mickey_smash            0     FALSE     FALSE        NA       NA
## 5477       letterxci            1     FALSE     FALSE        NA       NA
## 5478       tannywuff            0     FALSE     FALSE        NA       NA
## 5479       tuneestan            0     FALSE     FALSE        NA       NA
## 5480    hannahhmarch            0     FALSE     FALSE        NA       NA
## 5481        Dvann562            0     FALSE     FALSE        NA       NA
## 5482    luckyjessey1            0     FALSE     FALSE        NA       NA
## 5483         shlieut            0     FALSE     FALSE        NA       NA
## 5484     RoselineS15            0     FALSE     FALSE        NA       NA
## 5485  leefelixsblkgf            0     FALSE     FALSE        NA       NA
## 5486          beqmed            0     FALSE     FALSE        NA       NA
## 5487   BigheadCarrol            0     FALSE     FALSE        NA       NA
## 5488         shlieut            0     FALSE     FALSE        NA       NA
## 5489         shlieut            0     FALSE     FALSE        NA       NA
## 5490          beqmed            0     FALSE     FALSE        NA       NA
## 5491         shlieut            0     FALSE     FALSE        NA       NA
## 5492   satirerevived            0     FALSE     FALSE        NA       NA
## 5493    luckyjessey1            0     FALSE     FALSE        NA       NA
## 5494       LuLu_9496            0     FALSE     FALSE        NA       NA
## 5495     BrokeBoyCal            0     FALSE     FALSE        NA       NA
## 5496     Alastorsart           53     FALSE     FALSE        NA       NA
## 5497        jawsavfc            0     FALSE     FALSE        NA       NA
## 5498    AnthonyLWolf            0     FALSE     FALSE        NA       NA
## 5499   tahtinenrandy            0     FALSE     FALSE        NA       NA
## 5500   DungeonGlitch            0     FALSE     FALSE        NA       NA
## 5501         ojanshu            0     FALSE     FALSE        NA       NA
## 5502        maddy_h_            0     FALSE     FALSE        NA       NA
## 5503      6asmaskTTV            0     FALSE     FALSE        NA       NA
## 5504    facuu_correa            0     FALSE     FALSE        NA       NA
## 5505       viejamina            0     FALSE     FALSE        NA       NA
## 5506      Ariesone96            0     FALSE     FALSE        NA       NA
## 5507         ayyonce            0     FALSE     FALSE        NA       NA
## 5508   BigheadCarrol            0     FALSE     FALSE        NA       NA
## 5509        geekykoo            0     FALSE     FALSE        NA       NA
## 5510  QueenieMoet412            0     FALSE     FALSE        NA       NA
## 5511    overmestella            3     FALSE     FALSE        NA       NA
## 5512    luckyjessey1            0     FALSE     FALSE        NA       NA
## 5513   BigheadCarrol            0     FALSE     FALSE        NA       NA
## 5514         aryxari            0     FALSE     FALSE        NA       NA
## 5515    SofiaNight21            0     FALSE     FALSE        NA       NA
## 5516     prc__roblox            0     FALSE     FALSE        NA       NA
## 5517   MansiDave0409            0     FALSE     FALSE        NA       NA
## 5518 Patrick31370308            0     FALSE     FALSE        NA       NA
## 5519    kelseyyyannx            0     FALSE     FALSE        NA       NA
## 5520   BigheadCarrol            0     FALSE     FALSE        NA       NA
## 5521    ethanmedler_            0     FALSE     FALSE        NA       NA
## 5522   laurakristen_            0     FALSE     FALSE        NA       NA
## 5523     RoselineS15            0     FALSE     FALSE        NA       NA
## 5524         Yaro_b_            0     FALSE     FALSE        NA       NA
## 5525        EvsNieli            0     FALSE     FALSE        NA       NA
## 5526      Poulami_dp            0     FALSE     FALSE        NA       NA
## 5527     icky__nikki            0     FALSE     FALSE        NA       NA
## 5528     kingfromqns            1     FALSE     FALSE        NA       NA
## 5529       yetismall            0     FALSE     FALSE        NA       NA
## 5530        EvsNieli            0     FALSE     FALSE        NA       NA
## 5531        EvsNieli            0     FALSE     FALSE        NA       NA
## 5532      Takuday_OW            0     FALSE     FALSE        NA       NA
## 5533     AaronDenius            0     FALSE     FALSE        NA       NA
## 5534      Poulami_dp            0     FALSE     FALSE        NA       NA
## 5535  emilycantwell_            0     FALSE     FALSE        NA       NA
## 5536    RobinBaum143            0     FALSE     FALSE        NA       NA
## 5537  iamnotinkansas            0     FALSE     FALSE        NA       NA
## 5538     RoselineS15            0     FALSE     FALSE        NA       NA
## 5539      Poulami_dp            0     FALSE     FALSE        NA       NA
## 5540         IWK2GK5            0     FALSE     FALSE        NA       NA
## 5541 Sarthak61511357            0     FALSE     FALSE        NA       NA
## 5542      Poulami_dp            0     FALSE     FALSE        NA       NA
## 5543  emilycantwell_            0     FALSE     FALSE        NA       NA
## 5544      Takuday_OW            0     FALSE     FALSE        NA       NA
## 5545  __yxgxmilighto            0     FALSE     FALSE        NA       NA
## 5546     applicable_            0     FALSE     FALSE        NA       NA
## 5547     lulaamaya__            0     FALSE     FALSE        NA       NA
## 5548    southpawwolf            0     FALSE     FALSE        NA       NA
## 5549      MillyGoats            2     FALSE     FALSE        NA       NA
## 5550 sakshishukla489            0     FALSE     FALSE        NA       NA
## 5551     RoselineS15            0     FALSE     FALSE        NA       NA
## 5552      Takuday_OW            0     FALSE     FALSE        NA       NA
## 5553       skadoople            0     FALSE     FALSE        NA       NA
## 5554    southpawwolf            0     FALSE     FALSE        NA       NA
## 5555  ForbiddenDisco            0     FALSE     FALSE        NA       NA
## 5556     ITSDKARTIER            0     FALSE     FALSE        NA       NA
## 5557    peace2dahood            0     FALSE     FALSE        NA       NA
## 5558   rohini_wagh77            0     FALSE     FALSE        NA       NA
## 5559     linnaesheng            0     FALSE     FALSE        NA       NA
## 5560         FoParty            0     FALSE     FALSE        NA       NA
## 5561    Glasgow_Live            0     FALSE     FALSE        NA       NA
## 5562        hann_mcg            0     FALSE     FALSE        NA       NA
## 5563   NMCSOfficial1            0     FALSE     FALSE        NA       NA
## 5564       Tania120m            0     FALSE     FALSE        NA       NA
## 5565     RoselineS15            0     FALSE     FALSE        NA       NA
## 5566       Ntlombe_S            0     FALSE     FALSE        NA       NA
## 5567         Maaabby            0     FALSE     FALSE        NA       NA
## 5568        ariskyy_            0     FALSE     FALSE        NA       NA
## 5569       Brexito26            0     FALSE     FALSE        NA       NA
## 5570       esprit15d            0     FALSE     FALSE        NA       NA
## 5571  LeolloOfficial            0     FALSE     FALSE        NA       NA
## 5572   melodramarain            0     FALSE     FALSE        NA       NA
## 5573       joesnicky            0     FALSE     FALSE        NA       NA
## 5574        boyish07            0     FALSE     FALSE        NA       NA
## 5575  LeolloOfficial            0     FALSE     FALSE        NA       NA
## 5576      doodles829            0     FALSE     FALSE        NA       NA
## 5577      heymanthan            0     FALSE     FALSE        NA       NA
## 5578     aureumsimia            0     FALSE     FALSE        NA       NA
## 5579     RoselineS15            0     FALSE     FALSE        NA       NA
## 5580       Brexito26            0     FALSE     FALSE        NA       NA
## 5581  LeolloOfficial            0     FALSE     FALSE        NA       NA
## 5582       ororealty            0     FALSE     FALSE        NA       NA
## 5583        boyish07            0     FALSE     FALSE        NA       NA
## 5584   melodramarain            0     FALSE     FALSE        NA       NA
## 5585  badsadandmad_x            0     FALSE     FALSE        NA       NA
## 5586  LeolloOfficial            0     FALSE     FALSE        NA       NA
## 5587   DARLINGDABEST            0     FALSE     FALSE        NA       NA
## 5588   JerryBoKnowz_            2     FALSE     FALSE        NA       NA
## 5589     loveyoujoss            0     FALSE     FALSE        NA       NA
## 5590     orangecrocs            0     FALSE     FALSE        NA       NA
## 5591 sanrioskullz999            0     FALSE     FALSE        NA       NA
## 5592        boyish07            0     FALSE     FALSE        NA       NA
## 5593     pushpinbird            0     FALSE     FALSE        NA       NA
## 5594 LosMerengues_14            1     FALSE     FALSE        NA       NA
## 5595   melodramarain            0     FALSE     FALSE        NA       NA
## 5596     Team_Amdrew            0     FALSE     FALSE        NA       NA
## 5597   DARLINGDABEST            0     FALSE     FALSE        NA       NA
## 5598     yuhitzme810            0     FALSE     FALSE        NA       NA
## 5599         popbuzz            1     FALSE     FALSE        NA       NA
## 5600        DevComp_            0     FALSE     FALSE        NA       NA
## 5601   journo_sophie            0     FALSE     FALSE        NA       NA
## 5602   DARLINGDABEST            0     FALSE     FALSE        NA       NA
## 5603   wonderofshawn            0     FALSE     FALSE        NA       NA
## 5604      doodles829            0     FALSE     FALSE        NA       NA
## 5605 iluvkirstyb1975            0     FALSE     FALSE        NA       NA
## 5606     mileyzdrive            0     FALSE     FALSE        NA       NA
## 5607   melodramarain            0     FALSE     FALSE        NA       NA
## 5608      Phantom3zz            2     FALSE     FALSE        NA       NA
## 5609       BanambaYT            0     FALSE     FALSE        NA       NA
## 5610       irisnotok            0     FALSE     FALSE        NA       NA
## 5611  eleventndoctor            0     FALSE     FALSE        NA       NA
## 5612   nandos_fan123            0     FALSE     FALSE        NA       NA
## 5613  noodlescompany            1     FALSE     FALSE        NA       NA
## 5614         zrjaved            0     FALSE     FALSE        NA       NA
## 5615       irisnotok            0     FALSE     FALSE        NA       NA
## 5616     r753_rfw753            0     FALSE     FALSE        NA       NA
## 5617  theteainpotato            0     FALSE     FALSE        NA       NA
## 5618  eleventndoctor            0     FALSE     FALSE        NA       NA
## 5619        imRockey            0     FALSE     FALSE        NA       NA
## 5620        CC_Razer            0     FALSE     FALSE        NA       NA
## 5621         Poplel_            0     FALSE     FALSE        NA       NA
## 5622        CC_Razer            0     FALSE     FALSE        NA       NA
## 5623   rrendezzvvous            0     FALSE     FALSE        NA       NA
## 5624 DgeeChamberlain            1     FALSE     FALSE        NA       NA
## 5625     yoinksplonk            0     FALSE     FALSE        NA       NA
## 5626  eleventndoctor            0     FALSE     FALSE        NA       NA
## 5627 LukeH_icanteven            0     FALSE     FALSE        NA       NA
## 5628    ThommoAndrew            0     FALSE     FALSE        NA       NA
## 5629 glugglugglugglu            0     FALSE     FALSE        NA       NA
## 5630   pappysheedlwe            0     FALSE     FALSE        NA       NA
## 5631     loveyoujoss            0     FALSE     FALSE        NA       NA
## 5632        MorayDad            0     FALSE     FALSE        NA       NA
## 5633   hamsatheninth            0     FALSE     FALSE        NA       NA
## 5634         wjf____            0     FALSE     FALSE        NA       NA
## 5635     healingcari            0     FALSE     FALSE        NA       NA
## 5636       Lonchavic            0     FALSE     FALSE        NA       NA
## 5637    madtractions            0     FALSE     FALSE        NA       NA
## 5638     loveyoujoss            0     FALSE     FALSE        NA       NA
## 5639     healingcari            0     FALSE     FALSE        NA       NA
## 5640   Malsoma_Royte            0     FALSE     FALSE        NA       NA
## 5641       ghazouf97            0     FALSE     FALSE        NA       NA
## 5642    madtractions            0     FALSE     FALSE        NA       NA
## 5643     RoselineS15            0     FALSE     FALSE        NA       NA
## 5644        whuikiss            0     FALSE     FALSE        NA       NA
## 5645    madtractions            0     FALSE     FALSE        NA       NA
## 5646    teejay_rukky            0     FALSE     FALSE        NA       NA
## 5647     pau13_swift            0     FALSE     FALSE        NA       NA
## 5648  Captinknuckels            0     FALSE     FALSE        NA       NA
## 5649   ChemistHealth            0     FALSE     FALSE        NA       NA
## 5650       flwrrxboy            0     FALSE     FALSE        NA       NA
## 5651          deft18            0     FALSE     FALSE        NA       NA
## 5652          jdd1k3            0     FALSE     FALSE        NA       NA
## 5653      ElderIsaak            0     FALSE     FALSE        NA       NA
## 5654       shirecrow            0     FALSE     FALSE        NA       NA
## 5655   PHANT0MTHIEVE            0     FALSE     FALSE        NA       NA
## 5656   Juanitoooo004            0     FALSE     FALSE        NA       NA
## 5657      shakypubco            0     FALSE     FALSE        NA       NA
## 5658   AdeliadeShine            0     FALSE     FALSE        NA       NA
## 5659      ElderIsaak            0     FALSE     FALSE        NA       NA
## 5660   PlayzRednight            0     FALSE     FALSE        NA       NA
## 5661          biiksr            0     FALSE     FALSE        NA       NA
## 5662   PlayzRednight            0     FALSE     FALSE        NA       NA
## 5663          jdd1k3            0     FALSE     FALSE        NA       NA
## 5664      eddiediiaz           11     FALSE     FALSE        NA       NA
## 5665   PlayzRednight            0     FALSE     FALSE        NA       NA
## 5666         VexxXt_            0     FALSE     FALSE        NA       NA
## 5667 nikita__ramirez            0     FALSE     FALSE        NA       NA
## 5668    onikarevenge            0     FALSE     FALSE        NA       NA
## 5669   PlayzRednight            0     FALSE     FALSE        NA       NA
## 5670        artplugg            0     FALSE     FALSE        NA       NA
## 5671        bngh8016            0     FALSE     FALSE        NA       NA
## 5672  Virac0chaTweet            0     FALSE     FALSE        NA       NA
## 5673  Lizbeth_Meza95            0     FALSE     FALSE        NA       NA
## 5674   Nelly_Jelly07            0     FALSE     FALSE        NA       NA
## 5675     krispie1103            0     FALSE     FALSE        NA       NA
## 5676   Juanitoooo004            0     FALSE     FALSE        NA       NA
## 5677       brutalxim            0     FALSE     FALSE        NA       NA
## 5678 AsthaGu60674407            0     FALSE     FALSE        NA       NA
## 5679 MellowScotJulia            0     FALSE     FALSE        NA       NA
## 5680    andromustdie            0     FALSE     FALSE        NA       NA
## 5681   blueberrymoss            0     FALSE     FALSE        NA       NA
## 5682  _badcontestant            0     FALSE     FALSE        NA       NA
## 5683       brutalxim            0     FALSE     FALSE        NA       NA
## 5684   OutdoorsAlexa            3     FALSE     FALSE        NA       NA
## 5685       _artsyari            0     FALSE     FALSE        NA       NA
## 5686       brutalxim            0     FALSE     FALSE        NA       NA
## 5687       drliemann            0     FALSE     FALSE        NA       NA
## 5688         bugenji            0     FALSE     FALSE        NA       NA
## 5689          jdd1k3            0     FALSE     FALSE        NA       NA
## 5690  Lizbeth_Meza95            0     FALSE     FALSE        NA       NA
## 5691    mistahjamess            0     FALSE     FALSE        NA       NA
## 5692        sonaroha            0     FALSE     FALSE        NA       NA
## 5693        sonaroha            0     FALSE     FALSE        NA       NA
## 5694    chiamamiPino            0     FALSE     FALSE        NA       NA
## 5695        giuuloon            0     FALSE     FALSE        NA       NA
## 5696     sunflowersv            0     FALSE     FALSE        NA       NA
## 5697     sunflowersv            0     FALSE     FALSE        NA       NA
## 5698      ohMyG00och            0     FALSE     FALSE        NA       NA
## 5699      oluwa_faro            0     FALSE     FALSE        NA       NA
## 5700  Lizbeth_Meza95            0     FALSE     FALSE        NA       NA
## 5701        sonaroha            0     FALSE     FALSE        NA       NA
## 5702     sunflowersv            0     FALSE     FALSE        NA       NA
## 5703    chiamamiPino            0     FALSE     FALSE        NA       NA
## 5704  onedaylonglive            0     FALSE     FALSE        NA       NA
## 5705 disgruntledtofu            0     FALSE     FALSE        NA       NA
## 5706     sunflowersv            0     FALSE     FALSE        NA       NA
## 5707     MarcoWatts_            0     FALSE     FALSE        NA       NA
## 5708     kayoshi_dev            0     FALSE     FALSE        NA       NA
## 5709    mistahjamess            0     FALSE     FALSE        NA       NA
## 5710       itsmeljel            0     FALSE     FALSE        NA       NA
## 5711  faith_in_louis            0     FALSE     FALSE        NA       NA
## 5712        theo7509            0     FALSE     FALSE        NA       NA
## 5713     FOLINY_ARMY            0     FALSE     FALSE        NA       NA
## 5714       Kyberry32            0     FALSE     FALSE        NA       NA
## 5715      HeroicSide            0     FALSE     FALSE        NA       NA
## 5716   KathleenMHill            0     FALSE     FALSE        NA       NA
## 5717        soitis__            0     FALSE     FALSE        NA       NA
## 5718   peachysxnrise            0     FALSE     FALSE        NA       NA
## 5719 nicetohaveswift            0     FALSE     FALSE        NA       NA
## 5720   flaherty22891            0     FALSE     FALSE        NA       NA
## 5721       putzolutz            0     FALSE     FALSE        NA       NA
## 5722   peachysxnrise            0     FALSE     FALSE        NA       NA
## 5723  FeelinYourself            0     FALSE     FALSE        NA       NA
## 5724       imdumbfr_            0     FALSE     FALSE        NA       NA
## 5725       exhalevro            0     FALSE     FALSE        NA       NA
## 5726   peachysxnrise            0     FALSE     FALSE        NA       NA
## 5727   sucker4greedy            0     FALSE     FALSE        NA       NA
## 5728   AbdulRehmen_1            0     FALSE     FALSE        NA       NA
## 5729     yallgurlfer            0     FALSE     FALSE        NA       NA
## 5730         2cents_            0     FALSE     FALSE        NA       NA
## 5731       shirecrow            0     FALSE     FALSE        NA       NA
## 5732  AngelT_Edwards            0     FALSE     FALSE        NA       NA
## 5733     FOLINY_ARMY            0     FALSE     FALSE        NA       NA
## 5734    ColbyLindsay            0     FALSE     FALSE        NA       NA
## 5735    goodluckbeer            0     FALSE     FALSE        NA       NA
## 5736  FeelinYourself            0     FALSE     FALSE        NA       NA
## 5737       saintnivk            0     FALSE     FALSE        NA       NA
## 5738  Loveiloandmilo            0     FALSE     FALSE        NA       NA
## 5739   flaherty22891            0     FALSE     FALSE        NA       NA
## 5740       mishachu3            0     FALSE     FALSE        NA       NA
## 5741   ntinanotf0und            0     FALSE     FALSE        NA       NA
## 5742 simplyycornelia            0     FALSE     FALSE        NA       NA
## 5743   elsabelamaren            0     FALSE     FALSE        NA       NA
## 5744 ouraniablossoms            0     FALSE     FALSE        NA       NA
## 5745      czambrotto            0     FALSE     FALSE        NA       NA
## 5746   peachysxnrise            0     FALSE     FALSE        NA       NA
## 5747   elsabelamaren            0     FALSE     FALSE        NA       NA
## 5748          nthlni            0     FALSE     FALSE        NA       NA
## 5749 LaCamilazaRemix            0     FALSE     FALSE        NA       NA
## 5750    squid_roblox            0     FALSE     FALSE        NA       NA
## 5751     djwinterman            0     FALSE     FALSE        NA       NA
## 5752   lapisdevelops            0     FALSE     FALSE        NA       NA
## 5753   elsabelamaren            0     FALSE     FALSE        NA       NA
## 5754     FOLINY_ARMY            0     FALSE     FALSE        NA       NA
## 5755    squid_roblox            0     FALSE     FALSE        NA       NA
## 5756       Drip_komi            1     FALSE     FALSE        NA       NA
## 5757   flaherty22891            0     FALSE     FALSE        NA       NA
## 5758    squid_roblox            0     FALSE     FALSE        NA       NA
## 5759   lapisdevelops            0     FALSE     FALSE        NA       NA
## 5760    squid_roblox            0     FALSE     FALSE        NA       NA
## 5761       wtfmoura1            0     FALSE     FALSE        NA       NA
## 5762  __SourCandy___            0     FALSE     FALSE        NA       NA
## 5763   lapisdevelops            0     FALSE     FALSE        NA       NA
## 5764     JalisaSnell            0     FALSE     FALSE        NA       NA
## 5765   flaherty22891            0     FALSE     FALSE        NA       NA
## 5766     erikm0nster            1     FALSE     FALSE        NA       NA
## 5767       wtfmoura1            0     FALSE     FALSE        NA       NA
## 5768       jandralee            0     FALSE     FALSE        NA       NA
## 5769    goldendaae23            0     FALSE     FALSE        NA       NA
## 5770     LiaMichelle            0     FALSE     FALSE        NA       NA
## 5771      houseofari            0     FALSE     FALSE        NA       NA
## 5772  Loveiloandmilo            0     FALSE     FALSE        NA       NA
## 5773       wtfmoura1            0     FALSE     FALSE        NA       NA
## 5774        tyderail            0     FALSE     FALSE        NA       NA
## 5775  Loveiloandmilo            0     FALSE     FALSE        NA       NA
## 5776    CorduroyLane            0     FALSE     FALSE        NA       NA
## 5777    mistahjamess            0     FALSE     FALSE        NA       NA
## 5778     VindiTweets            0     FALSE     FALSE        NA       NA
## 5779        edeniseg            0     FALSE     FALSE        NA       NA
## 5780  Loveiloandmilo            0     FALSE     FALSE        NA       NA
## 5781         xtrnall            0     FALSE     FALSE        NA       NA
## 5782  ItsJosiePosiee            1     FALSE     FALSE        NA       NA
## 5783         xtrnall            0     FALSE     FALSE        NA       NA
## 5784     AlexParody3            0     FALSE     FALSE        NA       NA
## 5785         xtrnall            0     FALSE     FALSE        NA       NA
## 5786  RyanHorror1998            0     FALSE     FALSE        NA       NA
## 5787         ACHlUWA            0     FALSE     FALSE        NA       NA
## 5788         xtrnall            0     FALSE     FALSE        NA       NA
## 5789     vanessitarv            0     FALSE     FALSE        NA       NA
## 5790  Chanwooisbabie            0     FALSE     FALSE        NA       NA
## 5791        edeniseg            0     FALSE     FALSE        NA       NA
## 5792  RyanHorror1998            0     FALSE     FALSE        NA       NA
## 5793 BenjaminGCooper            4     FALSE     FALSE        NA       NA
## 5794 williamsIsaia16            0     FALSE     FALSE        NA       NA
## 5795     X100PreBeno            0     FALSE     FALSE        NA       NA
## 5796       MemedMeat            0     FALSE     FALSE        NA       NA
## 5797           F1Emz            0     FALSE     FALSE        NA       NA
## 5798 MatheusVersian5            0     FALSE     FALSE        NA       NA
## 5799 JumplinkTechhub            0     FALSE     FALSE        NA       NA
## 5800        tyderail            0     FALSE     FALSE        NA       NA
## 5801         indstu7            0     FALSE     FALSE        NA       NA
## 5802        edeniseg            0     FALSE     FALSE        NA       NA
## 5803 Cristin25558525           28     FALSE     FALSE        NA       NA
## 5804 ohmygod81844174            0     FALSE     FALSE        NA       NA
## 5805 RealFrancisPort            0     FALSE     FALSE        NA       NA
## 5806     youremymymy            0     FALSE     FALSE        NA       NA
## 5807           F1Emz            0     FALSE     FALSE        NA       NA
## 5808        Ryana427            0     FALSE     FALSE        NA       NA
## 5809           F1Emz            0     FALSE     FALSE        NA       NA
## 5810   thesleeperart            0     FALSE     FALSE        NA       NA
## 5811   thesleeperart            0     FALSE     FALSE        NA       NA
## 5812          cxrize            0     FALSE     FALSE        NA       NA
## 5813      iquitenian            0     FALSE     FALSE        NA       NA
## 5814          cxrize            0     FALSE     FALSE        NA       NA
## 5815 DanielM39398089            0     FALSE     FALSE        NA       NA
## 5816   thesleeperart            0     FALSE     FALSE        NA       NA
## 5817  ASouth_African            1     FALSE     FALSE        NA       NA
## 5818    AprilCrook18            0     FALSE     FALSE        NA       NA
## 5819       mukhershd            0     FALSE     FALSE        NA       NA
## 5820    BoiSenseless            0     FALSE     FALSE        NA       NA
## 5821          cxrize            0     FALSE     FALSE        NA       NA
## 5822   thesleeperart            0     FALSE     FALSE        NA       NA
## 5823      kanekisIut            0     FALSE     FALSE        NA       NA
## 5824    AprilCrook18            0     FALSE     FALSE        NA       NA
## 5825  Moonlight_Herr            0     FALSE     FALSE        NA       NA
## 5826    AprilCrook18            0     FALSE     FALSE        NA       NA
## 5827           jmbwr            0     FALSE     FALSE        NA       NA
## 5828 dennisnjuki2018            0     FALSE     FALSE        NA       NA
## 5829         Maimdp_            0     FALSE     FALSE        NA       NA
## 5830       jkrenebae            0     FALSE     FALSE        NA       NA
## 5831     youremymymy            0     FALSE     FALSE        NA       NA
## 5832      gloomjenos            0     FALSE     FALSE        NA       NA
## 5833      burkayshn1            0     FALSE     FALSE        NA       NA
## 5834  Moonlight_Herr            0     FALSE     FALSE        NA       NA
## 5835     YrnlonnieYt            0     FALSE     FALSE        NA       NA
## 5836  battle_reviews            0     FALSE     FALSE        NA       NA
## 5837    ayokasystems            0     FALSE     FALSE        NA       NA
## 5838        AmoahCFC            0     FALSE     FALSE        NA       NA
## 5839       jkrenebae            0     FALSE     FALSE        NA       NA
## 5840     leehannie08            0     FALSE     FALSE        NA       NA
## 5841         Maimdp_            1     FALSE     FALSE        NA       NA
## 5842 ROLLINSxMESSIAH            0     FALSE     FALSE        NA       NA
## 5843    1975ruinedme            0     FALSE     FALSE        NA       NA
## 5844          Favanr            0     FALSE     FALSE        NA       NA
## 5845       EZBreezyT            0     FALSE     FALSE        NA       NA
## 5846  battle_reviews            0     FALSE     FALSE        NA       NA
## 5847     leehannie08            0     FALSE     FALSE        NA       NA
## 5848 BanditsInsider_            0     FALSE     FALSE        NA       NA
## 5849       octowhat2            0     FALSE     FALSE        NA       NA
## 5850   forgetmenot49            0     FALSE     FALSE        NA       NA
## 5851 ROLLINSxMESSIAH            0     FALSE     FALSE        NA       NA
## 5852     youremymymy            0     FALSE     FALSE        NA       NA
## 5853  MochaWilliams9            0     FALSE     FALSE        NA       NA
## 5854 usernimmtestief            0     FALSE     FALSE        NA       NA
## 5855 Daniela53946522            0     FALSE     FALSE        NA       NA
## 5856       tiffnic06            0     FALSE     FALSE        NA       NA
## 5857         godfree            0     FALSE     FALSE        NA       NA
## 5858     leehannie08            0     FALSE     FALSE        NA       NA
## 5859       solacesyk            0     FALSE     FALSE        NA       NA
## 5860 m_thompson_0506            0     FALSE     FALSE        NA       NA
## 5861 ROLLINSxMESSIAH            0     FALSE     FALSE        NA       NA
## 5862     isiforshort            0     FALSE     FALSE        NA       NA
## 5863     youremymymy            0     FALSE     FALSE        NA       NA
## 5864  MochaWilliams9            0     FALSE     FALSE        NA       NA
## 5865 ROLLINSxMESSIAH            0     FALSE     FALSE        NA       NA
## 5866     JaysmokesZa            0     FALSE     FALSE        NA       NA
## 5867   heartlifeshin            0     FALSE     FALSE        NA       NA
## 5868       GaneshDGN            1     FALSE     FALSE        NA       NA
## 5869      hiheyitsmk            0     FALSE     FALSE        NA       NA
## 5870       tiffnic06            0     FALSE     FALSE        NA       NA
## 5871  battle_reviews            0     FALSE     FALSE        NA       NA
## 5872       jkrenebae            0     FALSE     FALSE        NA       NA
## 5873      lilmzfenty            0     FALSE     FALSE        NA       NA
## 5874  amireallyhimfr            1     FALSE     FALSE        NA       NA
## 5875      hiheyitsmk            0     FALSE     FALSE        NA       NA
## 5876     Sararose12_            0     FALSE     FALSE        NA       NA
## 5877     khalid_jiya            0     FALSE     FALSE        NA       NA
## 5878      hiheyitsmk            0     FALSE     FALSE        NA       NA
## 5879     SpookyKing0            0     FALSE     FALSE        NA       NA
## 5880     khalid_jiya            0     FALSE     FALSE        NA       NA
## 5881       tiffnic06            0     FALSE     FALSE        NA       NA
## 5882     fairislerry            0     FALSE     FALSE        NA       NA
##         Created_At_Round
## 1    2022-11-29 00:00:00
## 2    2022-11-29 00:00:00
## 3    2022-11-29 00:00:00
## 4    2022-11-29 00:00:00
## 5    2022-11-29 00:00:00
## 6    2022-11-29 00:00:00
## 7    2022-11-29 00:00:00
## 8    2022-11-29 00:00:00
## 9    2022-11-29 00:00:00
## 10   2022-11-29 00:00:00
## 11   2022-11-29 00:00:00
## 12   2022-11-29 00:00:00
## 13   2022-11-29 00:00:00
## 14   2022-11-29 00:00:00
## 15   2022-11-29 00:00:00
## 16   2022-11-29 00:00:00
## 17   2022-11-29 00:00:00
## 18   2022-11-29 00:00:00
## 19   2022-11-29 00:00:00
## 20   2022-11-29 00:00:00
## 21   2022-11-29 00:00:00
## 22   2022-11-29 00:00:00
## 23   2022-11-29 00:00:00
## 24   2022-11-29 00:00:00
## 25   2022-11-29 00:00:00
## 26   2022-11-29 00:00:00
## 27   2022-11-29 00:00:00
## 28   2022-11-29 00:00:00
## 29   2022-11-29 00:00:00
## 30   2022-11-29 00:00:00
## 31   2022-11-29 00:00:00
## 32   2022-11-29 00:00:00
## 33   2022-11-29 00:00:00
## 34   2022-11-29 00:00:00
## 35   2022-11-29 00:00:00
## 36   2022-11-29 00:00:00
## 37   2022-11-29 00:00:00
## 38   2022-11-29 00:00:00
## 39   2022-11-29 00:00:00
## 40   2022-11-29 00:00:00
## 41   2022-11-29 00:00:00
## 42   2022-11-29 00:00:00
## 43   2022-11-29 00:00:00
## 44   2022-11-29 00:00:00
## 45   2022-11-29 00:00:00
## 46   2022-11-29 00:00:00
## 47   2022-11-29 00:00:00
## 48   2022-11-29 00:00:00
## 49   2022-11-29 00:00:00
## 50   2022-11-29 00:00:00
## 51   2022-11-29 00:00:00
## 52   2022-11-29 00:00:00
## 53   2022-11-29 00:00:00
## 54   2022-11-29 00:00:00
## 55   2022-11-29 00:00:00
## 56   2022-11-29 00:00:00
## 57   2022-11-29 00:00:00
## 58   2022-11-29 00:00:00
## 59   2022-11-29 00:00:00
## 60   2022-11-29 00:00:00
## 61   2022-11-29 00:00:00
## 62   2022-11-29 00:00:00
## 63   2022-11-29 00:00:00
## 64   2022-11-29 00:00:00
## 65   2022-11-29 00:00:00
## 66   2022-11-29 00:00:00
## 67   2022-11-29 00:00:00
## 68   2022-11-29 00:00:00
## 69   2022-11-29 00:00:00
## 70   2022-11-29 00:00:00
## 71   2022-11-29 00:00:00
## 72   2022-11-29 00:00:00
## 73   2022-11-29 00:00:00
## 74   2022-11-29 00:00:00
## 75   2022-11-29 00:00:00
## 76   2022-11-29 00:00:00
## 77   2022-11-29 00:00:00
## 78   2022-11-29 00:00:00
## 79   2022-11-29 00:00:00
## 80   2022-11-29 00:00:00
## 81   2022-11-29 00:00:00
## 82   2022-11-29 00:00:00
## 83   2022-11-29 00:00:00
## 84   2022-11-29 00:00:00
## 85   2022-11-29 00:00:00
## 86   2022-11-29 00:00:00
## 87   2022-11-29 00:00:00
## 88   2022-11-29 00:00:00
## 89   2022-11-29 00:00:00
## 90   2022-11-29 00:00:00
## 91   2022-11-29 00:00:00
## 92   2022-11-29 00:00:00
## 93   2022-11-29 00:00:00
## 94   2022-11-29 00:00:00
## 95   2022-11-29 00:00:00
## 96   2022-11-29 00:00:00
## 97   2022-11-29 00:00:00
## 98   2022-11-29 00:00:00
## 99   2022-11-29 00:00:00
## 100  2022-11-29 00:00:00
## 101  2022-11-29 00:00:00
## 102  2022-11-29 00:00:00
## 103  2022-11-29 00:00:00
## 104  2022-11-29 00:00:00
## 105  2022-11-29 00:00:00
## 106  2022-11-29 00:00:00
## 107  2022-11-29 00:00:00
## 108  2022-11-29 00:00:00
## 109  2022-11-29 00:00:00
## 110  2022-11-29 00:00:00
## 111  2022-11-29 00:00:00
## 112  2022-11-29 00:00:00
## 113  2022-11-29 00:00:00
## 114  2022-11-29 00:00:00
## 115  2022-11-29 00:00:00
## 116  2022-11-29 00:00:00
## 117  2022-11-29 00:00:00
## 118  2022-11-29 00:00:00
## 119  2022-11-29 00:00:00
## 120  2022-11-29 00:00:00
## 121  2022-11-29 00:00:00
## 122  2022-11-29 00:00:00
## 123  2022-11-29 00:00:00
## 124  2022-11-29 00:00:00
## 125  2022-11-29 00:00:00
## 126  2022-11-29 00:00:00
## 127  2022-11-29 00:00:00
## 128  2022-11-29 00:00:00
## 129  2022-11-29 00:00:00
## 130  2022-11-29 00:00:00
## 131  2022-11-29 00:00:00
## 132  2022-11-29 00:00:00
## 133  2022-11-29 00:00:00
## 134  2022-11-29 00:00:00
## 135  2022-11-29 00:00:00
## 136  2022-11-29 00:00:00
## 137  2022-11-29 00:00:00
## 138  2022-11-29 00:00:00
## 139  2022-11-29 00:00:00
## 140  2022-11-29 00:00:00
## 141  2022-11-29 00:00:00
## 142  2022-11-29 00:00:00
## 143  2022-11-29 00:00:00
## 144  2022-11-29 00:00:00
## 145  2022-11-29 00:00:00
## 146  2022-11-29 00:00:00
## 147  2022-11-29 00:00:00
## 148  2022-11-29 00:00:00
## 149  2022-11-29 00:00:00
## 150  2022-11-29 00:00:00
## 151  2022-11-29 00:00:00
## 152  2022-11-29 00:00:00
## 153  2022-11-29 00:00:00
## 154  2022-11-29 00:00:00
## 155  2022-11-29 00:00:00
## 156  2022-11-29 00:00:00
## 157  2022-11-29 00:00:00
## 158  2022-11-29 00:00:00
## 159  2022-11-29 00:00:00
## 160  2022-11-29 00:00:00
## 161  2022-11-29 00:00:00
## 162  2022-11-29 00:00:00
## 163  2022-11-29 00:00:00
## 164  2022-11-29 00:00:00
## 165  2022-11-29 00:00:00
## 166  2022-11-29 00:00:00
## 167  2022-11-29 00:00:00
## 168  2022-11-29 00:00:00
## 169  2022-11-29 00:00:00
## 170  2022-11-29 00:00:00
## 171  2022-11-29 00:00:00
## 172  2022-11-29 00:00:00
## 173  2022-11-29 00:00:00
## 174  2022-11-29 00:00:00
## 175  2022-11-29 00:00:00
## 176  2022-11-29 00:00:00
## 177  2022-11-29 00:00:00
## 178  2022-11-29 00:00:00
## 179  2022-11-29 00:00:00
## 180  2022-11-29 00:00:00
## 181  2022-11-29 00:00:00
## 182  2022-11-29 00:00:00
## 183  2022-11-29 00:00:00
## 184  2022-11-29 00:00:00
## 185  2022-11-29 00:00:00
## 186  2022-11-29 00:00:00
## 187  2022-11-29 00:00:00
## 188  2022-11-29 00:00:00
## 189  2022-11-29 00:00:00
## 190  2022-11-29 00:00:00
## 191  2022-11-29 00:00:00
## 192  2022-11-29 00:00:00
## 193  2022-11-29 00:00:00
## 194  2022-11-29 00:00:00
## 195  2022-11-29 00:00:00
## 196  2022-11-29 00:00:00
## 197  2022-11-29 00:00:00
## 198  2022-11-29 00:00:00
## 199  2022-11-29 00:00:00
## 200  2022-11-29 00:00:00
## 201  2022-11-29 00:00:00
## 202  2022-11-29 00:00:00
## 203  2022-11-29 00:00:00
## 204  2022-11-29 00:00:00
## 205  2022-11-29 00:00:00
## 206  2022-11-29 00:00:00
## 207  2022-11-29 00:00:00
## 208  2022-11-29 00:00:00
## 209  2022-11-29 00:00:00
## 210  2022-11-29 00:00:00
## 211  2022-11-29 00:00:00
## 212  2022-11-29 00:00:00
## 213  2022-11-29 00:00:00
## 214  2022-11-29 00:00:00
## 215  2022-11-29 00:00:00
## 216  2022-11-29 00:00:00
## 217  2022-11-29 00:00:00
## 218  2022-11-29 00:00:00
## 219  2022-11-29 00:00:00
## 220  2022-11-29 00:00:00
## 221  2022-11-29 00:00:00
## 222  2022-11-29 00:00:00
## 223  2022-11-29 00:00:00
## 224  2022-11-29 00:00:00
## 225  2022-11-29 00:00:00
## 226  2022-11-29 00:00:00
## 227  2022-11-29 00:00:00
## 228  2022-11-29 00:00:00
## 229  2022-11-29 00:00:00
## 230  2022-11-29 00:00:00
## 231  2022-11-29 00:00:00
## 232  2022-11-29 00:00:00
## 233  2022-11-29 00:00:00
## 234  2022-11-29 00:00:00
## 235  2022-11-29 00:00:00
## 236  2022-11-29 00:00:00
## 237  2022-11-29 00:00:00
## 238  2022-11-29 00:00:00
## 239  2022-11-29 00:00:00
## 240  2022-11-29 00:00:00
## 241  2022-11-29 00:00:00
## 242  2022-11-29 00:00:00
## 243  2022-11-29 00:00:00
## 244  2022-11-29 00:00:00
## 245  2022-11-29 00:00:00
## 246  2022-11-29 00:00:00
## 247  2022-11-29 00:00:00
## 248  2022-11-29 00:00:00
## 249  2022-11-29 00:00:00
## 250  2022-11-29 00:00:00
## 251  2022-11-29 00:00:00
## 252  2022-11-29 00:00:00
## 253  2022-11-29 00:00:00
## 254  2022-11-29 00:00:00
## 255  2022-11-29 00:00:00
## 256  2022-11-29 00:00:00
## 257  2022-11-29 00:00:00
## 258  2022-11-29 00:00:00
## 259  2022-11-29 00:00:00
## 260  2022-11-29 00:00:00
## 261  2022-11-29 00:00:00
## 262  2022-11-29 00:00:00
## 263  2022-11-29 00:00:00
## 264  2022-11-29 00:00:00
## 265  2022-11-29 00:00:00
## 266  2022-11-29 00:00:00
## 267  2022-11-29 00:00:00
## 268  2022-11-29 00:00:00
## 269  2022-11-29 00:00:00
## 270  2022-11-29 00:00:00
## 271  2022-11-29 00:00:00
## 272  2022-11-29 00:00:00
## 273  2022-11-29 00:00:00
## 274  2022-11-29 00:00:00
## 275  2022-11-29 00:00:00
## 276  2022-11-29 00:00:00
## 277  2022-11-29 00:00:00
## 278  2022-11-29 00:00:00
## 279  2022-11-29 00:00:00
## 280  2022-11-29 00:00:00
## 281  2022-11-29 00:00:00
## 282  2022-11-29 00:00:00
## 283  2022-11-29 00:00:00
## 284  2022-11-29 00:00:00
## 285  2022-11-29 00:00:00
## 286  2022-11-29 00:00:00
## 287  2022-11-29 00:00:00
## 288  2022-11-29 00:00:00
## 289  2022-11-29 00:00:00
## 290  2022-11-29 00:00:00
## 291  2022-11-29 00:00:00
## 292  2022-11-29 00:00:00
## 293  2022-11-29 00:00:00
## 294  2022-11-29 00:00:00
## 295  2022-11-29 00:00:00
## 296  2022-11-29 00:00:00
## 297  2022-11-29 00:00:00
## 298  2022-11-29 00:00:00
## 299  2022-11-29 00:00:00
## 300  2022-11-29 00:00:00
## 301  2022-11-29 00:00:00
## 302  2022-11-29 00:00:00
## 303  2022-11-29 00:00:00
## 304  2022-11-29 00:00:00
## 305  2022-11-29 00:00:00
## 306  2022-11-29 00:00:00
## 307  2022-11-29 00:00:00
## 308  2022-11-29 00:00:00
## 309  2022-11-29 00:00:00
## 310  2022-11-29 00:00:00
## 311  2022-11-29 00:00:00
## 312  2022-11-29 00:00:00
## 313  2022-11-29 00:00:00
## 314  2022-11-29 00:00:00
## 315  2022-11-29 00:00:00
## 316  2022-11-29 00:00:00
## 317  2022-11-29 00:00:00
## 318  2022-11-29 00:00:00
## 319  2022-11-29 00:00:00
## 320  2022-11-29 00:00:00
## 321  2022-11-29 00:00:00
## 322  2022-11-29 00:00:00
## 323  2022-11-29 00:00:00
## 324  2022-11-29 00:00:00
## 325  2022-11-29 00:00:00
## 326  2022-11-29 00:00:00
## 327  2022-11-29 00:00:00
## 328  2022-11-29 00:00:00
## 329  2022-11-29 00:00:00
## 330  2022-11-29 00:00:00
## 331  2022-11-29 00:00:00
## 332  2022-11-29 00:00:00
## 333  2022-11-29 00:00:00
## 334  2022-11-29 00:00:00
## 335  2022-11-29 00:00:00
## 336  2022-11-29 00:00:00
## 337  2022-11-29 00:00:00
## 338  2022-11-29 00:00:00
## 339  2022-11-29 00:00:00
## 340  2022-11-29 00:00:00
## 341  2022-11-29 00:00:00
## 342  2022-11-29 00:00:00
## 343  2022-11-29 00:00:00
## 344  2022-11-29 00:00:00
## 345  2022-11-29 00:00:00
## 346  2022-11-29 00:00:00
## 347  2022-11-29 00:00:00
## 348  2022-11-29 00:00:00
## 349  2022-11-29 00:00:00
## 350  2022-11-29 00:00:00
## 351  2022-11-29 00:00:00
## 352  2022-11-29 00:00:00
## 353  2022-11-29 00:00:00
## 354  2022-11-29 00:00:00
## 355  2022-11-29 00:00:00
## 356  2022-11-29 00:00:00
## 357  2022-11-29 00:00:00
## 358  2022-11-29 00:00:00
## 359  2022-11-29 00:00:00
## 360  2022-11-29 00:00:00
## 361  2022-11-29 00:00:00
## 362  2022-11-29 00:00:00
## 363  2022-11-29 00:00:00
## 364  2022-11-29 00:00:00
## 365  2022-11-29 00:00:00
## 366  2022-11-29 00:00:00
## 367  2022-11-29 00:00:00
## 368  2022-11-29 00:00:00
## 369  2022-11-29 00:00:00
## 370  2022-11-29 00:00:00
## 371  2022-11-29 00:00:00
## 372  2022-11-29 00:00:00
## 373  2022-11-29 00:00:00
## 374  2022-11-29 00:00:00
## 375  2022-11-29 00:00:00
## 376  2022-11-29 00:00:00
## 377  2022-11-29 00:00:00
## 378  2022-11-29 00:00:00
## 379  2022-11-29 00:00:00
## 380  2022-11-29 00:00:00
## 381  2022-11-29 00:00:00
## 382  2022-11-29 00:00:00
## 383  2022-11-29 00:00:00
## 384  2022-11-29 00:00:00
## 385  2022-11-28 23:00:00
## 386  2022-11-28 23:00:00
## 387  2022-11-28 23:00:00
## 388  2022-11-28 23:00:00
## 389  2022-11-28 23:00:00
## 390  2022-11-28 23:00:00
## 391  2022-11-28 23:00:00
## 392  2022-11-28 23:00:00
## 393  2022-11-28 23:00:00
## 394  2022-11-28 23:00:00
## 395  2022-11-28 23:00:00
## 396  2022-11-28 23:00:00
## 397  2022-11-28 23:00:00
## 398  2022-11-28 23:00:00
## 399  2022-11-28 23:00:00
## 400  2022-11-28 23:00:00
## 401  2022-11-28 23:00:00
## 402  2022-11-28 23:00:00
## 403  2022-11-28 23:00:00
## 404  2022-11-28 23:00:00
## 405  2022-11-28 23:00:00
## 406  2022-11-28 23:00:00
## 407  2022-11-28 23:00:00
## 408  2022-11-28 23:00:00
## 409  2022-11-28 23:00:00
## 410  2022-11-28 23:00:00
## 411  2022-11-28 23:00:00
## 412  2022-11-28 23:00:00
## 413  2022-11-28 23:00:00
## 414  2022-11-28 23:00:00
## 415  2022-11-28 23:00:00
## 416  2022-11-28 23:00:00
## 417  2022-11-28 23:00:00
## 418  2022-11-28 23:00:00
## 419  2022-11-28 23:00:00
## 420  2022-11-28 23:00:00
## 421  2022-11-28 23:00:00
## 422  2022-11-28 23:00:00
## 423  2022-11-28 23:00:00
## 424  2022-11-28 23:00:00
## 425  2022-11-28 23:00:00
## 426  2022-11-28 23:00:00
## 427  2022-11-28 23:00:00
## 428  2022-11-28 23:00:00
## 429  2022-11-28 23:00:00
## 430  2022-11-28 23:00:00
## 431  2022-11-28 23:00:00
## 432  2022-11-28 23:00:00
## 433  2022-11-28 23:00:00
## 434  2022-11-28 23:00:00
## 435  2022-11-28 23:00:00
## 436  2022-11-28 23:00:00
## 437  2022-11-28 23:00:00
## 438  2022-11-28 23:00:00
## 439  2022-11-28 23:00:00
## 440  2022-11-28 23:00:00
## 441  2022-11-28 23:00:00
## 442  2022-11-28 23:00:00
## 443  2022-11-28 23:00:00
## 444  2022-11-28 23:00:00
## 445  2022-11-28 23:00:00
## 446  2022-11-28 23:00:00
## 447  2022-11-28 23:00:00
## 448  2022-11-28 23:00:00
## 449  2022-11-28 23:00:00
## 450  2022-11-28 23:00:00
## 451  2022-11-28 23:00:00
## 452  2022-11-28 23:00:00
## 453  2022-11-28 23:00:00
## 454  2022-11-28 23:00:00
## 455  2022-11-28 23:00:00
## 456  2022-11-28 23:00:00
## 457  2022-11-28 23:00:00
## 458  2022-11-28 23:00:00
## 459  2022-11-28 23:00:00
## 460  2022-11-28 23:00:00
## 461  2022-11-28 23:00:00
## 462  2022-11-28 23:00:00
## 463  2022-11-28 23:00:00
## 464  2022-11-28 23:00:00
## 465  2022-11-28 23:00:00
## 466  2022-11-28 23:00:00
## 467  2022-11-28 23:00:00
## 468  2022-11-28 23:00:00
## 469  2022-11-28 23:00:00
## 470  2022-11-28 23:00:00
## 471  2022-11-28 23:00:00
## 472  2022-11-28 23:00:00
## 473  2022-11-28 23:00:00
## 474  2022-11-28 23:00:00
## 475  2022-11-28 23:00:00
## 476  2022-11-28 23:00:00
## 477  2022-11-28 23:00:00
## 478  2022-11-28 23:00:00
## 479  2022-11-28 23:00:00
## 480  2022-11-28 23:00:00
## 481  2022-11-28 23:00:00
## 482  2022-11-28 23:00:00
## 483  2022-11-28 23:00:00
## 484  2022-11-28 23:00:00
## 485  2022-11-28 23:00:00
## 486  2022-11-28 23:00:00
## 487  2022-11-28 23:00:00
## 488  2022-11-28 23:00:00
## 489  2022-11-28 23:00:00
## 490  2022-11-28 23:00:00
## 491  2022-11-28 23:00:00
## 492  2022-11-28 23:00:00
## 493  2022-11-28 23:00:00
## 494  2022-11-28 23:00:00
## 495  2022-11-28 23:00:00
## 496  2022-11-28 23:00:00
## 497  2022-11-28 23:00:00
## 498  2022-11-28 23:00:00
## 499  2022-11-28 23:00:00
## 500  2022-11-28 23:00:00
## 501  2022-11-28 23:00:00
## 502  2022-11-28 23:00:00
## 503  2022-11-28 23:00:00
## 504  2022-11-28 23:00:00
## 505  2022-11-28 23:00:00
## 506  2022-11-28 23:00:00
## 507  2022-11-28 23:00:00
## 508  2022-11-28 23:00:00
## 509  2022-11-28 23:00:00
## 510  2022-11-28 23:00:00
## 511  2022-11-28 23:00:00
## 512  2022-11-28 23:00:00
## 513  2022-11-28 23:00:00
## 514  2022-11-28 23:00:00
## 515  2022-11-28 23:00:00
## 516  2022-11-28 23:00:00
## 517  2022-11-28 23:00:00
## 518  2022-11-28 23:00:00
## 519  2022-11-28 23:00:00
## 520  2022-11-28 23:00:00
## 521  2022-11-28 23:00:00
## 522  2022-11-28 23:00:00
## 523  2022-11-28 23:00:00
## 524  2022-11-28 23:00:00
## 525  2022-11-28 23:00:00
## 526  2022-11-28 23:00:00
## 527  2022-11-28 23:00:00
## 528  2022-11-28 23:00:00
## 529  2022-11-28 23:00:00
## 530  2022-11-28 23:00:00
## 531  2022-11-28 23:00:00
## 532  2022-11-28 23:00:00
## 533  2022-11-28 23:00:00
## 534  2022-11-28 23:00:00
## 535  2022-11-28 23:00:00
## 536  2022-11-28 23:00:00
## 537  2022-11-28 23:00:00
## 538  2022-11-28 23:00:00
## 539  2022-11-28 23:00:00
## 540  2022-11-28 23:00:00
## 541  2022-11-28 23:00:00
## 542  2022-11-28 23:00:00
## 543  2022-11-28 23:00:00
## 544  2022-11-28 23:00:00
## 545  2022-11-28 23:00:00
## 546  2022-11-28 23:00:00
## 547  2022-11-28 23:00:00
## 548  2022-11-28 23:00:00
## 549  2022-11-28 23:00:00
## 550  2022-11-28 23:00:00
## 551  2022-11-28 23:00:00
## 552  2022-11-28 23:00:00
## 553  2022-11-28 23:00:00
## 554  2022-11-28 23:00:00
## 555  2022-11-28 23:00:00
## 556  2022-11-28 23:00:00
## 557  2022-11-28 23:00:00
## 558  2022-11-28 23:00:00
## 559  2022-11-28 23:00:00
## 560  2022-11-28 23:00:00
## 561  2022-11-28 23:00:00
## 562  2022-11-28 23:00:00
## 563  2022-11-28 23:00:00
## 564  2022-11-28 23:00:00
## 565  2022-11-28 23:00:00
## 566  2022-11-28 23:00:00
## 567  2022-11-28 23:00:00
## 568  2022-11-28 23:00:00
## 569  2022-11-28 23:00:00
## 570  2022-11-28 23:00:00
## 571  2022-11-28 23:00:00
## 572  2022-11-28 23:00:00
## 573  2022-11-28 23:00:00
## 574  2022-11-28 23:00:00
## 575  2022-11-28 23:00:00
## 576  2022-11-28 23:00:00
## 577  2022-11-28 23:00:00
## 578  2022-11-28 23:00:00
## 579  2022-11-28 23:00:00
## 580  2022-11-28 23:00:00
## 581  2022-11-28 23:00:00
## 582  2022-11-28 23:00:00
## 583  2022-11-28 23:00:00
## 584  2022-11-28 23:00:00
## 585  2022-11-28 23:00:00
## 586  2022-11-28 23:00:00
## 587  2022-11-28 23:00:00
## 588  2022-11-28 23:00:00
## 589  2022-11-28 23:00:00
## 590  2022-11-28 23:00:00
## 591  2022-11-28 23:00:00
## 592  2022-11-28 23:00:00
## 593  2022-11-28 23:00:00
## 594  2022-11-28 23:00:00
## 595  2022-11-28 23:00:00
## 596  2022-11-28 23:00:00
## 597  2022-11-28 23:00:00
## 598  2022-11-28 23:00:00
## 599  2022-11-28 23:00:00
## 600  2022-11-28 23:00:00
## 601  2022-11-28 23:00:00
## 602  2022-11-28 23:00:00
## 603  2022-11-28 23:00:00
## 604  2022-11-28 23:00:00
## 605  2022-11-28 23:00:00
## 606  2022-11-28 23:00:00
## 607  2022-11-28 23:00:00
## 608  2022-11-28 23:00:00
## 609  2022-11-28 23:00:00
## 610  2022-11-28 23:00:00
## 611  2022-11-28 23:00:00
## 612  2022-11-28 23:00:00
## 613  2022-11-28 23:00:00
## 614  2022-11-28 23:00:00
## 615  2022-11-28 23:00:00
## 616  2022-11-28 23:00:00
## 617  2022-11-28 23:00:00
## 618  2022-11-28 23:00:00
## 619  2022-11-28 23:00:00
## 620  2022-11-28 23:00:00
## 621  2022-11-28 23:00:00
## 622  2022-11-28 23:00:00
## 623  2022-11-28 23:00:00
## 624  2022-11-28 23:00:00
## 625  2022-11-28 23:00:00
## 626  2022-11-28 23:00:00
## 627  2022-11-28 23:00:00
## 628  2022-11-28 23:00:00
## 629  2022-11-28 23:00:00
## 630  2022-11-28 23:00:00
## 631  2022-11-28 23:00:00
## 632  2022-11-28 23:00:00
## 633  2022-11-28 23:00:00
## 634  2022-11-28 23:00:00
## 635  2022-11-28 23:00:00
## 636  2022-11-28 23:00:00
## 637  2022-11-28 23:00:00
## 638  2022-11-28 23:00:00
## 639  2022-11-28 23:00:00
## 640  2022-11-28 23:00:00
## 641  2022-11-28 23:00:00
## 642  2022-11-28 23:00:00
## 643  2022-11-28 23:00:00
## 644  2022-11-28 23:00:00
## 645  2022-11-28 23:00:00
## 646  2022-11-28 23:00:00
## 647  2022-11-28 23:00:00
## 648  2022-11-28 23:00:00
## 649  2022-11-28 23:00:00
## 650  2022-11-28 23:00:00
## 651  2022-11-28 23:00:00
## 652  2022-11-28 23:00:00
## 653  2022-11-28 23:00:00
## 654  2022-11-28 23:00:00
## 655  2022-11-28 23:00:00
## 656  2022-11-28 23:00:00
## 657  2022-11-28 23:00:00
## 658  2022-11-28 23:00:00
## 659  2022-11-28 23:00:00
## 660  2022-11-28 23:00:00
## 661  2022-11-28 23:00:00
## 662  2022-11-28 23:00:00
## 663  2022-11-28 23:00:00
## 664  2022-11-28 23:00:00
## 665  2022-11-28 23:00:00
## 666  2022-11-28 23:00:00
## 667  2022-11-28 23:00:00
## 668  2022-11-28 23:00:00
## 669  2022-11-28 23:00:00
## 670  2022-11-28 23:00:00
## 671  2022-11-28 23:00:00
## 672  2022-11-28 23:00:00
## 673  2022-11-28 23:00:00
## 674  2022-11-28 23:00:00
## 675  2022-11-28 23:00:00
## 676  2022-11-28 23:00:00
## 677  2022-11-28 23:00:00
## 678  2022-11-28 23:00:00
## 679  2022-11-28 23:00:00
## 680  2022-11-28 23:00:00
## 681  2022-11-28 23:00:00
## 682  2022-11-28 23:00:00
## 683  2022-11-28 23:00:00
## 684  2022-11-28 23:00:00
## 685  2022-11-28 23:00:00
## 686  2022-11-28 23:00:00
## 687  2022-11-28 23:00:00
## 688  2022-11-28 23:00:00
## 689  2022-11-28 23:00:00
## 690  2022-11-28 23:00:00
## 691  2022-11-28 23:00:00
## 692  2022-11-28 23:00:00
## 693  2022-11-28 23:00:00
## 694  2022-11-28 23:00:00
## 695  2022-11-28 23:00:00
## 696  2022-11-28 23:00:00
## 697  2022-11-28 23:00:00
## 698  2022-11-28 23:00:00
## 699  2022-11-28 23:00:00
## 700  2022-11-28 23:00:00
## 701  2022-11-28 23:00:00
## 702  2022-11-28 23:00:00
## 703  2022-11-28 23:00:00
## 704  2022-11-28 23:00:00
## 705  2022-11-28 23:00:00
## 706  2022-11-28 23:00:00
## 707  2022-11-28 23:00:00
## 708  2022-11-28 23:00:00
## 709  2022-11-28 23:00:00
## 710  2022-11-28 23:00:00
## 711  2022-11-28 23:00:00
## 712  2022-11-28 23:00:00
## 713  2022-11-28 23:00:00
## 714  2022-11-28 23:00:00
## 715  2022-11-28 23:00:00
## 716  2022-11-28 23:00:00
## 717  2022-11-28 23:00:00
## 718  2022-11-28 23:00:00
## 719  2022-11-28 23:00:00
## 720  2022-11-28 23:00:00
## 721  2022-11-28 23:00:00
## 722  2022-11-28 23:00:00
## 723  2022-11-28 23:00:00
## 724  2022-11-28 23:00:00
## 725  2022-11-28 23:00:00
## 726  2022-11-28 23:00:00
## 727  2022-11-28 23:00:00
## 728  2022-11-28 23:00:00
## 729  2022-11-28 23:00:00
## 730  2022-11-28 23:00:00
## 731  2022-11-28 23:00:00
## 732  2022-11-28 23:00:00
## 733  2022-11-28 23:00:00
## 734  2022-11-28 23:00:00
## 735  2022-11-28 23:00:00
## 736  2022-11-28 23:00:00
## 737  2022-11-28 23:00:00
## 738  2022-11-28 23:00:00
## 739  2022-11-28 23:00:00
## 740  2022-11-28 23:00:00
## 741  2022-11-28 23:00:00
## 742  2022-11-28 23:00:00
## 743  2022-11-28 23:00:00
## 744  2022-11-28 23:00:00
## 745  2022-11-28 23:00:00
## 746  2022-11-28 23:00:00
## 747  2022-11-28 23:00:00
## 748  2022-11-28 23:00:00
## 749  2022-11-28 23:00:00
## 750  2022-11-28 23:00:00
## 751  2022-11-28 23:00:00
## 752  2022-11-28 23:00:00
## 753  2022-11-28 23:00:00
## 754  2022-11-28 23:00:00
## 755  2022-11-28 23:00:00
## 756  2022-11-28 23:00:00
## 757  2022-11-28 23:00:00
## 758  2022-11-28 23:00:00
## 759  2022-11-28 23:00:00
## 760  2022-11-28 23:00:00
## 761  2022-11-28 23:00:00
## 762  2022-11-28 23:00:00
## 763  2022-11-28 23:00:00
## 764  2022-11-28 23:00:00
## 765  2022-11-28 23:00:00
## 766  2022-11-28 23:00:00
## 767  2022-11-28 23:00:00
## 768  2022-11-28 23:00:00
## 769  2022-11-28 23:00:00
## 770  2022-11-28 23:00:00
## 771  2022-11-28 23:00:00
## 772  2022-11-28 23:00:00
## 773  2022-11-28 23:00:00
## 774  2022-11-28 23:00:00
## 775  2022-11-28 23:00:00
## 776  2022-11-28 23:00:00
## 777  2022-11-28 23:00:00
## 778  2022-11-28 23:00:00
## 779  2022-11-28 23:00:00
## 780  2022-11-28 23:00:00
## 781  2022-11-28 23:00:00
## 782  2022-11-28 23:00:00
## 783  2022-11-28 23:00:00
## 784  2022-11-28 23:00:00
## 785  2022-11-28 23:00:00
## 786  2022-11-28 23:00:00
## 787  2022-11-28 23:00:00
## 788  2022-11-28 23:00:00
## 789  2022-11-28 23:00:00
## 790  2022-11-28 23:00:00
## 791  2022-11-28 23:00:00
## 792  2022-11-28 23:00:00
## 793  2022-11-28 23:00:00
## 794  2022-11-28 23:00:00
## 795  2022-11-28 23:00:00
## 796  2022-11-28 23:00:00
## 797  2022-11-28 23:00:00
## 798  2022-11-28 23:00:00
## 799  2022-11-28 23:00:00
## 800  2022-11-28 23:00:00
## 801  2022-11-28 23:00:00
## 802  2022-11-28 23:00:00
## 803  2022-11-28 23:00:00
## 804  2022-11-28 23:00:00
## 805  2022-11-28 23:00:00
## 806  2022-11-28 23:00:00
## 807  2022-11-28 23:00:00
## 808  2022-11-28 23:00:00
## 809  2022-11-28 23:00:00
## 810  2022-11-28 23:00:00
## 811  2022-11-28 23:00:00
## 812  2022-11-28 23:00:00
## 813  2022-11-28 23:00:00
## 814  2022-11-28 23:00:00
## 815  2022-11-28 23:00:00
## 816  2022-11-28 23:00:00
## 817  2022-11-28 23:00:00
## 818  2022-11-28 23:00:00
## 819  2022-11-28 23:00:00
## 820  2022-11-28 23:00:00
## 821  2022-11-28 23:00:00
## 822  2022-11-28 23:00:00
## 823  2022-11-28 23:00:00
## 824  2022-11-28 23:00:00
## 825  2022-11-28 23:00:00
## 826  2022-11-28 23:00:00
## 827  2022-11-28 23:00:00
## 828  2022-11-28 23:00:00
## 829  2022-11-28 23:00:00
## 830  2022-11-28 23:00:00
## 831  2022-11-28 23:00:00
## 832  2022-11-28 23:00:00
## 833  2022-11-28 23:00:00
## 834  2022-11-28 23:00:00
## 835  2022-11-28 23:00:00
## 836  2022-11-28 23:00:00
## 837  2022-11-28 23:00:00
## 838  2022-11-28 23:00:00
## 839  2022-11-28 23:00:00
## 840  2022-11-28 23:00:00
## 841  2022-11-28 23:00:00
## 842  2022-11-28 23:00:00
## 843  2022-11-28 23:00:00
## 844  2022-11-28 23:00:00
## 845  2022-11-28 23:00:00
## 846  2022-11-28 23:00:00
## 847  2022-11-28 23:00:00
## 848  2022-11-28 23:00:00
## 849  2022-11-28 23:00:00
## 850  2022-11-28 23:00:00
## 851  2022-11-28 23:00:00
## 852  2022-11-28 23:00:00
## 853  2022-11-28 23:00:00
## 854  2022-11-28 23:00:00
## 855  2022-11-28 23:00:00
## 856  2022-11-28 23:00:00
## 857  2022-11-28 23:00:00
## 858  2022-11-28 23:00:00
## 859  2022-11-28 23:00:00
## 860  2022-11-28 23:00:00
## 861  2022-11-28 23:00:00
## 862  2022-11-28 23:00:00
## 863  2022-11-28 23:00:00
## 864  2022-11-28 23:00:00
## 865  2022-11-28 23:00:00
## 866  2022-11-28 23:00:00
## 867  2022-11-28 23:00:00
## 868  2022-11-28 23:00:00
## 869  2022-11-28 23:00:00
## 870  2022-11-28 23:00:00
## 871  2022-11-28 23:00:00
## 872  2022-11-28 23:00:00
## 873  2022-11-28 23:00:00
## 874  2022-11-28 23:00:00
## 875  2022-11-28 23:00:00
## 876  2022-11-28 23:00:00
## 877  2022-11-28 23:00:00
## 878  2022-11-28 23:00:00
## 879  2022-11-28 23:00:00
## 880  2022-11-28 23:00:00
## 881  2022-11-28 23:00:00
## 882  2022-11-28 23:00:00
## 883  2022-11-28 23:00:00
## 884  2022-11-28 23:00:00
## 885  2022-11-28 23:00:00
## 886  2022-11-28 23:00:00
## 887  2022-11-28 23:00:00
## 888  2022-11-28 23:00:00
## 889  2022-11-28 23:00:00
## 890  2022-11-28 23:00:00
## 891  2022-11-28 23:00:00
## 892  2022-11-28 23:00:00
## 893  2022-11-28 23:00:00
## 894  2022-11-28 23:00:00
## 895  2022-11-28 23:00:00
## 896  2022-11-28 23:00:00
## 897  2022-11-28 23:00:00
## 898  2022-11-28 23:00:00
## 899  2022-11-28 23:00:00
## 900  2022-11-28 23:00:00
## 901  2022-11-28 23:00:00
## 902  2022-11-28 23:00:00
## 903  2022-11-28 23:00:00
## 904  2022-11-28 23:00:00
## 905  2022-11-28 23:00:00
## 906  2022-11-28 23:00:00
## 907  2022-11-28 23:00:00
## 908  2022-11-28 23:00:00
## 909  2022-11-28 23:00:00
## 910  2022-11-28 23:00:00
## 911  2022-11-28 23:00:00
## 912  2022-11-28 23:00:00
## 913  2022-11-28 23:00:00
## 914  2022-11-28 23:00:00
## 915  2022-11-28 23:00:00
## 916  2022-11-28 23:00:00
## 917  2022-11-28 23:00:00
## 918  2022-11-28 23:00:00
## 919  2022-11-28 23:00:00
## 920  2022-11-28 23:00:00
## 921  2022-11-28 23:00:00
## 922  2022-11-28 23:00:00
## 923  2022-11-28 23:00:00
## 924  2022-11-28 23:00:00
## 925  2022-11-28 23:00:00
## 926  2022-11-28 23:00:00
## 927  2022-11-28 23:00:00
## 928  2022-11-28 23:00:00
## 929  2022-11-28 23:00:00
## 930  2022-11-28 23:00:00
## 931  2022-11-28 23:00:00
## 932  2022-11-28 23:00:00
## 933  2022-11-28 23:00:00
## 934  2022-11-28 23:00:00
## 935  2022-11-28 23:00:00
## 936  2022-11-28 23:00:00
## 937  2022-11-28 23:00:00
## 938  2022-11-28 23:00:00
## 939  2022-11-28 23:00:00
## 940  2022-11-28 23:00:00
## 941  2022-11-28 23:00:00
## 942  2022-11-28 23:00:00
## 943  2022-11-28 23:00:00
## 944  2022-11-28 23:00:00
## 945  2022-11-28 23:00:00
## 946  2022-11-28 23:00:00
## 947  2022-11-28 23:00:00
## 948  2022-11-28 23:00:00
## 949  2022-11-28 23:00:00
## 950  2022-11-28 23:00:00
## 951  2022-11-28 23:00:00
## 952  2022-11-28 23:00:00
## 953  2022-11-28 23:00:00
## 954  2022-11-28 23:00:00
## 955  2022-11-28 23:00:00
## 956  2022-11-28 23:00:00
## 957  2022-11-28 23:00:00
## 958  2022-11-28 23:00:00
## 959  2022-11-28 23:00:00
## 960  2022-11-28 23:00:00
## 961  2022-11-28 23:00:00
## 962  2022-11-28 23:00:00
## 963  2022-11-28 23:00:00
## 964  2022-11-28 23:00:00
## 965  2022-11-28 23:00:00
## 966  2022-11-28 23:00:00
## 967  2022-11-28 23:00:00
## 968  2022-11-28 23:00:00
## 969  2022-11-28 23:00:00
## 970  2022-11-28 23:00:00
## 971  2022-11-28 23:00:00
## 972  2022-11-28 23:00:00
## 973  2022-11-28 23:00:00
## 974  2022-11-28 23:00:00
## 975  2022-11-28 23:00:00
## 976  2022-11-28 23:00:00
## 977  2022-11-28 23:00:00
## 978  2022-11-28 23:00:00
## 979  2022-11-28 23:00:00
## 980  2022-11-28 23:00:00
## 981  2022-11-28 23:00:00
## 982  2022-11-28 23:00:00
## 983  2022-11-28 23:00:00
## 984  2022-11-28 23:00:00
## 985  2022-11-28 23:00:00
## 986  2022-11-28 23:00:00
## 987  2022-11-28 23:00:00
## 988  2022-11-28 23:00:00
## 989  2022-11-28 23:00:00
## 990  2022-11-28 23:00:00
## 991  2022-11-28 23:00:00
## 992  2022-11-28 23:00:00
## 993  2022-11-28 23:00:00
## 994  2022-11-28 23:00:00
## 995  2022-11-28 23:00:00
## 996  2022-11-28 23:00:00
## 997  2022-11-28 23:00:00
## 998  2022-11-28 23:00:00
## 999  2022-11-28 23:00:00
## 1000 2022-11-28 23:00:00
## 1001 2022-11-28 23:00:00
## 1002 2022-11-28 23:00:00
## 1003 2022-11-28 23:00:00
## 1004 2022-11-28 23:00:00
## 1005 2022-11-28 23:00:00
## 1006 2022-11-28 23:00:00
## 1007 2022-11-28 23:00:00
## 1008 2022-11-28 23:00:00
## 1009 2022-11-28 23:00:00
## 1010 2022-11-28 23:00:00
## 1011 2022-11-28 23:00:00
## 1012 2022-11-28 23:00:00
## 1013 2022-11-28 23:00:00
## 1014 2022-11-28 23:00:00
## 1015 2022-11-28 23:00:00
## 1016 2022-11-28 23:00:00
## 1017 2022-11-28 23:00:00
## 1018 2022-11-28 23:00:00
## 1019 2022-11-28 23:00:00
## 1020 2022-11-28 23:00:00
## 1021 2022-11-28 23:00:00
## 1022 2022-11-28 23:00:00
## 1023 2022-11-28 23:00:00
## 1024 2022-11-28 23:00:00
## 1025 2022-11-28 23:00:00
## 1026 2022-11-28 23:00:00
## 1027 2022-11-28 23:00:00
## 1028 2022-11-28 23:00:00
## 1029 2022-11-28 23:00:00
## 1030 2022-11-28 23:00:00
## 1031 2022-11-28 23:00:00
## 1032 2022-11-28 23:00:00
## 1033 2022-11-28 23:00:00
## 1034 2022-11-28 23:00:00
## 1035 2022-11-28 23:00:00
## 1036 2022-11-28 23:00:00
## 1037 2022-11-28 23:00:00
## 1038 2022-11-28 23:00:00
## 1039 2022-11-28 23:00:00
## 1040 2022-11-28 23:00:00
## 1041 2022-11-28 23:00:00
## 1042 2022-11-28 23:00:00
## 1043 2022-11-28 23:00:00
## 1044 2022-11-28 23:00:00
## 1045 2022-11-28 23:00:00
## 1046 2022-11-28 23:00:00
## 1047 2022-11-28 23:00:00
## 1048 2022-11-28 23:00:00
## 1049 2022-11-28 23:00:00
## 1050 2022-11-28 23:00:00
## 1051 2022-11-28 23:00:00
## 1052 2022-11-28 23:00:00
## 1053 2022-11-28 23:00:00
## 1054 2022-11-28 23:00:00
## 1055 2022-11-28 23:00:00
## 1056 2022-11-28 23:00:00
## 1057 2022-11-28 23:00:00
## 1058 2022-11-28 23:00:00
## 1059 2022-11-28 23:00:00
## 1060 2022-11-28 23:00:00
## 1061 2022-11-28 23:00:00
## 1062 2022-11-28 23:00:00
## 1063 2022-11-28 23:00:00
## 1064 2022-11-28 23:00:00
## 1065 2022-11-28 23:00:00
## 1066 2022-11-28 23:00:00
## 1067 2022-11-28 23:00:00
## 1068 2022-11-28 23:00:00
## 1069 2022-11-28 23:00:00
## 1070 2022-11-28 23:00:00
## 1071 2022-11-28 23:00:00
## 1072 2022-11-28 23:00:00
## 1073 2022-11-28 23:00:00
## 1074 2022-11-28 23:00:00
## 1075 2022-11-28 23:00:00
## 1076 2022-11-28 23:00:00
## 1077 2022-11-28 23:00:00
## 1078 2022-11-28 23:00:00
## 1079 2022-11-28 23:00:00
## 1080 2022-11-28 23:00:00
## 1081 2022-11-28 23:00:00
## 1082 2022-11-28 23:00:00
## 1083 2022-11-28 23:00:00
## 1084 2022-11-28 23:00:00
## 1085 2022-11-28 23:00:00
## 1086 2022-11-28 23:00:00
## 1087 2022-11-28 23:00:00
## 1088 2022-11-28 23:00:00
## 1089 2022-11-28 23:00:00
## 1090 2022-11-28 23:00:00
## 1091 2022-11-28 23:00:00
## 1092 2022-11-28 23:00:00
## 1093 2022-11-28 23:00:00
## 1094 2022-11-28 23:00:00
## 1095 2022-11-28 23:00:00
## 1096 2022-11-28 23:00:00
## 1097 2022-11-28 23:00:00
## 1098 2022-11-28 23:00:00
## 1099 2022-11-28 23:00:00
## 1100 2022-11-28 23:00:00
## 1101 2022-11-28 23:00:00
## 1102 2022-11-28 23:00:00
## 1103 2022-11-28 23:00:00
## 1104 2022-11-28 23:00:00
## 1105 2022-11-28 23:00:00
## 1106 2022-11-28 23:00:00
## 1107 2022-11-28 23:00:00
## 1108 2022-11-28 23:00:00
## 1109 2022-11-28 23:00:00
## 1110 2022-11-28 23:00:00
## 1111 2022-11-28 23:00:00
## 1112 2022-11-28 23:00:00
## 1113 2022-11-28 23:00:00
## 1114 2022-11-28 23:00:00
## 1115 2022-11-28 23:00:00
## 1116 2022-11-28 23:00:00
## 1117 2022-11-28 23:00:00
## 1118 2022-11-28 23:00:00
## 1119 2022-11-28 23:00:00
## 1120 2022-11-28 23:00:00
## 1121 2022-11-28 23:00:00
## 1122 2022-11-28 23:00:00
## 1123 2022-11-28 23:00:00
## 1124 2022-11-28 23:00:00
## 1125 2022-11-28 23:00:00
## 1126 2022-11-28 23:00:00
## 1127 2022-11-28 23:00:00
## 1128 2022-11-28 23:00:00
## 1129 2022-11-28 23:00:00
## 1130 2022-11-28 23:00:00
## 1131 2022-11-28 23:00:00
## 1132 2022-11-28 23:00:00
## 1133 2022-11-28 23:00:00
## 1134 2022-11-28 23:00:00
## 1135 2022-11-28 23:00:00
## 1136 2022-11-28 23:00:00
## 1137 2022-11-28 23:00:00
## 1138 2022-11-28 23:00:00
## 1139 2022-11-28 23:00:00
## 1140 2022-11-28 23:00:00
## 1141 2022-11-28 23:00:00
## 1142 2022-11-28 23:00:00
## 1143 2022-11-28 23:00:00
## 1144 2022-11-28 23:00:00
## 1145 2022-11-28 23:00:00
## 1146 2022-11-28 23:00:00
## 1147 2022-11-28 23:00:00
## 1148 2022-11-28 23:00:00
## 1149 2022-11-28 23:00:00
## 1150 2022-11-28 23:00:00
## 1151 2022-11-28 23:00:00
## 1152 2022-11-28 23:00:00
## 1153 2022-11-28 23:00:00
## 1154 2022-11-28 23:00:00
## 1155 2022-11-28 23:00:00
## 1156 2022-11-28 23:00:00
## 1157 2022-11-28 23:00:00
## 1158 2022-11-28 23:00:00
## 1159 2022-11-28 23:00:00
## 1160 2022-11-28 23:00:00
## 1161 2022-11-28 23:00:00
## 1162 2022-11-28 23:00:00
## 1163 2022-11-28 23:00:00
## 1164 2022-11-28 23:00:00
## 1165 2022-11-28 23:00:00
## 1166 2022-11-28 23:00:00
## 1167 2022-11-28 23:00:00
## 1168 2022-11-28 23:00:00
## 1169 2022-11-28 23:00:00
## 1170 2022-11-28 23:00:00
## 1171 2022-11-28 23:00:00
## 1172 2022-11-28 23:00:00
## 1173 2022-11-28 23:00:00
## 1174 2022-11-28 23:00:00
## 1175 2022-11-28 23:00:00
## 1176 2022-11-28 23:00:00
## 1177 2022-11-28 23:00:00
## 1178 2022-11-28 23:00:00
## 1179 2022-11-28 23:00:00
## 1180 2022-11-28 23:00:00
## 1181 2022-11-28 23:00:00
## 1182 2022-11-28 23:00:00
## 1183 2022-11-28 23:00:00
## 1184 2022-11-28 23:00:00
## 1185 2022-11-28 23:00:00
## 1186 2022-11-28 23:00:00
## 1187 2022-11-28 23:00:00
## 1188 2022-11-28 23:00:00
## 1189 2022-11-28 23:00:00
## 1190 2022-11-28 23:00:00
## 1191 2022-11-28 23:00:00
## 1192 2022-11-28 23:00:00
## 1193 2022-11-28 23:00:00
## 1194 2022-11-28 23:00:00
## 1195 2022-11-28 23:00:00
## 1196 2022-11-28 23:00:00
## 1197 2022-11-28 23:00:00
## 1198 2022-11-28 23:00:00
## 1199 2022-11-28 23:00:00
## 1200 2022-11-28 23:00:00
## 1201 2022-11-28 23:00:00
## 1202 2022-11-28 23:00:00
## 1203 2022-11-28 23:00:00
## 1204 2022-11-28 23:00:00
## 1205 2022-11-28 23:00:00
## 1206 2022-11-28 23:00:00
## 1207 2022-11-28 23:00:00
## 1208 2022-11-28 23:00:00
## 1209 2022-11-28 23:00:00
## 1210 2022-11-28 23:00:00
## 1211 2022-11-28 23:00:00
## 1212 2022-11-28 23:00:00
## 1213 2022-11-28 23:00:00
## 1214 2022-11-28 23:00:00
## 1215 2022-11-28 23:00:00
## 1216 2022-11-28 23:00:00
## 1217 2022-11-28 23:00:00
## 1218 2022-11-28 23:00:00
## 1219 2022-11-28 23:00:00
## 1220 2022-11-28 23:00:00
## 1221 2022-11-28 23:00:00
## 1222 2022-11-28 23:00:00
## 1223 2022-11-28 23:00:00
## 1224 2022-11-28 23:00:00
## 1225 2022-11-28 23:00:00
## 1226 2022-11-28 23:00:00
## 1227 2022-11-28 23:00:00
## 1228 2022-11-28 23:00:00
## 1229 2022-11-28 23:00:00
## 1230 2022-11-28 23:00:00
## 1231 2022-11-28 23:00:00
## 1232 2022-11-28 23:00:00
## 1233 2022-11-28 23:00:00
## 1234 2022-11-28 23:00:00
## 1235 2022-11-28 23:00:00
## 1236 2022-11-28 23:00:00
## 1237 2022-11-28 23:00:00
## 1238 2022-11-28 23:00:00
## 1239 2022-11-28 23:00:00
## 1240 2022-11-28 23:00:00
## 1241 2022-11-28 23:00:00
## 1242 2022-11-28 23:00:00
## 1243 2022-11-28 23:00:00
## 1244 2022-11-28 23:00:00
## 1245 2022-11-28 23:00:00
## 1246 2022-11-28 23:00:00
## 1247 2022-11-28 23:00:00
## 1248 2022-11-28 23:00:00
## 1249 2022-11-28 23:00:00
## 1250 2022-11-28 23:00:00
## 1251 2022-11-28 23:00:00
## 1252 2022-11-28 23:00:00
## 1253 2022-11-28 23:00:00
## 1254 2022-11-28 23:00:00
## 1255 2022-11-28 23:00:00
## 1256 2022-11-28 23:00:00
## 1257 2022-11-28 23:00:00
## 1258 2022-11-28 23:00:00
## 1259 2022-11-28 23:00:00
## 1260 2022-11-28 23:00:00
## 1261 2022-11-28 23:00:00
## 1262 2022-11-28 23:00:00
## 1263 2022-11-28 23:00:00
## 1264 2022-11-28 23:00:00
## 1265 2022-11-28 23:00:00
## 1266 2022-11-28 23:00:00
## 1267 2022-11-28 23:00:00
## 1268 2022-11-28 23:00:00
## 1269 2022-11-28 23:00:00
## 1270 2022-11-28 23:00:00
## 1271 2022-11-28 23:00:00
## 1272 2022-11-28 23:00:00
## 1273 2022-11-28 23:00:00
## 1274 2022-11-28 23:00:00
## 1275 2022-11-28 23:00:00
## 1276 2022-11-28 23:00:00
## 1277 2022-11-28 23:00:00
## 1278 2022-11-28 23:00:00
## 1279 2022-11-28 23:00:00
## 1280 2022-11-28 23:00:00
## 1281 2022-11-28 23:00:00
## 1282 2022-11-28 23:00:00
## 1283 2022-11-28 23:00:00
## 1284 2022-11-28 23:00:00
## 1285 2022-11-28 23:00:00
## 1286 2022-11-28 23:00:00
## 1287 2022-11-28 23:00:00
## 1288 2022-11-28 23:00:00
## 1289 2022-11-28 23:00:00
## 1290 2022-11-28 23:00:00
## 1291 2022-11-28 23:00:00
## 1292 2022-11-28 23:00:00
## 1293 2022-11-28 23:00:00
## 1294 2022-11-28 23:00:00
## 1295 2022-11-28 23:00:00
## 1296 2022-11-28 23:00:00
## 1297 2022-11-28 23:00:00
## 1298 2022-11-28 23:00:00
## 1299 2022-11-28 23:00:00
## 1300 2022-11-28 23:00:00
## 1301 2022-11-28 23:00:00
## 1302 2022-11-28 23:00:00
## 1303 2022-11-28 23:00:00
## 1304 2022-11-28 23:00:00
## 1305 2022-11-28 23:00:00
## 1306 2022-11-28 23:00:00
## 1307 2022-11-28 23:00:00
## 1308 2022-11-28 23:00:00
## 1309 2022-11-28 23:00:00
## 1310 2022-11-28 23:00:00
## 1311 2022-11-28 23:00:00
## 1312 2022-11-28 23:00:00
## 1313 2022-11-28 23:00:00
## 1314 2022-11-28 23:00:00
## 1315 2022-11-28 23:00:00
## 1316 2022-11-28 23:00:00
## 1317 2022-11-28 23:00:00
## 1318 2022-11-28 23:00:00
## 1319 2022-11-28 23:00:00
## 1320 2022-11-28 23:00:00
## 1321 2022-11-28 23:00:00
## 1322 2022-11-28 23:00:00
## 1323 2022-11-28 23:00:00
## 1324 2022-11-28 23:00:00
## 1325 2022-11-28 23:00:00
## 1326 2022-11-28 23:00:00
## 1327 2022-11-28 23:00:00
## 1328 2022-11-28 23:00:00
## 1329 2022-11-28 23:00:00
## 1330 2022-11-28 23:00:00
## 1331 2022-11-28 23:00:00
## 1332 2022-11-28 23:00:00
## 1333 2022-11-28 23:00:00
## 1334 2022-11-28 23:00:00
## 1335 2022-11-28 23:00:00
## 1336 2022-11-28 23:00:00
## 1337 2022-11-28 23:00:00
## 1338 2022-11-28 23:00:00
## 1339 2022-11-28 23:00:00
## 1340 2022-11-28 23:00:00
## 1341 2022-11-28 23:00:00
## 1342 2022-11-28 23:00:00
## 1343 2022-11-28 23:00:00
## 1344 2022-11-28 23:00:00
## 1345 2022-11-28 23:00:00
## 1346 2022-11-28 23:00:00
## 1347 2022-11-28 23:00:00
## 1348 2022-11-28 23:00:00
## 1349 2022-11-28 23:00:00
## 1350 2022-11-28 23:00:00
## 1351 2022-11-28 23:00:00
## 1352 2022-11-28 23:00:00
## 1353 2022-11-28 23:00:00
## 1354 2022-11-28 23:00:00
## 1355 2022-11-28 23:00:00
## 1356 2022-11-28 23:00:00
## 1357 2022-11-28 23:00:00
## 1358 2022-11-28 23:00:00
## 1359 2022-11-28 23:00:00
## 1360 2022-11-28 23:00:00
## 1361 2022-11-28 23:00:00
## 1362 2022-11-28 23:00:00
## 1363 2022-11-28 23:00:00
## 1364 2022-11-28 23:00:00
## 1365 2022-11-28 23:00:00
## 1366 2022-11-28 23:00:00
## 1367 2022-11-28 23:00:00
## 1368 2022-11-28 23:00:00
## 1369 2022-11-28 23:00:00
## 1370 2022-11-28 23:00:00
## 1371 2022-11-28 23:00:00
## 1372 2022-11-28 23:00:00
## 1373 2022-11-28 23:00:00
## 1374 2022-11-28 23:00:00
## 1375 2022-11-28 23:00:00
## 1376 2022-11-28 23:00:00
## 1377 2022-11-28 23:00:00
## 1378 2022-11-28 23:00:00
## 1379 2022-11-28 23:00:00
## 1380 2022-11-28 23:00:00
## 1381 2022-11-28 23:00:00
## 1382 2022-11-28 23:00:00
## 1383 2022-11-28 23:00:00
## 1384 2022-11-28 23:00:00
## 1385 2022-11-28 23:00:00
## 1386 2022-11-28 23:00:00
## 1387 2022-11-28 23:00:00
## 1388 2022-11-28 23:00:00
## 1389 2022-11-28 23:00:00
## 1390 2022-11-28 23:00:00
## 1391 2022-11-28 23:00:00
## 1392 2022-11-28 23:00:00
## 1393 2022-11-28 23:00:00
## 1394 2022-11-28 23:00:00
## 1395 2022-11-28 23:00:00
## 1396 2022-11-28 23:00:00
## 1397 2022-11-28 23:00:00
## 1398 2022-11-28 23:00:00
## 1399 2022-11-28 23:00:00
## 1400 2022-11-28 23:00:00
## 1401 2022-11-28 23:00:00
## 1402 2022-11-28 23:00:00
## 1403 2022-11-28 23:00:00
## 1404 2022-11-28 23:00:00
## 1405 2022-11-28 22:00:00
## 1406 2022-11-28 22:00:00
## 1407 2022-11-28 22:00:00
## 1408 2022-11-28 22:00:00
## 1409 2022-11-28 22:00:00
## 1410 2022-11-28 22:00:00
## 1411 2022-11-28 22:00:00
## 1412 2022-11-28 22:00:00
## 1413 2022-11-28 22:00:00
## 1414 2022-11-28 22:00:00
## 1415 2022-11-28 22:00:00
## 1416 2022-11-28 22:00:00
## 1417 2022-11-28 22:00:00
## 1418 2022-11-28 22:00:00
## 1419 2022-11-28 22:00:00
## 1420 2022-11-28 22:00:00
## 1421 2022-11-28 22:00:00
## 1422 2022-11-28 22:00:00
## 1423 2022-11-28 22:00:00
## 1424 2022-11-28 22:00:00
## 1425 2022-11-28 22:00:00
## 1426 2022-11-28 22:00:00
## 1427 2022-11-28 22:00:00
## 1428 2022-11-28 22:00:00
## 1429 2022-11-28 22:00:00
## 1430 2022-11-28 22:00:00
## 1431 2022-11-28 22:00:00
## 1432 2022-11-28 22:00:00
## 1433 2022-11-28 22:00:00
## 1434 2022-11-28 22:00:00
## 1435 2022-11-28 22:00:00
## 1436 2022-11-28 22:00:00
## 1437 2022-11-28 22:00:00
## 1438 2022-11-28 22:00:00
## 1439 2022-11-28 22:00:00
## 1440 2022-11-28 22:00:00
## 1441 2022-11-28 22:00:00
## 1442 2022-11-28 22:00:00
## 1443 2022-11-28 22:00:00
## 1444 2022-11-28 22:00:00
## 1445 2022-11-28 22:00:00
## 1446 2022-11-28 22:00:00
## 1447 2022-11-28 22:00:00
## 1448 2022-11-28 22:00:00
## 1449 2022-11-28 22:00:00
## 1450 2022-11-28 22:00:00
## 1451 2022-11-28 22:00:00
## 1452 2022-11-28 22:00:00
## 1453 2022-11-28 22:00:00
## 1454 2022-11-28 22:00:00
## 1455 2022-11-28 22:00:00
## 1456 2022-11-28 22:00:00
## 1457 2022-11-28 22:00:00
## 1458 2022-11-28 22:00:00
## 1459 2022-11-28 22:00:00
## 1460 2022-11-28 22:00:00
## 1461 2022-11-28 22:00:00
## 1462 2022-11-28 22:00:00
## 1463 2022-11-28 22:00:00
## 1464 2022-11-28 22:00:00
## 1465 2022-11-28 22:00:00
## 1466 2022-11-28 22:00:00
## 1467 2022-11-28 22:00:00
## 1468 2022-11-28 22:00:00
## 1469 2022-11-28 22:00:00
## 1470 2022-11-28 22:00:00
## 1471 2022-11-28 22:00:00
## 1472 2022-11-28 22:00:00
## 1473 2022-11-28 22:00:00
## 1474 2022-11-28 22:00:00
## 1475 2022-11-28 22:00:00
## 1476 2022-11-28 22:00:00
## 1477 2022-11-28 22:00:00
## 1478 2022-11-28 22:00:00
## 1479 2022-11-28 22:00:00
## 1480 2022-11-28 22:00:00
## 1481 2022-11-28 22:00:00
## 1482 2022-11-28 22:00:00
## 1483 2022-11-28 22:00:00
## 1484 2022-11-28 22:00:00
## 1485 2022-11-28 22:00:00
## 1486 2022-11-28 22:00:00
## 1487 2022-11-28 22:00:00
## 1488 2022-11-28 22:00:00
## 1489 2022-11-28 22:00:00
## 1490 2022-11-28 22:00:00
## 1491 2022-11-28 22:00:00
## 1492 2022-11-28 22:00:00
## 1493 2022-11-28 22:00:00
## 1494 2022-11-28 22:00:00
## 1495 2022-11-28 22:00:00
## 1496 2022-11-28 22:00:00
## 1497 2022-11-28 22:00:00
## 1498 2022-11-28 22:00:00
## 1499 2022-11-28 22:00:00
## 1500 2022-11-28 22:00:00
## 1501 2022-11-28 22:00:00
## 1502 2022-11-28 22:00:00
## 1503 2022-11-28 22:00:00
## 1504 2022-11-28 22:00:00
## 1505 2022-11-28 22:00:00
## 1506 2022-11-28 22:00:00
## 1507 2022-11-28 22:00:00
## 1508 2022-11-28 22:00:00
## 1509 2022-11-28 22:00:00
## 1510 2022-11-28 22:00:00
## 1511 2022-11-28 22:00:00
## 1512 2022-11-28 22:00:00
## 1513 2022-11-28 22:00:00
## 1514 2022-11-28 22:00:00
## 1515 2022-11-28 22:00:00
## 1516 2022-11-28 22:00:00
## 1517 2022-11-28 22:00:00
## 1518 2022-11-28 22:00:00
## 1519 2022-11-28 22:00:00
## 1520 2022-11-28 22:00:00
## 1521 2022-11-28 22:00:00
## 1522 2022-11-28 22:00:00
## 1523 2022-11-28 22:00:00
## 1524 2022-11-28 22:00:00
## 1525 2022-11-28 22:00:00
## 1526 2022-11-28 22:00:00
## 1527 2022-11-28 22:00:00
## 1528 2022-11-28 22:00:00
## 1529 2022-11-28 22:00:00
## 1530 2022-11-28 22:00:00
## 1531 2022-11-28 22:00:00
## 1532 2022-11-28 22:00:00
## 1533 2022-11-28 22:00:00
## 1534 2022-11-28 22:00:00
## 1535 2022-11-28 22:00:00
## 1536 2022-11-28 22:00:00
## 1537 2022-11-28 22:00:00
## 1538 2022-11-28 22:00:00
## 1539 2022-11-28 22:00:00
## 1540 2022-11-28 22:00:00
## 1541 2022-11-28 22:00:00
## 1542 2022-11-28 22:00:00
## 1543 2022-11-28 22:00:00
## 1544 2022-11-28 22:00:00
## 1545 2022-11-28 22:00:00
## 1546 2022-11-28 22:00:00
## 1547 2022-11-28 22:00:00
## 1548 2022-11-28 22:00:00
## 1549 2022-11-28 22:00:00
## 1550 2022-11-28 22:00:00
## 1551 2022-11-28 22:00:00
## 1552 2022-11-28 22:00:00
## 1553 2022-11-28 22:00:00
## 1554 2022-11-28 22:00:00
## 1555 2022-11-28 22:00:00
## 1556 2022-11-28 22:00:00
## 1557 2022-11-28 22:00:00
## 1558 2022-11-28 22:00:00
## 1559 2022-11-28 22:00:00
## 1560 2022-11-28 22:00:00
## 1561 2022-11-28 22:00:00
## 1562 2022-11-28 22:00:00
## 1563 2022-11-28 22:00:00
## 1564 2022-11-28 22:00:00
## 1565 2022-11-28 22:00:00
## 1566 2022-11-28 22:00:00
## 1567 2022-11-28 22:00:00
## 1568 2022-11-28 22:00:00
## 1569 2022-11-28 22:00:00
## 1570 2022-11-28 22:00:00
## 1571 2022-11-28 22:00:00
## 1572 2022-11-28 22:00:00
## 1573 2022-11-28 22:00:00
## 1574 2022-11-28 22:00:00
## 1575 2022-11-28 22:00:00
## 1576 2022-11-28 22:00:00
## 1577 2022-11-28 22:00:00
## 1578 2022-11-28 22:00:00
## 1579 2022-11-28 22:00:00
## 1580 2022-11-28 22:00:00
## 1581 2022-11-28 22:00:00
## 1582 2022-11-28 22:00:00
## 1583 2022-11-28 22:00:00
## 1584 2022-11-28 22:00:00
## 1585 2022-11-28 22:00:00
## 1586 2022-11-28 22:00:00
## 1587 2022-11-28 22:00:00
## 1588 2022-11-28 22:00:00
## 1589 2022-11-28 22:00:00
## 1590 2022-11-28 22:00:00
## 1591 2022-11-28 22:00:00
## 1592 2022-11-28 22:00:00
## 1593 2022-11-28 22:00:00
## 1594 2022-11-28 22:00:00
## 1595 2022-11-28 22:00:00
## 1596 2022-11-28 22:00:00
## 1597 2022-11-28 22:00:00
## 1598 2022-11-28 22:00:00
## 1599 2022-11-28 22:00:00
## 1600 2022-11-28 22:00:00
## 1601 2022-11-28 22:00:00
## 1602 2022-11-28 22:00:00
## 1603 2022-11-28 22:00:00
## 1604 2022-11-28 22:00:00
## 1605 2022-11-28 22:00:00
## 1606 2022-11-28 22:00:00
## 1607 2022-11-28 22:00:00
## 1608 2022-11-28 22:00:00
## 1609 2022-11-28 22:00:00
## 1610 2022-11-28 22:00:00
## 1611 2022-11-28 22:00:00
## 1612 2022-11-28 22:00:00
## 1613 2022-11-28 22:00:00
## 1614 2022-11-28 22:00:00
## 1615 2022-11-28 22:00:00
## 1616 2022-11-28 22:00:00
## 1617 2022-11-28 22:00:00
## 1618 2022-11-28 22:00:00
## 1619 2022-11-28 22:00:00
## 1620 2022-11-28 22:00:00
## 1621 2022-11-28 22:00:00
## 1622 2022-11-28 22:00:00
## 1623 2022-11-28 22:00:00
## 1624 2022-11-28 22:00:00
## 1625 2022-11-28 22:00:00
## 1626 2022-11-28 22:00:00
## 1627 2022-11-28 22:00:00
## 1628 2022-11-28 22:00:00
## 1629 2022-11-28 22:00:00
## 1630 2022-11-28 22:00:00
## 1631 2022-11-28 22:00:00
## 1632 2022-11-28 22:00:00
## 1633 2022-11-28 22:00:00
## 1634 2022-11-28 22:00:00
## 1635 2022-11-28 22:00:00
## 1636 2022-11-28 22:00:00
## 1637 2022-11-28 22:00:00
## 1638 2022-11-28 22:00:00
## 1639 2022-11-28 22:00:00
## 1640 2022-11-28 22:00:00
## 1641 2022-11-28 22:00:00
## 1642 2022-11-28 22:00:00
## 1643 2022-11-28 22:00:00
## 1644 2022-11-28 22:00:00
## 1645 2022-11-28 22:00:00
## 1646 2022-11-28 22:00:00
## 1647 2022-11-28 22:00:00
## 1648 2022-11-28 22:00:00
## 1649 2022-11-28 22:00:00
## 1650 2022-11-28 22:00:00
## 1651 2022-11-28 22:00:00
## 1652 2022-11-28 22:00:00
## 1653 2022-11-28 22:00:00
## 1654 2022-11-28 22:00:00
## 1655 2022-11-28 22:00:00
## 1656 2022-11-28 22:00:00
## 1657 2022-11-28 22:00:00
## 1658 2022-11-28 22:00:00
## 1659 2022-11-28 22:00:00
## 1660 2022-11-28 22:00:00
## 1661 2022-11-28 22:00:00
## 1662 2022-11-28 22:00:00
## 1663 2022-11-28 22:00:00
## 1664 2022-11-28 22:00:00
## 1665 2022-11-28 22:00:00
## 1666 2022-11-28 22:00:00
## 1667 2022-11-28 22:00:00
## 1668 2022-11-28 22:00:00
## 1669 2022-11-28 22:00:00
## 1670 2022-11-28 22:00:00
## 1671 2022-11-28 22:00:00
## 1672 2022-11-28 22:00:00
## 1673 2022-11-28 22:00:00
## 1674 2022-11-28 22:00:00
## 1675 2022-11-28 22:00:00
## 1676 2022-11-28 22:00:00
## 1677 2022-11-28 22:00:00
## 1678 2022-11-28 22:00:00
## 1679 2022-11-28 22:00:00
## 1680 2022-11-28 22:00:00
## 1681 2022-11-28 22:00:00
## 1682 2022-11-28 22:00:00
## 1683 2022-11-28 22:00:00
## 1684 2022-11-28 22:00:00
## 1685 2022-11-28 22:00:00
## 1686 2022-11-28 22:00:00
## 1687 2022-11-28 22:00:00
## 1688 2022-11-28 22:00:00
## 1689 2022-11-28 22:00:00
## 1690 2022-11-28 22:00:00
## 1691 2022-11-28 22:00:00
## 1692 2022-11-28 22:00:00
## 1693 2022-11-28 22:00:00
## 1694 2022-11-28 22:00:00
## 1695 2022-11-28 22:00:00
## 1696 2022-11-28 22:00:00
## 1697 2022-11-28 22:00:00
## 1698 2022-11-28 22:00:00
## 1699 2022-11-28 22:00:00
## 1700 2022-11-28 22:00:00
## 1701 2022-11-28 22:00:00
## 1702 2022-11-28 22:00:00
## 1703 2022-11-28 22:00:00
## 1704 2022-11-28 22:00:00
## 1705 2022-11-28 22:00:00
## 1706 2022-11-28 22:00:00
## 1707 2022-11-28 22:00:00
## 1708 2022-11-28 22:00:00
## 1709 2022-11-28 22:00:00
## 1710 2022-11-28 22:00:00
## 1711 2022-11-28 22:00:00
## 1712 2022-11-28 22:00:00
## 1713 2022-11-28 22:00:00
## 1714 2022-11-28 22:00:00
## 1715 2022-11-28 22:00:00
## 1716 2022-11-28 22:00:00
## 1717 2022-11-28 22:00:00
## 1718 2022-11-28 22:00:00
## 1719 2022-11-28 22:00:00
## 1720 2022-11-28 22:00:00
## 1721 2022-11-28 22:00:00
## 1722 2022-11-28 22:00:00
## 1723 2022-11-28 22:00:00
## 1724 2022-11-28 22:00:00
## 1725 2022-11-28 22:00:00
## 1726 2022-11-28 22:00:00
## 1727 2022-11-28 22:00:00
## 1728 2022-11-28 22:00:00
## 1729 2022-11-28 22:00:00
## 1730 2022-11-28 22:00:00
## 1731 2022-11-28 22:00:00
## 1732 2022-11-28 22:00:00
## 1733 2022-11-28 22:00:00
## 1734 2022-11-28 22:00:00
## 1735 2022-11-28 22:00:00
## 1736 2022-11-28 22:00:00
## 1737 2022-11-28 22:00:00
## 1738 2022-11-28 22:00:00
## 1739 2022-11-28 22:00:00
## 1740 2022-11-28 22:00:00
## 1741 2022-11-28 22:00:00
## 1742 2022-11-28 22:00:00
## 1743 2022-11-28 22:00:00
## 1744 2022-11-28 22:00:00
## 1745 2022-11-28 22:00:00
## 1746 2022-11-28 22:00:00
## 1747 2022-11-28 22:00:00
## 1748 2022-11-28 22:00:00
## 1749 2022-11-28 22:00:00
## 1750 2022-11-28 22:00:00
## 1751 2022-11-28 22:00:00
## 1752 2022-11-28 22:00:00
## 1753 2022-11-28 22:00:00
## 1754 2022-11-28 22:00:00
## 1755 2022-11-28 22:00:00
## 1756 2022-11-28 22:00:00
## 1757 2022-11-28 22:00:00
## 1758 2022-11-28 22:00:00
## 1759 2022-11-28 22:00:00
## 1760 2022-11-28 22:00:00
## 1761 2022-11-28 22:00:00
## 1762 2022-11-28 22:00:00
## 1763 2022-11-28 22:00:00
## 1764 2022-11-28 22:00:00
## 1765 2022-11-28 22:00:00
## 1766 2022-11-28 22:00:00
## 1767 2022-11-28 22:00:00
## 1768 2022-11-28 22:00:00
## 1769 2022-11-28 22:00:00
## 1770 2022-11-28 22:00:00
## 1771 2022-11-28 22:00:00
## 1772 2022-11-28 22:00:00
## 1773 2022-11-28 22:00:00
## 1774 2022-11-28 22:00:00
## 1775 2022-11-28 22:00:00
## 1776 2022-11-28 22:00:00
## 1777 2022-11-28 22:00:00
## 1778 2022-11-28 22:00:00
## 1779 2022-11-28 22:00:00
## 1780 2022-11-28 22:00:00
## 1781 2022-11-28 22:00:00
## 1782 2022-11-28 22:00:00
## 1783 2022-11-28 22:00:00
## 1784 2022-11-28 22:00:00
## 1785 2022-11-28 22:00:00
## 1786 2022-11-28 22:00:00
## 1787 2022-11-28 22:00:00
## 1788 2022-11-28 22:00:00
## 1789 2022-11-28 22:00:00
## 1790 2022-11-28 22:00:00
## 1791 2022-11-28 22:00:00
## 1792 2022-11-28 22:00:00
## 1793 2022-11-28 22:00:00
## 1794 2022-11-28 22:00:00
## 1795 2022-11-28 22:00:00
## 1796 2022-11-28 22:00:00
## 1797 2022-11-28 22:00:00
## 1798 2022-11-28 22:00:00
## 1799 2022-11-28 22:00:00
## 1800 2022-11-28 22:00:00
## 1801 2022-11-28 22:00:00
## 1802 2022-11-28 22:00:00
## 1803 2022-11-28 22:00:00
## 1804 2022-11-28 22:00:00
## 1805 2022-11-28 22:00:00
## 1806 2022-11-28 22:00:00
## 1807 2022-11-28 22:00:00
## 1808 2022-11-28 22:00:00
## 1809 2022-11-28 22:00:00
## 1810 2022-11-28 22:00:00
## 1811 2022-11-28 22:00:00
## 1812 2022-11-28 22:00:00
## 1813 2022-11-28 22:00:00
## 1814 2022-11-28 22:00:00
## 1815 2022-11-28 22:00:00
## 1816 2022-11-28 22:00:00
## 1817 2022-11-28 22:00:00
## 1818 2022-11-28 22:00:00
## 1819 2022-11-28 22:00:00
## 1820 2022-11-28 22:00:00
## 1821 2022-11-28 22:00:00
## 1822 2022-11-28 22:00:00
## 1823 2022-11-28 22:00:00
## 1824 2022-11-28 22:00:00
## 1825 2022-11-28 22:00:00
## 1826 2022-11-28 22:00:00
## 1827 2022-11-28 22:00:00
## 1828 2022-11-28 22:00:00
## 1829 2022-11-28 22:00:00
## 1830 2022-11-28 22:00:00
## 1831 2022-11-28 22:00:00
## 1832 2022-11-28 22:00:00
## 1833 2022-11-28 22:00:00
## 1834 2022-11-28 22:00:00
## 1835 2022-11-28 22:00:00
## 1836 2022-11-28 22:00:00
## 1837 2022-11-28 22:00:00
## 1838 2022-11-28 22:00:00
## 1839 2022-11-28 22:00:00
## 1840 2022-11-28 22:00:00
## 1841 2022-11-28 22:00:00
## 1842 2022-11-28 22:00:00
## 1843 2022-11-28 22:00:00
## 1844 2022-11-28 22:00:00
## 1845 2022-11-28 22:00:00
## 1846 2022-11-28 22:00:00
## 1847 2022-11-28 22:00:00
## 1848 2022-11-28 22:00:00
## 1849 2022-11-28 22:00:00
## 1850 2022-11-28 22:00:00
## 1851 2022-11-28 22:00:00
## 1852 2022-11-28 22:00:00
## 1853 2022-11-28 22:00:00
## 1854 2022-11-28 22:00:00
## 1855 2022-11-28 22:00:00
## 1856 2022-11-28 22:00:00
## 1857 2022-11-28 22:00:00
## 1858 2022-11-28 22:00:00
## 1859 2022-11-28 22:00:00
## 1860 2022-11-28 22:00:00
## 1861 2022-11-28 22:00:00
## 1862 2022-11-28 22:00:00
## 1863 2022-11-28 22:00:00
## 1864 2022-11-28 22:00:00
## 1865 2022-11-28 22:00:00
## 1866 2022-11-28 22:00:00
## 1867 2022-11-28 22:00:00
## 1868 2022-11-28 22:00:00
## 1869 2022-11-28 22:00:00
## 1870 2022-11-28 22:00:00
## 1871 2022-11-28 22:00:00
## 1872 2022-11-28 22:00:00
## 1873 2022-11-28 22:00:00
## 1874 2022-11-28 22:00:00
## 1875 2022-11-28 22:00:00
## 1876 2022-11-28 22:00:00
## 1877 2022-11-28 22:00:00
## 1878 2022-11-28 22:00:00
## 1879 2022-11-28 22:00:00
## 1880 2022-11-28 22:00:00
## 1881 2022-11-28 22:00:00
## 1882 2022-11-28 22:00:00
## 1883 2022-11-28 22:00:00
## 1884 2022-11-28 22:00:00
## 1885 2022-11-28 22:00:00
## 1886 2022-11-28 22:00:00
## 1887 2022-11-28 22:00:00
## 1888 2022-11-28 22:00:00
## 1889 2022-11-28 22:00:00
## 1890 2022-11-28 22:00:00
## 1891 2022-11-28 22:00:00
## 1892 2022-11-28 22:00:00
## 1893 2022-11-28 22:00:00
## 1894 2022-11-28 22:00:00
## 1895 2022-11-28 22:00:00
## 1896 2022-11-28 22:00:00
## 1897 2022-11-28 22:00:00
## 1898 2022-11-28 22:00:00
## 1899 2022-11-28 22:00:00
## 1900 2022-11-28 22:00:00
## 1901 2022-11-28 22:00:00
## 1902 2022-11-28 22:00:00
## 1903 2022-11-28 22:00:00
## 1904 2022-11-28 22:00:00
## 1905 2022-11-28 22:00:00
## 1906 2022-11-28 22:00:00
## 1907 2022-11-28 22:00:00
## 1908 2022-11-28 22:00:00
## 1909 2022-11-28 22:00:00
## 1910 2022-11-28 22:00:00
## 1911 2022-11-28 22:00:00
## 1912 2022-11-28 22:00:00
## 1913 2022-11-28 22:00:00
## 1914 2022-11-28 22:00:00
## 1915 2022-11-28 22:00:00
## 1916 2022-11-28 22:00:00
## 1917 2022-11-28 22:00:00
## 1918 2022-11-28 22:00:00
## 1919 2022-11-28 22:00:00
## 1920 2022-11-28 22:00:00
## 1921 2022-11-28 22:00:00
## 1922 2022-11-28 22:00:00
## 1923 2022-11-28 22:00:00
## 1924 2022-11-28 22:00:00
## 1925 2022-11-28 22:00:00
## 1926 2022-11-28 22:00:00
## 1927 2022-11-28 22:00:00
## 1928 2022-11-28 22:00:00
## 1929 2022-11-28 22:00:00
## 1930 2022-11-28 22:00:00
## 1931 2022-11-28 22:00:00
## 1932 2022-11-28 22:00:00
## 1933 2022-11-28 22:00:00
## 1934 2022-11-28 22:00:00
## 1935 2022-11-28 22:00:00
## 1936 2022-11-28 22:00:00
## 1937 2022-11-28 22:00:00
## 1938 2022-11-28 22:00:00
## 1939 2022-11-28 22:00:00
## 1940 2022-11-28 22:00:00
## 1941 2022-11-28 22:00:00
## 1942 2022-11-28 22:00:00
## 1943 2022-11-28 22:00:00
## 1944 2022-11-28 22:00:00
## 1945 2022-11-28 22:00:00
## 1946 2022-11-28 22:00:00
## 1947 2022-11-28 22:00:00
## 1948 2022-11-28 22:00:00
## 1949 2022-11-28 22:00:00
## 1950 2022-11-28 22:00:00
## 1951 2022-11-28 22:00:00
## 1952 2022-11-28 22:00:00
## 1953 2022-11-28 22:00:00
## 1954 2022-11-28 22:00:00
## 1955 2022-11-28 22:00:00
## 1956 2022-11-28 22:00:00
## 1957 2022-11-28 22:00:00
## 1958 2022-11-28 22:00:00
## 1959 2022-11-28 22:00:00
## 1960 2022-11-28 22:00:00
## 1961 2022-11-28 22:00:00
## 1962 2022-11-28 22:00:00
## 1963 2022-11-28 22:00:00
## 1964 2022-11-28 22:00:00
## 1965 2022-11-28 22:00:00
## 1966 2022-11-28 22:00:00
## 1967 2022-11-28 22:00:00
## 1968 2022-11-28 22:00:00
## 1969 2022-11-28 22:00:00
## 1970 2022-11-28 22:00:00
## 1971 2022-11-28 22:00:00
## 1972 2022-11-28 22:00:00
## 1973 2022-11-28 22:00:00
## 1974 2022-11-28 22:00:00
## 1975 2022-11-28 22:00:00
## 1976 2022-11-28 22:00:00
## 1977 2022-11-28 22:00:00
## 1978 2022-11-28 22:00:00
## 1979 2022-11-28 22:00:00
## 1980 2022-11-28 22:00:00
## 1981 2022-11-28 22:00:00
## 1982 2022-11-28 22:00:00
## 1983 2022-11-28 22:00:00
## 1984 2022-11-28 22:00:00
## 1985 2022-11-28 22:00:00
## 1986 2022-11-28 22:00:00
## 1987 2022-11-28 22:00:00
## 1988 2022-11-28 22:00:00
## 1989 2022-11-28 22:00:00
## 1990 2022-11-28 22:00:00
## 1991 2022-11-28 22:00:00
## 1992 2022-11-28 22:00:00
## 1993 2022-11-28 22:00:00
## 1994 2022-11-28 22:00:00
## 1995 2022-11-28 22:00:00
## 1996 2022-11-28 22:00:00
## 1997 2022-11-28 22:00:00
## 1998 2022-11-28 22:00:00
## 1999 2022-11-28 22:00:00
## 2000 2022-11-28 22:00:00
## 2001 2022-11-28 22:00:00
## 2002 2022-11-28 22:00:00
## 2003 2022-11-28 22:00:00
## 2004 2022-11-28 22:00:00
## 2005 2022-11-28 22:00:00
## 2006 2022-11-28 22:00:00
## 2007 2022-11-28 22:00:00
## 2008 2022-11-28 22:00:00
## 2009 2022-11-28 22:00:00
## 2010 2022-11-28 22:00:00
## 2011 2022-11-28 22:00:00
## 2012 2022-11-28 22:00:00
## 2013 2022-11-28 22:00:00
## 2014 2022-11-28 22:00:00
## 2015 2022-11-28 22:00:00
## 2016 2022-11-28 22:00:00
## 2017 2022-11-28 22:00:00
## 2018 2022-11-28 22:00:00
## 2019 2022-11-28 22:00:00
## 2020 2022-11-28 22:00:00
## 2021 2022-11-28 22:00:00
## 2022 2022-11-28 22:00:00
## 2023 2022-11-28 22:00:00
## 2024 2022-11-28 22:00:00
## 2025 2022-11-28 22:00:00
## 2026 2022-11-28 22:00:00
## 2027 2022-11-28 22:00:00
## 2028 2022-11-28 22:00:00
## 2029 2022-11-28 22:00:00
## 2030 2022-11-28 22:00:00
## 2031 2022-11-28 22:00:00
## 2032 2022-11-28 22:00:00
## 2033 2022-11-28 22:00:00
## 2034 2022-11-28 22:00:00
## 2035 2022-11-28 22:00:00
## 2036 2022-11-28 22:00:00
## 2037 2022-11-28 22:00:00
## 2038 2022-11-28 22:00:00
## 2039 2022-11-28 22:00:00
## 2040 2022-11-28 22:00:00
## 2041 2022-11-28 22:00:00
## 2042 2022-11-28 22:00:00
## 2043 2022-11-28 22:00:00
## 2044 2022-11-28 22:00:00
## 2045 2022-11-28 22:00:00
## 2046 2022-11-28 22:00:00
## 2047 2022-11-28 22:00:00
## 2048 2022-11-28 22:00:00
## 2049 2022-11-28 22:00:00
## 2050 2022-11-28 22:00:00
## 2051 2022-11-28 22:00:00
## 2052 2022-11-28 22:00:00
## 2053 2022-11-28 22:00:00
## 2054 2022-11-28 22:00:00
## 2055 2022-11-28 22:00:00
## 2056 2022-11-28 22:00:00
## 2057 2022-11-28 22:00:00
## 2058 2022-11-28 22:00:00
## 2059 2022-11-28 22:00:00
## 2060 2022-11-28 22:00:00
## 2061 2022-11-28 22:00:00
## 2062 2022-11-28 22:00:00
## 2063 2022-11-28 22:00:00
## 2064 2022-11-28 22:00:00
## 2065 2022-11-28 22:00:00
## 2066 2022-11-28 22:00:00
## 2067 2022-11-28 22:00:00
## 2068 2022-11-28 22:00:00
## 2069 2022-11-28 22:00:00
## 2070 2022-11-28 22:00:00
## 2071 2022-11-28 22:00:00
## 2072 2022-11-28 22:00:00
## 2073 2022-11-28 22:00:00
## 2074 2022-11-28 22:00:00
## 2075 2022-11-28 22:00:00
## 2076 2022-11-28 22:00:00
## 2077 2022-11-28 22:00:00
## 2078 2022-11-28 22:00:00
## 2079 2022-11-28 22:00:00
## 2080 2022-11-28 22:00:00
## 2081 2022-11-28 22:00:00
## 2082 2022-11-28 22:00:00
## 2083 2022-11-28 22:00:00
## 2084 2022-11-28 22:00:00
## 2085 2022-11-28 22:00:00
## 2086 2022-11-28 22:00:00
## 2087 2022-11-28 22:00:00
## 2088 2022-11-28 22:00:00
## 2089 2022-11-28 22:00:00
## 2090 2022-11-28 22:00:00
## 2091 2022-11-28 22:00:00
## 2092 2022-11-28 22:00:00
## 2093 2022-11-28 22:00:00
## 2094 2022-11-28 22:00:00
## 2095 2022-11-28 22:00:00
## 2096 2022-11-28 22:00:00
## 2097 2022-11-28 22:00:00
## 2098 2022-11-28 22:00:00
## 2099 2022-11-28 22:00:00
## 2100 2022-11-28 22:00:00
## 2101 2022-11-28 22:00:00
## 2102 2022-11-28 22:00:00
## 2103 2022-11-28 22:00:00
## 2104 2022-11-28 22:00:00
## 2105 2022-11-28 22:00:00
## 2106 2022-11-28 22:00:00
## 2107 2022-11-28 22:00:00
## 2108 2022-11-28 22:00:00
## 2109 2022-11-28 22:00:00
## 2110 2022-11-28 22:00:00
## 2111 2022-11-28 22:00:00
## 2112 2022-11-28 22:00:00
## 2113 2022-11-28 22:00:00
## 2114 2022-11-28 22:00:00
## 2115 2022-11-28 22:00:00
## 2116 2022-11-28 22:00:00
## 2117 2022-11-28 22:00:00
## 2118 2022-11-28 22:00:00
## 2119 2022-11-28 22:00:00
## 2120 2022-11-28 22:00:00
## 2121 2022-11-28 22:00:00
## 2122 2022-11-28 22:00:00
## 2123 2022-11-28 22:00:00
## 2124 2022-11-28 22:00:00
## 2125 2022-11-28 22:00:00
## 2126 2022-11-28 22:00:00
## 2127 2022-11-28 22:00:00
## 2128 2022-11-28 22:00:00
## 2129 2022-11-28 22:00:00
## 2130 2022-11-28 22:00:00
## 2131 2022-11-28 22:00:00
## 2132 2022-11-28 22:00:00
## 2133 2022-11-28 22:00:00
## 2134 2022-11-28 22:00:00
## 2135 2022-11-28 22:00:00
## 2136 2022-11-28 22:00:00
## 2137 2022-11-28 22:00:00
## 2138 2022-11-28 22:00:00
## 2139 2022-11-28 22:00:00
## 2140 2022-11-28 22:00:00
## 2141 2022-11-28 22:00:00
## 2142 2022-11-28 22:00:00
## 2143 2022-11-28 22:00:00
## 2144 2022-11-28 22:00:00
## 2145 2022-11-28 22:00:00
## 2146 2022-11-28 22:00:00
## 2147 2022-11-28 22:00:00
## 2148 2022-11-28 22:00:00
## 2149 2022-11-28 22:00:00
## 2150 2022-11-28 22:00:00
## 2151 2022-11-28 22:00:00
## 2152 2022-11-28 22:00:00
## 2153 2022-11-28 22:00:00
## 2154 2022-11-28 22:00:00
## 2155 2022-11-28 22:00:00
## 2156 2022-11-28 22:00:00
## 2157 2022-11-28 22:00:00
## 2158 2022-11-28 22:00:00
## 2159 2022-11-28 22:00:00
## 2160 2022-11-28 22:00:00
## 2161 2022-11-28 22:00:00
## 2162 2022-11-28 22:00:00
## 2163 2022-11-28 22:00:00
## 2164 2022-11-28 22:00:00
## 2165 2022-11-28 22:00:00
## 2166 2022-11-28 22:00:00
## 2167 2022-11-28 22:00:00
## 2168 2022-11-28 22:00:00
## 2169 2022-11-28 22:00:00
## 2170 2022-11-28 22:00:00
## 2171 2022-11-28 22:00:00
## 2172 2022-11-28 22:00:00
## 2173 2022-11-28 22:00:00
## 2174 2022-11-28 22:00:00
## 2175 2022-11-28 22:00:00
## 2176 2022-11-28 22:00:00
## 2177 2022-11-28 22:00:00
## 2178 2022-11-28 22:00:00
## 2179 2022-11-28 22:00:00
## 2180 2022-11-28 22:00:00
## 2181 2022-11-28 22:00:00
## 2182 2022-11-28 22:00:00
## 2183 2022-11-28 22:00:00
## 2184 2022-11-28 22:00:00
## 2185 2022-11-28 22:00:00
## 2186 2022-11-28 22:00:00
## 2187 2022-11-28 22:00:00
## 2188 2022-11-28 22:00:00
## 2189 2022-11-28 22:00:00
## 2190 2022-11-28 22:00:00
## 2191 2022-11-28 22:00:00
## 2192 2022-11-28 22:00:00
## 2193 2022-11-28 22:00:00
## 2194 2022-11-28 22:00:00
## 2195 2022-11-28 22:00:00
## 2196 2022-11-28 22:00:00
## 2197 2022-11-28 22:00:00
## 2198 2022-11-28 22:00:00
## 2199 2022-11-28 22:00:00
## 2200 2022-11-28 22:00:00
## 2201 2022-11-28 22:00:00
## 2202 2022-11-28 22:00:00
## 2203 2022-11-28 22:00:00
## 2204 2022-11-28 22:00:00
## 2205 2022-11-28 22:00:00
## 2206 2022-11-28 22:00:00
## 2207 2022-11-28 22:00:00
## 2208 2022-11-28 22:00:00
## 2209 2022-11-28 22:00:00
## 2210 2022-11-28 22:00:00
## 2211 2022-11-28 22:00:00
## 2212 2022-11-28 22:00:00
## 2213 2022-11-28 22:00:00
## 2214 2022-11-28 22:00:00
## 2215 2022-11-28 22:00:00
## 2216 2022-11-28 22:00:00
## 2217 2022-11-28 22:00:00
## 2218 2022-11-28 22:00:00
## 2219 2022-11-28 22:00:00
## 2220 2022-11-28 22:00:00
## 2221 2022-11-28 22:00:00
## 2222 2022-11-28 22:00:00
## 2223 2022-11-28 22:00:00
## 2224 2022-11-28 22:00:00
## 2225 2022-11-28 22:00:00
## 2226 2022-11-28 22:00:00
## 2227 2022-11-28 22:00:00
## 2228 2022-11-28 22:00:00
## 2229 2022-11-28 22:00:00
## 2230 2022-11-28 22:00:00
## 2231 2022-11-28 22:00:00
## 2232 2022-11-28 22:00:00
## 2233 2022-11-28 22:00:00
## 2234 2022-11-28 22:00:00
## 2235 2022-11-28 22:00:00
## 2236 2022-11-28 22:00:00
## 2237 2022-11-28 22:00:00
## 2238 2022-11-28 22:00:00
## 2239 2022-11-28 22:00:00
## 2240 2022-11-28 22:00:00
## 2241 2022-11-28 22:00:00
## 2242 2022-11-28 22:00:00
## 2243 2022-11-28 22:00:00
## 2244 2022-11-28 22:00:00
## 2245 2022-11-28 22:00:00
## 2246 2022-11-28 22:00:00
## 2247 2022-11-28 22:00:00
## 2248 2022-11-28 22:00:00
## 2249 2022-11-28 22:00:00
## 2250 2022-11-28 22:00:00
## 2251 2022-11-28 22:00:00
## 2252 2022-11-28 22:00:00
## 2253 2022-11-28 22:00:00
## 2254 2022-11-28 22:00:00
## 2255 2022-11-28 22:00:00
## 2256 2022-11-28 22:00:00
## 2257 2022-11-28 22:00:00
## 2258 2022-11-28 22:00:00
## 2259 2022-11-28 22:00:00
## 2260 2022-11-28 22:00:00
## 2261 2022-11-28 22:00:00
## 2262 2022-11-28 22:00:00
## 2263 2022-11-28 22:00:00
## 2264 2022-11-28 22:00:00
## 2265 2022-11-28 22:00:00
## 2266 2022-11-28 22:00:00
## 2267 2022-11-28 22:00:00
## 2268 2022-11-28 22:00:00
## 2269 2022-11-28 22:00:00
## 2270 2022-11-28 22:00:00
## 2271 2022-11-28 22:00:00
## 2272 2022-11-28 22:00:00
## 2273 2022-11-28 22:00:00
## 2274 2022-11-28 22:00:00
## 2275 2022-11-28 22:00:00
## 2276 2022-11-28 22:00:00
## 2277 2022-11-28 22:00:00
## 2278 2022-11-28 22:00:00
## 2279 2022-11-28 22:00:00
## 2280 2022-11-28 22:00:00
## 2281 2022-11-28 22:00:00
## 2282 2022-11-28 22:00:00
## 2283 2022-11-28 22:00:00
## 2284 2022-11-28 22:00:00
## 2285 2022-11-28 22:00:00
## 2286 2022-11-28 22:00:00
## 2287 2022-11-28 22:00:00
## 2288 2022-11-28 22:00:00
## 2289 2022-11-28 22:00:00
## 2290 2022-11-28 22:00:00
## 2291 2022-11-28 22:00:00
## 2292 2022-11-28 22:00:00
## 2293 2022-11-28 22:00:00
## 2294 2022-11-28 22:00:00
## 2295 2022-11-28 22:00:00
## 2296 2022-11-28 22:00:00
## 2297 2022-11-28 22:00:00
## 2298 2022-11-28 22:00:00
## 2299 2022-11-28 22:00:00
## 2300 2022-11-28 22:00:00
## 2301 2022-11-28 22:00:00
## 2302 2022-11-28 22:00:00
## 2303 2022-11-28 22:00:00
## 2304 2022-11-28 22:00:00
## 2305 2022-11-28 22:00:00
## 2306 2022-11-28 22:00:00
## 2307 2022-11-28 22:00:00
## 2308 2022-11-28 22:00:00
## 2309 2022-11-28 22:00:00
## 2310 2022-11-28 22:00:00
## 2311 2022-11-28 22:00:00
## 2312 2022-11-28 22:00:00
## 2313 2022-11-28 22:00:00
## 2314 2022-11-28 22:00:00
## 2315 2022-11-28 22:00:00
## 2316 2022-11-28 22:00:00
## 2317 2022-11-28 22:00:00
## 2318 2022-11-28 22:00:00
## 2319 2022-11-28 22:00:00
## 2320 2022-11-28 22:00:00
## 2321 2022-11-28 22:00:00
## 2322 2022-11-28 22:00:00
## 2323 2022-11-28 22:00:00
## 2324 2022-11-28 22:00:00
## 2325 2022-11-28 22:00:00
## 2326 2022-11-28 22:00:00
## 2327 2022-11-28 22:00:00
## 2328 2022-11-28 22:00:00
## 2329 2022-11-28 22:00:00
## 2330 2022-11-28 22:00:00
## 2331 2022-11-28 22:00:00
## 2332 2022-11-28 22:00:00
## 2333 2022-11-28 22:00:00
## 2334 2022-11-28 22:00:00
## 2335 2022-11-28 22:00:00
## 2336 2022-11-28 22:00:00
## 2337 2022-11-28 22:00:00
## 2338 2022-11-28 22:00:00
## 2339 2022-11-28 22:00:00
## 2340 2022-11-28 22:00:00
## 2341 2022-11-28 22:00:00
## 2342 2022-11-28 22:00:00
## 2343 2022-11-28 22:00:00
## 2344 2022-11-28 22:00:00
## 2345 2022-11-28 22:00:00
## 2346 2022-11-28 22:00:00
## 2347 2022-11-28 22:00:00
## 2348 2022-11-28 22:00:00
## 2349 2022-11-28 22:00:00
## 2350 2022-11-28 22:00:00
## 2351 2022-11-28 22:00:00
## 2352 2022-11-28 22:00:00
## 2353 2022-11-28 22:00:00
## 2354 2022-11-28 22:00:00
## 2355 2022-11-28 22:00:00
## 2356 2022-11-28 22:00:00
## 2357 2022-11-28 22:00:00
## 2358 2022-11-28 22:00:00
## 2359 2022-11-28 22:00:00
## 2360 2022-11-28 22:00:00
## 2361 2022-11-28 22:00:00
## 2362 2022-11-28 22:00:00
## 2363 2022-11-28 22:00:00
## 2364 2022-11-28 22:00:00
## 2365 2022-11-28 22:00:00
## 2366 2022-11-28 22:00:00
## 2367 2022-11-28 22:00:00
## 2368 2022-11-28 22:00:00
## 2369 2022-11-28 22:00:00
## 2370 2022-11-28 22:00:00
## 2371 2022-11-28 22:00:00
## 2372 2022-11-28 22:00:00
## 2373 2022-11-28 22:00:00
## 2374 2022-11-28 22:00:00
## 2375 2022-11-28 22:00:00
## 2376 2022-11-28 22:00:00
## 2377 2022-11-28 22:00:00
## 2378 2022-11-28 22:00:00
## 2379 2022-11-28 22:00:00
## 2380 2022-11-28 22:00:00
## 2381 2022-11-28 22:00:00
## 2382 2022-11-28 22:00:00
## 2383 2022-11-28 22:00:00
## 2384 2022-11-28 22:00:00
## 2385 2022-11-28 22:00:00
## 2386 2022-11-28 22:00:00
## 2387 2022-11-28 22:00:00
## 2388 2022-11-28 22:00:00
## 2389 2022-11-28 22:00:00
## 2390 2022-11-28 22:00:00
## 2391 2022-11-28 22:00:00
## 2392 2022-11-28 22:00:00
## 2393 2022-11-28 22:00:00
## 2394 2022-11-28 22:00:00
## 2395 2022-11-28 22:00:00
## 2396 2022-11-28 22:00:00
## 2397 2022-11-28 22:00:00
## 2398 2022-11-28 22:00:00
## 2399 2022-11-28 22:00:00
## 2400 2022-11-28 22:00:00
## 2401 2022-11-28 22:00:00
## 2402 2022-11-28 22:00:00
## 2403 2022-11-28 22:00:00
## 2404 2022-11-28 22:00:00
## 2405 2022-11-28 22:00:00
## 2406 2022-11-28 22:00:00
## 2407 2022-11-28 22:00:00
## 2408 2022-11-28 22:00:00
## 2409 2022-11-28 22:00:00
## 2410 2022-11-28 22:00:00
## 2411 2022-11-28 22:00:00
## 2412 2022-11-28 22:00:00
## 2413 2022-11-28 22:00:00
## 2414 2022-11-28 22:00:00
## 2415 2022-11-28 22:00:00
## 2416 2022-11-28 22:00:00
## 2417 2022-11-28 22:00:00
## 2418 2022-11-28 22:00:00
## 2419 2022-11-28 22:00:00
## 2420 2022-11-28 22:00:00
## 2421 2022-11-28 22:00:00
## 2422 2022-11-28 22:00:00
## 2423 2022-11-28 22:00:00
## 2424 2022-11-28 22:00:00
## 2425 2022-11-28 22:00:00
## 2426 2022-11-28 22:00:00
## 2427 2022-11-28 22:00:00
## 2428 2022-11-28 22:00:00
## 2429 2022-11-28 22:00:00
## 2430 2022-11-28 22:00:00
## 2431 2022-11-28 22:00:00
## 2432 2022-11-28 22:00:00
## 2433 2022-11-28 22:00:00
## 2434 2022-11-28 22:00:00
## 2435 2022-11-28 22:00:00
## 2436 2022-11-28 22:00:00
## 2437 2022-11-28 22:00:00
## 2438 2022-11-28 22:00:00
## 2439 2022-11-28 22:00:00
## 2440 2022-11-28 22:00:00
## 2441 2022-11-28 22:00:00
## 2442 2022-11-28 22:00:00
## 2443 2022-11-28 22:00:00
## 2444 2022-11-28 22:00:00
## 2445 2022-11-28 22:00:00
## 2446 2022-11-28 22:00:00
## 2447 2022-11-28 22:00:00
## 2448 2022-11-28 22:00:00
## 2449 2022-11-28 22:00:00
## 2450 2022-11-28 22:00:00
## 2451 2022-11-28 22:00:00
## 2452 2022-11-28 22:00:00
## 2453 2022-11-28 22:00:00
## 2454 2022-11-28 22:00:00
## 2455 2022-11-28 22:00:00
## 2456 2022-11-28 22:00:00
## 2457 2022-11-28 22:00:00
## 2458 2022-11-28 22:00:00
## 2459 2022-11-28 22:00:00
## 2460 2022-11-28 22:00:00
## 2461 2022-11-28 22:00:00
## 2462 2022-11-28 22:00:00
## 2463 2022-11-28 22:00:00
## 2464 2022-11-28 22:00:00
## 2465 2022-11-28 22:00:00
## 2466 2022-11-28 22:00:00
## 2467 2022-11-28 22:00:00
## 2468 2022-11-28 22:00:00
## 2469 2022-11-28 22:00:00
## 2470 2022-11-28 22:00:00
## 2471 2022-11-28 22:00:00
## 2472 2022-11-28 22:00:00
## 2473 2022-11-28 22:00:00
## 2474 2022-11-28 22:00:00
## 2475 2022-11-28 22:00:00
## 2476 2022-11-28 22:00:00
## 2477 2022-11-28 22:00:00
## 2478 2022-11-28 22:00:00
## 2479 2022-11-28 22:00:00
## 2480 2022-11-28 22:00:00
## 2481 2022-11-28 22:00:00
## 2482 2022-11-28 22:00:00
## 2483 2022-11-28 22:00:00
## 2484 2022-11-28 22:00:00
## 2485 2022-11-28 22:00:00
## 2486 2022-11-28 22:00:00
## 2487 2022-11-28 22:00:00
## 2488 2022-11-28 22:00:00
## 2489 2022-11-28 22:00:00
## 2490 2022-11-28 22:00:00
## 2491 2022-11-28 22:00:00
## 2492 2022-11-28 22:00:00
## 2493 2022-11-28 22:00:00
## 2494 2022-11-28 22:00:00
## 2495 2022-11-28 22:00:00
## 2496 2022-11-28 22:00:00
## 2497 2022-11-28 22:00:00
## 2498 2022-11-28 22:00:00
## 2499 2022-11-28 22:00:00
## 2500 2022-11-28 22:00:00
## 2501 2022-11-28 22:00:00
## 2502 2022-11-28 22:00:00
## 2503 2022-11-28 22:00:00
## 2504 2022-11-28 22:00:00
## 2505 2022-11-28 22:00:00
## 2506 2022-11-28 22:00:00
## 2507 2022-11-28 22:00:00
## 2508 2022-11-28 22:00:00
## 2509 2022-11-28 22:00:00
## 2510 2022-11-28 22:00:00
## 2511 2022-11-28 22:00:00
## 2512 2022-11-28 22:00:00
## 2513 2022-11-28 22:00:00
## 2514 2022-11-28 22:00:00
## 2515 2022-11-28 22:00:00
## 2516 2022-11-28 22:00:00
## 2517 2022-11-28 22:00:00
## 2518 2022-11-28 22:00:00
## 2519 2022-11-28 22:00:00
## 2520 2022-11-28 22:00:00
## 2521 2022-11-28 22:00:00
## 2522 2022-11-28 22:00:00
## 2523 2022-11-28 22:00:00
## 2524 2022-11-28 22:00:00
## 2525 2022-11-28 22:00:00
## 2526 2022-11-28 22:00:00
## 2527 2022-11-28 22:00:00
## 2528 2022-11-28 22:00:00
## 2529 2022-11-28 22:00:00
## 2530 2022-11-28 22:00:00
## 2531 2022-11-28 22:00:00
## 2532 2022-11-28 22:00:00
## 2533 2022-11-28 22:00:00
## 2534 2022-11-28 22:00:00
## 2535 2022-11-28 22:00:00
## 2536 2022-11-28 22:00:00
## 2537 2022-11-28 22:00:00
## 2538 2022-11-28 22:00:00
## 2539 2022-11-28 22:00:00
## 2540 2022-11-28 22:00:00
## 2541 2022-11-28 22:00:00
## 2542 2022-11-28 22:00:00
## 2543 2022-11-28 22:00:00
## 2544 2022-11-28 22:00:00
## 2545 2022-11-28 22:00:00
## 2546 2022-11-28 22:00:00
## 2547 2022-11-28 22:00:00
## 2548 2022-11-28 22:00:00
## 2549 2022-11-28 22:00:00
## 2550 2022-11-28 22:00:00
## 2551 2022-11-28 22:00:00
## 2552 2022-11-28 22:00:00
## 2553 2022-11-28 22:00:00
## 2554 2022-11-28 22:00:00
## 2555 2022-11-28 22:00:00
## 2556 2022-11-28 22:00:00
## 2557 2022-11-28 22:00:00
## 2558 2022-11-28 22:00:00
## 2559 2022-11-28 22:00:00
## 2560 2022-11-28 22:00:00
## 2561 2022-11-28 22:00:00
## 2562 2022-11-28 22:00:00
## 2563 2022-11-28 22:00:00
## 2564 2022-11-28 22:00:00
## 2565 2022-11-28 22:00:00
## 2566 2022-11-28 22:00:00
## 2567 2022-11-28 22:00:00
## 2568 2022-11-28 22:00:00
## 2569 2022-11-28 22:00:00
## 2570 2022-11-28 22:00:00
## 2571 2022-11-28 22:00:00
## 2572 2022-11-28 22:00:00
## 2573 2022-11-28 21:00:00
## 2574 2022-11-28 21:00:00
## 2575 2022-11-28 21:00:00
## 2576 2022-11-28 21:00:00
## 2577 2022-11-28 21:00:00
## 2578 2022-11-28 21:00:00
## 2579 2022-11-28 21:00:00
## 2580 2022-11-28 21:00:00
## 2581 2022-11-28 21:00:00
## 2582 2022-11-28 21:00:00
## 2583 2022-11-28 21:00:00
## 2584 2022-11-28 21:00:00
## 2585 2022-11-28 21:00:00
## 2586 2022-11-28 21:00:00
## 2587 2022-11-28 21:00:00
## 2588 2022-11-28 21:00:00
## 2589 2022-11-28 21:00:00
## 2590 2022-11-28 21:00:00
## 2591 2022-11-28 21:00:00
## 2592 2022-11-28 21:00:00
## 2593 2022-11-28 21:00:00
## 2594 2022-11-28 21:00:00
## 2595 2022-11-28 21:00:00
## 2596 2022-11-28 21:00:00
## 2597 2022-11-28 21:00:00
## 2598 2022-11-28 21:00:00
## 2599 2022-11-28 21:00:00
## 2600 2022-11-28 21:00:00
## 2601 2022-11-28 21:00:00
## 2602 2022-11-28 21:00:00
## 2603 2022-11-28 21:00:00
## 2604 2022-11-28 21:00:00
## 2605 2022-11-28 21:00:00
## 2606 2022-11-28 21:00:00
## 2607 2022-11-28 21:00:00
## 2608 2022-11-28 21:00:00
## 2609 2022-11-28 21:00:00
## 2610 2022-11-28 21:00:00
## 2611 2022-11-28 21:00:00
## 2612 2022-11-28 21:00:00
## 2613 2022-11-28 21:00:00
## 2614 2022-11-28 21:00:00
## 2615 2022-11-28 21:00:00
## 2616 2022-11-28 21:00:00
## 2617 2022-11-28 21:00:00
## 2618 2022-11-28 21:00:00
## 2619 2022-11-28 21:00:00
## 2620 2022-11-28 21:00:00
## 2621 2022-11-28 21:00:00
## 2622 2022-11-28 21:00:00
## 2623 2022-11-28 21:00:00
## 2624 2022-11-28 21:00:00
## 2625 2022-11-28 21:00:00
## 2626 2022-11-28 21:00:00
## 2627 2022-11-28 21:00:00
## 2628 2022-11-28 21:00:00
## 2629 2022-11-28 21:00:00
## 2630 2022-11-28 21:00:00
## 2631 2022-11-28 21:00:00
## 2632 2022-11-28 21:00:00
## 2633 2022-11-28 21:00:00
## 2634 2022-11-28 21:00:00
## 2635 2022-11-28 21:00:00
## 2636 2022-11-28 21:00:00
## 2637 2022-11-28 21:00:00
## 2638 2022-11-28 21:00:00
## 2639 2022-11-28 21:00:00
## 2640 2022-11-28 21:00:00
## 2641 2022-11-28 21:00:00
## 2642 2022-11-28 21:00:00
## 2643 2022-11-28 21:00:00
## 2644 2022-11-28 21:00:00
## 2645 2022-11-28 21:00:00
## 2646 2022-11-28 21:00:00
## 2647 2022-11-28 21:00:00
## 2648 2022-11-28 21:00:00
## 2649 2022-11-28 21:00:00
## 2650 2022-11-28 21:00:00
## 2651 2022-11-28 21:00:00
## 2652 2022-11-28 21:00:00
## 2653 2022-11-28 21:00:00
## 2654 2022-11-28 21:00:00
## 2655 2022-11-28 21:00:00
## 2656 2022-11-28 21:00:00
## 2657 2022-11-28 21:00:00
## 2658 2022-11-28 21:00:00
## 2659 2022-11-28 21:00:00
## 2660 2022-11-28 21:00:00
## 2661 2022-11-28 21:00:00
## 2662 2022-11-28 21:00:00
## 2663 2022-11-28 21:00:00
## 2664 2022-11-28 21:00:00
## 2665 2022-11-28 21:00:00
## 2666 2022-11-28 21:00:00
## 2667 2022-11-28 21:00:00
## 2668 2022-11-28 21:00:00
## 2669 2022-11-28 21:00:00
## 2670 2022-11-28 21:00:00
## 2671 2022-11-28 21:00:00
## 2672 2022-11-28 21:00:00
## 2673 2022-11-28 21:00:00
## 2674 2022-11-28 21:00:00
## 2675 2022-11-28 21:00:00
## 2676 2022-11-28 21:00:00
## 2677 2022-11-28 21:00:00
## 2678 2022-11-28 21:00:00
## 2679 2022-11-28 21:00:00
## 2680 2022-11-28 21:00:00
## 2681 2022-11-28 21:00:00
## 2682 2022-11-28 21:00:00
## 2683 2022-11-28 21:00:00
## 2684 2022-11-28 21:00:00
## 2685 2022-11-28 21:00:00
## 2686 2022-11-28 21:00:00
## 2687 2022-11-28 21:00:00
## 2688 2022-11-28 21:00:00
## 2689 2022-11-28 21:00:00
## 2690 2022-11-28 21:00:00
## 2691 2022-11-28 21:00:00
## 2692 2022-11-28 21:00:00
## 2693 2022-11-28 21:00:00
## 2694 2022-11-28 21:00:00
## 2695 2022-11-28 21:00:00
## 2696 2022-11-28 21:00:00
## 2697 2022-11-28 21:00:00
## 2698 2022-11-28 21:00:00
## 2699 2022-11-28 21:00:00
## 2700 2022-11-28 21:00:00
## 2701 2022-11-28 21:00:00
## 2702 2022-11-28 21:00:00
## 2703 2022-11-28 21:00:00
## 2704 2022-11-28 21:00:00
## 2705 2022-11-28 21:00:00
## 2706 2022-11-28 21:00:00
## 2707 2022-11-28 21:00:00
## 2708 2022-11-28 21:00:00
## 2709 2022-11-28 21:00:00
## 2710 2022-11-28 21:00:00
## 2711 2022-11-28 21:00:00
## 2712 2022-11-28 21:00:00
## 2713 2022-11-28 21:00:00
## 2714 2022-11-28 21:00:00
## 2715 2022-11-28 21:00:00
## 2716 2022-11-28 21:00:00
## 2717 2022-11-28 21:00:00
## 2718 2022-11-28 21:00:00
## 2719 2022-11-28 21:00:00
## 2720 2022-11-28 21:00:00
## 2721 2022-11-28 21:00:00
## 2722 2022-11-28 21:00:00
## 2723 2022-11-28 21:00:00
## 2724 2022-11-28 21:00:00
## 2725 2022-11-28 21:00:00
## 2726 2022-11-28 21:00:00
## 2727 2022-11-28 21:00:00
## 2728 2022-11-28 21:00:00
## 2729 2022-11-28 21:00:00
## 2730 2022-11-28 21:00:00
## 2731 2022-11-28 21:00:00
## 2732 2022-11-28 21:00:00
## 2733 2022-11-28 21:00:00
## 2734 2022-11-28 21:00:00
## 2735 2022-11-28 21:00:00
## 2736 2022-11-28 21:00:00
## 2737 2022-11-28 21:00:00
## 2738 2022-11-28 21:00:00
## 2739 2022-11-28 21:00:00
## 2740 2022-11-28 21:00:00
## 2741 2022-11-28 21:00:00
## 2742 2022-11-28 21:00:00
## 2743 2022-11-28 21:00:00
## 2744 2022-11-28 21:00:00
## 2745 2022-11-28 21:00:00
## 2746 2022-11-28 21:00:00
## 2747 2022-11-28 21:00:00
## 2748 2022-11-28 21:00:00
## 2749 2022-11-28 21:00:00
## 2750 2022-11-28 21:00:00
## 2751 2022-11-28 21:00:00
## 2752 2022-11-28 21:00:00
## 2753 2022-11-28 21:00:00
## 2754 2022-11-28 21:00:00
## 2755 2022-11-28 21:00:00
## 2756 2022-11-28 21:00:00
## 2757 2022-11-28 21:00:00
## 2758 2022-11-28 21:00:00
## 2759 2022-11-28 21:00:00
## 2760 2022-11-28 21:00:00
## 2761 2022-11-28 21:00:00
## 2762 2022-11-28 21:00:00
## 2763 2022-11-28 21:00:00
## 2764 2022-11-28 21:00:00
## 2765 2022-11-28 21:00:00
## 2766 2022-11-28 21:00:00
## 2767 2022-11-28 21:00:00
## 2768 2022-11-28 21:00:00
## 2769 2022-11-28 21:00:00
## 2770 2022-11-28 21:00:00
## 2771 2022-11-28 21:00:00
## 2772 2022-11-28 21:00:00
## 2773 2022-11-28 21:00:00
## 2774 2022-11-28 21:00:00
## 2775 2022-11-28 21:00:00
## 2776 2022-11-28 21:00:00
## 2777 2022-11-28 21:00:00
## 2778 2022-11-28 21:00:00
## 2779 2022-11-28 21:00:00
## 2780 2022-11-28 21:00:00
## 2781 2022-11-28 21:00:00
## 2782 2022-11-28 21:00:00
## 2783 2022-11-28 21:00:00
## 2784 2022-11-28 21:00:00
## 2785 2022-11-28 21:00:00
## 2786 2022-11-28 21:00:00
## 2787 2022-11-28 21:00:00
## 2788 2022-11-28 21:00:00
## 2789 2022-11-28 21:00:00
## 2790 2022-11-28 21:00:00
## 2791 2022-11-28 21:00:00
## 2792 2022-11-28 21:00:00
## 2793 2022-11-28 21:00:00
## 2794 2022-11-28 21:00:00
## 2795 2022-11-28 21:00:00
## 2796 2022-11-28 21:00:00
## 2797 2022-11-28 21:00:00
## 2798 2022-11-28 21:00:00
## 2799 2022-11-28 21:00:00
## 2800 2022-11-28 21:00:00
## 2801 2022-11-28 21:00:00
## 2802 2022-11-28 21:00:00
## 2803 2022-11-28 21:00:00
## 2804 2022-11-28 21:00:00
## 2805 2022-11-28 21:00:00
## 2806 2022-11-28 21:00:00
## 2807 2022-11-28 21:00:00
## 2808 2022-11-28 21:00:00
## 2809 2022-11-28 21:00:00
## 2810 2022-11-28 21:00:00
## 2811 2022-11-28 21:00:00
## 2812 2022-11-28 21:00:00
## 2813 2022-11-28 21:00:00
## 2814 2022-11-28 21:00:00
## 2815 2022-11-28 21:00:00
## 2816 2022-11-28 21:00:00
## 2817 2022-11-28 21:00:00
## 2818 2022-11-28 21:00:00
## 2819 2022-11-28 21:00:00
## 2820 2022-11-28 21:00:00
## 2821 2022-11-28 21:00:00
## 2822 2022-11-28 21:00:00
## 2823 2022-11-28 21:00:00
## 2824 2022-11-28 21:00:00
## 2825 2022-11-28 21:00:00
## 2826 2022-11-28 21:00:00
## 2827 2022-11-28 21:00:00
## 2828 2022-11-28 21:00:00
## 2829 2022-11-28 21:00:00
## 2830 2022-11-28 21:00:00
## 2831 2022-11-28 21:00:00
## 2832 2022-11-28 21:00:00
## 2833 2022-11-28 21:00:00
## 2834 2022-11-28 21:00:00
## 2835 2022-11-28 21:00:00
## 2836 2022-11-28 21:00:00
## 2837 2022-11-28 21:00:00
## 2838 2022-11-28 21:00:00
## 2839 2022-11-28 21:00:00
## 2840 2022-11-28 21:00:00
## 2841 2022-11-28 21:00:00
## 2842 2022-11-28 21:00:00
## 2843 2022-11-28 21:00:00
## 2844 2022-11-28 21:00:00
## 2845 2022-11-28 21:00:00
## 2846 2022-11-28 21:00:00
## 2847 2022-11-28 21:00:00
## 2848 2022-11-28 21:00:00
## 2849 2022-11-28 21:00:00
## 2850 2022-11-28 21:00:00
## 2851 2022-11-28 21:00:00
## 2852 2022-11-28 21:00:00
## 2853 2022-11-28 21:00:00
## 2854 2022-11-28 21:00:00
## 2855 2022-11-28 21:00:00
## 2856 2022-11-28 21:00:00
## 2857 2022-11-28 21:00:00
## 2858 2022-11-28 21:00:00
## 2859 2022-11-28 21:00:00
## 2860 2022-11-28 21:00:00
## 2861 2022-11-28 21:00:00
## 2862 2022-11-28 21:00:00
## 2863 2022-11-28 21:00:00
## 2864 2022-11-28 21:00:00
## 2865 2022-11-28 21:00:00
## 2866 2022-11-28 21:00:00
## 2867 2022-11-28 21:00:00
## 2868 2022-11-28 21:00:00
## 2869 2022-11-28 21:00:00
## 2870 2022-11-28 21:00:00
## 2871 2022-11-28 21:00:00
## 2872 2022-11-28 21:00:00
## 2873 2022-11-28 21:00:00
## 2874 2022-11-28 21:00:00
## 2875 2022-11-28 21:00:00
## 2876 2022-11-28 21:00:00
## 2877 2022-11-28 21:00:00
## 2878 2022-11-28 21:00:00
## 2879 2022-11-28 21:00:00
## 2880 2022-11-28 21:00:00
## 2881 2022-11-28 21:00:00
## 2882 2022-11-28 21:00:00
## 2883 2022-11-28 21:00:00
## 2884 2022-11-28 21:00:00
## 2885 2022-11-28 21:00:00
## 2886 2022-11-28 21:00:00
## 2887 2022-11-28 21:00:00
## 2888 2022-11-28 21:00:00
## 2889 2022-11-28 21:00:00
## 2890 2022-11-28 21:00:00
## 2891 2022-11-28 21:00:00
## 2892 2022-11-28 21:00:00
## 2893 2022-11-28 21:00:00
## 2894 2022-11-28 21:00:00
## 2895 2022-11-28 21:00:00
## 2896 2022-11-28 21:00:00
## 2897 2022-11-28 21:00:00
## 2898 2022-11-28 21:00:00
## 2899 2022-11-28 21:00:00
## 2900 2022-11-28 21:00:00
## 2901 2022-11-28 21:00:00
## 2902 2022-11-28 21:00:00
## 2903 2022-11-28 21:00:00
## 2904 2022-11-28 21:00:00
## 2905 2022-11-28 21:00:00
## 2906 2022-11-28 21:00:00
## 2907 2022-11-28 21:00:00
## 2908 2022-11-28 21:00:00
## 2909 2022-11-28 21:00:00
## 2910 2022-11-28 21:00:00
## 2911 2022-11-28 21:00:00
## 2912 2022-11-28 21:00:00
## 2913 2022-11-28 21:00:00
## 2914 2022-11-28 21:00:00
## 2915 2022-11-28 21:00:00
## 2916 2022-11-28 21:00:00
## 2917 2022-11-28 21:00:00
## 2918 2022-11-28 21:00:00
## 2919 2022-11-28 21:00:00
## 2920 2022-11-28 21:00:00
## 2921 2022-11-28 21:00:00
## 2922 2022-11-28 21:00:00
## 2923 2022-11-28 21:00:00
## 2924 2022-11-28 21:00:00
## 2925 2022-11-28 21:00:00
## 2926 2022-11-28 21:00:00
## 2927 2022-11-28 21:00:00
## 2928 2022-11-28 21:00:00
## 2929 2022-11-28 21:00:00
## 2930 2022-11-28 21:00:00
## 2931 2022-11-28 21:00:00
## 2932 2022-11-28 21:00:00
## 2933 2022-11-28 21:00:00
## 2934 2022-11-28 21:00:00
## 2935 2022-11-28 21:00:00
## 2936 2022-11-28 21:00:00
## 2937 2022-11-28 21:00:00
## 2938 2022-11-28 21:00:00
## 2939 2022-11-28 21:00:00
## 2940 2022-11-28 21:00:00
## 2941 2022-11-28 21:00:00
## 2942 2022-11-28 21:00:00
## 2943 2022-11-28 21:00:00
## 2944 2022-11-28 21:00:00
## 2945 2022-11-28 21:00:00
## 2946 2022-11-28 21:00:00
## 2947 2022-11-28 21:00:00
## 2948 2022-11-28 21:00:00
## 2949 2022-11-28 21:00:00
## 2950 2022-11-28 21:00:00
## 2951 2022-11-28 21:00:00
## 2952 2022-11-28 21:00:00
## 2953 2022-11-28 21:00:00
## 2954 2022-11-28 21:00:00
## 2955 2022-11-28 21:00:00
## 2956 2022-11-28 21:00:00
## 2957 2022-11-28 21:00:00
## 2958 2022-11-28 21:00:00
## 2959 2022-11-28 21:00:00
## 2960 2022-11-28 21:00:00
## 2961 2022-11-28 21:00:00
## 2962 2022-11-28 21:00:00
## 2963 2022-11-28 21:00:00
## 2964 2022-11-28 21:00:00
## 2965 2022-11-28 21:00:00
## 2966 2022-11-28 21:00:00
## 2967 2022-11-28 21:00:00
## 2968 2022-11-28 21:00:00
## 2969 2022-11-28 21:00:00
## 2970 2022-11-28 21:00:00
## 2971 2022-11-28 21:00:00
## 2972 2022-11-28 21:00:00
## 2973 2022-11-28 21:00:00
## 2974 2022-11-28 21:00:00
## 2975 2022-11-28 21:00:00
## 2976 2022-11-28 21:00:00
## 2977 2022-11-28 21:00:00
## 2978 2022-11-28 21:00:00
## 2979 2022-11-28 21:00:00
## 2980 2022-11-28 21:00:00
## 2981 2022-11-28 21:00:00
## 2982 2022-11-28 21:00:00
## 2983 2022-11-28 21:00:00
## 2984 2022-11-28 21:00:00
## 2985 2022-11-28 21:00:00
## 2986 2022-11-28 21:00:00
## 2987 2022-11-28 21:00:00
## 2988 2022-11-28 21:00:00
## 2989 2022-11-28 21:00:00
## 2990 2022-11-28 21:00:00
## 2991 2022-11-28 21:00:00
## 2992 2022-11-28 21:00:00
## 2993 2022-11-28 21:00:00
## 2994 2022-11-28 21:00:00
## 2995 2022-11-28 21:00:00
## 2996 2022-11-28 21:00:00
## 2997 2022-11-28 21:00:00
## 2998 2022-11-28 21:00:00
## 2999 2022-11-28 21:00:00
## 3000 2022-11-28 21:00:00
## 3001 2022-11-28 21:00:00
## 3002 2022-11-28 21:00:00
## 3003 2022-11-28 21:00:00
## 3004 2022-11-28 21:00:00
## 3005 2022-11-28 21:00:00
## 3006 2022-11-28 21:00:00
## 3007 2022-11-28 21:00:00
## 3008 2022-11-28 21:00:00
## 3009 2022-11-28 21:00:00
## 3010 2022-11-28 21:00:00
## 3011 2022-11-28 21:00:00
## 3012 2022-11-28 21:00:00
## 3013 2022-11-28 21:00:00
## 3014 2022-11-28 21:00:00
## 3015 2022-11-28 21:00:00
## 3016 2022-11-28 21:00:00
## 3017 2022-11-28 21:00:00
## 3018 2022-11-28 21:00:00
## 3019 2022-11-28 21:00:00
## 3020 2022-11-28 21:00:00
## 3021 2022-11-28 21:00:00
## 3022 2022-11-28 21:00:00
## 3023 2022-11-28 21:00:00
## 3024 2022-11-28 21:00:00
## 3025 2022-11-28 21:00:00
## 3026 2022-11-28 21:00:00
## 3027 2022-11-28 21:00:00
## 3028 2022-11-28 21:00:00
## 3029 2022-11-28 21:00:00
## 3030 2022-11-28 21:00:00
## 3031 2022-11-28 21:00:00
## 3032 2022-11-28 21:00:00
## 3033 2022-11-28 21:00:00
## 3034 2022-11-28 21:00:00
## 3035 2022-11-28 21:00:00
## 3036 2022-11-28 21:00:00
## 3037 2022-11-28 21:00:00
## 3038 2022-11-28 21:00:00
## 3039 2022-11-28 21:00:00
## 3040 2022-11-28 21:00:00
## 3041 2022-11-28 21:00:00
## 3042 2022-11-28 21:00:00
## 3043 2022-11-28 21:00:00
## 3044 2022-11-28 21:00:00
## 3045 2022-11-28 21:00:00
## 3046 2022-11-28 21:00:00
## 3047 2022-11-28 21:00:00
## 3048 2022-11-28 21:00:00
## 3049 2022-11-28 21:00:00
## 3050 2022-11-28 21:00:00
## 3051 2022-11-28 21:00:00
## 3052 2022-11-28 21:00:00
## 3053 2022-11-28 21:00:00
## 3054 2022-11-28 21:00:00
## 3055 2022-11-28 21:00:00
## 3056 2022-11-28 21:00:00
## 3057 2022-11-28 21:00:00
## 3058 2022-11-28 21:00:00
## 3059 2022-11-28 21:00:00
## 3060 2022-11-28 21:00:00
## 3061 2022-11-28 21:00:00
## 3062 2022-11-28 21:00:00
## 3063 2022-11-28 21:00:00
## 3064 2022-11-28 21:00:00
## 3065 2022-11-28 21:00:00
## 3066 2022-11-28 21:00:00
## 3067 2022-11-28 21:00:00
## 3068 2022-11-28 21:00:00
## 3069 2022-11-28 21:00:00
## 3070 2022-11-28 21:00:00
## 3071 2022-11-28 21:00:00
## 3072 2022-11-28 21:00:00
## 3073 2022-11-28 21:00:00
## 3074 2022-11-28 21:00:00
## 3075 2022-11-28 21:00:00
## 3076 2022-11-28 21:00:00
## 3077 2022-11-28 21:00:00
## 3078 2022-11-28 21:00:00
## 3079 2022-11-28 21:00:00
## 3080 2022-11-28 21:00:00
## 3081 2022-11-28 21:00:00
## 3082 2022-11-28 21:00:00
## 3083 2022-11-28 21:00:00
## 3084 2022-11-28 21:00:00
## 3085 2022-11-28 21:00:00
## 3086 2022-11-28 21:00:00
## 3087 2022-11-28 21:00:00
## 3088 2022-11-28 21:00:00
## 3089 2022-11-28 21:00:00
## 3090 2022-11-28 21:00:00
## 3091 2022-11-28 21:00:00
## 3092 2022-11-28 21:00:00
## 3093 2022-11-28 21:00:00
## 3094 2022-11-28 21:00:00
## 3095 2022-11-28 21:00:00
## 3096 2022-11-28 21:00:00
## 3097 2022-11-28 21:00:00
## 3098 2022-11-28 21:00:00
## 3099 2022-11-28 21:00:00
## 3100 2022-11-28 21:00:00
## 3101 2022-11-28 21:00:00
## 3102 2022-11-28 21:00:00
## 3103 2022-11-28 21:00:00
## 3104 2022-11-28 21:00:00
## 3105 2022-11-28 21:00:00
## 3106 2022-11-28 21:00:00
## 3107 2022-11-28 21:00:00
## 3108 2022-11-28 21:00:00
## 3109 2022-11-28 21:00:00
## 3110 2022-11-28 21:00:00
## 3111 2022-11-28 21:00:00
## 3112 2022-11-28 21:00:00
## 3113 2022-11-28 21:00:00
## 3114 2022-11-28 21:00:00
## 3115 2022-11-28 21:00:00
## 3116 2022-11-28 21:00:00
## 3117 2022-11-28 21:00:00
## 3118 2022-11-28 21:00:00
## 3119 2022-11-28 21:00:00
## 3120 2022-11-28 21:00:00
## 3121 2022-11-28 21:00:00
## 3122 2022-11-28 21:00:00
## 3123 2022-11-28 21:00:00
## 3124 2022-11-28 21:00:00
## 3125 2022-11-28 21:00:00
## 3126 2022-11-28 21:00:00
## 3127 2022-11-28 21:00:00
## 3128 2022-11-28 21:00:00
## 3129 2022-11-28 21:00:00
## 3130 2022-11-28 21:00:00
## 3131 2022-11-28 21:00:00
## 3132 2022-11-28 21:00:00
## 3133 2022-11-28 21:00:00
## 3134 2022-11-28 21:00:00
## 3135 2022-11-28 21:00:00
## 3136 2022-11-28 21:00:00
## 3137 2022-11-28 21:00:00
## 3138 2022-11-28 21:00:00
## 3139 2022-11-28 21:00:00
## 3140 2022-11-28 21:00:00
## 3141 2022-11-28 21:00:00
## 3142 2022-11-28 21:00:00
## 3143 2022-11-28 21:00:00
## 3144 2022-11-28 21:00:00
## 3145 2022-11-28 21:00:00
## 3146 2022-11-28 21:00:00
## 3147 2022-11-28 21:00:00
## 3148 2022-11-28 21:00:00
## 3149 2022-11-28 21:00:00
## 3150 2022-11-28 21:00:00
## 3151 2022-11-28 21:00:00
## 3152 2022-11-28 21:00:00
## 3153 2022-11-28 21:00:00
## 3154 2022-11-28 21:00:00
## 3155 2022-11-28 21:00:00
## 3156 2022-11-28 21:00:00
## 3157 2022-11-28 21:00:00
## 3158 2022-11-28 21:00:00
## 3159 2022-11-28 21:00:00
## 3160 2022-11-28 21:00:00
## 3161 2022-11-28 21:00:00
## 3162 2022-11-28 21:00:00
## 3163 2022-11-28 21:00:00
## 3164 2022-11-28 21:00:00
## 3165 2022-11-28 21:00:00
## 3166 2022-11-28 21:00:00
## 3167 2022-11-28 21:00:00
## 3168 2022-11-28 21:00:00
## 3169 2022-11-28 21:00:00
## 3170 2022-11-28 21:00:00
## 3171 2022-11-28 21:00:00
## 3172 2022-11-28 21:00:00
## 3173 2022-11-28 21:00:00
## 3174 2022-11-28 21:00:00
## 3175 2022-11-28 21:00:00
## 3176 2022-11-28 21:00:00
## 3177 2022-11-28 21:00:00
## 3178 2022-11-28 21:00:00
## 3179 2022-11-28 21:00:00
## 3180 2022-11-28 21:00:00
## 3181 2022-11-28 21:00:00
## 3182 2022-11-28 21:00:00
## 3183 2022-11-28 21:00:00
## 3184 2022-11-28 21:00:00
## 3185 2022-11-28 21:00:00
## 3186 2022-11-28 21:00:00
## 3187 2022-11-28 21:00:00
## 3188 2022-11-28 21:00:00
## 3189 2022-11-28 21:00:00
## 3190 2022-11-28 21:00:00
## 3191 2022-11-28 21:00:00
## 3192 2022-11-28 21:00:00
## 3193 2022-11-28 21:00:00
## 3194 2022-11-28 21:00:00
## 3195 2022-11-28 21:00:00
## 3196 2022-11-28 21:00:00
## 3197 2022-11-28 21:00:00
## 3198 2022-11-28 21:00:00
## 3199 2022-11-28 21:00:00
## 3200 2022-11-28 21:00:00
## 3201 2022-11-28 21:00:00
## 3202 2022-11-28 21:00:00
## 3203 2022-11-28 21:00:00
## 3204 2022-11-28 21:00:00
## 3205 2022-11-28 21:00:00
## 3206 2022-11-28 21:00:00
## 3207 2022-11-28 21:00:00
## 3208 2022-11-28 21:00:00
## 3209 2022-11-28 21:00:00
## 3210 2022-11-28 21:00:00
## 3211 2022-11-28 21:00:00
## 3212 2022-11-28 21:00:00
## 3213 2022-11-28 21:00:00
## 3214 2022-11-28 21:00:00
## 3215 2022-11-28 21:00:00
## 3216 2022-11-28 21:00:00
## 3217 2022-11-28 21:00:00
## 3218 2022-11-28 21:00:00
## 3219 2022-11-28 21:00:00
## 3220 2022-11-28 21:00:00
## 3221 2022-11-28 21:00:00
## 3222 2022-11-28 21:00:00
## 3223 2022-11-28 21:00:00
## 3224 2022-11-28 21:00:00
## 3225 2022-11-28 21:00:00
## 3226 2022-11-28 21:00:00
## 3227 2022-11-28 21:00:00
## 3228 2022-11-28 21:00:00
## 3229 2022-11-28 21:00:00
## 3230 2022-11-28 21:00:00
## 3231 2022-11-28 21:00:00
## 3232 2022-11-28 21:00:00
## 3233 2022-11-28 21:00:00
## 3234 2022-11-28 21:00:00
## 3235 2022-11-28 21:00:00
## 3236 2022-11-28 21:00:00
## 3237 2022-11-28 21:00:00
## 3238 2022-11-28 21:00:00
## 3239 2022-11-28 21:00:00
## 3240 2022-11-28 21:00:00
## 3241 2022-11-28 21:00:00
## 3242 2022-11-28 21:00:00
## 3243 2022-11-28 21:00:00
## 3244 2022-11-28 21:00:00
## 3245 2022-11-28 21:00:00
## 3246 2022-11-28 21:00:00
## 3247 2022-11-28 21:00:00
## 3248 2022-11-28 21:00:00
## 3249 2022-11-28 21:00:00
## 3250 2022-11-28 21:00:00
## 3251 2022-11-28 21:00:00
## 3252 2022-11-28 21:00:00
## 3253 2022-11-28 21:00:00
## 3254 2022-11-28 21:00:00
## 3255 2022-11-28 21:00:00
## 3256 2022-11-28 21:00:00
## 3257 2022-11-28 21:00:00
## 3258 2022-11-28 21:00:00
## 3259 2022-11-28 21:00:00
## 3260 2022-11-28 21:00:00
## 3261 2022-11-28 21:00:00
## 3262 2022-11-28 21:00:00
## 3263 2022-11-28 21:00:00
## 3264 2022-11-28 21:00:00
## 3265 2022-11-28 21:00:00
## 3266 2022-11-28 21:00:00
## 3267 2022-11-28 21:00:00
## 3268 2022-11-28 21:00:00
## 3269 2022-11-28 21:00:00
## 3270 2022-11-28 21:00:00
## 3271 2022-11-28 21:00:00
## 3272 2022-11-28 21:00:00
## 3273 2022-11-28 21:00:00
## 3274 2022-11-28 21:00:00
## 3275 2022-11-28 21:00:00
## 3276 2022-11-28 21:00:00
## 3277 2022-11-28 21:00:00
## 3278 2022-11-28 21:00:00
## 3279 2022-11-28 21:00:00
## 3280 2022-11-28 21:00:00
## 3281 2022-11-28 21:00:00
## 3282 2022-11-28 21:00:00
## 3283 2022-11-28 21:00:00
## 3284 2022-11-28 21:00:00
## 3285 2022-11-28 21:00:00
## 3286 2022-11-28 21:00:00
## 3287 2022-11-28 21:00:00
## 3288 2022-11-28 21:00:00
## 3289 2022-11-28 21:00:00
## 3290 2022-11-28 21:00:00
## 3291 2022-11-28 21:00:00
## 3292 2022-11-28 21:00:00
## 3293 2022-11-28 21:00:00
## 3294 2022-11-28 21:00:00
## 3295 2022-11-28 21:00:00
## 3296 2022-11-28 21:00:00
## 3297 2022-11-28 21:00:00
## 3298 2022-11-28 21:00:00
## 3299 2022-11-28 21:00:00
## 3300 2022-11-28 21:00:00
## 3301 2022-11-28 21:00:00
## 3302 2022-11-28 21:00:00
## 3303 2022-11-28 21:00:00
## 3304 2022-11-28 21:00:00
## 3305 2022-11-28 21:00:00
## 3306 2022-11-28 21:00:00
## 3307 2022-11-28 21:00:00
## 3308 2022-11-28 21:00:00
## 3309 2022-11-28 21:00:00
## 3310 2022-11-28 21:00:00
## 3311 2022-11-28 21:00:00
## 3312 2022-11-28 21:00:00
## 3313 2022-11-28 21:00:00
## 3314 2022-11-28 21:00:00
## 3315 2022-11-28 21:00:00
## 3316 2022-11-28 21:00:00
## 3317 2022-11-28 21:00:00
## 3318 2022-11-28 21:00:00
## 3319 2022-11-28 21:00:00
## 3320 2022-11-28 21:00:00
## 3321 2022-11-28 21:00:00
## 3322 2022-11-28 21:00:00
## 3323 2022-11-28 21:00:00
## 3324 2022-11-28 21:00:00
## 3325 2022-11-28 21:00:00
## 3326 2022-11-28 21:00:00
## 3327 2022-11-28 21:00:00
## 3328 2022-11-28 21:00:00
## 3329 2022-11-28 21:00:00
## 3330 2022-11-28 21:00:00
## 3331 2022-11-28 21:00:00
## 3332 2022-11-28 21:00:00
## 3333 2022-11-28 21:00:00
## 3334 2022-11-28 21:00:00
## 3335 2022-11-28 21:00:00
## 3336 2022-11-28 21:00:00
## 3337 2022-11-28 21:00:00
## 3338 2022-11-28 21:00:00
## 3339 2022-11-28 21:00:00
## 3340 2022-11-28 21:00:00
## 3341 2022-11-28 21:00:00
## 3342 2022-11-28 21:00:00
## 3343 2022-11-28 21:00:00
## 3344 2022-11-28 21:00:00
## 3345 2022-11-28 21:00:00
## 3346 2022-11-28 21:00:00
## 3347 2022-11-28 21:00:00
## 3348 2022-11-28 21:00:00
## 3349 2022-11-28 21:00:00
## 3350 2022-11-28 21:00:00
## 3351 2022-11-28 21:00:00
## 3352 2022-11-28 21:00:00
## 3353 2022-11-28 21:00:00
## 3354 2022-11-28 21:00:00
## 3355 2022-11-28 21:00:00
## 3356 2022-11-28 21:00:00
## 3357 2022-11-28 21:00:00
## 3358 2022-11-28 21:00:00
## 3359 2022-11-28 21:00:00
## 3360 2022-11-28 21:00:00
## 3361 2022-11-28 21:00:00
## 3362 2022-11-28 21:00:00
## 3363 2022-11-28 21:00:00
## 3364 2022-11-28 21:00:00
## 3365 2022-11-28 21:00:00
## 3366 2022-11-28 21:00:00
## 3367 2022-11-28 21:00:00
## 3368 2022-11-28 21:00:00
## 3369 2022-11-28 21:00:00
## 3370 2022-11-28 21:00:00
## 3371 2022-11-28 21:00:00
## 3372 2022-11-28 21:00:00
## 3373 2022-11-28 21:00:00
## 3374 2022-11-28 21:00:00
## 3375 2022-11-28 21:00:00
## 3376 2022-11-28 21:00:00
## 3377 2022-11-28 21:00:00
## 3378 2022-11-28 21:00:00
## 3379 2022-11-28 21:00:00
## 3380 2022-11-28 21:00:00
## 3381 2022-11-28 21:00:00
## 3382 2022-11-28 21:00:00
## 3383 2022-11-28 21:00:00
## 3384 2022-11-28 21:00:00
## 3385 2022-11-28 21:00:00
## 3386 2022-11-28 21:00:00
## 3387 2022-11-28 21:00:00
## 3388 2022-11-28 21:00:00
## 3389 2022-11-28 21:00:00
## 3390 2022-11-28 21:00:00
## 3391 2022-11-28 21:00:00
## 3392 2022-11-28 21:00:00
## 3393 2022-11-28 21:00:00
## 3394 2022-11-28 21:00:00
## 3395 2022-11-28 21:00:00
## 3396 2022-11-28 21:00:00
## 3397 2022-11-28 21:00:00
## 3398 2022-11-28 21:00:00
## 3399 2022-11-28 21:00:00
## 3400 2022-11-28 21:00:00
## 3401 2022-11-28 21:00:00
## 3402 2022-11-28 21:00:00
## 3403 2022-11-28 21:00:00
## 3404 2022-11-28 21:00:00
## 3405 2022-11-28 21:00:00
## 3406 2022-11-28 21:00:00
## 3407 2022-11-28 21:00:00
## 3408 2022-11-28 21:00:00
## 3409 2022-11-28 21:00:00
## 3410 2022-11-28 21:00:00
## 3411 2022-11-28 21:00:00
## 3412 2022-11-28 21:00:00
## 3413 2022-11-28 21:00:00
## 3414 2022-11-28 21:00:00
## 3415 2022-11-28 21:00:00
## 3416 2022-11-28 21:00:00
## 3417 2022-11-28 21:00:00
## 3418 2022-11-28 21:00:00
## 3419 2022-11-28 21:00:00
## 3420 2022-11-28 21:00:00
## 3421 2022-11-28 21:00:00
## 3422 2022-11-28 21:00:00
## 3423 2022-11-28 21:00:00
## 3424 2022-11-28 21:00:00
## 3425 2022-11-28 21:00:00
## 3426 2022-11-28 21:00:00
## 3427 2022-11-28 21:00:00
## 3428 2022-11-28 21:00:00
## 3429 2022-11-28 21:00:00
## 3430 2022-11-28 21:00:00
## 3431 2022-11-28 21:00:00
## 3432 2022-11-28 21:00:00
## 3433 2022-11-28 21:00:00
## 3434 2022-11-28 21:00:00
## 3435 2022-11-28 21:00:00
## 3436 2022-11-28 21:00:00
## 3437 2022-11-28 21:00:00
## 3438 2022-11-28 21:00:00
## 3439 2022-11-28 21:00:00
## 3440 2022-11-28 21:00:00
## 3441 2022-11-28 21:00:00
## 3442 2022-11-28 21:00:00
## 3443 2022-11-28 21:00:00
## 3444 2022-11-28 21:00:00
## 3445 2022-11-28 21:00:00
## 3446 2022-11-28 21:00:00
## 3447 2022-11-28 21:00:00
## 3448 2022-11-28 21:00:00
## 3449 2022-11-28 21:00:00
## 3450 2022-11-28 21:00:00
## 3451 2022-11-28 21:00:00
## 3452 2022-11-28 21:00:00
## 3453 2022-11-28 21:00:00
## 3454 2022-11-28 21:00:00
## 3455 2022-11-28 21:00:00
## 3456 2022-11-28 21:00:00
## 3457 2022-11-28 21:00:00
## 3458 2022-11-28 21:00:00
## 3459 2022-11-28 21:00:00
## 3460 2022-11-28 21:00:00
## 3461 2022-11-28 21:00:00
## 3462 2022-11-28 21:00:00
## 3463 2022-11-28 21:00:00
## 3464 2022-11-28 21:00:00
## 3465 2022-11-28 21:00:00
## 3466 2022-11-28 21:00:00
## 3467 2022-11-28 21:00:00
## 3468 2022-11-28 21:00:00
## 3469 2022-11-28 21:00:00
## 3470 2022-11-28 21:00:00
## 3471 2022-11-28 21:00:00
## 3472 2022-11-28 21:00:00
## 3473 2022-11-28 21:00:00
## 3474 2022-11-28 21:00:00
## 3475 2022-11-28 21:00:00
## 3476 2022-11-28 21:00:00
## 3477 2022-11-28 21:00:00
## 3478 2022-11-28 21:00:00
## 3479 2022-11-28 21:00:00
## 3480 2022-11-28 21:00:00
## 3481 2022-11-28 21:00:00
## 3482 2022-11-28 20:00:00
## 3483 2022-11-28 20:00:00
## 3484 2022-11-28 20:00:00
## 3485 2022-11-28 20:00:00
## 3486 2022-11-28 20:00:00
## 3487 2022-11-28 20:00:00
## 3488 2022-11-28 20:00:00
## 3489 2022-11-28 20:00:00
## 3490 2022-11-28 20:00:00
## 3491 2022-11-28 20:00:00
## 3492 2022-11-28 20:00:00
## 3493 2022-11-28 20:00:00
## 3494 2022-11-28 20:00:00
## 3495 2022-11-28 20:00:00
## 3496 2022-11-28 20:00:00
## 3497 2022-11-28 20:00:00
## 3498 2022-11-28 20:00:00
## 3499 2022-11-28 20:00:00
## 3500 2022-11-28 20:00:00
## 3501 2022-11-28 20:00:00
## 3502 2022-11-28 20:00:00
## 3503 2022-11-28 20:00:00
## 3504 2022-11-28 20:00:00
## 3505 2022-11-28 20:00:00
## 3506 2022-11-28 20:00:00
## 3507 2022-11-28 20:00:00
## 3508 2022-11-28 20:00:00
## 3509 2022-11-28 20:00:00
## 3510 2022-11-28 20:00:00
## 3511 2022-11-28 20:00:00
## 3512 2022-11-28 20:00:00
## 3513 2022-11-28 20:00:00
## 3514 2022-11-28 20:00:00
## 3515 2022-11-28 20:00:00
## 3516 2022-11-28 20:00:00
## 3517 2022-11-28 20:00:00
## 3518 2022-11-28 20:00:00
## 3519 2022-11-28 20:00:00
## 3520 2022-11-28 20:00:00
## 3521 2022-11-28 20:00:00
## 3522 2022-11-28 20:00:00
## 3523 2022-11-28 20:00:00
## 3524 2022-11-28 20:00:00
## 3525 2022-11-28 20:00:00
## 3526 2022-11-28 20:00:00
## 3527 2022-11-28 20:00:00
## 3528 2022-11-28 20:00:00
## 3529 2022-11-28 20:00:00
## 3530 2022-11-28 20:00:00
## 3531 2022-11-28 20:00:00
## 3532 2022-11-28 20:00:00
## 3533 2022-11-28 20:00:00
## 3534 2022-11-28 20:00:00
## 3535 2022-11-28 20:00:00
## 3536 2022-11-28 20:00:00
## 3537 2022-11-28 20:00:00
## 3538 2022-11-28 20:00:00
## 3539 2022-11-28 20:00:00
## 3540 2022-11-28 20:00:00
## 3541 2022-11-28 20:00:00
## 3542 2022-11-28 20:00:00
## 3543 2022-11-28 20:00:00
## 3544 2022-11-28 20:00:00
## 3545 2022-11-28 20:00:00
## 3546 2022-11-28 20:00:00
## 3547 2022-11-28 20:00:00
## 3548 2022-11-28 20:00:00
## 3549 2022-11-28 20:00:00
## 3550 2022-11-28 20:00:00
## 3551 2022-11-28 20:00:00
## 3552 2022-11-28 20:00:00
## 3553 2022-11-28 20:00:00
## 3554 2022-11-28 20:00:00
## 3555 2022-11-28 20:00:00
## 3556 2022-11-28 20:00:00
## 3557 2022-11-28 20:00:00
## 3558 2022-11-28 20:00:00
## 3559 2022-11-28 20:00:00
## 3560 2022-11-28 20:00:00
## 3561 2022-11-28 20:00:00
## 3562 2022-11-28 20:00:00
## 3563 2022-11-28 20:00:00
## 3564 2022-11-28 20:00:00
## 3565 2022-11-28 20:00:00
## 3566 2022-11-28 20:00:00
## 3567 2022-11-28 20:00:00
## 3568 2022-11-28 20:00:00
## 3569 2022-11-28 20:00:00
## 3570 2022-11-28 20:00:00
## 3571 2022-11-28 20:00:00
## 3572 2022-11-28 20:00:00
## 3573 2022-11-28 20:00:00
## 3574 2022-11-28 20:00:00
## 3575 2022-11-28 20:00:00
## 3576 2022-11-28 20:00:00
## 3577 2022-11-28 20:00:00
## 3578 2022-11-28 20:00:00
## 3579 2022-11-28 20:00:00
## 3580 2022-11-28 20:00:00
## 3581 2022-11-28 20:00:00
## 3582 2022-11-28 20:00:00
## 3583 2022-11-28 20:00:00
## 3584 2022-11-28 20:00:00
## 3585 2022-11-28 20:00:00
## 3586 2022-11-28 20:00:00
## 3587 2022-11-28 20:00:00
## 3588 2022-11-28 20:00:00
## 3589 2022-11-28 20:00:00
## 3590 2022-11-28 20:00:00
## 3591 2022-11-28 20:00:00
## 3592 2022-11-28 20:00:00
## 3593 2022-11-28 20:00:00
## 3594 2022-11-28 20:00:00
## 3595 2022-11-28 20:00:00
## 3596 2022-11-28 20:00:00
## 3597 2022-11-28 20:00:00
## 3598 2022-11-28 20:00:00
## 3599 2022-11-28 20:00:00
## 3600 2022-11-28 20:00:00
## 3601 2022-11-28 20:00:00
## 3602 2022-11-28 20:00:00
## 3603 2022-11-28 20:00:00
## 3604 2022-11-28 20:00:00
## 3605 2022-11-28 20:00:00
## 3606 2022-11-28 20:00:00
## 3607 2022-11-28 20:00:00
## 3608 2022-11-28 20:00:00
## 3609 2022-11-28 20:00:00
## 3610 2022-11-28 20:00:00
## 3611 2022-11-28 20:00:00
## 3612 2022-11-28 20:00:00
## 3613 2022-11-28 20:00:00
## 3614 2022-11-28 20:00:00
## 3615 2022-11-28 20:00:00
## 3616 2022-11-28 20:00:00
## 3617 2022-11-28 20:00:00
## 3618 2022-11-28 20:00:00
## 3619 2022-11-28 20:00:00
## 3620 2022-11-28 20:00:00
## 3621 2022-11-28 20:00:00
## 3622 2022-11-28 20:00:00
## 3623 2022-11-28 20:00:00
## 3624 2022-11-28 20:00:00
## 3625 2022-11-28 20:00:00
## 3626 2022-11-28 20:00:00
## 3627 2022-11-28 20:00:00
## 3628 2022-11-28 20:00:00
## 3629 2022-11-28 20:00:00
## 3630 2022-11-28 20:00:00
## 3631 2022-11-28 20:00:00
## 3632 2022-11-28 20:00:00
## 3633 2022-11-28 20:00:00
## 3634 2022-11-28 20:00:00
## 3635 2022-11-28 20:00:00
## 3636 2022-11-28 20:00:00
## 3637 2022-11-28 20:00:00
## 3638 2022-11-28 20:00:00
## 3639 2022-11-28 20:00:00
## 3640 2022-11-28 20:00:00
## 3641 2022-11-28 20:00:00
## 3642 2022-11-28 20:00:00
## 3643 2022-11-28 20:00:00
## 3644 2022-11-28 20:00:00
## 3645 2022-11-28 20:00:00
## 3646 2022-11-28 20:00:00
## 3647 2022-11-28 20:00:00
## 3648 2022-11-28 20:00:00
## 3649 2022-11-28 20:00:00
## 3650 2022-11-28 20:00:00
## 3651 2022-11-28 20:00:00
## 3652 2022-11-28 20:00:00
## 3653 2022-11-28 20:00:00
## 3654 2022-11-28 20:00:00
## 3655 2022-11-28 20:00:00
## 3656 2022-11-28 20:00:00
## 3657 2022-11-28 20:00:00
## 3658 2022-11-28 20:00:00
## 3659 2022-11-28 20:00:00
## 3660 2022-11-28 20:00:00
## 3661 2022-11-28 20:00:00
## 3662 2022-11-28 20:00:00
## 3663 2022-11-28 20:00:00
## 3664 2022-11-28 20:00:00
## 3665 2022-11-28 20:00:00
## 3666 2022-11-28 20:00:00
## 3667 2022-11-28 20:00:00
## 3668 2022-11-28 20:00:00
## 3669 2022-11-28 20:00:00
## 3670 2022-11-28 20:00:00
## 3671 2022-11-28 20:00:00
## 3672 2022-11-28 20:00:00
## 3673 2022-11-28 20:00:00
## 3674 2022-11-28 20:00:00
## 3675 2022-11-28 20:00:00
## 3676 2022-11-28 20:00:00
## 3677 2022-11-28 20:00:00
## 3678 2022-11-28 20:00:00
## 3679 2022-11-28 20:00:00
## 3680 2022-11-28 20:00:00
## 3681 2022-11-28 20:00:00
## 3682 2022-11-28 20:00:00
## 3683 2022-11-28 20:00:00
## 3684 2022-11-28 20:00:00
## 3685 2022-11-28 20:00:00
## 3686 2022-11-28 20:00:00
## 3687 2022-11-28 20:00:00
## 3688 2022-11-28 20:00:00
## 3689 2022-11-28 20:00:00
## 3690 2022-11-28 20:00:00
## 3691 2022-11-28 20:00:00
## 3692 2022-11-28 20:00:00
## 3693 2022-11-28 20:00:00
## 3694 2022-11-28 20:00:00
## 3695 2022-11-28 20:00:00
## 3696 2022-11-28 20:00:00
## 3697 2022-11-28 20:00:00
## 3698 2022-11-28 20:00:00
## 3699 2022-11-28 20:00:00
## 3700 2022-11-28 20:00:00
## 3701 2022-11-28 20:00:00
## 3702 2022-11-28 20:00:00
## 3703 2022-11-28 20:00:00
## 3704 2022-11-28 20:00:00
## 3705 2022-11-28 20:00:00
## 3706 2022-11-28 20:00:00
## 3707 2022-11-28 20:00:00
## 3708 2022-11-28 20:00:00
## 3709 2022-11-28 20:00:00
## 3710 2022-11-28 20:00:00
## 3711 2022-11-28 20:00:00
## 3712 2022-11-28 20:00:00
## 3713 2022-11-28 20:00:00
## 3714 2022-11-28 20:00:00
## 3715 2022-11-28 20:00:00
## 3716 2022-11-28 20:00:00
## 3717 2022-11-28 20:00:00
## 3718 2022-11-28 20:00:00
## 3719 2022-11-28 20:00:00
## 3720 2022-11-28 20:00:00
## 3721 2022-11-28 20:00:00
## 3722 2022-11-28 20:00:00
## 3723 2022-11-28 20:00:00
## 3724 2022-11-28 20:00:00
## 3725 2022-11-28 20:00:00
## 3726 2022-11-28 20:00:00
## 3727 2022-11-28 20:00:00
## 3728 2022-11-28 20:00:00
## 3729 2022-11-28 20:00:00
## 3730 2022-11-28 20:00:00
## 3731 2022-11-28 20:00:00
## 3732 2022-11-28 20:00:00
## 3733 2022-11-28 20:00:00
## 3734 2022-11-28 20:00:00
## 3735 2022-11-28 20:00:00
## 3736 2022-11-28 20:00:00
## 3737 2022-11-28 20:00:00
## 3738 2022-11-28 20:00:00
## 3739 2022-11-28 20:00:00
## 3740 2022-11-28 20:00:00
## 3741 2022-11-28 20:00:00
## 3742 2022-11-28 20:00:00
## 3743 2022-11-28 20:00:00
## 3744 2022-11-28 20:00:00
## 3745 2022-11-28 20:00:00
## 3746 2022-11-28 20:00:00
## 3747 2022-11-28 20:00:00
## 3748 2022-11-28 20:00:00
## 3749 2022-11-28 20:00:00
## 3750 2022-11-28 20:00:00
## 3751 2022-11-28 20:00:00
## 3752 2022-11-28 20:00:00
## 3753 2022-11-28 20:00:00
## 3754 2022-11-28 20:00:00
## 3755 2022-11-28 20:00:00
## 3756 2022-11-28 20:00:00
## 3757 2022-11-28 20:00:00
## 3758 2022-11-28 20:00:00
## 3759 2022-11-28 20:00:00
## 3760 2022-11-28 20:00:00
## 3761 2022-11-28 20:00:00
## 3762 2022-11-28 20:00:00
## 3763 2022-11-28 20:00:00
## 3764 2022-11-28 20:00:00
## 3765 2022-11-28 20:00:00
## 3766 2022-11-28 20:00:00
## 3767 2022-11-28 20:00:00
## 3768 2022-11-28 20:00:00
## 3769 2022-11-28 20:00:00
## 3770 2022-11-28 20:00:00
## 3771 2022-11-28 20:00:00
## 3772 2022-11-28 20:00:00
## 3773 2022-11-28 20:00:00
## 3774 2022-11-28 20:00:00
## 3775 2022-11-28 20:00:00
## 3776 2022-11-28 20:00:00
## 3777 2022-11-28 20:00:00
## 3778 2022-11-28 20:00:00
## 3779 2022-11-28 20:00:00
## 3780 2022-11-28 20:00:00
## 3781 2022-11-28 20:00:00
## 3782 2022-11-28 20:00:00
## 3783 2022-11-28 20:00:00
## 3784 2022-11-28 20:00:00
## 3785 2022-11-28 20:00:00
## 3786 2022-11-28 20:00:00
## 3787 2022-11-28 20:00:00
## 3788 2022-11-28 20:00:00
## 3789 2022-11-28 20:00:00
## 3790 2022-11-28 20:00:00
## 3791 2022-11-28 20:00:00
## 3792 2022-11-28 20:00:00
## 3793 2022-11-28 20:00:00
## 3794 2022-11-28 20:00:00
## 3795 2022-11-28 20:00:00
## 3796 2022-11-28 20:00:00
## 3797 2022-11-28 20:00:00
## 3798 2022-11-28 20:00:00
## 3799 2022-11-28 20:00:00
## 3800 2022-11-28 20:00:00
## 3801 2022-11-28 20:00:00
## 3802 2022-11-28 20:00:00
## 3803 2022-11-28 20:00:00
## 3804 2022-11-28 20:00:00
## 3805 2022-11-28 20:00:00
## 3806 2022-11-28 20:00:00
## 3807 2022-11-28 20:00:00
## 3808 2022-11-28 20:00:00
## 3809 2022-11-28 20:00:00
## 3810 2022-11-28 20:00:00
## 3811 2022-11-28 20:00:00
## 3812 2022-11-28 20:00:00
## 3813 2022-11-28 20:00:00
## 3814 2022-11-28 20:00:00
## 3815 2022-11-28 20:00:00
## 3816 2022-11-28 20:00:00
## 3817 2022-11-28 20:00:00
## 3818 2022-11-28 20:00:00
## 3819 2022-11-28 20:00:00
## 3820 2022-11-28 20:00:00
## 3821 2022-11-28 20:00:00
## 3822 2022-11-28 20:00:00
## 3823 2022-11-28 20:00:00
## 3824 2022-11-28 20:00:00
## 3825 2022-11-28 20:00:00
## 3826 2022-11-28 20:00:00
## 3827 2022-11-28 20:00:00
## 3828 2022-11-28 20:00:00
## 3829 2022-11-28 20:00:00
## 3830 2022-11-28 20:00:00
## 3831 2022-11-28 20:00:00
## 3832 2022-11-28 20:00:00
## 3833 2022-11-28 20:00:00
## 3834 2022-11-28 20:00:00
## 3835 2022-11-28 20:00:00
## 3836 2022-11-28 20:00:00
## 3837 2022-11-28 20:00:00
## 3838 2022-11-28 20:00:00
## 3839 2022-11-28 20:00:00
## 3840 2022-11-28 20:00:00
## 3841 2022-11-28 20:00:00
## 3842 2022-11-28 20:00:00
## 3843 2022-11-28 20:00:00
## 3844 2022-11-28 20:00:00
## 3845 2022-11-28 20:00:00
## 3846 2022-11-28 20:00:00
## 3847 2022-11-28 20:00:00
## 3848 2022-11-28 20:00:00
## 3849 2022-11-28 20:00:00
## 3850 2022-11-28 20:00:00
## 3851 2022-11-28 20:00:00
## 3852 2022-11-28 20:00:00
## 3853 2022-11-28 20:00:00
## 3854 2022-11-28 20:00:00
## 3855 2022-11-28 20:00:00
## 3856 2022-11-28 20:00:00
## 3857 2022-11-28 20:00:00
## 3858 2022-11-28 20:00:00
## 3859 2022-11-28 20:00:00
## 3860 2022-11-28 20:00:00
## 3861 2022-11-28 20:00:00
## 3862 2022-11-28 20:00:00
## 3863 2022-11-28 20:00:00
## 3864 2022-11-28 20:00:00
## 3865 2022-11-28 20:00:00
## 3866 2022-11-28 20:00:00
## 3867 2022-11-28 20:00:00
## 3868 2022-11-28 20:00:00
## 3869 2022-11-28 20:00:00
## 3870 2022-11-28 20:00:00
## 3871 2022-11-28 20:00:00
## 3872 2022-11-28 20:00:00
## 3873 2022-11-28 20:00:00
## 3874 2022-11-28 20:00:00
## 3875 2022-11-28 20:00:00
## 3876 2022-11-28 20:00:00
## 3877 2022-11-28 20:00:00
## 3878 2022-11-28 20:00:00
## 3879 2022-11-28 20:00:00
## 3880 2022-11-28 20:00:00
## 3881 2022-11-28 20:00:00
## 3882 2022-11-28 20:00:00
## 3883 2022-11-28 20:00:00
## 3884 2022-11-28 20:00:00
## 3885 2022-11-28 20:00:00
## 3886 2022-11-28 20:00:00
## 3887 2022-11-28 20:00:00
## 3888 2022-11-28 20:00:00
## 3889 2022-11-28 20:00:00
## 3890 2022-11-28 20:00:00
## 3891 2022-11-28 20:00:00
## 3892 2022-11-28 20:00:00
## 3893 2022-11-28 20:00:00
## 3894 2022-11-28 20:00:00
## 3895 2022-11-28 20:00:00
## 3896 2022-11-28 20:00:00
## 3897 2022-11-28 20:00:00
## 3898 2022-11-28 20:00:00
## 3899 2022-11-28 20:00:00
## 3900 2022-11-28 20:00:00
## 3901 2022-11-28 20:00:00
## 3902 2022-11-28 20:00:00
## 3903 2022-11-28 20:00:00
## 3904 2022-11-28 20:00:00
## 3905 2022-11-28 20:00:00
## 3906 2022-11-28 20:00:00
## 3907 2022-11-28 20:00:00
## 3908 2022-11-28 20:00:00
## 3909 2022-11-28 20:00:00
## 3910 2022-11-28 20:00:00
## 3911 2022-11-28 20:00:00
## 3912 2022-11-28 20:00:00
## 3913 2022-11-28 20:00:00
## 3914 2022-11-28 20:00:00
## 3915 2022-11-28 20:00:00
## 3916 2022-11-28 20:00:00
## 3917 2022-11-28 20:00:00
## 3918 2022-11-28 20:00:00
## 3919 2022-11-28 20:00:00
## 3920 2022-11-28 20:00:00
## 3921 2022-11-28 20:00:00
## 3922 2022-11-28 20:00:00
## 3923 2022-11-28 20:00:00
## 3924 2022-11-28 20:00:00
## 3925 2022-11-28 20:00:00
## 3926 2022-11-28 20:00:00
## 3927 2022-11-28 20:00:00
## 3928 2022-11-28 20:00:00
## 3929 2022-11-28 20:00:00
## 3930 2022-11-28 20:00:00
## 3931 2022-11-28 20:00:00
## 3932 2022-11-28 20:00:00
## 3933 2022-11-28 20:00:00
## 3934 2022-11-28 20:00:00
## 3935 2022-11-28 20:00:00
## 3936 2022-11-28 20:00:00
## 3937 2022-11-28 20:00:00
## 3938 2022-11-28 20:00:00
## 3939 2022-11-28 20:00:00
## 3940 2022-11-28 20:00:00
## 3941 2022-11-28 20:00:00
## 3942 2022-11-28 20:00:00
## 3943 2022-11-28 20:00:00
## 3944 2022-11-28 20:00:00
## 3945 2022-11-28 20:00:00
## 3946 2022-11-28 20:00:00
## 3947 2022-11-28 20:00:00
## 3948 2022-11-28 20:00:00
## 3949 2022-11-28 20:00:00
## 3950 2022-11-28 20:00:00
## 3951 2022-11-28 20:00:00
## 3952 2022-11-28 20:00:00
## 3953 2022-11-28 20:00:00
## 3954 2022-11-28 20:00:00
## 3955 2022-11-28 20:00:00
## 3956 2022-11-28 20:00:00
## 3957 2022-11-28 20:00:00
## 3958 2022-11-28 20:00:00
## 3959 2022-11-28 20:00:00
## 3960 2022-11-28 20:00:00
## 3961 2022-11-28 20:00:00
## 3962 2022-11-28 20:00:00
## 3963 2022-11-28 20:00:00
## 3964 2022-11-28 20:00:00
## 3965 2022-11-28 20:00:00
## 3966 2022-11-28 20:00:00
## 3967 2022-11-28 20:00:00
## 3968 2022-11-28 20:00:00
## 3969 2022-11-28 20:00:00
## 3970 2022-11-28 20:00:00
## 3971 2022-11-28 20:00:00
## 3972 2022-11-28 20:00:00
## 3973 2022-11-28 20:00:00
## 3974 2022-11-28 20:00:00
## 3975 2022-11-28 20:00:00
## 3976 2022-11-28 20:00:00
## 3977 2022-11-28 20:00:00
## 3978 2022-11-28 20:00:00
## 3979 2022-11-28 20:00:00
## 3980 2022-11-28 20:00:00
## 3981 2022-11-28 20:00:00
## 3982 2022-11-28 20:00:00
## 3983 2022-11-28 20:00:00
## 3984 2022-11-28 20:00:00
## 3985 2022-11-28 20:00:00
## 3986 2022-11-28 20:00:00
## 3987 2022-11-28 20:00:00
## 3988 2022-11-28 20:00:00
## 3989 2022-11-28 20:00:00
## 3990 2022-11-28 20:00:00
## 3991 2022-11-28 20:00:00
## 3992 2022-11-28 20:00:00
## 3993 2022-11-28 20:00:00
## 3994 2022-11-28 20:00:00
## 3995 2022-11-28 20:00:00
## 3996 2022-11-28 20:00:00
## 3997 2022-11-28 20:00:00
## 3998 2022-11-28 20:00:00
## 3999 2022-11-28 20:00:00
## 4000 2022-11-28 20:00:00
## 4001 2022-11-28 20:00:00
## 4002 2022-11-28 20:00:00
## 4003 2022-11-28 20:00:00
## 4004 2022-11-28 20:00:00
## 4005 2022-11-28 20:00:00
## 4006 2022-11-28 20:00:00
## 4007 2022-11-28 20:00:00
## 4008 2022-11-28 20:00:00
## 4009 2022-11-28 20:00:00
## 4010 2022-11-28 20:00:00
## 4011 2022-11-28 20:00:00
## 4012 2022-11-28 20:00:00
## 4013 2022-11-28 20:00:00
## 4014 2022-11-28 20:00:00
## 4015 2022-11-28 20:00:00
## 4016 2022-11-28 20:00:00
## 4017 2022-11-28 20:00:00
## 4018 2022-11-28 20:00:00
## 4019 2022-11-28 20:00:00
## 4020 2022-11-28 20:00:00
## 4021 2022-11-28 20:00:00
## 4022 2022-11-28 20:00:00
## 4023 2022-11-28 20:00:00
## 4024 2022-11-28 20:00:00
## 4025 2022-11-28 20:00:00
## 4026 2022-11-28 20:00:00
## 4027 2022-11-28 20:00:00
## 4028 2022-11-28 20:00:00
## 4029 2022-11-28 20:00:00
## 4030 2022-11-28 20:00:00
## 4031 2022-11-28 20:00:00
## 4032 2022-11-28 20:00:00
## 4033 2022-11-28 20:00:00
## 4034 2022-11-28 20:00:00
## 4035 2022-11-28 20:00:00
## 4036 2022-11-28 20:00:00
## 4037 2022-11-28 20:00:00
## 4038 2022-11-28 20:00:00
## 4039 2022-11-28 20:00:00
## 4040 2022-11-28 20:00:00
## 4041 2022-11-28 20:00:00
## 4042 2022-11-28 20:00:00
## 4043 2022-11-28 20:00:00
## 4044 2022-11-28 20:00:00
## 4045 2022-11-28 20:00:00
## 4046 2022-11-28 20:00:00
## 4047 2022-11-28 20:00:00
## 4048 2022-11-28 20:00:00
## 4049 2022-11-28 20:00:00
## 4050 2022-11-28 20:00:00
## 4051 2022-11-28 20:00:00
## 4052 2022-11-28 20:00:00
## 4053 2022-11-28 20:00:00
## 4054 2022-11-28 20:00:00
## 4055 2022-11-28 20:00:00
## 4056 2022-11-28 20:00:00
## 4057 2022-11-28 20:00:00
## 4058 2022-11-28 20:00:00
## 4059 2022-11-28 20:00:00
## 4060 2022-11-28 20:00:00
## 4061 2022-11-28 20:00:00
## 4062 2022-11-28 20:00:00
## 4063 2022-11-28 20:00:00
## 4064 2022-11-28 20:00:00
## 4065 2022-11-28 20:00:00
## 4066 2022-11-28 20:00:00
## 4067 2022-11-28 20:00:00
## 4068 2022-11-28 20:00:00
## 4069 2022-11-28 20:00:00
## 4070 2022-11-28 20:00:00
## 4071 2022-11-28 20:00:00
## 4072 2022-11-28 20:00:00
## 4073 2022-11-28 20:00:00
## 4074 2022-11-28 20:00:00
## 4075 2022-11-28 20:00:00
## 4076 2022-11-28 20:00:00
## 4077 2022-11-28 20:00:00
## 4078 2022-11-28 20:00:00
## 4079 2022-11-28 20:00:00
## 4080 2022-11-28 20:00:00
## 4081 2022-11-28 20:00:00
## 4082 2022-11-28 20:00:00
## 4083 2022-11-28 20:00:00
## 4084 2022-11-28 20:00:00
## 4085 2022-11-28 20:00:00
## 4086 2022-11-28 20:00:00
## 4087 2022-11-28 20:00:00
## 4088 2022-11-28 20:00:00
## 4089 2022-11-28 20:00:00
## 4090 2022-11-28 20:00:00
## 4091 2022-11-28 20:00:00
## 4092 2022-11-28 20:00:00
## 4093 2022-11-28 20:00:00
## 4094 2022-11-28 20:00:00
## 4095 2022-11-28 20:00:00
## 4096 2022-11-28 20:00:00
## 4097 2022-11-28 20:00:00
## 4098 2022-11-28 20:00:00
## 4099 2022-11-28 20:00:00
## 4100 2022-11-28 20:00:00
## 4101 2022-11-28 20:00:00
## 4102 2022-11-28 20:00:00
## 4103 2022-11-28 20:00:00
## 4104 2022-11-28 20:00:00
## 4105 2022-11-28 20:00:00
## 4106 2022-11-28 20:00:00
## 4107 2022-11-28 20:00:00
## 4108 2022-11-28 20:00:00
## 4109 2022-11-28 20:00:00
## 4110 2022-11-28 20:00:00
## 4111 2022-11-28 20:00:00
## 4112 2022-11-28 20:00:00
## 4113 2022-11-28 20:00:00
## 4114 2022-11-28 20:00:00
## 4115 2022-11-28 20:00:00
## 4116 2022-11-28 20:00:00
## 4117 2022-11-28 20:00:00
## 4118 2022-11-28 20:00:00
## 4119 2022-11-28 20:00:00
## 4120 2022-11-28 20:00:00
## 4121 2022-11-28 20:00:00
## 4122 2022-11-28 20:00:00
## 4123 2022-11-28 20:00:00
## 4124 2022-11-28 20:00:00
## 4125 2022-11-28 20:00:00
## 4126 2022-11-28 20:00:00
## 4127 2022-11-28 20:00:00
## 4128 2022-11-28 20:00:00
## 4129 2022-11-28 20:00:00
## 4130 2022-11-28 20:00:00
## 4131 2022-11-28 20:00:00
## 4132 2022-11-28 20:00:00
## 4133 2022-11-28 20:00:00
## 4134 2022-11-28 20:00:00
## 4135 2022-11-28 20:00:00
## 4136 2022-11-28 20:00:00
## 4137 2022-11-28 20:00:00
## 4138 2022-11-28 20:00:00
## 4139 2022-11-28 20:00:00
## 4140 2022-11-28 20:00:00
## 4141 2022-11-28 20:00:00
## 4142 2022-11-28 20:00:00
## 4143 2022-11-28 20:00:00
## 4144 2022-11-28 20:00:00
## 4145 2022-11-28 20:00:00
## 4146 2022-11-28 20:00:00
## 4147 2022-11-28 20:00:00
## 4148 2022-11-28 20:00:00
## 4149 2022-11-28 20:00:00
## 4150 2022-11-28 20:00:00
## 4151 2022-11-28 20:00:00
## 4152 2022-11-28 20:00:00
## 4153 2022-11-28 20:00:00
## 4154 2022-11-28 20:00:00
## 4155 2022-11-28 20:00:00
## 4156 2022-11-28 20:00:00
## 4157 2022-11-28 20:00:00
## 4158 2022-11-28 20:00:00
## 4159 2022-11-28 20:00:00
## 4160 2022-11-28 20:00:00
## 4161 2022-11-28 20:00:00
## 4162 2022-11-28 20:00:00
## 4163 2022-11-28 20:00:00
## 4164 2022-11-28 20:00:00
## 4165 2022-11-28 20:00:00
## 4166 2022-11-28 20:00:00
## 4167 2022-11-28 20:00:00
## 4168 2022-11-28 20:00:00
## 4169 2022-11-28 20:00:00
## 4170 2022-11-28 20:00:00
## 4171 2022-11-28 20:00:00
## 4172 2022-11-28 20:00:00
## 4173 2022-11-28 20:00:00
## 4174 2022-11-28 20:00:00
## 4175 2022-11-28 20:00:00
## 4176 2022-11-28 20:00:00
## 4177 2022-11-28 20:00:00
## 4178 2022-11-28 20:00:00
## 4179 2022-11-28 20:00:00
## 4180 2022-11-28 20:00:00
## 4181 2022-11-28 20:00:00
## 4182 2022-11-28 20:00:00
## 4183 2022-11-28 20:00:00
## 4184 2022-11-28 20:00:00
## 4185 2022-11-28 20:00:00
## 4186 2022-11-28 20:00:00
## 4187 2022-11-28 20:00:00
## 4188 2022-11-28 20:00:00
## 4189 2022-11-28 20:00:00
## 4190 2022-11-28 20:00:00
## 4191 2022-11-28 20:00:00
## 4192 2022-11-28 20:00:00
## 4193 2022-11-28 20:00:00
## 4194 2022-11-28 20:00:00
## 4195 2022-11-28 20:00:00
## 4196 2022-11-28 20:00:00
## 4197 2022-11-28 20:00:00
## 4198 2022-11-28 20:00:00
## 4199 2022-11-28 20:00:00
## 4200 2022-11-28 20:00:00
## 4201 2022-11-28 20:00:00
## 4202 2022-11-28 20:00:00
## 4203 2022-11-28 20:00:00
## 4204 2022-11-28 20:00:00
## 4205 2022-11-28 20:00:00
## 4206 2022-11-28 20:00:00
## 4207 2022-11-28 20:00:00
## 4208 2022-11-28 20:00:00
## 4209 2022-11-28 20:00:00
## 4210 2022-11-28 20:00:00
## 4211 2022-11-28 20:00:00
## 4212 2022-11-28 20:00:00
## 4213 2022-11-28 20:00:00
## 4214 2022-11-28 20:00:00
## 4215 2022-11-28 20:00:00
## 4216 2022-11-28 20:00:00
## 4217 2022-11-28 20:00:00
## 4218 2022-11-28 20:00:00
## 4219 2022-11-28 20:00:00
## 4220 2022-11-28 20:00:00
## 4221 2022-11-28 20:00:00
## 4222 2022-11-28 20:00:00
## 4223 2022-11-28 20:00:00
## 4224 2022-11-28 20:00:00
## 4225 2022-11-28 20:00:00
## 4226 2022-11-28 20:00:00
## 4227 2022-11-28 20:00:00
## 4228 2022-11-28 20:00:00
## 4229 2022-11-28 20:00:00
## 4230 2022-11-28 20:00:00
## 4231 2022-11-28 20:00:00
## 4232 2022-11-28 20:00:00
## 4233 2022-11-28 20:00:00
## 4234 2022-11-28 20:00:00
## 4235 2022-11-28 20:00:00
## 4236 2022-11-28 20:00:00
## 4237 2022-11-28 20:00:00
## 4238 2022-11-28 20:00:00
## 4239 2022-11-28 20:00:00
## 4240 2022-11-28 20:00:00
## 4241 2022-11-28 20:00:00
## 4242 2022-11-28 20:00:00
## 4243 2022-11-28 20:00:00
## 4244 2022-11-28 20:00:00
## 4245 2022-11-28 20:00:00
## 4246 2022-11-28 20:00:00
## 4247 2022-11-28 20:00:00
## 4248 2022-11-28 20:00:00
## 4249 2022-11-28 20:00:00
## 4250 2022-11-28 20:00:00
## 4251 2022-11-28 20:00:00
## 4252 2022-11-28 20:00:00
## 4253 2022-11-28 20:00:00
## 4254 2022-11-28 20:00:00
## 4255 2022-11-28 20:00:00
## 4256 2022-11-28 20:00:00
## 4257 2022-11-28 20:00:00
## 4258 2022-11-28 20:00:00
## 4259 2022-11-28 20:00:00
## 4260 2022-11-28 20:00:00
## 4261 2022-11-28 20:00:00
## 4262 2022-11-28 20:00:00
## 4263 2022-11-28 20:00:00
## 4264 2022-11-28 20:00:00
## 4265 2022-11-28 20:00:00
## 4266 2022-11-28 20:00:00
## 4267 2022-11-28 20:00:00
## 4268 2022-11-28 20:00:00
## 4269 2022-11-28 20:00:00
## 4270 2022-11-28 20:00:00
## 4271 2022-11-28 20:00:00
## 4272 2022-11-28 20:00:00
## 4273 2022-11-28 20:00:00
## 4274 2022-11-28 20:00:00
## 4275 2022-11-28 20:00:00
## 4276 2022-11-28 20:00:00
## 4277 2022-11-28 20:00:00
## 4278 2022-11-28 20:00:00
## 4279 2022-11-28 20:00:00
## 4280 2022-11-28 20:00:00
## 4281 2022-11-28 20:00:00
## 4282 2022-11-28 20:00:00
## 4283 2022-11-28 20:00:00
## 4284 2022-11-28 20:00:00
## 4285 2022-11-28 20:00:00
## 4286 2022-11-28 20:00:00
## 4287 2022-11-28 20:00:00
## 4288 2022-11-28 20:00:00
## 4289 2022-11-28 20:00:00
## 4290 2022-11-28 20:00:00
## 4291 2022-11-28 20:00:00
## 4292 2022-11-28 20:00:00
## 4293 2022-11-28 20:00:00
## 4294 2022-11-28 20:00:00
## 4295 2022-11-28 20:00:00
## 4296 2022-11-28 20:00:00
## 4297 2022-11-28 20:00:00
## 4298 2022-11-28 20:00:00
## 4299 2022-11-28 20:00:00
## 4300 2022-11-28 20:00:00
## 4301 2022-11-28 20:00:00
## 4302 2022-11-28 20:00:00
## 4303 2022-11-28 20:00:00
## 4304 2022-11-28 20:00:00
## 4305 2022-11-28 20:00:00
## 4306 2022-11-28 20:00:00
## 4307 2022-11-28 20:00:00
## 4308 2022-11-28 19:00:00
## 4309 2022-11-28 19:00:00
## 4310 2022-11-28 19:00:00
## 4311 2022-11-28 19:00:00
## 4312 2022-11-28 19:00:00
## 4313 2022-11-28 19:00:00
## 4314 2022-11-28 19:00:00
## 4315 2022-11-28 19:00:00
## 4316 2022-11-28 19:00:00
## 4317 2022-11-28 19:00:00
## 4318 2022-11-28 19:00:00
## 4319 2022-11-28 19:00:00
## 4320 2022-11-28 19:00:00
## 4321 2022-11-28 19:00:00
## 4322 2022-11-28 19:00:00
## 4323 2022-11-28 19:00:00
## 4324 2022-11-28 19:00:00
## 4325 2022-11-28 19:00:00
## 4326 2022-11-28 19:00:00
## 4327 2022-11-28 19:00:00
## 4328 2022-11-28 19:00:00
## 4329 2022-11-28 19:00:00
## 4330 2022-11-28 19:00:00
## 4331 2022-11-28 19:00:00
## 4332 2022-11-28 19:00:00
## 4333 2022-11-28 19:00:00
## 4334 2022-11-28 19:00:00
## 4335 2022-11-28 19:00:00
## 4336 2022-11-28 19:00:00
## 4337 2022-11-28 19:00:00
## 4338 2022-11-28 19:00:00
## 4339 2022-11-28 19:00:00
## 4340 2022-11-28 19:00:00
## 4341 2022-11-28 19:00:00
## 4342 2022-11-28 19:00:00
## 4343 2022-11-28 19:00:00
## 4344 2022-11-28 19:00:00
## 4345 2022-11-28 19:00:00
## 4346 2022-11-28 19:00:00
## 4347 2022-11-28 19:00:00
## 4348 2022-11-28 19:00:00
## 4349 2022-11-28 19:00:00
## 4350 2022-11-28 19:00:00
## 4351 2022-11-28 19:00:00
## 4352 2022-11-28 19:00:00
## 4353 2022-11-28 19:00:00
## 4354 2022-11-28 19:00:00
## 4355 2022-11-28 19:00:00
## 4356 2022-11-28 19:00:00
## 4357 2022-11-28 19:00:00
## 4358 2022-11-28 19:00:00
## 4359 2022-11-28 19:00:00
## 4360 2022-11-28 19:00:00
## 4361 2022-11-28 19:00:00
## 4362 2022-11-28 19:00:00
## 4363 2022-11-28 19:00:00
## 4364 2022-11-28 19:00:00
## 4365 2022-11-28 19:00:00
## 4366 2022-11-28 19:00:00
## 4367 2022-11-28 19:00:00
## 4368 2022-11-28 19:00:00
## 4369 2022-11-28 19:00:00
## 4370 2022-11-28 19:00:00
## 4371 2022-11-28 19:00:00
## 4372 2022-11-28 19:00:00
## 4373 2022-11-28 19:00:00
## 4374 2022-11-28 19:00:00
## 4375 2022-11-28 19:00:00
## 4376 2022-11-28 19:00:00
## 4377 2022-11-28 19:00:00
## 4378 2022-11-28 19:00:00
## 4379 2022-11-28 19:00:00
## 4380 2022-11-28 19:00:00
## 4381 2022-11-28 19:00:00
## 4382 2022-11-28 19:00:00
## 4383 2022-11-28 19:00:00
## 4384 2022-11-28 19:00:00
## 4385 2022-11-28 19:00:00
## 4386 2022-11-28 19:00:00
## 4387 2022-11-28 19:00:00
## 4388 2022-11-28 19:00:00
## 4389 2022-11-28 19:00:00
## 4390 2022-11-28 19:00:00
## 4391 2022-11-28 19:00:00
## 4392 2022-11-28 19:00:00
## 4393 2022-11-28 19:00:00
## 4394 2022-11-28 19:00:00
## 4395 2022-11-28 19:00:00
## 4396 2022-11-28 19:00:00
## 4397 2022-11-28 19:00:00
## 4398 2022-11-28 19:00:00
## 4399 2022-11-28 19:00:00
## 4400 2022-11-28 19:00:00
## 4401 2022-11-28 19:00:00
## 4402 2022-11-28 19:00:00
## 4403 2022-11-28 19:00:00
## 4404 2022-11-28 19:00:00
## 4405 2022-11-28 19:00:00
## 4406 2022-11-28 19:00:00
## 4407 2022-11-28 19:00:00
## 4408 2022-11-28 19:00:00
## 4409 2022-11-28 19:00:00
## 4410 2022-11-28 19:00:00
## 4411 2022-11-28 19:00:00
## 4412 2022-11-28 19:00:00
## 4413 2022-11-28 19:00:00
## 4414 2022-11-28 19:00:00
## 4415 2022-11-28 19:00:00
## 4416 2022-11-28 19:00:00
## 4417 2022-11-28 19:00:00
## 4418 2022-11-28 19:00:00
## 4419 2022-11-28 19:00:00
## 4420 2022-11-28 19:00:00
## 4421 2022-11-28 19:00:00
## 4422 2022-11-28 19:00:00
## 4423 2022-11-28 19:00:00
## 4424 2022-11-28 19:00:00
## 4425 2022-11-28 19:00:00
## 4426 2022-11-28 19:00:00
## 4427 2022-11-28 19:00:00
## 4428 2022-11-28 19:00:00
## 4429 2022-11-28 19:00:00
## 4430 2022-11-28 19:00:00
## 4431 2022-11-28 19:00:00
## 4432 2022-11-28 19:00:00
## 4433 2022-11-28 19:00:00
## 4434 2022-11-28 19:00:00
## 4435 2022-11-28 19:00:00
## 4436 2022-11-28 19:00:00
## 4437 2022-11-28 19:00:00
## 4438 2022-11-28 19:00:00
## 4439 2022-11-28 19:00:00
## 4440 2022-11-28 19:00:00
## 4441 2022-11-28 19:00:00
## 4442 2022-11-28 19:00:00
## 4443 2022-11-28 19:00:00
## 4444 2022-11-28 19:00:00
## 4445 2022-11-28 19:00:00
## 4446 2022-11-28 19:00:00
## 4447 2022-11-28 19:00:00
## 4448 2022-11-28 19:00:00
## 4449 2022-11-28 19:00:00
## 4450 2022-11-28 19:00:00
## 4451 2022-11-28 19:00:00
## 4452 2022-11-28 19:00:00
## 4453 2022-11-28 19:00:00
## 4454 2022-11-28 19:00:00
## 4455 2022-11-28 19:00:00
## 4456 2022-11-28 19:00:00
## 4457 2022-11-28 19:00:00
## 4458 2022-11-28 19:00:00
## 4459 2022-11-28 19:00:00
## 4460 2022-11-28 19:00:00
## 4461 2022-11-28 19:00:00
## 4462 2022-11-28 19:00:00
## 4463 2022-11-28 19:00:00
## 4464 2022-11-28 19:00:00
## 4465 2022-11-28 19:00:00
## 4466 2022-11-28 19:00:00
## 4467 2022-11-28 19:00:00
## 4468 2022-11-28 19:00:00
## 4469 2022-11-28 19:00:00
## 4470 2022-11-28 19:00:00
## 4471 2022-11-28 19:00:00
## 4472 2022-11-28 19:00:00
## 4473 2022-11-28 19:00:00
## 4474 2022-11-28 19:00:00
## 4475 2022-11-28 19:00:00
## 4476 2022-11-28 19:00:00
## 4477 2022-11-28 19:00:00
## 4478 2022-11-28 19:00:00
## 4479 2022-11-28 19:00:00
## 4480 2022-11-28 19:00:00
## 4481 2022-11-28 19:00:00
## 4482 2022-11-28 19:00:00
## 4483 2022-11-28 19:00:00
## 4484 2022-11-28 19:00:00
## 4485 2022-11-28 19:00:00
## 4486 2022-11-28 19:00:00
## 4487 2022-11-28 19:00:00
## 4488 2022-11-28 19:00:00
## 4489 2022-11-28 19:00:00
## 4490 2022-11-28 19:00:00
## 4491 2022-11-28 19:00:00
## 4492 2022-11-28 19:00:00
## 4493 2022-11-28 19:00:00
## 4494 2022-11-28 19:00:00
## 4495 2022-11-28 19:00:00
## 4496 2022-11-28 19:00:00
## 4497 2022-11-28 19:00:00
## 4498 2022-11-28 19:00:00
## 4499 2022-11-28 19:00:00
## 4500 2022-11-28 19:00:00
## 4501 2022-11-28 19:00:00
## 4502 2022-11-28 19:00:00
## 4503 2022-11-28 19:00:00
## 4504 2022-11-28 19:00:00
## 4505 2022-11-28 19:00:00
## 4506 2022-11-28 19:00:00
## 4507 2022-11-28 19:00:00
## 4508 2022-11-28 19:00:00
## 4509 2022-11-28 19:00:00
## 4510 2022-11-28 19:00:00
## 4511 2022-11-28 19:00:00
## 4512 2022-11-28 19:00:00
## 4513 2022-11-28 19:00:00
## 4514 2022-11-28 19:00:00
## 4515 2022-11-28 19:00:00
## 4516 2022-11-28 19:00:00
## 4517 2022-11-28 19:00:00
## 4518 2022-11-28 19:00:00
## 4519 2022-11-28 19:00:00
## 4520 2022-11-28 19:00:00
## 4521 2022-11-28 19:00:00
## 4522 2022-11-28 19:00:00
## 4523 2022-11-28 19:00:00
## 4524 2022-11-28 19:00:00
## 4525 2022-11-28 19:00:00
## 4526 2022-11-28 19:00:00
## 4527 2022-11-28 19:00:00
## 4528 2022-11-28 19:00:00
## 4529 2022-11-28 19:00:00
## 4530 2022-11-28 19:00:00
## 4531 2022-11-28 19:00:00
## 4532 2022-11-28 19:00:00
## 4533 2022-11-28 19:00:00
## 4534 2022-11-28 19:00:00
## 4535 2022-11-28 19:00:00
## 4536 2022-11-28 19:00:00
## 4537 2022-11-28 19:00:00
## 4538 2022-11-28 19:00:00
## 4539 2022-11-28 19:00:00
## 4540 2022-11-28 19:00:00
## 4541 2022-11-28 19:00:00
## 4542 2022-11-28 19:00:00
## 4543 2022-11-28 19:00:00
## 4544 2022-11-28 19:00:00
## 4545 2022-11-28 19:00:00
## 4546 2022-11-28 19:00:00
## 4547 2022-11-28 19:00:00
## 4548 2022-11-28 19:00:00
## 4549 2022-11-28 19:00:00
## 4550 2022-11-28 19:00:00
## 4551 2022-11-28 19:00:00
## 4552 2022-11-28 19:00:00
## 4553 2022-11-28 19:00:00
## 4554 2022-11-28 19:00:00
## 4555 2022-11-28 19:00:00
## 4556 2022-11-28 19:00:00
## 4557 2022-11-28 19:00:00
## 4558 2022-11-28 19:00:00
## 4559 2022-11-28 19:00:00
## 4560 2022-11-28 19:00:00
## 4561 2022-11-28 19:00:00
## 4562 2022-11-28 19:00:00
## 4563 2022-11-28 19:00:00
## 4564 2022-11-28 19:00:00
## 4565 2022-11-28 19:00:00
## 4566 2022-11-28 19:00:00
## 4567 2022-11-28 19:00:00
## 4568 2022-11-28 19:00:00
## 4569 2022-11-28 19:00:00
## 4570 2022-11-28 19:00:00
## 4571 2022-11-28 19:00:00
## 4572 2022-11-28 19:00:00
## 4573 2022-11-28 19:00:00
## 4574 2022-11-28 19:00:00
## 4575 2022-11-28 19:00:00
## 4576 2022-11-28 19:00:00
## 4577 2022-11-28 19:00:00
## 4578 2022-11-28 19:00:00
## 4579 2022-11-28 19:00:00
## 4580 2022-11-28 19:00:00
## 4581 2022-11-28 19:00:00
## 4582 2022-11-28 19:00:00
## 4583 2022-11-28 19:00:00
## 4584 2022-11-28 19:00:00
## 4585 2022-11-28 19:00:00
## 4586 2022-11-28 19:00:00
## 4587 2022-11-28 19:00:00
## 4588 2022-11-28 19:00:00
## 4589 2022-11-28 19:00:00
## 4590 2022-11-28 19:00:00
## 4591 2022-11-28 19:00:00
## 4592 2022-11-28 19:00:00
## 4593 2022-11-28 19:00:00
## 4594 2022-11-28 19:00:00
## 4595 2022-11-28 19:00:00
## 4596 2022-11-28 19:00:00
## 4597 2022-11-28 19:00:00
## 4598 2022-11-28 19:00:00
## 4599 2022-11-28 19:00:00
## 4600 2022-11-28 19:00:00
## 4601 2022-11-28 19:00:00
## 4602 2022-11-28 19:00:00
## 4603 2022-11-28 19:00:00
## 4604 2022-11-28 19:00:00
## 4605 2022-11-28 19:00:00
## 4606 2022-11-28 19:00:00
## 4607 2022-11-28 19:00:00
## 4608 2022-11-28 19:00:00
## 4609 2022-11-28 19:00:00
## 4610 2022-11-28 19:00:00
## 4611 2022-11-28 19:00:00
## 4612 2022-11-28 19:00:00
## 4613 2022-11-28 19:00:00
## 4614 2022-11-28 19:00:00
## 4615 2022-11-28 19:00:00
## 4616 2022-11-28 19:00:00
## 4617 2022-11-28 19:00:00
## 4618 2022-11-28 19:00:00
## 4619 2022-11-28 19:00:00
## 4620 2022-11-28 19:00:00
## 4621 2022-11-28 19:00:00
## 4622 2022-11-28 19:00:00
## 4623 2022-11-28 19:00:00
## 4624 2022-11-28 19:00:00
## 4625 2022-11-28 19:00:00
## 4626 2022-11-28 19:00:00
## 4627 2022-11-28 19:00:00
## 4628 2022-11-28 19:00:00
## 4629 2022-11-28 19:00:00
## 4630 2022-11-28 19:00:00
## 4631 2022-11-28 19:00:00
## 4632 2022-11-28 19:00:00
## 4633 2022-11-28 19:00:00
## 4634 2022-11-28 19:00:00
## 4635 2022-11-28 19:00:00
## 4636 2022-11-28 19:00:00
## 4637 2022-11-28 19:00:00
## 4638 2022-11-28 19:00:00
## 4639 2022-11-28 19:00:00
## 4640 2022-11-28 19:00:00
## 4641 2022-11-28 19:00:00
## 4642 2022-11-28 19:00:00
## 4643 2022-11-28 19:00:00
## 4644 2022-11-28 19:00:00
## 4645 2022-11-28 19:00:00
## 4646 2022-11-28 19:00:00
## 4647 2022-11-28 19:00:00
## 4648 2022-11-28 19:00:00
## 4649 2022-11-28 19:00:00
## 4650 2022-11-28 19:00:00
## 4651 2022-11-28 19:00:00
## 4652 2022-11-28 19:00:00
## 4653 2022-11-28 19:00:00
## 4654 2022-11-28 19:00:00
## 4655 2022-11-28 19:00:00
## 4656 2022-11-28 19:00:00
## 4657 2022-11-28 19:00:00
## 4658 2022-11-28 19:00:00
## 4659 2022-11-28 19:00:00
## 4660 2022-11-28 19:00:00
## 4661 2022-11-28 19:00:00
## 4662 2022-11-28 19:00:00
## 4663 2022-11-28 19:00:00
## 4664 2022-11-28 19:00:00
## 4665 2022-11-28 19:00:00
## 4666 2022-11-28 19:00:00
## 4667 2022-11-28 19:00:00
## 4668 2022-11-28 19:00:00
## 4669 2022-11-28 19:00:00
## 4670 2022-11-28 19:00:00
## 4671 2022-11-28 19:00:00
## 4672 2022-11-28 19:00:00
## 4673 2022-11-28 19:00:00
## 4674 2022-11-28 19:00:00
## 4675 2022-11-28 19:00:00
## 4676 2022-11-28 19:00:00
## 4677 2022-11-28 19:00:00
## 4678 2022-11-28 19:00:00
## 4679 2022-11-28 19:00:00
## 4680 2022-11-28 19:00:00
## 4681 2022-11-28 19:00:00
## 4682 2022-11-28 19:00:00
## 4683 2022-11-28 19:00:00
## 4684 2022-11-28 19:00:00
## 4685 2022-11-28 19:00:00
## 4686 2022-11-28 19:00:00
## 4687 2022-11-28 19:00:00
## 4688 2022-11-28 19:00:00
## 4689 2022-11-28 19:00:00
## 4690 2022-11-28 19:00:00
## 4691 2022-11-28 19:00:00
## 4692 2022-11-28 19:00:00
## 4693 2022-11-28 19:00:00
## 4694 2022-11-28 19:00:00
## 4695 2022-11-28 19:00:00
## 4696 2022-11-28 19:00:00
## 4697 2022-11-28 19:00:00
## 4698 2022-11-28 19:00:00
## 4699 2022-11-28 19:00:00
## 4700 2022-11-28 19:00:00
## 4701 2022-11-28 19:00:00
## 4702 2022-11-28 19:00:00
## 4703 2022-11-28 19:00:00
## 4704 2022-11-28 19:00:00
## 4705 2022-11-28 19:00:00
## 4706 2022-11-28 19:00:00
## 4707 2022-11-28 19:00:00
## 4708 2022-11-28 19:00:00
## 4709 2022-11-28 19:00:00
## 4710 2022-11-28 19:00:00
## 4711 2022-11-28 19:00:00
## 4712 2022-11-28 19:00:00
## 4713 2022-11-28 19:00:00
## 4714 2022-11-28 19:00:00
## 4715 2022-11-28 19:00:00
## 4716 2022-11-28 19:00:00
## 4717 2022-11-28 19:00:00
## 4718 2022-11-28 19:00:00
## 4719 2022-11-28 19:00:00
## 4720 2022-11-28 19:00:00
## 4721 2022-11-28 19:00:00
## 4722 2022-11-28 19:00:00
## 4723 2022-11-28 19:00:00
## 4724 2022-11-28 19:00:00
## 4725 2022-11-28 19:00:00
## 4726 2022-11-28 19:00:00
## 4727 2022-11-28 19:00:00
## 4728 2022-11-28 19:00:00
## 4729 2022-11-28 19:00:00
## 4730 2022-11-28 19:00:00
## 4731 2022-11-28 19:00:00
## 4732 2022-11-28 19:00:00
## 4733 2022-11-28 19:00:00
## 4734 2022-11-28 19:00:00
## 4735 2022-11-28 19:00:00
## 4736 2022-11-28 19:00:00
## 4737 2022-11-28 19:00:00
## 4738 2022-11-28 19:00:00
## 4739 2022-11-28 19:00:00
## 4740 2022-11-28 19:00:00
## 4741 2022-11-28 19:00:00
## 4742 2022-11-28 19:00:00
## 4743 2022-11-28 19:00:00
## 4744 2022-11-28 19:00:00
## 4745 2022-11-28 19:00:00
## 4746 2022-11-28 19:00:00
## 4747 2022-11-28 19:00:00
## 4748 2022-11-28 19:00:00
## 4749 2022-11-28 19:00:00
## 4750 2022-11-28 19:00:00
## 4751 2022-11-28 19:00:00
## 4752 2022-11-28 19:00:00
## 4753 2022-11-28 19:00:00
## 4754 2022-11-28 19:00:00
## 4755 2022-11-28 19:00:00
## 4756 2022-11-28 19:00:00
## 4757 2022-11-28 19:00:00
## 4758 2022-11-28 19:00:00
## 4759 2022-11-28 19:00:00
## 4760 2022-11-28 19:00:00
## 4761 2022-11-28 19:00:00
## 4762 2022-11-28 19:00:00
## 4763 2022-11-28 19:00:00
## 4764 2022-11-28 19:00:00
## 4765 2022-11-28 19:00:00
## 4766 2022-11-28 19:00:00
## 4767 2022-11-28 19:00:00
## 4768 2022-11-28 19:00:00
## 4769 2022-11-28 19:00:00
## 4770 2022-11-28 19:00:00
## 4771 2022-11-28 19:00:00
## 4772 2022-11-28 19:00:00
## 4773 2022-11-28 19:00:00
## 4774 2022-11-28 19:00:00
## 4775 2022-11-28 19:00:00
## 4776 2022-11-28 19:00:00
## 4777 2022-11-28 19:00:00
## 4778 2022-11-28 19:00:00
## 4779 2022-11-28 19:00:00
## 4780 2022-11-28 19:00:00
## 4781 2022-11-28 19:00:00
## 4782 2022-11-28 19:00:00
## 4783 2022-11-28 19:00:00
## 4784 2022-11-28 19:00:00
## 4785 2022-11-28 19:00:00
## 4786 2022-11-28 19:00:00
## 4787 2022-11-28 19:00:00
## 4788 2022-11-28 19:00:00
## 4789 2022-11-28 19:00:00
## 4790 2022-11-28 19:00:00
## 4791 2022-11-28 19:00:00
## 4792 2022-11-28 19:00:00
## 4793 2022-11-28 19:00:00
## 4794 2022-11-28 19:00:00
## 4795 2022-11-28 19:00:00
## 4796 2022-11-28 19:00:00
## 4797 2022-11-28 19:00:00
## 4798 2022-11-28 19:00:00
## 4799 2022-11-28 19:00:00
## 4800 2022-11-28 19:00:00
## 4801 2022-11-28 19:00:00
## 4802 2022-11-28 19:00:00
## 4803 2022-11-28 19:00:00
## 4804 2022-11-28 19:00:00
## 4805 2022-11-28 19:00:00
## 4806 2022-11-28 19:00:00
## 4807 2022-11-28 19:00:00
## 4808 2022-11-28 19:00:00
## 4809 2022-11-28 19:00:00
## 4810 2022-11-28 19:00:00
## 4811 2022-11-28 19:00:00
## 4812 2022-11-28 19:00:00
## 4813 2022-11-28 19:00:00
## 4814 2022-11-28 19:00:00
## 4815 2022-11-28 19:00:00
## 4816 2022-11-28 19:00:00
## 4817 2022-11-28 19:00:00
## 4818 2022-11-28 19:00:00
## 4819 2022-11-28 19:00:00
## 4820 2022-11-28 19:00:00
## 4821 2022-11-28 19:00:00
## 4822 2022-11-28 19:00:00
## 4823 2022-11-28 19:00:00
## 4824 2022-11-28 19:00:00
## 4825 2022-11-28 19:00:00
## 4826 2022-11-28 19:00:00
## 4827 2022-11-28 19:00:00
## 4828 2022-11-28 19:00:00
## 4829 2022-11-28 19:00:00
## 4830 2022-11-28 19:00:00
## 4831 2022-11-28 19:00:00
## 4832 2022-11-28 19:00:00
## 4833 2022-11-28 19:00:00
## 4834 2022-11-28 19:00:00
## 4835 2022-11-28 19:00:00
## 4836 2022-11-28 19:00:00
## 4837 2022-11-28 19:00:00
## 4838 2022-11-28 19:00:00
## 4839 2022-11-28 19:00:00
## 4840 2022-11-28 19:00:00
## 4841 2022-11-28 19:00:00
## 4842 2022-11-28 19:00:00
## 4843 2022-11-28 19:00:00
## 4844 2022-11-28 19:00:00
## 4845 2022-11-28 19:00:00
## 4846 2022-11-28 19:00:00
## 4847 2022-11-28 19:00:00
## 4848 2022-11-28 19:00:00
## 4849 2022-11-28 19:00:00
## 4850 2022-11-28 19:00:00
## 4851 2022-11-28 19:00:00
## 4852 2022-11-28 19:00:00
## 4853 2022-11-28 19:00:00
## 4854 2022-11-28 19:00:00
## 4855 2022-11-28 19:00:00
## 4856 2022-11-28 19:00:00
## 4857 2022-11-28 19:00:00
## 4858 2022-11-28 19:00:00
## 4859 2022-11-28 19:00:00
## 4860 2022-11-28 19:00:00
## 4861 2022-11-28 19:00:00
## 4862 2022-11-28 19:00:00
## 4863 2022-11-28 19:00:00
## 4864 2022-11-28 19:00:00
## 4865 2022-11-28 19:00:00
## 4866 2022-11-28 19:00:00
## 4867 2022-11-28 19:00:00
## 4868 2022-11-28 19:00:00
## 4869 2022-11-28 19:00:00
## 4870 2022-11-28 19:00:00
## 4871 2022-11-28 19:00:00
## 4872 2022-11-28 19:00:00
## 4873 2022-11-28 19:00:00
## 4874 2022-11-28 19:00:00
## 4875 2022-11-28 19:00:00
## 4876 2022-11-28 19:00:00
## 4877 2022-11-28 19:00:00
## 4878 2022-11-28 19:00:00
## 4879 2022-11-28 19:00:00
## 4880 2022-11-28 19:00:00
## 4881 2022-11-28 19:00:00
## 4882 2022-11-28 19:00:00
## 4883 2022-11-28 19:00:00
## 4884 2022-11-28 19:00:00
## 4885 2022-11-28 19:00:00
## 4886 2022-11-28 19:00:00
## 4887 2022-11-28 19:00:00
## 4888 2022-11-28 19:00:00
## 4889 2022-11-28 19:00:00
## 4890 2022-11-28 19:00:00
## 4891 2022-11-28 19:00:00
## 4892 2022-11-28 19:00:00
## 4893 2022-11-28 19:00:00
## 4894 2022-11-28 19:00:00
## 4895 2022-11-28 19:00:00
## 4896 2022-11-28 19:00:00
## 4897 2022-11-28 19:00:00
## 4898 2022-11-28 19:00:00
## 4899 2022-11-28 19:00:00
## 4900 2022-11-28 19:00:00
## 4901 2022-11-28 19:00:00
## 4902 2022-11-28 19:00:00
## 4903 2022-11-28 19:00:00
## 4904 2022-11-28 19:00:00
## 4905 2022-11-28 19:00:00
## 4906 2022-11-28 19:00:00
## 4907 2022-11-28 19:00:00
## 4908 2022-11-28 19:00:00
## 4909 2022-11-28 19:00:00
## 4910 2022-11-28 19:00:00
## 4911 2022-11-28 19:00:00
## 4912 2022-11-28 19:00:00
## 4913 2022-11-28 19:00:00
## 4914 2022-11-28 19:00:00
## 4915 2022-11-28 19:00:00
## 4916 2022-11-28 19:00:00
## 4917 2022-11-28 19:00:00
## 4918 2022-11-28 19:00:00
## 4919 2022-11-28 19:00:00
## 4920 2022-11-28 19:00:00
## 4921 2022-11-28 19:00:00
## 4922 2022-11-28 19:00:00
## 4923 2022-11-28 19:00:00
## 4924 2022-11-28 19:00:00
## 4925 2022-11-28 19:00:00
## 4926 2022-11-28 19:00:00
## 4927 2022-11-28 19:00:00
## 4928 2022-11-28 19:00:00
## 4929 2022-11-28 19:00:00
## 4930 2022-11-28 19:00:00
## 4931 2022-11-28 19:00:00
## 4932 2022-11-28 19:00:00
## 4933 2022-11-28 19:00:00
## 4934 2022-11-28 19:00:00
## 4935 2022-11-28 19:00:00
## 4936 2022-11-28 19:00:00
## 4937 2022-11-28 19:00:00
## 4938 2022-11-28 19:00:00
## 4939 2022-11-28 19:00:00
## 4940 2022-11-28 19:00:00
## 4941 2022-11-28 19:00:00
## 4942 2022-11-28 19:00:00
## 4943 2022-11-28 19:00:00
## 4944 2022-11-28 19:00:00
## 4945 2022-11-28 19:00:00
## 4946 2022-11-28 19:00:00
## 4947 2022-11-28 19:00:00
## 4948 2022-11-28 19:00:00
## 4949 2022-11-28 19:00:00
## 4950 2022-11-28 19:00:00
## 4951 2022-11-28 19:00:00
## 4952 2022-11-28 19:00:00
## 4953 2022-11-28 19:00:00
## 4954 2022-11-28 19:00:00
## 4955 2022-11-28 19:00:00
## 4956 2022-11-28 19:00:00
## 4957 2022-11-28 19:00:00
## 4958 2022-11-28 19:00:00
## 4959 2022-11-28 19:00:00
## 4960 2022-11-28 19:00:00
## 4961 2022-11-28 19:00:00
## 4962 2022-11-28 19:00:00
## 4963 2022-11-28 19:00:00
## 4964 2022-11-28 19:00:00
## 4965 2022-11-28 19:00:00
## 4966 2022-11-28 19:00:00
## 4967 2022-11-28 19:00:00
## 4968 2022-11-28 19:00:00
## 4969 2022-11-28 19:00:00
## 4970 2022-11-28 19:00:00
## 4971 2022-11-28 19:00:00
## 4972 2022-11-28 19:00:00
## 4973 2022-11-28 19:00:00
## 4974 2022-11-28 19:00:00
## 4975 2022-11-28 19:00:00
## 4976 2022-11-28 19:00:00
## 4977 2022-11-28 19:00:00
## 4978 2022-11-28 19:00:00
## 4979 2022-11-28 19:00:00
## 4980 2022-11-28 19:00:00
## 4981 2022-11-28 19:00:00
## 4982 2022-11-28 19:00:00
## 4983 2022-11-28 19:00:00
## 4984 2022-11-28 19:00:00
## 4985 2022-11-28 19:00:00
## 4986 2022-11-28 19:00:00
## 4987 2022-11-28 19:00:00
## 4988 2022-11-28 19:00:00
## 4989 2022-11-28 19:00:00
## 4990 2022-11-28 19:00:00
## 4991 2022-11-28 19:00:00
## 4992 2022-11-28 19:00:00
## 4993 2022-11-28 19:00:00
## 4994 2022-11-28 19:00:00
## 4995 2022-11-28 19:00:00
## 4996 2022-11-28 19:00:00
## 4997 2022-11-28 19:00:00
## 4998 2022-11-28 19:00:00
## 4999 2022-11-28 19:00:00
## 5000 2022-11-28 19:00:00
## 5001 2022-11-28 19:00:00
## 5002 2022-11-28 19:00:00
## 5003 2022-11-28 19:00:00
## 5004 2022-11-28 19:00:00
## 5005 2022-11-28 19:00:00
## 5006 2022-11-28 19:00:00
## 5007 2022-11-28 19:00:00
## 5008 2022-11-28 19:00:00
## 5009 2022-11-28 19:00:00
## 5010 2022-11-28 19:00:00
## 5011 2022-11-28 19:00:00
## 5012 2022-11-28 19:00:00
## 5013 2022-11-28 19:00:00
## 5014 2022-11-28 19:00:00
## 5015 2022-11-28 19:00:00
## 5016 2022-11-28 19:00:00
## 5017 2022-11-28 19:00:00
## 5018 2022-11-28 19:00:00
## 5019 2022-11-28 19:00:00
## 5020 2022-11-28 19:00:00
## 5021 2022-11-28 19:00:00
## 5022 2022-11-28 19:00:00
## 5023 2022-11-28 19:00:00
## 5024 2022-11-28 19:00:00
## 5025 2022-11-28 19:00:00
## 5026 2022-11-28 19:00:00
## 5027 2022-11-28 19:00:00
## 5028 2022-11-28 19:00:00
## 5029 2022-11-28 19:00:00
## 5030 2022-11-28 19:00:00
## 5031 2022-11-28 19:00:00
## 5032 2022-11-28 19:00:00
## 5033 2022-11-28 19:00:00
## 5034 2022-11-28 19:00:00
## 5035 2022-11-28 19:00:00
## 5036 2022-11-28 19:00:00
## 5037 2022-11-28 19:00:00
## 5038 2022-11-28 19:00:00
## 5039 2022-11-28 19:00:00
## 5040 2022-11-28 19:00:00
## 5041 2022-11-28 19:00:00
## 5042 2022-11-28 19:00:00
## 5043 2022-11-28 19:00:00
## 5044 2022-11-28 19:00:00
## 5045 2022-11-28 19:00:00
## 5046 2022-11-28 19:00:00
## 5047 2022-11-28 19:00:00
## 5048 2022-11-28 19:00:00
## 5049 2022-11-28 19:00:00
## 5050 2022-11-28 19:00:00
## 5051 2022-11-28 19:00:00
## 5052 2022-11-28 19:00:00
## 5053 2022-11-28 19:00:00
## 5054 2022-11-28 19:00:00
## 5055 2022-11-28 19:00:00
## 5056 2022-11-28 19:00:00
## 5057 2022-11-28 19:00:00
## 5058 2022-11-28 19:00:00
## 5059 2022-11-28 19:00:00
## 5060 2022-11-28 19:00:00
## 5061 2022-11-28 19:00:00
## 5062 2022-11-28 19:00:00
## 5063 2022-11-28 19:00:00
## 5064 2022-11-28 19:00:00
## 5065 2022-11-28 19:00:00
## 5066 2022-11-28 19:00:00
## 5067 2022-11-28 19:00:00
## 5068 2022-11-28 19:00:00
## 5069 2022-11-28 19:00:00
## 5070 2022-11-28 19:00:00
## 5071 2022-11-28 19:00:00
## 5072 2022-11-28 19:00:00
## 5073 2022-11-28 19:00:00
## 5074 2022-11-28 19:00:00
## 5075 2022-11-28 19:00:00
## 5076 2022-11-28 19:00:00
## 5077 2022-11-28 19:00:00
## 5078 2022-11-28 19:00:00
## 5079 2022-11-28 19:00:00
## 5080 2022-11-28 19:00:00
## 5081 2022-11-28 19:00:00
## 5082 2022-11-28 19:00:00
## 5083 2022-11-28 19:00:00
## 5084 2022-11-28 19:00:00
## 5085 2022-11-28 19:00:00
## 5086 2022-11-28 19:00:00
## 5087 2022-11-28 19:00:00
## 5088 2022-11-28 19:00:00
## 5089 2022-11-28 19:00:00
## 5090 2022-11-28 19:00:00
## 5091 2022-11-28 19:00:00
## 5092 2022-11-28 19:00:00
## 5093 2022-11-28 19:00:00
## 5094 2022-11-28 19:00:00
## 5095 2022-11-28 19:00:00
## 5096 2022-11-28 19:00:00
## 5097 2022-11-28 19:00:00
## 5098 2022-11-28 19:00:00
## 5099 2022-11-28 19:00:00
## 5100 2022-11-28 19:00:00
## 5101 2022-11-28 19:00:00
## 5102 2022-11-28 19:00:00
## 5103 2022-11-28 19:00:00
## 5104 2022-11-28 19:00:00
## 5105 2022-11-28 19:00:00
## 5106 2022-11-28 19:00:00
## 5107 2022-11-28 19:00:00
## 5108 2022-11-28 19:00:00
## 5109 2022-11-28 19:00:00
## 5110 2022-11-28 19:00:00
## 5111 2022-11-28 19:00:00
## 5112 2022-11-28 19:00:00
## 5113 2022-11-28 19:00:00
## 5114 2022-11-28 18:00:00
## 5115 2022-11-28 18:00:00
## 5116 2022-11-28 18:00:00
## 5117 2022-11-28 18:00:00
## 5118 2022-11-28 18:00:00
## 5119 2022-11-28 18:00:00
## 5120 2022-11-28 18:00:00
## 5121 2022-11-28 18:00:00
## 5122 2022-11-28 18:00:00
## 5123 2022-11-28 18:00:00
## 5124 2022-11-28 18:00:00
## 5125 2022-11-28 18:00:00
## 5126 2022-11-28 18:00:00
## 5127 2022-11-28 18:00:00
## 5128 2022-11-28 18:00:00
## 5129 2022-11-28 18:00:00
## 5130 2022-11-28 18:00:00
## 5131 2022-11-28 18:00:00
## 5132 2022-11-28 18:00:00
## 5133 2022-11-28 18:00:00
## 5134 2022-11-28 18:00:00
## 5135 2022-11-28 18:00:00
## 5136 2022-11-28 18:00:00
## 5137 2022-11-28 18:00:00
## 5138 2022-11-28 18:00:00
## 5139 2022-11-28 18:00:00
## 5140 2022-11-28 18:00:00
## 5141 2022-11-28 18:00:00
## 5142 2022-11-28 18:00:00
## 5143 2022-11-28 18:00:00
## 5144 2022-11-28 18:00:00
## 5145 2022-11-28 18:00:00
## 5146 2022-11-28 18:00:00
## 5147 2022-11-28 18:00:00
## 5148 2022-11-28 18:00:00
## 5149 2022-11-28 18:00:00
## 5150 2022-11-28 18:00:00
## 5151 2022-11-28 18:00:00
## 5152 2022-11-28 18:00:00
## 5153 2022-11-28 18:00:00
## 5154 2022-11-28 18:00:00
## 5155 2022-11-28 18:00:00
## 5156 2022-11-28 18:00:00
## 5157 2022-11-28 18:00:00
## 5158 2022-11-28 18:00:00
## 5159 2022-11-28 18:00:00
## 5160 2022-11-28 18:00:00
## 5161 2022-11-28 18:00:00
## 5162 2022-11-28 18:00:00
## 5163 2022-11-28 18:00:00
## 5164 2022-11-28 18:00:00
## 5165 2022-11-28 18:00:00
## 5166 2022-11-28 18:00:00
## 5167 2022-11-28 18:00:00
## 5168 2022-11-28 18:00:00
## 5169 2022-11-28 18:00:00
## 5170 2022-11-28 18:00:00
## 5171 2022-11-28 18:00:00
## 5172 2022-11-28 18:00:00
## 5173 2022-11-28 18:00:00
## 5174 2022-11-28 18:00:00
## 5175 2022-11-28 18:00:00
## 5176 2022-11-28 18:00:00
## 5177 2022-11-28 18:00:00
## 5178 2022-11-28 18:00:00
## 5179 2022-11-28 18:00:00
## 5180 2022-11-28 18:00:00
## 5181 2022-11-28 18:00:00
## 5182 2022-11-28 18:00:00
## 5183 2022-11-28 18:00:00
## 5184 2022-11-28 18:00:00
## 5185 2022-11-28 18:00:00
## 5186 2022-11-28 18:00:00
## 5187 2022-11-28 18:00:00
## 5188 2022-11-28 18:00:00
## 5189 2022-11-28 18:00:00
## 5190 2022-11-28 18:00:00
## 5191 2022-11-28 18:00:00
## 5192 2022-11-28 18:00:00
## 5193 2022-11-28 18:00:00
## 5194 2022-11-28 18:00:00
## 5195 2022-11-28 18:00:00
## 5196 2022-11-28 18:00:00
## 5197 2022-11-28 18:00:00
## 5198 2022-11-28 18:00:00
## 5199 2022-11-28 18:00:00
## 5200 2022-11-28 18:00:00
## 5201 2022-11-28 18:00:00
## 5202 2022-11-28 18:00:00
## 5203 2022-11-28 18:00:00
## 5204 2022-11-28 18:00:00
## 5205 2022-11-28 18:00:00
## 5206 2022-11-28 18:00:00
## 5207 2022-11-28 18:00:00
## 5208 2022-11-28 18:00:00
## 5209 2022-11-28 18:00:00
## 5210 2022-11-28 18:00:00
## 5211 2022-11-28 18:00:00
## 5212 2022-11-28 18:00:00
## 5213 2022-11-28 18:00:00
## 5214 2022-11-28 18:00:00
## 5215 2022-11-28 18:00:00
## 5216 2022-11-28 18:00:00
## 5217 2022-11-28 18:00:00
## 5218 2022-11-28 18:00:00
## 5219 2022-11-28 18:00:00
## 5220 2022-11-28 18:00:00
## 5221 2022-11-28 18:00:00
## 5222 2022-11-28 18:00:00
## 5223 2022-11-28 18:00:00
## 5224 2022-11-28 18:00:00
## 5225 2022-11-28 18:00:00
## 5226 2022-11-28 18:00:00
## 5227 2022-11-28 18:00:00
## 5228 2022-11-28 18:00:00
## 5229 2022-11-28 18:00:00
## 5230 2022-11-28 18:00:00
## 5231 2022-11-28 18:00:00
## 5232 2022-11-28 18:00:00
## 5233 2022-11-28 18:00:00
## 5234 2022-11-28 18:00:00
## 5235 2022-11-28 18:00:00
## 5236 2022-11-28 18:00:00
## 5237 2022-11-28 18:00:00
## 5238 2022-11-28 18:00:00
## 5239 2022-11-28 18:00:00
## 5240 2022-11-28 18:00:00
## 5241 2022-11-28 18:00:00
## 5242 2022-11-28 18:00:00
## 5243 2022-11-28 18:00:00
## 5244 2022-11-28 18:00:00
## 5245 2022-11-28 18:00:00
## 5246 2022-11-28 18:00:00
## 5247 2022-11-28 18:00:00
## 5248 2022-11-28 18:00:00
## 5249 2022-11-28 18:00:00
## 5250 2022-11-28 18:00:00
## 5251 2022-11-28 18:00:00
## 5252 2022-11-28 18:00:00
## 5253 2022-11-28 18:00:00
## 5254 2022-11-28 18:00:00
## 5255 2022-11-28 18:00:00
## 5256 2022-11-28 18:00:00
## 5257 2022-11-28 18:00:00
## 5258 2022-11-28 18:00:00
## 5259 2022-11-28 18:00:00
## 5260 2022-11-28 18:00:00
## 5261 2022-11-28 18:00:00
## 5262 2022-11-28 18:00:00
## 5263 2022-11-28 18:00:00
## 5264 2022-11-28 18:00:00
## 5265 2022-11-28 18:00:00
## 5266 2022-11-28 18:00:00
## 5267 2022-11-28 18:00:00
## 5268 2022-11-28 18:00:00
## 5269 2022-11-28 18:00:00
## 5270 2022-11-28 18:00:00
## 5271 2022-11-28 18:00:00
## 5272 2022-11-28 18:00:00
## 5273 2022-11-28 18:00:00
## 5274 2022-11-28 18:00:00
## 5275 2022-11-28 18:00:00
## 5276 2022-11-28 18:00:00
## 5277 2022-11-28 18:00:00
## 5278 2022-11-28 18:00:00
## 5279 2022-11-28 18:00:00
## 5280 2022-11-28 18:00:00
## 5281 2022-11-28 18:00:00
## 5282 2022-11-28 18:00:00
## 5283 2022-11-28 18:00:00
## 5284 2022-11-28 18:00:00
## 5285 2022-11-28 18:00:00
## 5286 2022-11-28 18:00:00
## 5287 2022-11-28 18:00:00
## 5288 2022-11-28 18:00:00
## 5289 2022-11-28 18:00:00
## 5290 2022-11-28 18:00:00
## 5291 2022-11-28 18:00:00
## 5292 2022-11-28 18:00:00
## 5293 2022-11-28 18:00:00
## 5294 2022-11-28 18:00:00
## 5295 2022-11-28 18:00:00
## 5296 2022-11-28 18:00:00
## 5297 2022-11-28 18:00:00
## 5298 2022-11-28 18:00:00
## 5299 2022-11-28 18:00:00
## 5300 2022-11-28 18:00:00
## 5301 2022-11-28 18:00:00
## 5302 2022-11-28 18:00:00
## 5303 2022-11-28 18:00:00
## 5304 2022-11-28 18:00:00
## 5305 2022-11-28 18:00:00
## 5306 2022-11-28 18:00:00
## 5307 2022-11-28 18:00:00
## 5308 2022-11-28 18:00:00
## 5309 2022-11-28 18:00:00
## 5310 2022-11-28 18:00:00
## 5311 2022-11-28 18:00:00
## 5312 2022-11-28 18:00:00
## 5313 2022-11-28 18:00:00
## 5314 2022-11-28 18:00:00
## 5315 2022-11-28 18:00:00
## 5316 2022-11-28 18:00:00
## 5317 2022-11-28 18:00:00
## 5318 2022-11-28 18:00:00
## 5319 2022-11-28 18:00:00
## 5320 2022-11-28 18:00:00
## 5321 2022-11-28 18:00:00
## 5322 2022-11-28 18:00:00
## 5323 2022-11-28 18:00:00
## 5324 2022-11-28 18:00:00
## 5325 2022-11-28 18:00:00
## 5326 2022-11-28 18:00:00
## 5327 2022-11-28 18:00:00
## 5328 2022-11-28 18:00:00
## 5329 2022-11-28 18:00:00
## 5330 2022-11-28 18:00:00
## 5331 2022-11-28 18:00:00
## 5332 2022-11-28 18:00:00
## 5333 2022-11-28 18:00:00
## 5334 2022-11-28 18:00:00
## 5335 2022-11-28 18:00:00
## 5336 2022-11-28 18:00:00
## 5337 2022-11-28 18:00:00
## 5338 2022-11-28 18:00:00
## 5339 2022-11-28 18:00:00
## 5340 2022-11-28 18:00:00
## 5341 2022-11-28 18:00:00
## 5342 2022-11-28 18:00:00
## 5343 2022-11-28 18:00:00
## 5344 2022-11-28 18:00:00
## 5345 2022-11-28 18:00:00
## 5346 2022-11-28 18:00:00
## 5347 2022-11-28 18:00:00
## 5348 2022-11-28 18:00:00
## 5349 2022-11-28 18:00:00
## 5350 2022-11-28 18:00:00
## 5351 2022-11-28 18:00:00
## 5352 2022-11-28 18:00:00
## 5353 2022-11-28 18:00:00
## 5354 2022-11-28 18:00:00
## 5355 2022-11-28 18:00:00
## 5356 2022-11-28 18:00:00
## 5357 2022-11-28 18:00:00
## 5358 2022-11-28 18:00:00
## 5359 2022-11-28 18:00:00
## 5360 2022-11-28 18:00:00
## 5361 2022-11-28 18:00:00
## 5362 2022-11-28 18:00:00
## 5363 2022-11-28 18:00:00
## 5364 2022-11-28 18:00:00
## 5365 2022-11-28 18:00:00
## 5366 2022-11-28 18:00:00
## 5367 2022-11-28 18:00:00
## 5368 2022-11-28 18:00:00
## 5369 2022-11-28 18:00:00
## 5370 2022-11-28 18:00:00
## 5371 2022-11-28 18:00:00
## 5372 2022-11-28 18:00:00
## 5373 2022-11-28 18:00:00
## 5374 2022-11-28 18:00:00
## 5375 2022-11-28 18:00:00
## 5376 2022-11-28 18:00:00
## 5377 2022-11-28 18:00:00
## 5378 2022-11-28 18:00:00
## 5379 2022-11-28 18:00:00
## 5380 2022-11-28 18:00:00
## 5381 2022-11-28 18:00:00
## 5382 2022-11-28 18:00:00
## 5383 2022-11-28 18:00:00
## 5384 2022-11-28 18:00:00
## 5385 2022-11-28 18:00:00
## 5386 2022-11-28 18:00:00
## 5387 2022-11-28 18:00:00
## 5388 2022-11-28 18:00:00
## 5389 2022-11-28 18:00:00
## 5390 2022-11-28 18:00:00
## 5391 2022-11-28 18:00:00
## 5392 2022-11-28 18:00:00
## 5393 2022-11-28 18:00:00
## 5394 2022-11-28 18:00:00
## 5395 2022-11-28 18:00:00
## 5396 2022-11-28 18:00:00
## 5397 2022-11-28 18:00:00
## 5398 2022-11-28 18:00:00
## 5399 2022-11-28 18:00:00
## 5400 2022-11-28 18:00:00
## 5401 2022-11-28 18:00:00
## 5402 2022-11-28 18:00:00
## 5403 2022-11-28 18:00:00
## 5404 2022-11-28 18:00:00
## 5405 2022-11-28 18:00:00
## 5406 2022-11-28 18:00:00
## 5407 2022-11-28 18:00:00
## 5408 2022-11-28 18:00:00
## 5409 2022-11-28 18:00:00
## 5410 2022-11-28 18:00:00
## 5411 2022-11-28 18:00:00
## 5412 2022-11-28 18:00:00
## 5413 2022-11-28 18:00:00
## 5414 2022-11-28 18:00:00
## 5415 2022-11-28 18:00:00
## 5416 2022-11-28 18:00:00
## 5417 2022-11-28 18:00:00
## 5418 2022-11-28 18:00:00
## 5419 2022-11-28 18:00:00
## 5420 2022-11-28 18:00:00
## 5421 2022-11-28 18:00:00
## 5422 2022-11-28 18:00:00
## 5423 2022-11-28 18:00:00
## 5424 2022-11-28 18:00:00
## 5425 2022-11-28 18:00:00
## 5426 2022-11-28 18:00:00
## 5427 2022-11-28 18:00:00
## 5428 2022-11-28 18:00:00
## 5429 2022-11-28 18:00:00
## 5430 2022-11-28 18:00:00
## 5431 2022-11-28 18:00:00
## 5432 2022-11-28 18:00:00
## 5433 2022-11-28 18:00:00
## 5434 2022-11-28 18:00:00
## 5435 2022-11-28 18:00:00
## 5436 2022-11-28 18:00:00
## 5437 2022-11-28 18:00:00
## 5438 2022-11-28 18:00:00
## 5439 2022-11-28 18:00:00
## 5440 2022-11-28 18:00:00
## 5441 2022-11-28 18:00:00
## 5442 2022-11-28 18:00:00
## 5443 2022-11-28 18:00:00
## 5444 2022-11-28 18:00:00
## 5445 2022-11-28 18:00:00
## 5446 2022-11-28 18:00:00
## 5447 2022-11-28 18:00:00
## 5448 2022-11-28 18:00:00
## 5449 2022-11-28 18:00:00
## 5450 2022-11-28 18:00:00
## 5451 2022-11-28 18:00:00
## 5452 2022-11-28 18:00:00
## 5453 2022-11-28 18:00:00
## 5454 2022-11-28 18:00:00
## 5455 2022-11-28 18:00:00
## 5456 2022-11-28 18:00:00
## 5457 2022-11-28 18:00:00
## 5458 2022-11-28 18:00:00
## 5459 2022-11-28 18:00:00
## 5460 2022-11-28 18:00:00
## 5461 2022-11-28 18:00:00
## 5462 2022-11-28 18:00:00
## 5463 2022-11-28 18:00:00
## 5464 2022-11-28 18:00:00
## 5465 2022-11-28 18:00:00
## 5466 2022-11-28 18:00:00
## 5467 2022-11-28 18:00:00
## 5468 2022-11-28 18:00:00
## 5469 2022-11-28 18:00:00
## 5470 2022-11-28 18:00:00
## 5471 2022-11-28 18:00:00
## 5472 2022-11-28 18:00:00
## 5473 2022-11-28 18:00:00
## 5474 2022-11-28 18:00:00
## 5475 2022-11-28 18:00:00
## 5476 2022-11-28 18:00:00
## 5477 2022-11-28 18:00:00
## 5478 2022-11-28 18:00:00
## 5479 2022-11-28 18:00:00
## 5480 2022-11-28 18:00:00
## 5481 2022-11-28 18:00:00
## 5482 2022-11-28 18:00:00
## 5483 2022-11-28 18:00:00
## 5484 2022-11-28 18:00:00
## 5485 2022-11-28 18:00:00
## 5486 2022-11-28 18:00:00
## 5487 2022-11-28 18:00:00
## 5488 2022-11-28 18:00:00
## 5489 2022-11-28 18:00:00
## 5490 2022-11-28 18:00:00
## 5491 2022-11-28 18:00:00
## 5492 2022-11-28 18:00:00
## 5493 2022-11-28 18:00:00
## 5494 2022-11-28 18:00:00
## 5495 2022-11-28 18:00:00
## 5496 2022-11-28 18:00:00
## 5497 2022-11-28 18:00:00
## 5498 2022-11-28 18:00:00
## 5499 2022-11-28 18:00:00
## 5500 2022-11-28 18:00:00
## 5501 2022-11-28 18:00:00
## 5502 2022-11-28 18:00:00
## 5503 2022-11-28 18:00:00
## 5504 2022-11-28 18:00:00
## 5505 2022-11-28 18:00:00
## 5506 2022-11-28 18:00:00
## 5507 2022-11-28 18:00:00
## 5508 2022-11-28 18:00:00
## 5509 2022-11-28 18:00:00
## 5510 2022-11-28 18:00:00
## 5511 2022-11-28 18:00:00
## 5512 2022-11-28 18:00:00
## 5513 2022-11-28 18:00:00
## 5514 2022-11-28 18:00:00
## 5515 2022-11-28 18:00:00
## 5516 2022-11-28 18:00:00
## 5517 2022-11-28 18:00:00
## 5518 2022-11-28 18:00:00
## 5519 2022-11-28 18:00:00
## 5520 2022-11-28 18:00:00
## 5521 2022-11-28 18:00:00
## 5522 2022-11-28 18:00:00
## 5523 2022-11-28 18:00:00
## 5524 2022-11-28 18:00:00
## 5525 2022-11-28 18:00:00
## 5526 2022-11-28 18:00:00
## 5527 2022-11-28 18:00:00
## 5528 2022-11-28 18:00:00
## 5529 2022-11-28 18:00:00
## 5530 2022-11-28 18:00:00
## 5531 2022-11-28 18:00:00
## 5532 2022-11-28 18:00:00
## 5533 2022-11-28 18:00:00
## 5534 2022-11-28 18:00:00
## 5535 2022-11-28 18:00:00
## 5536 2022-11-28 18:00:00
## 5537 2022-11-28 18:00:00
## 5538 2022-11-28 18:00:00
## 5539 2022-11-28 18:00:00
## 5540 2022-11-28 18:00:00
## 5541 2022-11-28 18:00:00
## 5542 2022-11-28 18:00:00
## 5543 2022-11-28 18:00:00
## 5544 2022-11-28 18:00:00
## 5545 2022-11-28 18:00:00
## 5546 2022-11-28 18:00:00
## 5547 2022-11-28 18:00:00
## 5548 2022-11-28 18:00:00
## 5549 2022-11-28 18:00:00
## 5550 2022-11-28 18:00:00
## 5551 2022-11-28 18:00:00
## 5552 2022-11-28 18:00:00
## 5553 2022-11-28 18:00:00
## 5554 2022-11-28 18:00:00
## 5555 2022-11-28 18:00:00
## 5556 2022-11-28 18:00:00
## 5557 2022-11-28 18:00:00
## 5558 2022-11-28 18:00:00
## 5559 2022-11-28 18:00:00
## 5560 2022-11-28 18:00:00
## 5561 2022-11-28 18:00:00
## 5562 2022-11-28 18:00:00
## 5563 2022-11-28 18:00:00
## 5564 2022-11-28 18:00:00
## 5565 2022-11-28 18:00:00
## 5566 2022-11-28 18:00:00
## 5567 2022-11-28 18:00:00
## 5568 2022-11-28 18:00:00
## 5569 2022-11-28 18:00:00
## 5570 2022-11-28 18:00:00
## 5571 2022-11-28 18:00:00
## 5572 2022-11-28 18:00:00
## 5573 2022-11-28 18:00:00
## 5574 2022-11-28 18:00:00
## 5575 2022-11-28 18:00:00
## 5576 2022-11-28 18:00:00
## 5577 2022-11-28 18:00:00
## 5578 2022-11-28 18:00:00
## 5579 2022-11-28 18:00:00
## 5580 2022-11-28 18:00:00
## 5581 2022-11-28 18:00:00
## 5582 2022-11-28 18:00:00
## 5583 2022-11-28 18:00:00
## 5584 2022-11-28 18:00:00
## 5585 2022-11-28 18:00:00
## 5586 2022-11-28 18:00:00
## 5587 2022-11-28 18:00:00
## 5588 2022-11-28 18:00:00
## 5589 2022-11-28 18:00:00
## 5590 2022-11-28 18:00:00
## 5591 2022-11-28 18:00:00
## 5592 2022-11-28 18:00:00
## 5593 2022-11-28 18:00:00
## 5594 2022-11-28 18:00:00
## 5595 2022-11-28 18:00:00
## 5596 2022-11-28 18:00:00
## 5597 2022-11-28 18:00:00
## 5598 2022-11-28 18:00:00
## 5599 2022-11-28 18:00:00
## 5600 2022-11-28 18:00:00
## 5601 2022-11-28 18:00:00
## 5602 2022-11-28 18:00:00
## 5603 2022-11-28 18:00:00
## 5604 2022-11-28 18:00:00
## 5605 2022-11-28 18:00:00
## 5606 2022-11-28 18:00:00
## 5607 2022-11-28 18:00:00
## 5608 2022-11-28 18:00:00
## 5609 2022-11-28 18:00:00
## 5610 2022-11-28 18:00:00
## 5611 2022-11-28 18:00:00
## 5612 2022-11-28 18:00:00
## 5613 2022-11-28 18:00:00
## 5614 2022-11-28 18:00:00
## 5615 2022-11-28 18:00:00
## 5616 2022-11-28 18:00:00
## 5617 2022-11-28 18:00:00
## 5618 2022-11-28 18:00:00
## 5619 2022-11-28 18:00:00
## 5620 2022-11-28 18:00:00
## 5621 2022-11-28 18:00:00
## 5622 2022-11-28 18:00:00
## 5623 2022-11-28 18:00:00
## 5624 2022-11-28 18:00:00
## 5625 2022-11-28 18:00:00
## 5626 2022-11-28 18:00:00
## 5627 2022-11-28 18:00:00
## 5628 2022-11-28 18:00:00
## 5629 2022-11-28 18:00:00
## 5630 2022-11-28 18:00:00
## 5631 2022-11-28 18:00:00
## 5632 2022-11-28 18:00:00
## 5633 2022-11-28 18:00:00
## 5634 2022-11-28 18:00:00
## 5635 2022-11-28 18:00:00
## 5636 2022-11-28 18:00:00
## 5637 2022-11-28 18:00:00
## 5638 2022-11-28 18:00:00
## 5639 2022-11-28 18:00:00
## 5640 2022-11-28 18:00:00
## 5641 2022-11-28 18:00:00
## 5642 2022-11-28 18:00:00
## 5643 2022-11-28 18:00:00
## 5644 2022-11-28 18:00:00
## 5645 2022-11-28 18:00:00
## 5646 2022-11-28 18:00:00
## 5647 2022-11-28 18:00:00
## 5648 2022-11-28 18:00:00
## 5649 2022-11-28 18:00:00
## 5650 2022-11-28 18:00:00
## 5651 2022-11-28 18:00:00
## 5652 2022-11-28 18:00:00
## 5653 2022-11-28 18:00:00
## 5654 2022-11-28 18:00:00
## 5655 2022-11-28 18:00:00
## 5656 2022-11-28 18:00:00
## 5657 2022-11-28 18:00:00
## 5658 2022-11-28 18:00:00
## 5659 2022-11-28 18:00:00
## 5660 2022-11-28 18:00:00
## 5661 2022-11-28 18:00:00
## 5662 2022-11-28 18:00:00
## 5663 2022-11-28 18:00:00
## 5664 2022-11-28 18:00:00
## 5665 2022-11-28 18:00:00
## 5666 2022-11-28 18:00:00
## 5667 2022-11-28 18:00:00
## 5668 2022-11-28 18:00:00
## 5669 2022-11-28 18:00:00
## 5670 2022-11-28 18:00:00
## 5671 2022-11-28 18:00:00
## 5672 2022-11-28 18:00:00
## 5673 2022-11-28 18:00:00
## 5674 2022-11-28 18:00:00
## 5675 2022-11-28 18:00:00
## 5676 2022-11-28 18:00:00
## 5677 2022-11-28 18:00:00
## 5678 2022-11-28 18:00:00
## 5679 2022-11-28 18:00:00
## 5680 2022-11-28 18:00:00
## 5681 2022-11-28 18:00:00
## 5682 2022-11-28 18:00:00
## 5683 2022-11-28 18:00:00
## 5684 2022-11-28 18:00:00
## 5685 2022-11-28 18:00:00
## 5686 2022-11-28 18:00:00
## 5687 2022-11-28 18:00:00
## 5688 2022-11-28 18:00:00
## 5689 2022-11-28 18:00:00
## 5690 2022-11-28 18:00:00
## 5691 2022-11-28 18:00:00
## 5692 2022-11-28 18:00:00
## 5693 2022-11-28 18:00:00
## 5694 2022-11-28 18:00:00
## 5695 2022-11-28 18:00:00
## 5696 2022-11-28 18:00:00
## 5697 2022-11-28 18:00:00
## 5698 2022-11-28 18:00:00
## 5699 2022-11-28 18:00:00
## 5700 2022-11-28 18:00:00
## 5701 2022-11-28 18:00:00
## 5702 2022-11-28 18:00:00
## 5703 2022-11-28 18:00:00
## 5704 2022-11-28 18:00:00
## 5705 2022-11-28 18:00:00
## 5706 2022-11-28 18:00:00
## 5707 2022-11-28 18:00:00
## 5708 2022-11-28 18:00:00
## 5709 2022-11-28 18:00:00
## 5710 2022-11-28 18:00:00
## 5711 2022-11-28 18:00:00
## 5712 2022-11-28 18:00:00
## 5713 2022-11-28 18:00:00
## 5714 2022-11-28 18:00:00
## 5715 2022-11-28 18:00:00
## 5716 2022-11-28 18:00:00
## 5717 2022-11-28 18:00:00
## 5718 2022-11-28 18:00:00
## 5719 2022-11-28 18:00:00
## 5720 2022-11-28 18:00:00
## 5721 2022-11-28 18:00:00
## 5722 2022-11-28 18:00:00
## 5723 2022-11-28 18:00:00
## 5724 2022-11-28 18:00:00
## 5725 2022-11-28 18:00:00
## 5726 2022-11-28 18:00:00
## 5727 2022-11-28 18:00:00
## 5728 2022-11-28 18:00:00
## 5729 2022-11-28 18:00:00
## 5730 2022-11-28 18:00:00
## 5731 2022-11-28 18:00:00
## 5732 2022-11-28 18:00:00
## 5733 2022-11-28 18:00:00
## 5734 2022-11-28 18:00:00
## 5735 2022-11-28 18:00:00
## 5736 2022-11-28 18:00:00
## 5737 2022-11-28 18:00:00
## 5738 2022-11-28 18:00:00
## 5739 2022-11-28 18:00:00
## 5740 2022-11-28 18:00:00
## 5741 2022-11-28 18:00:00
## 5742 2022-11-28 18:00:00
## 5743 2022-11-28 18:00:00
## 5744 2022-11-28 18:00:00
## 5745 2022-11-28 18:00:00
## 5746 2022-11-28 18:00:00
## 5747 2022-11-28 18:00:00
## 5748 2022-11-28 18:00:00
## 5749 2022-11-28 18:00:00
## 5750 2022-11-28 18:00:00
## 5751 2022-11-28 18:00:00
## 5752 2022-11-28 18:00:00
## 5753 2022-11-28 18:00:00
## 5754 2022-11-28 18:00:00
## 5755 2022-11-28 18:00:00
## 5756 2022-11-28 18:00:00
## 5757 2022-11-28 18:00:00
## 5758 2022-11-28 18:00:00
## 5759 2022-11-28 18:00:00
## 5760 2022-11-28 18:00:00
## 5761 2022-11-28 18:00:00
## 5762 2022-11-28 18:00:00
## 5763 2022-11-28 18:00:00
## 5764 2022-11-28 18:00:00
## 5765 2022-11-28 18:00:00
## 5766 2022-11-28 18:00:00
## 5767 2022-11-28 18:00:00
## 5768 2022-11-28 18:00:00
## 5769 2022-11-28 18:00:00
## 5770 2022-11-28 18:00:00
## 5771 2022-11-28 18:00:00
## 5772 2022-11-28 18:00:00
## 5773 2022-11-28 18:00:00
## 5774 2022-11-28 18:00:00
## 5775 2022-11-28 18:00:00
## 5776 2022-11-28 18:00:00
## 5777 2022-11-28 18:00:00
## 5778 2022-11-28 18:00:00
## 5779 2022-11-28 18:00:00
## 5780 2022-11-28 18:00:00
## 5781 2022-11-28 18:00:00
## 5782 2022-11-28 18:00:00
## 5783 2022-11-28 18:00:00
## 5784 2022-11-28 18:00:00
## 5785 2022-11-28 18:00:00
## 5786 2022-11-28 18:00:00
## 5787 2022-11-28 18:00:00
## 5788 2022-11-28 18:00:00
## 5789 2022-11-28 18:00:00
## 5790 2022-11-28 18:00:00
## 5791 2022-11-28 18:00:00
## 5792 2022-11-28 18:00:00
## 5793 2022-11-28 18:00:00
## 5794 2022-11-28 18:00:00
## 5795 2022-11-28 18:00:00
## 5796 2022-11-28 18:00:00
## 5797 2022-11-28 18:00:00
## 5798 2022-11-28 18:00:00
## 5799 2022-11-28 18:00:00
## 5800 2022-11-28 18:00:00
## 5801 2022-11-28 18:00:00
## 5802 2022-11-28 18:00:00
## 5803 2022-11-28 18:00:00
## 5804 2022-11-28 18:00:00
## 5805 2022-11-28 18:00:00
## 5806 2022-11-28 18:00:00
## 5807 2022-11-28 18:00:00
## 5808 2022-11-28 18:00:00
## 5809 2022-11-28 18:00:00
## 5810 2022-11-28 18:00:00
## 5811 2022-11-28 18:00:00
## 5812 2022-11-28 18:00:00
## 5813 2022-11-28 18:00:00
## 5814 2022-11-28 18:00:00
## 5815 2022-11-28 18:00:00
## 5816 2022-11-28 18:00:00
## 5817 2022-11-28 18:00:00
## 5818 2022-11-28 18:00:00
## 5819 2022-11-28 18:00:00
## 5820 2022-11-28 18:00:00
## 5821 2022-11-28 18:00:00
## 5822 2022-11-28 18:00:00
## 5823 2022-11-28 18:00:00
## 5824 2022-11-28 18:00:00
## 5825 2022-11-28 18:00:00
## 5826 2022-11-28 18:00:00
## 5827 2022-11-28 18:00:00
## 5828 2022-11-28 18:00:00
## 5829 2022-11-28 18:00:00
## 5830 2022-11-28 18:00:00
## 5831 2022-11-28 18:00:00
## 5832 2022-11-28 18:00:00
## 5833 2022-11-28 18:00:00
## 5834 2022-11-28 18:00:00
## 5835 2022-11-28 18:00:00
## 5836 2022-11-28 18:00:00
## 5837 2022-11-28 18:00:00
## 5838 2022-11-28 18:00:00
## 5839 2022-11-28 18:00:00
## 5840 2022-11-28 18:00:00
## 5841 2022-11-28 18:00:00
## 5842 2022-11-28 18:00:00
## 5843 2022-11-28 18:00:00
## 5844 2022-11-28 18:00:00
## 5845 2022-11-28 18:00:00
## 5846 2022-11-28 18:00:00
## 5847 2022-11-28 18:00:00
## 5848 2022-11-28 18:00:00
## 5849 2022-11-28 18:00:00
## 5850 2022-11-28 18:00:00
## 5851 2022-11-28 18:00:00
## 5852 2022-11-28 18:00:00
## 5853 2022-11-28 18:00:00
## 5854 2022-11-28 18:00:00
## 5855 2022-11-28 18:00:00
## 5856 2022-11-28 18:00:00
## 5857 2022-11-28 18:00:00
## 5858 2022-11-28 18:00:00
## 5859 2022-11-28 18:00:00
## 5860 2022-11-28 18:00:00
## 5861 2022-11-28 18:00:00
## 5862 2022-11-28 18:00:00
## 5863 2022-11-28 18:00:00
## 5864 2022-11-28 18:00:00
## 5865 2022-11-28 18:00:00
## 5866 2022-11-28 18:00:00
## 5867 2022-11-28 18:00:00
## 5868 2022-11-28 18:00:00
## 5869 2022-11-28 18:00:00
## 5870 2022-11-28 18:00:00
## 5871 2022-11-28 18:00:00
## 5872 2022-11-28 18:00:00
## 5873 2022-11-28 18:00:00
## 5874 2022-11-28 18:00:00
## 5875 2022-11-28 18:00:00
## 5876 2022-11-28 18:00:00
## 5877 2022-11-28 18:00:00
## 5878 2022-11-28 18:00:00
## 5879 2022-11-28 18:00:00
## 5880 2022-11-28 18:00:00
## 5881 2022-11-28 18:00:00
## 5882 2022-11-28 18:00:00
##  [ reached 'max' / getOption("max.print") -- omitted 4118 rows ]
TTweetsdf2 %>% pull(created) %>% min() 
## [1] "2022-11-28 13:40:43 UTC"
TTweetsdf2 %>% pull(created) %>% max()
## [1] "2022-11-28 23:59:56 UTC"

Plot on tweets by time using the library(plotly) and ggplot().

plotting <- mutatee %>% 
  dplyr::count(Created_At_Round) %>% 
  ggplot(mapping = aes(x = Created_At_Round, y = n)) +
  theme_light() +
  geom_line() +
  xlab(label = 'Date') +
  ylab(label = NULL) +
  ggtitle(label = 'Number of Tweets per Hour')

plotting %>% ggplotly()

==============================================

ggplot(data = TTweetsdf, aes(x = created)) +
  geom_histogram(aes(fill = ..count..)) +
  theme(legend.position = "right") +
  xlab("Time") + ylab("Number of tweets") + 
  scale_fill_gradient(low = "midnightblue", high = "aquamarine4")
## Warning: The dot-dot notation (`..count..`) was deprecated in ggplot2 3.4.0.
## ℹ Please use `after_stat(count)` instead.
## `stat_bin()` using `bins = 30`. Pick better value with `binwidth`.

# PLOTTING STATUS SOURCE.

StatusSource <- function(x) {
  if(grepl(">Twitter for iPhone</a>", x)){
    "iphone"
  }else if(grepl(">Twitter for iPad</a>", x)){
    "ipad"
  }else if(grepl(">Twitter for Android</a>", x)){
    "android"
  } else if(grepl(">Twitter Web Client</a>", x)){
    "Web"
  } else if(grepl(">Twitter for Windows Phone</a>", x)){
    "windows phone"
  }else if(grepl(">dlvr.it</a>", x)){
    "dlvr.it"
  }else if(grepl(">IFTTT</a>", x)){
    "ifttt"
  }else if(grepl(">Facebook</a>", x)){  #This looks unreliable...
    "facebook"
  }else {
    "others"
  }
}
TTweetsdf2$tweetSource = sapply(TTweetsdf$statusSource, StatusSource)

tweet_appSource1 <- TTweetsdf2 %>% 
  select(tweetSource) %>%
  group_by(tweetSource) %>%
  summarize(count=n()) %>%
  arrange(desc(count))
ggplot(TTweetsdf2[TTweetsdf2$tweetSource != 'others',], aes(tweetSource, fill = tweetSource)) +
  geom_bar() +
  theme(legend.position="none",
        axis.title.x = element_blank(),
        axis.text.x = element_text(angle = 45, hjust = 1)) +
  ylab("Number of tweets") +
  ggtitle("Tweets by Source")

# ACCOUNTS WHICH TWEET ABOUT SpotifyWrapped.

tweet_appScreen1 <- TTweetsdf2 %>%
  select(screenName) %>%
  group_by(screenName) %>%
  summarize(count=n()) %>%
  arrange(desc(count)) 

#convert to Corpus

namesCorpus <- Corpus(VectorSource(TTweetsdf$screenName))  
class(TTweetsdf$screenName)
## [1] "character"
class_data <- class(VectorSource(TTweetsdf$screenName))
class_data
## [1] "VectorSource" "SimpleSource" "Source"
str(namesCorpus)
## Classes 'SimpleCorpus', 'Corpus'  hidden list of 3
##  $ content: chr [1:10000] "heliosk_" "m4ac1" "bottomindenial" "CliffosPin" ...
##  $ meta   :List of 1
##   ..$ language: chr "en"
##   ..- attr(*, "class")= chr "CorpusMeta"
##  $ dmeta  :'data.frame': 10000 obs. of  0 variables
class(namesCorpus)
## [1] "SimpleCorpus" "Corpus"
nameCorp <- namesCorpus
nameCorp
## <<SimpleCorpus>>
## Metadata:  corpus specific: 1, document level (indexed): 0
## Content:  documents: 10000

WORDCLOUD FOR SCREEN_NAMES.

pal1 <- brewer.pal(8, "Dark2")
pal2 <- pal1[-(1:4)]
set.seed(123)

par(mar = c(0,0,0,0), mfrow = c(1,1))

wordcloud(words = namesCorpus, scale=c(3,0.5),
          max.words=10000,
          random.order=FALSE,
          rot.per=0.5,
          use.r.layout=TRUE,
          colors=pal1)
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : patrick31370308 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : boppinpop123 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : getphysicool could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : yoboyoatmeal could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : wilbah_4057 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : kayleighforde1 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : avishailindenb1 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : yeahhhn1ghtfall could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : smt1drelated could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : enzomarajjjjj could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : ionfwthissocial could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : brvothcantsleep could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : minpjmz could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : mrsgabbygecko could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : aethumus could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : the0_capsicle could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : annehe70044514 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : phil_a_cardwell could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : theyeetmaster22 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : staryeol98 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : eberhardypayton could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : nsrt_usrnm could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : definitelydevv could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : esnymorgan could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : raveisnotacrime could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : iloooo666 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : dubuqiqi could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : feverdreamhuddy could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : usernotanyname could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : eyemusing could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : harpersversion could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : navinkling could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : actorangelina could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : hectordms could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : sirensinb could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : phantomghafa could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : ya_skz731 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : simona_bargagli could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : lm_woomy could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : uwusukuru could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : starsrsocool could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : etherealheartt could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : penthepenguin_ could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : juanduenas_ could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : iguessitsblake could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : wakandriajones could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : dannica32000657 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : garffan985 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : iammandurr could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : ysuftloverr could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : beast_dank could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : joanammel could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : arshpatel123 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : maryondeeznuts could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : christine_meow could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : celeneelric could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : maureenroseama1 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : splatoonperu could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : lesser_afim could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : sapphicforlwt could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : gionosai could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : cammirry could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : tintinminecraft could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : thebrookeriley could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : stefan27_swifty could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : stovecookcowboy could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : iforgot_28 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : _bewtyfort_ could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : ludacribs could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : _lewis_jamieson could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : panquequinha__ could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : margiabelle could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : jiminko18192336 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : mcxcurls could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : ian_abalos98 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : elimzztv_ could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : grissomsladybug could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : jimweave could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : marika_donne could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : mennaw3alena could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : emobunnye could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : tmth421 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : redsvelocity could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : aguadieta could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : ilovebyidle could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : doremidokye0m could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : luzxray could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : yuujikoos could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : royceda69real could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : stu4niolos could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : rayyprayy could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : hushleberryspam could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : tife_entg could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : cocoiguess could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : redman36 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : erryan1999 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : bannedalt123 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : rcolleary could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : haruhipureheart could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : mrmonstercat1 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : mystinkyhorse could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : r6manova could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : sleepiestkid could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : tyreekmoneyhill could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : _aldaveee_ could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : youphoria_ao3 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : itakeyeonjun could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : alesiaa444 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : mossyoa could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : chunkysixx could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : jvstjaci could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : gyutl3 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : karmaisacat13ts could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : zebadmedic could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : barbiesobodittt could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : 135alx could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : ragnarock_1 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : lilstepstone could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : viinxe could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : keefherbin could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : joedrakenyc could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : burstchaoz could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : yellowcat_13 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : ambernh12 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : thelylashow could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : nicogandaglia could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : enderscythe2 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : waifumelanin could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : emmasowards could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : jennifercarlo95 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : lucytewk could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : roorah_riley could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : krispy_kay08 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : mariasv1912 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : aajones007 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : johnlopez12220 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : howtodrawme could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : _tweetcritic could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : seodilf could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : rubyp109484873 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : 111forevercal could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : deancliddell could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : d4yl1ghtrry could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : e_twiggy23 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : sunncheol could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : aryfreakinanna could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : aadriangarciac could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : angyllblackwyng could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : vansrryfreak could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : b_storm796 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : jayacortado could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : halfdeadairhead could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : klahasphemy could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : alex_uhh_2 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : phuturephocused could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : carlos31789 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : sabrinacamaril5 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : connoraaron06 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : paralelorcz_ofc could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : manarbx could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : isaactpaul could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : gubbybongo could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : jared_raccoon could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : sandrarmer1 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : akkermin could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : theeseoklace could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : carolineroseexe could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : deffshot could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : auxdity could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : gloria_tpwk_ could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : vincenbob could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : one_tricky_boi could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : kryptlmao could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : ulywest could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : crookedweasley could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : llaramaia could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : tink_peruna could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : samsw1ft could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : 1dsj8772 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : buterasretro could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : itsyoualigatie could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : bobbyiemon could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : one8amit could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : soykiena could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : carolinabonitos could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : theemzblue could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : miupalettez could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : mmaswiftie13 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : diana_law_1 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : tpwklove15 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : aslan_ste could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : jyseob could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : bp_ruletheworld could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : ayuenbiar could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : serein_sara could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : phillu96 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : imfranci13 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : yesurdad could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : luvxchuu could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : _flores_tweets could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : jamesmillyard could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : matt_meowmeow could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : mar_ee_n could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : ferra_fond could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : krangsbody could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : c00piere could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : frogc0ric could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : ducks_celina could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : shlieut could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : bigheadcarrol could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : leolloofficial could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : melodramarain could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : playzrednight could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : mistahjamess could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : sunflowersv could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : peachysxnrise could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : flaherty22891 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : loveiloandmilo could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : squid_roblox could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : youremymymy could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : thesleeperart could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : rollinsxmessiah could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : sararose12_ could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : _uuwah could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : jaykitsunetv could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : i_mialisa_i could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : gr33nblu3purpl3 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : notunfunniest could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : drfrogdoom could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : epicdave2001 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : minsugaforehead could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : xpapatya_x could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : i_am_mars__ could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : midnightsera13 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : xoxojoyce could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : camilywilliany1 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : jealousyxliv could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : birdsbelles could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : rektskeleton could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : adds4l could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : amaranewbeginn could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : x_aldc could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : bluesinger71 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : djleakycheese could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : jcoyndrive could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : encanthor could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : b2fly2000 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : aeisha___ could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : alterbrown82 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : hayls_s could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : kozmixblitz could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : atzbit1117 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : isa4cisiaka could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : lord_chiquita could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : lunaro7_ could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : imagine5684 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : bbiacktreacle could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : nectarofdelrey could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : jtwt95 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : gxrgeouscolors could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : ihearttswift06 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : dtqklover could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : mattperks3 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : aleyska_ could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : 94silvertongue could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : 13giyoon could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : eliseryann could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : virgovenusgang could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : w0nderland89 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : redmoonglade could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : httpsweel could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : mamawinnieh could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : loserwaybright could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : aaradhyak16 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : oflittleczarina could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : jess1519 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : xotbirdox could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : sopekooky could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : nathy2895 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : deberryblaine could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : tamarinarose could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : sbraep could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : bbkphat could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : kimsnakeob could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : frick_all could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : mrswinterbearr could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : uh_oh_gotta_go could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : boombeomb could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : lenkarowenaxiv could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : vallettagatt could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : sixpackplease could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : darkandwild07 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : blizzardwinds could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : superhbics could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : m1kasasgf could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : merlinburnsfood could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : nicoleschafer_ could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : saraarevalo2112 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : csaro_ could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : goodoldmoon could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : hrtsfrdtqk could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : ncityzonxx could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : super_jillop could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : veepunk2077 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : ynyy_666 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : tristaf14 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : olivvv03 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : nugget_028 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : sevens_heaven_7 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : ts4ever_ could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : folkcala could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : rsvnze could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : dnate96018318 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : freddyfaznutzzz could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : l0ngwayd0wn could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : danilobertozzo could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : swiftiegnf could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : th0mqs_ could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : jiminieismyking could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : bambistarcandy could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : dynastysrina could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : alwaysformomo could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : silveritongues could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : st4rgrrrl_jpeg could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : kyeokenyy could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : chrisjoonie could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : peaceff47 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : stelshortt could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : taloneon could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : oscie57 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : thasamuraiy could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : jk00luv could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : glamouredbyjude could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : okcinder could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : coolnesspcs could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : susannasalieri could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : bozobuildskeebs could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : gabeahhlicious could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : megthebeast could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : dorthyhrry could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : edgar_allanhoe could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : 721_saurabh could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : kookjinrts could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : scrptdmikey could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : ozy_the_ghost could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : aidelfonzo could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : nihilusvevo could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : believe0069 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : nyxfor13days could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : wavecephus could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : mandisaxo could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : figureeminente could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : hrrylovesgucci could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : rikipies could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : chuubry could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : ernestosorbet could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : lifeestlepo could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : rileyvol13 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : montero_album could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : katelynnh137 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : khammie360 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : yogiilele could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : iheartlouaylor could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : thelonejourney could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : vince9867 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : m3lenatedwh8re could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : hobihongie could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : dehydratedjay could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : pedro_5oli could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : logantwizz could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : cubezix1 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : ihrtwbyers could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : eternallyurz could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : iliazaatar10 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : glaxdz1 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : punzoswooner could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : armaansethi18 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : maybedanial_ could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : austenxswift could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : lonesomesswift could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : bill_ndege could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : danny_okey96 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : yeh_dooriyan could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : midgarkopzone could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : the10nddoctor could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : fabianvr could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : men_lover49 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : museumwony could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : taetanic76 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : lnnnaaaz could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : superr1chkids could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : vv3spa could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : braydenmeechan1 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : dhiyaulzz could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : nicolasmavr could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : drsweetnlowe could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : tasteimmortalty could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : lzzyhale666 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : stupidlylogic could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : toiletmonster31 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : iamochayan could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : tkubo_afro could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : taylahcabello could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : briiii_lyn could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : shaysetura22 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : mischiefhale could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : yankeegoomba could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : anavitxt could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : ikay_mo could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : vanessajaye could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : sheisty12big could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : lauracoder12 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : linifiles could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : starstrux3 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : ilyj913 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : kindagoldrush could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : sapphiredrogon could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : skellyrizzy could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : y_swiftie13 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : alvaromurgui could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : ttotheyx could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : madrigrober could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : adrinbooks could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : gumgumangel could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : joshuar15493426 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : oschleppi could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : shesamerihann could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : focusonbts__ could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : humancallum could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : tiredjean could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : kaiaxgifford could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : elfeliebhaber could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : seraa could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : kaypopkraze could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : solacedusoleil could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : skylersrevenge could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : sarah_12605 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : otbjules could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : unknoxnn__ could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : swiftie_jazzy could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : flooquill194 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : 420laura69 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : mbab_2001 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : wemadeitout could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : let_alpha_write could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : rainberrykmm could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : hannahlovesliv1 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : zachisgr8ness could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : brandy_sade could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : havingiived could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : lifewithnuance could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : mineko12208 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : glasgow_live could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : arjoox could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : venomaesthetic could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : itsjustkeel could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : morgandy could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : cosmopalitan could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : softservehoseok could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : meg_interrupted could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : projectingx could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : iqvenderhazes could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : thatgayguyjosh could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : kamakshiganduri could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : megan_ontwitt3r could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : ghostxiuk could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : afroreal1 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : eileenofeire could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : darker_diamonds could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : darklion2704 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : enhyskiescafe could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : ilovefaouziato1 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : evandertweets could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : mgateszie could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : tvgirifan could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : dragoneggy could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : freddersf14 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : gingerswizz could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : westay08 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : swampgobl1n could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : apriliaspar could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : h34rtstopp3d could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : deeclose1 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : t4tkawoshin could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : piikok could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : v1rus_alert could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : thetinysilva could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : robert_scott30 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : cardigron could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : maemaedc could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : nikfinite could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : itsvdanni could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : sapphohyunjin could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : trivialtony could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : grace_costags could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : i_need_theatre could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : mormancalorie could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : loveforitadori could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : fandeaitanaaax could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : oakenhoohoo could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : sharkieskittle could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : sofiapease4 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : acnh_kitty44 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : tyunkngomhrt could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : _thlover could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : urluvnabi could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : kenedyremontada could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : nuttelaspread could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : justastargirl9 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : apollo_knightt could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : ollie_loves_fr could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : jashinko could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : monosmoon could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : vabg__ could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : intake444 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : theoffi14494401 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : stay_vicious20 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : aloisi_tribe could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : bek_zepeda could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : ducklingsissy could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : iegallylisa could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : huachen_zhu could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : master_monke could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : say_number33 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : aisuruuuuuuu could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : soyguiacarmona could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : sheadra could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : cozykarlnap could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : w3ird_fanatic could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : amaroscuro could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : deepumi5 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : brwnsugarsalmon could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : bernnzzz could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : sadnessandbeans could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : kwandarine could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : thegroupieapp could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : seungminsice could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : lukaaaaaaaa_a could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : madbunny___ could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : tomanyjames could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : meluvseunbi could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : weaponisedwords could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : nagireocidio could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : annenothere could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : rayphantom98 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : sabahattin1985 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : trentar94633264 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : daneen_g2645 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : makdde_ could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : sbrsimp could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : mha_dreamsmp could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : hyooryyy could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : imnotmimmy could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : nychprxr could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : elequantig could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : divinebet130 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : kissy_carolina could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : rebeccawright4 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : whereisbillllie could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : blissfulorange could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : inbetweenness__ could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : thecapthorne could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : reevemealone02 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : beanchuffer could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : herkisstheriot could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : themosh77 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : usat0pwriter4u could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : thewriteupsite could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : lsugymtiger could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : allday4hobi could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : whoscoline could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : genkki_ could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : hypothetilarry could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : laceballonetarm could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : minjiuwuu could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : baseballhero245 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : jdpgators could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : geekykoo could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : sugaabloom could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : ifallsx94 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : stimulfuriac could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : fentibratz could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : jhoselynaa could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : ciotti001 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : anouk_truijenn could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : imshuhaib18 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : monnnalisa143 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : scaringthecrow could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : chaeincubus could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : hwahyune could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : chip_moablink could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : 305nervous could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : mslindsiestarr could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : kimtaeisking could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : mhduke2 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : callmelexis could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : colormetris could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : faewitchklae could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : krallan70700 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : lovingroscoe_ could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : cakeofsodomy could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : ohtheresarry could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : thepinks816 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : ahmedwael127 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : blanchettbabe1 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : luiisvi1321 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : ellizibeth could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : larulrich could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : chanye_oh_l could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : imkoyle could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : the_angrei_gay could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : joshualance could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : theooodns could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : lola___xx could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : rita_rogni could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : karen05025005 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : enoch_ayodeji could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : yotxddy could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : thejoblessjack could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : gingernicole91 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : courtneycorboy could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : c2ashlee could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : haleyyharbour could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : marls__ could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : mrbrooks21 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : camxsgh could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : king_crescendo could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : cami1023ds could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : ivarsosis1 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : jamersxn1 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : lajibolalla95 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : queenthebunbun could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : evalvape2 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : esnyhabitss could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : ekm748 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : hookingahoy could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : messtrogen could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : loverhippimusic could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : kccloud1107 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : confettinhavana could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : itsme__dori could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : nurssi_ could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : withorone could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : jorgie774312 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : michaelmwm07 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : aloosesona could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : extreme7323 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : aguscont96 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : luzspell could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : heedfulsoul could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : carlosesierraf could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : lifeonwheels95 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : expnaruto could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : jayerlofi could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : cowboycatcafe could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : kanekizero99 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : frankyquin could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : 1xenius could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : petertorch16 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : tiffanyclay could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : iamlemarwilson could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : umeenterprise could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : fandwwaffle could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : wild3st_dreams could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : dukeofpeckham could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : prettytreatment could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : hezamboni could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : hanyulton could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : mepradayounada could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : bean71075702 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : gabewalker_26 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : lastchancexd could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : 10boujeeboy could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : musical_rando could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : cefffylbottt could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : guadalupeob_02 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : geyserrl could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : bryansofficiall could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : flowiikewaves could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : dustykion could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : mialoui40932197 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : sickboyfilm could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : micheallemire1 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : arnoldscuelin could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : thehorizondx could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : grldnovales could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : maxsztx could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : cbabyyblue could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : crazymaxwi could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : blackswan_myg could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : youwakeupdead could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : angielac528 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : rothbourne could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : annatiecken could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : liz_wildcat5 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : bob4tide could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : 1330pastor could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : vickyob8 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : saadiabalhous could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : navy4life67 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : arkanis could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : ghostboiv_v could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : wahhbahh could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : thatstananna could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : sofiaatomo could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : snipermor could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : ifeeifine could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : raspbinnie23 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : loganevolve could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : maddie4836h could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : wadeillson could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : brittlynjo could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : giorgioborz could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : prajxfcb could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : sugarmoonhes could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : trostdistrict could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : toonygoonyy could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : girlwtheaxe could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : chaserwoodz could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : dwizzle2021 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : bettyls27 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : aujulon could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : ilygingr could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : evvrrmore could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : bansheeirosa could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : minsungshiner could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : kevinsa14803791 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : ssalsaolivia could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : kingfiorence could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : gloomywalrus could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : riley81146126 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : emerald_4ce could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : swttrep could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : 777ggk could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : avigilantebit could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : cryoshia could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : seven_itseven could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : evermorewitch could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : evsnieli could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : takuday_ow could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : boyish07 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : darlingdabest could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : loveyoujoss could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : eleventndoctor could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : madtractions could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : jdd1k3 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : lizbeth_meza95 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : brutalxim could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : sonaroha could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : foliny_army could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : elsabelamaren could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : lapisdevelops could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : wtfmoura1 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : edeniseg could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : f1emz could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : cxrize could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : aprilcrook18 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : jkrenebae could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : battle_reviews could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : leehannie08 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : tiffnic06 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : hiheyitsmk could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : khalid_jiya could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : kiaramaritz13 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : ariishinyz could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : dur_x9 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : carcarcrash7864 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : diegolealdo could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : mydixswreck could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : kohiwonomitai could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : jadetravers1 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : krittikanandi could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : testing_2610 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : carmenmagentaa could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : felsenbirne22 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : jjslcve could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : cyb3rn1te could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : gabigalashiels could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : ckalebtoday could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : miralibay could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : sicmundz could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : mileyalegend could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : gusamogus could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : nadinemaybe could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : zombieweiner could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : valaisvx could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : cfs123plays could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : leandro9366 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : joseandress_13 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : gamermabk could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : mosh241 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : paperfishgal could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : bre_mccrary could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : burtonvjr could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : liquortalks could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : lee_04njm could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : djgus_bqto could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : dikhxon could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : jiheon67 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : xforevermixer1 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : cindilmao could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : tuttasb1 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : monikapocalips could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : mercurysummr could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : cathydirector could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : veiledsirius could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : madd0ll could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : iam__army18 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : parxrun could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : writtenbyrome2 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : loveisgoiden_ could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : phoeni_x6 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : purplearmyst_ could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : madssfdg could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : braywoodsterr could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : sorvetiemi could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : dddddreamcatch1 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : its_mario_boi could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : jjin_jjwan could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : ff3ntse could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : nice2knonatalie could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : cjdjam could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : eversinceraggi could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : panellhnies could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : valedirosa1 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : ana_of_universe could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : wthkookie could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : 7aerys could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : iddyfn could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : taroesmio could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : one40s could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : nenen0leaks could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : zekeiandon could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : agentp_x could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : kylepilleddd could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : rainbowlights_ could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : s1lver_t0ngues could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : sebfxwler could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : biggerthank28 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : flintnotfound could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : slayvermore could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : shairakookie could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : mt5l5l could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : macie_ps12 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : iamnjr77 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : lovlives4ever could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : b7rback could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : manicpixieemo could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : counterfetts could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : absoltoast could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : emiiycrisp could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : txmfrkln could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : caintaugust could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : nacsmspring could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : dah_saint001 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : parxboo could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : lallorica_ could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : youronlykitkat could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : polydomain could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : josuevmartin could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : gucci_child could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : valvolamitry could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : jiiiprific could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : rakronsi could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : __ankitae could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : aririnchuu could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : blazestarninja could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : taejinkook97 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : albusquerquee could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : jermaine0381 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : effortlessyy could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : pandefranciauwu could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : lautaromartinaz could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : care4ou could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : ddaanniiaaaaaaa could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : stickybeesyrup could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : hari_qwest123 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : lotfigrande could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : nella37316553 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : swiftiemidnight could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : psyencecity could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : givensmalachi28 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : hintswidm could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : nonstopgliding could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : thatomias could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : yungwatercycle could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : ploopberries could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : zezewastaken_ could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : wistyduly could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : erikosipenko could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : 4evergrimm99 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : rosiesarelovely could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : boffeeman could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : italydilfrry could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : zxzapd0s could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : cmspiderman00 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : z0mbie8157 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : jlcs193 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : afvulax could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : isthereashley could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : t4bletennis could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : youniverse_2012 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : sapphicgillz could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : deadrosesantnee could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : yamamba3952 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : rain_isdying could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : mastermindts10 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : sarahrainyy could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : mcmason1984 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : avatarmitski could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : powerfuyu could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : jaymyth2006 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : tswizzversion could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : queenxbarb could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : _joshua_09 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : kurianandgeorge could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : paige_maccc28 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : adaaaaaa_1 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : afterglourry could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : dxllypersephone could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : avribi could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : nquoys could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : dianaalidema could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : fotsjjk could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : antidnfer could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : mellet_sasaki could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : defaultferrari could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : midnightslftv could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : natalie_anne_99 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : druigbabe could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : egocsb could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : lucid_hielx could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : henzplayz_ could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : hartkopfmarcos could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : outofsober could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : caratfrsvt could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : exosaul could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : aguapapi_ could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : teentanie could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : moveslikethis could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : onelowthree could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : taylorqueen133 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : moonb3auty could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : eucarolmanoel could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : beth06231 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : filteroflwt could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : gabiwhittred could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : brainbeastshaun could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : gamja_kate could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : soapiax could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : cowboy_like_ava could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : lovetyun_ could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : juanmatupater could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : donutsaregood28 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : thesportslivie could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : august_ouk could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : dramatrooper could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : 8thev could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : lostboyzeph could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : livspartridge could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : sevenisheaven07 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : rvngqno could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : babyshea97 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : soshishade could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : kd_osewa could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : lalainewuzhere could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : peakboytae could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : 3nvybaby could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : wonutq could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : thekytastrophe could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : intellectualpr0 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : krishh2710 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : cruel_emma could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : chrisd2019 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : thenerddown could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : carrottwt could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : mrsdarc97700517 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : noahadk46403259 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : yoongis_fruit could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : mamo_dele could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : qubaap could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : onwrdstovictory could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : folkmore2 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : uglyducklin0 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : iamarjun23 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : vantsecret could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : mymoonisuv could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : jaylamofficial could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : adolabrat could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : meh96232227 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : alxjkfs could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : idioticsimpp could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : somandra21 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : rikl_13 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : oniysunfiower could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : soldiersiobhan could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : sewey_guy could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : migs13swift could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : 7_soty could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : cr0taline_ could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : maxiee1999 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : arikordeii could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : sey0_o could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : jacques24_10 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : _starallura_ could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : jisungiecakee could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : cammmthv could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : eisieheather could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : dannst28 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : gosha_digital could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : droxzyfps could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : mayigandre could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : westsidexwalls could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : xavier_kalt could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : freejoyde could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : snowjustthesnow could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : carterschneid14 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : souvmina could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : sanosgf could not be fit on page. It will not be plotted.